JuliaMath / JuliaMath/MeasureTheory.jl

Paring down MeasureBase

Open
#176 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Julia
Stars
401
Forks
31
PR merge metrics
No merged PRs in 30d

Description

The current MeasureTheory/MeasureBase partitioning is kind of ad hoc. What we really need is for MeasureBase to contain only
1. Whatever is needed for defining new measures
2. Anything else needed to avoid type piracy

The biggest source of code will be the need to specify base measures. For example, MeasureBase needs to have `ProductMeasure`, or people won't be able to define anything having a product as a base measure.

Let's identify things not required by the above criteria and discuss moving them to MeasureTheory, to allow MeasureBase to be lighter-weight.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.