This is documentation for an old release of SciPy (version 1.8.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Contingency table functions (scipy.stats.contingency
)#
Functions for creating and analyzing contingency tables.
|
Chi-square test of independence of variables in a contingency table. |
|
Compute the relative risk (also known as the risk ratio). |
|
Return table of counts for each possible unique combination in |
|
Calculates degree of association between two nominal variables. |
|
Compute the expected frequencies from a contingency table. |
|
Return a list of the marginal sums of the array a. |