190 likes | 487 Views
Starting point for generating other distributions. Normal Distribution. Commonly used – processes where many random variables are added results in normal distribution. Lognormal Distribution. Perhaps not as commonly recognized or used as the
E N D
Normal Distribution Commonly used – processes where many random variables are added results in normal distribution
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.
Exponential Distribution Lifetime of objects with constant hazard rate Times between independent events (waiting time)
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
Weibul Distribution Also used to generate device lifetimes Can approximate normal, but is restricted to being a positive number
Beta Distribution Very flexible distribution – can approximate almost anything, but with little theoretical basis
Kolmogorov-Smirov Test Expected Observed
Chi-Square Test ∑{[(O-E)^2]/E}
Bernoulli Trial Yes No 0 0.72 1 Basically a “yes”/”no” outcome Parameter is p – probability of “yes” In this example, p=0.72
Multinomial Age 0 Age 1 Age 2+ 0 0.45 0.66 1 Multiple categorical outcomes Parameters are p for each category
Binomial Distribution Number of success in t independent trials
Geometric Distribution Number of failures before a success Number of items examined before a defect found
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
Poisson Distribution Occurrence of rare events Note that the variance=mean for this distribution
Generating Random Observations • Based on Transformation of U(0,1) • Inversion of distribution function • Special relationship between distributions e.g., convolution • Acceptance-rejection methods
Box-Mueller method for generating normal Exponentiate normal to get lognormal Erlang – sum of m exponential distributions