Click or drag to resize

DynamicParameterEstimationQRSolver Property

Returns a fresh instance of a QR decomposition solver that can be used for parameter estimation.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IDynamicParameterEstimationSolver QRSolver { get; }

Property Value

IDynamicParameterEstimationSolver
See Also