IMsMethodCalculation

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsMethodCalculation interface contains properties that determine parameters used to calculate a model using a selected method.

Inheritance Hierarchy

          IMsMethodCalculation

Comments

To get model calculation parameters, use the IMsFormulaTransform.CreateCalculation method.

Properties

  Property name Brief description
The AllowEmptySelection property returns whether empty selection is enabled in output variable dimensions.
The CurrentPoint property determines the point, where the method calculation is executed.
The MatrixAggregator property returns an object that contains properties and methods required for data aggregation.
The OutputPeriod property determines parameters of data downloading period.
The ParamValues property returns a collection of the parameter values of problem calculation using the selected method.
The Period property returns an object containing settings of sample and forecasting periods, on which the model is calculated.
The Variable property returns a matrix with variable data.
The Warnings property returns the warnings that occurred at method calculation.

See also:

Ms Assembly Interfaces