R/varB.R

Defines functions varB

Documented in varB

varB=function(m,deltamax,K){
    stopifnot(m>=1 && m<=K-1)
    (6*m*m-12*m+7)/6*(deltamax/(K-1))^2
}

Try the pi0 package in your browser

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

pi0 documentation built on May 2, 2019, 4:47 p.m.