QA13 - Simulation and Bootstrapping Flashcards
Describe ways to reduce Monte Carlo sampling error
- increase number of samples
- use antithetic random variables constructed to have negative correlation with variables used in simulation
- use control variables which have zero mean but negatively correlated with error
Describe the bootstrapping method and its advantage over Monte Carlo simulation
Sampling with replacement from past observed data, less computationally expensive than monte carlo
Describe pseudo-random number generation
Computers do not produce random numbers, but they run off a function using a seed that is very hard to predict
Describe situations where bootstrapping is ineffective
Can only generate already observed values so can not predict shock loss unless in the data set and not robust to situation changes
Describe the disadvantages of the simulation approach to financial problem solving
If market / economic situation shifts to a situation which has not been experienced in the data before, simulations will perform poorly