JuliaMath / JuliaMath/MeasureTheory.jl
Implement the sampler interface?
Open
- Dominant language
- Julia
- Stars
- 401
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
If we implement the `Random.Sampler` interface, then we can draw IID samples from the distributions: https://docs.julialang.org/en/v1/stdlib/Random/#Generating-random-values-of-custom-types. Distributions tends to make scalar and array distributions return `Array`s, but should we instead return a vector of draws, e.g. a vector of arrays?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.