The number of observations to be deleted (set with ObservationMax) has grown too large.

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

Syntax

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

Parameters

nmax
Type: System..::.Int32
An int which specifies the maximum number of observations that can be handled in the linear programming.

See Also