STIRA
0.1
|
class to check if a histogram follows a normal distribution More...
#include <QuantileNormalDistribution.h>
Public Member Functions | |
QuantileNormalDistribution () | |
constructor | |
Static Public Member Functions | |
static double | Run (double p) |
returns for a probability p of a density function the corresponding quantile a histogram can when normalized be considered to be a probability density function | |
static std::vector< double > | AnalyseNormalizedHistogram (std::vector< double > normalizedHistogram, double &rho, bool writeQuantiles=false) |
analyse a normalised histogram if its quantiles follow those of a normal distribution If the normalizedHistogram follows a normal distribution, the points in a Quantile-Quantile plot follow a straight line More... | |
class to check if a histogram follows a normal distribution
|
static |
analyse a normalised histogram if its quantiles follow those of a normal distribution If the normalizedHistogram follows a normal distribution, the points in a Quantile-Quantile plot follow a straight line
normalizedHistogram | the histogram (expected to be normalized) as input |
rho | the correlation coefficient of the quantiles of the input histogram and those of a standard normal dsitribution |
writeQuantiles | flag whether or not to write the quantiles |
References stira::common::FitCurve::FitLinear(), stira::common::Statistics< T >::GetCorrelation(), and Run().