est.M.ols {SparseICA} | R Documentation |
Estimate mixing matrix from estimates of components
Description
Estimate mixing matrix from estimates of components
Usage
est.M.ols(sData, xData, intercept = TRUE)
Arguments
sData |
S Dimension: P x Q |
xData |
X Dimension: P x T |
intercept |
default = TRUE |
Value
a mixing matrix M, dimension Q x T.
[Package SparseICA version 0.1.4 Index]