frechetMeanCurve | R Documentation |
Frechet mean curve of a set of sparsely observed curves on the manifold
frechetMeanCurve(
mfd,
bw,
kernel_type,
xin,
yin,
xout,
npoly = 1L,
win = rep(1L, length(xin))
)
mfd |
A class instance that represents the Riemannian manifold. See the manifold package |
bw |
The bandwidth |
kernel_type |
The type of kernel for smoothing |
xin |
A list of n vectors containing the observation time points for each individual corresponding to y. Each vector should be sorted in ascending order. |
yin |
A list of n matrices containing the observed values for each individual. Missing values specified by |
xout |
The time points where the mean curve shall be evaluated |
npoly |
The order of the local polynomial smoother |
win |
A vector n numbers. The weight of each individual. |
A matrix with length(xout)
columns. The ith column is the estimated mean curve at xout[i]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.