Click or drag to resize

DynamicParameterEstimationSVDSolver Property

Returns 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.3179.0 (4.8.3179.0)
Syntax
C#
public static IDynamicParameterEstimationSolver SVDSolver { get; }

Property Value

IDynamicParameterEstimationSolver
See Also