powered by
lcd.sample(out, nsample=1)
LogConcDEAD
lcd.mle
1. A simplex is selected 2. Rejection sampling is used to sample from the MLE restricted to that simplex
#simple normal data set.seed(101) x <- matrix(rnorm(200),ncol=2) out <- lcd.mle(x) lcd.sample(out,nsample=10)
Run the code above in your browser using DataLab