Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

R Studio : install.packages(QRM) library(QRM) set.seed(150) AAA

R Studio :

install.packages("QRM") library(QRM)

set.seed(150) AAA <- rnorm(50,50,0.3) logreturns <- diff(log(AAA))

Assuming that the daily log returns for AAA Inc. follow normal distribution, the 99% VaR is: a.-0.02002137 b.-0.02235154 c.-0.02608716 d.-0.02174024

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Accounting questions

Question

2. Explain about Single Phase Circuit with relevant diagrams.

Answered: 1 week ago