Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Binomial Distribution in Qlikview

Hi All,

How do I implement binomial distribution function in Qlikview, please find the attached excel file for the use case scenario.

Thanks,

Mahe

5 Replies
sunny_talwar

sunny_talwar

I don't really know how this works, but is the reference to C6 correct here?

Capture.PNG

sunny_talwar

Should it be referencing C3 here?

Not applicable
Author

Yes Sunny, it referering C3

sunny_talwar

May be like this:

=(Fact(vInput)/(Fact(Row)*Fact(vInput-Row))) * Pow(0.01, Row) * Pow(0.99, vInput - Row)

Capture.PNG