Click or drag to resize
CategoricalGenLinModelObservationMax Property
The maximum number of observations that can be handled in the linear programming.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int ObservationMax { set; }

Property Value

Type: Int32
An int scalar which sets the maximum number of observations that can be handled in the linear programming.
Exceptions
ExceptionCondition
ArgumentException is thrown if ObservationMax is less than 0.
Remarks

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

See Also