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

a real number

Note

no further notes

Author(s)

Mark and Yan-Xia

References

Equation (2) in Provost 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.

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

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