signchange {SparseICA} | R Documentation |
Change the sign of S and M matrices to positive skewness.
Description
Change the sign of S and M matrices to positive skewness.
Usage
signchange(S, M = NULL)
Arguments
S |
The S matrix with dimension P x Q. |
M |
The M matrix with dimension Q x T. |
Value
A list of S and M matrices with positive skewness.
[Package SparseICA version 0.1.4 Index]