Description Usage Arguments Details Value Examples
Application of the Durbin-Levinson algorithm for forecasting time series.
1 |
ts |
a numeric vector containing a time series or an object of class "arma". |
p |
number of recursions or number of phi's to be determined. |
The Durbin-Levinson Algorithm is a recursive algorithm based on the autocorrelation function of the input time series. It computes the same number of AR parameters as is the length of the input series. These estimated AR parameters can be multiplied with the input series to produce a one-step-ahead forecast. For more details see the long documentation in the vignette "Dokumentation".
a numeric vector containing the phi-Coefficients determined by the Durbin-Levinson algorithm.
1 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.