#include <ProbDistr.h>
Inheritance diagram for NormalDistr::

Public Methods | |
| NormalDistr (const ProbDistr_prm &pm_) | |
| virtual real | f (real x) |
| virtual real | F (real x) |
| virtual real | Finv (real p) |
| virtual real | expec () |
| virtual real | stdev () |
Static Public Methods | |
| real | density (real x) |
| real | cum (real x) |
| real | cumInv (real p) |
| Interval(real) | confidence (real alpha) |
| Interval(real) | H0 (real alpha, enum UnEqual tp) |
NAME: NormalDistr - normal (gaussian) distribution functions
DESCRIPTION:
Convention when using "ProbDistr_prm": parameter 1 is the mean and parameter 2 is the standard deviation.
|
|
|
|
|
returns the value of the cumulative distribution function. Reimplemented from ProbDistr. Reimplemented in LogNormalDistr. |
|
|
returns the value of the inverse of the cumulative distribution function. Reimplemented from ProbDistr. Reimplemented in LogNormalDistr. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
returns the expectation (mean). Reimplemented from ProbDistr. Reimplemented in LogNormalDistr. |
|
|
returns the value of the density function. Reimplemented from ProbDistr. Reimplemented in LogNormalDistr. |
|
|
returns the standard deviation. Reimplemented from ProbDistr. Reimplemented in LogNormalDistr. |