Click or drag to resize

NonLinearFit2LEVMAR_DER Method

[Missing <summary> documentation for "M:Altaxo.Calc.Regression.NonLinearFit2.LEVMAR_DER(Altaxo.Calc.Regression.NonLinearFit2.FitFunction,Altaxo.Calc.Regression.NonLinearFit2.JacobianFunction,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[],System.Double[],System.Object@,System.Double[],System.Object)"]


Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int LEVMAR_DER(
	NonLinearFit2FitFunction func,
	NonLinearFit2JacobianFunction jacf,
	double[] p,
	double[] x,
	double[]? weights,
	int itmax,
	double[]? opts,
	double[]? info,
	ref Object?? workingmemory,
	double[]? covar,
	Object? adata
)

Parameters

func  NonLinearFit2FitFunction

[Missing <param name="func"/> documentation for "M:Altaxo.Calc.Regression.NonLinearFit2.LEVMAR_DER(Altaxo.Calc.Regression.NonLinearFit2.FitFunction,Altaxo.Calc.Regression.NonLinearFit2.JacobianFunction,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[],System.Double[],System.Object@,System.Double[],System.Object)"]

jacf  NonLinearFit2JacobianFunction

[Missing <param name="jacf"/> documentation for "M:Altaxo.Calc.Regression.NonLinearFit2.LEVMAR_DER(Altaxo.Calc.Regression.NonLinearFit2.FitFunction,Altaxo.Calc.Regression.NonLinearFit2.JacobianFunction,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[],System.Double[],System.Object@,System.Double[],System.Object)"]

p  Double

[Missing <param name="p"/> documentation for "M:Altaxo.Calc.Regression.NonLinearFit2.LEVMAR_DER(Altaxo.Calc.Regression.NonLinearFit2.FitFunction,Altaxo.Calc.Regression.NonLinearFit2.JacobianFunction,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[],System.Double[],System.Object@,System.Double[],System.Object)"]

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Regression.NonLinearFit2.LEVMAR_DER(Altaxo.Calc.Regression.NonLinearFit2.FitFunction,Altaxo.Calc.Regression.NonLinearFit2.JacobianFunction,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[],System.Double[],System.Object@,System.Double[],System.Object)"]

weights  Double

[Missing <param name="weights"/> documentation for "M:Altaxo.Calc.Regression.NonLinearFit2.LEVMAR_DER(Altaxo.Calc.Regression.NonLinearFit2.FitFunction,Altaxo.Calc.Regression.NonLinearFit2.JacobianFunction,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[],System.Double[],System.Object@,System.Double[],System.Object)"]

itmax  Int32

[Missing <param name="itmax"/> documentation for "M:Altaxo.Calc.Regression.NonLinearFit2.LEVMAR_DER(Altaxo.Calc.Regression.NonLinearFit2.FitFunction,Altaxo.Calc.Regression.NonLinearFit2.JacobianFunction,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[],System.Double[],System.Object@,System.Double[],System.Object)"]

opts  Double

[Missing <param name="opts"/> documentation for "M:Altaxo.Calc.Regression.NonLinearFit2.LEVMAR_DER(Altaxo.Calc.Regression.NonLinearFit2.FitFunction,Altaxo.Calc.Regression.NonLinearFit2.JacobianFunction,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[],System.Double[],System.Object@,System.Double[],System.Object)"]

info  Double

[Missing <param name="info"/> documentation for "M:Altaxo.Calc.Regression.NonLinearFit2.LEVMAR_DER(Altaxo.Calc.Regression.NonLinearFit2.FitFunction,Altaxo.Calc.Regression.NonLinearFit2.JacobianFunction,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[],System.Double[],System.Object@,System.Double[],System.Object)"]

workingmemory  Object

[Missing <param name="workingmemory"/> documentation for "M:Altaxo.Calc.Regression.NonLinearFit2.LEVMAR_DER(Altaxo.Calc.Regression.NonLinearFit2.FitFunction,Altaxo.Calc.Regression.NonLinearFit2.JacobianFunction,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[],System.Double[],System.Object@,System.Double[],System.Object)"]

covar  Double

[Missing <param name="covar"/> documentation for "M:Altaxo.Calc.Regression.NonLinearFit2.LEVMAR_DER(Altaxo.Calc.Regression.NonLinearFit2.FitFunction,Altaxo.Calc.Regression.NonLinearFit2.JacobianFunction,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[],System.Double[],System.Object@,System.Double[],System.Object)"]

adata  Object

[Missing <param name="adata"/> documentation for "M:Altaxo.Calc.Regression.NonLinearFit2.LEVMAR_DER(Altaxo.Calc.Regression.NonLinearFit2.FitFunction,Altaxo.Calc.Regression.NonLinearFit2.JacobianFunction,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[],System.Double[],System.Object@,System.Double[],System.Object)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.Calc.Regression.NonLinearFit2.LEVMAR_DER(Altaxo.Calc.Regression.NonLinearFit2.FitFunction,Altaxo.Calc.Regression.NonLinearFit2.JacobianFunction,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[],System.Double[],System.Object@,System.Double[],System.Object)"]

See Also