R/LP.moment.R

LP.moment <- function(x,m = 15){
    Tx <- LPTrans(x,m)
    c(mean(x),cor(x,Tx))
    }

Try the LPTime package in your browser

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

LPTime documentation built on May 2, 2019, 7:18 a.m.