Functions for hypothesis testing in single and double Wishart settings, based on Roy's largest root. This test statistic is especially useful in multivariate analysis. The computations are based on results by Chiani (2014) <doi:10.1016/j.jmva.2014.04.002> and Chiani (2016) <doi:10.1016/j.jmva.2015.10.007>. They use the fact that the CDF is related to the Pfaffian of a matrix that can be computed in a finite number of iterations. This package takes advantage of the Boost and Eigen C++ libraries to perform multi-precision linear algebra.
Version: | 0.4.1 |
Depends: | R (≥ 3.1.0) |
Imports: | Rcpp |
LinkingTo: | Rcpp, RcppEigen, BH |
Suggests: | testthat |
Published: | 2018-03-17 |
Author: | Maxime Turgeon [aut, cre] |
Maintainer: | Maxime Turgeon <maxime.turgeon at mail.mcgill.ca> |
BugReports: | http://github.com/turgeonmaxime/rootWishart/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | http://github.com/turgeonmaxime/rootWishart |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | rootWishart results |
Reference manual: | rootWishart.pdf |
Package source: | rootWishart_0.4.1.tar.gz |
Windows binaries: | r-devel: rootWishart_0.4.1.zip, r-release: rootWishart_0.4.1.zip, r-oldrel: rootWishart_0.4.1.zip |
macOS binaries: | r-release (arm64): rootWishart_0.4.1.tgz, r-oldrel (arm64): rootWishart_0.4.1.tgz, r-release (x86_64): rootWishart_0.4.1.tgz, r-oldrel (x86_64): rootWishart_0.4.1.tgz |
Old sources: | rootWishart archive |
Please use the canonical form https://CRAN.R-project.org/package=rootWishart to link to this page.