MsProblemCalculationStage

Description

The MsProblemCalculationStage enumeration is used to determine a modeling problem calculation stage.

It is used by the following methods:

Available Values

Value Brief description
0 Init. Problem calculation initialization.
1 DetermIdent. Identification of determinate equations.
2 Vector. Identification of vector equations.
3 Ident. Identification of stochastic methods.
4 Calc. Model calculation.
5 Save. Save data.
6 Finish. Calculation end.
7 Load. Load data.

Comments

Init. At the stage of problem calculation initialization the total number of points for calculation is calculated, and so on.

The DetermIdent, Vector, Ident stages are characteristics only for forecasting problem.

Calc. Model calculation stage: forecasting problem is calculated for forecasting period, transformation problem is calculated for the whole period (sample and forecasting).

The Save, Load stages. Data is saved and loaded to time series database or other data source.

Finish. The last stage of problem calculation follows the data saving.

See also:

Ms Assembly Enumerations