Skip to content

Commit

Permalink
v0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
yh202109 committed Jul 22, 2024
1 parent 3411fde commit 041b727
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/statlab_corr_spearman_rho.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ More Details
*************

Assume that :math:`Y_{i1} \sim \mathcal{D}`.
For continuous :math:`Y_{i1}`, if we can assume that :math:`P(S_{i1}=0)=1`,
For continuous :math:`Y_{i1}`, if we can assume that :math:`P(S_{i2}=1)=1` for all :math:`i`,
then :eq:`eq_rank` can be simplified as :math:`R_{i1} = S_{i1}+1`.
For a given sample size :math:`n`, and :math:`r \in \{1, \ldots, n\}`, the pmf of :math:`R_{i1}` is
:math:`P(R_{i1} = r) = \frac{1}{n}`, which does not depend on :math:`r` or :math:`\mathcal{D}` [4]_.
Expand Down
2 changes: 1 addition & 1 deletion project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mtbp3"
version = "0.2.20"
version = "0.2.21"
dependencies = [
"pathlib",
"pandas",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mtbp3"
version = "0.2.20"
version = "0.2.21"
description = "my tool box"
authors = ["Y. Hsu"]
license = "GNU General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='mtbp3',
version='0.2.20', # https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers
version='0.2.21', # https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers
author='Y. Hsu',
author_email='[email protected]',
description='My tool box in Python',
Expand Down

0 comments on commit 041b727

Please sign in to comment.