Click or drag to resize
DeleteObservationsException Constructor (Int32)
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.2.0
Syntax
public DeleteObservationsException(
	int nmax
)

Parameters

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