m.spline.x | R Documentation |
Creation of M_splines basis
m.spline.x(x, tt, i, k)
x |
a value of the covariate |
tt |
values of knot sequence of the covariate |
i |
the i_th M_spline function |
k |
degree of the spline |
m.spline.x
returns a value of M_spline basis value for x in i_th spline degree of k
Yili Hong
Hong. Y., Y. Duan, W. Q. Meeker, D. L. Stanley, and X. Gu (2014), Statistical Methods for Degradation Data with Dynamic Covariates Information and an Application to Outdoor Weathering Data, Technometrics, DOI: 10.1080/00401706.2014.915891.
i.spline.x
m.spline.x(x=0.3, tt=c(0, 0, 0, 0.3, 0.6, 0.8, 1, 1, 1 ), i=2, k=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.