gibbsC: A Gibbs sampler using Rcpp for a bivariate density

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

A Gibbs sampler using Rcpp

Usage

1
gibbsC(N, n, a, b)

Arguments

N

the number of samples

n

the number of between-sample random numbers

a

the parameter of bivariate density

b

the parameter of bivariate density

Value

a random sample of size n

Examples

1
2
3
4
5
## Not run: 
set.seed(1211)
gibb_C<-gibbsC(120,15,1,1)

## End(Not run)

echo33-1211/StatComp21093 documentation built on Dec. 23, 2021, 11:15 p.m.