Difference between binofit in statistics and communications toolbox
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello all,
I have noticed that binofit and berconfint with the same parameters give slightly different parameters, even though berconfint internally calls binofit. The two commands seem to call different versions (in different toolboxes) of binofit.
Does anyone knows what is the difference between the two?
Thanks,
Javier.
>> [ber,ci]=berconfint(4,2e12,.95)
ber =
2.0000e-12
ci =
1.0e-11 *
0.0608 0.3700
>> [ber,ci]=binofit(4,2e12,1-.95)
ber =
2.0000e-12
ci =
1.0e-11 *
0.0538 0.5120
>>
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Communications Toolbox에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!