CovarianceSingularException Constructor (Int32) |
The variance-Covariance matrix is singular.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public CovarianceSingularException(
int l
)
Public Sub New (
l As Integer
)
public:
CovarianceSingularException(
int l
)
new :
l : int -> CovarianceSingularException
Parameters
- l
- Type: SystemInt32
An int which specifies the population number.
See Also