PLOTpostvar2D: "PLOTpostvar2D" Plot of posterior of Landmark variance...

View source: R/PLOTpostvar2D.R

PLOTpostvar2DR Documentation

"PLOTpostvar2D" Plot of posterior of Landmark variance parameter from MCMC sampling

Description

2D landmark data(Gaussian likelihood with Isotropic Error Variance) Plot of posterior of Landmark variance parameter

Usage

PLOTpostvar2D(mcmcmat, burnin)

Arguments

mcmcmat

A matrix containing MCMC sample values from posterior of 5*1 parameters

burnin

Value for MCMC burn-in

Nsample

number of MCMC samples

Details

"Sigma" = Isotropic error variation parameter

Value

plot

Examples

## Not run: 
require(shapes)
data(apes)
myData = apes$x
ape10000=MCMCpostsample2D(rnorm(5, mean=1, sd=1),rep(1,5),
apes$x,10,10000)
PLOTpostvar2D(ape10000, 1000)


## End(Not run)

debashischatterjee111/BPviGM1 documentation built on April 8, 2023, 7:28 p.m.