We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8f5f3 commit b95d459Copy full SHA for b95d459
sgkit/stats/genee.py
@@ -18,7 +18,7 @@ def genee(ds: Dataset, ld: ArrayLike, *, reg_covar: float = 0.000001) -> DataFra
18
ds
19
Dataset containing beta values (OLS betas or regularized betas).
20
ld
21
- 2D array of LD values.
+ Dense 2D array corresponding to the LD matrix.
22
reg_covar
23
Non-negative regularization added to the diagonal of covariance.
24
Passed to scikit-learn ``GaussianMixture``.
0 commit comments