residual_maker_matrix {bdsm} | R Documentation |
Residual Maker Matrix
Description
Create residual maker matrix from a given matrix m
. See article about
projection matrix on
the Wikipedia.
Usage
residual_maker_matrix(m)
Arguments
m |
Matrix |
Value
M x M matrix where M is the number of rows in the m
matrix.
Examples
residual_maker_matrix(matrix(c(1,2,3,4), nrow = 2))
[Package bdsm version 0.2.1 Index]