Class FErf
java.lang.Object
cnuphys.splot.fit.FErf
- All Implemented Interfaces:
com.nr.model.MultiFuncd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfunk(double x, double[] a, org.netlib.util.doubleW y, double[] dyda) Evaluates the Erf function
-
Constructor Details
-
FErf
public FErf()
-
-
Method Details
-
funk
public void funk(double x, double[] a, org.netlib.util.doubleW y, double[] dyda) Evaluates the Erf function- Specified by:
funkin interfacecom.nr.model.MultiFuncd- Parameters:
x- the independent variablea- the function parameter arrayy- the dependent variabledyda- must be filled with the derivatives with respect to the fit parameters
-