basic_values: Compute basic values

Description Usage Arguments Details Author(s) References See Also

Description

Compute basic values

Usage

1

Arguments

sm

List of plde fit

Details

basic_values function computes transformed variable (sm$X_transform), rectangular node points (sm$nodes) and weights (sm$weights) for numerical integrations, coefficient vector (sm$coefficients), basis matrix at node and data points (sm$B_mat, sm$X_mat), and basis mean (sm$B_mean).

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.

See Also

legendre_polynomial


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

Related to basic_values in plde...