Zusammenfassung der Ressource
Statistics 1
- Discrete Random Variables
Anlagen:
- Probability Distributions
- E(X) = μ
Anmerkungen:
- Σxp
multiply each value of x by its corresponding probability, then sum
- Var(X)
Anmerkungen:
- Σx^2 * p - μ^2
Square each value of x, multiply by corresponding probablity, sum and subtract μ^2
- Geometric Distribution
- X~Geo(p)
- Keep going until a success
- P(X=x)
Anmerkungen:
- P(X=x) = (1-p)^(x-1) * p
x=1,2,3...
- E(X)
Anmerkungen:
- P(X>x)
Anmerkungen:
- P(X>x) is the same as (1-p)^x
- Binomial Distribution
- X~B(n,p)
Anmerkungen:
- n number of events, p probability of success
- P(X=x)
Anmerkungen:
- P(X=x)= nCx * p^x * (1-p)^(n-x)
x+0,1,2... n
- E(X)
Anmerkungen:
- Var(X)
Anmerkungen: