powered by
Computes the first four robust moments for the Normal Inverse Gaussian Distribution.
sampleMED(x) sampleIQR(x) sampleSKEW(x) sampleKURT(x)
a named numerical value. The name is one of MED, IQR,
MED
IQR
SKEW, or KURT, obtained by dropping the sample prefix from the name of the corresponding function.
SKEW
KURT
sample
numeric vector, the sample values.
Diethelm Wuertz
## Sample x <- rt(100, 4) ## Median sampleMED(x) ## Inter-quartile Range sampleIQR(x) ## Robust Skewness sampleSKEW(x) ## Robust Kurtosis sampleKURT(x)
Run the code above in your browser using DataLab