Package org.jlab.rec.cvt.fit
Class LineFitPars
java.lang.Object
org.jlab.rec.cvt.fit.LineFitPars
The fit parameters of a line fit returned by LineFitter
- 
Constructor SummaryConstructorsConstructorDescriptionLineFitPars(double slope, double interc, double slopeErr, double intercErr, double SlIntCov, double chi2, double[] pointchi2, int ndf) 
- 
Method Summary
- 
Constructor Details- 
LineFitParspublic LineFitPars(double slope, double interc, double slopeErr, double intercErr, double SlIntCov, double chi2, double[] pointchi2, int ndf) 
 
- 
- 
Method Details- 
slopepublic double slope()
- 
slopeErrpublic double slopeErr()
- 
interceptpublic double intercept()
- 
interceptErrpublic double interceptErr()
- 
slopeIntercCovpublic double slopeIntercCov()
- 
chisqpublic double chisq()
- 
NDFpublic int NDF()
- 
getPointChi2public double[] getPointChi2()
- 
getProbpublic double getProb()
- 
getYXRay
- 
getYZRay
 
-