nigRobMoments | R Documentation |
Computes the first four robust moments for the Normal Inverse Gaussian Distribution.
nigMED(alpha = 1, beta = 0, delta = 1, mu = 0)
nigIQR(alpha = 1, beta = 0, delta = 1, mu = 0)
nigSKEW(alpha = 1, beta = 0, delta = 1, mu = 0)
nigKURT(alpha = 1, beta = 0, delta = 1, mu = 0)
alpha |
shape parameter. |
beta |
skewness parameter |
delta |
scale parameter, must be zero or positive. |
mu |
location parameter, by default 0. |
a named numerical value. The name is
one of MED
, IQR
, SKEW
, or KURT
, obtained
by dropping the nig
prefix from the name of the corresponding
function.
Diethelm Wuertz.
## nigMED -
# Median:
nigMED(alpha = 1, beta = 0, delta = 1, mu = 0)
## nigIQR -
# Inter-quartile Range:
nigIQR(alpha = 1, beta = 0, delta = 1, mu = 0)
## nigSKEW -
# Robust Skewness:
nigSKEW(alpha = 1, beta = 0, delta = 1, mu = 0)
## nigKURT -
# Robust Kurtosis:
nigKURT(alpha = 1, beta = 0, delta = 1, mu = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.