Description Usage Arguments Details Value Author(s) Examples
This function calculates the adjusted coefficient of variation (COV) from the last 12 months of a time series.
1 | acov(series, adjusted_cov = T)
|
series |
numeric or ts object |
adjusted_cov |
logical. If TRUE, return adjusted cov, otherwise adjusted standard deviation |
... |
other arguments from base functions |
The COV measures the dispersion around the mean. By adjusted it means that the estimate of the dispersion is taking as input the error component from a Seasonal and Trend Decomposition by LOESS, and adjusting by the degrees of freedom.
numeric or ts object
Obryan Poyser
1 2 3 4 | ## Not run:
acov(series = AirPassengers, adjusted_cov = T)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.