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