Obtaining standard deviation in cftool

2 views (last 30 days)
I have [x,y] as my data and I want to fit a linear line to it. My question is can I obtain standard deviation for the linear line that my data is fitted to?
Thanks

Accepted Answer

Tom Lane
Tom Lane on 22 Apr 2013
The thing labeled RMSE is the root mean squared error. It's an estimate of the standard deviation of the residuals or error term. Maybe that's what you want.
If you want a different notion of standard deviation, please explain further.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!