Click or drag to resize

DoubleIterativelyReweightedLeastSq(Double) Constructor

Constructs a DoubleIterativelyReweightedLeastSq instance with the given maximum iterations and tolerance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleIterativelyReweightedLeastSq(
	double tolerance
)

Parameters

tolerance  Double
The tolerance given to the ToleranceMet function. If using the default ToleranceMet function, the tolerance should be a relative one since the difference between successive solutions will be a relative one, that is the difference will be divided by the larger of the two solutions producing a value between 0 and 1.
See Also