lambda-or 0.0.7__tar.gz → 0.0.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lambda_or-0.0.7 → lambda_or-0.0.9}/PKG-INFO +2 -2
- {lambda_or-0.0.7 → lambda_or-0.0.9}/lambda_or/lambda_or.py +6 -1
- {lambda_or-0.0.7 → lambda_or-0.0.9}/lambda_or.egg-info/PKG-INFO +2 -2
- lambda_or-0.0.9/version.py +1 -0
- lambda_or-0.0.7/version.py +0 -1
- {lambda_or-0.0.7 → lambda_or-0.0.9}/LICENSE +0 -0
- {lambda_or-0.0.7 → lambda_or-0.0.9}/MANIFEST.in +0 -0
- {lambda_or-0.0.7 → lambda_or-0.0.9}/README.rst +0 -0
- {lambda_or-0.0.7 → lambda_or-0.0.9}/lambda_or/__init__.py +0 -0
- {lambda_or-0.0.7 → lambda_or-0.0.9}/lambda_or.egg-info/SOURCES.txt +0 -0
- {lambda_or-0.0.7 → lambda_or-0.0.9}/lambda_or.egg-info/dependency_links.txt +0 -0
- {lambda_or-0.0.7 → lambda_or-0.0.9}/lambda_or.egg-info/requires.txt +0 -0
- {lambda_or-0.0.7 → lambda_or-0.0.9}/lambda_or.egg-info/top_level.txt +0 -0
- {lambda_or-0.0.7 → lambda_or-0.0.9}/setup.cfg +0 -0
- {lambda_or-0.0.7 → lambda_or-0.0.9}/setup.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: lambda_or
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.9
|
|
4
4
|
Summary: Lambda Odds Ratio
|
|
5
5
|
Home-page: https://github.com/zeroknowledgediscovery/lambda_or
|
|
6
|
-
Download-URL: https://github.com/zeroknowledgediscovery/lambda_or/archive/0.0.
|
|
6
|
+
Download-URL: https://github.com/zeroknowledgediscovery/lambda_or/archive/0.0.9.tar.gz
|
|
7
7
|
Author: Ishanu Chattopadhyay
|
|
8
8
|
Author-email: zeroknowledgediscovery@gmail.com
|
|
9
9
|
License: LICENSE
|
|
@@ -74,6 +74,10 @@ def _neglog10_p_from_z(z_abs: float) -> float:
|
|
|
74
74
|
)
|
|
75
75
|
|
|
76
76
|
|
|
77
|
+
def neglog10_p_from_z(z_abs: float) -> float:
|
|
78
|
+
return _neglog10_p_from_z(z_abs)
|
|
79
|
+
|
|
80
|
+
|
|
77
81
|
def pq_from_two_gates(pi_H1: float, pi_L1: float, pi_H0: float, pi_L0: float) -> Tuple[float, float]:
|
|
78
82
|
"""
|
|
79
83
|
Compute selection-conditional sensitivity/specificity from two-gate ROC probabilities.
|
|
@@ -232,4 +236,5 @@ def lambda_or(
|
|
|
232
236
|
)
|
|
233
237
|
|
|
234
238
|
|
|
235
|
-
__all__ = ["lambda_or", "pq_from_two_gates", "LambdaORResult"
|
|
239
|
+
__all__ = ["lambda_or", "pq_from_two_gates", "LambdaORResult", "neglog10_p_from_z"
|
|
240
|
+
]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: lambda-or
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.9
|
|
4
4
|
Summary: Lambda Odds Ratio
|
|
5
5
|
Home-page: https://github.com/zeroknowledgediscovery/lambda_or
|
|
6
|
-
Download-URL: https://github.com/zeroknowledgediscovery/lambda_or/archive/0.0.
|
|
6
|
+
Download-URL: https://github.com/zeroknowledgediscovery/lambda_or/archive/0.0.9.tar.gz
|
|
7
7
|
Author: Ishanu Chattopadhyay
|
|
8
8
|
Author-email: zeroknowledgediscovery@gmail.com
|
|
9
9
|
License: LICENSE
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.0.9'
|
lambda_or-0.0.7/version.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '0.0.7'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|