Learn R Programming

singR (version 0.1.3)

gen.inits: Generate initialization from specific space

Description

Generate initialization from specific space

Usage

gen.inits(p, d, runs, orth.method = c("svd", "givens"))

Value

a list of initialization of mixing matrices.

Arguments

p

p*p orthodox matrix

d

p*d orthodox matrix

runs

the number of orthodox matrix

orth.method

orthodox method

Examples

Run this code
gen.inits(2,3,3,'svd')

Run the code above in your browser using DataLab