ckurtosis {RandomWalker} | R Documentation |
Cumulative Kurtosis
Description
A function to return the cumulative kurtosis of a vector.
Usage
ckurtosis(.x)
Arguments
.x |
A numeric vector |
Details
A function to return the cumulative kurtosis of a vector.
Value
A numeric vector
Author(s)
Steven P. Sanderson II, MPH
See Also
Other Vector Function:
cgmean()
,
chmean()
,
cmean()
,
cmedian()
,
crange()
,
csd()
,
cskewness()
,
cvar()
,
euclidean_distance()
,
kurtosis_vec()
,
rw_range()
,
skewness_vec()
Examples
x <- mtcars$mpg
ckurtosis(x)
[Package RandomWalker version 0.1.0 Index]