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 d2c7b74 commit 27f1ea0Copy full SHA for 27f1ea0
src/MeasureTheory.jl
test/runtests.jl
@@ -19,7 +19,7 @@ end
19
end
20
21
@testset "Kernel" begin
22
- κ = MeasureTheory.kernel(identity, MeasureTheory.Dirac)
+ κ = MeasureBase.kernel(identity, MeasureBase.Dirac)
23
@test rand(κ(1.1)) == 1.1
24
25
@@ -54,7 +54,7 @@ end
54
55
56
57
-import MeasureTheory.:⋅
+import MeasureBase.:⋅
58
function ⋅(μ::Normal, kernel)
59
m = kernel(μ)
60
Normal(μ = m.μ.μ, σ = sqrt(m.μ.σ^2 + m.σ^2))
0 commit comments