lambda_Rmask: expectation of Legendre polynomial

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

Description

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

Usage

1
lambda_Rmask(muX, k)

Arguments

muX

a vector of moment X

k

the upper order of moment used in the Legendre polynomial

Details

no details needed

Value

real number

Note

no further notes

Author(s)

Yan-Xia

References

Equation (3) in provost's paper

Examples

1
2
3
4
5
6
7
8
##---- 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))

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