QM6 Simulation methods Flashcards

1
Q

What is the log normal distribution?

A
  • Lower bound 0 so cannot take on negative values
  • Used in the black scholes merton model
  • Right-skewed, but gets more bell shaped when the variance increases, as the left tail cannot expand into the negative
  • mean = e^(mean + 0.5variance)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the lognormal distribution used for?

A
  • Used to describe distribution of asset prices since asset prices cannot go negative (except for derivatives like futures)
  • A variable Y follows a lognormal distribution if ln(Y) is normally distributed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is volatility?

A

The annualised standard deviation of the continuously compounded daily returns of the underlying asset

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you annualise volatility?

A

Since r ~ mu (muT, sigma^2 T),
standard deviation = mu x sqrt (T)

So both the mean and variance of r scale linearly with time, but the standard deviation scales linearly with the sqrt of time

E.g., if daily volatility = 0.01, annualised volatility = 0.1 x sqrt(250) = 15.81%, when there are 250 trading days in the year

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does a monte carlo simulation generate data?

A
  • Random number generator
  • Use to select points on a distribution (i.e., percentiles on a cumulative distribution function)
  • Compound these over multiple periods, i.e., every month for 10 years
  • Do many runs of these i.e., 1000
  • Eventually it will draw out a normal distribution of all possible values of the portfolio at year 10
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can we use monte carlo simulation to specify a minimum growth rate?

A
  • Get the MCS to generate a distributions through many runs
  • Look at the bottom i.e., 95% percentile
  • Number here = return you can expect to get with 95% confidence
  • End amount required / (1+95% confidence GM annual return)^10 = beginning capital required
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does Monte Carlo Simulation provide?

A
  • Statistical estimates, not exact results
  • Does not support cause and effect conclusions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the bootstrap method do?

A
  • Creates, rather than estimates the distribution
  • Involves randomly selecting observations from a set
  • Some may be drawn multiple times, meaning each bootstrap is different
  • Doing this e.g. 1000 times creates the distribution
  • Can also be used to find the standard error of a measure of central tendency like the median, for which there is no analytic method available to find SE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly