Click or drag to resize
BadVarianceException Constructor (Int32, Double, Double)
The input variance is not in the allowed range.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public BadVarianceException(
	int i,
	double cov,
	double uniq
)

Parameters

i
Type: SystemInt32
A int specifying the index of variable uniq, causing the error.
cov
Type: SystemDouble
A double specifying the value of cov[i,i].
uniq
Type: SystemDouble
A double specifying the input variance.
See Also