For binomial and poisson distribution, we learnt about the approximation binomial distribution to poisson distribution today.
E(a)=a
If X~ B(n, p), with n is larger than 50, p is smaller than 0.1 with np smaller than 5, X~ Po(np) approximately.
2. Normal distribution
In today's lecture, we learnt a few things on Normal distribution.
- Continuous random variable
For a continuous random variable, there is a probability density function (pdf) f(x) associated with it.
However, f(a) does not denote the probability at a. Instead, for continuous random variable, the probability at any specific value is 0. We can only compute the probability of a certain interval, e.g. (a, b). The area under the curve of f(x) from a to b will give the probability P(x is between a and b )
- Important result for Expectation and variance
Expectation
E(aX+b) = aE(X) + b
E(aX+bY)=aE(X)+bE(Y)
Variance
Var(a) = 0
Var(aX+b)=a^2 Var (X)
Var(aX+bY)= a^2 Var(X)+b^2 Var(Y) if X and Y are independent
- Normal distribution \[X\sim N(\mu, \sigma ^{2})\]
When you use G.C. to evaluate normal distribution, you should key in:
normalcdf ( lower bound, upper bound, mean, standard deviation)
No comments:
Post a Comment