Page 1 of 1

math operations on simulated scenario results

Posted: Mon Apr 20, 2020 2:51 am
by dreamcatcher
Hi everyone,
I hope that all of you are well. I was wondering if it is possible to do a mathematical operations on different scenario results in Vensim DSS modeling environment itself-e.g., multiplying (or divide, subtract) the values of Scenario 1 by the values of Scenario 2.
Thank you

Re: math operations on simulated scenario results

Posted: Mon Apr 20, 2020 6:52 am
by Administrator
You can create a separate model to do this. In the new model, read the values in from the various results files using the function "GET VDF DATA", you can then add/subtract/multiply/whatever with the values.

Re: math operations on simulated scenario results

Posted: Mon Apr 20, 2020 1:08 pm
by tomfid
But what is the purpose of these operations?

Re: math operations on simulated scenario results

Posted: Tue Apr 21, 2020 3:47 am
by tomfid
Another option is to use an array dimension to create multiple instances of the model - then you can operate on the array values.