10/11/2023
Chapter 6 Continuous Probability
See Chapter6 - CDF - Uniform distribution - transformation of variables.PDF on our Google Drive folder
- Example - Let T be the time we have to wait until the next bus comes along. Assume that the next bus arrives at a time which is "equally likely" to be anywhere in the next 10 minutes.
- Definition of cumulative distribution function
- Return to example above.
- Properties of F(t):
- The probability of being in an interval (a, b] is obtained from the c.d.f. as a difference: F(b) - F(a).
- Since F(t) is a probability, 0 <= F(t) <=1.
- Look at limit values.
- F(t) is nondecreasing.
- If T is a continuous random variable, then F(t) is continuous for all t and F'(t) exists, except possibly for finitely many values of t.
- Relationship between a p.d.f and a c.d.f.
- Transformation of Variables (Technique #1 - Using the c.d.f.)
- Continuous Probability Distributions
- Uniform
- Uniform(0, 1)
- Uniform(0,10)
- Finding the mean of uniform distributions
- General discussion about finding the mean of a continuous R.V.
- Normal
- Continuous Probability Distributions with R - (see ContinuousDist.R in our Google Drive folder)
Please read Chapter 6 for our next class session.