Description Usage Arguments Details Value Author(s) Examples
Calculate the sum of every loss in a series, i.e., for the series x = 4, 3, 2, 5, 6 the cumulative loss is 1 + 1 = 2.
1 | cumLoss(x)
|
x |
A numeric vector of values. |
cumLoss returns the cumulative loss between consecutive values in a series.
Returns a single value sum of all losses.
Bjorn J. Brooks
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.