casacore
|
#include <ZScoreCalculator.h>
Static Public Member Functions | |
static Double | getMaxZScore (uInt64 npts) |
compute the maximum expected zscore given the number of points in a sample. More... | |
static uInt64 | zscoreToNpts (Double zscore) |
Get the minimum number of points in a Gaussian distribution, such that the probability that the maximum of the distribution having the specified zscore is 0.5. More... | |
Static Private Attributes | |
static std::map< uInt64, Double > | _nptsToMaxZScore |
static Mutex | _mutex |
Definition at line 45 of file ZScoreCalculator.h.
compute the maximum expected zscore given the number of points in a sample.
Get the minimum number of points in a Gaussian distribution, such that the probability that the maximum of the distribution having the specified zscore is 0.5.
zscore
should be non-negative.
Definition at line 55 of file ZScoreCalculator.h.
References casacore::sqrt().
|
staticprivate |
Definition at line 61 of file ZScoreCalculator.h.
Definition at line 60 of file ZScoreCalculator.h.