File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://cscherrer.github.io/DistributionMeasures.jl/dev )
5
5
[ ![ Build Status] ( https://github.com/cscherrer/DistributionMeasures.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/cscherrer/DistributionMeasures.jl/actions/workflows/CI.yml?query=branch%3Amain )
6
6
[ ![ Coverage] ( https://codecov.io/gh/cscherrer/DistributionMeasures.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/cscherrer/DistributionMeasures.jl )
7
+
8
+ DistributionMeasures is a Julia package that provides conversions between
9
+ [ Distributions.jl] ( https://github.com/JuliaStats/Distributions.jl ) distributions and
10
+ [ MeasureBase.jl] ( https://github.com/cscherrer/MeasureBase.jl ) /[ MeasureTheory.jl] ( https://github.com/cscherrer/MeasureTheory.jl ) measures.
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ CurrentModule = DistributionMeasures
6
6
7
7
Documentation for [ DistributionMeasures] ( https://github.com/cscherrer/DistributionMeasures.jl ) .
8
8
9
+ DistributionMeasures provides conversions between
10
+ [ Distributions.jl] ( https://github.com/JuliaStats/Distributions.jl ) distributions and
11
+ [ MeasureBase.jl] ( https://github.com/cscherrer/MeasureBase.jl ) /[ MeasureTheory.jl] ( https://github.com/cscherrer/MeasureTheory.jl ) measures.
12
+
13
+
9
14
``` @index
10
15
```
11
16
You can’t perform that action at this time.
0 commit comments