lambda_Rmask: expectation of Legendre polynomial

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

Description

calculate the lambda function given by Equation (3) in Provost's paper

Usage

1
lambda_Rmask(muX, k)

Arguments

muX

a vector of the moments of X

k

the upper order of the moments used in the Legendre polynomial

Details

no details needed

Value

a real number

Note

no further notes

Author(s)

Mark and Yan-Xia

References

Equation (3) in provost's paper

Examples

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

muX<-c(1,2,3,4,5)
k<-4
print(lambda_Rmask(muX,k))

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