R/PR.Fore.R

Defines functions PR.Fore

Documented in PR.Fore

PR.Fore <-
function(x,y,M,h=10){
k <- ncol(M$AR);
if (k==1) Fore=ARM2.Fore(x,y,M,h)
if (k>1) Fore=ARM3.Fore(x,y,M,h)
return(Fore)}

Try the VAR.etp package in your browser

Any scripts or data that you put into this service are public.

VAR.etp documentation built on Aug. 31, 2023, 9:08 a.m.