Description Usage Arguments Value References Examples
View source: R/CovTest1.2014Srivastava.R
Given data, it performs 1-sample test for Covariance where the null hypothesis is
H_0 : Σ_n = Σ_0
where Σ_n is the covariance of data model and Σ_0 is a hypothesized covariance based on a procedure proposed by Srivastava, Yanagihara, and Kubokawa (2014).
1 | CovTest1.2014Srivastava(data, Sigma0 = diag(ncol(data)), alpha = 0.05)
|
data |
an (n\times p) data matrix where each row is an observation. |
Sigma0 |
a (p\times p) given covariance matrix. |
alpha |
level of significance. |
a named list containing
a test statistic value.
rejection criterion to be compared against test statistic.
a logical; TRUE
to reject null hypothesis, FALSE
otherwise.
srivastava_tests_2014CovTools
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.