MATLAB: What assumptions are made in computing Bit Error Rate (BER) and confidence intervals with the BERCONFINT function in Communications System Toolbox

algorithmberconfint

I am looking to use the BERCONFINT function to calculate confidence intervals and Bit Error Rate for signals I am working with.
In order to publish my results, I would like to know what algorithm or general assumptions about these calculations are made by the BERCONFINT function before I use it.

Best Answer

The BERCONFINT function calls the BINOFIT function, which uses the Clopper-Pearson interval to calculate confidence intervals. This is shown at the following link:
<http://www.mathworks.com/help/toolbox/stats/binofit.html>