IMSL C# Numerical Library

CategoricalGenLinModel.UpperBound Property

Defines the upper bound on the sum of the number of distinct values taken on by each classification variable.

public virtual int UpperBound {set;}

Property Value

An int scalar specifying the upper bound on the sum of the number of distinct values taken on by each classification variable.

Remarks

By default, if property ClassificationVariableColumn has not been referenced UpperBound = 1. If property ClassificationVariableColumn has been referenced UpperBound = x.GetLength(0) * nclvar where nclvar is the number of classification variables.

Exceptions

Exception TypeCondition
ArgumentException is thrown thrown when UpperBound is less than 1 and the number of classification variables is greater than 0

See Also

CategoricalGenLinModel Class | Imsl.Stat Namespace