orth(pcaMethods)
orth()所属R语言包:pcaMethods
Calculate an orthonormal basis
计算正交基
译者:生物统计家园网 机器人LoveR
描述----------Description----------
ONB = orth(mat) is an orthonormal basis for the range of matrix mat. That is, ONB' * ONB = I, the columns of ONB span the same space as the columns of mat, and the number of columns of ONB is
ONB的奥思(垫)是正交矩阵垫范围的基础上。也就是说,ONB的“* ONB的=我,ONB的跨度列列垫相同的空间,ONB的列数
用法----------Usage----------
orth(mat, skipInac=FALSE)
参数----------Arguments----------
参数:mat
matrix to calculate orthonormal base
矩阵计算正交基
参数:skipInac
do not include components with precision below .Machine$double.eps if TRUE </table>
如果不包括以下精密部件。机$ double.eps真正的</ TABLE>
值----------Value----------
orthonormal basis for the range of matrix
正交基的矩阵范围
作者(S)----------Author(s)----------
Wolfram Stacklies
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|