R/Nmuh1N012h.R

Defines functions Nmuh1N012h

Documented in Nmuh1N012h

Nmuh1N012h <-
function(mu){
  ## Hellinger distance between  N(0,1) and N(muh,1)
  return(sqrt(1-exp(-(mu^2)/8)))
}

Try the si4bayesmeta package in your browser

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

si4bayesmeta documentation built on Dec. 16, 2019, 3:39 p.m.