Returns the constant parameter estimate.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double Constant { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Constant As Double |
Visual C++ |
---|
public: property double Constant { double get (); } |
Return Value
A double scalar containing the constant parameter estimate.
Remarks
The Compute method must be called before using this property.
Otherwise, an InvalidOperationException exception is thrown.