get_posteriors: Apply Bayes Rule to get posterior predictions

get_posteriorsR Documentation

Apply Bayes Rule to get posterior predictions

Description

Use the posteriors for failures and non-failure to get predictions with Bayes Rule

Usage

get_posteriors(f_fail, f_nofail, prior)

Arguments

f_fail

density for the failures at landmarks upto horizon.

f_nofail

density for the non-failures up to horizon.

prior

the priors returned by get_priors.

Value

: a list with posterior predictions at every landmark


JanvandenBrand/jmmm documentation built on May 30, 2022, 9:37 a.m.