GPCAiteration-class {RMAWGEN} | R Documentation |
GPCAiteration-class
Description
GPCAiteration
S3 class returned by GPCA_iteration
Details
x_prev
Previous set of random variable,
x_prev
input variable ofGPCA_iteration
x_gauss_prev
Marginal Gaussianization of
x_prev
obtained throughnormalizeGaussian_severalstations
B_prev
rotation matrix (i. e. eigenvector matrix of the covariance matrix of
x_gauss_prev
)x_next
results obtained by multiplying
B_prev
byx_gauss_prev
(see equation 1 of the reference inGPCA_iteration
)
Note
Formal definition with setOldClass
for the S3 class GPCAiteration
Author(s)
Emanuele Cordano
Examples
showClass("GPCAiteration")
[Package RMAWGEN version 1.3.7 Index]