Class BinomialCdf

  • All Implemented Interfaces:
    PostfixMathCommandI, java.io.Serializable

    public class BinomialCdf
    extends NaryFunction
    The binomial cumulative distribution function. binomcdf(x,n,p) gives the cumulative binomial distribution for x successes in n trial, with the probability of each trial being p.
    See Also:
    Serialized Form
    • Constructor Detail

      • BinomialCdf

        public BinomialCdf()
    • Method Detail

      • eval

        public java.lang.Object eval​(java.lang.Object[] args)
                              throws EvaluationException
        Description copied from class: NaryFunction
        Evaluate the function
        Specified by:
        eval in class NaryFunction
        Parameters:
        args - arguments to the function
        Returns:
        value returned by the function
        Throws:
        EvaluationException - if the calculation cannot be performed