CategoricalGenLinModelLowerEndpointColumn Property |
The column number in x that contains the lower
endpoint of the observation interval for full interval and right
interval observations.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int LowerEndpointColumn { set; }
Public Overridable WriteOnly Property LowerEndpointColumn As Integer
Set
public:
virtual property int LowerEndpointColumn {
void set (int value);
}
abstract LowerEndpointColumn : int with set
override LowerEndpointColumn : int with set
Property Value
Type:
Int32
An
int scalar which indicates the column number in
x that contains the lower endpoint of the observation
interval for full interval and right interval observations.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown when LowerEndpointColumn 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 and
x[i,LowerEndpointColumn] contains the observation point. If
this member function is not called, the last column of x is assumed to contain the "point" observations.
See Also