hep.aida
Interface IFitResult
-
- All Known Subinterfaces:
- IDevFitResult
- All Known Implementing Classes:
- FitResult
public interface IFitResultRepresents the result of the fit. Holds internal copies of fit parameter settings (set in IFitter) and the fitted function (clone of original function). The value of the parameters of the fitted function are obtained from the fitting.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.String[]constraints()doublecovMatrixElement(int i, int j)java.lang.StringdataDescription()java.lang.StringengineName()double[]errors()Get the parabolic errors on the fitted parameters.double[]errorsMinus()Get the negative part of the asymmetric errors on the fitted parameters.double[]errorsPlus()Get the positive part of the asymmetric errors on the fitted parameters.java.lang.StringfitMethodName()IFitParameterSettingsfitParameterSettings(java.lang.String name)intfitStatus()IFunctionfittedFunction()doublefittedParameter(java.lang.String name)Get the value of a fitted parameter by name.java.lang.String[]fittedParameterNames()Get the names of the fitted parameters (including fixed and constrained ones).double[]fittedParameters()Get the array of the fitted parameter values (including fixed and constrained ones).booleanisValid()intndf()doublequality()
-
-
-
Method Detail
-
isValid
boolean isValid()
-
fitStatus
int fitStatus()
-
fittedFunction
IFunction fittedFunction()
-
quality
double quality()
-
ndf
int ndf()
-
covMatrixElement
double covMatrixElement(int i, int j)
-
fitMethodName
java.lang.String fitMethodName()
-
engineName
java.lang.String engineName()
-
dataDescription
java.lang.String dataDescription()
-
constraints
java.lang.String[] constraints()
-
fitParameterSettings
IFitParameterSettings fitParameterSettings(java.lang.String name)
-
fittedParameters
double[] fittedParameters()
Get the array of the fitted parameter values (including fixed and constrained ones).- Returns:
- The array containing the fitted values.
-
fittedParameterNames
java.lang.String[] fittedParameterNames()
Get the names of the fitted parameters (including fixed and constrained ones).- Returns:
- The array containing the names of the fitted parameters.
-
fittedParameter
double fittedParameter(java.lang.String name)
Get the value of a fitted parameter by name.- Returns:
- The value.
-
errors
double[] errors()
Get the parabolic errors on the fitted parameters. If a parameter was fixed or constrained the error is zero.- Returns:
- The parabolic errors on the fitted parameters.
-
errorsPlus
double[] errorsPlus()
Get the positive part of the asymmetric errors on the fitted parameters. If a parameter was fixed or constrained the error is zero.- Returns:
- The positive part of the asymmetric errors on the fitted parameters.
-
errorsMinus
double[] errorsMinus()
Get the negative part of the asymmetric errors on the fitted parameters. If a parameter was fixed or constrained the error is zero.- Returns:
- The negative part of the asymmetric errors on the fitted parameters.
-
-
DMelt 3.0 © DataMelt by jWork.ORG