issues Search Results · repo:JuliaMath/MeasureBase.jl language:Julia
Filter by
51 results
(83 ms)51 results
inJuliaMath/MeasureBase.jl (press backspace or delete to remove)In product_transport.jl, I see a lot of methods with arguments like
μ::StdPowerMeasure{MU,1}
This complicates dispatch, and I don t see why it s necessary. @oschulz Why do we need to treat vector specially? ...
cscherrer
- 1
- Opened on Sep 22, 2023
- #135
In this measure
julia d = productmeasure(fill(Lebesgue(), 5))
ProductMeasure([Lebesgue(ℝ), Lebesgue(ℝ), Lebesgue(ℝ), Lebesgue(ℝ), Lebesgue(ℝ)])
we have
julia Base.issingletontype(eltype(marginals(d))) ...
cscherrer
- 8
- Opened on Sep 5, 2023
- #133
Currently (v0.14.7) we have
massof(m::AbstractMeasure) = UnknownMass(m)
But there s no such method:
julia methods(MeasureBase.UnknownMass)
# 4 methods for type constructor:
[1] MeasureBase.UnknownMass() ...
cscherrer
- 1
- Opened on Sep 1, 2023
- #132
We ve factored out the internal FixedRNG into a registered package ConstantRNGs.jl. Let s drop the FixedRNG code in
favor of a ConstantRNGs dependency.
cscherrer
- 1
- Opened on Aug 29, 2023
- #131
These tests from MeasureTheory.jl are currently failing:
@testset Density measures and Radon-Nikodym begin
x = randn()
let d = ∫(𝒹(Cauchy(), Normal()), Normal())
@test logdensityof(𝒹(d, ...
cscherrer
- Opened on Aug 21, 2023
- #129
As of v0.14.7, we have
testvalue(::Type{T}, d::Counting) where {T} = testvalue(T, d.support)
But then we get
julia testvalue(Counting(Float64))
ERROR: MethodError: no method matching rand(::FixedRNG, ...
cscherrer
- Opened on Aug 21, 2023
- #128
Currently we have
(MeasureBase) pkg st MeasureBase
Project MeasureBase v0.14.7
No Matches in `~/git/MeasureBase.jl/Project.toml`
julia rand(FixedRNG(), Bool)
0.5
This is bad, since we should always ...
cscherrer
- 3
- Opened on Aug 21, 2023
- #127
Say we have
using MeasureTheory, MeasureBase, BenchmarkTools, AffineMaps
μ = Normal(3.0, 2.0)
ν = pushfwd(MulAdd(2.0, 3.0), StdNormal())
x = rand(Normal(3.0, 2.0) ^ 100);
Then benchmarking gives
julia ...
cscherrer
- 4
- Opened on Aug 17, 2023
- #125
This doesn t work:
julia using ChainRules, MeasureBase, InverseFunctions
julia f(x) = 3x + 1
f (generic function with 1 method)
julia finv(y) = (y - 1) / 3
finv (generic function with 1 method)
...
cscherrer
- 1
- Opened on Aug 7, 2023
- #124
We are moving MeasureBase and MeasureTheory under the JuliaMath organization, to have them in a more central place.
oschulz
- 2
- Opened on Jun 22, 2023
- #118

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.