Click or drag to resize
CategoricalGenLinModelUpperBound Property
Defines the upper bound on the sum of the number of distinct values taken on by each classification variable.

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

Property Value

Type: Int32
An int scalar specifying the upper bound on the sum of the number of distinct values taken on by each classification variable.
Exceptions
ExceptionCondition
ArgumentException is thrown thrown when UpperBound is less than 1 and the number of classification variables is greater than 0
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.

See Also