| abcxyz | R Documentation | 
Jointly visualise ABC and XYZ analyses.
abcxyz(imp, frc, outplot = c(TRUE, FALSE), error = NULL, ...)
imp | 
 an obkect of class   | 
frc | 
 an obkect of class   | 
outplot | 
 if   | 
error | 
 vector of forecast errors for each series that will be distributed in each class, presented as an average.  | 
... | 
 additional arguments passed to the plot.  | 
A list containing:
class: a matrix containing the number of time series in each class.
error: a matrix containing the averaged error for each class, if the argument error was used.
Nikolaos Kourentzes, nikolaos@kourentzes.com.
Ord K., Fildes R., Kourentzes N. (2017) Principles of Business Forecasting, 2e. Wessex Press Publishing Co., p.515-518.
abc, xyz.
x <- abs(matrix(cumsum(rnorm(5400,0,1)),36,150))
abcxyz(abc(x),xyz(x,type="cv"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.