• 49 views | 1 messages Discussion: LEAP
    Topic: stochastic simulation using LEAPSubscribe | Previous | Next
  • Gabriel Baum 8/24/2021

    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