moments: moment

Description Usage Arguments Details Value Note Author(s) References Examples

Description

calculate the values of the moments of Y

Usage

1
moments(y, order = 8)

Arguments

y

a sample from Y

order

the maximum of order of the moments used

Details

no details needed

Value

a vector

Note

no further notes

Author(s)

Mark and Yan-Xia

References

no reference needed

Examples

1
2
3
4
5
6
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

y<-rnorm(100,0,1)
print(moments(y, order=8))

ElsevierSoftwareX/SOFTX-D-15-00040 documentation built on May 6, 2019, 3:25 p.m.