Probability chapter 3 Flashcards
What is a continuous random variable X(s)?
A continuous random variable X(s) is a sample random variable whose sample space S has an uncountable number of outcomes. An uncountable sample space is when the outcomes cannot be listed in order of size.
How do you convert a PDF to a CDF and vice versa?
Integrate the PDF f(x) to get the CDF f(x)
Differentiate the CDF f(x) to get the PDF f(x)
What is a CDF defined as?
F(r)=P(x<=r)= integral (upperlimits=r)(lowerlimits=-infinity) f(x) dx
How do you calculate the probability of X being within a given interval for continuous random variables?
See notes
What is the expectation of a continuous random variable x given by?
The expectation of a continuous random variable is given by
E(X)=integral(upperlimit=infinity)(lowerlimit=-infinity) xf(x) dx= μx
What is the normal distribution called?
The normal distribution is often called the Gaussian distribution. The PDF is given by
f(x)=1/(2π σ²)^1/2 exp(-(x-μ)/2 σ²)^2, -∞
What are the properties of the normal distribution?
- E(X)=μ
- Var(X)= σ²
- sd(x)= σ
A normal random variable would be denoted by X~N(μ, σ²)
What do we do each time we approximate a discrete distribution with a continuous one?
We make the following corrections:
- P(X>r) is replaced with P(X>r+0.5)
- P(X ≥r) is replaced with P(X ≥r-0.5)
- P(X
How do you calculate the mean & the variance for a uniform distribution?
- E(X)=(a+b)/2
- Var(X)=(b-a)^2/12