bnorm.gibbs: Gibbs Sampler: Bivariate Normal

View source: R/bnorm.gibbs.R

bnorm.gibbsR Documentation

Gibbs Sampler: Bivariate Normal

Description

Gibbs Sampler: Bivariate Normal

Usage

bnorm.gibbs(x0 = c(-5, 5), rho = 0.8, n = 500)

Arguments

x0

initial states

rho

correlation coefficient

n

number of generated points MC

Examples

bnorm.gibbs(x0 = c(-5, 5), rho = 0.8, n = 500)

ferielachaibou/stat617course documentation built on May 9, 2022, 12:05 a.m.