posterior_intervals: Return a function that computes the posterior intervals.

Description Usage Arguments Value Examples

Description

Return a function that computes the posterior intervals.

Usage

1

Arguments

...

Arguments to be passed to quantile.

Value

A scalar with same type as 'x'.

Examples

1
2
f <- posterior_intervals(probs = c(0.05, 0.95))
print(f(1:100))

luisdamiano/BayesHMM documentation built on May 20, 2019, 2:59 p.m.