Binopdf
Definition:
bnp = binopdf(x, nt, p) returns the probability density function of the binomial distribution with parameters nt and p.
where
and
. With
and
. Given a number of success
and sample size
, the Maximum Likelihood Estimates (MLE) of
is
.
Parameters:
- x (input, int)
- The value of the binomial variate.
/math-7eec3b3e7306d5b3210549f4cfc4c81f.png)
- nt (input, int)
- Sample size,
is a positive integer. - p (input, double)
- The probability for the incidence to occur,
. - bnp (output, double)
- The probability to be calculated.
/math-706dcd4f7b74a1b11a0791892cbe1d6a.png)