  | IDoubleLeastSqWeightingFunctionGetWeights Method | 
            Compute the weights from the given residuals.
            
Namespace: CenterSpace.NMath.CoreAssembly: 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  DoubleVector
 - The residuals.
 - weights  DoubleVector
 - The weights.
 
See Also