Description Usage Arguments Value
Convert time series data to SAX, randomize test sequence, compute each distribution then graph the KL divergence between the two sequences
1 2 | runKLDVecRand(rawData, saxGroupSize, saxAlphabetSize, delay, dMarkovSize,
disStep, disWindowSize, k)
|
rawData |
A vector of the raw data/time series data |
saxGroupSize |
The group size when converting data into SAX representation |
saxAlphabetSize |
The alphabet size when converting data into SAX representation |
delay |
The number of zeros to pad on the hidden sequence before converting to SAX in order to delay it |
dMarkovSize |
The size when grouping observed data to predict the next hidden state |
disStep |
The step size of sampling when computing the distribution |
disWindowSize |
The size of the sample when computing the distribution |
k |
The maximum number of nearest neighbours when computing the KL divergence |
This function does not return anything. However it does plot a graph of the KLD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.