GPCA(RMAWGEN)
GPCA()所属R语言包:RMAWGEN
This function make a Gaussianization procedure besad on PCA iteration ( see <a href="GPCA_iteration.html">GPCA_iteration</a>)
此功能使的高斯化过程besad PCA迭代(见<a href="GPCA_iteration.html"> GPCA_iteration </ A>)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function make a Gaussianization procedure besad on PCA iteration ( see GPCA_iteration)
此功能使的高斯化过程besad PCA迭代(见GPCA_iteration)
用法----------Usage----------
GPCA(x_prev, n = 30, extremes = TRUE)
参数----------Arguments----------
参数:x_prev
previous set of the random variable x. If it is a varest object, the residuals are taken into account.
上一组随机变量x。如果它是一个varest对象,残差考虑。
参数:n
number of reiterations
数叠
参数:extremes
see normalizeGaussian_severalstations
看到normalizeGaussian_severalstations
值----------Value----------
A GPCA-class S3 object returned by GPCA_iteration at each iteration and the final results of the G-PCA procedure (matrix final_results)
AGPCA-class S3对象返回的GPCA_iteration在每次迭代的G-PCA过程和最终结果(矩阵final_results)
注意----------Note----------
This function re-iterates 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
此功能重新迭代方程(1)“一类的遥感图像PCA高斯化”五Laparra等。,http://dx.doi.org/doi/10.1117/12.834011
(作者)----------Author(s)----------
Emanuele Cordano
参见----------See Also----------
GPCA-class for 'GPCA' S3 class
GPCA-classGPCAS3类
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|