Plotting Confidence Band on plotted regression line.

3 次查看(过去 30 天)
Hi guys, I have stacked on my homework question step ; Step is d)On a new figure, plot scatter diagram fitted curve. Compute and plot 95% confidence band in blue color. Compute and plot 99.9% confidence band in red color. I am trying to add 95% (Blue) and 99.9%(Red) Confidence Bands to my plot which have regression line. Can anyone help me ? My data set consist of 20 y value that corresponds their x values and I generate regression line which refers these values.
I need your help immeadiately :/

回答(1 个)

Jonas
Jonas 2021-6-8
编辑:Jonas 2021-6-8
you should be able to solve your problem using polyfit and polyval function, this example of the polyval function should be pretty everything you may want to know

类别

Help CenterFile Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by