R/sdfFD.R

Defines functions sdfFD

Documented in sdfFD

sdfFD <- function(d, n){
    lams <- 2*pi*seq(from=1/n, to=1/2, by=1/n)
    (1/(2*pi))*(2*sin(lams/2))^(-2*d)
    }

Try the FGN package in your browser

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

FGN documentation built on May 30, 2017, 7:19 a.m.