julia lang - Discretizing a continuous probability distribution -
recognizing may much statistical question coding question, let's have normal distribution created using distributions.jl:
using distributions mydist = normal(0, 0.2)
is there good, straightforward way should go discretizing such distribution in order pmf opposed pdf?
in r, found actuar bundle contains function discretize continuous distribution. failed find similar julia, thought i'd check here before rolling own.
julia-lang
No comments:
Post a Comment