Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulhendricks/hidden-markov-models-for-time-series
Hidden Markov Models for Time Series: An Introduction Using R
https://github.com/paulhendricks/hidden-markov-models-for-time-series
Last synced: 6 days ago
JSON representation
Hidden Markov Models for Time Series: An Introduction Using R
- Host: GitHub
- URL: https://github.com/paulhendricks/hidden-markov-models-for-time-series
- Owner: paulhendricks
- Created: 2015-11-09T20:31:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T18:52:49.000Z (almost 9 years ago)
- Last Synced: 2023-03-01T08:07:02.574Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hidden Mark Models for Time Series: An Introduction Using R
Reveals How HMMs Can Be Used as General-Purpose Time Series Models
## Implements all methods in R
Hidden Markov Models for Time Series: An Introduction Using R applies hidden Markov models (HMMs) to a wide range of time series types, from continuous-valued, circular, and multivariate series to binary data, bounded and unbounded counts, and categorical observations. It also discusses how to employ the freely available computing environment R to carry out computations for parameter estimation, model selection and checking, decoding, and forecasting.
## Illustrates the methodology in action
After presenting the simple Poisson HMM, the book covers estimation, forecasting, decoding, prediction, model selection, and Bayesian inference. Through examples and applications, the authors describe how to extend and generalize the basic model so it can be applied in a rich variety of situations. They also provide R code for some of the examples, enabling the use of the codes in similar applications.## Effectively interpret data using HMMs
This book illustrates the wonderful flexibility of HMMs as general-purpose models for time series data. It provides a broad understanding of the models and their uses.[Amazon Link](http://amzn.to/1QH6ZJd)