AnderGray / ProbabilityBoundsAnalysis.jl

Probability bounds analysis in Julia
Other
25 stars 1 forks source link

Make `shape` a type #31

Open dpsanders opened 2 years ago

dpsanders commented 2 years ago

It would be more "Julian" to make the shape of a pbox into a type, e.g. Normal(), Uniform(), etc.

https://github.com/AnderGray/ProbabilityBoundsAnalysis.jl/blob/652700c7d2e1853f189b463d0786fd2f3c467f16/src/pbox/pbox.jl#L62

Part of the review for the JuliaCon proceedings: https://github.com/JuliaCon/proceedings-review/issues/96

dpsanders commented 2 years ago

(This change is not required for the review.)