An Analysis and Implementation of the Hidden Markov Model to Technology Stock Prediction

Size: px
Start display at page:

Download "An Analysis and Implementation of the Hidden Markov Model to Technology Stock Prediction"

Transcription

1 risks Aricle An Analysis and Implemenaion of he Hidden Markov Model o Technology Sock Predicion Nguye Nguyen Faculy of Mahemaics and Saisics, Youngsown Sae Universiy, 1 Universiy Plaza, Youngsown, OH 44555, USA; nnguyen01@ysu.edu; Tel.: ; Fax: Academic Edior: Alber Cohen Received: 20 April 2017; Acceped: 17 November 2017; Published: 24 November 2017 Absrac: Fuure sock prices depend on many inernal and exernal facors ha are no easy o evaluae. In his paper, we use he Hidden Markov Model, (HMM), o predic a daily sock price of hree acive rading socks: Apple, Google, and Facebook, based on heir hisorical daa. We firs use he Akaike informaion crierion (AIC) and Bayesian informaion crierion (BIC) o choose he numbers of saes from HMM. We hen use he models o predic close prices of hese hree socks using boh single observaion daa and muliple observaion daa. Finally, we use he predicions as signals for rading hese socks. The crieria ess resuls showed ha HMM wih wo saes worked he bes among wo, hree and four saes for he hree socks. Our resuls also demonsrae ha he HMM ouperformed he naïve mehod in forecasing sock prices. The resuls also showed ha acive raders using HMM go a higher reurn han using he naïve forecas for Facebook and Google socks. The sock price predicion mehod has a significan impac on sock rading and derivaive hedging. Keywords: hidden Markov model; sock prices; observaions; saes; predicions; AIC; BIC; likelihood; rading 1. Inroducion Sock invesmens can have a huge reurn or a significan loss due o he high volailiies of sock prices. An adapable sock price predicion model would reduce risk and enhance poenial reurn in financial derivaive rading. Recenly, researchers have applied he hidden Markov model for sock prices forecass. Hassan and Nah (2005) used HMM o predic he sock price for inerrelaed markes. Krizman, Page, and Turkingon (Krizman e al. 2012) applied HMM wih wo saes o predic regimes in marke urbulence, inflaion, and indusrial producion index. Guidolin and Timmermann (2006) used HMM wih four saes and muliple observaions o sudy asse allocaion decisions based on regime swiching in asse reurns. Nguyen (2014) used HMM wih boh single and muliple observaions o forecas economic regimes and sock prices. Nobakh, Joseph and Loni (Nobakh e al. 2012) implemened HMM using various observaion daa (open, close, low, high) prices of sock o predic is close prices. In our previous work Nguyen and Nguyen (2015), we used HMM for single observaion sequence for he S&P 500 o selec socks for rading based on performances of hese socks during he prediced regimes. In his sudy, we use HMM o predic sock prices and apply he resuls o rade socks. We use HMM for muliple independen observaion sequences in his sudy. Three socks: Apple Inc., Alphabe Inc., and Facebook, Inc., were chosen o implemen he model. We limi numbers of saes of he HMM o a maximum of four saes and use wo goodness of fi ess o choose he bes HMM model among HMMs wih wo, hree, or four saes. The predicion process is based on he work of Hassan and Nah (2005). The auhors use HMM wih he four observaions: close, open, high, and low prices of some airline socks o predic heir fuure close price using four saes. They used HMM o find a day in he pas ha was similar o Risks 2017, 5, 62; doi: /risks

2 Risks 2017, 5, 62 2 of 16 he recen day and used he price change in dae and price of he curren day o predic fuure close price. However, in he paper, he auhors did no explain why hey chose HMM wih four saes. Our approach is differen from heir work in he hree following modificaions. The firs difference is ha we use he Akaike informaion crierion (AIC) and Bayesian informaion crierion (BIC) o es he HMM s performances wih numbers of saes from wo o four o find he bes HMM model. The second modificaion is ha we apply HMM for sock reurns o predic fuure close prices and compare he resuls wih he naïve forecas mehod. The modificaion is based on he assumpion of he HMM s algorihms presened in his paper: he observaion sequences are independen. Applying he HMM o sock reurns, our predicion mehod is simpler han he mehod in Hassan and Nah (2005), which will be explained in Secion 3.1. Finally, we use sock prices prediced via he HMM and he naïve mehod o rade hese hree socks and compare he resuls. The paper is organized as follows: Secion 2 gives a brief inroducion o HMM and is algorihms for muliple observaion sequences. Secion 3 describes he HMM model selecions and daa collecions for sock price predicion. Secion 4 presens he resuls of sock price predicions and sock rading, and Secion 5 gives conclusions. 2. Hidden Markov Model and Is Algorihms The Hidden Markov Model, HMM, is a signal deecion model ha was inroduced in 1966 by Baum and Perie (Baum and Perie 1966). HMM assumes ha an observaion sequence was derived from a hidden sae sequence of discree daa and saisfies he firs order of a Markov process. HMM was developed from a model for a single observaion variable o a model for muliple observaion variables. The applicaions of HMM also were expanded o many areas such as speech recogniion, biomahemaics, and financial mahemaics. In our previous paper Nguyen and Nguyen (2015), we described HMM for one observaion, is algorihms, and applicaions. In his secion, we presen HMM for muliple observaions and is corresponding algorihms. We assume ha he muliple observaions daa are independen and have he same lengh. The basic elemens of an HMM for muliple observaions are: Observaion daa, O = {O (l), = 1, 2,..., T, l = 1, 2,..., L}, where l is numbers of independen observaion sequences and T is he lengh of each sequence, Hidden sae sequence of O, Q = {q, = 1, 2,..., T}, Possible values of each sae, {S i, i = 1, 2,..., N}, Possible symbols per sae, {v k, k = 1, 2,..., M}, Transiion marix, A = (a ij ), where a ij = P(q = S j q 1 = S i ), i, j = 1, 2,..., N, Iniial probabiliy of being in sae (regime) S i a ime = 1, p = (p i ), where p i = P(q 1 = S i ), i = 1, 2,..., N, Observaion probabiliy marix, B = {b i (k)}, where b i (k) b i (O = v k ) P(O = v k q = S i ), i = 1, 2,..., N, k = 1, 2,..., M. Parameers of an HMM are he marices A and B and he vecor p. For convenience, we use a compac noaion for he parameers, given by λ {A, B, p}. If he observaion probabiliy assumes he Gaussian disribuion, hen we have a coninuous HMM wih b i (k) = b i (O = v k ) = N (v k, µ i, σ i ), where µ i and σ i are he mean and variance of he disribuion corresponding o he sae S i, respecively, and N is Gaussian densiy funcion. For convenience, we wrie b i (O = v k ) as b i (O ). Then, he parameers of HMM are λ {A, µ, σ, p},

3 Risks 2017, 5, 62 3 of 16 where µ and σ are vecors of means and variances of he Gaussian disribuions, respecively. Wih he assumpion ha he observaions are independen, he probabiliy of observaion, denoed by P(O λ), is P(O λ) = L l=1 P(O (l) λ). There are hree main quesions ha readers should consider when using he HMM: 1. Given an observaion daa O and he model parameers λ, can we compue he probabiliies of he observaions P(O λ)? 2. Given he observaion daa O and he model parameers λ, can we find he bes hidden sae sequence of O? 3. Given he observaion O, can we find he model s parameers λ? The firs problem can be solved by using forward or backward algorihms Baum and Egon (1967); Baum and Sell (1968), he second problem was solved by using Vierbi algorihm Forney (1973); Vierbi (1967) and he Baum Welch algorihm Rabiner (1989) was developed o solve he las problem. In he paper, we only use he algorihms o solve he firs and he las problem. We firs use he Baum Welch algorihm o calibrae parameers for he model and he forward algorihm o calculae he probabiliy of observaion o predic rending signals for socks. In his secion, we inroduce he forward algorihm and he Baum Welch algorihm for HMM wih muliple observaions. These algorihms are wrien based on Baum and Egon (1967); Baum and Sell (1968); Forney (1973); Perushin (2000); Rabiner (1989) Forward Algorihm We define he join probabiliy funcion as α (l) (i) = P(O (l) 1, O(l) 2,..., O(l), q = S i λ), = 1, 2,..., T and l = 1, 2,..., L. Then, we calculae α (l) (i) recursively. The probabiliy of observaion P(O (l) λ) is jus he sum of he α (l) T (i) s. The forward algorihm 1. Iniializaion P(O λ) = 1 2. For l = 1, 2,..., L do (a) Iniializaion: for i = 1, 2,..., N α (l) =1 (i) = p ib i (O (l) 1 ). (b) Recursion: for = 2, 3,..., T, and for j = 1, 2,..., N, compue [ N ] α (l) (j) = α 1 (i)a ij b j (O (l) ). i=1 (c) Calculae: (d) Updae: 3. Oupu: P(O λ). P(O (l) λ) = N α (l) T (i). i=1 P(O λ) = P(O λ) P(O (l) λ).

4 Risks 2017, 5, 62 4 of Baum Welch Algorihm The Baum Welch algorihm is an algorihm o calibrae parameers for he HMM given he observaion daa. The algorihm was inroduced in 1970 Baum e al. (1970), in order o esimae he parameers of HMM for a single observaion. Then, in 1983, he algorihm was exended o calibrae HMM s parameers for muliple independen observaions, Levinson e al. (1983). In 2000, he algorihm was developed for muliple observaions wihou he assumpion of independence of he observaions, Li e al. (2000). In his paper, we use HMM for independen observaions, so we will inroduce he Baum Welch algorihm for his case. The Baum Welch mehod or he expecaion modificaion (EM) mehod is used o find a local maximizer, λ, of he probabiliy funcion P(O λ). In order o describe he procedure, we define he condiional probabiliy β (l) (i) = P(O (l) +1, O(l) +2,.., O(l) T q = S i, λ), for i = 1,..., N, l = 1, 2,..., L. Obviously, for i = 1, 2,..., N β (l) T (i) = 1, and we have he following backward recursive: β (l) N (i) = a ij b j (O (l) +1 )β(l) +1 (j), = T 1, T 2,..., 1. j=1 We hen defined γ (l) (i), he probabiliy of being in sae S i a ime of he observaion O (l), l = 1, 2,..., L as: γ (l) (i) = P(q = S i O (l), λ) = α(l) (i)β (l) (i) P(O (l) λ) = α(l) N i=1 α(l) (i)β (l) (i) (i)β (l) (i). The probabiliy of being in sae S i a ime and sae S j a ime + 1 of he observaion O (l), l = 1, 2,..., L as: Clearly, ξ (l) (i, j) = P(q = S i, q +1 = S j O (l), λ) = α(l) (i)a ij b j (O (l) +1 )β(l) P(O (l), λ) γ (l) (i) = N j=1 ξ (l) (i, j). +1 (j) Noe ha he parameer λ was updaed in Sep 2 of he Baum Welch algorihm o maximize he funcion P(O λ) so we will have = P(O, λ ) P(O, λ) > 0. If he observaion probabiliy b i (k), defined in Secion 2, is Gaussian, we will use he following formula o updae he model parameer, λ {A, µ, σ, p} µ i = L l=1 T 1 =1 γ(l) L l=1 T 1 =1 γ(l) (i)o (l) (i). σ i = L l=1 =1 T γ(l) (i)(o (l) µ i )(O (l) µ i ) l=1 L =1 T γ. (i) 3. Model Selecions and Daa Collecions The Hidden Markov Model has been widely used in financial mahemaics area o predic economic regimes (Krizman e al. 2012; Guidolin and Timmermann 2006; Ang and Bekaer 2002; Chen 2005; Nguyen 2014) or predic sock prices (Hassan and Nah 2005; Nobakh e al. 2012; Nguyen 2014). In his paper, we explore a new approach of HMM in predicing sock prices. In his secion, we discuss how o use he Akaike informaion crierion, AIC, and he Bayesian informaion crierion, BIC, o es he HMM s performances wih differen numbers of saes. We hen will presen

5 Risks 2017, 5, 62 5 of 16 how o use HMM o predic sock prices and apply he resuls o rade socks. Firs, we will describe he chosen daa and he AIC and BIC for HMM wih seleced numbers of saes. Baum Welch for L independen observaions O = (O (1), O (2),..., O (L) ) wih he same lengh T 1. Iniializaion: inpu parameers λ, he olerance ol, and a real number 2. Repea unil < ol Calculae P(O, λ) = Π L l=1 P(O(l) λ) using he forward algorihm (??) Calculae new parameers λ = {A, B, p }, for 1 i N p i = 1 L L γ (l) 1 (i) l=1 aij = L l=1 =1 T 1 ξ(l) (i, j) l=1 L T 1 (i), 1 j N b i (k) = Calculae = P(O, λ ) P(O, λ) Updae 3. Oupu: parameers λ. =1 γ(l) L l=1 T =1 O (l) =v (l) k γ (l) l=1 L =1 T γ(l) (i) λ = λ. (i), 1 k M 3.1. Overview of Daa Selecions We chose hree socks ha are acively rading in he sock marke o examine our model: Apple Inc. (AAPL), Alphabe Inc. (GOOGL), and Facebook Inc. (FB). The daily sock prices (open, low, high, close) of hese socks and informaion of hese companies can be found from finance.yahoo.com. We used daily hisorical prices of hese socks from 4 January 2010 o 30 Ocober 2015 in his paper Checking Model Assumpions The HMM s algorihms presened in his paper are based on he assumpion ha he observaion sequences are independen. However, he open, low, high, and close prices of a sock are highly correlaed, which can be since from he marix of correlaion in Figure 1. On he oher hand, sock reurns of hese four series prices are independen, which are shown in Figure 2. We use he Auocorrelaion funcion (ACF) o calculae he paired correlaion beween he series and plo in Figures 1 and 2. The ACF for he Facebook and Google socks are presened in Appendix A. We can see clearly from he figures ha he reurn price series have low correlaions while he sock price series have very high correlaions. Furhermore, we conduc he Ljung Box es o es he independence of each ime series. We use he es wih lag = 1 for reurns of he hree socks: AAPL, FB, and GOOGL, from 1 Ocober 2014 o 1 Ocober 2015, and presen resuls in Table 1. Noe ha he sock prices are no independen, and hey failed he Ljung Box es a significance level α = 5%, so Table 1 only displays resuls for sock reurns.

6 Risks 2017, 5, 62 6 of 16 Figure 1. ACF es for correlaion beween open, low, high, and close of Apple sock daily prices from 1 Ocober 2014 o 1 Ocober Figure 2. ACF es for correlaion beween open, low, high, and close of Apple sock daily reurn prices from 1 Ocober 2014 o 1 Ocober 2015.

7 Risks 2017, 5, 62 7 of 16 Table 1. p-values from he Ljung Box es for independencies of sock reurn series: Open, High, Low, and Close. * indicaes ha he p-value is saisically significan a α = 5%, ** indicaes ha he p-value is saisically significan a α = 1%, and *** indicaes ha he p-value is saisically significan a α = 0.1%. Sock Open High Low Close AAPL FB GOOGL The null hypohesis of he Ljung Box es is ha he daa are independenly disribued. Thus, we will accep he null hypohesis if he p-value is bigger han he chosen significan level α. From Table 1, we can see ha mos of he sock reurns series pass he independen es a he significan level α = 1%, and he only wo series ha do no pass he es a he significan level α = 0.1% are APPL s open reurns and GOOGL s low reurns. The HMM works for dependen observaion daa wih a modificaion in calculaing probabiliies of observaions. We will explore he case in our fuure sudy. We will apply HMM for predicing he daily reurns and hen forecas fuure sock prices in he nex secion Model Selecion Choosing a number of hidden saes for he HMM is a criical ask. We firs use wo sandard crieria: he AIC and he BIC o examine he performances of HMM wih differen numbers of saes. The wo measures are suiable for HMM because, in he model raining algorihm, he Baum Welch algorihm, he EM mehod was used o maximize he log-likelihood of he model. We limi numbers of saes from wo o four o keep he model simple and feasible for sock predicion. The AIC and BIC are calculaed using he following formulas, respecively: AIC = 2 ln(l) + 2k, BIC = 2 ln(l) + k ln(m), where L is he likelihood funcion for he model, M is he number of observaion poins, and k is he number of esimaed parameers in he model. In his paper, we assume ha he disribuion corresponding o each hidden sae is a Gaussian disribuion. Therefore, he number of parameers, k, is formulaed as k = N 2 + 2N 1, where N is numbers of saes used in he HMM. To rain HMM s parameers, I use hisorical observed daa of a fixed lengh T, O = {O (1), O (2), O (3), O (4), = 1, 2,..., T}, where O (i) wih i = 1, 2, 3, or 4 represens he daily reurns of open, low, high or close price of a sock, respecively. For he HMM wih single observaion, we use only he reurns of close price daa, O = O, = 1, 2,..., T, where O is sock s reurn of close price a ime. We ran he model calibraions wih differen ime lenghs, T, and saw ha he model worked well for T 80. On he resuls below, we used blocks of T = 100 rading days of sock price daa, O, o calibrae HMM s parameers and calculae he AIC and BIC numbers. Thus, he oal number of observaion poins in each BIC calculaion is M = 400 for four observaion daa and M = 100 for one observaion daa. For convenience, we did 100 calibraions for 100 blocks of daa by moving he block of daa forward, (we ook off he price of he oldes day on he block and added he price of he following day o he recen day of he block). The calibraed

8 Risks 2017, 5, 62 8 of 16 parameers of he previous sep are used as iniial parameers for he new calibraion. The raining daa se is from 16 January 2015 o 30 Ocober The firs block of sock prices of 100 rading days from 16 January 2015 o 6 June 2015 was used o calibrae HMM s parameers and calculae corresponding AIC and BIC. Le µ (O) and σ (O) be he mean and sandard deviaion of observaion daa, O, respecably. We chose iniial parameers for he firs predicion as follows: A =(a ij ), a ij = 1 N, p =(1, 0,.., 0), µ i =µ (O) + Z, Z N (0, 1), σ i =σ (O), (1) where i, j = 1,.., N and N (0, 1) is he sandard normal disribuion. The second block of 100 rading day daa from 17 January 2015 o 7 June 2015 was used for he second calibraion and so on. The HMM calibraed parameers from he curren calibraion are used as iniial parameers for he nex esimaion. We coninued he process unil we go 100 calibraions. We plo he AICs and BICs of he 100 calibraions of hese hree socks (AAPL, FB, and GOOGL) on Figures 3 5. On Figures 3 5, he graph of AIC is locaed on he lef and BIC is locaed on he righ. The lower AIC or BIC is he beer model calibraion. However, he Baum Welch algorihm only finds a local maximizer of he likelihood funcion. Therefore, we did no expec o have he same AIC or BIC if we run he calibraion wice. The resuls on Figures 3 5 showed ha he calibraion performances of he model wih differen numbers of saes differ from one simulaion o ohers. Based on he AIC resuls, he performances of HMM wih wo, hree, or four saes are almos he same. However, based on he BIC, he HMM wih wo saes is he bes candidae for all hree of he socks. Therefore, we choose he HMM wih wo saes o predic prices of he hree socks in he nex secion. Figure 3. AIC (lef) and BIC (righ) for 100 parameer calibraions of HMM using Apple, AAPL, sock daily reurn prices.

9 Risks 2017, 5, 62 9 of 16 Figure 4. AIC (lef) and BIC (righ) for 100 parameer calibraions of HMM using Google, GOOGL, sock daily reurn prices. Figure 5. AIC (lef) and BIC (righ) for 100 parameer calibraions of HMM using Facebook, FB, sock daily reurn prices. 4. Sock Price Predicion and Sock Trading In his secion, we will use HMM o predic sock prices and compare he predicion wih he real marke prices. We will predic sock prices of GOOGL, APPL, and FB using HMM wih wo saes, he bes model seleced from Secion 3.3, and calculae he relaive errors o he real marke prices. The resuls will be compared wih he naïve none change mehod. A rading sraegy using HMM is also presened in his secion Sock Price Predicion We firs inroduce how o predic sock prices using HMM. The predicion process can be divided ino hree seps. Sep 1: calibrae HMM s parameers and calculae he likelihood of he model.

10 Risks 2017, 5, of 16 Sep 2: find he day in he pas ha has a similar likelihood o he recen day. Sep 3: use he sock reurns on he day afer he similar day in he hisory o be he prediced reurn for omorrow price. This predicion approach is based on he work of Hassan and Nah (2005). However, our procedure is differen from heir mehod in ha we apply HMM for he reurns of open, low, high, and close prices, which are independen, while he auhors used he HMM direcly o open, low, high, and close prices, which are no independen. Due o applying he HMM for sock reurns, our mehod is simpler han heir mehod in he hird sep. We use HMM wih he reurns of he four observaion sequences (open, low, high, close price), as in Hassan and Nah (2005). Suppose ha we wan o predic omorrow s closing price of sock A, he predicion can be explained as follows. In he firs sep, we chose a block of T of he four daily reurn prices of sock A: open, low, high, and close, (O = {O (1), O (2), O (3), O (4), = T 99, T 98,..., T}), o calibrae HMM s parameers, λ, of he HMM. We hen calculae he probabiliy of observaion, P(O λ). We assumed ha he observaion probabiliy b i (k), defined in Secion 2, is Gaussian disribuion, so he marix B, in he parameer λ = {A, B, p}, is a 2 by N marix of means, µ, and variances, σ, of he N normal disribuions, where N is numbers of saes. In he second sep, we move he block of daa backward by one day o have new observaion daa O new = {O (1), O (2), O (3), O (4), = T 100, T 99,..., T 1} and calculae P(O new λ). We keep moving blocks of daa backward day by day unil we find a daa se O, (O = {O (1), = T 99, T 98,..., T }) such ha P(T λ) P(O λ). In he, O (2), O (3), O (4) hird sep, afer finding he pas similar day, T, we esimae he reurn of close price a ime T + 1, by using he following formula: O (4) T+1 = O(4) T +1. (2) Afer he firs predicion for sock reurn of day T + 1 we updae daa window, O, by moving i forward one day, O = {O (1), O (2), O (3), O (4), = T 98, T 97,..., T + 1}, o predic sock reurn for he day T + 2. The calibraed HMM s parameers in he firs predicion were used as he iniial parameers for he second predicion. We repea he predicion process as menioned in he firs predicion for he second predicion and so on. For HMM wih a single observaion sequence, we use O = O (4), where O (4) is he reurn of close price. The prediced close price a ime T + 1, P T+1, is calculaed by he prediced sock reurns: P T+1 = P T (O (4) T+1 + 1), (3) where P T is close price a ime T and O (4) T+1 is he reurn of close price calculaed in (2). The naïve none change mehod is applied for reurns of he hree socks close prices. The model simply akes he reurn of he close price oday o use as he reurn of he omorrow s close price O (4) T+1 = O(4) T. Afer forecasing O (4) T+1, we predic he nex day s close price by using Equaion (3). We use he naïve mehod for sock reurns insead of sock prices because, for rading purposes, if we assume no change in fuure sock prices, hen here is no rade. We presen resuls of using he HMM o predic hese hree socks AAPL, GOOGL, and FB closing prices for one year rading, 252 days, in Figures 6 8. The resuls indicae ha he HMM capures he rends of he hree socks well, while he naïve forecass ofen go o he opposie direcions of he real marke rends. We can see from Figure 7 ha he naïve forecas mehod had a few huge errors in predicing sock prices in February. The naïve model also showed is weakness when prediced prices of Google sock a he end of July 2015 are far from he acual prices.

11 Risks 2017, 5, of 16 Figure 6. HMM predicion of Apple sock daily close prices from 15 Augus 2016 o 11 Augus 2017 using wo-saes HMM and he naïve model. Figure 7. HMM predicion of Facebook sock daily close prices from 15 Augus 2016 o 11 Augus 2017 using wo-saes HMM and he naïve model. Figure 8. HMM predicion of Google sock daily close prices from 15 Augus 2016 o 11 Augus 2017 using wo-saes HMM and he naïve model.

12 Risks 2017, 5, of 16 We also compare he forecasing resuls of using he wo-sae HMM and he naïve mehod numerically by calculaing he mean absolue percenage error, MAPE, of he esimaions. MAPE = 1 N N M i P i, M i=1 i where N is number of prediced poins, M is marke price, and P is prediced price of a sock. The resuls were shown in Table 2. In Table 2, he Price Sd. and Reurn Sd. are he sandard deviaion of he sock prices and sock reurns, respecively, and he efficiencies are calculaed by aking he errors of he naïve mehod divided by he errors of he HMM. All efficiencies in he able are bigger han one, showing ha he HMM ouperformed he naïve in forecasing sock prices. Table 2. Comparison of MAPE of sock price predicions of Apple, Google, and Facebook from 15 Augus 2016 o 11 Augus 2017, beween he HMM and he naïve forecas model. Sock Price Sd. Reurn Sd. HMM s MAPE Naïve s MAPE Efficiency AAPL FB GOOGL Among hese hree socks, GOOGL s prices have he highes volailiy, bu is reurns have he lowes volailiy. These facors will affec sock rading resuls so ha we will presen he resuls in he nex secion Sock Trading In his secion, we will use he prediced reurns o rade hese hree socks: AAPL, FB, and GOOGL. The rading sraegy is: if HMM predics ha he sock price of AAPL will move up omorrow, or is reurn is posiive, we will buy his sock oday and sell i omorrow, assuming ha we buy and sell wih close prices. If he HMM predics ha he sock price will no increase omorrow, hen we will do nohing. We also assume ha here is no rading cos. For each rade, we will buy or sell 100 shares of each of hese hree socks. Based on he AIC and BIC resuls, we only use HMM wih wo saes for he sock rading. Again, we will use a block of 252 rading days, one year, from 15 Augus 2016 o 11 Augus 2017 for model esing. We presen he resuls of one year rading in he Table 3. Table 3. Sock rading resuls from 15 Augus 2016 o 11 Augus Sock Models Invesmen $ Earning $ Profi % AAPL FB GOOGL HMM 10, Naïve 10, HMM 12, Naïve 12, HMM 80,596 20, Naïve 79, In Table 3, he Invesmen is he price ha we bough 100 shares of he socks he firs ime. The Earning is he money gained, and he Profi is he percenage of reurn of he one-year rading. The resuls show ha he HMM worked beer han he naïve in rading he Facebook and Google socks. Especially in he one year rading period, he GOOGL sock yielded a much higher reurn compared o he naïve forecas mehod. However, he resuls are reversed for AAPL sock. From Figures 6 8 and Table 2, we can see ha, in he one period, he GOOGL prices have he highes volailiy and lowes risk of reurns among he hree socks. The naïve resuls are consisen wih he

