BootCamp2019 icon indicating copy to clipboard operation
BootCamp2019 copied to clipboard

Repository of syllabi, lecture notes, Jupyter notebooks, code, and problem sets for OSE Lab Boot Camp 2019

Results 19 BootCamp2019 issues
Sort by recently updated
recently updated
newest added

The Iterative Solver lab references a lab on linear systems that could be useful to solve problem 5. After looking for it in Bootcamp 2018, I could not find it....

I think there's a small typo in the specification of the Bellman equation in the heterogeneous agent problem set -- the interest rate should be multiplied with the current capital...

While reading/loading the pickle files (for Kyle Orderbook problems), I was facing errors like: > UnpicklingError: the STRING opcode argument must be quoted > ValueError: could not convert string to...

Hi @rickecon ! Could you please upload the notes and the Dynare code for Thomas Winberry's lecture? Thanks!

I've been timing functions so that I can easily play with the number of iterations to compute pi etc etc. On my laptop i use this implementation of the timer...

I am having troubles using the "random" package in C++ to draw random numbers (for Monte Carlo). I get the following error message: "error: #error This file requires compiler and...

Hi, Simon and Bora figured out how to solve the error which appeared for most of us when running main.py. A good way of solving it is: 1. when you...

Hi, I found a shortcut to plotting gridpoints, we can use: `grid.plotPoints2D()` to plot the gridpoints and `grid.plotResponse2D()` to plot the response surface. Best, Marlon

Here are a few simple steps to edit your .bash_profile to create an alias to login into Midway2 more quickly. This is written for Mac, but these steps could be...

In some experiments Allen found out that a "-1" gives more reasonable behavior than "1".