Click or drag to resize

DynamicParameterEstimationCalculateSelfPredictionError(IVectorDouble) Method

[Missing <summary> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimation.CalculateSelfPredictionError(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#
public virtual double CalculateSelfPredictionError(
	IVector<double>? predictedOutput
)

Parameters

predictedOutput  IVectorDouble

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

Return Value

Double

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

See Also