 | IDoubleLeastSqWeightingFunctionGetWeights Method |
Compute the weights from the given residuals.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxvoid GetWeights(
DoubleVector residuals,
ref DoubleVector weights
)
Sub GetWeights (
residuals As DoubleVector,
ByRef weights As DoubleVector
)
void GetWeights(
DoubleVector^ residuals,
DoubleVector^% weights
)
abstract GetWeights :
residuals : DoubleVector *
weights : DoubleVector byref -> unit
Parameters
- residuals
- Type: CenterSpace.NMath.CoreDoubleVector
The residuals. - weights
- Type: CenterSpace.NMath.CoreDoubleVector
The weights.
See Also