BaseDistribution Class Reference
[Mathematical algorithms]

#include <BaseDistribution.hpp>

Inheritance diagram for BaseDistribution:

Inheritance graph
[legend]
List of all members.

Detailed Description

This is a base class for statistical distributions.

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.


Member Function Documentation

virtual double cdf double  x  )  [pure virtual]
 

Computes the cumulative distribution function.

Implemented in Chi2Distribution, GaussianDistribution, and StudentDistribution.

virtual double pdf double  x  )  [pure virtual]
 

Computes the probability density function.

Implemented in Chi2Distribution, GaussianDistribution, and StudentDistribution.


The documentation for this class was generated from the following file:
Generated on Thu Feb 9 03:31:33 2012 for GPS ToolKit Software Library by  doxygen 1.3.9.1