Estimate: Double;
The Estimate property determines value of the constant.
Property purpose depends on value of IIntercept.Mode. If:
IIntercept.Mode = InterceptMode.InterceptMode: that is, constant value is defined manually, so use the Estimate property to enter the constant value.
IIntercept.Mode = InterceptMode.AutoEstimate: that is, the constant value is estimated automatically, so use the Estimate property to get the constant value after method calculation.
The property use is given in the example for IIntercept.Mode.
See also: