Releases: Snoopy1866/pystatpower
0.0.6
💣 Breaking Changes / 破坏性更改
-
Add support for one-sided confidence intervals in the
proportion.single.cimodule. Added theinterval_typeparameter (accepts"two-sided","lower one-sided", and"upper one-sided"), renamedci_widthtoconf_level, and renamedalphatoconf_level#344
模块proportion.single.ci现已支持单侧置信区间。新增参数interval_type,用于指定置信区间类型,可选项有"two-sided","lower one-sided"和"upper one-sided",参数ci_width更名为conf_level,alpha更名为conf_level -
In
proportion.single.inequality.solve_null_proportion, renamed parameterproportion_selectiontosearch_direction, with its allowed values updated to"below"and"above"#349
函数proportion.single.inequality.solve_null_proportion的proportion_selection重命名为search_direction,可选项变更为"below","above" -
In
proportion.single.inequality.solve_proportion, renamed parameterproportion_selectiontosearch_direction, with its allowed values updated to"below"and"above"#349
函数proportion.single.inequality.solve_proportion的proportion_selection重命名为search_direction,可选项变更为"below","above" -
In
correlation.inequality.solve_correlation, updated the allowed values for thesearch_directionparameter to"below"and"above"#349
函数correlation.inequality.solve_correlation的参数search_direction可选项变更为"below","above"
✨ New Features / 新增功能
-
Add the non-inferiority test module for two independent means #316 #357 📚
新增模块:两独立样本均值非劣效检验 -
Add the superiority test module for two independent means #336 #358 📚
新增模块:两独立样本均值优效性检验 -
Add the inequality test module for two independent means #337 #355 📚
新增模块:两独立样本均值差异性检验 -
Add the inequality test module for a single mean #339 #354 📚
新增模块:单样本均值差异性检验 -
Add the confidence interval module for a single mean #340 📚
新增模块:单样本均值置信区间 -
Add support one-sided confidence intervals in the
proportion.single.cimodule #344
模块proportion.single.ci支持单侧置信区间 -
Add support one-sided hypothesis test in the
correlation.inequalitymodule #352
模块correlation.inequality支持单侧检验
🧬 Refactor / 重构
-
Optimize API reference documentation structure #325 #331
优化 API 文档结构 -
Enforce keyword-only parameters across all public APIs #342
公共 API 统一使用仅限关键字参数
Full Changelog: 0.0.5...0.0.6
0.0.5
🎉 此版本开始支持 Python 3.10 #282
✨ New Features / 新增功能
- 新增模块:单样本率差异性检验 #258 #288
- 新增模块:相关系数检验 #264 #269
- 新增两独立样本率非劣效检验的求解器: #275
proportion.independent.noninferiority.solve_powerproportion.independent.noninferiority.solve_treatment_proportionproportion.independent.noninferiority.solve_reference_proportionproportion.independent.noninferiority.solve_margin
- 新增两独立样本率优效性检验的求解器: #297
proportion.independent.superiority.solve_powerproportion.independent.superiority.solve_treatment_proportionproportion.independent.superiority.solve_reference_proportionproportion.independent.superiority.solve_margin
- 新增模块:两独立样本率差异性检验 #299
🎨 Improvement / 优化
🧬 Refactor / 重构
Full Changelog: 0.0.4...0.0.5
0.0.4
0.0.3
Full Changelog: 0.0.2...0.0.3
0.0.2
Full Changelog: 0.0.1...0.0.2
0.0.1
Full Changelog: 0.0.1a3...0.0.1
0.0.1a3
chore: v0.0.1a3