IMSL C# Numerical Library

CategoricalGenLinModel.ObservationMax Property

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

public virtual int ObservationMax {set;}

Property 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

Exception TypeCondition
ArgumentException is thrown if ObservationMax is less than 0.

See Also

CategoricalGenLinModel Class | Imsl.Stat Namespace