Click or drag to resize

DoubleCOWeightedLeastSqReweight Method

Performs necessary computations for a change of weights.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Reweight(
	DoubleVector weights
)

Parameters

weights  DoubleVector
The new weights.
Exceptions
ExceptionCondition
NMathExceptionThrown if this instance has not been initialized with the matrix and weights, either through a constructor or the Factor method.
See Also