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