wedderburn: Wedderburn Rank Reduction

Description Usage Arguments Details Examples

Description

Rank reduction of a matrix by means of Wedderburn theorem

Usage

1
  wedderburn(X, a = NULL, b = NULL)

Arguments

X

a numeric matrix

a

optional vector of length equal to the number of rows in X

b

optional vector of length equal to the number of columns in X

Details

when a = NULL and-or b = NULL, they are randomly generated using rnorm()

Examples

1
2
3
4
5
6
7
8
set.seed(9)
X = matrix(runif(12), 4, 3)

# wedderburn's rank reduction
wedderburn(X)

# synonmym function
rank_reduction(X)

gastonstat/matrixkit documentation built on May 16, 2019, 5:45 p.m.