最新のリリースでは、このページがまだ翻訳されていません。 このページの最新版は英語でご覧になれます。
ar | Estimate parameters of AR model or ARI model for scalar time series |
armax | Estimate parameters of ARMAX, ARIMAX, ARMA, or ARIMA model using time-domain data |
arx | Estimate parameters of ARX, ARIX, AR, or ARI model |
etfe | Estimate empirical transfer functions and periodograms |
spa | Estimate frequency response with fixed frequency resolution using spectral analysis |
spafdr | Estimate frequency response and spectrum using spectral analysis with frequency-dependent resolution |
ivar | AR model estimation using instrumental variable method |
n4sid | Estimate state-space model using subspace method with time-domain or frequency-domain data |
ssest | Estimate state-space model using time-domain or frequency-domain data |
pem | Prediction error estimate for linear and nonlinear model |
nlarx | Estimate parameters of nonlinear ARX model |
idpoly | Polynomial model with identifiable parameters |
idss | State-space model with identifiable parameters |
idnlarx | Nonlinear ARX model |
getpvec | Model parameters and associated uncertainty data |
setpvec | Modify value of model parameters |
init | Set or randomize initial parameter values |
noise2meas | Noise component of model |
spectrum | Output power spectrum of time series models |
forecast | Forecast identified model output |
sim | Simulate response of identified model |
arOptions | Option set for ar |
forecastOptions | Option set for forecast |
simOptions | Option set for sim |
Estimate Time-Series Power Spectra
Estimate power spectra for time series data at the command line and in the app.
Estimate polynomial AR and ARMA models for time series data at the command line and in the app.
Estimate autoregressive integrated Moving Average (ARIMA) models.
Estimate State-Space Time Series Models
Estimate state-space models for time series data at the command line.
Identify Time Series Models at the Command Line
Simulate a time series and use parametric and nonparametric methods to estimate and compare time-series models.
Learn how to analyze time series models.
Spectrum Estimation Using Complex Data - Marple's Test Case
This example shows how to perform spectral estimation on time series data. We use Marple's test case (The complex data in L. Marple: S.L. Marple, Jr, Digital Spectral Analysis with Applications, Prentice-Hall, Englewood Cliffs, NJ 1987.)
Forecast Output of Dynamic System
Workflow for forecasting time series data and input-output data using linear and nonlinear models.
Forecast Multivariate Time Series
This example shows how to perform multivariate time series forecasting of data measured from predator and prey populations in a prey crowding scenario. The predator-prey population-change dynamics are modeled using linear and nonlinear time series models. Forecasting performance of these models is compared.
Time Series Prediction and Forecasting for Prognosis
Create a time series model and use the model for prediction, forecasting, and state estimation.
A time series model, also called a signal model, is a dynamic system that is identified to fit data that includes only output channels and no input channels.
Where you can learn more about importing and preparing time series data for modeling.
Introduction to Forecasting of Dynamic System Response
Understand the concept of forecasting data using linear and nonlinear models.