Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
PGS62 committed Jan 23, 2021
1 parent dde7c0d commit 26c1aa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/KendallTau.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
module KendallTau
using Random
using BenchmarkTools
import LinearAlgebra # only used in method speedtest_correlation
import StatsBase # only used in method speedtest_correlation

const RealVector{T <: Real} = AbstractArray{T,1}
const RealMatrix{T <: Real} = AbstractArray{T,2}
Expand Down

0 comments on commit 26c1aa4

Please sign in to comment.