Callcenter | R Documentation |
This dataset represents a small call center for an anonymous bank (Brown et al., 2005). It provides detailed information about the exact times of calls that were connected to the center throughout the year 1999, from January 1 to December 31.
A functional time series object of class 'funts' with the following fields:
the time index indicating when the calls occurred.
the coefficients corresponding to the B-spline basis functions.
the basis functions used for the functional representation.
the dimension support of the functional data.
The data have been converted into a functional time series using a B-spline basis
system with 22 basis functions. The resulting dataset is stored as a functional time
series object of class 'funts'. You can load the raw data using the function
loadCallcenterData
. See funts
for more details.
Brown, L., Gans, N., Mandelbaum, A., Sakov, A., Shen, H., Zeltyn, S., & Zhao, L. (2005). Statistical analysis of a telephone call center: A queueing-science perspective. Journal of the American Statistical Association, 100(469), 36-50.
loadCallcenterData
, funts
## Not run:
# Load the Callcenter dataset
data("Callcenter")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.