R/samplenutrue.R

samplenutrue = function(y, X, N, particles, priorList){
 theta = dget('Output/Samples/theta.txt')
 nuTrue = theta$nu
 nu = rep(nuTrue, N)
 log.dnu = rep(0, N)

 return(list(values=nu, log.dq=log.dnu))
}

Try the mvst package in your browser

Any scripts or data that you put into this service are public.

mvst documentation built on May 2, 2019, 1:46 p.m.