Expand description
Auto-generated module
🤖 Generated with SplitRS
Functions§
- chi2_
independence_ py - Chi-square test for independence (contingency table).
- chi2_
yates_ py - Chi-square test with Yates’ continuity correction for 2x2 tables.
- fisher_
exact_ py - Fisher’s exact test for 2x2 contingency tables.
- friedman_
py - Friedman test for repeated measures.
- ks_
2samp_ py - Two-sample Kolmogorov-Smirnov test.
- linregress_
py - Calculate a simple linear regression on two 1D arrays.
- odds_
ratio_ py - Calculate odds ratio for a 2x2 contingency table.
- pearsonr_
py - Pearson correlation coefficient with significance test.
- polyfit_
py - Fit a polynomial of specified degree to data.
- relative_
risk_ py - Calculate relative risk (risk ratio) for a 2x2 contingency table.
- spearmanr_
py - Spearman rank correlation coefficient with significance test.
- tukey_
hsd_ py - Tukey’s Honestly Significant Difference (HSD) post-hoc test.