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