Expression class representing the Poisson distribution. More...
Public Member Functions | |
| Expression * | clone () const |
| Clone the expression. | |
| Operator | getOperator () const |
| Return the operator of the expression. | |
| PoissonDistribution (Expression *lambda) | |
| Construct a new PoissonDistribution. | |
Expression class representing the Poisson distribution.
| HAPI::PoissonDistribution::PoissonDistribution | ( | Expression * | lambda | ) | [inline] |
Construct a new PoissonDistribution.
| Expression* HAPI::PoissonDistribution::clone | ( | ) | const [inline, virtual] |
Clone the expression.
Implements HAPI::Expression.
| Operator HAPI::PoissonDistribution::getOperator | ( | ) | const [inline, virtual] |
Return the operator of the expression.
Implements HAPI::CompositeExpression.