par2mom {dsfa} | R Documentation |
Calculates the moments of composed-error distribution based on the provided parameters.
par2mom(mu = 0, sigma_v = 1, sigma_u = 1, s = -1, distr = "normhnorm")
mu |
numeric vector of |
sigma_v |
numeric vector of |
sigma_u |
numeric vector of |
s |
integer; |
distr |
string; determines the distribution: |
See dcomper()
for details of the distribution. For the inverse transformation see mom2par()
.
Returns a matrix where the first column corresponds to the mean, the second to the standard deviation and the third to the skewness.
par2mom(mu=0, sigma_v=1, sigma_u=1, s=-1, distr="normhnorm")
par2mom(mu=0, sigma_v=1, sigma_u=1, s=-1, distr="normexp")