casacore
Static Public Member Functions | Static Private Attributes | List of all members
casacore::ZScoreCalculator Class Reference

#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
 

Detailed Description

Definition at line 43 of file ZScoreCalculator.h.

Member Function Documentation

§ getMaxZScore()

static Double casacore::ZScoreCalculator::getMaxZScore ( uInt64  npts)
static

compute the maximum expected zscore given the number of points in a sample.

§ zscoreToNpts()

static uInt64 casacore::ZScoreCalculator::zscoreToNpts ( Double  zscore)
inlinestatic

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().

Member Data Documentation

§ _nptsToMaxZScore

std::map<uInt64, Double> casacore::ZScoreCalculator::_nptsToMaxZScore
staticprivate

Definition at line 58 of file ZScoreCalculator.h.


The documentation for this class was generated from the following file: