View source: R/calculate_lambda_threshold.R
calculate_lambda_threshold | R Documentation |
For a given significance value, this function uses critical values determined from simulated data formed on 1 million arrays, and returns the quantile estimated at that significance level. For values of k > 20, it assumes a chi squared distribution with k/(pi - 2) degrees of freedom.
calculate_lambda_threshold(k, alpha)
k |
Number of indices. |
alpha |
Level of significance. |
A 100(1-alpha)% quantile estimate from the distribution of Lambda.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.