W10 Stochastic Modeling Flashcards
Simple(r) Models are created using two things….
Assumptions
Simplifications
Frequent Mistake when evaluating stochastic models?
only considering the mean!
Examples for stochastic elements
- customer arrivals
- type of customers
- serving times
- machine cycle times
- machien breakdowns
- defective parts
- travel times
Where do probabilities come from?
past data
expert judgement
nature of situation
->need to be validated
Congruental Number Generators
only possible values are fractions of m;
repeating cycle
maximum period before repetition is m
Testing random number generators
- range
- correlations
- pairs
- plot
- statistical test (chis-squared)
Continuous Distributions and applications
negative exponential- arrivals lognormal -service times erlang -service times weibull - times between breakdowns normal - finance uniform -equal probs triangular - min max mode empirical if nothing else fits
Discrete Distributions
e.g. binomial or Poisson for customer arrival probs
Multiple Simulation Runs
why?
what do?
one run purely random
do many, compute statistical measures and CIs
every run is a sample
CI example
alpha = 0.05
p = 0.01
conv after 20
with a 95% probability, the mean as observed over 20 runs does not deviate by more than 1% from the population mean.
why student distribution?
limited number of random draws from n.d. pop follows Student (t) distr