I solve the benchmark partial equilibrium firm investment model.
You can see the model and output here.
To run code in Julia REPL:
- Download files
- Type the path name into Julia REPL ";cd [pathname]\PEinvestment" into REPL
- To load project, type "] activate ." into REPL
- To load dependencies, type "] instantiate"
- To precompile dependencies, type "] precompile"
- To run code for PE model type "include("PEinvestment.jl")"
- To run code for GE extension type "include("GEinvestment.jl")"