Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoloYAML

Import Dolo models from a YAML file.

To import one of the example models:

using DoloYAML

model = DoloYAML.yaml_import("examples/rbc_mc.yaml")

# recover steadystate vectors
m,s,x,p = model.calibration[:exogenous, :states, :controls, :parameters]

# compute state transition according to equation defined in file
S = DoloYAML.transition(m,s,x,m,p)

For the accepted syntax, see the Dolo documentation.

Developer note

DoloYAML.jl was formerly part of the Dolo.jl package. It is packaged out in the hope of reducing dependency complexity.

About

Import Dolo models from a YAML file.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages