Skip to content

EconForge/DoloYAML.jl

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages