mathnet / mathnet-numerics

Math.NET Numerics
http://numerics.mathdotnet.com
MIT License
3.44k stars 891 forks source link

How to calculation standard error of the coefficient in Polynomial Fitting? #985

Open JohnnyZhang0628 opened 1 year ago

JohnnyZhang0628 commented 1 year ago

var p = Fit.Polynomial(x, y, lineFitttinDto.Order); Fit.Polynomial only return coefficient ,how i get standard error of the coefficient