R/cumkurt.R

cumkurt <-
function(x) sapply(seq_along(x), function(k, z) kurtosis(z[1:k]), z = x)

Try the cumstats package in your browser

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

cumstats documentation built on May 2, 2019, 3:04 a.m.