Click or drag to resize

DynamicParameterEstimationSVDSolver Property

Gets a fresh instance of a singular value 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 SVDSolver { get; }

Property Value

IDynamicParameterEstimationSolver
See Also