0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH: more aggressive clean up for Makefile target `clean` More... about 9 years ago
DOC: update README to use `pip` for developer install More... about 9 years ago
ENH: update Sphinx requirement to newest version More... about 9 years ago
Merge pull request #112 from kellieotto/stratified-updates More... about 9 years ago
TST: Fix test_strat_tests_equal and add tests for stratified_two_sample to increase coverage More... about 9 years ago
BUG: Change the way that the function counts number of treated. bincount was the wrong way More... about 9 years ago
TST: Add test to verify that new stratified_two_sample gives the same results as stratified_permutationtest when called on two samples. More... about 9 years ago
ENH: Add stratified_two_sample, a function that conforms to the way we wrote two_sample and can do either the raw difference in means OR do within-strata diff in means and then sum them over strata. More... about 9 years ago
TST: Add tests for different alternatives in test_stratified More... about 9 years ago
TST: Update test for stratified_permutationtest to reflect the updated return values More... about 9 years ago
RFT: keyword changes to stratified function calls, including choosing the alternative instead of returning all three p-values; changing instances of sims to dist; and rewriting the testStatistic option to match two_sample More... about 9 years ago
ENH: Convert stratified mean default test statistic to have absolute value More... about 9 years ago
Merge pull request #110 from jarrodmillman/misc-updates-and-tidying More... about 9 years ago
DOC: fix some latex and plotting issues More... about 9 years ago
DOC: minor API fix More... about 9 years ago
DOC: create separate reference section More... about 9 years ago
BUG: python 2/3 isinstance checking for basestring More... about 9 years ago
STY: make modules more uniform More... about 9 years ago
DOC: developer docs only online More... about 9 years ago
DOC: docstring formatting fixes More... about 9 years ago
DOC: improve PDF target More... about 9 years ago
ENH: turn on travis pip cache More... about 9 years ago
ENH: update requirements to newest versions More... about 9 years ago
ENH: update plot directive More... about 9 years ago
Merge pull request #109 from kellieotto/clean-npc More... over 9 years ago
TST: Fix the monotonic checker test so that the error comes from that line in the function More... over 9 years ago
TST: Add test for ValueError upon passing non-decreasing combining function into npc More... over 9 years ago
DOC: Clean up parameter inputs for npc More... over 9 years ago
TST: Add test with bad alternatives for t2p More... over 9 years ago
ENH: Add check for valid alternatives in t2p More... over 9 years ago