Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

frobenius_norm_funct_multiv_robust

Functional multivariate robust Frobenius norm


Description

Computes the functional multivariate robust Frobenius norm.

Usage

frobenius_norm_funct_multiv_robust(m, PM, prob, nbasis, nvars)

Arguments

m

Data matrix with the residuals. This matrix has the same dimensions as the original data matrix.

PM

Penalty matrix obtained with eval.penalty.

prob

Probability with values in [0,1].

nbasis

Number of basis.

nvars

Number of variables.

Details

Residuals are vectors. If there are p variables (columns), for every observation there is a residual that there is a p-dimensional vector. If there are n observations, the residuals are an n times p matrix.

Value

Real number.

Author(s)

Irene Epifanio

References

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

Examples

mat <- matrix(1:400, ncol = 20)
PM <- matrix(1:100, ncol = 10)
frobenius_norm_funct_multiv_robust(mat, PM, 0.8, 10, 2)

adamethods

Archetypoid Algorithms and Anomaly Detection

v1.2.1
GPL (>= 2)
Authors
Guillermo Vinue, Irene Epifanio
Initial release
2020-08-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.