Get 95% Confidence Values from Fit Coefficients
21 次查看(过去 30 天)
显示 更早的评论
Hey, I've run a curve fit and have various coefficient outputs. For example:
A = 13.34 (12.37, 14.31)
B = 9.955 (6.182, 13.73)
Any idea how I can save a vector such as:
dA=(12.37, 14.31) and dB=(6.182, 13.73)? Everything is run via my .m file so I don't want to do this by any mouse-commands in a GUI but rather via a command within the .m file. Thanks.
0 个评论
采纳的回答
Sean de Wolski
2011-12-19
per comments:
doc confint
will explain how to extract the confidence interval parameters from a fit object.
3 个评论
Sean de Wolski
2011-12-19
Did you run the curve fit in the curve fit tool (cftool) of the curve fitting toolbox?
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!