inv_GPCA_iteration(RMAWGEN)
inv_GPCA_iteration()所属R语言包:RMAWGEN
This function makes an inverse iteration of PCA-Gaussianization process
此功能可以使PCA-高斯化过程的逆迭代
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function makes an inverse iteration of PCA-Gaussianization process
此功能可以使PCA-高斯化过程的逆迭代
用法----------Usage----------
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
矩阵高斯随机variale的改造
参数:GPCA_iter_param
GPCAiteration S3 object returned by the function GPCA_iteration corresponding the related direct iteration
GPCAiteration S3对象返回的功能GPCA_iteration相应的直接迭代
参数:extremes
see normalizeGaussian_severalstations
看到normalizeGaussian_severalstations
参数:type
see normalizeGaussian_severalstations
看到normalizeGaussian_severalstations
值----------Value----------
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://dx.doi.org/doi/10.1117/12.834011
此功能是根据逆“PCA Gauss化的方程(1)的一类遥感图像”由V. Laparra等人。http://dx.doi.org/doi/10.1117/12.834011
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|