Title: Starting point for generating other distributions
1Starting point for generating other distributions
2Normal Distribution
Commonly used processes where many random
variables are added results in normal distribution
3Lognormal 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.
4Exponential Distribution
Lifetime of objects with constant hazard
rate Times between independent events (waiting
time)
5Gamma 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
6Weibul Distribution
Also used to generate device lifetimes Can
approximate normal, but is restricted to being a
positive number
7Beta Distribution
Very flexible distribution can
approximate almost anything, but with little
theoretical basis
8Kolmogorov-Smirov Test
Expected
Observed
9Chi-Square Test
?(O-E)2/E
10Bernoulli Trial
Yes
No
0
1
0.72
Basically a yes/no outcome Parameter is p
probability of yes In this example, p0.72
11Multinomial
Age 0
Age 1
Age 2
0
1
0.45
0.66
Multiple categorical outcomes Parameters are p
for each category
12Binomial Distribution
Number of success in t independent trials
13Geometric Distribution
Number of failures before a success Number of
items examined before a defect found
14Negative 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
15Poisson Distribution
Occurrence of rare events Note that the
variancemean 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
17Transformation of U(0,1) to get exponential
18Box-Mueller method for generating
normal Exponentiate normal to get
lognormal Erlang sum of m exponential
distributions
19Rejection Method