Description Usage Arguments Value
Compute pessimistic remaining useful life using HMMs
1 2 | RUL.HMM(timeSeries, models, SAXalphabetSize, SAXgroupSize, exp2,
lastStateScanNum, confidenceCoef)
|
timeSeries |
The time series to be converted. |
models |
The generated hidden markov models. Output from createModel(s).* |
SAXalphabetSize |
The alphabet size used for the SAX conversion. |
SAXgroupSize |
The size of each group to be converted to a single SAX symbol. |
exp2 |
Two to the power of exp2 will be the size. |
lastStateScanNum |
The amount of states scanned when finding the last sequence state. |
confidenceCoef |
A constant used when computing the lower and upper bounds of the RUL. |
The estimated pessimistic remaining useful life with an upper and lower bound.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.