Hello
I want to know if possible to make a stochastic simulation using LEAP?
for .... x=1:1000
Code1: READ from excel
Code2: Modify the data "analysis" -- For example:
A = "(2011,15000, 2012, 16000, 2013, 18000)"
LEAP.Branch("Key\GDP:Activity Level").Variables("Activity Level")=A
Code 3. RUN (play "result")
Code 4. Store in a matrix or in excel
NEXT
Thanks in advance