par2pdf | R Documentation |
This function acts as a frontend or dispatcher to the distribution-specific probability density functions.
par2pdf(x, para, ...)
x |
A real value vector. |
para |
The parameters from |
... |
The additional arguments are passed to the quantile function such as |
Probability density (f
) for x
.
W.H. Asquith
par2cdf
, par2qua
para <- parnor(lmoms(rnorm(20)))
density <- par2pdf(par2qua(0.5, para), para)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.