org.jlab.groot.fitter
Class FitterFunction
- java.lang.Object
-
- org.jlab.groot.fitter.FitterFunction
-
-
Constructor Summary
Constructors Constructor and Description FitterFunction(Func1D func, IDataSet data)FitterFunction(Func1D func, IDataSet data, java.lang.String options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetBenchmarkString()doublegetChi2(double[] pars, java.lang.String options)Func1DgetFunction()doublevalueOf(double[] pars)Returns the value of the function with the given parameters.
-
-
-
Method Detail
-
getFunction
public Func1D getFunction()
-
valueOf
public double valueOf(double[] pars)
Description copied from interface:FCNBaseReturns the value of the function with the given parameters.
-
getChi2
public double getChi2(double[] pars, java.lang.String options)
-
getBenchmarkString
public java.lang.String getBenchmarkString()
-
-
DMelt 3.0 © DataMelt by jWork.ORG