Search found 2 matches

by Klotzi92
Wed Jul 06, 2016 2:12 am
Forum: Programming
Topic: Monte Carlo Simulation with AR(1)-Processes
Replies: 2
Views: 2732

Re: Monte Carlo Simulation with AR(1)-Processes

Thank you, now it works with this code: !length = 480 !sample = 400 wfcreate HP u 1 !length !mcmax = 1000 for !phi1 = 0 to 1 step 0.1 for !phi2 = 0 to 1 step 0.1 !phi110 = 10*!phi1 !phi210 = 10*!phi2 matrix (!mcmax) tstat_0!phi110!phi210 matrix (!mcmax) pwerte_0!phi110!phi210 for !i = 1 to !mcmax 'B...
by Klotzi92
Fri Jul 01, 2016 6:02 am
Forum: Programming
Topic: Monte Carlo Simulation with AR(1)-Processes
Replies: 2
Views: 2732

Monte Carlo Simulation with AR(1)-Processes

Hey all, my problem is the following one: I want to create a Monte Carlo Simulation with generating two different time series of a AR(1)-Process. Therefore, I generate two independet times series with different white noise processes (different standard deviations). Subsequently, the one lagged value...

Go to advanced search