Click or drag to resize
CovariancesSetWeights Method
Sets the weight for each observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetWeights(
	double[] weights
)

Parameters

weights
Type: SystemDouble
A double array of size x.GetLength(0) containing the weight for each observation.
Remarks
By default, weights[] = 1.
See Also