Click or drag to resize

NLFitlmpar Method

[Missing <summary> documentation for "M:Altaxo.Calc.Regression.NLFit.lmpar(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double,System.Double@,System.Double[],System.Double[],System.Double[],System.Double[])"]


Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void lmpar(
	int n,
	double[] r,
	int ldr,
	int[] ipvt,
	double[] diag,
	double[] qtb,
	double delta,
	ref double par,
	double[] x,
	double[] sdiag,
	double[] wa1,
	double[] wa2
)

Parameters

n  Int32

[Missing <param name="n"/> documentation for "M:Altaxo.Calc.Regression.NLFit.lmpar(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double,System.Double@,System.Double[],System.Double[],System.Double[],System.Double[])"]

r  Double

[Missing <param name="r"/> documentation for "M:Altaxo.Calc.Regression.NLFit.lmpar(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double,System.Double@,System.Double[],System.Double[],System.Double[],System.Double[])"]

ldr  Int32

[Missing <param name="ldr"/> documentation for "M:Altaxo.Calc.Regression.NLFit.lmpar(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double,System.Double@,System.Double[],System.Double[],System.Double[],System.Double[])"]

ipvt  Int32

[Missing <param name="ipvt"/> documentation for "M:Altaxo.Calc.Regression.NLFit.lmpar(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double,System.Double@,System.Double[],System.Double[],System.Double[],System.Double[])"]

diag  Double

[Missing <param name="diag"/> documentation for "M:Altaxo.Calc.Regression.NLFit.lmpar(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double,System.Double@,System.Double[],System.Double[],System.Double[],System.Double[])"]

qtb  Double

[Missing <param name="qtb"/> documentation for "M:Altaxo.Calc.Regression.NLFit.lmpar(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double,System.Double@,System.Double[],System.Double[],System.Double[],System.Double[])"]

delta  Double

[Missing <param name="delta"/> documentation for "M:Altaxo.Calc.Regression.NLFit.lmpar(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double,System.Double@,System.Double[],System.Double[],System.Double[],System.Double[])"]

par  Double

[Missing <param name="par"/> documentation for "M:Altaxo.Calc.Regression.NLFit.lmpar(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double,System.Double@,System.Double[],System.Double[],System.Double[],System.Double[])"]

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Regression.NLFit.lmpar(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double,System.Double@,System.Double[],System.Double[],System.Double[],System.Double[])"]

sdiag  Double

[Missing <param name="sdiag"/> documentation for "M:Altaxo.Calc.Regression.NLFit.lmpar(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double,System.Double@,System.Double[],System.Double[],System.Double[],System.Double[])"]

wa1  Double

[Missing <param name="wa1"/> documentation for "M:Altaxo.Calc.Regression.NLFit.lmpar(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double,System.Double@,System.Double[],System.Double[],System.Double[],System.Double[])"]

wa2  Double

[Missing <param name="wa2"/> documentation for "M:Altaxo.Calc.Regression.NLFit.lmpar(System.Int32,System.Double[],System.Int32,System.Int32[],System.Double[],System.Double[],System.Double,System.Double@,System.Double[],System.Double[],System.Double[],System.Double[])"]

See Also