You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't looked at this in a long time, but this should be the standard deviation for a Bernoulli distribution so I think it is ok. The binomial distribution is used in the examples in order to obtain one particular realization of a series of experiments drawn from a Bernoulli distribution.
Hi @cbellei,
Thanks for an amazing load of work here. Really impressive.
While going over the code I saw this:
at: https://github.com/cbellei/abyes/blob/master/abyes/ab_exp.py#L148
Shouldn't the
n_a
in the formula as well?As for binomial distribution
standard deviation (σx) is
sqrt[ n * P * ( 1 - P ) ]
.Thanks in advance. I'm happy to send a PR, but wanted to check first if I'm correct.
The text was updated successfully, but these errors were encountered: