exact_prediction_step: Performs exact inference in a time slice of the dbn

View source: R/dbn_inference.R

exact_prediction_stepR Documentation

Performs exact inference in a time slice of the dbn

Description

Given a bn.fit object and some variables, performs exact MVN inference over such variables in the net for a given time slice.

Usage

exact_prediction_step(fit, variables, evidence)

Arguments

fit

list with the mu and sigma of the MVN model

variables

variables to be predicted

evidence

a list with the provided evidence

Value

a list with the predicted mu and sigma


dbnR documentation built on Oct. 5, 2022, 1:07 a.m.