powered by
Quantile of soft-thresholding Fisher's p-value combination statistic under the null hypothesis.
q.soft(p, n, tau1, M = NULL)
- a scalar left probability that defines the quantile.
- dimension parameter, i.e. the number of input p-values.
- truncation parameter=normalization parameter. tau1 > 0.
- correlation matrix of the input statistics. Default = NULL assumes independence.
Quantile of soft-thresholding Fisher's p-value combination statistic.
1. Hong Zhang and Zheyang Wu. "TFisher Tests: Optimal and Adaptive Thresholding for Combining p-Values", submitted.
stat.soft for the definition of the statistic.
stat.soft
# NOT RUN { ## The 0.05 critical value of soft-thresholding statistic when n = 10: q.soft(p=.99, n=20, tau1 = 0.05) M = matrix(0.9,20,20) + diag(1-0.9,20) q.soft(p=.99, n=20, tau1 = 0.05, M=M) # }
Run the code above in your browser using DataLab