fun98: A Gibbs sampler using Rcpp

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

A Gibbs sampler using Rcpp

Usage

1
fun98(a, b, N)

Arguments

a

the fixed parameter

b

the fixed parameter

N

the fixed parameter

Value

a chain with tagret joint density x

Examples

1
2
3
4
5
6
7
8
## Not run: 
a<-1
b<-1
N<-10000
X1<-fun98(a,b,N)
plot(X1[,1],X1[,2],xlab = "x",ylab = "y")

## End(Not run)

jiayouzytx/StatComp21056 documentation built on Dec. 23, 2021, 11:15 p.m.