Learning Module 6 Simulation Methods
50 questions available
Key Points
- Y is lognormal if ln(Y) is normal.
- Lognormal is nonnegative and right skewed—useful for prices.
- If X ~ N(mu, sigma^2), E[exp(X)] = exp(mu + 0.5 sigma^2).
- Continuously compounded returns add across subperiods.
- Annualize periodic sigma by sqrt(number of periods).
Key Points
- Monte Carlo draws random samples from specified distributions.
- Convert draws to paths using a model, compute payoffs, and repeat I trials.
- Used for path-dependent payoffs and complex instruments.
- Results are statistical estimates subject to simulation error.
- Useful for sensitivity analysis and VaR estimation.
Key Points
- Simulate monthly (or K) steps and compute path statistics (average, min, max).
- Payoff for Asian-like claim = max(final price - average price, 0).
- Discount each trial payoff to present and average across trials.
- Histogram of payoffs shows probability of zero and tail outcomes.
- Check sensitivity to drift, volatility, and time-step choices.
Key Points
- Bootstrap samples with replacement from the observed sample.
- Use many resamples (B large) to approximate sampling distribution.
- Applies to means, medians, regression coefficients, and complex stats.
- Jackknife leaves out one observation at a time; bootstrap resamples.
- Bootstrap accuracy depends on representativeness of original sample.
Key Points
- Monte Carlo: flexible but computationally intensive and approximate.
- Bootstrap: simple and data-driven but depends on sample representativeness.
- Use many trials/resamples (I, B large) to reduce Monte Carlo/bootstrap error.
- Consider block bootstrap for serial dependence in time series.
- Use analytical solutions when available to validate simulations.
Questions
Which statement correctly links normal and lognormal variables?
View answer and explanationIf X ~ N(mu, sigma^2) and Y = exp(X), what is the expected value E[Y]?
View answer and explanationWhy is the lognormal distribution often used to model asset prices?
View answer and explanationIf daily continuously compounded returns have sample standard deviation 0.012, what is the approximate annualized volatility using 250 trading days?
View answer and explanationWhich expression correctly links a price PT to current price P0 and continuously compounded return r0,T?
View answer and explanationUnder i.i.d. one-period continuously compounded returns with mean mu and variance sigma^2, what is Var(r0,T) for T periods?
View answer and explanationWhich of the following is NOT a typical use of Monte Carlo simulation in investments?
View answer and explanationWhich sequence lists the main steps of a Monte Carlo simulation as described in the chapter?
View answer and explanationIn a Monte Carlo simulation for a one-year horizon with monthly steps (K = 12), which variable is drawn K times per trial for a single-factor geometric model?
View answer and explanationYou simulate 1,000 trials for a contingent claim and find 654 trials produce payoff zero. What does the histogram of simulated payoffs likely show?
View answer and explanationWhich is a key limitation of a Monte Carlo simulation noted in the chapter?
View answer and explanationWhat does bootstrapping treat as the empirical population?
View answer and explanationWhen performing bootstrap resampling, how is each resample created?
View answer and explanationWhat is a primary advantage of bootstrap over analytical standard-error formulas according to the chapter?
View answer and explanationIf you draw B = 1,000 bootstrap resamples and compute the mean for each resample, which formula gives the bootstrap estimate of the standard error of the sample mean?
View answer and explanationWhich statement best contrasts Monte Carlo and bootstrap as described in the chapter?
View answer and explanationA practitioner wants to estimate the one-day 95 percent VaR using the analytical variance-covariance method under normality. How does Monte Carlo relate to this approach as described in the chapter?
View answer and explanationWhich of the following is an instance where block bootstrap (noted indirectly by the chapter) would be more appropriate than standard bootstrap?
View answer and explanationYou run a Monte Carlo with I = 50,000 trials. Which action reduces simulation error without changing the underlying model assumptions?
View answer and explanationWhich formula from the chapter gives the variance of a lognormal random variable Y = exp(X) where X ~ N(mu, sigma^2)?
View answer and explanationWhich of the following best describes the role of the error term epsilon_i in the linear regression Yi = b0 + b1 Xi + epsilon_i?
View answer and explanationHow are the OLS slope and intercept estimates computed in simple linear regression as given in the chapter?
View answer and explanationIn the regression example ROA = 4.875 + 1.25 CAPEX, how would you interpret the slope 1.25?
View answer and explanationWhich diagnostic plot is emphasized in the chapter to check linear regression assumptions?
View answer and explanationWhich assumption is violated when residuals cluster into two groups with very different variances (regimes)?
View answer and explanationA residual plot shows a strong seasonal cyclical pattern. Which regression assumption is likely violated according to the chapter?
View answer and explanationWhich statistic is equal to the square of the Pearson correlation in simple linear regression per the chapter?
View answer and explanationGiven SST = SSR + SSE, if SSR = 120 and SST = 200, what is R^2?
View answer and explanationWhich regression test uses an F-distributed statistic as explained in the chapter?
View answer and explanationWhich measure equals the square root of the mean squared error in a regression and indicates the average distance of observed Ys from the fitted line?
View answer and explanationWhen should a practitioner prefer parametric Monte Carlo over bootstrap according to the chapter's recommendations?
View answer and explanationWhich of these is the correct interpretation of the parameter sigma in the lognormal mean formula E[Y] = exp(mu + 0.5 sigma^2)?
View answer and explanationIn Monte Carlo pricing of a lookback option (payoff = final price - minimum price during life), what additional path statistic must you track compared with a European option?
View answer and explanationWhich of the following best characterizes jackknife resampling mentioned in the chapter?
View answer and explanationWhich situation in investment applications is specifically cited in the chapter as a good fit for Monte Carlo simulation?
View answer and explanationYou want to bootstrap the sample median of monthly returns for a rarely traded stock with only 12 months of data. What does the chapter suggest about this approach?
View answer and explanationWhich of the following is true about the relationship between continuously compounded returns and simple holding-period returns as used in the chapter?
View answer and explanationIf one-period log returns are not normal but i.i.d., what theorem does the chapter invoke to justify approximate normality of the T-period log return as T grows?
View answer and explanationYou fit a simple linear regression and find the residual mean equals zero. Which statement aligns with the chapter's treatment?
View answer and explanationWhich of these is a practical recommendation the chapter gives when using Monte Carlo or bootstrap?
View answer and explanationIf you model asset prices with a lognormal distribution implied by normal log returns, which of the following is true regarding the median of Y relative to exp(mu)?
View answer and explanationWhich statement concerning resampling-based confidence intervals in bootstrap is supported by the chapter?
View answer and explanationIn the sample Monte Carlo valuation of an Asian-style contingent claim, what effect does increasing the number of subperiods K (e.g., months per year) generally have, holding trials constant?
View answer and explanationWhich of the following is a reason to prefer bootstrap over a Monte Carlo parametric simulation per the chapter?
View answer and explanationWhat effect does increasing sigma (variance of ln Y) have on a lognormal variable's skewness and mean according to the chapter?
View answer and explanationWhich of these statements about implementation of Monte Carlo is emphasized in the chapter?
View answer and explanationWhen comparing Monte Carlo and analytical methods for an option that has a known closed-form price (e.g., Black-Scholes), the chapter suggests:
View answer and explanationWhich of the following best describes the reason practitioners log-transform prices when modeling returns, per the chapter?
View answer and explanationWhich diagnostic indicates residuals might be non-normal and hence t-based inference may be unreliable for small samples, according to the chapter?
View answer and explanationAccording to the chapter, which is a valid reason to prefer analytical methods over simulation when available?
View answer and explanation