public static class ImplicitModelPCA.Result extends Object
| Modifier and Type | Method and Description |
|---|---|
Matrix |
B()
Gets B, the factor loading matrix.
|
Vector |
b(int n)
Gets the factor loading for the n-th subject.
|
Vector |
e_t(int t)
Gets the residual of all subject at time t.
|
Matrix |
E()
Gets E, the residual matrix.
|
Matrix |
F()
Gets F, the factor value matrix.
|
Vector |
f(int t)
Gets the factor values at time t.
|
Vector |
R_bar()
Gets R_bar, the average of observations over time per subject.
|
public Vector R_bar()
public Matrix B()
public Matrix F()
public Matrix E()
public Vector b(int n)
n - public Vector f(int t)
t - time starts counting from 1public Vector e_t(int t)
t - time starts counting from 1Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.