11/14/2022
Chapter 7 - Continuous Distributions
- Pareto distribution
- General discussion about the form and derivation of the pdf
- Calculating probabilities, finding percentiles, and generating random observations for normal distributions
- You need to install the EnvStats package
- dpareto(k, df), ppareto(k, df), qpareto(p, df), and rpareto(n, df) with RStudio
- See 7_42-Brad_Hartlaub.R in the folder !Problem Session - Student Solutions on Google Drive for an example
Chapter 8 - Densities of functions of random variables
- Cumulative distribution function technique - incorporated into Chapter 6, but Section 8.1
- Cauchy distribution
- You need to install the stats package
- dcauchy(k, location, scale), pcauchy(k, location, scale), qcauchy(p, location, scale), and rcauchy(n, location, scale) with RStudio
- Weibull distribution
- You need to install the stats package
- dweibull(k, shape, scale), pweibull(k, shape, scale), qweibull(p, shape, scale), and rweibull(n, shape, scale) with RStudio
- Simulating a continuous random variable - see Chapter 8 - Simulation in the folder !Class Material on Google Drive
- Probability integral transformation theorem and the inverse transform method
- Method of transformations - also called the Jacobian technique - incorporated into Chapter 6
- Order Statistics - see Chapter 8 - Order Statistics in the folder !Class Material on Google Drive
- We have already seen exercises with the minimum and the maximum, but now we generalize that work to find the general form of the distributions of the minimum, maximum, and any other order statistic.
- Convolution
- We have seen how to find the distributions of sums using the m.g.f., but this technique provides another method to find the distribution of a sum.
- Geometric Probability - lots of cool examples like Buffon's needle problem in Example 8.23.
- Transformations of two random variables
We will have a problem session and then review for exam #2 on Friday.