R/update.theta.approx.R

Defines functions update.theta.approx

update.theta.approx <-
function(mu, sigma, yPy, yP1, M){
  (yPy - yP1*mu - sigma^2*M)/(yPy + sigma^2*M)
}

Try the prototest package in your browser

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

prototest documentation built on May 2, 2019, 4:02 p.m.