Question: Using Matlab, Develop a Monte Carlo simulation of the Risk model developed in class. Assume the following parameters 1=0.8day , 2=0.3days, 3=2 days, 4=0.5days Assume

Using Matlab, Develop a Monte Carlo simulation of the Risk model developed in class.
Assume the following parameters 1=0.8day , 2=0.3days, 3=2 days, 4=0.5days
Assume Time intervals T2 = 1 day, T3 = 1day. Assume assets of $ 1.1 million. Plot the model variables for increments of 10 minutes over the 24 hour day to demonstrate the successful modeling.
Instructions and example below  Using Matlab, Develop a Monte Carlo simulation of the Risk model

%PROJECT 1 %Develop a Monte Carlo simulation of an attack %Then see perform random success trials %First - Poisson random attack close all clear all Parameters T= 1000 ;%Total test time Lambda [. 1 , . 2 , . 3, . 1 , .05, . 15 ] ; %attack arrival probability Ll-Lambda; Lambda2-[. 1 , . 1 , . 1 , . 1 , . 1 , . 1 ] %probability of success in time t T2-10; Weakness-Lambda2.*exp (-Lambda2+T2); %Exp prob of success W-Weakness Now run a Monte Carlo run of T unit for t-l:T for n-l:length(L1) A(t,n)-0 x-rand (1); %uniform pdf if x

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!