IMSL C# Numerical Library

BadVarianceException Constructor (Int32, Double, Double)

The input variance is not in the allowed range.

public BadVarianceException(
   int i,
   double cov,
   double uniq
);

Parameters

i
A int specifying the index of variable uniq, causing the error.
cov
A double specifying the value of cov[i,i].
uniq
A double specifying the input variance.

See Also

BadVarianceException Class | Imsl.Stat Namespace | BadVarianceException Constructor Overload List