Click or drag to resize

DoubleIterativelyReweightedLeastSq(IDoubleLeastSqWeightingFunction) Constructor

Constructs a DoubleIterativelyReweightedLeastSq instance with the given weighting function.

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

Parameters

weightsFunction  IDoubleLeastSqWeightingFunction
The weighting function delegate.
See Also