We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 returns the expected value of a function over a distribution.
calc_expectation
https://github.com/econ-ark/HARK/blob/master/HARK/distribution.py#L2298
It isn't yet implemented to be compatible with Labelled distributions: https://github.com/econ-ark/HARK/blob/master/HARK/distribution.py#L1450
It probably can be written to wrap expected: https://github.com/econ-ark/HARK/blob/master/HARK/distribution.py#L2422
expected
See also #1483
The text was updated successfully, but these errors were encountered:
No branches or pull requests
calc_expectation
returns the expected value of a function over a distribution.https://github.com/econ-ark/HARK/blob/master/HARK/distribution.py#L2298
It isn't yet implemented to be compatible with Labelled distributions:
https://github.com/econ-ark/HARK/blob/master/HARK/distribution.py#L1450
It probably can be written to wrap
expected
:https://github.com/econ-ark/HARK/blob/master/HARK/distribution.py#L2422
See also #1483
The text was updated successfully, but these errors were encountered: