Different observations are being deleted from return matrix than were originally entered.

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

Syntax

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

Parameters

i
Type: System..::.Int32
An int which specifies the index of Variance-Covariance matrix.

See Also