Conduct Web experiments using PHP, Part 2
By Paul Meagher2005-03-18
Discrete probability distributions
Table 3. Commonly used discrete probability distributions
| Distribution | Parameters | Probability Density Function | Mean | Variance |
| Binomial | n, p | P(x | n, p) = n! / ((n-x)! x!) pn (1 - p)n-x | np | np(1 - p) |
| Poisson | P(x | | |||
| Multinomial | n, p1, .., pn | P(x1,.., xn | n, p1,.., pn) = ( n! / x1! .. xn! ) p1x1 .. pnxn | npi | npi(1 - pi) |
First published by IBM developerWorks
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "Conduct Web experiments using PHP, Part 2"
You must be logged in to post a comment.
Link to This Tutorial Page!

