casacore
|
This class contains static methods related to z-scores. More...
#include <ZScoreCalculator.h>
Public Member Functions | |
ZScoreCalculator ()=delete | |
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 std::mutex | _mutex |
This class contains static methods related to z-scores.
A z-score is the number of standard deviations from the mean in a normal distribution.
Definition at line 44 of file ZScoreCalculator.h.
|
delete |
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 56 of file ZScoreCalculator.h.
References casacore::sqrt().
|
staticprivate |
Definition at line 62 of file ZScoreCalculator.h.
Definition at line 61 of file ZScoreCalculator.h.