Path: blob/master/notebook-for-reviewing/chapter_3_discrete_probability_distributions.ipynb
388 views
Chapter 3 Discrete Probability Distributions
3.1 The Binomial and Bernoulli Distribution
3.1.1 Bernoulli Distribution
Do the experiment only once, the experiment only has two outcomes: success and failure.
: 1 means success, 0 means failure
: probability of success
3.1.2 Binomial Distribution
Do an expriment times independently, the experiment only have two outcomes: success and failure.
: success times
: total experiment times
: probability of success in each time experiment
3.2 Geometric and Negative Distribution
3.2.1 Geometric Distribution
Do times experiments and only the last experiment it successes.
: total experiment times
: probability of success in each experiment
3.2.2 Negative Binomial Distribution
Do times experiments, we success times and failed times, and the last experiment is success.
: total failed times;
: total success times;
3.3 Hptergeometric Distribution
Choose items from items without replacement, within the items, there are items in one type and the rest are in another type. We finally get itmes in one type.
: total number of items;
: number of a type item in all items;
: number of chosen items;
: number of a type item in chosen items;
3.4 Poisson Distribution
3.5 Multinomial Distribution
Nominal distribution with outputs, each output have the probability , the variables are the number of times of output .
We required and