Learn R Programming

VBmix (version 0.2.8)

gramschmidt: gramschmidt

Description

performs Gram-Schmidt orthogonalization on mat.

Usage

gramschmidt(mat)

Arguments

mat
matrix object to orthogonalize.

Value

  • orthogonalized matrix.

See Also

mppca newMppca

Examples

Run this code
temp <- gramschmidt(pcapen[[3]]$wmean[[1]])

Run the code above in your browser using DataLab