Difference between revisions of "Manuals/calci/BINOMIALDISTRIBUTED"

From ZCubes Wiki
Jump to navigation Jump to search
Line 23: Line 23:
 
==References==
 
==References==
 
[http://en.wikipedia.org/wiki/Binomial_distribution  Binomial Distribution]
 
[http://en.wikipedia.org/wiki/Binomial_distribution  Binomial Distribution]
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Revision as of 02:25, 13 March 2017

BINOMIALDISTRIBUTED (Numbers,Probability)


  • is the number of variables.
  • is the value from 0 to 1.

Description

  • This function gives the value of the Binomial distribution.
  • In , is the number of the variables and is the probability value which varies from 0 to 1.
  • This gives the discrete probability distribution.
  • The probability of getting exactly k successes in n trials is given by the Probability Mass Function:

for k=0,1,2,3...n where is the COMBIN(n,k) i.e.

  • The Cumulative Binomial Distribution is:.

Examples

  1. BINOMIALDISTRIBUTED(10,0.4) = 0 0 0 0 0 0 0 0

See Also

References

Binomial Distribution