gramSchmidtOrth {combi}R Documentation

Gram schimdt orhtogonalize a with respect to b, and normalize

Description

Gram schimdt orhtogonalize a with respect to b, and normalize

Usage

gramSchmidtOrth(a, b, weights = 1, norm = TRUE)

Arguments

a

the vector to be orthogonalized

b

the vector to be orthogonalized to

weights

weights vector

norm

a boolean, should the result be normalized?

Value

The orthogonalized vector


[Package combi version 1.6.0 Index]