IDAX.DBINOM - Density of the binomial distribution
The DBINOM function returns the value of the "probability density" (probability mass function) of the binomial distribution at point x. Given that the probability of success is p and that the number of trials is N, this function returns the probability that you get x successes in a series of Bernoulli trials.
Syntax
IDAX.DBINOM(INT8 x, INT8 N, DOUBLE p)Parameter descriptions
- x
- Mandatory.
- N
- Mandatory.
- p
- Mandatory.
Returned information
DOUBLE the "probability density" (probability mass function) at point x.