Click or drag to resize

DynamicParameterEstimationQRSolver Property

Gets 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.3448.0 (4.8.3448.0)
Syntax
C#
public static IDynamicParameterEstimationSolver QRSolver { get; }

Property Value

IDynamicParameterEstimationSolver
See Also