Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calc expectation #884

Merged
merged 11 commits into from
Dec 15, 2020
Merged

Commits on Dec 15, 2020

  1. Added draft of calcExpectation

    Wrote first version of non-symbol expectation-evaluating function, completely untested.  Also fixed a couple typos in distribution.py.
    mnwhite authored and sbenthall committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    5f7cb75 View commit details
    Browse the repository at this point in the history
  2. Fixed typos, basic evalExpectations works

    Still need to test alternate input versions.
    mnwhite authored and sbenthall committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    0f0cb3f View commit details
    Browse the repository at this point in the history
  3. Adjust colons to ellipses

    calcExpectations now tested on more advanced cases.  Fixed dumb typo (copy-pasted from other line) and changed colons to ellipses in axis-construction step.
    
    Also wrote new version of ConsAggShock solver that uses calcExpectation, as a demonstration of what the code would look like.
    mnwhite authored and sbenthall committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    ec9d4d2 View commit details
    Browse the repository at this point in the history
  4. calcExpectation handles missing values

    calcExpectation now correctly handles passing a null argument (empty list) for values, representing a function with no deterministic arguments.
    mnwhite authored and sbenthall committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    18f3368 View commit details
    Browse the repository at this point in the history
  5. Change order of arguments

    dstn is now first
    mnwhite authored and sbenthall committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    83513e5 View commit details
    Browse the repository at this point in the history
  6. fixing the merge

    sbenthall committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    3801a24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36564bc View commit details
    Browse the repository at this point in the history
  8. adding CHANGELOG update

    sbenthall committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    2d61292 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff4a782 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e138d0e View commit details
    Browse the repository at this point in the history
  11. fixing the imports

    sbenthall committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    df82892 View commit details
    Browse the repository at this point in the history