par2pdf {lmomco} | 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
para <- parnor(lmoms(rnorm(20)))
density <- par2pdf(par2qua(0.5, para), para)