Class LineFitPars
java.lang.Object
org.jlab.rec.dc.track.fit.basefit.LineFitPars
The fit parameters of a line fit returned by LineFitter
-
Constructor Summary
ConstructorsConstructorDescriptionLineFitPars
(double slope, double interc, double slopeErr, double intercErr, double SlIntCov, double chi2, double[] pointchi2, int ndf) -
Method Summary
-
Constructor Details
-
LineFitPars
public LineFitPars(double slope, double interc, double slopeErr, double intercErr, double SlIntCov, double chi2, double[] pointchi2, int ndf)
-
-
Method Details
-
slope
public double slope() -
slopeErr
public double slopeErr() -
intercept
public double intercept() -
interceptErr
public double interceptErr() -
SlopeIntercCov
public double SlopeIntercCov() -
chisq
public double chisq() -
NDF
public int NDF() -
get_pointchi2
public double[] get_pointchi2() -
getProb
public double getProb()
-