R/kunif.R

Defines functions kunif

Documented in kunif

kunif<-function(min, max, k){
    (((min-max)^k)+((max-min)^k))/((2^(k+1))*(k+1))
}

Try the MCMCglmm package in your browser

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

MCMCglmm documentation built on July 9, 2023, 5:24 p.m.