Description Usage Value Note Author(s) References See Also Examples
Conduct the simultaneous inference for a set of loading vectors as for the NUll hypothesises H02, where H02 assume there is zero loading vector in the set of loading vectors.
1 | MultiTSrowMinST(X, G2, alpha=0.05, Nsplit= 5, sub.frac=0.5)
|
return a matrix with class "Min-test", row names 'chiq_test' , and column names 'CriticalValue', 'TesMultiTStatistic', 'reject_status', and 'p-value', including all the information about testing.
nothing
Liu Wei
Wei Liu, Huazhen Lin, Jin Liu (2020). Estimation and inference on high-dimensional sparse factor models.
factor
, Factorm
,simultestentryX
1 2 3 4 5 6 7 8 9 10 | ### Example
dat <- gendata(n = 300, p = 500)
res <- Factorm(dat$X)
X <- dat$X
# ex1: H01 is false
G2 <- 1:200; # all are nonzero loading vectors
MultiTSrowMinST(X, G2=G2, alpha=0.05, sub.frac=0.5)
# ex2: H01 is true
G2 <- 1:500 # all are zero loading vectors
MultiTSrowMinST(X, G2=G2, alpha=0.05, sub.frac=0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.