sampleRobMoments | R Documentation |
Computes the first four robust moments for the Normal Inverse Gaussian Distribution.
sampleMED(x)
sampleIQR(x)
sampleSKEW(x)
sampleKURT(x)
x |
numeric vector, the sample values. |
a named numerical value. The name is one of MED
, IQR
,
SKEW
, or KURT
, obtained by dropping the sample
prefix
from the name of the corresponding function.
Diethelm Wuertz
## Sample
x <- rt(100, 4)
## Median
sampleMED(x)
## Inter-quartile Range
sampleIQR(x)
## Robust Skewness
sampleSKEW(x)
## Robust Kurtosis
sampleKURT(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.