13 Risks 2017, 5, of 16 risk of reurn levels, he Reurn Sd. in Table 2: he higher he risk, he beer he reurn. The HMM followed close o he risk level heoreical. Based on he resuls in Table 3, using an HMM model, raders had reurns of 32.00%, 24%, and 25% for AAPL, FB, GOOGL, respecively. Trading using HMM gave much higher reurns han using he naïve for wo socks FB and GOOGL, bu a likely lower reurn for he AAPL sock compare o he naïve. 5. Conclusions Sock s performances are an essenial indicaor of he srengh or weakness of he sock s corporaion and economic viabiliy in general. Many facors will drive sock prices up or down. In his paper, we use a Hidden Markov Model, HMM, o predic prices of hree socks: AAPL, GOOGL, and FB. We firs use he AIC and BIC crierions o examine he performances of HMM numbers of saes from wo o four. The resuls showed ha he HMM wih wo saes is he bes model among he wo, hree and four saes. We hen use he models o predic sock prices and compare he predicions wih he naïve forecas resuls by ploing he forecased prices versus he marke prices and evaluaing he mean absolue percenage error, MAPE. The predicion errors show ha HMM worked beer in predicing prices of he hree socks AAPL, FB, and GOOGL compared wih he naïve mehod. In sock rading, he HMM ouperformed he naïve for wo socks: FB and GOOGL. The graphs indicae ha he HMM is he poenial model for sock rading since i capures he rends of sock prices well. Acknowledgmens: I hank hree anonymous referees a Risks, he edior Alber Cohen, and he assisan edior Shelly Liu for heir commens and assisances. Conflics of Ineres: The auhor declares no conflic of ineres. Appendix A Figure A1. ACF es for correlaion beween open, low, high, and close of Facebook daily sock prices from 1 Ocober 2014 o 1 Ocober 2015.

14 Risks 2017, 5, of 16 Figure A2. ACF es for correlaion beween open, low, high, and close of Facebook sock daily reurns from 1 Ocober 2014 o 1 Ocober Figure A3. ACF es for correlaion beween open, low, high, and close of Google daily sock prices from 1 Ocober 2014 o 1 Ocober 2015.

15 Risks 2017, 5, of 16 Figure A4. ACF es for correlaion beween open, low, high, and close of Google sock daily reurns from 1 Ocober 2014 o 1 Ocober References Ang, Andrew, and Geer Bekaer Inernaional Asse Allocaion wih Regime Shifs. The Review of Financial Sudies 15: Baum, Leonard E., and John Alonzo Eagon An inequaliy wih applicaions o saisical esiaion for probabilisic funcions of Markov process and o a model for ecnogy. Bullein of he American Mahemaical Sociey 73: Baum, Leonard E., and Ted Perie Saisical Inference for Probabilisic Funcions of Finie Sae Markov Chains. The Annals of Mahemaical Saisics 37: Baum, Leonard E., and George Roger Sell Growh funcions for ransformaions on manifolds. Pacific Journal of Mahemaics 27: doi: /pjm Baum, Leonard E., Ted Perie, George Soules, and Norman Weiss A maximizaion echnique occurring in he saisical analysis of probabilisic funcions of Markov chains. The Annals of Mahemaical Saisics 41: Chen, Chunchih How Well Can We Predic Currency Crises? Evidence from a Three-Regime Markov-Swiching Model. Davis: Deparmen of Economics, UC Davis. Forney, G. David The Vierbi algorihm. Proceedings of he IEEE 61: Guidolin, Massimo, and Allan Timmermann Asse Allocaion under Mulivariae Regime Swiching. SSRN FRB of S. Louis Working Paper No C, FRB of S. Louis, MO, USA. Hassan, Md Rafiul, and Baikunh Nah Sock Marke Forecasing Using Hidden Markov Models: A New approach. Paper presened a he IEEE fifh Inernaional Conference on Inelligen Sysems Design and Applicaions, Warsaw, Poland, Sepember Krizman, Mark, Sebasien Page, and David Turkingon Regime Shifs: Implicaions for Dynamic Sraegies. Financial Analyss Journal 68: Levinson, Sephen E., Lawrence R. Rabiner, and Man Mohan Sondhi An inroducion o he applicaion of he heory of probabilisic funcions of Markov process o auomaic speech recogniion. Bell Sysem Technical Journal 62: Li, Xiaolin, Marc Parizeau, and Réjean Plamondon Training Hidden Markov Models wih Muliple Observaions A Combinaorial Mehod. IEEE Transacions on PAMI 22:

16 Risks 2017, 5, of 16 Nguyen, Nguye, and Dung Nguyen Hidden Markov Model for Sock Selecion. Journal of Risks in special issue: Recen Advances in Mahemaical Modeling of he Financial Markes. Risks 3: doi: /risks Nguyen, Nguye Thi Probabilisic Mehods in Esimaion and Predicion of Financial Models. Elecronic Theses, Treaises and Disseraions Ph.D. disseraion, The Florida Sae Universiy, Tallahassee, FL, USA. Nobakh, B., C. E. Joseph, and B. Loni Sock marke analysis and predicion using hidden markov models. Paper presened a he 2012 Sudens Conference on IEEE Engineering and Sysems (SCES), Allahabad, Uar Pradesh, India, March 16 18, pp Perushin, Valery A Hidden Markov Models: Fundamenals and Applicaions (par 2-discree and coninuous hidden markov models). Online Symposium for Elecronics Engineer. Available online: hp://cieseerx.is.psu.edu/viewdoc/download?doi= &rep=rep1&ype=pdf (accessed on 23 November 2017). Rabiner, Lawrence R A Tuorial on Hidden Markov Models and Seleced Applicaions in Speech Recogniion. Proceedings of he IEEE 77: Vierbi, Andrew J Error bounds for convoluional codes and an asympoically opimal decoding algorihm. IEEE Transacions on Informaion Theory IT-13: c 2017 by he auhor. Licensee MDPI, Basel, Swizerland. This aricle is an open access aricle disribued under he erms and condiions of he Creaive Commons Aribuion (CC BY) license (hp://creaivecommons.org/licenses/by/4.0/).

This specification describes the models that are used to forecast

This specification describes the models that are used to forecast PCE and CPI Inflaion Differenials: Convering Inflaion Forecass Model Specificaion By Craig S. Hakkio This specificaion describes he models ha are used o forecas he inflaion differenial. The 14 forecass

More information

VaR and Low Interest Rates

VaR and Low Interest Rates VaR and Low Ineres Raes Presened a he Sevenh Monreal Indusrial Problem Solving Workshop By Louis Doray (U de M) Frédéric Edoukou (U de M) Rim Labdi (HEC Monréal) Zichun Ye (UBC) 20 May 2016 P r e s e n

More information

A Note on Missing Data Effects on the Hausman (1978) Simultaneity Test:

A Note on Missing Data Effects on the Hausman (1978) Simultaneity Test: A Noe on Missing Daa Effecs on he Hausman (978) Simulaneiy Tes: Some Mone Carlo Resuls. Dikaios Tserkezos and Konsaninos P. Tsagarakis Deparmen of Economics, Universiy of Cree, Universiy Campus, 7400,

More information

UCLA Department of Economics Fall PhD. Qualifying Exam in Macroeconomic Theory

UCLA Department of Economics Fall PhD. Qualifying Exam in Macroeconomic Theory UCLA Deparmen of Economics Fall 2016 PhD. Qualifying Exam in Macroeconomic Theory Insrucions: This exam consiss of hree pars, and you are o complee each par. Answer each par in a separae bluebook. All

More information

Extreme Risk Value and Dependence Structure of the China Securities Index 300

Extreme Risk Value and Dependence Structure of the China Securities Index 300 MPRA Munich Personal RePEc Archive Exreme Risk Value and Dependence Srucure of he China Securiies Index 300 Terence Tai Leung Chong and Yue Ding and Tianxiao Pang The Chinese Universiy of Hong Kong, The

More information

You should turn in (at least) FOUR bluebooks, one (or more, if needed) bluebook(s) for each question.

You should turn in (at least) FOUR bluebooks, one (or more, if needed) bluebook(s) for each question. UCLA Deparmen of Economics Spring 05 PhD. Qualifying Exam in Macroeconomic Theory Insrucions: This exam consiss of hree pars, and each par is worh 0 poins. Pars and have one quesion each, and Par 3 has

More information

VOLATILITY CLUSTERING, NEW HEAVY-TAILED DISTRIBUTION AND THE STOCK MARKET RETURNS IN SOUTH KOREA

VOLATILITY CLUSTERING, NEW HEAVY-TAILED DISTRIBUTION AND THE STOCK MARKET RETURNS IN SOUTH KOREA 64 VOLATILITY CLUSTERING, NEW HEAVY-TAILED DISTRIBUTION AND THE STOCK MARKET RETURNS IN SOUTH KOREA Yoon Hong, PhD, Research Fellow Deparmen of Economics Hanyang Universiy, Souh Korea Ji-chul Lee, PhD,

More information

Midterm Exam. Use the end of month price data for the S&P 500 index in the table below to answer the following questions.

Midterm Exam. Use the end of month price data for the S&P 500 index in the table below to answer the following questions. Universiy of Washingon Winer 00 Deparmen of Economics Eric Zivo Economics 483 Miderm Exam This is a closed book and closed noe exam. However, you are allowed one page of handwrien noes. Answer all quesions

More information

R e. Y R, X R, u e, and. Use the attached excel spreadsheets to

R e. Y R, X R, u e, and. Use the attached excel spreadsheets to HW # Saisical Financial Modeling ( P Theodossiou) 1 The following are annual reurns for US finance socks (F) and he S&P500 socks index (M) Year Reurn Finance Socks Reurn S&P500 Year Reurn Finance Socks

More information

Documentation: Philadelphia Fed's Real-Time Data Set for Macroeconomists First-, Second-, and Third-Release Values

Documentation: Philadelphia Fed's Real-Time Data Set for Macroeconomists First-, Second-, and Third-Release Values Documenaion: Philadelphia Fed's Real-Time Daa Se for Macroeconomiss Firs-, Second-, and Third-Release Values Las Updaed: December 16, 2013 1. Inroducion We documen our compuaional mehods for consrucing

