-
@MattHJensen, @jdebacker, and @rickecon had an OpenRG board meeting last week and discussed adding areas of expertise to each expert's information. We currently have an "Experts" page option across th…
-
Hi, been using this font since 2015 for one of our STEM (Science, Technology, Engineering & Mathematics) support projects with schools. To encourage the next generation of engineers, using Raspberry P…
-
Hi,
I am trying to replicate the model of this paper [here](https://www.aeaweb.org/articles?id=10.1257/aer.96.3.523) which was originally written in matlab (attached as txt, but it is `.m`). I am …
-
@jake484 As suggested, here is the MTK code of ModelA1 crresponding to the diagram in the text I sent you.
```julia
using DifferentialEquations
using OrdinaryDiffEq
using ModelingToolkit
using P…
-
One thing I have always wanted to do is write more tutorials that empirical and theoretical economists can use to inform how they do their research. @trappmartin recently reminded me how much I have w…
-
I am using dolo to simulate a DSGE model. However, I cannot load any model with more than 5 state variables using the yaml_import command. No error messages are displayed, just the loading continues u…
-
As noted on the [mailing list](https://groups.google.com/forum/#!topic/pystatsmodels/1Oq1jYbrHgY), recent versions of Gretl estimate SARMA models very quickly, apparently using the methods described i…
-
@matthieugomez would you be wiling to pitch in with any of the items below?
- [ ] Update readme to match the structure of the [QuantEcon.jl reamde](https://github.com/QuantEcon/QuantEcon.jl/blob/maste…
-
Hello,
I followed derivations of non-linear conditions and log-linearization of FRBNY model in sections 7 and 8 of the online technical appendix to Chapter 2 - DSGE Model-Based Forecasting in Handboo…
-
How can I watch sass files with grunt-browserify and grunt-contrib-watch at the same time?
I tried setting browserify's `keepAlive` to false but that disables browserify's `watch` option too.
Runnin…