Click or drag to resize

IDoubleLeastSqWeightingFunctionGetWeights Method

Compute the weights from the given residuals.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
void GetWeights(
	DoubleVector residuals,
	ref DoubleVector weights
)

Parameters

residuals  DoubleVector
The residuals.
weights  DoubleVector
The weights.
See Also