Click or drag to resize
NonlinearRegressionMaxStepsize Property
The maximum allowable stepsize.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double MaxStepsize { set; }

Property Value

Type: Double
A nonnegative double value specifying the maximum allowable stepsize.
Exceptions
ExceptionCondition
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