Last data update: 2014.03.03

R: Plot explaining accept-reject on a Beta(2.7,6.3) target
betagenR Documentation

Plot explaining accept-reject on a Beta(2.7,6.3) target

Description

This function of Nsim represents Nsim points simulated from either a uniform or a Beta(2,6) proposal in terms of their location above versus below the density of the Beta(2.7,6.3) target in order to explain accept-reject methods.

Usage

betagen(Nsim = 10^3)

Arguments

Nsim

Number of points to be represented on the subgraph, the default value being 10^3

Details

The R code can be modified for further use, but note that the bounds M in the program are hardcoded towards the current values of a and b.

Value

The function returns a graph, either on an existing graphical window or by creating a new graphical window, with two plots side-by-side.

Warning

This function is only intended to illustrate the principle at work behind accept-reject. For Beta simulation, use rbeta.

Author(s)

Christian P. Robert and George Casella

References

Chapter 3 of EnteR Monte Carlo Statistical Methods

See Also

rbeta

Examples

betagen(Nsim=10^4)

Results