Slide 30
Slide 30 text
Rapid prototyping
Exploratory simulations
Large scale simulations
Subsetting Of Data
Vectorization
Why Subset?
Fewer generation of random numbers. If k = 1,2,3,⋯,K,
generating multiple R would take O(1 + 2 + ⋯ + K) = O(K2
)
of time
Generating one big R would take O(K) worth of time.
Not just in random projections - say MCMC algorithms
(deciding thinning factor, burn-in period, etc)
Keegan Kang How To Succeed In Business Simulations Without Really Trying