Displaying 1 result from an estimated 1 matches for "21.9372".
Did you mean:
1.9372
2013 Apr 28
0
Positive Smoothing in fda package
Dear all,
I'm trying to build some fda objects using smooth.pos() from fda package.
Here is what I try:
>X <-c(0.4541139, 0.4802537, 0.5091228, 0.3894931, 2.1512258,
>7.9301281, 62.3876109, 54.1168247, 67.8769904, 91.0670615, 20.0682440)
>basis <- create.bspline.basis(c(-100, 100), 7, 5)
>MDA.fdPar <- fdPar(basis, 2, 0.01)
>MDA.fda.joint <-