knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Stiefel manifold is a set of orthonormal frames in Euclidean space. We provide algorithms for statistical inference, optimization, and learning over the Stiefel manifold.
You can install the released version of RiemStiefel from CRAN with:
install.packages("RiemStiefel")
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("kyoustat/RiemStiefel")
| function | description |
| -------- | ----------- |
| st.mean
| Frechet mean computation. |
| st.hclust
| hierarchical agglomerative clustering. |
| st.runif
| random sample generation from uniform distribution. |
| st.pdist
| compute pairwise distance for a set of data. |
| st.utestR
| test of uniformity via Rayleigh-type statistic. |
| stopt.SA
| Simulated Annealing algorithm for optimization. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.