Description Usage Arguments Details Value Examples
Functions include cumskewness, cumkurtosis,
cumadev (average deviation), and cumsd to complete
R's set of cumulate functions to match the aggregation functions available
in most databases.
1 2 3 4 5 6 7 | cumsd(x)
cumskewness(x)
cumkurtosis(x)
cumadev(x)
|
x |
For |
The most common variants cummin, cummax
and cumsum are included in the "base" package. In
addition, "dplyr" ships a cummean.
Returns a vector of the same length with new elements.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.