Obtaining the significance of coefficients from polyfit

10 views (last 30 days)
It is a simple matter to obtain the coefficients of a simple linear relationship using polyfit. For example coeff = polyfit(x,y,1).
But is there no built-in way to also extract the significance of the coefficients?

Accepted Answer

Star Strider
Star Strider on 27 Sep 2018
See if the File Exchange polyparci (link) function will do what you want.

More Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!