Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sbenthall/SHARKFin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3
Choose a base ref
...
head repository: sbenthall/SHARKFin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Aug 24, 2022

  1. Copy the full SHA
    b0c1087 View commit details

Commits on Aug 25, 2022

  1. rename X to atoms

    only 1 change, everything else is auto reformat
    alanlujan91 committed Aug 25, 2022
    Copy the full SHA
    a8813ae View commit details
  2. Merge pull request #145 from alanlujan91/fix-rename

    Rename X to atoms
    sbenthall authored Aug 25, 2022
    Copy the full SHA
    a61ca0c View commit details

Commits on Aug 26, 2022

  1. Copy the full SHA
    85cba82 View commit details

Commits on Aug 29, 2022

  1. Copy the full SHA
    f886deb View commit details

Commits on Sep 1, 2022

  1. Copy the full SHA
    60ea31c View commit details
  2. Merge pull request #143 from sbenthall/i136

    WIP SeriesSimulation
    sbenthall authored Sep 1, 2022
    Copy the full SHA
    df86166 View commit details

Commits on Sep 7, 2022

  1. Copy the full SHA
    46d3799 View commit details

Commits on Sep 8, 2022

  1. generalize label

    alanlujan91 committed Sep 8, 2022
    Copy the full SHA
    f5968e9 View commit details

Commits on Sep 15, 2022

  1. generalize merge_solutions

    allow for 3 continuous functions
    alanlujan91 committed Sep 15, 2022
    Copy the full SHA
    c3acec6 View commit details
  2. Update population.py

    generalize function accessor
    alanlujan91 committed Sep 15, 2022
    Copy the full SHA
    9b5ad63 View commit details

Commits on Sep 22, 2022

  1. use faster interpolators

    BilinearInterp on 1D should be faster than nested LinearInterps
    alanlujan91 committed Sep 22, 2022
    Copy the full SHA
    ccaf40e View commit details
  2. Revert "use faster interpolators"

    This reverts commit ccaf40e.
    alanlujan91 committed Sep 22, 2022
    Copy the full SHA
    3b1a477 View commit details
  3. test solutions

    alanlujan91 committed Sep 22, 2022
    Copy the full SHA
    ccd394d View commit details

Commits on Sep 26, 2022

  1. Copy the full SHA
    eb70289 View commit details
  2. Copy the full SHA
    5e50abc View commit details
  3. Copy the full SHA
    00249ec View commit details

Commits on Sep 27, 2022

  1. Copy the full SHA
    1ab548d View commit details

Commits on Sep 28, 2022

  1. use faster interpolators

    alanlujan91 committed Sep 28, 2022
    Copy the full SHA
    93dd41f View commit details

Commits on Sep 29, 2022

  1. Copy the full SHA
    c03406e View commit details
  2. Copy the full SHA
    931defc View commit details

Commits on Sep 30, 2022

  1. Copy the full SHA
    853676f View commit details
  2. correct typo

    sbenthall committed Sep 30, 2022
    Copy the full SHA
    1ffb74b View commit details

Commits on Oct 6, 2022

  1. Copy the full SHA
    c4b48fa View commit details
  2. More reporting around negative aNrm error; market_ror to market pror …

    …in cases where dividends excluded. See #156
    sbenthall committed Oct 6, 2022
    Copy the full SHA
    c88b120 View commit details
  3. Copy the full SHA
    947eeba View commit details
  4. Copy the full SHA
    d1d6f9a View commit details

Commits on Oct 7, 2022

  1. Copy the full SHA
    933fb49 View commit details
  2. Copy the full SHA
    7b90a44 View commit details
  3. Copy the full SHA
    4ba4fca View commit details
  4. Copy the full SHA
    3a3cb3a View commit details
  5. update assign_solution

    alanlujan91 committed Oct 7, 2022
    Copy the full SHA
    2b75e5b View commit details
  6. Copy the full SHA
    f7c6cdf View commit details
  7. Copy the full SHA
    17d7821 View commit details
  8. clean up code

    alanlujan91 committed Oct 7, 2022
    Copy the full SHA
    30ada5e View commit details
  9. Update parameters.py

    higher top, more points
    alanlujan91 committed Oct 7, 2022
    Copy the full SHA
    3f0a6c2 View commit details

