This function makes an inverse iteration of PCA-Gaussianization process
This function makes an inverse iteration of PCA-Gaussianization process
inv_GPCA_iteration(x = GPCA_iter_param$x_next, GPCA_iter_param, type =3, extremes =TRUE)
Arguments
x: matrix of gaussian random variale to transform
GPCA_iter_param: GPCAiteration S3 object returned by the function GPCA_iteration corresponding the related direct iteration
type: see normalizeGaussian_severalstations
extremes: see normalizeGaussian_severalstations
Returns
the non-Gaussian random variable
Note
This function is based on the inverse of the equation (1) of "PCA Gaussianization for One-Class Remote Sensing Image" by V. Laparra et al., http://ieeexplore.ieee.org/document/5413808/