Return cumulative density function of name function for value x. This is a wrapper around various namecdf and name_cdf functions. See the individual functions help to learn the signification of the arguments after x. Supported functions and corresponding number of additional arguments are:
function | alternative | args | |
---|---|---|---|
"beta" | "beta" | 2 | |
"bino" | "binomial" | 2 | |
"cauchy" | 2 | ||
"chi2" | "chisquare" | 1 | |
"discrete" | 2 | ||
"exp" | "exponential" | 1 | |
"f" | 2 | ||
"gam" | "gamma" | 2 | |
"geo" | "geometric" | 1 | |
"gev" | "generalized extreme value" | 3 | |
"hyge" | "hypergeometric" | 3 | |
"kolmogorov_smirnov" | 1 | ||
"laplace" | 0 | ||
"logistic" | 0 | ||
"logn" | "lognormal" | 2 | |
"norm" | "normal" | 2 | |
"poiss" | "poisson" | 1 | |
"rayl" | "rayleigh" | 1 | |
"t" | 1 | ||
"unif" | "uniform" | 2 | |
"wbl" | "weibull" | 2 |
See also: betacdf, binocdf, cauchy_cdf, chi2cdf, discrete_cdf, expcdf, fcdf, gamcdf, geocdf, gevcdf, hygecdf, kolmogorov_smirnov_cdf, laplace_cdf, logistic_cdf, logncdf, normcdf, poisscdf, raylcdf, tcdf, unifcdf, wblcdf.
Package: statistics