How to calculation standard error of the coefficient in Polynomial Fitting?
JohnnyZhang0628 opened this issue · comments
johnny commented
var p = Fit.Polynomial(x, y, lineFitttinDto.Order);
Fit.Polynomial
only return coefficient ,how i get standard error of the coefficient