P_Rmask: Legendre polynomial

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

Description

An R code for a Legendre polynormal of degree k in x

Usage

1
P_Rmask(x, k)

Arguments

x

variable in the polynomial

k

the order in the polynormal

Details

no details needed

Value

real number

Note

no further notes

Author(s)

Yan-Xia Lin

References

Equation (2) in Provost paper

Examples

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

## The function is currently defined as

x<-5
k<-4
print(P_Rmask(x,k))

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