julia> using Distributions julia> pdf (Binomial (10, 0.5), 5) 0.24609375000000003
On Monday, February 9, 2015 at 5:34:33 AM UTC+9, paul analyst wrote: > > I have : > > ntrials =10 > p =0.5 > succprob=5 > > how to compute discret (or / and cumulated) value of Binomial distibution ? > > Must be 0,246094... > Paul > >
