gibbsC: Rcpp function

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

an Rcpp function of gibbs sample

Usage

1
gibbsC(N, a, b, n)

Arguments

N

sample size

a

The first parameter of the distribution

b

The second parameter of the distribution

n

The third parameter of the distribution

Value

generated random numbers matrix mat

Examples

1
2
3
4
5
## Not run: 
C <- gibbsC(5000,1,1,25)
print(C)

## End(Not run)

Sakoylf/StatComp21088 documentation built on Dec. 23, 2021, 10:22 p.m.