NonlinearRegressionMaxStepsize Property |
The maximum allowable stepsize.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double MaxStepsize { set; }
Public Overridable WriteOnly Property MaxStepsize As Double
Set
public:
virtual property double MaxStepsize {
void set (double value);
}
abstract MaxStepsize : float with set
override MaxStepsize : float with set
Property Value
Type:
Double
A nonnegative
double value specifying the maximum allowable
stepsize.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if MaxStepsize is less than or equal to 0
|
Remarks
The maximum allowable stepsize must be greater than zero.
If this property is not set then the maximum stepsize is set to a
default value based on a scaled theta.
See Also