moments: moment

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

Description

calculate the value 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)

Yan-Xia Lin

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))

MaskJointDensity documentation built on May 2, 2019, 8:28 a.m.