legendre_polynomial: legendre_polynomial

Description Usage Arguments Author(s) References Examples

Description

legendre_polynomial gives the Legendre polynomial design matrix over the input node points.

Usage

1

Arguments

x

input node points

sm

List of plde fit

Author(s)

JungJun Lee, Jae-Hwan Jhong, Young-Rae Cho, SungHwan Kim, Ja-yong Koo

References

JungJun Lee, Jae-Hwan Jhong, Young-Rae Cho, SungHwan Kim and Ja-Yong Koo. "Penalized Log-density Estimation Using Legendre Polynomials." Submitted to Communications in Statistics - Simulation and Computation (2017), in revision.

Examples

1
2
3
4
5
6
7
# clean up
rm(list = ls())
library(plde)
x = seq(-1, 1, length = 200)
L = legendre_polynomial(x, list(dimension = 10))
# Legendre polynomial basis for dimension 1 to 10
matplot(x, L, type = "l")

plde documentation built on May 1, 2019, 7:46 p.m.