IMSL C# Numerical Library

NonlinearRegression.MaxStepsize Property

The maximum allowable stepsize.

public virtual double MaxStepsize {set;}

Property Value

A nonnegative double value specifying the maximum allowable stepsize.

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.

Exceptions

Exception TypeCondition
ArgumentException is thrown if MaxStepsize is less than or equal to 0

See Also

NonlinearRegression Class | Imsl.Stat Namespace