BadVarianceException Constructor (Int32, Double, Double) |
The input variance is not in the allowed range.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public BadVarianceException(
int i,
double cov,
double uniq
)
Public Sub New (
i As Integer,
cov As Double,
uniq As Double
)
public:
BadVarianceException(
int i,
double cov,
double uniq
)
new :
i : int *
cov : float *
uniq : float -> BadVarianceException
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