IDynamicParameterEstimationSolver Type

Instance members

Instance member Description

this.Solve

Full Usage: this.Solve

Parameters:
Modifiers: abstract

Solve the equation a*result=b in the least square sense, i.e. minimize the norm of (b-a*result).

a : JaggedArrayMatrix

Matrix a.

b : IReadOnlyList<float>

Vector b.

result : IVector<float>

Vector result, so that Norm(a*result-b) is minimized.