More information

Estimating Earnings Trend Using Unobserved Components Framework

Estimating Earnings Trend Using Unobserved Components Framework Esimaing Earnings Trend Using Unobserved Componens Framework Arabinda Basisha and Alexander Kurov College of Business and Economics, Wes Virginia Universiy December 008 Absrac Regressions using valuaion

More information

STATIONERY REQUIREMENTS SPECIAL REQUIREMENTS 20 Page booklet List of statistical formulae New Cambridge Elementary Statistical Tables

STATIONERY REQUIREMENTS SPECIAL REQUIREMENTS 20 Page booklet List of statistical formulae New Cambridge Elementary Statistical Tables ECONOMICS RIPOS Par I Friday 7 June 005 9 Paper Quaniaive Mehods in Economics his exam comprises four secions. Secions A and B are on Mahemaics; Secions C and D are on Saisics. You should do he appropriae

More information

PARAMETER ESTIMATION IN A BLACK SCHOLES

PARAMETER ESTIMATION IN A BLACK SCHOLES PARAMETER ESTIMATIO I A BLACK SCHOLES Musafa BAYRAM *, Gulsen ORUCOVA BUYUKOZ, Tugcem PARTAL * Gelisim Universiy Deparmen of Compuer Engineering, 3435 Isanbul, Turkey Yildiz Technical Universiy Deparmen

More information

Advanced Forecasting Techniques and Models: Time-Series Forecasts

Advanced Forecasting Techniques and Models: Time-Series Forecasts Advanced Forecasing Techniques and Models: Time-Series Forecass Shor Examples Series using Risk Simulaor For more informaion please visi: www.realopionsvaluaion.com or conac us a: admin@realopionsvaluaion.com

More information

FORECASTING WITH A LINEX LOSS: A MONTE CARLO STUDY

FORECASTING WITH A LINEX LOSS: A MONTE CARLO STUDY Proceedings of he 9h WSEAS Inernaional Conference on Applied Mahemaics, Isanbul, Turkey, May 7-9, 006 (pp63-67) FORECASTING WITH A LINEX LOSS: A MONTE CARLO STUDY Yasemin Ulu Deparmen of Economics American

More information

Pricing FX Target Redemption Forward under. Regime Switching Model

Pricing FX Target Redemption Forward under. Regime Switching Model In. J. Conemp. Mah. Sciences, Vol. 8, 2013, no. 20, 987-991 HIKARI Ld, www.m-hikari.com hp://dx.doi.org/10.12988/ijcms.2013.311123 Pricing FX Targe Redempion Forward under Regime Swiching Model Ho-Seok

More information

On the Impact of Inflation and Exchange Rate on Conditional Stock Market Volatility: A Re-Assessment

On the Impact of Inflation and Exchange Rate on Conditional Stock Market Volatility: A Re-Assessment MPRA Munich Personal RePEc Archive On he Impac of Inflaion and Exchange Rae on Condiional Sock Marke Volailiy: A Re-Assessmen OlaOluwa S Yaya and Olanrewaju I Shiu Deparmen of Saisics, Universiy of Ibadan,

More information

An Incentive-Based, Multi-Period Decision Model for Hierarchical Systems

An Incentive-Based, Multi-Period Decision Model for Hierarchical Systems Wernz C. and Deshmukh A. An Incenive-Based Muli-Period Decision Model for Hierarchical Sysems Proceedings of he 3 rd Inernaional Conference on Global Inerdependence and Decision Sciences (ICGIDS) pp. 84-88

More information

Comparison of back-testing results for various VaR estimation methods. Aleš Kresta, ICSP 2013, Bergamo 8 th July, 2013

Comparison of back-testing results for various VaR estimation methods. Aleš Kresta, ICSP 2013, Bergamo 8 th July, 2013 Comparison of back-esing resuls for various VaR esimaion mehods, ICSP 3, Bergamo 8 h July, 3 THE MOTIVATION AND GOAL In order o esimae he risk of financial invesmens, i is crucial for all he models o esimae

More information

IJRSS Volume 2, Issue 2 ISSN:

IJRSS Volume 2, Issue 2 ISSN: A LOGITIC BROWNIAN MOTION WITH A PRICE OF DIVIDEND YIELDING AET D. B. ODUOR ilas N. Onyango _ Absrac: In his paper, we have used he idea of Onyango (2003) he used o develop a logisic equaion used in naural

More information

CENTRO DE ESTUDIOS MONETARIOS Y FINANCIEROS T. J. KEHOE MACROECONOMICS I WINTER 2011 PROBLEM SET #6

CENTRO DE ESTUDIOS MONETARIOS Y FINANCIEROS T. J. KEHOE MACROECONOMICS I WINTER 2011 PROBLEM SET #6 CENTRO DE ESTUDIOS MONETARIOS Y FINANCIEROS T J KEHOE MACROECONOMICS I WINTER PROBLEM SET #6 This quesion requires you o apply he Hodrick-Presco filer o he ime series for macroeconomic variables for he

More information

Macroeconomics II A dynamic approach to short run economic fluctuations. The DAD/DAS model.

Macroeconomics II A dynamic approach to short run economic fluctuations. The DAD/DAS model. Macroeconomics II A dynamic approach o shor run economic flucuaions. The DAD/DAS model. Par 2. The demand side of he model he dynamic aggregae demand (DAD) Inflaion and dynamics in he shor run So far,

More information

INSTITUTE OF ACTUARIES OF INDIA

INSTITUTE OF ACTUARIES OF INDIA INSTITUTE OF ACTUARIES OF INDIA EXAMINATIONS 05 h November 007 Subjec CT8 Financial Economics Time allowed: Three Hours (14.30 17.30 Hrs) Toal Marks: 100 INSTRUCTIONS TO THE CANDIDATES 1) Do no wrie your

More information

The Mathematics Of Stock Option Valuation - Part Four Deriving The Black-Scholes Model Via Partial Differential Equations

The Mathematics Of Stock Option Valuation - Part Four Deriving The Black-Scholes Model Via Partial Differential Equations The Mahemaics Of Sock Opion Valuaion - Par Four Deriving The Black-Scholes Model Via Parial Differenial Equaions Gary Schurman, MBE, CFA Ocober 1 In Par One we explained why valuing a call opion as a sand-alone

More information

Market and Information Economics

Market and Information Economics Marke and Informaion Economics Preliminary Examinaion Deparmen of Agriculural Economics Texas A&M Universiy May 2015 Insrucions: This examinaion consiss of six quesions. You mus answer he firs quesion

More information

Financial Econometrics Jeffrey R. Russell Midterm Winter 2011

Financial Econometrics Jeffrey R. Russell Midterm Winter 2011 Name Financial Economerics Jeffrey R. Russell Miderm Winer 2011 You have 2 hours o complee he exam. Use can use a calculaor. Try o fi all your work in he space provided. If you find you need more space

More information

Asymmetry and Leverage in Stochastic Volatility Models: An Exposition

Asymmetry and Leverage in Stochastic Volatility Models: An Exposition Asymmery and Leverage in Sochasic Volailiy Models: An xposiion Asai, M. a and M. McAleer b a Faculy of conomics, Soka Universiy, Japan b School of conomics and Commerce, Universiy of Wesern Ausralia Keywords:

More information

a. If Y is 1,000, M is 100, and the growth rate of nominal money is 1 percent, what must i and P be?

a. If Y is 1,000, M is 100, and the growth rate of nominal money is 1 percent, what must i and P be? Problem Se 4 ECN 101 Inermediae Macroeconomics SOLUTIONS Numerical Quesions 1. Assume ha he demand for real money balance (M/P) is M/P = 0.6-100i, where is naional income and i is he nominal ineres rae.

More information

Market risk VaR historical simulation model with autocorrelation effect: A note

Market risk VaR historical simulation model with autocorrelation effect: A note Inernaional Journal of Banking and Finance Volume 6 Issue 2 Aricle 9 3--29 Marke risk VaR hisorical simulaion model wih auocorrelaion effec: A noe Wananee Surapaioolkorn SASIN Chulalunkorn Universiy Follow

More information

Equivalent Martingale Measure in Asian Geometric Average Option Pricing

Equivalent Martingale Measure in Asian Geometric Average Option Pricing Journal of Mahemaical Finance, 4, 4, 34-38 ublished Online Augus 4 in SciRes hp://wwwscirporg/journal/jmf hp://dxdoiorg/436/jmf4447 Equivalen Maringale Measure in Asian Geomeric Average Opion ricing Yonggang

More information

1 Purpose of the paper

1 Purpose of the paper Moneary Economics 2 F.C. Bagliano - Sepember 2017 Noes on: F.X. Diebold and C. Li, Forecasing he erm srucure of governmen bond yields, Journal of Economerics, 2006 1 Purpose of he paper The paper presens

More information

Watch out for the impact of Scottish independence opinion polls on UK s borrowing costs

