R/samplexitrue.R

samplexitrue = function(y, X, N, particles, priorList){
 p = ncol(y)
 #
 theta = dget('Output/Samples/theta.txt')
 xiTrue = theta$xi
 xi = matrix(rep(xiTrue, each=N), ncol=p, byrow=F)
 log.dxi = rep(0, N)
 #
 return(list(values=xi, log.dq=log.dxi))
}

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.