The column index of x containing the constant to be added
to the linear response.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual int ConstantColumn { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property ConstantColumn As Integer |
Visual C++ |
---|
public: virtual property int ConstantColumn { int get (); void set (int value); } |
Field Value
An int specifying the column index of x containing the constant to be added to the linear response.
Default: It is assumed that
for all observations.
Remarks
The linear response is taken to be
where
is the observation
constant,
is the observation
design row vector, and
is the vector of estimated parameters. The "fixed"
constant allows one to test hypotheses about parameters
via the log-likelihoods.