Watch out for the impact of Scottish independence opinion polls on UK s borrowing costs Wach ou for he impac of Scoish independence opinion polls on UK s borrowing coss Cosas Milas (Universiy of Liverpool; email: cosas.milas@liverpool.ac.uk) and Tim Worrall (Universiy of Edinburgh; email:

More information

Output: The Demand for Goods and Services

Output: The Demand for Goods and Services IN CHAPTER 15 how o incorporae dynamics ino he AD-AS model we previously sudied how o use he dynamic AD-AS model o illusrae long-run economic growh how o use he dynamic AD-AS model o race ou he effecs

More information

The Impact of Interest Rate Liberalization Announcement in China on the Market Value of Hong Kong Listed Chinese Commercial Banks

The Impact of Interest Rate Liberalization Announcement in China on the Market Value of Hong Kong Listed Chinese Commercial Banks Journal of Finance and Invesmen Analysis, vol. 2, no.3, 203, 35-39 ISSN: 224-0998 (prin version), 224-0996(online) Scienpress Ld, 203 The Impac of Ineres Rae Liberalizaion Announcemen in China on he Marke

More information

Models of Default Risk

Models of Default Risk Models of Defaul Risk Models of Defaul Risk 1/29 Inroducion We consider wo general approaches o modelling defaul risk, a risk characerizing almos all xed-income securiies. The srucural approach was developed

More information

On the Relationship between Time-Varying Price dynamics of the Underlying. Stocks: Deregulation Effect on the Issuance of Third-Party Put Warrant

On the Relationship between Time-Varying Price dynamics of the Underlying. Stocks: Deregulation Effect on the Issuance of Third-Party Put Warrant On he Relaionship beween Time-Varying Price dynamics of he Underlying Socks: Deregulaion Effec on he Issuance of Third-Pary Pu Warran Yi-Chen Wang * Deparmen of Financial Operaions, Naional Kaohsiung Firs

More information

Problem Set 1 Answers. a. The computer is a final good produced and sold in Hence, 2006 GDP increases by $2,000.

Problem Set 1 Answers. a. The computer is a final good produced and sold in Hence, 2006 GDP increases by $2,000. Social Analysis 10 Spring 2006 Problem Se 1 Answers Quesion 1 a. The compuer is a final good produced and sold in 2006. Hence, 2006 GDP increases by $2,000. b. The bread is a final good sold in 2006. 2006

More information

INSTITUTE OF ACTUARIES OF INDIA

INSTITUTE OF ACTUARIES OF INDIA INSIUE OF ACUARIES OF INDIA EAMINAIONS 23 rd May 2011 Subjec S6 Finance and Invesmen B ime allowed: hree hours (9.45* 13.00 Hrs) oal Marks: 100 INSRUCIONS O HE CANDIDAES 1. Please read he insrucions on

More information

Macroeconomics. Part 3 Macroeconomics of Financial Markets. Lecture 8 Investment: basic concepts

Macroeconomics. Part 3 Macroeconomics of Financial Markets. Lecture 8 Investment: basic concepts Macroeconomics Par 3 Macroeconomics of Financial Markes Lecure 8 Invesmen: basic conceps Moivaion General equilibrium Ramsey and OLG models have very simple assumpions ha invesmen ino producion capial

More information

Data Mining Anomaly Detection. Lecture Notes for Chapter 10. Introduction to Data Mining

Data Mining Anomaly Detection. Lecture Notes for Chapter 10. Introduction to Data Mining Daa Mining Anomaly Deecion Lecure Noes for Chaper 10 Inroducion o Daa Mining by Tan, Seinbach, Kumar Tan,Seinbach, Kumar Inroducion o Daa Mining 4/18/2004 1 Anomaly/Oulier Deecion Wha are anomalies/ouliers?

More information

Data Mining Anomaly Detection. Lecture Notes for Chapter 10. Introduction to Data Mining

Data Mining Anomaly Detection. Lecture Notes for Chapter 10. Introduction to Data Mining Daa Mining Anomaly Deecion Lecure Noes for Chaper 10 Inroducion o Daa Mining by Tan, Seinbach, Kumar Tan,Seinbach, Kumar Inroducion o Daa Mining 4/18/2004 1 Anomaly/Oulier Deecion Wha are anomalies/ouliers?

More information

A NOVEL MODEL UPDATING METHOD: UPDATING FUNCTION MODEL WITH GROSS DOMESTIC PRODUCT PER CAPITA

A NOVEL MODEL UPDATING METHOD: UPDATING FUNCTION MODEL WITH GROSS DOMESTIC PRODUCT PER CAPITA 1 1 1 1 1 1 1 1 0 1 A NOVEL MODEL UPDATING METHOD: UPDATING FUNCTION MODEL WITH GROSS DOMESTIC PRODUCT PER CAPITA Nobuhiro Graduae School of Business Adminisraion, Kobe Universiy, Japan -1 Rokkodai-cho,

More information

The Relationship between Money Demand and Interest Rates: An Empirical Investigation in Sri Lanka

The Relationship between Money Demand and Interest Rates: An Empirical Investigation in Sri Lanka The Relaionship beween Money Demand and Ineres Raes: An Empirical Invesigaion in Sri Lanka R. C. P. Padmasiri 1 and O. G. Dayarana Banda 2 1 Economic Research Uni, Deparmen of Expor Agriculure 2 Deparmen

More information

A NOTE ON BUSINESS CYCLE NON-LINEARITY IN U.S. CONSUMPTION 247

A NOTE ON BUSINESS CYCLE NON-LINEARITY IN U.S. CONSUMPTION 247 Journal of Applied Economics, Vol. VI, No. 2 (Nov 2003), 247-253 A NOTE ON BUSINESS CYCLE NON-LINEARITY IN U.S. CONSUMPTION 247 A NOTE ON BUSINESS CYCLE NON-LINEARITY IN U.S. CONSUMPTION STEVEN COOK *

More information

Introduction. Enterprises and background. chapter

Introduction. Enterprises and background. chapter NACE: High-Growh Inroducion Enerprises and background 18 chaper High-Growh Enerprises 8 8.1 Definiion A variey of approaches can be considered as providing he basis for defining high-growh enerprises.

More information

MA Advanced Macro, 2016 (Karl Whelan) 1

MA Advanced Macro, 2016 (Karl Whelan) 1 MA Advanced Macro, 2016 (Karl Whelan) 1 The Calvo Model of Price Rigidiy The form of price rigidiy faced by he Calvo firm is as follows. Each period, only a random fracion (1 ) of firms are able o rese

More information

Predictive Analytics : QM901.1x Prof U Dinesh Kumar, IIMB. All Rights Reserved, Indian Institute of Management Bangalore

Predictive Analytics : QM901.1x Prof U Dinesh Kumar, IIMB. All Rights Reserved, Indian Institute of Management Bangalore Predicive Analyics : QM901.1x All Righs Reserved, Indian Insiue of Managemen Bangalore Predicive Analyics : QM901.1x Those who have knowledge don predic. Those who predic don have knowledge. - Lao Tzu

More information

Stock Market Behaviour Around Profit Warning Announcements

Stock Market Behaviour Around Profit Warning Announcements Sock Marke Behaviour Around Profi Warning Announcemens Henryk Gurgul Conen 1. Moivaion 2. Review of exising evidence 3. Main conjecures 4. Daa and preliminary resuls 5. GARCH relaed mehodology 6. Empirical

More information

Finance Solutions to Problem Set #6: Demand Estimation and Forecasting

Finance Solutions to Problem Set #6: Demand Estimation and Forecasting Finance 30210 Soluions o Problem Se #6: Demand Esimaion and Forecasing 1) Consider he following regression for Ice Cream sales (in housands) as a funcion of price in dollars per pin. My daa is aken from

More information

Forecasting Financial Time Series

Forecasting Financial Time Series 1 Inroducion Forecasing Financial Time Series Peer Princ 1, Sára Bisová 2, Adam Borovička 3 Absrac. Densiy forecas is an esimae of he probabiliy disribuion of he possible fuure values of a random variable.

More information

FINAL EXAM EC26102: MONEY, BANKING AND FINANCIAL MARKETS MAY 11, 2004

FINAL EXAM EC26102: MONEY, BANKING AND FINANCIAL MARKETS MAY 11, 2004 FINAL EXAM EC26102: MONEY, BANKING AND FINANCIAL MARKETS MAY 11, 2004 This exam has 50 quesions on 14 pages. Before you begin, please check o make sure ha your copy has all 50 quesions and all 14 pages.

More information

GUIDELINE Solactive Gold Front Month MD Rolling Futures Index ER. Version 1.1 dated April 13 th, 2017

GUIDELINE Solactive Gold Front Month MD Rolling Futures Index ER. Version 1.1 dated April 13 th, 2017 GUIDELINE Solacive Gold Fron Monh MD Rolling Fuures Index ER Version 1.1 daed April 13 h, 2017 Conens Inroducion 1 Index specificaions 1.1 Shor name and ISIN 1.2 Iniial value 1.3 Disribuion 1.4 Prices

More information

Importance of the macroeconomic variables for variance. prediction: A GARCH-MIDAS approach

Importance of the macroeconomic variables for variance. prediction: A GARCH-MIDAS approach Imporance of he macroeconomic variables for variance predicion: A GARCH-MIDAS approach Hossein Asgharian * : Deparmen of Economics, Lund Universiy Ai Jun Hou: Deparmen of Business and Economics, Souhern

More information

Description of the CBOE S&P 500 2% OTM BuyWrite Index (BXY SM )

Description of the CBOE S&P 500 2% OTM BuyWrite Index (BXY SM ) Descripion of he CBOE S&P 500 2% OTM BuyWrie Index (BXY SM ) Inroducion. The CBOE S&P 500 2% OTM BuyWrie Index (BXY SM ) is a benchmark index designed o rack he performance of a hypoheical 2% ou-of-he-money

More information

May 2007 Exam MFE Solutions 1. Answer = (B)

May 2007 Exam MFE Solutions 1. Answer = (B) May 007 Exam MFE Soluions. Answer = (B) Le D = he quarerly dividend. Using formula (9.), pu-call pariy adjused for deerminisic dividends, we have 0.0 0.05 0.03 4.50 =.45 + 5.00 D e D e 50 e = 54.45 D (

More information

Portfolio Risk of Chinese Stock Market Measured by VaR Method

Portfolio Risk of Chinese Stock Market Measured by VaR Method Vol.53 (ICM 014), pp.6166 hp://dx.doi.org/10.1457/asl.014.53.54 Porfolio Risk of Chinese Sock Marke Measured by VaR Mehod Wu Yudong School of Basic Science,Harbin Universiy of Commerce,Harbin Email:wuyudong@aliyun.com

More information

Measuring and Forecasting the Daily Variance Based on High-Frequency Intraday and Electronic Data

Measuring and Forecasting the Daily Variance Based on High-Frequency Intraday and Electronic Data Measuring and Forecasing he Daily Variance Based on High-Frequency Inraday and Elecronic Daa Faemeh Behzadnejad Supervisor: Benoi Perron Absrac For he 4-hr foreign exchange marke, Andersen and Bollerslev

More information

Ch. 10 Measuring FX Exposure. Is Exchange Rate Risk Relevant? MNCs Take on FX Risk

Ch. 10 Measuring FX Exposure. Is Exchange Rate Risk Relevant? MNCs Take on FX Risk Ch. 10 Measuring FX Exposure Topics Exchange Rae Risk: Relevan? Types of Exposure Transacion Exposure Economic Exposure Translaion Exposure Is Exchange Rae Risk Relevan?? Purchasing Power Pariy: Exchange

More information

A Regime Switching Independent Component Analysis Method for Temporal Data

A Regime Switching Independent Component Analysis Method for Temporal Data Journal of Compuaions & Modelling, vol.2, no.1, 2012, 109-122 ISSN: 1792-7625 (prin), 1792-8850 (online) Inernaional Scienific Press, 2012 A Regime Swiching Independen Componen Analysis Mehod for Temporal

More information

Introduction to Black-Scholes Model

Introduction to Black-Scholes Model 4 azuhisa Masuda All righs reserved. Inroducion o Black-choles Model Absrac azuhisa Masuda Deparmen of Economics he Graduae Cener, he Ciy Universiy of New York, 365 Fifh Avenue, New York, NY 6-439 Email:

More information

Financial Markets And Empirical Regularities An Introduction to Financial Econometrics

Financial Markets And Empirical Regularities An Introduction to Financial Econometrics Financial Markes And Empirical Regulariies An Inroducion o Financial Economerics SAMSI Workshop 11/18/05 Mike Aguilar UNC a Chapel Hill www.unc.edu/~maguilar 1 Ouline I. Hisorical Perspecive on Asse Prices

More information

Prediction of Rain-fall flow Time Series using Auto-Regressive Models

Prediction of Rain-fall flow Time Series using Auto-Regressive Models Available online a www.pelagiaresearchlibrary.com Advances in Applied Science Research, 2011, 2 (2): 128-133 ISSN: 0976-8610 CODEN (USA): AASRFC Predicion of Rain-fall flow Time Series using Auo-Regressive

More information

Final Exam Answers Exchange Rate Economics

Final Exam Answers Exchange Rate Economics Kiel Insiu für Welwirhschaf Advanced Sudies in Inernaional Economic Policy Research Spring 2005 Menzie D. Chinn Final Exam Answers Exchange Rae Economics This exam is 1 ½ hours long. Answer all quesions.

More information

Inventory Investment. Investment Decision and Expected Profit. Lecture 5

Inventory Investment. Investment Decision and Expected Profit. Lecture 5 Invenory Invesmen. Invesmen Decision and Expeced Profi Lecure 5 Invenory Accumulaion 1. Invenory socks 1) Changes in invenory holdings represen an imporan and highly volaile ype of invesmen spending. 2)

More information

Agenda. What is an ESG? GIRO Convention September 2008 Hilton Sorrento Palace

Agenda. What is an ESG? GIRO Convention September 2008 Hilton Sorrento Palace GIRO Convenion 23-26 Sepember 2008 Hilon Sorreno Palace A Pracical Sudy of Economic Scenario Generaors For General Insurers Gareh Haslip Benfield Group Agenda Inroducion o economic scenario generaors Building

More information

8/17/2015. Lisa M. Grantland Product Manager, Epicor

8/17/2015. Lisa M. Grantland Product Manager, Epicor Lisa M. Granland Produc Manager, Epicor 1 2 Release 879 Enhancemen UFO Enhancemen Commiee Addiions and Fixes in 900.13 Addiional forecasing ools Updae Demand unchanged Deermining Seasonaliy Paern 3 New

More information

Have bull and bear markets changed over time? Empirical evidence from the US-stock market

Have bull and bear markets changed over time? Empirical evidence from the US-stock market Journal of Finance and Invesmen Analysis, vol.1, no.1, 2012, 151-171 ISSN: 2241-0988 (prin version), 2241-0996 (online) Inernaional Scienific Press, 2012 Have bull and bear markes changed over ime? Empirical

More information

TESTING FOR SKEWNESS IN AR CONDITIONAL VOLATILITY MODELS FOR FINANCIAL RETURN SERIES

TESTING FOR SKEWNESS IN AR CONDITIONAL VOLATILITY MODELS FOR FINANCIAL RETURN SERIES WORKING PAPER 01: TESTING FOR SKEWNESS IN AR CONDITIONAL VOLATILITY MODELS FOR FINANCIAL RETURN SERIES Panagiois Manalos and Alex Karagrigoriou Deparmen of Saisics, Universiy of Örebro, Sweden & Deparmen

More information

Forecasting with Judgment

Forecasting with Judgment Forecasing wih Judgmen Simone Manganelli DG-Research European Cenral Bank Frankfur am Main, German) Disclaimer: he views expressed in his paper are our own and do no necessaril reflec he views of he ECB

More information

Computer Lab 6. Minitab Project Report. Time Series Plot of x. Year

Computer Lab 6. Minitab Project Report. Time Series Plot of x. Year Compuer Lab Problem. Lengh of Growing Season in England Miniab Projec Repor Time Series Plo of x x 77 8 8 889 Year 98 97 The ime series plo indicaes a consan rend up o abou 9, hen he lengh of growing season

More information

UNIVERSITY OF MORATUWA

UNIVERSITY OF MORATUWA MA5100 UNIVERSITY OF MORATUWA MSC/POSTGRADUATE DIPLOMA IN FINANCIAL MATHEMATICS 009 MA 5100 INTRODUCTION TO STATISTICS THREE HOURS November 009 Answer FIVE quesions and NO MORE. Quesion 1 (a) A supplier

More information

International transmission of shocks:

International transmission of shocks: Inernaional ransmission of shocks: A ime-varying FAVAR approach o he Open Economy Philip Liu Haroon Mumaz Moneary Analysis Cener for Cenral Banking Sudies Bank of England Bank of England CEF 9 (Sydney)

More information

Available online at ScienceDirect

