The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function File: binocdf (x, n, p)
Function File: binocdf (x, n, p, 'upper')

For each element of x, compute the cumulative distribution function (CDF) at x of the binomial distribution with parameters n and p, where n is the number of trials and p is the probability of success.

binocdf (x, n, p, ’upper’) computes the complement of the cumulative distribution function.

Package: statistics