pbox: Construction of Probability Box

Description Usage Arguments Details Author(s) References See Also

View source: R/pbox_imprecise.R

Description

The function pbox generates a probability box of imprecise posterior distributions using the Markov chain produced by method=MH.

Usage

1
2
3
4
5
6
7
8
  pbox(x, ...)

  ## Default S3 method:
 pbox(x, ...)

  ## S3 method for class 'summary.imprecise'
 pbox(x, control = list(),
    pretty = FALSE, verbose = FALSE, ...)

Arguments

x

An object of class summary.imprecise or extraced by extractMCHAIN.

control

control variables

pretty

Logical; Defaults to TRUE; Would you like to smoothe the empirical cumulative density curve? See Details.

...

other arguments to be passed to pbox.

Details

The function ecdf is applied to the Markov chain at each extrem point. The function density is used to make the empirical cdf smooth.

If no object that contains a set of Markov chains is found, the update.imprecise procedure with method=MH is automatically taken.

Author(s)

Chel Hee Lee <gnustats@gmail.com>

References

Lee (2013) “Imprecise inferential framework”, PhD thesis.

See Also

density, ecdf, update.imprecise


ipeglim documentation built on May 2, 2019, 4:31 p.m.