Squared interior product between matrices
Helper function to compute the robust Frobenius norm.
int_prod_mat_sq(m)
m |
Data matrix. |
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
mat <- matrix(1:4, nrow = 2) int_prod_mat_sq(mat)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.