Learn R Programming

BGVAR (version 2.5.8)

lps: Compute Log-Predictive Scores

Description

Computes and prints log-predictive score of an object of class bgvar.predict.

Usage

# S3 method for bgvar.pred
lps(object, ...)

Value

Returns an object of class bgvar.lps, which is a matrix of dimension h times K, whereas h is the forecasting horizon and K is the number of variables in the system.

Arguments

object

An object of class bgvar.predict.

...

Additional arguments.

Author

Maximilian Boeck, Martin Feldkircher

Examples

Run this code
# \donttest{
library(BGVAR)
data(testdata)
model.ssvs.eer<-bgvar(Data=testdata,W=W.test,draws=100,burnin=100,
                      plag=1,prior="SSVS",eigen=TRUE,hold.out=8)
fcast <- predict(model.ssvs.eer,n.ahead=8,save.store=TRUE)
lps <- lps(fcast)
# }

Run the code above in your browser using DataLab