R/CV.R

CV <-
function(S.PLFN){
M <- Mean(S.PLFN)
s.d <- Var(S.PLFN)
cv = s.d / M
return( cv )
}

Try the Sim.PLFN package in your browser

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

Sim.PLFN documentation built on May 2, 2019, 5:51 a.m.