The maximum number of observations that can be handled in the linear programming.

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

Syntax

C#
public virtual int ObservationMax { set; }
Visual Basic (Declaration)
Public Overridable WriteOnly Property ObservationMax As Integer
Visual C++
public:
virtual property int ObservationMax {
	void set (int value);
}

Field Value

An int scalar which sets the maximum number of observations that can be handled in the linear programming.

Remarks

By default, ObservationMax is set to the number of observations.

Exceptions

ExceptionCondition
System..::.ArgumentException is thrown if ObservationMax is less than 0.

See Also