110 likes | 247 Views
Section 7 – Continuous Distributions. Uniform. The probability of each X in the interval is “uniform” (the same) Uniform can be discrete (ex: dice only have integers) or continuous (all values in interval). Uniform: Discrete vs. Continous. Discrete. Continuous. Normal Distribution.
E N D
Uniform • The probability of each X in the interval is “uniform” (the same) • Uniform can be discrete (ex: dice only have integers) or continuous (all values in interval)
Uniform: Discrete vs. Continous Discrete Continuous
Normal Distribution • Notation: X ~ N(mean, variance) • Note: the second number is variance not standard deviation • Ex: Standard Normal Z ~ N(0, 1) • You will likely not need to know the pdf • You will be given a normal table to find common z values • One-sided: use the (1 – alpha) percentile • Two-sided: use the (1 – alpha/2) percentile
Normal Approximation of Other Distribtutions • Given RV X, mean, and variance of the distribution (without knowing what the real distribution is) • Use normal distribution with the same mean/variance to approximate the true probability • Integer Correction for Discrete Distributions • P(n<=X<=m) becomes P(n-1/2<=X<=m+1/2) • Explained/justified well in Actex (see p. 197) • You’ll likely still be closest to the right answer without this, but it’s more accurate this way
What was that sqrt(n) thing about? • Estimating a value (X) • No square root of n • (ex: SOA 123 #41) • Estimating a mean (X bar) given a sample size • Involves square root of n • (ex: SOA 123 #81) • Hint: you only use n when given a sample size, and it’s used to decrease the size of the interval b/c an average is less variable • Note: the sample size does not affect the mean, only the variance
Exponential Distribution • Usage: X is time until an event occurs • Parameter: Lamba (mean = 1/Lambda) • Alternative: Use Theta = 1/Lambda • Theta = Mean • Can rewrite pdf, E[X], Var[X], etc. using Theta
“Memoryless” Property • Concept: what happened before doesn’t affect what’s going to happen now • Exponential is about time until an event occurs • Ex: if no insurance claims have happened in the past month, the exponential doesn’t think that one is “due” now • There is just as much chance of a claim happening this week as there was in the week following the first claim
Relationship Between Exponential and Poisson Distributions • These distributions are connected by the same parameter: Lambda • X is the time between events • (time per events) • X ~ Exponential, with mean (1/Lambda) • Ex: time between claims • N is the number of events that have occurred while that time elapsed • (events per time) • N ~ Poisson, with mean Lambda • Ex: number of claims in a period of time
Minimum of Multiple Exponential RV’s • Given multiple RV’s with exponential distributions and their means (1/Lambda), find some probability involving the minimum of all of the RV’s (the lowest value of all of the RV’s the time at which the first event occurs) • An RV with a higher mean may still occur before the lower means (due to randomness) • Trap: do not just add the means of the exponential distributions • Technique • Convert to Poisson distributions, each with mean Lambda • Add the Lambda’s • This new Lambda is the parameter for Y = min{Y1, Y2, …, Yn} • Y ~ exponential with mean (1/Lambda) • Key Point: don’t add the means of the exponentials, convert to lambda’s, add the lambda’s, convert back to exponential • This is a harder problem, but VERY COMMONLY TESTED
Additional Continuous Distributions • These distributions occur rarely on exams • Knowing them can save time (if asked for the mean given the PDF, you could be able to recognize the distribution and know where to find the mean from parameters without doing math) • You will likely still be able to solve these problems using calculus without memorizing the distribution • Distributions • Gamma (alpha, beta) • Pareto (alpha, theta) • Beta (a, b) • Lognormal (X = e^W, where W ~ Normal) • Weibull (theta, gamma) • Chi-Square (k degrees of freedom) • More information can be found in Actex • Last priority for your study time • Know the important distributions inside-and-out first: • Uniform, Normal, and Exponential = must know • There’s some more technique to learn first…