IMSL C# Numerical Library

CategoricalGenLinModel.UpperEndpointColumn Property

The column number in x that contains the upper endpoint of the observation interval for full interval and left interval observations.

public virtual int UpperEndpointColumn {set;}

Property Value

An int scalar which indicates the column number in x that contains the upper endpoint of the observation interval for full interval and left interval observations.

Remarks

By default all observations are treated as "point" observations.

Exceptions

Exception TypeCondition
ArgumentException is thrown when UpperEndpointColumn is less than 0 or greater than or equal to the number of columns of x

See Also

CategoricalGenLinModel Class | Imsl.Stat Namespace