mathnet-numerics icon indicating copy to clipboard operation
mathnet-numerics copied to clipboard

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

Open JohnnyZhang0628 opened this issue 3 years ago • 0 comments

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

JohnnyZhang0628 avatar Feb 07 '23 09:02 JohnnyZhang0628