Obtaining the significance of coefficients from polyfit
    5 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Ulrik William Nash
 am 27 Sep. 2018
  
    
    
    
    
    Beantwortet: Star Strider
      
      
 am 27 Sep. 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

