Expression class representing the quantile() operator. More...
Public Member Functions | |
Expression * | clone () const |
Clone the expression. | |
Operator | getOperator () const |
Return the operator of the expression. | |
QuantileExpression (NodeExpression *node, Expression *probability) | |
Construct a new QuantileExpression. |
Expression class representing the quantile() operator.
HAPI::QuantileExpression::QuantileExpression | ( | NodeExpression * | node, |
Expression * | probability | ||
) | [inline] |
Construct a new QuantileExpression.
The quantile
function computes the quantile corresponding to the specified probability
argument of the inverse cumulative distribution function.
Expression* HAPI::QuantileExpression::clone | ( | ) | const [inline, virtual] |
Clone the expression.
Implements HAPI::Expression.
Operator HAPI::QuantileExpression::getOperator | ( | ) | const [inline, virtual] |
Return the operator of the expression.
Implements HAPI::CompositeExpression.