Exponential probability distribution. More...
#include <Distribution.h>


Public Member Functions | |
| ExponentialDistribution () | |
| ExponentialDistribution (real lambda) | |
Create an exponential distribution with parameter lambda. More... | |
| ExponentialDistribution (real mean, real var) | |
| virtual | ~ExponentialDistribution () |
| virtual real | generate () |
| virtual real | pdf (real x) |
| virtual void | setVariance (real var) |
| virtual void | setMean (real mean) |
Public Member Functions inherited from ParametricDistribution | |
| ParametricDistribution () | |
| virtual | ~ParametricDistribution () |
Public Member Functions inherited from Distribution | |
| Distribution () | |
| virtual | ~Distribution () |
Public Attributes | |
| real | l |
| lambda More... | |
| real | m |
| mean More... | |
Exponential probability distribution.
Definition at line 129 of file Distribution.h.
|
inline |
Definition at line 133 of file Distribution.h.
|
inline |
Create an exponential distribution with parameter lambda.
Definition at line 135 of file Distribution.h.
|
inlinevirtual |
Definition at line 144 of file Distribution.h.
|
virtual |
Implements Distribution.
Definition at line 98 of file Distribution.cpp.

Implements Distribution.
Definition at line 104 of file Distribution.cpp.
|
inlinevirtual |
Implements ParametricDistribution.
Definition at line 149 of file Distribution.h.
|
inlinevirtual |
Implements ParametricDistribution.
Definition at line 147 of file Distribution.h.
| real ExponentialDistribution::l |
lambda
Definition at line 131 of file Distribution.h.
| real ExponentialDistribution::m |
mean
Definition at line 132 of file Distribution.h.