R/dchi.r

"dchi" <-
function(x, df = 2)
  {
    r <- (2^(1-df/2))*(x^(df-1))*(exp(-(x^2)/2)) / gamma(df/2)
    return(r)
  }

Try the adehabitatLT package in your browser

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

adehabitatLT documentation built on Sept. 11, 2024, 7:15 p.m.