Skip to content

Commit

Permalink
Mention the pscore.stats module in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed Sep 4, 2024
1 parent a9f66b2 commit cda263f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/user-guide/stats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,12 @@ We will use :ref:`mann-whitney-u-test` as described above.
>>> score_statistic = MannWhitneyStatistic()


.. tip::

See :mod:`gpsea.analysis.pscore.stats` module for more statistical tests available
for using with phenotype scores.


**Final analysis**

We will put the final analysis together into :class:`~gpsea.analysis.pscore.PhenotypeScoreAnalysis`.
Expand Down
2 changes: 0 additions & 2 deletions src/gpsea/analysis/pscore/stats/_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ class TTestStatistic(PhenotypeScoreStatistic):
`TTestStatistic` is a wrapper around SciPy's
:func:`~scipy.stats.ttest_ind` function to apply
T test on 2 phenotype scores.
See :ref:`phenotype-score-stats` for an example usage.
"""

def compute_pval(
Expand Down

0 comments on commit cda263f

Please sign in to comment.