Assembly: Modeller;
Namespace: Prognoz.Platform.Interop.Modeller;
The IEmPartialCorrelationSettings interface determines Partial Correlation Coefficients Calculation method calculation parameters.
IEmPartialCorrelationSettings
Correlation between two variables calculated with fixed levels of all the other variables is called partial correlation.
To create an object with calculation parameters use the IExpressModeller.CreatePartialCorrelationSettings method.
Property name | Brief description | |
OuterSeries | The OuterSeries property returns the outer series set. | |
Series | The Series property returns the source 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 | Partial correlation coefficients