Click or drag to resize

IDynamicParameterEstimationSolver Interface

Provides a least-squares solver for the linear system used by DynamicParameterEstimation.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface IDynamicParameterEstimationSolver

The IDynamicParameterEstimationSolver type exposes the following members.

Methods
 NameDescription
Public methodSolve Solves the equation a * result = b in the least-square sense, i.e. minimizes the norm of (b - a * result).
Top
See Also