2019-11-20 18:03:21 +00:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
% Please edit documentation in R/util.R
|
|
|
|
\name{rStiefel}
|
|
|
|
\alias{rStiefel}
|
2020-02-26 15:43:57 +00:00
|
|
|
\title{Random sample from Stiefel manifold.}
|
2019-11-20 18:03:21 +00:00
|
|
|
\usage{
|
|
|
|
rStiefel(p, q)
|
|
|
|
}
|
|
|
|
\arguments{
|
|
|
|
\item{p}{row dimension}
|
|
|
|
|
|
|
|
\item{q}{col dimension}
|
|
|
|
}
|
|
|
|
\value{
|
2020-02-26 15:43:57 +00:00
|
|
|
A \eqn{p \times q}{p x q} semi-orthogonal matrix.
|
2019-11-20 18:03:21 +00:00
|
|
|
}
|
|
|
|
\description{
|
2020-02-26 15:43:57 +00:00
|
|
|
Draws a random sample from the invariant measure on the Stiefel manifold
|
2019-12-16 16:34:35 +00:00
|
|
|
\eqn{S(p, q)}.
|
2019-11-20 18:03:21 +00:00
|
|
|
}
|
|
|
|
\examples{
|
2020-02-26 15:43:57 +00:00
|
|
|
V <- rStiefel(6, 4)
|
2019-11-20 18:03:21 +00:00
|
|
|
}
|