R/sdfPLS.R

Defines functions sdfPLS

Documented in sdfPLS

sdfPLS <- function(p, n){
    lams <- 2*pi*seq(from=1/n, to=1/2, by=1/n)
    0.5*(pi^(-p))*p*lams^(p-1)
    }

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.