The Aitchison Simplex with its two operations perturbation as + and power transform as * is a vector space. This vector space is represented by these operations.
power.acomp(x,s)
## Methods for class "acomp"
## x*y
## x/y
an acomp composition or dataset of compositions (or a number or a numeric vector)
a numeric vector of size 1 or nrow(x)
a numeric vector of size 1 or nrow(x)
An "acomp"
vector or matrix.
The power transform is the basic multiplication operation of the
Aitchison simplex seen as a vector space. It is defined as:
Aitchison, J. (1986) The Statistical Analysis of Compositional Data Monographs on Statistics and Applied Probability. Chapman & Hall Ltd., London (UK). 416p.
Aitchison, J, C. Barcel'o-Vidal, J.J. Egozcue, V. Pawlowsky-Glahn (2002) A consise guide to the algebraic geometric structure of the simplex, the sample space for compositional data analysis, Terra Nostra, Schriften der Alfred Wegener-Stiftung, 03/2003
Pawlowsky-Glahn, V. and J.J. Egozcue (2001) Geometric approach to statistical analysis on the simplex. SERRA 15(5), 384-398
# NOT RUN {
acomp(1:5)* -1 + acomp(1:5)
data(SimulatedAmounts)
cdata <- acomp(sa.lognormals)
plot( tmp <- (cdata-mean(cdata))/msd(cdata) )
class(tmp)
mean(tmp)
msd(tmp)
var(tmp)
# }
Run the code above in your browser using DataLab