Commits on Oct 10, 2022

  1. Merge pull request #161 from alanlujan91/share_bug

    Share bug
    sbenthall authored Oct 10, 2022
    Copy the full SHA
    711bc30 View commit details
  2. Copy the full SHA
    15ac94f View commit details
  3. update after bug fix

    alanlujan91 committed Oct 10, 2022
    Copy the full SHA
    2512c54 View commit details

Commits on Oct 11, 2022

  1. Merge pull request #148 from alanlujan91/ex_ante_hetero_params

    hold ex-ante heterogeneous params
    sbenthall authored Oct 11, 2022
    Copy the full SHA
    113f7ad View commit details

Commits on Oct 13, 2022

  1. Copy the full SHA
    622233d View commit details

Commits on Oct 24, 2022

  1. Copy the full SHA
    e18229c View commit details

Commits on Oct 25, 2022

  1. Copy the full SHA
    85e97f2 View commit details
  2. Copy the full SHA
    7216175 View commit details
  3. Copy the full SHA
    12cc182 View commit details
  4. Copy the full SHA
    212e223 View commit details
  5. Copy the full SHA
    e4c3f55 View commit details
  6. run_any_simulation.py

    sbenthall authored Oct 25, 2022
    Copy the full SHA
    3b7ae88 View commit details

Commits on Nov 21, 2022

  1. Copy the full SHA
    846d82e View commit details
  2. Copy the full SHA
    8e0a527 View commit details
Showing with 21,405 additions and 2,221 deletions.
  1. +1 −1 .github/workflows/python-package.yml
  2. +1 −1 README.md
  3. +1,010 −0 macro/Computing Consumer Equilibria.ipynb
  4. +103 −0 macro/From Rational to Inferential Expectations in Household Portfolio Choice.ipynb
  5. +99 −0 macro/Lucas Portfolio Agent Type.ipynb
  6. +1,703 −0 macro/Numerical Buffer Stock on Portfolio Models.ipynb
  7. +210 −0 macro/Usual Expectations.ipynb
  8. +974 −0 macro/Working with Lucas Asset Prices.ipynb
  9. +261 −75 macro/dashboard.ipynb
  10. +121 −18 macro/dashboard.py
  11. +260 −0 macro/dashboard_default.ipynb
  12. +341 −0 macro/dashboard_scaled.ipynb
  13. +730 −0 macro/roots.csv
  14. +1,380 −0 macro/steady_state_mNrm.ipynb
  15. +285 −0 macro/steady_state_mNrm.py
  16. +4,466 −0 out/SparkSharkRun Analysis.ipynb
  17. +1 −1 requirements.txt
  18. +1 −0 setup.cfg
  19. +7 −3 sharkfin/broker.py
  20. +260 −22 sharkfin/expectations.py
  21. +22 −34 sharkfin/markets/__init__.py
  22. +59 −34 sharkfin/markets/ammps.py
  23. +299 −274 sharkfin/population.py
  24. +764 −287 sharkfin/simulation.py
  25. +4 −1 sharkfin/stylized_facts.py
  26. +115 −25 sharkfin/tests/test_expectations.py
  27. +34 −2 sharkfin/tests/test_markets.py
  28. +107 −16 sharkfin/tests/test_population.py
  29. +57 −0 sharkfin/tests/test_population_seed_issue.py
  30. +175 −47 sharkfin/tests/test_simulation.py
  31. +179 −5 sharkfin/utilities.py
  32. +5,929 −825 simulate/Run Basic Simulation.ipynb
  33. +785 −246 simulate/Visualize Sim.ipynb
  34. 0 simulate/__init__.py
  35. +45 −0 simulate/macro_parameters.py
  36. +93 −8 simulate/parameters.py
  37. +361 −149 simulate/run_any_simulation.py
  38. +45 −47 simulate/run_simulation.py
  39. +118 −100 simulate/run_whiteshark.py
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ Refer to AMMPS documentation for parameters and instructions on how to generate
3. Run SHARKFin

```
python run_whiteshark.py OUTPUT_PREFIX
python simulate/run_any_simulation.py --simulation Attention OUTPUT_PREFIX
```

## NetLogo Installation
Loading