STK++ 0.9.13
|
In this file we implement the Normal distribution. More...
Go to the source code of this file.
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
namespace | STK::Law |
This is the namespace enclosing the classes handling the usual probabilities Laws. | |
Variables | |
const double | a1 = -39.69683028665376 |
const double | a2 = 220.9460984245205 |
const double | a3 = -275.9285104469687 |
const double | a4 = 138.3577518672690 |
const double | a5 =-30.66479806614716 |
const double | a6 = 2.506628277459239 |
const double | b1 = -54.47609879822406 |
const double | b2 = 161.5858368580409 |
const double | b3 = -155.6989798598866 |
const double | b4 = 66.80131188771972 |
const double | b5 = -13.28068155288572 |
const double | c1 = -0.007784894002430293 |
const double | c2 = -0.3223964580411365 |
const double | c3 = -2.400758277161838 |
const double | c4 = -2.549732539343734 |
const double | c5 = 4.374664141464968 |
const double | c6 = 2.938163982698783 |
const double | d1 = 0.007784695709041462 |
const double | d2 = 0.3224671290700398 |
const double | d3 = 2.445134137142996 |
const double | d4 = 3.754408661907416 |
In this file we implement the Normal distribution.
Definition in file STK_Law_Normal.cpp.
const double a1 = -39.69683028665376 |
Definition at line 41 of file STK_Law_Normal.cpp.
Referenced by STK::Funct::betaRatio_se(), STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double a2 = 220.9460984245205 |
Definition at line 42 of file STK_Law_Normal.cpp.
Referenced by STK::Funct::betaRatio_se(), STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double a3 = -275.9285104469687 |
Definition at line 43 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double a4 = 138.3577518672690 |
Definition at line 44 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double a5 =-30.66479806614716 |
Definition at line 45 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double a6 = 2.506628277459239 |
Definition at line 46 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double b1 = -54.47609879822406 |
Definition at line 48 of file STK_Law_Normal.cpp.
Referenced by STK::Funct::betaRatio_cf(), STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double b2 = 161.5858368580409 |
Definition at line 49 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double b3 = -155.6989798598866 |
Definition at line 50 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double b4 = 66.80131188771972 |
Definition at line 51 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double b5 = -13.28068155288572 |
Definition at line 52 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double c1 = -0.007784894002430293 |
Definition at line 54 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double c2 = -0.3223964580411365 |
Definition at line 55 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double c3 = -2.400758277161838 |
Definition at line 56 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double c4 = -2.549732539343734 |
Definition at line 57 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double c5 = 4.374664141464968 |
Definition at line 58 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double c6 = 2.938163982698783 |
Definition at line 59 of file STK_Law_Normal.cpp.
Referenced by STK::Law::Normal::icdf(), and STK::Law::Normal::icdf().
const double d1 = 0.007784695709041462 |
Definition at line 61 of file STK_Law_Normal.cpp.
const double d2 = 0.3224671290700398 |
Definition at line 62 of file STK_Law_Normal.cpp.
const double d3 = 2.445134137142996 |
Definition at line 63 of file STK_Law_Normal.cpp.
const double d4 = 3.754408661907416 |
Definition at line 64 of file STK_Law_Normal.cpp.