R/sd.GB2.R

sd.GB2 <-
function(b,a,p,q){
  fmGB2<- km.GB2(b,a,p,q,k=1) # first moment
  smGB2<- km.GB2(b,a,p,q,k=2) # second moment
  varGB2  <- smGB2-fmGB2^2
  sdGB2   <- sqrt(varGB2)
  return(sdGB2)
}

Try the acid package in your browser

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

acid documentation built on May 1, 2019, 10:14 p.m.