Click or drag to resize

DynamicParameterEstimationCombXYFillInputMatrix Method

[Missing <summary> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationCombXY.FillInputMatrix(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},Altaxo.Calc.LinearAlgebra.Matrix{System.Double})"]


Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override Matrix<double> FillInputMatrix(
	IReadOnlyList<double>? x,
	IReadOnlyList<double> y,
	Matrix<double>? M
)

Parameters

x  IReadOnlyListDouble

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationCombXY.FillInputMatrix(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},Altaxo.Calc.LinearAlgebra.Matrix{System.Double})"]

y  IReadOnlyListDouble

[Missing <param name="y"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationCombXY.FillInputMatrix(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},Altaxo.Calc.LinearAlgebra.Matrix{System.Double})"]

M  MatrixDouble

[Missing <param name="M"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationCombXY.FillInputMatrix(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},Altaxo.Calc.LinearAlgebra.Matrix{System.Double})"]

Return Value

MatrixDouble

[Missing <returns> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationCombXY.FillInputMatrix(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},Altaxo.Calc.LinearAlgebra.Matrix{System.Double})"]

See Also