#include <BaseDistribution.hpp>
Inheritance diagram for BaseDistribution:

Definition at line 46 of file BaseDistribution.hpp.
Public Member Functions | |
| virtual double | pdf (double x)=0 |
| Computes the probability density function. | |
| virtual double | cdf (double x)=0 |
| Computes the cumulative distribution function. | |
|
|
Computes the cumulative distribution function.
Implemented in Chi2Distribution, GaussianDistribution, and StudentDistribution. |
|
|
Computes the probability density function.
Implemented in Chi2Distribution, GaussianDistribution, and StudentDistribution. |
1.3.9.1