We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f002fa2 commit 99804d1Copy full SHA for 99804d1
maayanlab_bioinformatics/utils/sparse.py
@@ -48,7 +48,7 @@ def sp_hdf_load(hdf):
48
)
49
50
def sp_std(X_ij, ddof=1):
51
- ''' Standard deviation for a matrix compatible with sparse matrices.
+ r''' Standard deviation for a matrix compatible with sparse matrices.
52
i is the row index, j is the column index.
53
54
\sigma_j = \sqrt{\frac{\sum(x_ij - \mu_j)^2}{N_j - ddof}}}
0 commit comments