Available online at  ScienceDirect Available online a www.sciencedirec.com ScienceDirec Procedia Economics and Finance 8 ( 04 658 663 s Inernaional Conference 'Economic Scienific Research - Theoreical, Empirical and Pracical Approaches',

More information

Systemic Risk Illustrated

Systemic Risk Illustrated Sysemic Risk Illusraed Jean-Pierre Fouque Li-Hsien Sun March 2, 22 Absrac We sudy he behavior of diffusions coupled hrough heir drifs in a way ha each componen mean-revers o he mean of he ensemble. In

More information

DOES EVA REALLY HELP LONG TERM STOCK PERFORMANCE?

DOES EVA REALLY HELP LONG TERM STOCK PERFORMANCE? DOES EVA REALLY HELP LONG TERM STOCK PERFORMANCE? Wesley M. Jones, Jr. The Ciadel wes.jones@ciadel.edu George Lowry, Randolph Macon College glowry@rmc.edu ABSTRACT Economic Value Added (EVA) as a philosophy

More information

Robustness of Memory-Type Charts to Skew Processes

Robustness of Memory-Type Charts to Skew Processes Inernaional Journal of Applied Physics and Mahemaics Robusness of Memory-Type Chars o Skew Processes Saowani Sukparungsee* Deparmen of Applied Saisics, Faculy of Applied Science, King Mongku s Universiy

More information

Non-Stationary Processes: Part IV. ARCH(m) (Autoregressive Conditional Heteroskedasticity) Models

Non-Stationary Processes: Part IV. ARCH(m) (Autoregressive Conditional Heteroskedasticity) Models Alber-Ludwigs Universiy Freiburg Deparmen of Economics Time Series Analysis, Summer 29 Dr. Sevap Kesel Non-Saionary Processes: Par IV ARCH(m) (Auoregressive Condiional Heeroskedasiciy) Models Saionary

More information

GUIDELINE Solactive Bitcoin Front Month Rolling Futures 5D Index ER. Version 1.0 dated December 8 th, 2017

GUIDELINE Solactive Bitcoin Front Month Rolling Futures 5D Index ER. Version 1.0 dated December 8 th, 2017 GUIDELINE Solacive Bicoin Fron Monh Rolling Fuures 5D Index ER Version 1.0 daed December 8 h, 2017 Conens Inroducion 1 Index specificaions 1.1 Shor name and ISIN 1.2 Iniial value 1.3 Disribuion 1.4 Prices

More information

Modelling Volatility Using High, Low, Open and Closing Prices: Evidence from Four S&P Indices

Modelling Volatility Using High, Low, Open and Closing Prices: Evidence from Four S&P Indices Inernaional Research Journal of Finance and Economics ISSN 1450-2887 Issue 28 (2009) EuroJournals Publishing, Inc. 2009 hp://www.eurojournals.com/finance.hm Modelling Volailiy Using High, Low, Open and

More information

San Francisco State University ECON 560 Summer 2018 Problem set 3 Due Monday, July 23

San Francisco State University ECON 560 Summer 2018 Problem set 3 Due Monday, July 23 San Francisco Sae Universiy Michael Bar ECON 56 Summer 28 Problem se 3 Due Monday, July 23 Name Assignmen Rules. Homework assignmens mus be yped. For insrucions on how o ype equaions and mah objecs please

More information

Key Formulas. From Larson/Farber Elementary Statistics: Picturing the World, Fifth Edition 2012 Prentice Hall. Standard Score: CHAPTER 3.

Key Formulas. From Larson/Farber Elementary Statistics: Picturing the World, Fifth Edition 2012 Prentice Hall. Standard Score: CHAPTER 3. Key Formulas From Larson/Farber Elemenary Saisics: Picuring he World, Fifh Ediion 01 Prenice Hall CHAPTER Class Widh = Range of daa Number of classes 1round up o nex convenien number 1Lower class limi

More information

Linkages and Performance Comparison among Eastern Europe Stock Markets

Linkages and Performance Comparison among Eastern Europe Stock Markets Easern Europe Sock Marke hp://dx.doi.org/10.14195/2183-203x_39_4 Linkages and Performance Comparison among Easern Europe Sock Markes Faculdade de Economia da Universidade de Coimbra and GEMF absrac This

More information

Volatility Spillovers between U.S. Home Price Tiers. Tiers during the Housing Bubble

Volatility Spillovers between U.S. Home Price Tiers. Tiers during the Housing Bubble Inroducion Daa The dynamic correlaion-coefficien model Volailiy Spillovers beween U.S. Home Price Tiers during he Housing Bubble Damian Damianov Deparmen of Economics and Finance The Universiy of Texas

More information

Predictive Ability of Three Different Estimates of Cay to Excess Stock Returns A Comparative Study for South Africa and USA

Predictive Ability of Three Different Estimates of Cay to Excess Stock Returns A Comparative Study for South Africa and USA European Research Sudies, Volume XVII, Issue (1), 2014 pp. 3-18 Predicive Abiliy of Three Differen Esimaes of Cay o Excess Sock Reurns A Comparaive Sudy for Souh Africa and USA Noha Emara 1 Absrac: The

More information

Web Usage Patterns Using Association Rules and Markov Chains

Web Usage Patterns Using Association Rules and Markov Chains Web Usage Paerns Using Associaion Rules and Markov hains handrakasem Rajabha Universiy, Thailand amnas.cru@gmail.com Absrac - The objecive of his research is o illusrae he probabiliy of web page using

More information

Multiple Choice Questions Solutions are provided directly when you do the online tests.

Multiple Choice Questions Solutions are provided directly when you do the online tests. SOLUTIONS Muliple Choice Quesions Soluions are provided direcly when you do he online ess. Numerical Quesions 1. Nominal and Real GDP Suppose han an economy consiss of only 2 ypes of producs: compuers

More information

Online Appendix to: Implementing Supply Routing Optimization in a Make-To-Order Manufacturing Network

Online Appendix to: Implementing Supply Routing Optimization in a Make-To-Order Manufacturing Network Online Appendix o: Implemening Supply Rouing Opimizaion in a Make-To-Order Manufacuring Nework A.1. Forecas Accuracy Sudy. July 29, 2008 Assuming a single locaion and par for now, his sudy can be described

More information

Determination Forecasting Sporadic Demand in Supply Chain Management

Determination Forecasting Sporadic Demand in Supply Chain Management 07 Published in 5h Inernaional Symposium on Innovaive Technologies in Engineering and Science 9-30 Sepember 07 (ISITES07 Baku - Azerbaijan Deerminaion Forecasing Sporadic Demand in Supply Chain Managemen

More information

Financial markets behavior changes

Financial markets behavior changes PETER NYSTRUP is an indusrial PhD suden a Sampension in Hellerup, Denmark and in he deparmen of applied mahemaics and compuer science, Technical Universiy of Denmark in Lyngby, Denmark. pnys@du.dk BO WILLIAM

More information

Forecasting Value at Risk and Expected Shortfall Using a Semiparametric. Approach Based on the Asymmetric Laplace Distribution

Forecasting Value at Risk and Expected Shortfall Using a Semiparametric. Approach Based on the Asymmetric Laplace Distribution Forecasing Value a Risk and Expeced Shorfall Using a Semiparameric Approach Based on he Asymmeric Laplace Disribuion James W. Taylor Saïd Business School Universiy of Oxford Journal of Business and Economic

More information

Multi-Time-Scale Decision Making for Strategic Agent Interactions

Multi-Time-Scale Decision Making for Strategic Agent Interactions Proceedings of he 2010 Indusrial Engineering Research Conference A. Johnson and J. Miller eds. Muli-Time-Scale Decision Making for Sraegic Agen Ineracions Chrisian Wernz Virginia Tech Blacksburg VA 24060

More information

Proposed solution to the exam in STK4060 & STK9060 Spring Eivind Damsleth

Proposed solution to the exam in STK4060 & STK9060 Spring Eivind Damsleth Proposed soluion o he exam in STK46 & STK96 Spring 6 Eivind Damsleh.5.6 NTE: Several of he quesions in he es have no unique answer; here will always be a subjecive elemen, in paricular in selecing he bes

More information

Hedging Performance of Indonesia Exchange Rate

Hedging Performance of Indonesia Exchange Rate Hedging Performance of Indonesia Exchange Rae By: Eneng Nur Hasanah Fakulas Ekonomi dan Bisnis-Manajemen, Universias Islam Bandung (Unisba) E-mail: enengnurhasanah@gmail.com ABSTRACT The flucuaion of exchange

More information

ANSWER ALL QUESTIONS. CHAPTERS 6-9; (Blanchard)

ANSWER ALL QUESTIONS. CHAPTERS 6-9; (Blanchard) ANSWER ALL QUESTIONS CHAPTERS 6-9; 18-20 (Blanchard) Quesion 1 Discuss in deail he following: a) The sacrifice raio b) Okun s law c) The neuraliy of money d) Bargaining power e) NAIRU f) Wage indexaion

More information

A Vector Autoregression Framework for the Modeling of Commodity Spreads

A Vector Autoregression Framework for the Modeling of Commodity Spreads A Vecor Auoregression Framework for he Modeling of Commodiy Sreads Ted Kury The Energy Auhoriy ICDSA 007 June, 007 Rule # of Pricing Models Pricing models can offer valuable insigh ino he behavior of simle

More information

ECONOMIC GROWTH. Student Assessment. Macroeconomics II. Class 1

ECONOMIC GROWTH. Student Assessment. Macroeconomics II. Class 1 Suden Assessmen You will be graded on he basis of In-class aciviies (quizzes worh 30 poins) which can be replaced wih he number of marks from he regular uorial IF i is >=30 (capped a 30, i.e. marks from

More information

Jarrow-Lando-Turnbull model

Jarrow-Lando-Turnbull model Jarrow-Lando-urnbull model Characerisics Credi raing dynamics is represened by a Markov chain. Defaul is modelled as he firs ime a coninuous ime Markov chain wih K saes hiing he absorbing sae K defaul

More information

OPTIMALITY OF MOMENTUM AND REVERSAL

OPTIMALITY OF MOMENTUM AND REVERSAL OPTIMALITY OF MOMENTUM AND REVERSAL XUE-ZHONG HE, KAI LI AND YOUWEI LI *Finance Discipline Group, UTS Business School Universiy of Technology, Sydney PO Box 13, Broadway, NSW 7, Ausralia **School of Managemen

More information

Data-Driven Demand Learning and Dynamic Pricing Strategies in Competitive Markets

Data-Driven Demand Learning and Dynamic Pricing Strategies in Competitive Markets Daa-Driven Demand Learning and Dynamic Pricing Sraegies in Compeiive Markes Pricing Sraegies & Dynamic Programming Rainer Schlosser, Marin Boissier, Mahias Uflacker Hasso Planer Insiue (EPIC) April 30,

More information

The macroeconomic effects of fiscal policy in Greece

The macroeconomic effects of fiscal policy in Greece The macroeconomic effecs of fiscal policy in Greece Dimiris Papageorgiou Economic Research Deparmen, Bank of Greece Naional and Kapodisrian Universiy of Ahens May 22, 23 Email: dpapag@aueb.gr, and DPapageorgiou@bankofgreece.gr.

More information