pred1: Linear Predictor for Covariance Stationary Time Series

View source: R/pred1.R

pred1R Documentation

Linear Predictor for Covariance Stationary Time Series

Description

An Optimal Linear Predictor for Covariance Stationary Time Series.

Usage

pred1(x, n = 10)

Arguments

x

a vector of data X_t.

n

the n to define the window size.

Value

a vector with values form the linear predictor.

Author(s)

Shelemyahu Zacks

Examples

pred1(rnorm(20), n = 10)

mistat documentation built on March 7, 2023, 6:43 p.m.