In maximum papers its written as 95% of confidence interval, how can i find this percentage?

3 views (last 30 days)
if a=[1,0.998571428571429,0.997500000000000,0.915000000000000,0.276666666666666,0.0237500000000000,0,0;]; is my result, and confidence interval is [max(a),min(a)]. How can i find the percentage of confidence interval.
Thank you in advance

Accepted Answer

KSSV
KSSV on 27 Mar 2017
0.95*[min(a) max(a)]

More Answers (0)

Categories

Find more on Interpolation in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!