1. Value-at-Risk (VaR). You are told to find the 92% VaR threshold for a porfolio with profits that are normally distributed with mean
of 3 and a standard deviation of 7.
In R
, the function qnorm(percentile, mean, sd)
finds the boundary value associated with a given percentile of the normal distribution.
Use qnorm()
to compute the VaR threshold.