sales | R Documentation |
Sales demand sequences of five products (A, B, C, D, E). Each row corresponds to a sequence. First row corresponds to Sequence A, Second row to Sequence B and so on.
data("sales")
An object of class matrix
(inherits from array
) with 269 rows and 5 columns.
The example can be used to fit High order multivariate markov chain.
data("sales")
# fitHighOrderMultivarMC(seqMat = sales, order = 2, Norm = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.