Click or drag to resize

IDynamicParameterEstimationSolver Interface

[Missing <summary> documentation for "T:Altaxo.Calc.Regression.IDynamicParameterEstimationSolver"]


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

The IDynamicParameterEstimationSolver type exposes the following members.

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