| Fit an AR model using PMM2 (wrapper) | ar_pmm2 |
| Fit an AR model using PMM3 | ar_pmm3 |
| Fit an ARIMA model using PMM2 (wrapper) | arima_pmm2 |
| Fit an ARIMA model using PMM3 | arima_pmm3 |
| S4 class for storing PMM2 ARIMA model results | ARIMAPMM2-class |
| S4 class for PMM3 ARIMA model results | ARIMAPMM3-class |
| Fit an ARMA model using PMM2 (wrapper) | arma_pmm2 |
| Fit an ARMA model using PMM3 | arma_pmm3 |
| S4 class for storing PMM2 ARMA model results | ARMAPMM2-class |
| S4 class for PMM3 ARMA model results | ARMAPMM3-class |
| S4 class for storing PMM2 AR model results | ARPMM2-class |
| S4 class for PMM3 AR model results | ARPMM3-class |
| Auto MPG Dataset | auto_mpg |
| Virtual S4 class for the PMM2 model family | BasePMM2-class |
| Virtual S4 class for the PMM3 model family | BasePMM3-class |
| Extract coefficients from PMM2fit object | coef,PMM2fit-method |
| Extract coefficients from PMM3fit object | coef,PMM3fit-method |
| Extract coefficients from SARPMM2 object | coef,SARPMM2-method |
| Extract coefficients from SMAPMM2 object | coef,SMAPMM2-method |
| Extract coefficients from TS2fit object | coef,TS2fit-method |
| Extract coefficients from TS3fit object | coef,TS3fit-method |
| Compare AR methods | compare_ar_methods |
| Compare ARIMA methods | compare_arima_methods |
| Compare ARMA methods | compare_arma_methods |
| Compare MA methods | compare_ma_methods |
| Compare SAR model estimation methods | compare_sar_methods |
| Compare PMM2 with classical time series estimation methods | compare_ts_methods |
| Compare PMM2 with OLS | compare_with_ols |
| Calculate moments and cumulants of error distribution | compute_moments |
| Compute central moments for PMM3 from residuals | compute_moments_pmm3 |
| Compute PMM2 weights and components | compute_pmm2_components |
| Confidence intervals for PMM2fit coefficients | confint,PMM2fit-method |
| Confidence intervals for PMM3fit coefficients | confint,PMM3fit-method |
| Confidence intervals for TS2fit AR model coefficients | confint,TS2fit-method |
| Confidence intervals for TS3fit AR model coefficients | confint,TS3fit-method |
| Create design matrix for seasonal AR model | create_sar_matrix |
| Create design matrix for seasonal ARMA model | create_sarma_matrix |
| WTI Crude Oil Prices | DCOILWTICO |
| Dow Jones Industrial Average Daily Data (July-December 2002) | djia2002 |
| Extract fitted values from PMM2fit object | fitted,PMM2fit-method |
| Extract fitted values from PMM3fit object | fitted,PMM3fit-method |
| Extract fitted values from TS2fit object | fitted,TS2fit-method |
| Extract fitted values from TS3fit object | fitted,TS3fit-method |
| Format method for PMMdispatch objects | format.PMMdispatch |
| Calculate SARIMAX Jacobian (Numerical) | get_sarimax_jacobian |
| Calculate SARIMAX Residuals | get_sarimax_residuals |
| PMM2: Main function for PMM2 (S=2) | lm_pmm2 |
| PMM3: Fit linear model using Polynomial Maximization Method (S=3) | lm_pmm3 |
| Extract log-likelihood from PMM2fit object | logLik.PMM2fit |
| Extract log-likelihood from PMM3fit object | logLik.PMM3fit |
| Extract log-likelihood from TS2fit object | logLik.TS2fit |
| Extract log-likelihood from TS3fit object | logLik.TS3fit |
| Fit an MA model using PMM2 (wrapper) | ma_pmm2 |
| Fit an MA model using PMM3 | ma_pmm3 |
| S4 class for storing PMM2 MA model results | MAPMM2-class |
| S4 class for PMM3 MA model results | MAPMM3-class |
| Number of observations in PMM2fit object | nobs,PMM2fit-method |
| Number of observations in PMM3fit object | nobs,PMM3fit-method |
| Number of observations in TS2fit object | nobs,TS2fit-method |
| Number of observations in TS3fit object | nobs,TS3fit-method |
| Plot bootstrap distributions for PMM2 fit | plot_pmm2_bootstrap |
| Plot diagnostic plots for PMM2fit object | plot,PMM2fit,missing-method |
| Plot diagnostic plots for PMM3fit object | plot,PMM3fit,missing-method |
| Build diagnostic plots for TS2fit objects | plot,TS2fit,missing-method |
| Plot diagnostic plots for TS3fit object | plot,TS3fit,missing-method |
| Fit an AR model with the polynomial maximization method | pmm_ar |
| Fit an ARIMA model with the polynomial maximization method | pmm_arima |
| Fit an ARMA model with the polynomial maximization method | pmm_arma |
| Automatic PMM method selection | pmm_dispatch |
| Compute sixth-order cumulant coefficient gamma6 | pmm_gamma6 |
| Calculate kurtosis from data | pmm_kurtosis |
| Fit a linear model with the polynomial maximization method | pmm_lm |
| Fit an MA model with the polynomial maximization method | pmm_ma |
| Fit a seasonal ARIMA model with the polynomial maximization method | pmm_sarima |
| Calculate skewness from data | pmm_skewness |
| Bootstrap inference for PMM2 fit | pmm2_inference |
| Monte Carlo comparison of PMM2 estimation methods | pmm2_monte_carlo_compare |
| Universal PMM2 estimator (Iterative) | pmm2_nonlinear_iterative |
| Universal PMM2 estimator (One-step Global) | pmm2_nonlinear_onestep |
| Calculate theoretical skewness, kurtosis coefficients and variance reduction factor | pmm2_variance_factor |
| Calculate theoretical variance matrices for OLS and PMM2 | pmm2_variance_matrices |
| S4 class for storing PMM2 regression model results | PMM2fit-class |
| Calculate PMM3 theoretical variance reduction factor | pmm3_variance_factor |
| Calculate theoretical variance matrices for OLS and PMM3 | pmm3_variance_matrices |
| S4 class for PMM3 regression fit results | PMM3fit-class |
| Virtual root S4 class for PMM fit objects | PMMfit-class |
| Virtual S4 class for PMM time-series fit objects | PMMtsfit-class |
| Prediction method for PMM2fit objects | predict,PMM2fit-method |
| Predict method for PMM3fit objects | predict,PMM3fit-method |
| Prediction method for TS2fit objects | predict,TS2fit-method |
| Predict method for TS3fit objects | predict,TS3fit-method |
| Print method for PMMdispatch objects | print.PMMdispatch |
| Extract residuals from PMM2fit object | residuals,PMM2fit-method |
| Extract residuals from PMM3fit object | residuals,PMM3fit-method |
| Extract residuals from TS2fit object | residuals,TS2fit-method |
| Extract residuals from TS3fit object | residuals,TS3fit-method |
| Fit Seasonal AR model using PMM2 method | sar_pmm2 |
| Fit a Seasonal ARIMA model using PMM2 method | sarima_pmm2 |
| S4 class for Seasonal ARIMA model results with PMM2 | SARIMAPMM2-class |
| Fit a Seasonal ARMA model using PMM2 method | sarma_pmm2 |
| S4 class for Seasonal ARMA model results with PMM2 | SARMAPMM2-class |
| S4 class for Seasonal AR model results with PMM2 | SARPMM2-class |
| Show method for PMM2fit objects | show,PMM2fit-method |
| Show method for PMM3fit objects | show,PMM3fit-method |
| Show method for TS2fit objects (and subclasses) | show,TS2fit-method |
| Show method for TS3fit objects (and subclasses) | show,TS3fit-method |
| Fit a Seasonal MA model using PMM2 | sma_pmm2 |
| S4 class for Seasonal MA PMM2 results | SMAPMM2-class |
| PMM2 step solver | solve_pmm2_step |
| Generic summary method for PMM2fit objects | summary,PMM2fit-method |
| Summary method for PMM3fit objects | summary,PMM3fit-method |
| Generic summary method for SARIMAPMM2 objects | summary,SARIMAPMM2-method |
| Generic summary method for SARMAPMM2 objects | summary,SARMAPMM2-method |
| Summary method for SARPMM2 objects | summary,SARPMM2-method |
| Summary method for SMAPMM2 objects | summary,SMAPMM2-method |
| Generic summary method for TS2fit objects | summary,TS2fit-method |
| Summary method for TS3fit objects | summary,TS3fit-method |
| Summary method for PMMdispatch objects | summary.PMMdispatch |
| Test whether residuals are sufficiently symmetric for PMM3 | test_symmetry |
| Fit a time series model using the PMM2 method | ts_pmm2 |
| Bootstrap inference for PMM2 time series models | ts_pmm2_inference |
| Fit a time series model using PMM3 | ts_pmm3 |
| S4 class for PMM2 time-series fit results | TS2fit-class |
| S4 class for PMM3 time-series fit results | TS3fit-class |
| Variance-covariance matrix for PMM2fit object | vcov,PMM2fit-method |
| Variance-covariance matrix for PMM3fit objects | vcov,PMM3fit-method |
| Variance-covariance matrix for TS2fit AR models | vcov,TS2fit-method |
| Variance-covariance matrix for TS3fit AR models | vcov,TS3fit-method |