norm | R Documentation |
Each of the considered space structures has an associated norm, which is computed for each element by these functions.
## Default S3 method:
norm(x,...)
## S3 method for class 'acomp'
norm(x,...)
## S3 method for class 'rcomp'
norm(x,...)
## S3 method for class 'aplus'
norm(x,...)
## S3 method for class 'rplus'
norm(x,...)
## S3 method for class 'rmult'
norm(x,...)
## S3 method for class 'rmult'
norm(x,...)
x |
a dataset or a single vector of some type |
... |
currently not used, intended to select a different norm rule in the future |
The norms of the given vectors.
ATTENTON: norm.matrix
is a wrapper around base::norm
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
normalize
data(SimulatedAmounts)
tmp <- acomp(sa.lognormals)
mvar(tmp)
sum(norm( tmp - mean(tmp) )^2)/(nrow(tmp)-1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.