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)
R package that implements Chiani's iterative algorithms for computing the distribution of the largest root in single and double Wishart settings.
This package is now available on CRAN. Alternatively, you can install from GitHub using the devtools package:
library(devtools)devtools::install_github('turgeonmaxime/rootWishart')
mprec has been removed. The type of precision is now controlled by the parameter type.
type = 'double' gives double precisiontype = 'multi' gives multiprecisiontype is unspecified is to decide adaptively based on the input parameters which type of precision to choose.