rstiefel-package: Random Orthonormal Matrix Generation on the Stiefel Manifold...

Description Author(s) References Examples

Description

Package: rstiefel
Type: Package
Version: 1.0.0
Date: 2019-02-18
License: GPL-3

Author(s)

Peter Hoff

Alex Franks

Maintainer: Peter Hoff <peter.hoff@duke.edu>

References

Hoff(2009)

Examples

1
2
3
4
5
6
7
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)

rstiefel documentation built on June 15, 2021, 5:07 p.m.