multi_normal_gamma_pred {kDGLM}R Documentation

update_multi_NG_chol multi_normal_gamma_pred

Description

update_multi_NG_chol multi_normal_gamma_pred

Usage

multi_normal_gamma_pred(
  conj.param,
  outcome = NULL,
  parms = list(),
  pred.cred = 0.95
)

Arguments

conj.param

list or data.frame: The parameters of the conjugated distribution (Normal-Gamma) of the linear predictor.

outcome

numeric or matrix (optional): The observed values at the current time.

parms

list (optional): A list of extra parameters for the model. Not used in this function.

pred.cred

numeric: the desired credibility for the credibility interval.

Value

A list containing the following values:

See Also

Other auxiliary functions for a Normal outcome: convert_multi_NG_Normal(), normal_pred(), update_Normal()


[Package kDGLM version 1.2.0 Index]