Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How do I implement binomial distribution function in Qlikview, please find the attached excel file for the use case scenario.
Thanks,
Mahe
See if this helps:
I don't really know how this works, but is the reference to C6 correct here?
Should it be referencing C3 here?
Yes Sunny, it referering C3
May be like this:
=(Fact(vInput)/(Fact(Row)*Fact(vInput-Row))) * Pow(0.01, Row) * Pow(0.99, vInput - Row)