Multiple Testing¶
Multiple Testing is implemented to analyse the characteristics of the maxima population as a whole. First, the intensity of the maxima is compared to the expected distribution \(f\), and the probability of a maxima happening at random in a Gaussian map is computed (as opposed to the maximum being produced by a point source): this is the pvalue. These can be studied individually or as a population. For the latter, we implement the Benjamini-Hochberg procedure of multiple testing.
There are three types of functions regarding pvalues and multiple testing:
Functions to calculate the theoretical distribution of maxima \(f\).
Functions to calculate the pvalue.
A functions to apply the multiple testing approach.
Theoretical distribution \(f\)¶
|
Get the theoretical maxima distribution f, from the values of k_1, k_2. |
|
Get the theoretical maxima distribution f, from the angular power spectra C_l of a map. |
|
Get the theoretical maxima distribution for a Sachs-Wolfe-like spectra filtered with a Mexican needlet. |
pvalues¶
|
Calculate the p-values for a certain maxima distribution f, of diferent values of the intensity. |
|
Get the p-values for the maxima for a given expected distribution. |
Multiple testing¶
|
Select a subset of the maxima to be candidates to Point Source. |