rstiefel-package(rstiefel)
rstiefel-package()所属R语言包:rstiefel
Random Orthonormal Matrix Generation on the Stiefel Manifold
随机正交矩阵生成的Stiefel流形上
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This package simulates random orthonormal matrices from linear and quadratic exponential family distributions on the Stiefel manifold. The most general type of distribution covered is the matrix-variate Bingham-von Mises-Fisher distribution. Most of the simulation methods are presented in Hoff(2009) "Simulation of the Matrix Bingham-von Mises-Fisher Distribution, With Applications to Multivariate and Relational Data."
这个包模拟的Stiefel流形上的线性和二次指数族分布的随机正交的矩阵。最普遍的覆盖类型分布的矩阵变量宾厄姆·冯·米塞斯Fisher分布。大多数的模拟方法霍夫(2009)“模拟矩阵宾厄姆·冯·米塞斯Fisher分布,多元与关系数据的应用程序。”
Details
详细信息----------Details----------
(作者)----------Author(s)----------
Peter Hoff
Maintainer: Peter Hoff <pdhoff@uw.edu>
参考文献----------References----------
实例----------Examples----------
Z<-matrix(rnorm(10*5),10,5) ; A<-t(Z)%*%Z
B<-diag(sort(rexp(5),decreasing=TRUE))
U<-rbing.Op(A,B)
U<-rbing.matrix.gibbs(A,B,U)
U<-rmf.matrix(Z)
U<-rmf.matrix.gibbs(Z,U)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|