update_multi_NG_chol multi_normal_gamma_pred
multi_normal_gamma_pred( conj.param, outcome = NULL, parms = list(), pred.cred = 0.95 )
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.A list containing the following values:
Other auxiliary functions for a Normal outcome: convert_multi_NG_Normal()
, normal_pred()
, update_Normal()