Package cnuphys.splot.fit
Class AltPolynomialFit
java.lang.Object
com.nr.model.Fitmrq
cnuphys.splot.fit.AltPolynomialFit
- All Implemented Interfaces:
- IValueGetter
- 
Field SummaryFields inherited from class com.nr.model.Fitmrqa, alpha, chisq, covar, ia
- 
Constructor SummaryConstructorsConstructorDescriptionAltPolynomialFit(Fit fit) Create an alternate polynomial fit that uses the nonlinear fitter rather than generalized least squares.
- 
Method SummaryMethods inherited from class com.nr.model.Fitmrqcovsrt, fit, free, hold, mrqcof
- 
Constructor Details- 
AltPolynomialFitCreate an alternate polynomial fit that uses the nonlinear fitter rather than generalized least squares.- Parameters:
- fit- the fit data
 
 
- 
- 
Method Details- 
valuepublic double value(double x) - Specified by:
- valuein interface- IValueGetter
 
- 
createFPoly
 
-