-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EconomicRatio PostProcessor Enhancements (#1763)
* inherited collectOutput method has more comprehensive error/warning checking no need to overload * adding steVals from BasicStatistics to EconomicRatio * update getInputSpecification * inherited inputToInternal is more comprehensive, use it * update initialize method to include _ste metadata and all BasicStatistics metrics * updating _handleInput to allow BasicStatistics metrics through to EconomicRatio and not throw warnings * updating handling of targets and run method * update __runLocal to handle vectorVals in BasicStatistics * __computePower copy/pasted from BasicStatistics change to _computePower and inherit * adding standard error calculation of percentiles * adding threshold name to variable names percentile, value at risk, sortinoRatio, gainLossRatio, and expectedShortfall * adding standard error calculation of value at risk similar to percentiles * update user manual to include requesting BasicStatistics metrics from EconomicRatio * removing empty list as optional argument, replaced with None * adding reference for standard error calculations * adding docstring to constructor * renaming tealVals to econVals since they don't come from TEAL * adding defensive check where all values are equal * update percentile/VaR standard error for data with pivotParameter * fixing implementation with DataSet and golding files from tests * remove misleading descriptions using teal * fixing implementation for DataSet output * fixing DataSet implementation * adding tests for EconomicRatio PostProcessor * adding additional samples to test
- Loading branch information
1 parent
658a7b0
commit a8f779f
Showing
19 changed files
with
1,584 additions
and
491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.