Description
@Dashadower compare_vensim_stan.mdl.zip below is a vensim file with the datastructure you've requested -- Light blue variable exog demand
is datastructure and dark blue table for order fulfillment ratio
is the table function. Could you please check the below?
-
setting value for
exog demand
makes this variable no longerdatastructure
. If my memory is correct, you were trying to receive data only from vensim. However, I don't know how this can be implemented other than the original method (supplying value in python after declaring datastructure in vensim). Happy to be corrected! -
time series patterns are replicated in the result from stan's draws2data. For easy comparison, I've set
exog demand
is 2 * Time + 100 (this requires changingexog demand
type (so it's not datastructure anymore ) as shown below.
With the value above, please make sure the overshoot of adj ss
and smooth adjustment of adj s
are visible in the stan-generated time series.