All Implemented Interfaces:
PostfixMathCommandI, 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:
  • Constructor Details

    • BinomialCdf

      public BinomialCdf()
  • Method Details