R/KURTOSIS.R

"KURTOSIS" <-
function(x) {MOMENTS(x,4)/(MOMENTS(x,2)*MOMENTS(x,2))}

Try the DDHFm package in your browser

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

DDHFm documentation built on Nov. 26, 2022, 1:06 a.m.