LMFitGetCoeffs(Double, Double, Double, LMFitFitType, Double, Double, Double, Int32) Method

Definition

Namespace: DWSIM.MathOps.MathEx
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public Tuple<double[], string, double, int> GetCoeffs(
	double[] x,
	double[] y,
	double[] inest,
	LMFitFitType fittype,
	double epsg,
	double epsf,
	double epsx,
	int maxits
)

Parameters

x  Double
 
y  Double
 
inest  Double
 
fittype  LMFitFitType
 
epsg  Double
 
epsf  Double
 
epsx  Double
 
maxits  Int32
 

Return Value

TupleDouble, String, Double, Int32

See Also