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