par2pdf {lmomco} | R Documentation |
Probability Density Function of the Distributions
Description
This function acts as a frontend or dispatcher to the distribution-specific probability density functions.
Usage
par2pdf(x, para, ...)
Arguments
x |
A real value vector. |
para |
The parameters from |
... |
The additional arguments are passed to the quantile function such as |
Value
Probability density (f
) for x
.
Author(s)
W.H. Asquith
See Also
Examples
para <- parnor(lmoms(rnorm(20)))
density <- par2pdf(par2qua(0.5, para), para)
[Package lmomco version 2.5.1 Index]