SingularException Constructor (Int32) |
Covariance matrix is singular.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public SingularException(
int i
)
Public Sub New (
i As Integer
)
public:
SingularException(
int i
)
new :
i : int -> SingularException
Parameters
- i
- Type: SystemInt32
Variable i is linearly related to the other variables.
See Also