Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The ISmx12arima interface is used to work with the X12 method of seasonal adjustment.
ISmx12arima
The X12 method of seasonal adjustments is an upgraded version of the X11 method.
| Property name | Brief description | |
| The AdjustmentOptions property determines method of accounting of holiday and working day adjustments. | ||
| The AICtest property determines whether the automatic mode of accounting holiday or working day adjustments is enabled. | ||
| The BoxCoxPowerTransform property determines the degree value for the Box-Cox transformation. | ||
| The CombinedHolidayFactors property returns the series containing combined holiday or working day adjustments. | ||
| The CombinedSeasonalFactors property returns the series containing combined seasonal component and working day adjustment. | ||
| The DataTransformation property determines the type of source series transformation. | ||
| The Easter property returns Easter adjustment parameters. | ||
| The ErrorFile property determines the string array of the error file containing errors from the external program. | ||
| The IrregularComponent property returns the series containing irregular component. | ||
| The Labor property returns Labor Day adjustment parameters. | ||
| The MissingData property returns missing data treatment parameters in the source data. | ||
| The ModelPeriod property returns model calculation period settings. | ||
| The OrderAR property determines non-seasonal autoregression order. | ||
| The OrderARSeas property determines seasonal autoregression order. | ||
| The OrderDiff property determines non-seasonal differentiation order. | ||
| The OrderDiffSeas property determines seasonal differentiation order. | ||
| The OrderMA property determines moving average order. | ||
| The OrderMASeas property determines seasonal moving average order. | ||
| The OutliersARIMAao property returns the list of additive outliers, accounted for in the ARIMA stage. | ||
| The OutliersARIMAls property returns the list of outliers of the "level shift" type, accounted for in the ARIMA stage. | ||
| The OutliersARIMArpbegin property returns the list of outliers of the "gradual level shift" (start date) type, accounted for in the ARIMA stage. | ||
| The OutliersARIMArpend property returns the list of outliers of the "gradual level shift" (end date) type, accounted for in the ARIMA stage. | ||
| The OutliersARIMAtc property returns the list of outliers of the "temporary level shift" type, accounted for in the ARIMA stage. | ||
| The OutliersDetection property determines whether to account for outliers in the procedure. | ||
| The OutliersX11ao property returns the list of additive outliers, accounted for in the X11 stage. | ||
| The Output property returns the string array containing the output file generated by the X12 external program. | ||
| The PredefinedVariableConst property determines whether to add the constant to regressors on building the ARIMA model. | ||
| The PredefinedVariableSeasonal property determines whether to add the seasonal fictional variables to regressors on building the ARIMA model. | ||
| The ResidualsDiagnostic property determines whether to check residuals. | ||
| The Sceaster property returns Easter adjustment parameters (Canada). | ||
| The SeasonAdjustmentMode property determines seasonality type. | ||
| The SeasonalComponentCycleType property determines seasonality period (months or quarters). | ||
| The SeasonalFactors property returns a series containing seasonal component. | ||
| The SeasonalFilter property determines the type of seasonal filter. | ||
| The SeasonallyAdjusted property returns a seasonal adjusted series. | ||
| The SelectFromFile property determines whether the specification of ARIMA parameters from file is to be used. | ||
| The SelectFromFileBest property determines whether the specification of ARIMA parameters from file is to be used using the best one from the set specifications. | ||
| The SelectFromFileByFit property determines whether to use the specification of ARIMA parameters from file, which gives the closest values for data outside sample period. | ||
| The Serie property returns the explained series. | ||
| The SP1frequency property returns the series of SP1 spectral frequencies. | ||
| The SP1spectr property returns the series of SP1 spectral densities. | ||
| The SP2frequency property returns the series of SP2 spectral frequencies. | ||
| The SP2spectr property returns the series of SP2 spectral densities. | ||
| The SpectralPlots property determines whether to plot spectral density graphs. | ||
| The StabilityAnalysisofSeasonals property determines the type of seasonal component stability analysis. | ||
| The StartPeriod property determines the start date of a calculation period (year and month or quarter). | ||
| The TdstockValue property determines the number of days considered to get working day adjustment. | ||
| The Thanksgiving property returns parameters of Thanksgiving Day adjustments. | ||
| The TraidingDaysAdjustment property determines the type of adjustment for working days. | ||
| The TrendCycle property returns the series containing a trend-cycle component. | ||
| The TrendMA property determines the order of moving average for trend filter (the Henderson filter). | ||
| The x12aMdlFile property determines a string array with possible ARIMA specifications. |
| Property name | Brief description | |
| The DisplayName property returns the displayed method name. | ||
| The ErrorByStatus property returns an error message by the error number. | ||
| The Errors property returns a message with all the errors and warnings. | ||
| The Name property returns the internal method name. | ||
| The PerformanceTime property returns method execution time. | ||
| The Status property returns the method execution status. | ||
| The SupportsR property returns whether statistical method can be calculated via R package. | ||
| The UseR property determines whether statistical method is calculated via the R package. | ||
| The WarningByStatus property returns a warning text by its number. | ||
| The Warnings property returns the warnings that occurred at method calculation. | ||
| The WarningsCount property returns the number of warnings that occurred at the method calculation. | ||
| The WarningsNumbers property returns numbers of warnings that occurred at the method calculation. |
| Method name | Brief description | |
| The ParseAR method parses strings with parameters of non-seasonal autoregression. | ||
| The ParseARSeas method parses strings with parameters of seasonal autoregression. | ||
| The ParseMA method parses strings with moving average parameters. | ||
| The ParseMASeas method parses strings with seasonal moving average parameters. |
| Method Name | Brief description | |
| The Clone method clones a statistical method object. | ||
| The Execute method executes a statistical method. | ||
| The LoadFromXML method loads statistical method settings from XML code. | ||
| The SaveToXML method unloads statistical method settings to XML code. |
See also: