Click or drag to resize

DynamicParameterEstimationEstimateParameterByBurgsAlgorithm Method

[Missing <summary> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimation.EstimateParameterByBurgsAlgorithm(System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double@)"]


Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void EstimateParameterByBurgsAlgorithm(
	IReadOnlyList<double> data,
	int m,
	out double xms
)

Parameters

data  IReadOnlyListDouble

[Missing <param name="data"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimation.EstimateParameterByBurgsAlgorithm(System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double@)"]

m  Int32

[Missing <param name="m"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimation.EstimateParameterByBurgsAlgorithm(System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double@)"]

xms  Double

[Missing <param name="xms"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimation.EstimateParameterByBurgsAlgorithm(System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double@)"]

See Also