-
```python
from sympy import MatrixSymbol, IndexedBase
from sympy.tensor.array.expressions import ArraySymbol
print(fcode(IndexedBase('I', (5,5))[0,0]))
print(fcode(ArraySymbol('A', (5,5))[0,0]))
…
-
When running the Julia file "an_schorfheide.jl" one gets immediately an error message "Load Error: UndefVarError: AbstractRepModel not defined". This happens in Julia version 1.1.1 and also in version…
-
As for the DSGE program of FedNY on the web, it seems to require additional files or adjustment in the program after 2020 Q3. Indeed, the program on the web could not get an equilibrium and special sh…
-
Dear Shlok,
thank you for the hint to change the loading filepath to capture the Smets_Wouters “.h5” file. I did this by changing line 55:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++…
-
Repo: nflverse/NFLData.jl
Run URL: https://github.com/nflverse/NFLData.jl/actions/runs/10976230101
Image ID: sha256:f5f5d5e0181b13f67dae8faae72b9b33231825116d2c5082aa6eb2dc9d828ba8
Stacktrace:
```py
T…
-
I'm trying to run the run_default.jl and get the forecasting results of FRBNY DSGE model as in [this paper](https://www.newyorkfed.org/research/staff_reports/sr647.html). The model's custom settings a…
-
Dear Prof. Maih,
I'm trying to solve and estimate a small DSGE and I'm having problems trying to figure how to calculate the policy function of a variable, the variable is defined as follows m{+1} = …
-
Hi
I am building from docker along with some other libraries along with python and I get an error when trying to install DSGE.jl.
I get this error when I try to install:
```
ERROR: LoadE…
-
Can the package work with the latest version of GR, since GR v.053 doesn't work on mac m1?
Thank you.
-
cc @mnwhite
So, when we simulate an `IndShockConsumerType` and newborns arrive, we have to set initial permanent and transitory income shocks.
Current, it's sort of a weird situation. Transitor…