Assembly: Modeller;
Namespace: Prognoz.Platform.Interop.Modeller;
The IEmPairCorrelationSettings interface determines Paired Correlation Coefficients Calculation method calculation parameters.
IEmPairCorrelationSettings
Correlation is used to estimate the tightness and direction of the linear stochastic dependence between analyzed variables. Linear stochastic dependence of random variables means that when a random variable increases, the other one tends to increase (or decrease) in linear fashion. This linear dependence tendency can be more or less pronounced, that is, be more or less closer to functional.
To create an object with calculation parameters use the IExpressModeller.CreatePairCorrelationSettings method.
Property name | Brief description | |
Series | The Series property returns the estimated series set. | |
Weights | The Weights property determines weights series that is used for calculation. |
Property name | Brief description | |
Format | The Format property determines a set of sections displayed in the report of express modeling method calculation. | |
MissingData | The MissingData property returns missing initial data processing parameters, used by the express modeling method. | |
Period | The Period property returns calculation period parameters for the express modeling method. | |
ReportSettings | The ReportSettings property returns report parameters for calculating the express modeling method. | |
Sections | The Sections property returns report sections data of express modeling method calculation. |
See also:
Modeller Assembly Interfaces | Paired Correlation Coefficient