R/Zprior.R

Zprior <-
function(Z,MuZ,VarZ)
{
    return(dmvnorm(Z,MuZ,VarZ,log=TRUE))
}
SAcmu/LLSM documentation built on May 9, 2019, 11:06 a.m.