Description Usage Arguments Details Value Author(s) References See Also Examples
This function is a wrapper to smooth a set of multidimensional discrete timecourse data.
timecourse data; Ts are the time points; rough.pen is the roughness penalty used in smoothing. Note that we must be very careful in selecting the "right" penalty for the real data. n.plot: number of functions to be plotted in the figure (having too many curves in one figure is not a good idea).
1 |
Y |
An |
Ts |
An |
rough.pen |
Roughness penalty used in smoothing spline. Its
default value is 0.001, which is a reasonable value if: (a) the range
of |
norder |
The order of b-splines, which is one higher than their degree. The default of 4 gives cubic splines. |
plot |
If |
n.plot |
Number of dimensions to be used in the plot. |
This function is a wrapper to smooth a set of multidimensional
discrete timecourse data. It calls functions
create.bspline.basis()
, fdPar()
, and
smooth.basis()
in R package fda
to perform the
computation.
Xt |
A list of smoothed cubic splines. |
Xing Qiu
Ramsay, James O., Hooker, Giles, and Graves, Spencer (2009), Functional data analysis with R and Matlab, Springer, New York.
create.bspline.basis
, fdPar
, smooth.basis
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.