ghtRobMoments {fBasics} | R Documentation |
Robust Moments for the GHT
Description
Computes the first four robust moments for the generalized hyperbolic Student-t.
Usage
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)
Arguments
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, |
Details
The parameters are those of the first parameterization.
Value
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.
Author(s)
Diethelm Wuertz.
Examples
## 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)
[Package fBasics version 4032.96 Index]