Click or drag to resize

FitElementFitFunctionEvaluate(IROMatrixDouble, IReadOnlyListDouble, IVectorDouble, IReadOnlyListBoolean) Method

[Missing <summary> documentation for "M:Altaxo.Calc.Regression.Nonlinear.FitElement.FitFunctionEvaluate(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean})"]


Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void FitFunctionEvaluate(
	IROMatrix<double> independent,
	IReadOnlyList<double> parameters,
	IVector<double> FV,
	IReadOnlyList<bool>? dependentVariableChoice
)

Parameters

independent  IROMatrixDouble

[Missing <param name="independent"/> documentation for "M:Altaxo.Calc.Regression.Nonlinear.FitElement.FitFunctionEvaluate(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean})"]

parameters  IReadOnlyListDouble

[Missing <param name="parameters"/> documentation for "M:Altaxo.Calc.Regression.Nonlinear.FitElement.FitFunctionEvaluate(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean})"]

FV  IVectorDouble

[Missing <param name="FV"/> documentation for "M:Altaxo.Calc.Regression.Nonlinear.FitElement.FitFunctionEvaluate(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean})"]

dependentVariableChoice  IReadOnlyListBoolean

[Missing <param name="dependentVariableChoice"/> documentation for "M:Altaxo.Calc.Regression.Nonlinear.FitElement.FitFunctionEvaluate(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean})"]

See Also