Obtaining the significance of coefficients from polyfit
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Ulrik William Nash
il 27 Set 2018
Risposto: Star Strider
il 27 Set 2018
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?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!