Obtaining the significance of coefficients from polyfit
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ulrik William Nash
el 27 de Sept. de 2018
Respondida: Star Strider
el 27 de Sept. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Fractals en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!