The input variance is not in the allowed range.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public BadVarianceException( int i, double cov, double uniq ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ i As Integer, _ cov As Double, _ uniq As Double _ ) |
Visual C++ |
---|
public: BadVarianceException( int i, double cov, double uniq ) |
Parameters
- i
- Type: System..::.Int32
A int specifying the index of variable uniq, causing the error.
- cov
- Type: System..::.Double
A double specifying the value of cov[i,i].
- uniq
- Type: System..::.Double
A double specifying the input variance.