Covariance matrix is not positive definite.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public NotPositiveDefiniteException(
	int i
)
Visual Basic (Declaration)
Public Sub New ( _
	i As Integer _
)
Visual C++
public:
NotPositiveDefiniteException(
	int i
)

Parameters

i
Type: System..::.Int32
Variable i is linearly related to the other variables in the factor analysis.

See Also