X - p1* p2*T array, which is the observed matrix from each individual, where T is the sample size.
CC - p1* p2*T array, which is the common component matrix for each individual.
F0 - r1* r2*T array, which is the generated factor matrix for each individual, where T is the sample size.
R0 - a p1-by-r1 matrix, the row loading matrix.
C0 - a p2-by-r2 matrix, the column loading matrix.
mu0 - a p1-by-p2 matrix, the mean matrix.
Arguments
Tt
a positive integer, specify the sample size.
p1
a positive integer, specify the row dimension of the observed matrix.
p2
a positive integer, specify the column dimension of the observed matrix.
r1
a positive integer, specify the number of row factors; default as 4
r2
a positive integer, specify the number of column factors; default as 3.
rho
a positive real, specify the signal strength of factor matrices.
type
a string, specify the type of error matrix, default as type='MatrixN'; supportint matrix t distribution 'MatrixT' and matrix normal distribution 'MatrixN'.
nu
a positive integer, specify the degree freedom of the matrix t distribution when type='MatrixT'.