CovTest1.2014Srivastava: One-Sample Covariance Test by Srivastava, Yanagihara, and Kubokawa (2014)
Description
Given data, it performs 1-sample test for Covariance where
the null hypothesis is
$$H_0 : \Sigma_n = \Sigma_0$$
where \(\Sigma_n\) is the covariance of data model and \(\Sigma_0\) is a
hypothesized covariance based on a procedure proposed by Srivastava, Yanagihara, and Kubokawa (2014).
# NOT RUN {## generate data from multivariate normal with trivial covariance.pdim = 5data = matrix(rnorm(10*pdim), ncol=pdim)
## run the testCovTest1.2014Srivastava(data)
# }# NOT RUN {# }