Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Math::CDF 0.1

    Download button

    No screenshots available
    Downloads: 526  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Ed Callahan | More programs
    Perl Artistic License / FREE
    August 3rd, 2007, 10:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Math::CDF description

    A Perl module to generate probabilities and quantiles from several statistical probability functions.

    Math::CDF is a Perl module to generate probabilities and quantiles from several statistical probability functions.

    SYNOPSIS

    use Math::CDF;

    $prob = &Math::CDF::pnorm(1.96);

    if( not defined($z = &Math::CDF::qnorm(0.975)) ) { die "qnorm() failed"; }

    or

    use Math::CDF qw(:all);

    $prob = pnorm(1.96);

    This module provides a perl interface to the DCDFLIB. See the section on DCDFLIB for more information.


    Functions are available for 7 continuous distributions (Beta, Chi-square, F, Gamma, Normal, Poisson and T-distribution) and for two discrete distributions (Binomial and Negative Binomial). Optional non-centrality parameters are available for the Chi-square, F and T-distributions. Cumulative probabilities are available for all 9 distributions and quantile functions are available for the 7 continuous distributions.

    All cumulative probability function names begin with the character "p". They give the probability of being less than or equal to the given value [ P(X

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    generate probabilities | generate quantiles | statistical functions | Math | statistical | functions

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM