2014-07-31 12:05:49 +02:00
|
|
|
This module provides a perl interface to the DCDFLIB. See the section on DCDFLIB
|
|
|
|
for more information.
|
2010-11-16 04:04:20 +01:00
|
|
|
|
2014-07-31 12:05:49 +02:00
|
|
|
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.
|
2010-11-16 04:04:20 +01:00
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Math-CDF
|