We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
In case you're using a statistics package, be careful about the 95% confidence interval as the constant 1.96 actually translates into a slightly different confidence interval - for instance when using scipy.stats.norm.interval the first parameter (that specifies the conficence interval) must be somehting like 0.950002.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Basic Statistics Warmup
You are viewing a single comment's thread. Return to all comments →
In case you're using a statistics package, be careful about the 95% confidence interval as the constant 1.96 actually translates into a slightly different confidence interval - for instance when using scipy.stats.norm.interval the first parameter (that specifies the conficence interval) must be somehting like 0.950002.