R/KLD.new.R

Defines functions KLD.new

KLD.new <- function(x, w, ev.eta.f, sq.sigma.f, mu.f, eta.s, sq.var.s, theta.s)
{   
    sum(w * psi.lnorm.new(x, ev.eta.f, sq.sigma.f, mu.f, eta.s, sq.var.s, theta.s))
}

Try the rodd package in your browser

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

rodd documentation built on May 2, 2019, 8:16 a.m.