R/update.sigma.R

Defines functions update.sigma

update.sigma <-
function(theta, mu, y, Py){
  sqrt(mean((y - theta*Py - mu)^2))
}

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.