exact_inference {dbnR}R Documentation

Performs exact inference forecasting with the GDBN over a dataset

Description

Given a bn.fit object, the size of the net and a data.set, performs exact forecasting over the initial evidence taken from the dataset.

Usage

exact_inference(dt, fit, obj_vars, ini, len, prov_ev)

Arguments

dt

data.table object with the TS data

fit

bn.fit object

obj_vars

variables to be predicted

ini

starting point in the dataset to forecast.

len

length of the forecast

prov_ev

variables to be provided as evidence in each forecasting step

Value

a list with the mu results of the forecast


[Package dbnR version 0.7.8 Index]