How does Orange calculate confidence intervals in its Distribution widget? -


when using distribution widget of orange on binary classification dataset there's option of showing confidence intervals probabilities of given class label feature values, see: distribution widget doc

how these intervals calculated? i've tried searching the github repo using keywords: 'distribution', 'confidence interval'. have found code widget ui , no pointers actual stats calculated.

it's done in calchistogramandprobgraph method of owdistributions.py (code), code distributions widget.

for discrete features it's observed ratio. continuous features calls out c++ code (i assume) discretizes feature , estimates probability in similar fashion.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -