R/update.theta.R

Defines functions update.theta

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

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.