Click or drag to resize
NonlinearRegressionInitialTrustRegion Property
The initial trust region radius.

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

Property Value

Type: Double
A double scalar value specifying the initial trust region radius.
Exceptions
ExceptionCondition
ArgumentException is thrown if InitialTrustRegion is less than or equal to 0
Remarks

The initial trust radius must be greater than zero. By default, InitialTrustRegion is set based on the initial scaled Cauchy step.

See Also