Lambda Odds Ratio
Project description
- Info:
Draft link will be posted here
- Author:
ZeD Lab <zed.createuky.net>
- Description:
Robust Odds Ratio correcting label noise
- Documentation:
Usage:
from lambda_or import lambda_or, pq_from_two_gates
from lambda_or import lambda_or, neglog10_p_from_z
tilde = np.array([[100, 50],[ 80, 70]], dtype=float)
# lambda-OR
res = lambda_or(
tilde_counts=tilde,
p_sel=0.92,
q_sel=0.88,
n_val=1000
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lambda_or-0.0.13.tar.gz
(5.7 kB
view details)
File details
Details for the file lambda_or-0.0.13.tar.gz.
File metadata
- Download URL: lambda_or-0.0.13.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ba7cec18a7402772c24efcdb19a8eb6a53a03d11706193d69c5bf526b5acb7f
|
|
| MD5 |
d35878599e802ce870b730ee2f97df40
|
|
| BLAKE2b-256 |
f55e2c7c81a052032ae7f053dc95c69b0629b62d7dfa81692f100a7597e791ca
|