data preprocessing -凯发k8网页登录
apps
econometric modeler | analyze and model econometric time series |
classes
create lag operator polynomial |
functions
examples and how to
prepare time series data at the matlab® command line, and then import the set into econometric modeler.
import time series data from the matlab workspace or a mat-file into econometric modeler.
interactively plot univariate and multivariate time series data, then interpret and interact with the plots.
transform time series data interactively.
take a nonseasonal difference of a time series.
apply both nonseasonal and seasonal differencing using lag operator polynomial objects.
estimate long-term trend using a symmetric moving average function.
deseasonalize a time series using a stable seasonal filter.
apply seasonal filters to deseasonalize a time series.
estimate nonseasonal and seasonal trend components using parametric models.
use the hodrick-prescott filter to decompose a time series.
smooth the u.s. gdp by applying the one-sided and two-sided hodrick-prescott filters, and compare the resulting smoothed trends.
create lag operator polynomial objects.
concepts
understand model-selection techniques and econometrics toolbox™ features.
understand the definition, forms, and properties of stochastic processes.
- analyze time series data using econometric modeler
interactively visualize and analyze univariate or multivariate time series data.
determine which data transformations are appropriate for your problem.
determine the characteristics of nonstationary processes.
learn about splitting time series into deterministic trend, seasonal, and irregular components.
some time series are decomposable into various trend components. to estimate a trend component without making parametric assumptions, you can consider using a filter.
you can use a seasonal filter (moving average) to estimate the seasonal component of a time series.
seasonal adjustment is the process of removing a nuisance periodic component. the result of a seasonal adjustment is a deseasonalized time series.
when you fit a time series model to data, lagged terms in the model require initialization, usually with observations at the beginning of the sample.