StatSearchType

Namespace: PP.TS;

Description

The StatSearchType enumeration is used to define the method for selecting values of exponential smoothing coefficients.

It is used by the PP.TS.StatCriterionType enumeration.

Available Values

Value

Brief description

Grid

Grid search.

NoSearch

Autoselection is not used.

Optimal

Best Trial method.

See also:

PP.TS.Ui