To learn more about EpiX Analytics' work, please visit our modeling applications, white papers, and training schedule.

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated formatting



·       Format:

Binomial(p, n)

·       Probability mass function:


LaTeX Math Block
alignmentleft
f(x)=\binom{n}{x}p^x(1-p)^{n-x}


·       Cumulative distribution function:


LaTeX Math Block
alignmentleft
F(x)=\displaystyle\sum_{i=0}^{\lfloor x \rfloor} \binom{n}{i}p^i(1-p)^{n-i}


·       Parameter restrictions:

0 < p < 1; n = {0,1,2,...}

·       Domain: 

x = {0,1,2,...n}

·       Mean:

np

·       Mode: 

p (n + 1)-1 and p (n+1)          if p (n+1) is an integer

p (n + 1)                                  otherwise 

·       Variance:

np (1- p)