Skip to content

test new interface  #46

@hyunjimoon

Description

@hyunjimoon

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

  1. 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);
"""
  1. how to use two data variables? passing ["ss_obs", "s_obs"] to Vensim2Stan() doesn't work well

  2. when data structure has exo_demand[reg]

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions