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.
2 parents a688ceb + eb97a30 commit bf4191dCopy full SHA for bf4191d
src/univariate.jl
@@ -77,7 +77,7 @@ UniformWeights(n) = UniformWeights{n}()
77
Base.sum(x::UniformWeights) = 1.
78
Base.getindex(x::UniformWeights{N}, i) where {N} = 1/N
79
80
-const Weights = Union{UniformWeights, RealVector, WeightVec}
+const Weights = Union{UniformWeights, RealVector, StatsBase.Weights}
81
82
83
# tabulate data for kde
0 commit comments