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

nrm2

Columnwise normalization of a matrix


Description

Computation of a columnwise normalized version of a matrix.

Usage

nrm2(A)

Arguments

A

Matrix of any order

Value

N

Matrix columnwise normalized

Author(s)

Maria Antonietta Del Ferraro mariaantonietta.delferraro@yahoo.it
Henk A.L. Kiers h.a.l.kiers@rug.nl
Paolo Giordani paolo.giordani@uniroma1.it

See Also

Examples

X <- matrix(rnorm(6*3),ncol=3)
Y <- nrm2(X)
apply(Y^2, 2, sum)

ThreeWay

Three-Way Component Analysis

v1.1.3
GPL (>= 2)
Authors
Maria Antonietta Del Ferraro, Henk A.L. Kiers, Paolo Giordani
Initial release
2015-09-07

We don't support your browser anymore

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