CategoricalGenLinModelUpperEndpointColumn Property |
The column number in x that contains the upper
endpoint of the observation interval for full interval and left
interval observations.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int UpperEndpointColumn { set; }
Public Overridable WriteOnly Property UpperEndpointColumn As Integer
Set
public:
virtual property int UpperEndpointColumn {
void set (int value);
}
abstract UpperEndpointColumn : int with set
override UpperEndpointColumn : int with set
Property Value
Type:
Int32
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.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown when UpperEndpointColumn is less than 0 or greater
than or equal to the number of columns of x |
Remarks
By default all observations are treated as "point" observations.
See Also