By default, the fit function in matlab returns 95 % confidence interval bounds. I want it to return error as defined by 1 sigma confidence, which i think corresponds to 68.27% confidence bound. How do i get this?

 採用された回答

Torsten
Torsten 2026 年 3 月 18 日
編集済み: Torsten 2026 年 3 月 18 日

1 投票

Call "confint" (for the parameters) or "predint" (for the fit) from the command line with the wanted confidence level:
This page might also be helpful:

その他の回答 (1 件)

Steven Lord
Steven Lord 2026 年 3 月 18 日

0 投票

Use the confint function on the object returned by fit.

カテゴリ

ヘルプ センター および File ExchangeGet Started with Curve Fitting Toolbox についてさらに検索

製品

リリース

R2024a

質問済み:

2026 年 3 月 18 日

回答済み:

2026 年 3 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by