public static class ExplicitImplicitModelPCA.Result extends Object
Modifier and Type | Method and Description |
---|---|
Matrix |
B()
Gets B, the implicit factor loading matrix.
|
Vector |
b(int n)
Gets the implicit 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 implicit factor value matrix.
|
Vector |
f(int t)
Gets the implicit factor values at time t.
|
Matrix |
Gamma()
Gets Γ, the explicit factor loading matrix.
|
Vector |
R_bar()
Gets R_bar, the average of observations over time per subject.
|
public Matrix Gamma()
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.