Click or drag to resize

DynamicParameterEstimationCalculateSelfPredictionError(MatrixDouble, IReadOnlyListDouble, IVectorDouble) Method

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


Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual double CalculateSelfPredictionError(
	Matrix<double> inputMatrix,
	IReadOnlyList<double> yCompare,
	IVector<double>? predictedOutput
)

Parameters

inputMatrix  MatrixDouble

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

yCompare  IReadOnlyListDouble

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

predictedOutput  IVectorDouble

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

Return Value

Double

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

See Also