Open
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?
Metadata
Metadata
Assignees
Labels
No labels