Calculate the confidence interval of a population mean using fitlm

조회 수: 2 (최근 30일)
Vlatko Milic
Vlatko Milic 2019년 11월 6일
Hi Matlab buddies,I would like to calculate the confidence interval of a population mean using fitlm. My code is now the following:
F_reg=filloutliers(F,'nearest','median');
mdl= fitlm(T(Index,3),(F_reg));
coefCI(mdl)
and my response from matlab is:
ans =
26.0786 26.6921
-0.8602 -0.7681
P.S. I am generating my confidence interval from the plot below.
Thank you you in advance
Capture.PNG

답변 (0개)

카테고리

Help CenterFile Exchange에서 Model Building and Assessment에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by