projorth: Compute the projection of a vector onto the space orthogonal...

Description Usage Arguments Value Examples

View source: R/projorth.R

Description

Compute the projection of a vector onto the space orthogonal to a given matrix.

Usage

1
projorth(x, M)

Arguments

x

A vector of numerics

M

A matrix of vectors

Value

The projection of x onto V^\perp.

Examples

1
projorth(1:10, projl2(rnorm(10)))

vguillemot/sparseMCA documentation built on Nov. 5, 2019, 12:02 p.m.