1 #ifndef PROBABILITE_NORMAL_LAW_H 2 #define PROBABILITE_NORMAL_LAW_H 11 I18n::Message
title()
override;
14 float xMin()
override;
15 float yMin()
override;
16 float xMax()
override;
17 float yMax()
override;
26 constexpr
static double k_maxRatioMuSigma = 1000.0f;
31 constexpr
static double k_boundStandardNormalDistribution = 4.892;
32 double standardNormalCumulativeDistributiveFunctionAtAbscissa(
double abscissa)
const;
33 double standardNormalCumulativeDistributiveInverseForProbability(
double probability);
bool authorizedValueAtIndex(float x, int index) const override
double cumulativeDistributiveInverseForProbability(double *probability) override
void setParameterAtIndex(float f, int index) override
double cumulativeDistributiveFunctionAtAbscissa(double x) const override
Type type() const override
I18n::Message title() override
float evaluateAtAbscissa(float x) const override
bool isContinuous() const override
static constexpr int LargeNumberOfSignificantDigits
I18n::Message parameterNameAtIndex(int index) override
I18n::Message parameterDefinitionAtIndex(int index) override