Commit Graph

21 Commits

Author SHA1 Message Date
RunasSudo 5dce873e55
Add helper function for making dtype ordinal (ordered category) 2022-12-03 22:23:18 +11:00
RunasSudo 56e16bc71d
Fixups and update documentation 2022-12-03 02:02:34 +11:00
RunasSudo 2135796d85
Automatically factorise pandas categorical when required for regression 2022-12-02 21:42:41 +11:00
RunasSudo f80afd0e80
Allow check_nan to only consider certain columns 2022-11-10 18:51:35 +11:00
RunasSudo 040aa2d463
Implement convert_pandas_nullable for pandas nullable boolean dtype 2022-11-10 18:46:54 +11:00
RunasSudo 239a0646d2
Rename ConfidenceInterval to Interval 2022-11-09 22:10:15 +11:00
RunasSudo d8dcece09d
Refactor fmt_p
Combine html, only_value, tabular flags into a single Flag
2022-11-09 17:39:53 +11:00
RunasSudo c6cef4aee7
Update documentation 2022-11-09 17:39:52 +11:00
RunasSudo 50597ddc74
Update convert_pandas_nullable
Automatically convert pandas Float64 to float64 when required
Avoid unnecessary copy if possible
2022-11-09 17:39:52 +11:00
RunasSudo bae93b2c8e
Fix bug when nan_policy='raise' 2022-10-20 20:59:06 +11:00
RunasSudo b31ae6686f
Make yli.mannwhitney support pandas nullable dtypes 2022-10-20 20:58:42 +11:00
RunasSudo 62c23efebc
Align tabular p values in plaintext output 2022-10-19 08:49:44 +11:00
RunasSudo a484b6205c
Add option to make __repr__ print the summary 2022-10-19 08:49:44 +11:00
RunasSudo 57189990d6
Write Sphinx documentation 2022-10-19 08:49:44 +11:00
RunasSudo 12a0707998
Move ConfidenceInterval to yli.utils 2022-10-19 08:49:43 +11:00
RunasSudo 8d40e9db8b
Improve formatting of tabular p values 2022-10-15 23:30:41 +11:00
RunasSudo bf5cc434b5
Allow customising p value formatting 2022-10-15 23:11:22 +11:00
RunasSudo d1249914ff
Allow cols_for_formula and reference category detection to support explicit contrasts 2022-10-15 01:35:49 +11:00
RunasSudo 0391877296
Refactor parsing of Patsy formulas 2022-10-15 00:54:46 +11:00
RunasSudo 255ad100fd
Refactor fmt_p 2022-10-14 14:48:26 +11:00
RunasSudo 6b43034a50
Implement ttest_ind 2022-10-13 12:53:18 +11:00