Learn R Programming

markovchain (version 0.9.5)

sales: Sales Demand Sequences

Description

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.

Usage

data("sales")

Arguments

Format

An object of class matrix (inherits from array) with 269 rows and 5 columns.

Details

The example can be used to fit High order multivariate markov chain.

Examples

Run this code
data("sales")
# fitHighOrderMultivarMC(seqMat = sales, order = 2, Norm = 2)

Run the code above in your browser using DataLab