Question

In: Statistics and Probability

Suppose X is a normal with zero mean and standard deviation of $10 million. a) Find...

Suppose X is a normal with zero mean and standard deviation of $10 million.

a) Find the value at risk for X for the risk tolerances h=0.01, 0.02, 0.05, 0.10, 0.50, 0.60, and 0.95.

b) Is there a relation between VaR for values of h <= 0.50 and values for h>= 0.50?

Solutions

Expert Solution

Sol:

a).

Here I write R-code for given problem.

install.packages("PerformanceAnalytics")

library("PerformanceAnalytics")

h=c(0.01,0.02,0.05,0.10,0.50,0.60,0.95)

VaR(h, p = 0.95, method = "gaussian", mu = NULL, sigma = 10)

And the output is:

> VaR(h, p = 0.95, method = "gaussian", mu = NULL, sigma = 10)
[,1]
VaR -0.242709

Thus the value at risk is -0.242709.

b).

h1=c(0.01,0.02,0.05,0.10,0.50)

h2=c(0.50,0.60,0.95)

VaR(h1, p = 0.95, method = "gaussian", mu = NULL, sigma = 10,invert = T)

VaR(h2, p = 0.95, method = "gaussian", mu = NULL, sigma = 10,invert = F)

Here we get output for only h1 which is vector for h<=0.50

and this output is means the value at risk is -0.1677595

But for second vector we cant get value at risk.

There is some error by using this method.

The error says that VaR calculation produces unreliable result (inverse risk) for column: 1 : -0.365990711424113
[,1]
VaR NA.

If you Satisfy with Answer, Please give me "Thumb Up". It was very important to me.


Related Solutions

Given that x is a Normal random variable with a mean of 10 and standard deviation...
Given that x is a Normal random variable with a mean of 10 and standard deviation of 4, find the following probabilities: (6 points) P(x<6.7) P(x>12.5) P(8.8<x<12.5)
A. Assume that x has a normal distribution with the specified mean and standard deviation. Find...
A. Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 15.1; σ = 3.5 P(10 ≤ x ≤ 26) = μ = 41; σ = 15 P(50 ≤ x ≤ 70) = μ = 101; σ = 13 P(x ≥ 120) = B. A person's blood glucose level and diabetes are closely related. Let x be a random variable measured in milligrams...
Assume that x has a normal distribution with the specified mean and standard deviation. Find the...
Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Enter a number. Round your answer to four decimal places.) μ = 18; σ = 3.6 P(x ≥ 30) =
Assume that x has a normal distribution with the specified mean and standard deviation. Find the...
Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 14.8; σ = 3.5 P(8 ≤ x ≤ 12) =
Assume that x has a normal distribution with the specified mean and standard deviation. Find the...
Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 5.0; σ = 0.8 P(7 ≤ x ≤ 9) =
Assume that x has a normal distribution with the specified mean and standard deviation. Find the...
Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. A) μ = 4; σ = 2 P(3 ≤ x ≤ 7) = B) μ = 15.8; σ = 4.1 P(10 ≤ x ≤ 26) = C) μ = 39; σ = 15 P(50 ≤ x ≤ 70) = D) μ = 5.3; σ = 1.7 P(7 ≤ x ≤ 9) = E) μ = 13.2; σ = 3.6 P(8 ≤ x...
Given that x is a normal variable with mean 42 and standard deviation 6.2, find the...
Given that x is a normal variable with mean 42 and standard deviation 6.2, find the following probabilities. (Round your answer to four decimal places.) (a) P(x<= 60) (b) P(x>= 50) (c) P(50 <=x<= 60)
Assume that x has a normal distribution with the specified mean and standard deviation. Find the...
Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Enter a number. Round your answer to four decimal places.) μ = 4; σ = 2 P(3 ≤ x ≤ 7) = Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Enter a number. Round your answer to four decimal places.) μ = 22; σ = 4.4 P(x ≥ 30) =
(a) Assume that x has a normal distribution with the specified mean and standard deviation. Find...
(a) Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 41; σ = 16 P(50 ≤ x ≤ 70) = (b) Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 14.2; σ = 3.7 P(8 ≤ x ≤ 12) = (c) Assume that x...
Assume that x has a normal distribution with the specified mean and standard deviation. Find the...
Assume that x has a normal distribution with the specified mean and standard deviation. Find the indicated probability. (Round your answer to four decimal places.) μ = 100; σ = 12 P(x ≥ 120)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT