public class BinomialCdf extends NaryFunction
binomcdf(x,n,p) gives the cumulative binomial distribution for x successes in n trial, with the probability
of each trial being p.curNumberOfParameters, name, NaN, numberOfParameters| Constructor and Description |
|---|
BinomialCdf() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eval(java.lang.Object[] args)
Evaluate the function
|
runasArray, asBool, asDouble, asInt, asLong, asStrictInt, asString, checkNumberOfParameters, getName, getNumberOfParameters, setCurNumberOfParameters, setName, toString, toStringpublic java.lang.Object eval(java.lang.Object[] args)
throws EvaluationException
NaryFunctioneval in class NaryFunctionargs - arguments to the functionEvaluationException - if the calculation cannot be performedCopyright © 2018 Singular Systems http://www.singularsys.com/jep