GPCAiteration S3 class returned by GPCA_iteration
x_prevPrevious set of random variable, x_prev input variable of GPCA_iteration
x_gauss_prevMarginal Gaussianization of x_prev obtained through normalizeGaussian_severalstations
B_prevrotation matrix (i. e. eigenvector matrix of the covariance matrix of x_gauss_prev)
x_next results obtained by multiplying B_prev by x_gauss_prev (see equation 1 of the reference in GPCA_iteration)
Formal definition with setOldClass for the S3 class GPCAiteration
showClass("GPCAiteration")
#> Virtual Class "GPCAiteration" [package "RMAWGEN"]
#>
#> Slots:
#>
#> Name: .S3Class
#> Class: character
#>
#> Extends: "oldClass"