Simulation Methods Flashcards
What are two important characteristics of a lognormal distribution?
Bounded by zero (non-negative) and skewed to the right
When is a random variable log-normally distributed?
When its natural logarithm is normally distributed.
By which two parameters is the lognormal distribution described?
Mean and variance
How to calculate the mean of a lognormal variable?
exp(mean + 0.5*stdev)
How to calculate the variance of a lognormal variable?
exp(2mean + 0.5stdev) +
What is a key assumption about returns for a Monte Carlo Simulation to work?
Returns are independently and identically distributed. The past returns don’t matter, only today
What is resampling?
Repeatedly drawing samples from the original observed data sample for the statistical inference of population parameters.
What is bootstrapping?
The idea behind bootstrap is to mimic the process of performing random sampling from a population to construct the sampling distribution. The difference lies in the fact that we have no knowledge of what the population looks like, except for a sample with size n drawn from the population. Because a random sample offers a good representation of the population, we can simulate sampling from the population by sampling from the observed sample. In other words, the bootstrap mimics the process by treating the randomly drawn sample as if it were the population.
What are two strengths and one weakness of bootstrapping?
Simple to perform
Offers good representation of the statistical features of the population.
Bootstrapping only provides statistical estimates, not results