inv_GPCA(RMAWGEN)
inv_GPCA()所属R语言包:RMAWGEN
This function make an inverse Gaussianization procedure besad on PCA iteration ( see <a href="inv_GPCA_iteration.html">inv_GPCA_iteration</a>
此功能使PCA迭代的逆高斯化过程besad,上(见的<a href="inv_GPCA_iteration.html"> inv_GPCA_iteration </ A>
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function make an inverse Gaussianization procedure besad on PCA iteration ( see inv_GPCA_iteration
此功能使PCA迭代的逆高斯化过程besad,上(见inv_GPCA_iteration
用法----------Usage----------
inv_GPCA(x = NULL, GPCA_param, type = 3, extremes = TRUE)
参数----------Arguments----------
参数:x
gaussian random variable to transform
高斯随机变量的转换
参数:GPCA_param
GPCA-class S3 object returned by the function GPCA
S3对象GPCA-class返回的功能GPCA的
参数:extremes
see normalizeGaussian_severalstations
看到normalizeGaussian_severalstations
参数:type
see normalizeGaussian_severalstations
看到normalizeGaussian_severalstations
值----------Value----------
the non-Gaussian random variable
非高斯随机变量
注意----------Note----------
This function re-iterates the inverse of 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
此功能迭代方程(1)“PCA高斯化的逆一类遥感影像的”五Laparra等。,http://dx.doi.org/doi/10.1117/12.834011
(作者)----------Author(s)----------
Emanuele Cordano
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|