Variational Bayesian Inference for Hidden Markov Models with Multivariate Gaussian Output Distributions Christian Gruhl, Bernhard Sick

Total Page:16

File Type:pdf, Size:1020Kb

Variational Bayesian Inference for Hidden Markov Models with Multivariate Gaussian Output Distributions Christian Gruhl, Bernhard Sick ARXIV 1 Variational Bayesian Inference for Hidden Markov Models With Multivariate Gaussian Output Distributions Christian Gruhl, Bernhard Sick Abstract—Hidden Markov Models (HMM) have been used for several years in many time series analysis or pattern recognitions tasks. HMM are often trained by means of the Baum-Welch algorithm which can be seen as a special variant of an expectation maximization (EM) algorithm. Second-order training techniques such as Variational Bayesian Inference (VI) for probabilistic models regard the parameters of the probabilistic models as random variables and define distributions over these distribution parameters, hence the name of this technique. VI can also bee regarded as a special case of an EM algorithm. In this article, we bring both together and train HMM with multivariate Gaussian output distributions with VI. The article defines the new training technique for HMM. An evaluation based on some case studies and a comparison to related approaches is part of our ongoing work. Index Terms—Variational Bayesian Inference, Hidden Markov Model, Gaussian-Wishart distribution F 1 INTRODUCTION If point estimates for parameters are needed, they can be derived from the second-order distributions in a Hidden Markov Models (HMM) are a standard technique maximum posterior (MAP) approach or by taking the in time series analysis or data mining. Given a (set expectation of the second-order distributions. Variational of) time series sample data, they are typically trained Bayesian Inference (VI), which can also be seen as a by means of a special variant of an expectation max- special variant of an expectation maximization (EM) imization (EM) algorithm, the Baum-Welch algorithm. algorithm, is a typical second-order approach [1]. HMM are used for gesture recognition, machine tool Although the idea to combine VI and HMM is not monitoring, or speech recognition, for instance. completely new and there were already approaches to Second-order techniques are used to find values for perform the HMM training in a variational framework parameters of probabilistic models from sample data. (cf. [2]), typically only models with univariate output The parameters are regarded as random variables, and distributions (i.e., scalar values) are considered. distributions are defined over these variables. These In this article, we bring these two ideas together type of these second-order distributions depends on and propose VI for HMM with multivariate Gaussian the type of the underlying probabilistic models. Typi- output distributions. The article defines the algorithm. cally, so called conjugate distributions are chosen, e.g., a An in-depth analysis of its properties, an experimental Gaussian-Wishart distribution for an underlying Gaus- evaluation, and a comparison to related work a are part sian for which mean and covariance matrix have to be of our current research. determined. Second-order techniques have some advan- Section 2 introduces the model and the notation we arXiv:1605.08618v1 [cs.LG] 27 May 2016 tages over conventional approaches, e.g., use in our work. Section 3 introduces VI for HMM. • the uncertainty associated with the determination of Finally, Section 4 concludes the article with a summary the parameters can be numerically expressed and of the key results and a brief outlook. used later, • prior knowledge about parameters can be consid- ered in the parameter estimation process, and 2 MODEL AND NOTATION • the parameter estimation (i.e., training) process can We assume a GMM where each Gaussian is the output more easily be controlled (e.g., to avoid singulari- distribution of a hidden state. This is not so simple as it ties), seems on first sight, especially when the Gaussians are • the training process can easily be extended to au- overlapping. Thus it is not clear which observation was tomate the search for an appropriate number of generated by which Gaussian (or by which state). model components in a mixture density model (e.g., The GMM can be interpreted as a special instance of a Gaussian mixture model). a HMM, namely a HMM that consists of a transition matrix with the same transition probabilities from each C. Gruhl and B. Sick are with the University of Kassel, Department of Electrical Engineering and Computer Science, Wilhelmshoeher Allee 73, state to every other state that is similar to the initial state 34121 Kassel, Germany (email: cgruhl,[email protected]). distribution. ARXIV 2 Fig. 1. Graphical Model. Observations xn are depending we observe that, for any choice of q(Z), the following on latent variables zn, which are the estimate of the state, decomposition holds as well as the GMM parameters Λ (precision matrices) and µ (mean vector, which also depends on the precision ln p(XjΘ) = L(q; Θ) + KL(qjjp) (1) matrix) for the J components. The latent variables zn where we define have an additional dependency on the transition matrix Z p(X; Z)jΘ Π. L(q; Θ) = q(Z)ln dZ (2) E-Step M-Step q(Z) Z p(ZjX; Θ) KL(qjjp) = − q(Z)ln dZ (3) q(Z) Π zn Λ The latent variables Z absorbed the model parameters Θ, which are also random variables in this setup. To obtain an optimal model we are interested in maximizing the lower bound with respect to our variational distri- bution q: xn µ argmax L(q) (4) q N Which is the same as minimizing Eq. (3). Therefore optimum is reached when the variational distribution The mixing coefficients estimated for the GMM are q(Z) matches the conditional (posterior) distribution similar to the starting probabilities of the HMM. p(ZjX). In that case the KL(qjjp) divergence vanishes In the remainder of the article, we use the following since ln(1) = 0. notation: Factorization of the real distribution p (see Fig. 1). N. B., only the values of samples xn are observed. • E [x] is the expectation of the random variable x, • vectors are denoted with a bold, lowercase symbol p(X; Z; Π; µ; Σ) = p(XjZ; µ; Λ)p(ZjΠ)p(Π)p(µjΛ)p(Λ) e.g., x, (5) • matrices are denoted with a bold, uppercase symbol e.g., X, We assume, that a factorization of the variational • X is the sequence of observations xn, with 1 ≤ n ≤ distribution q is possible as follows: N and N = jXj, q(Z; Π; µ; Λ) = q(Z)q(Π; µ; Λ) (6) • Z is the set of latent variables zn;j, with 1 ≤ n ≤ N and N = jXj, 1 ≤ j ≤ J and J being the number of = q(Z)q(Π)q(µ; Λ) (7) states (which is equal to the number of components J J Y Y of the GMM) (Here we use a 1-out-of-K coding.), = q(Z) q(πi) q(µj; Λj) (8) • Θ is the parameter vector/matrix containing all i=1 j=1 model parameters (including transition probabilities π, as well as output parameters µ; Λ), 3.1 Choice of Distributions • L is the likelihood or its lower bound approxima- tion, For each state j, we assign an independent Dirichlet prior • Π is the transition matrix with rows πi, distribution for the transition probabilities, so that • πi are the transition probabilities for state i, with J Y (0) 1 ≤ i ≤ J and elements πi;j, p(Π) = Dir(πjjαj ) (9) • πi;j is the transition probability to move from state j=1 i to state j, with 1 ≤ i; j ≤ J, and (0) (0) (0) αj = fαj;1 ; : : : ; αj;J g (10) • πj is the probability to start in state j. The variational posterior distributions for the model 2.1 Hidden Markov Model parameters turn out to have the following form: A Hidden Markov Model (HMM) J Y q(Π) = Dir(π jα ) (11) 3 VARIATIONAL INFERENCE j j j=1 XjΘ The direct optimization of p( ) is difficult, but the αj = fαj;1; : : : ; αj;J g (12) optimization of the complete-data likelihood function p(X; ZjΘ) is significantly easier. We introduce a dis- The means are assigned independent univariate Gaus- tribution q(Z) defined over the latent variables, and sian conjugate prior distributions, conditional on the ARXIV 3 precisions. The precisions themselves are assigned inde- The latent variables γ(zn;j) denotes the probability pendent Wishart prior distributions: that the observation at time step n was generated by the j-th component of the model. p(µ; Λ) = p(µjΛ)p(Λ) (13) υ(z )!(z ) J n n γ(zn) = E [zn] = p(znjX) = (21) Y −1 P υ(z)!(z) = N (µjjm0; (β0Λj) ) ·W(ΛjjW 0; ν0) (14) z2Z j=1 υ(zn;j)!(zn;j) γ(zn;j) = E [zn;j] = (22) PJ υ(z )!(z ) The variational posterior distributions for the model k=1 n;k n;k parameters are as fallows (application of Bayes theorem): The transition probabilities ξ(zn−1;j; zn;s) express the uncertainty how likely it is, that a transition from state j to s has happened if observation xn−1 was generated −1 q(µj; Λj) = N (µjjmj; (βjΛj) ) ·W(ΛjjW j; νj) (15) by the j-th component and the n-th observation by the s-th component. The variational posterior for q(Z) will have the form: ξ(zn−1; zn) / υ(zn−1)p(znjzn−1)p(xnjzn)!(zn) (23) M J N J J Y Y zn;j Y Y Y zn;j ·z(n+1);s ξ(zn−1;j; zn;s) / υ(zn−1;j)aj;sbn;s!(zn;s) (24) q(Z) / (bn;j) (aj;s) (16) υ(z )a b !(z ) n=1 j=1 n=1 j=1 s=1 ξ(z ; z ) = n−1;j j;s n;s n;s n−1;j n;s PJ PJ k=1 l=1 υ(zn−1;k)ak;lbn;l!(zn;l) Which is identical to the one given by McGrory et al.
Recommended publications
  • Multivariate Poisson Hidden Markov Models for Analysis of Spatial Counts
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by University of Saskatchewan's Research Archive MULTIVARIATE POISSON HIDDEN MARKOV MODELS FOR ANALYSIS OF SPATIAL COUNTS A Thesis Submitted to the Faculty of Graduate Studies and Research in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy in the Department of Mathematics and Statistics University of Saskatchewan, Saskatoon, SK, Canada by Chandima Piyadharshani Karunanayake @Copyright Chandima Piyadharshani Karunanayake, June 2007. All rights Reserved. PERMISSION TO USE The author has agreed that the libraries of this University may provide the thesis freely available for inspection. Moreover, the author has agreed that permission for copying of the thesis in any manner, entirely or in part, for scholarly purposes may be granted by the Professor or Professors who supervised my thesis work or in their absence, by the Head of the Department of Mathematics and Statistics or the Dean of the College in which the thesis work was done. It is understood that any copying or publication or use of the thesis or parts thereof for finanancial gain shall not be allowed without my written permission. It is also understood that due recognition shall be given to the author and to the University of Saskatchewan in any scholarly use which may be made of any material in this thesis. Requests for permission to copy or to make other use of any material in the thesis should be addressed to: Head Department of Mathematics and Statistics University of Saskatchewan 106, Wiggins Road Saskatoon, Saskatchewan Canada, S7N 5E6 i ABSTRACT Multivariate count data are found in a variety of fields.
    [Show full text]
  • Regime Heteroskedasticity in Bitcoin: a Comparison of Markov Switching Models
    Munich Personal RePEc Archive Regime heteroskedasticity in Bitcoin: A comparison of Markov switching models Chappell, Daniel Birkbeck College, University of London 28 September 2018 Online at https://mpra.ub.uni-muenchen.de/90682/ MPRA Paper No. 90682, posted 24 Dec 2018 06:38 UTC Regime heteroskedasticity in Bitcoin: A comparison of Markov switching models Daniel R. Chappell Department of Economics, Mathematics and Statistics Birkbeck College, University of London [email protected] 28th September 2018 Abstract Markov regime-switching (MRS) models, also known as hidden Markov models (HMM), are used extensively to account for regime heteroskedasticity within the returns of financial assets. However, we believe this paper to be one of the first to apply such methodology to the time series of cryptocurrencies. In light of Moln´arand Thies (2018) demonstrating that the price data of Bitcoin contained seven distinct volatility regimes, we will fit a sample of Bitcoin returns with six m-state MRS estimations, with m ∈ {2,..., 7}. Our aim is to identify the optimal number of states for modelling the regime heteroskedasticity in the price data of Bitcoin. Goodness-of-fit will be judged using three information criteria, namely: Bayesian (BIC); Hannan-Quinn (HQ); and Akaike (AIC). We determined that the restricted 5-state model generated the optimal estima- tion for the sample. In addition, we found evidence of volatility clustering, volatility jumps and asymmetric volatility transitions whilst also inferring the persistence of shocks in the price data of Bitcoin. Keywords Bitcoin; Markov regime-switching; regime heteroskedasticity; volatility transitions. 1 2 List of Tables Table 1. Summary statistics for Bitcoin (23rd April 2014 to 31st May 2018) .
    [Show full text]
  • 12 : Conditional Random Fields 1 Hidden Markov Model
    10-708: Probabilistic Graphical Models 10-708, Spring 2014 12 : Conditional Random Fields Lecturer: Eric P. Xing Scribes: Qin Gao, Siheng Chen 1 Hidden Markov Model 1.1 General parametric form In hidden Markov model (HMM), we have three sets of parameters, j i transition probability matrix A : p(yt = 1jyt−1 = 1) = ai;j; initialprobabilities : p(y1) ∼ Multinomial(π1; π2; :::; πM ); i emission probabilities : p(xtjyt) ∼ Multinomial(bi;1; bi;2; :::; bi;K ): 1.2 Inference k k The inference can be done with forward algorithm which computes αt ≡ µt−1!t(k) = P (x1; :::; xt−1; xt; yt = 1) recursively by k k X i αt = p(xtjyt = 1) αt−1ai;k; (1) i k k and the backward algorithm which computes βt ≡ µt t+1(k) = P (xt+1; :::; xT jyt = 1) recursively by k X i i βt = ak;ip(xt+1jyt+1 = 1)βt+1: (2) i Another key quantity is the conditional probability of any hidden state given the entire sequence, which can be computed by the dot product of forward message and backward message by, i i i i X i;j γt = p(yt = 1jx1:T ) / αtβt = ξt ; (3) j where we define, i;j i j ξt = p(yt = 1; yt−1 = 1; x1:T ); i j / µt−1!t(yt = 1)µt t+1(yt+1 = 1)p(xt+1jyt+1)p(yt+1jyt); i j i = αtβt+1ai;jp(xt+1jyt+1 = 1): The implementation in Matlab can be vectorized by using, i Bt(i) = p(xtjyt = 1); j i A(i; j) = p(yt+1 = 1jyt = 1): 1 2 12 : Conditional Random Fields The relation of those quantities can be simply written in pseudocode as, T αt = (A αt−1): ∗ Bt; βt = A(βt+1: ∗ Bt+1); T ξt = (αt(βt+1: ∗ Bt+1) ): ∗ A; γt = αt: ∗ βt: 1.3 Learning 1.3.1 Supervised Learning The supervised learning is trivial if only we know the true state path.
    [Show full text]
  • Ergodicity, Decisions, and Partial Information
    Ergodicity, Decisions, and Partial Information Ramon van Handel Abstract In the simplest sequential decision problem for an ergodic stochastic pro- cess X, at each time n a decision un is made as a function of past observations X0,...,Xn 1, and a loss l(un,Xn) is incurred. In this setting, it is known that one may choose− (under a mild integrability assumption) a decision strategy whose path- wise time-average loss is asymptotically smaller than that of any other strategy. The corresponding problem in the case of partial information proves to be much more delicate, however: if the process X is not observable, but decisions must be based on the observation of a different process Y, the existence of pathwise optimal strategies is not guaranteed. The aim of this paper is to exhibit connections between pathwise optimal strategies and notions from ergodic theory. The sequential decision problem is developed in the general setting of an ergodic dynamical system (Ω,B,P,T) with partial information Y B. The existence of pathwise optimal strategies grounded in ⊆ two basic properties: the conditional ergodic theory of the dynamical system, and the complexity of the loss function. When the loss function is not too complex, a gen- eral sufficient condition for the existence of pathwise optimal strategies is that the dynamical system is a conditional K-automorphism relative to the past observations n n 0 T Y. If the conditional ergodicity assumption is strengthened, the complexity assumption≥ can be weakened. Several examples demonstrate the interplay between complexity and ergodicity, which does not arise in the case of full information.
    [Show full text]
  • Particle Gibbs for Infinite Hidden Markov Models
    Particle Gibbs for Infinite Hidden Markov Models Nilesh Tripuraneni* Shixiang Gu* Hong Ge University of Cambridge University of Cambridge University of Cambridge [email protected] MPI for Intelligent Systems [email protected] [email protected] Zoubin Ghahramani University of Cambridge [email protected] Abstract Infinite Hidden Markov Models (iHMM’s) are an attractive, nonparametric gener- alization of the classical Hidden Markov Model which can automatically infer the number of hidden states in the system. However, due to the infinite-dimensional nature of the transition dynamics, performing inference in the iHMM is difficult. In this paper, we present an infinite-state Particle Gibbs (PG) algorithm to re- sample state trajectories for the iHMM. The proposed algorithm uses an efficient proposal optimized for iHMMs and leverages ancestor sampling to improve the mixing of the standard PG algorithm. Our algorithm demonstrates significant con- vergence improvements on synthetic and real world data sets. 1 Introduction Hidden Markov Models (HMM’s) are among the most widely adopted latent-variable models used to model time-series datasets in the statistics and machine learning communities. They have also been successfully applied in a variety of domains including genomics, language, and finance where sequential data naturally arises [Rabiner, 1989; Bishop, 2006]. One possible disadvantage of the finite-state space HMM framework is that one must a-priori spec- ify the number of latent states K. Standard model selection techniques can be applied to the fi- nite state-space HMM but bear a high computational overhead since they require the repetitive trainingexploration of many HMM’s of different sizes.
    [Show full text]
  • Hidden Markov Models (Particle Filtering)
    CSE 473: Artificial Intelligence Spring 2014 Hidden Markov Models & Particle Filtering Hanna Hajishirzi Many slides adapted from Dan Weld, Pieter Abbeel, Dan Klein, Stuart Russell, Andrew Moore & Luke Zettlemoyer 1 Outline § Probabilistic sequence models (and inference) § Probability and Uncertainty – Preview § Markov Chains § Hidden Markov Models § Exact Inference § Particle Filters § Applications Example § A robot move in a discrete grid § May fail to move in the desired direction with some probability § Observation from noisy sensor at each time § Is a function of robot position § Goal: Find the robot position (probability that a robot is at a specific position) § Cannot always compute this probability exactly è Approximation methods Here: Approximate a distribution by sampling 3 Hidden Markov Model § State Space Model § Hidden states: Modeled as a Markov Process P(x0), P(xk | xk-1) § Observations: ek P(ek | xk) Position of the robot P(x1|x0) x x x 0 1 … n Observed position from P(e |x ) 0 0 the sensor y0 y1 yn 4 Exact Solution: Forward Algorithm § Filtering is the inference process of finding a distribution over XT given e1 through eT : P( XT | e1:t ) § We first compute P( X1 | e1 ): § For each t from 2 to T, we have P( Xt-1 | e1:t-1 ) § Elapse time: compute P( Xt | e1:t-1 ) § Observe: compute P(Xt | e1:t-1 , et) = P( Xt | e1:t ) Approximate Inference: § Sometimes |X| is too big for exact inference § |X| may be too big to even store B(X) § E.g. when X is continuous § |X|2 may be too big to do updates § Solution: approximate inference by sampling § How robot localization works in practice 6 What is Sampling? § Goal: Approximate the original distribution: § Approximate with Gaussian distribution § Draw samples from a distribution close enough to the original distribution § Here: A general framework for a sampling method 7 Approximate Solution: Perfect Sampling Robot path till time n 1 Time 1 Time n Assume we can sample Particle 1 x0:n from the original distribution .
    [Show full text]
  • Hierarchical Dirichlet Process Hidden Markov Model for Unsupervised Bioacoustic Analysis
    Hierarchical Dirichlet Process Hidden Markov Model for Unsupervised Bioacoustic Analysis Marius Bartcus, Faicel Chamroukhi, Herve Glotin Abstract-Hidden Markov Models (HMMs) are one of the the standard HDP-HMM Gibbs sampling has the limitation most popular and successful models in statistics and machine of an inadequate modeling of the temporal persistence of learning for modeling sequential data. However, one main issue states [9]. This problem has been addressed in [9] by relying in HMMs is the one of choosing the number of hidden states. on a sticky extension which allows a more robust learning. The Hierarchical Dirichlet Process (HDP)-HMM is a Bayesian Other solutions for the inference of the hidden Markov non-parametric alternative for standard HMMs that offers a model in this infinite state space models are using the Beam principled way to tackle this challenging problem by relying sampling [lO] rather than Gibbs sampling. on a Hierarchical Dirichlet Process (HDP) prior. We investigate the HDP-HMM in a challenging problem of unsupervised We investigate the BNP formulation for the HMM, that is learning from bioacoustic data by using Markov-Chain Monte the HDP-HMM into a challenging problem of unsupervised Carlo (MCMC) sampling techniques, namely the Gibbs sampler. learning from bioacoustic data. The problem consists of We consider a real problem of fully unsupervised humpback extracting and classifying, in a fully unsupervised way, whale song decomposition. It consists in simultaneously finding the structure of hidden whale song units, and automatically unknown number of whale song units. We use the Gibbs inferring the unknown number of the hidden units from the Mel sampler to infer the HDP-HMM from the bioacoustic data.
    [Show full text]
  • Modelling Multi-Object Activity by Gaussian Processes 1
    LOY et al.: MODELLING MULTI-OBJECT ACTIVITY BY GAUSSIAN PROCESSES 1 Modelling Multi-object Activity by Gaussian Processes Chen Change Loy School of EECS [email protected] Queen Mary University of London Tao Xiang E1 4NS London, UK [email protected] Shaogang Gong [email protected] Abstract We present a new approach for activity modelling and anomaly detection based on non-parametric Gaussian Process (GP) models. Specifically, GP regression models are formulated to learn non-linear relationships between multi-object activity patterns ob- served from semantically decomposed regions in complex scenes. Predictive distribu- tions are inferred from the regression models to compare with the actual observations for real-time anomaly detection. The use of a flexible, non-parametric model alleviates the difficult problem of selecting appropriate model complexity encountered in parametric models such as Dynamic Bayesian Networks (DBNs). Crucially, our GP models need fewer parameters; they are thus less likely to overfit given sparse data. In addition, our approach is robust to the inevitable noise in activity representation as noise is modelled explicitly in the GP models. Experimental results on a public traffic scene show that our models outperform DBNs in terms of anomaly sensitivity, noise robustness, and flexibil- ity in modelling complex activity. 1 Introduction Activity modelling and automatic anomaly detection in video have received increasing at- tention due to the recent large-scale deployments of surveillance cameras. These tasks are non-trivial because complex activity patterns in a busy public space involve multiple objects interacting with each other over space and time, whilst anomalies are often rare, ambigu- ous and can be easily confused with noise caused by low image quality, unstable lighting condition and occlusion.
    [Show full text]
  • Markov-Modulated Marked Poisson Processes for Check-In Data [Draft]
    Markov-modulated marked Poisson processes for check-in data [draft] Jiangwei Pan [email protected] Duke University Vinayak Rao [email protected] Purdue University Pankaj K. Agarwal [email protected] Duke University Alan E. Gelfand [email protected] Duke University Abstract Figure 1. Visualizing We develop continuous-time probabilistic mod- the check-in loca- els to study trajectory data consisting of times tions (in the US) and locations of user ‘check-ins’. We model of 500 random these as realizations of a marked point pro- users from the cess, with intensity and mark-distribution mod- FourSquare dataset ulated by a latent Markov jump process (MJP). (Gao et al., 2012). We extend this Markov-modulated marked Pois- son process to include user-heterogeneity by as- be noisy, due to measurement error or human perturbation. signing users vectors of ‘preferred locations’. In many cases, the trajectory sample points are sparse, with Our model extends latent Dirichlet allocation by large gaps between bursts of observations. Furthermore, dropping the bag-of-words assumption, and op- the rate of observations can vary along the trajectory, and erating in continuous time. We show how an ap- can depend on the the user and the location of the trajectory propriate choice of priors allows efficient poste- rior inference. Our experiments demonstrate the Our focus in this paper is on user check-in data; in partic- usefulness of our approach by comparing with ular, we consider a dataset of FourSquare check-ins (Gao various baselines on a variety of tasks. et al., 2012) (see Figure1). This smartphone-based social media tool allows individuals to publicly register visits to interesting places: a check-in is a record of such a visit, 1.
    [Show full text]
  • Forecasting Volatility of Stock Indices with HMM-SV Models
    Forecasting Volatility of Stock Indices with HMM-SV Models I· , •• Nkemnole E. B. ,Abass 0.- *Department of Mathematics, University of Lagos, Nigeria. enkemnole(cv,uni lag.edu.ng I, **Department of Computer Sciences, University of Lagos, Nigeria. ,'--., '1 d ~ o Ia baSS(Q!Unl ag.e u.ng- Abstract The use of volatility models to generate volatility forecasts has given vent to a lot of literature. However, it is known that volatility persistence, as indicated by the estimated parameter rp , in Stochastic Volatility (SV) model is typically high. Since future values in SV models are based on the estimation of the parameters, this may lead to poor volatility forecasts. Furthermore. this high persistence, as contended by some writers, is due 10 the structure changes (e.g. shift of volatility levels) in the volatility processes, which SV model cannot capture. This work deals with the problem by bringing in the SV model based on Hidden Markov Models (HMMs), called HMM-SV model. Via hidden states, HMMs allow for periods 'with different volatility levels characterized by the hidden states. Within each state, SV model is applied to model conditional volatility. Empirical analysis shows that our model, not only takes care of the structure changes (hence giving better volatility forecasts), but also helps to establish an proficient forecasting structure for volatility models. Keywords: Forecasting, Hidden Markov model, Stochastic volatility, stock exchange 1.0 Introduction A great deal of attention has been paid to modeling and forecasting the volatility of stock exchange index via stochastic volatility (SV) model in finance, as well as empirical literature.
    [Show full text]
  • Package 'Hiddenmarkov'
    Package ‘HiddenMarkov’ April 27, 2021 Title Hidden Markov Models Version 1.8-13 Date 2021-04-27 Author David Harte Maintainer David Harte <[email protected]> Description Contains functions for the analysis of Discrete Time Hidden Markov Mod- els, Markov Modulated GLMs and the Markov Modulated Poisson Process. It includes func- tions for simulation, parameter estimation, and the Viterbi algorithm. See the topic ``Hidden- Markov'' for an introduction to the package, and ``Change Log'' for a list of re- cent changes. The algorithms are based of those of Walter Zucchini. Suggests parallel License GPL (>= 2) URL https://www.statsresearch.co.nz/dsh/sslib/ NeedsCompilation yes Repository CRAN Date/Publication 2021-04-27 13:30:06 UTC R topics documented: HiddenMarkov-package . .2 BaumWelch . .4 bwcontrol . .6 Change Log . .7 compdelta . 10 Demonstration . 11 dthmm . 11 Estep . 17 forwardback . 19 logLik . 21 mchain . 22 mmglm . 23 mmglm-2nd-level-functions . 30 1 2 HiddenMarkov-package mmpp............................................ 31 mmpp-2nd-level-functions . 32 Mstep . 33 neglogLik . 37 probhmm . 41 residuals . 42 simulate . 44 summary . 46 Transform-Parameters . 47 Viterbi . 49 Index 52 HiddenMarkov-package Overview of Package HiddenMarkov Description In this topic we give an overview of the package. Classes of Hidden Markov Models Analysed The classes of models currently fitted by the package are listed below. Each are defined within an object that contains the data, current parameter values, and other model characteristics. Discrete Time Hidden Markov Model: is described under the topic dthmm. This model can be simulated or fitted to data by defining the required model structure within an object of class "dthmm".
    [Show full text]
  • A Tutorial on Hidden Markov Models Using Stan
    A Tutorial on Hidden Markov Models using Stan Luis Damiano (Universidad Nacional de Rosario), Brian Peterson (University of Washington), Michael Weylandt (Rice University) 2017-12-15 Contents 1 The Hidden Markov Model1 1.1 Model specification..........................................2 1.2 The generative model........................................3 1.3 Characteristics............................................4 1.4 Inference................................................5 1.5 Parameter estimation........................................ 11 1.6 Worked example........................................... 12 2 The Input-Output Hidden Markov Model 16 2.1 Definitions............................................... 16 2.2 Inference................................................ 17 2.3 Parameter estimation........................................ 19 2.4 A simulation example........................................ 20 3 A Markov Switching GARCH Model 27 4 Acknowledgements 30 5 Original Computing Environment 30 6 References 31 This case study documents the implementation in Stan (Carpenter et al. 2017) of the Hidden Markov Model (HMM) for unsupervised learning (Baum and Petrie 1966; Baum and Eagon 1967; Baum and Sell 1968; Baum et al. 1970; Baum 1972). Additionally, we present the adaptations needed for the Input-Output Hidden Markov Model (IOHMM). IOHMM is an architecture proposed by Bengio and Frasconi (1994) to map input sequences, sometimes called the control signal, to output sequences. Compared to HMM, it aims at being especially effective at learning long term memory, that is when input-output sequences span long points. Finally, we illustrate the use of HMMs as a component within more complex constructions with a volatility model taken from the econometrics literature. In all cases, we provide a fully Bayesian estimation of the model parameters and inference on hidden quantities, namely filtered and smoothed posterior distribution of the hidden states, and jointly most probable state path.
    [Show full text]