IMSL C# Numerical Library

CategoricalGenLinModel.ClassificationVariableValues Property

The distinct values of the classification variables in ascending order.

public virtual double[] ClassificationVariableValues {get;}

Property Value

A double array of length \sum_{k=0}^{\mbox{nclvar}}
            \mbox{nclval[k]} containing the distinct values of the classification variables in ascending order where nclvar is the number of classification variables and nclval[i] is the number of values taken by the i-th classification variable.

Remarks

A null is returned if Solve has not been called prior to calling this method.

Exceptions

Exception TypeCondition
ClassificationVariableException is thrown when the number of values taken by each classification variable has been set by the user to be less than or equal to 1

See Also

CategoricalGenLinModel Class | Imsl.Stat Namespace