pred: Prediction function (single observation)

View source: R/Functions_BSS_SGL.R

predR Documentation

Prediction function (single observation)

Description

Prediction function (single observation)

Usage

pred(Y, phi, q, nob, p, h)

Arguments

Y

data for prediction

phi

parameter matrix

q

lag

nob

total length of data

p

the dimension of time series components

h

the h-th observation to predict

Value

prediction matrix


VARDetect documentation built on May 10, 2022, 9:07 a.m.

Related to pred in VARDetect...