LMFitGetCoeffs Method

Definition

Namespace: DWSIM.MathOps.MathEx.LM
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public Object 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

Object

See Also