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