Description Usage Arguments Value
Density, distribution function, quantile function and random generation for the Pearson type III distribution with parameters 'xm', 'Cv' and 'Cs'.
1 2 3 4 5 6 7 |
x, q |
vector of quantiles. |
xm |
Mean of the distribution. |
Cv |
Variation coefficient of the distribution. |
Cs |
Deviation coefficient of the distribution. |
lower.tail |
logical; if TRUE (default), probabilities are 'P[X â‰<U+FFFD> x]', otherwise, 'P[X > x]'. |
p |
vector of probabilities. |
n |
number of observations. If 'length(n) > 1', the length is taken to be the number required. |
'dPearson3' gives the density, 'pPearson3' gives the distribution function, 'qPearson3' gives the quantile function, and 'rPearson3' generates random deviates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.