From 6802f84d23d2ec4ac2c8cb6baecf5eda5b93afe6 Mon Sep 17 00:00:00 2001 From: Chad Scherrer Date: Tue, 2 Aug 2022 08:13:52 -0700 Subject: [PATCH 1/2] using DistributionMeasures --- src/MeasureTheory.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MeasureTheory.jl b/src/MeasureTheory.jl index de66967a..3808084e 100644 --- a/src/MeasureTheory.jl +++ b/src/MeasureTheory.jl @@ -69,6 +69,8 @@ import MeasureBase: likelihood export likelihood export log_likelihood_ratio +using DistributionMeasures + using StaticArrays import PrettyPrinting From 9c4198092b97ef383bdaa0827ac529f2c021a9da Mon Sep 17 00:00:00 2001 From: Chad Scherrer Date: Tue, 2 Aug 2022 08:14:08 -0700 Subject: [PATCH 2/2] ]add DistributionMeasures --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index a1f6cc0e..3600c399 100644 --- a/Project.toml +++ b/Project.toml @@ -10,6 +10,7 @@ Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471" ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9" DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d" +DistributionMeasures = "35643b39-bfd4-4670-843f-16596ca89bf3" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" DynamicIterators = "6c76993d-992e-5bf1-9e63-34920a5a5a38" FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"