CategoricalGenLinModelObservationMax Property |
The maximum number of observations that can be handled in the linear
programming.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int ObservationMax { set; }
Public Overridable WriteOnly Property ObservationMax As Integer
Set
public:
virtual property int ObservationMax {
void set (int value);
}
abstract ObservationMax : int with set
override ObservationMax : int with set
Property Value
Type:
Int32
An
int scalar which sets the maximum number of observations
that can be handled in the linear programming.
Exceptions Remarks
By default, ObservationMax is set to the number of observations.
See Also