R/EMMax.sd.free.R

EMMax.sd.free <-
function(y,z,mu) {
  sigma <- sqrt(apply(rbind(z,mu),2,wmean2,y))
  sigma[sigma < 0.01] <- 0.01
  sigma
}

Try the fitTetra package in your browser

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

fitTetra documentation built on May 2, 2019, 3:52 p.m.