CategoricalGenLinModelFixedParameterColumn Property |
The column number in x that contains a fixed
parameter for each observation that is added to the linear response
prior to computing the model parameter.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int FixedParameterColumn { set; }
Public Overridable WriteOnly Property FixedParameterColumn As Integer
Set
public:
virtual property int FixedParameterColumn {
void set (int value);
}
abstract FixedParameterColumn : int with set
override FixedParameterColumn : int with set
Property Value
Type:
Int32
An
int scalar which indicates the column number in
x that contains a fixed parameter for each observation that
is added to the linear response prior to computing the model
parameter.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown when FixedParameterColumn is less than 0 or greater
than or equal to the number of columns of x |
Remarks
The "fixed" parameter allows one to test hypothesis about the
parameters via the log-likelihoods. By default the fixed parameter is
assumed to be zero.
See Also