4. Normal CDF. Assume returns for an asset are drawn from a normal distribution with mean 0.05 and standard deviation 0.10.
What is the probability of getting a return of -0.03 or lower? What is the probability of getting a return of
0.15 or higher? You can use the pnorm(q,mean,sd)
function to compute the normal CDF.