Contents
Class FErfc
java.lang.Object
cnuphys.splot.fit.FErfc
- All Implemented Interfaces:
com.nr.model.MultiFuncd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
funk
(double x, double[] a, org.netlib.util.doubleW y, double[] dyda) Evaluates the Erf function
-
Constructor Details
-
Method Details
-
funk
public void funk(double x, double[] a, org.netlib.util.doubleW y, double[] dyda) Evaluates the Erf function- Specified by:
funk
in 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
-