View source: R/multivariate_karcher_cov.R
| multivariate_karcher_cov | R Documentation |
Calculate Karcher Covariance of a set of curves
multivariate_karcher_cov(align_data)
align_data |
fdacurve object from multivariate_karcher_mean of aligned data |
K covariance matrix
Srivastava, A., Klassen, E., Joshi, S., Jermyn, I., (2011). Shape analysis of elastic curves in euclidean spaces. Pattern Analysis and Machine Intelligence, IEEE Transactions on 33 (7), 1415-1428.
out <- multivariate_karcher_mean(beta[, , 1, 1:2], maxit = 2)
# note: use more shapes, small for speed
K <- multivariate_karcher_cov(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.