-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
list of test:
- data/lookup structure with subscript
- different combination of driving data, estimated and assumed parameters
- parameter's lower and upper bound
tested, not pass
- how to estiamte adj_frac1? the following didn't work
v2s_code = """
ss_obs[timesteps] ~ normal(ss[timesteps], sigma);
adj_frac1<lower=0> ~ normal(0.2, 0.02);
sigma<lower=0> ~ normal(0.1, 0.01);
"""
-
how to use two data variables? passing ["ss_obs", "s_obs"] to
Vensim2Stan()doesn't work well -
when data structure has
exo_demand[reg]
Metadata
Metadata
Assignees
Labels
No labels