mlicaMAIN {mlica} | R Documentation |
See references for detailed description.
mlicaMAIN(prNCP, tol = 1e-04, maxit = 300, mu = 1)
prNCP |
The output object of proposeNCP . |
tol |
Tolerance level for convergence. |
maxit |
Maximum number of iterations to allow for convergence. |
mu |
Learning paramter for fixed point algorithm. This has already been optimised. |
A list with following components:
A |
Estimate of the mixing matrix. |
B |
Estimate of the inverse mixing matrix. |
S |
Estimate of the source matrix. |
X |
Normalised data matrix. |
ncp |
Number of independent components. |
NC |
Binary number specifying whether best run converged,0, or not,1. |
LL |
Log likelihood value of best run. |
Andrew Teschendorff aet21@cam.ac.uk