#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. | |
| 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. | |
Static Private Attributes | |
| static std::map< uInt64, Double > | _nptsToMaxZScore |
Definition at line 43 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 53 of file ZScoreCalculator.h.
References casacore::sqrt().
std::map<uInt64, Double> casacore::ZScoreCalculator::_nptsToMaxZScore [static, private] |
Definition at line 58 of file ZScoreCalculator.h.
1.6.1