-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Gini-based metrics for vertical equity (#10)
Add pytest-cov to requirements. Finished pytest added edits to ratiostudy testing to see if pull works testing commit added changes split lines modified conf.py running locally fixing single line still working removed indent two lines another attempt Dam help likely final push commit fmt skip added init changes init changes test noqa post-run changes removed tox and added gitignore modified formulas deleted Rhistory delete .Rproj removed pd reformatted mki and ki edited readme added references.rst minor change in formulas removed leading # restructured formulas switched mki and ki testing with gini change changed back to pd to test transitioned to np finalish test modified reference modified reference added mki_ki doc moved mki_ki added mki_ki to docbuild modified mki_ki name modified ki modified mki modified formula futher seprarated ki_mki ran black modified language black changes modified spacing ran black modified reference Add some tabs for linting Fix mkt_met reference in docs Remove language about AVM from readme Bump version number to reflect major new functionality Update commenting and formatting in vignette Remove language about AVM from readme Bump version number to reflect major new functionality Update pages workflow to follow AssessR
- Loading branch information
Showing
17 changed files
with
593 additions
and
179 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,7 @@ __pycache__/ | |
.coverage | ||
.coveragerc.txt | ||
venv/ | ||
.Rproj.user | ||
.tox | ||
.Rhistory | ||
.Rproj |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
"32900","37299" | ||
"36000","40166" | ||
"54000","56317" | ||
"64500","66184" | ||
"68000","69487" | ||
"70000","71515" | ||
"74000","75338" | ||
"80000","81036" | ||
"84900","85673" | ||
"89000","85021" | ||
"94250","90046" | ||
"99000","94089" | ||
"105900","100227" | ||
"109000","103157" | ||
"115000","108290" | ||
"124500","117099" | ||
"129900","115347" | ||
"135000","119678" | ||
"149000","131631" | ||
"155800","137321" | ||
"163500","143974" | ||
"175000","153572" | ||
"179000","148457" | ||
"185600","153488" | ||
"199900","165040" | ||
"215000","176940" | ||
"235000","192959" | ||
"250000","180046" | ||
"279000","200240" | ||
"295000","211445" |
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.