Package cnuphys.splot.fit
Class AltPolynomialFit
java.lang.Object
com.nr.model.Fitmrq
cnuphys.splot.fit.AltPolynomialFit
- All Implemented Interfaces:
IValueGetter
-
Field Summary
Fields inherited from class com.nr.model.Fitmrq
a, alpha, chisq, covar, ia
-
Constructor Summary
ConstructorsConstructorDescriptionAltPolynomialFit
(Fit fit) Create an alternate polynomial fit that uses the nonlinear fitter rather than generalized least squares. -
Method Summary
Methods inherited from class com.nr.model.Fitmrq
covsrt, fit, free, hold, mrqcof
-
Constructor Details
-
AltPolynomialFit
Create an alternate polynomial fit that uses the nonlinear fitter rather than generalized least squares.- Parameters:
fit
- the fit data
-
-
Method Details
-
value
public double value(double x) - Specified by:
value
in interfaceIValueGetter
-
createFPoly
-