Quantitative Techniques - 1: Session - 5/6
Quantitative Techniques - 1: Session - 5/6
Quantitative Techniques - 1
Email: [email protected]
Office: A - 102, Phone: 512
Poisson
..
.
https://en.wikipedia.org/wiki/Category:Discrete∼distributions
Univariate Discrete Distributions, 3rd Ed - Johnson, Kemp & Kotz
Bernoulli distribution
Notation: X ∼ Ber (p)
Measures: success - 1 / failure - 0
Possible values: X (Ω) = {0, 1}
P(success) = P(X = 1) = p, and
P(failure) = P(X = 0) = 1 − p = q
Bernoulli distribution
pmf
1−p u=0
pX (u) = p u=1
0 otherwise.
cdf
0 u<0
FX (u) = 1−p 0≤u<1
1 1≤u
E (X ) =
Var (X ) =
Binomial distribution
Notation: X ∼ bin(n, p)
bin(n, p) with n = 1 corresponds to Ber (p)
Measures: the number of successes in n independent and identical
Bernoulli trials (P(success) = p for every trial)
Possible values: X (Ω) = {0, 1, 2, ..., n}
Example: (Ex 11.35) Every now and then even a good diamond
cutter has a problem and the diamond breaks. For one cutter, the
rate of breaks is 0.1%. If this cutter works on 75 stones, what is the
probability that he breaks 2 or more?
Binomial distribution
pmf
Binomial distribution
expectation: E (X ) = np
Binomial distribution
variance: Var (X ) = np(1 − p)
Binomial distribution
cdf (no closed form - tables)
Binomial distribution
Binomial distribution
Binomial distribution