Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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