Description Usage Arguments Value Author(s) References Examples
View source: R/int_prod_mat_sq_funct.R
Helper function to compute the robust Frobenius norm in the functional data analysis (FDA) scenario.
1 | int_prod_mat_sq_funct(m, PM)
|
m |
Data matrix. |
PM |
Penalty matrix obtained with |
Data matrix.
Irene Epifanio
Moliner, J. and Epifanio, I., Robust multivariate and functional archetypal analysis with application to financial time series analysis, 2019. Physica A: Statistical Mechanics and its Applications 519, 195-208. https://doi.org/10.1016/j.physa.2018.12.036
1 2 3 4 5 6 | library(fda)
mat <- matrix(1:9, nrow = 3)
fbasis <- create.fourier.basis(rangeval = c(1, 32), nbasis = 3)
PM <- eval.penalty(fbasis)
int_prod_mat_sq_funct(mat, PM)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.