Skip to content

Commit

Permalink
import corspearman
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminDoran committed Jan 16, 2024
1 parent 048e1a7 commit 87f4540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpectralInference.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module SpectralInference

using Reexport
using StatsBase: indicatormat, quantile, cor, fit, Histogram, entropy
using StatsBase: indicatormat, quantile, cor, corspearman, fit, Histogram, entropy
using Distances: Distances, WeightedEuclidean
using Clustering: Clustering, hclust, Hclust
using SparseArrays: sparse
Expand Down

0 comments on commit 87f4540

Please sign in to comment.