Last chance! 50% off unlimited learning
Sale ends in
Compute the variation matrix in the various approaches of compositional and amount data analysis. Pay attention that this is not computing the variance or covariance matrix!
variation(x,…)
# S3 method for acomp
variation(x, …,robust=getOption("robust"))
# S3 method for rcomp
variation(x, …,robust=getOption("robust"))
# S3 method for aplus
variation(x, …,robust=getOption("robust"))
# S3 method for rplus
variation(x, …,robust=getOption("robust"))
# S3 method for rmult
variation(x, …,robust=getOption("robust"))
a dataset, eventually of amounts or compositions
currently unused
A description of a robust estimator. FALSE for the classical estimators. See robustnessInCompositions for further details.
The variation matrix of x.
The variation matrix was defined in the acomp
context of
analysis of compositions as the matrix of variances of all
possible log-ratios among components (Aitchison, 1986). The
generalization to rcomp objects is simply to reproduce the
variance of all possible differences between components. The
amount (aplus
, rplus
) and rmult objects
should not be treated with variation
matrices, because this was intended to skip the existence of a closure
(which does not exist in the case of amounts).
cdt
, clrvar2ilr
, clo
,
mean.acomp
, acomp
, rcomp
,
aplus
, rplus
# NOT RUN {
data(SimulatedAmounts)
meanCol(sa.lognormals)
variation(acomp(sa.lognormals))
variation(rcomp(sa.lognormals))
variation(aplus(sa.lognormals))
variation(rplus(sa.lognormals))
variation(rmult(sa.lognormals))
# }
Run the code above in your browser using DataLab