Description Usage Arguments Value Author(s) References See Also Examples
View source: R/stepArchetypesRawData_robust.R
This is a slight modification of stepArchetypesRawData
to use the archetype algorithm with the robust Frobenius norm.
1 2 | stepArchetypesRawData_robust(data, numArch, numRep = 3,
verbose = TRUE, saveHistory = FALSE, prob)
|
data |
Data to obtain archetypes. |
numArch |
Number of archetypes to compute, from 1 to |
numRep |
For each |
verbose |
If TRUE, the progress during execution is shown. |
saveHistory |
Save execution steps. |
prob |
Probability with values in [0,1]. |
A list with the archetypes.
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
stepArchetypesRawData_norm_frob
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.