Covariance matrix is singular.

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

Syntax

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

Parameters

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

See Also