crandas.experimental.stats ************************** This module includes funcionality for hypothesis testing (``crandas.experimental.stats.hypothesis_testing``) and contingency tables (``crandas.experimental.stats.contingency``). **NOTE**: This module is currently **experimental**. For larger data quantities, the functions in this module can produce inaccurate results. In a future version, these limitations will be repaired and/or documented. **NOTE**: The functions from ``crandas.experimental.stats.hypothesis_testing`` are also available by directly importing ``crandas.experimental.stats``, e.g., both as ``crandas.experimental.stats.hypothesis_testing.kruskal`` and as ``crandas.experimental.stats.kruskal``. stats.hypothesis_testing ------------------------ .. automodule:: crandas.experimental.stats.hypothesis_testing :members: :show-inheritance: stats.contingency ----------------- .. automodule:: crandas.experimental.stats.contingency :members: :show-inheritance: