ghtRobMoments | R Documentation |
Computes the first four robust moments for the generalized hyperbolic Student-t.
ghtMED(beta = 0.1, delta = 1, mu = 0, nu = 10)
ghtIQR(beta = 0.1, delta = 1, mu = 0, nu = 10)
ghtSKEW(beta = 0.1, delta = 1, mu = 0, nu = 10)
ghtKURT(beta = 0.1, delta = 1, mu = 0, nu = 10)
beta |
skewness parameter in the range |
delta |
scale parameter, must be zero or positive. |
mu |
location parameter, by default 0. |
nu |
a numeric value, the number of degrees of freedom.
Note, |
The parameters are those of the first parameterization.
a named numerical value. The name is
one of MED
, IQR
, SKEW
, or KURT
, obtained
by dropping the ght
prefix from the name of the corresponding
function.
Diethelm Wuertz.
## ghtMED -
# Median:
ghtMED(beta = 0.1, delta = 1, mu = 0, nu = 10)
## ghtIQR -
# Inter-quartile Range:
ghtIQR(beta = 0.1, delta = 1, mu = 0, nu = 10)
## ghtSKEW -
# Robust Skewness:
ghtSKEW(beta = 0.1, delta = 1, mu = 0, nu = 10)
## ghtKURT -
# Robust Kurtosis:
ghtKURT(beta = 0.1, delta = 1, mu = 0, nu = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.