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


Public Member Functions | |
| LaplacianDistribution () | |
| LaplacianDistribution (real lambda) | |
Create a Laplacian distribution with parameter lambda. More... | |
| LaplacianDistribution (real mean, real var) | |
| virtual | ~LaplacianDistribution () |
| 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... | |
Laplacian probability distribution.
Definition at line 103 of file Distribution.h.
|
inline |
Definition at line 107 of file Distribution.h.
|
inline |
Create a Laplacian distribution with parameter lambda.
Definition at line 109 of file Distribution.h.
|
inlinevirtual |
Definition at line 119 of file Distribution.h.
|
virtual |
Implements Distribution.
Definition at line 78 of file Distribution.cpp.

Implements Distribution.
Definition at line 93 of file Distribution.cpp.
|
inlinevirtual |
Implements ParametricDistribution.
Definition at line 124 of file Distribution.h.
|
inlinevirtual |
Implements ParametricDistribution.
Definition at line 122 of file Distribution.h.
| real LaplacianDistribution::l |
lambda
Definition at line 105 of file Distribution.h.
| real LaplacianDistribution::m |
mean
Definition at line 106 of file Distribution.h.