Download presentation
Presentation is loading. Please wait.
Published byOswin Bryant Modified over 9 years ago
1
Starting point for generating other distributions
2
Normal Distribution Commonly used – processes where many random variables are added results in normal distribution
3
Lognormal Distribution Perhaps not as commonly recognized or used as the normal distribution, but often more appropriate. Processes where many random variables are multiplied results in lognormal distribution. Note that most differential equations result from sequential multiplication of rates, so this is often the result.
4
Exponential Distribution Lifetime of objects with constant hazard rate Times between independent events (waiting time)
5
Gamma and Erlang Distribution Time to complete task when have several independent steps (waiting time) Gamma – more general, Erlang restricted to alpha as a positive integer
6
Weibul Distribution Also used to generate device lifetimes Can approximate normal, but is restricted to being a positive number
7
Beta Distribution Very flexible distribution – can approximate almost anything, but with little theoretical basis
8
Kolmogorov-Smirov Test Expected Observed
9
Chi-Square Test 0 Successes 1 Success 2 Successes Observed1253 Expected1055 ∑{[(O-E)^2]/E}
10
Bernoulli Trial Basically a “yes”/”no” outcome Parameter is p – probability of “yes” In this example, p=0.72 010.72 YesNo
11
Multinomial Multiple categorical outcomes Parameters are p for each category 010.45 Age 0Age 1Age 2+ 0.66
12
Binomial Distribution Number of success in t independent trials
13
Geometric Distribution Number of failures before a success Number of items examined before a defect found
14
Negative Binomial Distribution Often describes number of animals in a quadrat, particularly when animals are clustered, as might happen for schooling animals, or animals with patchy habitats
15
Poisson Distribution Occurrence of rare events Note that the variance=mean for this distribution
16
Generating Random Observations Based on Transformation of U(0,1) Inversion of distribution function Special relationship between distributions e.g., convolution Acceptance-rejection methods
17
Transformation of U(0,1) to get exponential
18
Box-Mueller method for generating normal Exponentiate normal to get lognormal Erlang – sum of m exponential distributions
19
Rejection Method
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.