mathnet / mathnet-numerics

Math.NET Numerics

Home Page:http://numerics.mathdotnet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

JohnnyZhang0628 opened this issue · comments

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