powered by
This function acts as an alternative front end to par2pdf. The nomenclature of the dlmomco function is to mimic that of built-in R functions that interface with distributions.
par2pdf
dlmomco
dlmomco(x, para)
Probability density for x.
x
A real value vector.
The parameters from lmom2par or similar.
lmom2par
W.H. Asquith
plmomco, qlmomco, rlmomco, slmomco
plmomco
qlmomco
rlmomco
slmomco
para <- vec2par(c(0,1),type="nor") # standard normal parameters nonexceed <- dlmomco(1,para) # percentile of one standard deviation
Run the code above in your browser using DataLab