R/update.mu.R

Defines functions update.mu

update.mu <-
function(theta, y1, yP1, n){
  (y1 - theta*yP1)/n
}

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.