-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH Add beta fragility and gpd risk estimates (#118)
* ENH Add beta_fragility_heuristic and gpd_risk_estimates functions * Fix formatting according to PEP8/flake8 * Fix PEP8 warning W503 line break before binary operator * Use numpy.around for consistency between python 2 and 3 * Fix length of zero lists returned from gpd_risk_estimates * Clarify variable names, fix thresholds, use proper list lengths * Fix broken merge - old tests work - new tests still failing * Have tests assume input is aligned - fixes TypeError: cannot concatenate a non-NDFrame object - also, switch the functions from SIMPLE_STAT_FUNCS to FACTOR_STAT_FUNCS * Fix formatting to prevent flake8 errors * remove merge backup files * remove one more merge backup file * Switch to np.zeros and fix comment formatting * fix ReST formatting for notes headers
- Loading branch information
Showing
3 changed files
with
373 additions
and
4 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
Oops, something went wrong.