Description Usage Arguments Details Value References Examples
Estimate the mean function from functional data/snippets
1 2 3 4 5 6 7 8 9 |
t |
a list of vectors (for irregular design) or a vector (for regular design) containing time points of observations for each individual. Each vector should be in ascending order |
y |
a list of vectors (for irregular design) or a matrix (for regular design) containing the observed values at |
newt |
a list of vectors or a vector containing time points of observations to be evaluated. If NULL, then newt is treated as t |
method |
estimation method, 'PACE' or 'FOURIER' |
tuning |
tuning method to select possible tuning parameters |
... |
other parameters required depending on the |
When method='PACE'
, additional parameters kernel
and deg
can be provided. bw
as a scalar is optional. When bw
is provided, the bandwidth is set to bw
When method='FOURIER'
, additional parameters q
,rho
,ext
and domain
are optional. If they are not provided, then they will be deduced from data or selected by the specified tuning
method.
an object of the class 'meanfunc' containing necessary information to predict the mean function
Lin2020mcfda
\insertRefYao2005mcfda
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.