May 2021
Intermediate to advanced
192 pages
2h 42m
English
This chapter presents a widespread generative probabilistic model called the hidden Markov model (HMM). It covers effective techniques for identifying hidden patterns in time-series data using HMM and generating a sequence of observations. After reading this chapter, you will be able to design and develop a hidden Markov model with a Gaussian process to discover market regimes. To install hmmlearn in the Python environment, use pip install hmmlearn, and in the conda environment, use conda ...