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