savgol.coef {mixer} | R Documentation |
These coefficients will be used in function lfdr to calculate the derivatives of the estimated density curve.
data(savgol.coef)
A list with two data frames. savgol.coef[[1]] and savgol.coef[[2]] are coefficients for 1st and 2nd derivatives, respectively. Each data frame include the following variables:
M
nL
nR
V1 ... V41
Coefficeints for different cobinations of M, nL, and nR are provided. By default, funciton lfdr use M = 4, nL = nR = 5.
the data is computed by the c runtine ``savgol'' from Numerical Recipe
Numerical Recipes in C: The Art of Scientific Computing, by William H. Press, Brian P. Flannery, Saul A. Teukolsky, William T. Vetterling, Cambridge University Press; 2nd edition, 1992
data(savgol.coef)