Package cnuphys.splot.fit
Class FErfc
java.lang.Object
cnuphys.splot.fit.FErfc
- All Implemented Interfaces:
- com.nr.model.MultiFuncd
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfunk(double x, double[] a, org.netlib.util.doubleW y, double[] dyda) Evaluates the Erf function
- 
Constructor Details- 
FErfcpublic FErfc()
 
- 
- 
Method Details- 
funkpublic void funk(double x, double[] a, org.netlib.util.doubleW y, double[] dyda) Evaluates the Erf function- Specified by:
- funkin interface- com.nr.model.MultiFuncd
- Parameters:
- x- the independent variable
- a- the function parameter array
- y- the dependent variable
- dyda- must be filled with the derivatives with respect to the fit parameters
 
 
-