Using Agent Belief to Model Stock Returns

Size: px
Start display at page:

Download "Using Agent Belief to Model Stock Returns"

Transcription

1 Using Agent Belief to Model Stock Returns America Holloway Department of Computer Science University of California, Irvine, Irvine, CA Introduction It is clear that movements in stock prices are correlated with events in the larger world such as natural disasters, news, consumer attitudes, unemployment rates, etc. However, modeling even a few of these factors and their complex (largely hidden) interactions is infeasible. As a result, many choose to model stock returns as a purely stochastic process looking only to previous data to drive the model. The drawback to this approach is that seemingly spontaneous, drastic changes in stock volatility occur that are difficult to predict given only the past. In this paper, we propose a hybrid approach to modeling stock returns based on the assumption that the stock price is independent of external factors given every agent s subjective belief of the worth of the stock. An agent can be an institution, mutual fund, insider or any other entity that can buy or sell stock. Every agent weighs the external factors and previous stock performance and decides how much a single share of stock should be worth. The stock price is then a function of these hidden agent beliefs - independent of any external influences. To model an agent s latent belief of the stock price, we must also model how agents influence one another and how beliefs evolve over time. In particular, we want to capture the tendency of investors to flock together. There are many models from various disciplines that simulate this type of behavior: particle-motion in physics, flocking in computer graphics, rumor cascades in social networks, and herding models in finance. We consider a herding model and combine it with a stochastic time series model for a new approach to modeling stock returns. 2 Modeling Agent Belief We use a herding model to simulate a collection of agent s and their changing attitudes toward a particular stock. Let N be the total number of agents. At each time step, we summarize the beliefs of the agents in the network by the number of buyers or optimists. We denote this quantity as B t. Given B t we can compute B t+ as B t+ = B t X t + Y t where X t is the number of agents who were buyers at time t but became sellers at time t +, and Y t is the number of agents who were sellers at time t but became buyers at time t +. X t and Y t are sampled from Binomial distributions. X t Binom(B t, p) Y t Binom(N B t, q) p = α + λd N B t N q = α + λd B t N ()

2 The binomial parameters p and q are taken from the herding model as described in []. λ controls the degree of herding in the model, i.e. the degree to which an agent is influenced by the beliefs of its neighbors. α controls the degree to which an agent acts independently, and D is the average number of neighbors. The more buyers (sellers) there are, the greater the probability is of becoming a buyer (seller). We can now model a change in stock price using the following update equation, P t+ = P t + β(b t+ B t ) + ɛ t The price of the stock follows a very intuitive rule: If the number of buyers increases at time t + then the stock price increases, and if the number of buyers decreases at time t + then the stock price decreases. By subtracting the price at time t, we produce a model of stock returns. P t+ = P t + β(b t+ B t ) + ɛ t P t+ P t = β(b t+ B t ) + ɛ t (2) R t+ = β(b t+ B t ) + ɛ t For stock returns, large volatility tends to produce even larger volatility (a phenomenon known as volatility clustering) [2]. This means the error at time t, ɛ t, should depend upon the error at previous time steps. ARCH is a family of models that are used for time series that show such a dependence in error. Let ɛ t = u t ht where u t is a standard normal and h t is given by h t = α + α ɛ 2 t (3) Then equation 2 defines an ARCH() model whose mean is determined by the change in the number of buyers of the stock. 3 Estimating Properties of the Social Network The herding model described above requires knowing N, the total number of agents, and D, the average number of neighbors. One option is to learn these parameters from the data. However N can take on any value. It could be one million as easily as it could be ten; the only difference would be a corresponding change in the scaling parameter β. Furthermore, D and λ always occur together in the update equations. Given D we can learn λ. However if they are both unknown we run into another identifiability issue. To resolve this we use external data to determine N and D beforehand. For a given stock, we compile a list of major stock holders. This information is freely available and can be found on sites such as Yahoo! Finance. For each pair of major stock holders, we submit the names to Google and record the total number of hits returned. This gives us an estimate of the strength of the relationship between every pair of major holders. Since it was uncommon for an institution or mutual fund to be mentioned with an insider (a major stock holder who is employed by the same company) we removed insiders from the list. Each score was then normalized by the largest number of hits returned. This produced a fully connected, undirected, weighted graph. We discarded any edge with weight less than a set threshold (.5 for all experiments). N is set to be the total number of nodes, and D is the average node degree. 4 Learning the Posterior Distribution Let θ denote the vector of model parameters and R :t denote the returns from time to time t. We use a particle filter to approximate the posterior distribution p(θ t R :t ). Given a collection of L particles from the distribution p(θ t R :t ) we generate a new set of L particles by sampling from the prior p(θ t+ θ t ). The sampling order is described below. 2

3 3 AAPL Train Test Split ( min) x 4 Fig.. 3-minute return data for Apple Stock from Sample the set of global variables {β, λ, α, α, α } from a normal distribution whose mean is the previous parameter values and variance is. 2. Compute B t+ by sampling X t and Y t according to the equations given in. 3. Compute h t+ according to equation 3 using the updated values of α and α. 4. Update the particle weight according to w t+ = w t p(r t+ B t+, h t+ ). We resample when the effective number of particles falls below a threshold τ =.8L. The effective number of particles is computed as follows, Ñ = L i= w2 i 5 Implementation We consider three different models. The first model, ARCH, is an ARCH() model with fixed zero mean. We use this as a baseline. The second model, ARCH+SN, is an ARCH() model whose mean is estimated using the herding model described above. The third model, ARCH+SN β is the same model but β is fixed to be.5. The value.5 was chosen because it was the mean value of beta from the ARCH+SN model. We generate L = 2 particles for each model. N is set to 4 and D is set to 7. We compute returns from 3-minute intra-day prices of Apple stock (AAPL) from March 2, 997 to October 25, 22. Figure shows the 3-minute return data. The dotted line is the training-testing split. 8% of the data was used for training and the remaining 2% for testing. 3

4 6 Results At each time step, we model the distribution of returns as a mixture of L = 2 Gaussians. Each Gaussian is a particle whose mixing proportion is given by its respective weight. The log-likelihood of the test set is then given as log p(r :T ) = T i= ( L ) log w ij p(r i θ ij ) where θ ij is the jth particle at time i and its weight is given by w ij. Table shows the performance of all three models. j= ARCH ARCH+SN β ARCH+SN Table. Log-likelihood on Test Data The ARCH model performs significantly better than the other two models. In Figures[2-4], a kernel density estimate of the 2 particles has been shown for t = (the beginning of the test period) and t = ( time steps later). The ARCH model consistently has a smaller variance. The ARCH+SN has the largest variance. It is interesting to note that the ARCH+SN model is the only model that exhibits a significant heavy-tail and (for t=) is skewed. The ARCH+SN β model resembles the ARCH model except for its wider variance. Undoubtedly, the ARCH model benefits by having a smaller variance since the test set shows very small volatility. 7 Further Works Unfortunately, it seems a zero-mean model is the best. However, there are still a lot of experiments I want to try. Empirically, the distribution of returns (marginalized over time) has heavy-tails and is skewed [2]. The ARCH+SN model has the most potential to approximate such a distribution. One thing I want to try is restricting β to be greater than since this played a major role in the large variance seen in the ARCH+SN model. The number of buyers at time t is fairly constant (occasionally deviating from N) but β moves quite a bit. Also, I think the latter two models may perform better on a more volatile data set. Given the current market conditions, it would be interesting to run these models on recent stock returns. I did not talk about the continuous flocking model that our group first tried [3], but I would like to experiment more with that model. The discrete nature of the herding models is unnatural for this application whereas the flocking model has a very intuitive extension to the stock market. Lastly, it is quite time consuming to estimate N and D. Automating this process will let me run these models on different stocks. References. S. Alfarano, M. Milakovic, Should network structure matter in agent-based finance? (April 27). 2. R. Cont, Empirical properties of asset returns: stylized facts and statistical issues, Quantitative Finance (2) T. VICSEK, A. CZIROK, E. BENJACOB, I. COHEN, O. SHOCHET, Novel type of phase-transition in a system of self-driven particles, Physical Review Letters 75 (995) For each time period, all 2 particles had equal weights. 4

5 !'% ()*+ ",-./.4 ARCH KDE (t=)!'&.2! "'#.8 "'$.6 "'%.4 "'&.2 "!!"!#!$!%!& " & % $ #!" Fig. 2. Kernel Density Estimates for ARCH.8 ARCH+SN KDE. ARCH+SN KDE (t=) Fig. 3. Kernel Density Estimates for ARCH+SN ARCH+SN! KDE (t=) ARCH+SN! KDE Fig. 4. Kernel Density Estimates for ARCH+SN β 5

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam The University of Chicago, Booth School of Business Business 410, Spring Quarter 010, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (4 pts) Answer briefly the following questions. 1. Questions 1

More information

PARAMETRIC AND NON-PARAMETRIC BOOTSTRAP: A SIMULATION STUDY FOR A LINEAR REGRESSION WITH RESIDUALS FROM A MIXTURE OF LAPLACE DISTRIBUTIONS

PARAMETRIC AND NON-PARAMETRIC BOOTSTRAP: A SIMULATION STUDY FOR A LINEAR REGRESSION WITH RESIDUALS FROM A MIXTURE OF LAPLACE DISTRIBUTIONS PARAMETRIC AND NON-PARAMETRIC BOOTSTRAP: A SIMULATION STUDY FOR A LINEAR REGRESSION WITH RESIDUALS FROM A MIXTURE OF LAPLACE DISTRIBUTIONS Melfi Alrasheedi School of Business, King Faisal University, Saudi

More information

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is:

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is: **BEGINNING OF EXAMINATION** 1. You are given: (i) A random sample of five observations from a population is: 0.2 0.7 0.9 1.1 1.3 (ii) You use the Kolmogorov-Smirnov test for testing the null hypothesis,

More information

Lecture 8: Markov and Regime

Lecture 8: Markov and Regime Lecture 8: Markov and Regime Switching Models Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2016 Overview Motivation Deterministic vs. Endogeneous, Stochastic Switching Dummy Regressiom Switching

More information

CS 361: Probability & Statistics

CS 361: Probability & Statistics March 12, 2018 CS 361: Probability & Statistics Inference Binomial likelihood: Example Suppose we have a coin with an unknown probability of heads. We flip the coin 10 times and observe 2 heads. What can

More information

Lecture 9: Markov and Regime

Lecture 9: Markov and Regime Lecture 9: Markov and Regime Switching Models Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2017 Overview Motivation Deterministic vs. Endogeneous, Stochastic Switching Dummy Regressiom Switching

More information

Universal Properties of Financial Markets as a Consequence of Traders Behavior: an Analytical Solution

Universal Properties of Financial Markets as a Consequence of Traders Behavior: an Analytical Solution Universal Properties of Financial Markets as a Consequence of Traders Behavior: an Analytical Solution Simone Alfarano, Friedrich Wagner, and Thomas Lux Institut für Volkswirtschaftslehre der Christian

More information

Financial Risk Management

Financial Risk Management Financial Risk Management Professor: Thierry Roncalli Evry University Assistant: Enareta Kurtbegu Evry University Tutorial exercices #4 1 Correlation and copulas 1. The bivariate Gaussian copula is given

More information

Heterogeneous Hidden Markov Models

Heterogeneous Hidden Markov Models Heterogeneous Hidden Markov Models José G. Dias 1, Jeroen K. Vermunt 2 and Sofia Ramos 3 1 Department of Quantitative methods, ISCTE Higher Institute of Social Sciences and Business Studies, Edifício ISCTE,

More information

March 30, Preliminary Monte Carlo Investigations. Vivek Bhattacharya. Outline. Mathematical Overview. Monte Carlo. Cross Correlations

March 30, Preliminary Monte Carlo Investigations. Vivek Bhattacharya. Outline. Mathematical Overview. Monte Carlo. Cross Correlations March 30, 2011 Motivation (why spend so much time on simulations) What does corr(rj 1, RJ 2 ) really represent? Results and Graphs Future Directions General Questions ( corr RJ (1), RJ (2)) = corr ( µ

More information

Moments and Measures of Skewness and Kurtosis

Moments and Measures of Skewness and Kurtosis Moments and Measures of Skewness and Kurtosis Moments The term moment has been taken from physics. The term moment in statistical use is analogous to moments of forces in physics. In statistics the values

More information

Modelling Returns: the CER and the CAPM

Modelling Returns: the CER and the CAPM Modelling Returns: the CER and the CAPM Carlo Favero Favero () Modelling Returns: the CER and the CAPM 1 / 20 Econometric Modelling of Financial Returns Financial data are mostly observational data: they

More information

[D7] PROBABILITY DISTRIBUTION OF OUTSTANDING LIABILITY FROM INDIVIDUAL PAYMENTS DATA Contributed by T S Wright

[D7] PROBABILITY DISTRIBUTION OF OUTSTANDING LIABILITY FROM INDIVIDUAL PAYMENTS DATA Contributed by T S Wright Faculty and Institute of Actuaries Claims Reserving Manual v.2 (09/1997) Section D7 [D7] PROBABILITY DISTRIBUTION OF OUTSTANDING LIABILITY FROM INDIVIDUAL PAYMENTS DATA Contributed by T S Wright 1. Introduction

More information

Some Simple Stochastic Models for Analyzing Investment Guarantees p. 1/36

Some Simple Stochastic Models for Analyzing Investment Guarantees p. 1/36 Some Simple Stochastic Models for Analyzing Investment Guarantees Wai-Sum Chan Department of Statistics & Actuarial Science The University of Hong Kong Some Simple Stochastic Models for Analyzing Investment

More information

I. Return Calculations (20 pts, 4 points each)

I. Return Calculations (20 pts, 4 points each) University of Washington Winter 015 Department of Economics Eric Zivot Econ 44 Midterm Exam Solutions This is a closed book and closed note exam. However, you are allowed one page of notes (8.5 by 11 or

More information

8.1 Estimation of the Mean and Proportion

8.1 Estimation of the Mean and Proportion 8.1 Estimation of the Mean and Proportion Statistical inference enables us to make judgments about a population on the basis of sample information. The mean, standard deviation, and proportions of a population

More information

Much of what appears here comes from ideas presented in the book:

Much of what appears here comes from ideas presented in the book: Chapter 11 Robust statistical methods Much of what appears here comes from ideas presented in the book: Huber, Peter J. (1981), Robust statistics, John Wiley & Sons (New York; Chichester). There are many

More information

From default probabilities to credit spreads: Credit risk models do explain market prices

From default probabilities to credit spreads: Credit risk models do explain market prices From default probabilities to credit spreads: Credit risk models do explain market prices Presented by Michel M Dacorogna (Joint work with Stefan Denzler, Alexander McNeil and Ulrich A. Müller) The 2007

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Consider

More information

Assessing Regime Switching Equity Return Models

Assessing Regime Switching Equity Return Models Assessing Regime Switching Equity Return Models R. Keith Freeland Mary R Hardy Matthew Till January 28, 2009 In this paper we examine time series model selection and assessment based on residuals, with

More information

2 Control variates. λe λti λe e λt i where R(t) = t Y 1 Y N(t) is the time from the last event to t. L t = e λr(t) e e λt(t) Exercises

2 Control variates. λe λti λe e λt i where R(t) = t Y 1 Y N(t) is the time from the last event to t. L t = e λr(t) e e λt(t) Exercises 96 ChapterVI. Variance Reduction Methods stochastic volatility ISExSoren5.9 Example.5 (compound poisson processes) Let X(t) = Y + + Y N(t) where {N(t)},Y, Y,... are independent, {N(t)} is Poisson(λ) with

More information

Department of Finance and Risk Engineering, NYU-Polytechnic Institute, Brooklyn, NY

Department of Finance and Risk Engineering, NYU-Polytechnic Institute, Brooklyn, NY Schizophrenic Representative Investors Philip Z. Maymin Department of Finance and Risk Engineering, NYU-Polytechnic Institute, Brooklyn, NY Philip Z. Maymin Department of Finance and Risk Engineering NYU-Polytechnic

More information

Statistics 431 Spring 2007 P. Shaman. Preliminaries

Statistics 431 Spring 2007 P. Shaman. Preliminaries Statistics 4 Spring 007 P. Shaman The Binomial Distribution Preliminaries A binomial experiment is defined by the following conditions: A sequence of n trials is conducted, with each trial having two possible

More information

a 13 Notes on Hidden Markov Models Michael I. Jordan University of California at Berkeley Hidden Markov Models The model

a 13 Notes on Hidden Markov Models Michael I. Jordan University of California at Berkeley Hidden Markov Models The model Notes on Hidden Markov Models Michael I. Jordan University of California at Berkeley Hidden Markov Models This is a lightly edited version of a chapter in a book being written by Jordan. Since this is

More information

Measuring the Amount of Asymmetric Information in the Foreign Exchange Market

Measuring the Amount of Asymmetric Information in the Foreign Exchange Market Measuring the Amount of Asymmetric Information in the Foreign Exchange Market Esen Onur 1 and Ufuk Devrim Demirel 2 September 2009 VERY PRELIMINARY & INCOMPLETE PLEASE DO NOT CITE WITHOUT AUTHORS PERMISSION

More information

Adaptive Control Applied to Financial Market Data

Adaptive Control Applied to Financial Market Data Adaptive Control Applied to Financial Market Data J.Sindelar Charles University, Faculty of Mathematics and Physics and Institute of Information Theory and Automation, Academy of Sciences of the Czech

More information

Maximum Likelihood Estimates for Alpha and Beta With Zero SAIDI Days

Maximum Likelihood Estimates for Alpha and Beta With Zero SAIDI Days Maximum Likelihood Estimates for Alpha and Beta With Zero SAIDI Days 1. Introduction Richard D. Christie Department of Electrical Engineering Box 35500 University of Washington Seattle, WA 98195-500 christie@ee.washington.edu

More information

Managing Default Contagion in Financial Networks

Managing Default Contagion in Financial Networks Managing Default Contagion in Financial Networks Nils Detering University of California, Santa Barbara with Thilo Meyer-Brandis, Konstantinos Panagiotou, Daniel Ritter (all LMU) CFMAR 10th Anniversary

More information

Stochastic Models. Statistics. Walt Pohl. February 28, Department of Business Administration

Stochastic Models. Statistics. Walt Pohl. February 28, Department of Business Administration Stochastic Models Statistics Walt Pohl Universität Zürich Department of Business Administration February 28, 2013 The Value of Statistics Business people tend to underestimate the value of statistics.

More information

Chapter 8 Statistical Intervals for a Single Sample

Chapter 8 Statistical Intervals for a Single Sample Chapter 8 Statistical Intervals for a Single Sample Part 1: Confidence intervals (CI) for population mean µ Section 8-1: CI for µ when σ 2 known & drawing from normal distribution Section 8-1.2: Sample

More information

Estimating Bivariate GARCH-Jump Model Based on High Frequency Data : the case of revaluation of Chinese Yuan in July 2005

Estimating Bivariate GARCH-Jump Model Based on High Frequency Data : the case of revaluation of Chinese Yuan in July 2005 Estimating Bivariate GARCH-Jump Model Based on High Frequency Data : the case of revaluation of Chinese Yuan in July 2005 Xinhong Lu, Koichi Maekawa, Ken-ichi Kawai July 2006 Abstract This paper attempts

More information

Non-informative Priors Multiparameter Models

Non-informative Priors Multiparameter Models Non-informative Priors Multiparameter Models Statistics 220 Spring 2005 Copyright c 2005 by Mark E. Irwin Prior Types Informative vs Non-informative There has been a desire for a prior distributions that

More information

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu September 5, 2015

More information

1. You are given the following information about a stationary AR(2) model:

1. You are given the following information about a stationary AR(2) model: Fall 2003 Society of Actuaries **BEGINNING OF EXAMINATION** 1. You are given the following information about a stationary AR(2) model: (i) ρ 1 = 05. (ii) ρ 2 = 01. Determine φ 2. (A) 0.2 (B) 0.1 (C) 0.4

More information

Course information FN3142 Quantitative finance

Course information FN3142 Quantitative finance Course information 015 16 FN314 Quantitative finance This course is aimed at students interested in obtaining a thorough grounding in market finance and related empirical methods. Prerequisite If taken

More information

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50)

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50) Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50) Magnus Wiktorsson Centre for Mathematical Sciences Lund University, Sweden Lecture 6 Sequential Monte Carlo methods II February

More information

Financial Time Series Volatility Analysis Using Gaussian Process State-Space Models

Financial Time Series Volatility Analysis Using Gaussian Process State-Space Models 15 IEEE Global Conference on Signal and Information Processing (GlobalSIP) Financial Time Series Volatility Analysis Using Gaussian Process State-Space Models Jianan Han, Xiao-Ping Zhang Department of

More information

Assicurazioni Generali: An Option Pricing Case with NAGARCH

Assicurazioni Generali: An Option Pricing Case with NAGARCH Assicurazioni Generali: An Option Pricing Case with NAGARCH Assicurazioni Generali: Business Snapshot Find our latest analyses and trade ideas on bsic.it Assicurazioni Generali SpA is an Italy-based insurance

More information

Multivariate Cox PH model with log-skew-normal frailties

Multivariate Cox PH model with log-skew-normal frailties Multivariate Cox PH model with log-skew-normal frailties Department of Statistical Sciences, University of Padua, 35121 Padua (IT) Multivariate Cox PH model A standard statistical approach to model clustered

More information

The normal distribution is a theoretical model derived mathematically and not empirically.

The normal distribution is a theoretical model derived mathematically and not empirically. Sociology 541 The Normal Distribution Probability and An Introduction to Inferential Statistics Normal Approximation The normal distribution is a theoretical model derived mathematically and not empirically.

More information

Dependence Structure and Extreme Comovements in International Equity and Bond Markets

Dependence Structure and Extreme Comovements in International Equity and Bond Markets Dependence Structure and Extreme Comovements in International Equity and Bond Markets René Garcia Edhec Business School, Université de Montréal, CIRANO and CIREQ Georges Tsafack Suffolk University Measuring

More information

Copula-Based Pairs Trading Strategy

Copula-Based Pairs Trading Strategy Copula-Based Pairs Trading Strategy Wenjun Xie and Yuan Wu Division of Banking and Finance, Nanyang Business School, Nanyang Technological University, Singapore ABSTRACT Pairs trading is a technique that

More information

An Agent-Based Simulation of Stock Market to Analyze the Influence of Trader Characteristics on Financial Market Phenomena

An Agent-Based Simulation of Stock Market to Analyze the Influence of Trader Characteristics on Financial Market Phenomena An Agent-Based Simulation of Stock Market to Analyze the Influence of Trader Characteristics on Financial Market Phenomena Y. KAMYAB HESSARY 1 and M. HADZIKADIC 2 Complex System Institute, College of Computing

More information

Financial Time Series and Their Characterictics

Financial Time Series and Their Characterictics Financial Time Series and Their Characterictics Mei-Yuan Chen Department of Finance National Chung Hsing University Feb. 22, 2013 Contents 1 Introduction 1 1.1 Asset Returns..............................

More information

SOCIETY OF ACTUARIES EXAM STAM SHORT-TERM ACTUARIAL MATHEMATICS EXAM STAM SAMPLE QUESTIONS

SOCIETY OF ACTUARIES EXAM STAM SHORT-TERM ACTUARIAL MATHEMATICS EXAM STAM SAMPLE QUESTIONS SOCIETY OF ACTUARIES EXAM STAM SHORT-TERM ACTUARIAL MATHEMATICS EXAM STAM SAMPLE QUESTIONS Questions 1-307 have been taken from the previous set of Exam C sample questions. Questions no longer relevant

More information

Down-Up Metropolis-Hastings Algorithm for Multimodality

Down-Up Metropolis-Hastings Algorithm for Multimodality Down-Up Metropolis-Hastings Algorithm for Multimodality Hyungsuk Tak Stat310 24 Nov 2015 Joint work with Xiao-Li Meng and David A. van Dyk Outline Motivation & idea Down-Up Metropolis-Hastings (DUMH) algorithm

More information

Occasional Paper. Risk Measurement Illiquidity Distortions. Jiaqi Chen and Michael L. Tindall

Occasional Paper. Risk Measurement Illiquidity Distortions. Jiaqi Chen and Michael L. Tindall DALLASFED Occasional Paper Risk Measurement Illiquidity Distortions Jiaqi Chen and Michael L. Tindall Federal Reserve Bank of Dallas Financial Industry Studies Department Occasional Paper 12-2 December

More information

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi Chapter 4: Commonly Used Distributions Statistics for Engineers and Scientists Fourth Edition William Navidi 2014 by Education. This is proprietary material solely for authorized instructor use. Not authorized

More information

UNIVERSITY OF OSLO. Please make sure that your copy of the problem set is complete before you attempt to answer anything.

UNIVERSITY OF OSLO. Please make sure that your copy of the problem set is complete before you attempt to answer anything. UNIVERSITY OF OSLO Faculty of Mathematics and Natural Sciences Examination in: STK4540 Non-Life Insurance Mathematics Day of examination: Wednesday, December 4th, 2013 Examination hours: 14.30 17.30 This

More information

Oil and macroeconomic (in)stability

Oil and macroeconomic (in)stability Oil and macroeconomic (in)stability Hilde C. Bjørnland Vegard H. Larsen Centre for Applied Macro- and Petroleum Economics (CAMP) BI Norwegian Business School CFE-ERCIM December 07, 2014 Bjørnland and Larsen

More information

Short-selling constraints and stock-return volatility: empirical evidence from the German stock market

Short-selling constraints and stock-return volatility: empirical evidence from the German stock market Short-selling constraints and stock-return volatility: empirical evidence from the German stock market Martin Bohl, Gerrit Reher, Bernd Wilfling Westfälische Wilhelms-Universität Münster Contents 1. Introduction

More information

Continuous Distributions

Continuous Distributions Quantitative Methods 2013 Continuous Distributions 1 The most important probability distribution in statistics is the normal distribution. Carl Friedrich Gauss (1777 1855) Normal curve A normal distribution

More information

MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL

MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL Isariya Suttakulpiboon MSc in Risk Management and Insurance Georgia State University, 30303 Atlanta, Georgia Email: suttakul.i@gmail.com,

More information

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples 1.3 Regime switching models A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples (or regimes). If the dates, the

More information

This is a open-book exam. Assigned: Friday November 27th 2009 at 16:00. Due: Monday November 30th 2009 before 10:00.

This is a open-book exam. Assigned: Friday November 27th 2009 at 16:00. Due: Monday November 30th 2009 before 10:00. University of Iceland School of Engineering and Sciences Department of Industrial Engineering, Mechanical Engineering and Computer Science IÐN106F Industrial Statistics II - Bayesian Data Analysis Fall

More information

University of California Berkeley

University of California Berkeley University of California Berkeley Improving the Asmussen-Kroese Type Simulation Estimators Samim Ghamami and Sheldon M. Ross May 25, 2012 Abstract Asmussen-Kroese [1] Monte Carlo estimators of P (S n >

More information

Lecture 1: The Econometrics of Financial Returns

Lecture 1: The Econometrics of Financial Returns Lecture 1: The Econometrics of Financial Returns Prof. Massimo Guidolin 20192 Financial Econometrics Winter/Spring 2016 Overview General goals of the course and definition of risk(s) Predicting asset returns:

More information

درس هفتم یادگیري ماشین. (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی

درس هفتم یادگیري ماشین. (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی یادگیري ماشین توزیع هاي نمونه و تخمین نقطه اي پارامترها Sampling Distributions and Point Estimation of Parameter (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی درس هفتم 1 Outline Introduction

More information

Does Calendar Time Portfolio Approach Really Lack Power?

Does Calendar Time Portfolio Approach Really Lack Power? International Journal of Business and Management; Vol. 9, No. 9; 2014 ISSN 1833-3850 E-ISSN 1833-8119 Published by Canadian Center of Science and Education Does Calendar Time Portfolio Approach Really

More information

Statistical Intervals (One sample) (Chs )

Statistical Intervals (One sample) (Chs ) 7 Statistical Intervals (One sample) (Chs 8.1-8.3) Confidence Intervals The CLT tells us that as the sample size n increases, the sample mean X is close to normally distributed with expected value µ and

More information

Increasing Returns and Economic Geography

Increasing Returns and Economic Geography Increasing Returns and Economic Geography Department of Economics HKUST April 25, 2018 Increasing Returns and Economic Geography 1 / 31 Introduction: From Krugman (1979) to Krugman (1991) The award of

More information

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Lecture - 05 Normal Distribution So far we have looked at discrete distributions

More information

Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay

Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay The EGARCH model Asymmetry in responses to + & returns: g(ɛ t ) = θɛ t + γ[ ɛ t E( ɛ t )], with E[g(ɛ t )] = 0. To see asymmetry

More information

Internet Appendix for Asymmetry in Stock Comovements: An Entropy Approach

Internet Appendix for Asymmetry in Stock Comovements: An Entropy Approach Internet Appendix for Asymmetry in Stock Comovements: An Entropy Approach Lei Jiang Tsinghua University Ke Wu Renmin University of China Guofu Zhou Washington University in St. Louis August 2017 Jiang,

More information

Properties of the estimated five-factor model

Properties of the estimated five-factor model Informationin(andnotin)thetermstructure Appendix. Additional results Greg Duffee Johns Hopkins This draft: October 8, Properties of the estimated five-factor model No stationary term structure model is

More information

Supplementary Information:

Supplementary Information: Supplementary Information: Topological Characteristics of the Hong Kong Stock Market: A Test-based P-threshold Approach to Understanding Network Complexity Ronghua Xu City University of Hong Kong, Hong

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Volatility Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) Volatility 01/13 1 / 37 Squared log returns for CRSP daily GPD (TCD) Volatility 01/13 2 / 37 Absolute value

More information

A Compound-Multifractal Model for High-Frequency Asset Returns

A Compound-Multifractal Model for High-Frequency Asset Returns A Compound-Multifractal Model for High-Frequency Asset Returns Eric M. Aldrich 1 Indra Heckenbach 2 Gregory Laughlin 3 1 Department of Economics, UC Santa Cruz 2 Department of Physics, UC Santa Cruz 3

More information

Conjugate Models. Patrick Lam

Conjugate Models. Patrick Lam Conjugate Models Patrick Lam Outline Conjugate Models What is Conjugacy? The Beta-Binomial Model The Normal Model Normal Model with Unknown Mean, Known Variance Normal Model with Known Mean, Unknown Variance

More information

Chapter 7: Estimation Sections

Chapter 7: Estimation Sections 1 / 31 : Estimation Sections 7.1 Statistical Inference Bayesian Methods: 7.2 Prior and Posterior Distributions 7.3 Conjugate Prior Distributions 7.4 Bayes Estimators Frequentist Methods: 7.5 Maximum Likelihood

More information

Forecasting jumps in conditional volatility The GARCH-IE model

Forecasting jumps in conditional volatility The GARCH-IE model Forecasting jumps in conditional volatility The GARCH-IE model Philip Hans Franses and Marco van der Leij Econometric Institute Erasmus University Rotterdam e-mail: franses@few.eur.nl 1 Outline of presentation

More information

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50)

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50) Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50) Magnus Wiktorsson Centre for Mathematical Sciences Lund University, Sweden Lecture 5 Sequential Monte Carlo methods I January

More information

Asset Pricing and Equity Premium Puzzle. E. Young Lecture Notes Chapter 13

Asset Pricing and Equity Premium Puzzle. E. Young Lecture Notes Chapter 13 Asset Pricing and Equity Premium Puzzle 1 E. Young Lecture Notes Chapter 13 1 A Lucas Tree Model Consider a pure exchange, representative household economy. Suppose there exists an asset called a tree.

More information

Asymmetric Price Transmission: A Copula Approach

Asymmetric Price Transmission: A Copula Approach Asymmetric Price Transmission: A Copula Approach Feng Qiu University of Alberta Barry Goodwin North Carolina State University August, 212 Prepared for the AAEA meeting in Seattle Outline Asymmetric price

More information

Online Appendices, Not for Publication

Online Appendices, Not for Publication Online Appendices, Not for Publication Appendix A. Network definitions In this section, we provide basic definitions and interpretations for the different network characteristics that we consider. See

More information

Beating the market, using linear regression to outperform the market average

Beating the market, using linear regression to outperform the market average Radboud University Bachelor Thesis Artificial Intelligence department Beating the market, using linear regression to outperform the market average Author: Jelle Verstegen Supervisors: Marcel van Gerven

More information

Hierarchical Models of Mnemonic Processes.

Hierarchical Models of Mnemonic Processes. July, 2008 Collaborators Mike Pratte (Hire Him) Richard Morey (Too Late) We have seen a plethora of signal detection and multinomial processing tree models We have seen a plethora of signal detection and

More information

1 Volatility Definition and Estimation

1 Volatility Definition and Estimation 1 Volatility Definition and Estimation 1.1 WHAT IS VOLATILITY? It is useful to start with an explanation of what volatility is, at least for the purpose of clarifying the scope of this book. Volatility

More information

The Multinomial Logit Model Revisited: A Semiparametric Approach in Discrete Choice Analysis

The Multinomial Logit Model Revisited: A Semiparametric Approach in Discrete Choice Analysis The Multinomial Logit Model Revisited: A Semiparametric Approach in Discrete Choice Analysis Dr. Baibing Li, Loughborough University Wednesday, 02 February 2011-16:00 Location: Room 610, Skempton (Civil

More information

Assessing Regime Switching Equity Return Models

Assessing Regime Switching Equity Return Models Assessing Regime Switching Equity Return Models R. Keith Freeland, ASA, Ph.D. Mary R. Hardy, FSA, FIA, CERA, Ph.D. Matthew Till Copyright 2009 by the Society of Actuaries. All rights reserved by the Society

More information

4-1. Chapter 4. Commonly Used Distributions by The McGraw-Hill Companies, Inc. All rights reserved.

4-1. Chapter 4. Commonly Used Distributions by The McGraw-Hill Companies, Inc. All rights reserved. 4-1 Chapter 4 Commonly Used Distributions 2014 by The Companies, Inc. All rights reserved. Section 4.1: The Bernoulli Distribution 4-2 We use the Bernoulli distribution when we have an experiment which

More information

Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples

Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu

More information

Commonly Used Distributions

Commonly Used Distributions Chapter 4: Commonly Used Distributions 1 Introduction Statistical inference involves drawing a sample from a population and analyzing the sample data to learn about the population. We often have some knowledge

More information

Implied Phase Probabilities. SEB Investment Management House View Research Group

Implied Phase Probabilities. SEB Investment Management House View Research Group Implied Phase Probabilities SEB Investment Management House View Research Group 2015 Table of Contents Introduction....3 The Market and Gaussian Mixture Models...4 Estimation...7 An Example...8 Development

More information

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER Two hours MATH20802 To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER STATISTICAL METHODS Answer any FOUR of the SIX questions.

More information

GARCH Models for Inflation Volatility in Oman

GARCH Models for Inflation Volatility in Oman Rev. Integr. Bus. Econ. Res. Vol 2(2) 1 GARCH Models for Inflation Volatility in Oman Muhammad Idrees Ahmad Department of Mathematics and Statistics, College of Science, Sultan Qaboos Universty, Alkhod,

More information

Mathematics in Finance

Mathematics in Finance Mathematics in Finance Steven E. Shreve Department of Mathematical Sciences Carnegie Mellon University Pittsburgh, PA 15213 USA shreve@andrew.cmu.edu A Talk in the Series Probability in Science and Industry

More information

STA 4504/5503 Sample questions for exam True-False questions.

STA 4504/5503 Sample questions for exam True-False questions. STA 4504/5503 Sample questions for exam 2 1. True-False questions. (a) For General Social Survey data on Y = political ideology (categories liberal, moderate, conservative), X 1 = gender (1 = female, 0

More information

Point Estimation. Copyright Cengage Learning. All rights reserved.

Point Estimation. Copyright Cengage Learning. All rights reserved. 6 Point Estimation Copyright Cengage Learning. All rights reserved. 6.2 Methods of Point Estimation Copyright Cengage Learning. All rights reserved. Methods of Point Estimation The definition of unbiasedness

More information

The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations

The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations Stan Stilger June 6, 1 Fouque and Tullie use importance sampling for variance reduction in stochastic volatility simulations.

More information

Statistical Intervals. Chapter 7 Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage

Statistical Intervals. Chapter 7 Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage 7 Statistical Intervals Chapter 7 Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage Confidence Intervals The CLT tells us that as the sample size n increases, the sample mean X is close to

More information

Identifying Long-Run Risks: A Bayesian Mixed-Frequency Approach

Identifying Long-Run Risks: A Bayesian Mixed-Frequency Approach Identifying : A Bayesian Mixed-Frequency Approach Frank Schorfheide University of Pennsylvania CEPR and NBER Dongho Song University of Pennsylvania Amir Yaron University of Pennsylvania NBER February 12,

More information

Business Statistics 41000: Probability 3

Business Statistics 41000: Probability 3 Business Statistics 41000: Probability 3 Drew D. Creal University of Chicago, Booth School of Business February 7 and 8, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office: 404

More information

Algorithmic Trading using Reinforcement Learning augmented with Hidden Markov Model

Algorithmic Trading using Reinforcement Learning augmented with Hidden Markov Model Algorithmic Trading using Reinforcement Learning augmented with Hidden Markov Model Simerjot Kaur (sk3391) Stanford University Abstract This work presents a novel algorithmic trading system based on reinforcement

More information

Introduction to Sequential Monte Carlo Methods

Introduction to Sequential Monte Carlo Methods Introduction to Sequential Monte Carlo Methods Arnaud Doucet NCSU, October 2008 Arnaud Doucet () Introduction to SMC NCSU, October 2008 1 / 36 Preliminary Remarks Sequential Monte Carlo (SMC) are a set

More information

Estimation of the Markov-switching GARCH model by a Monte Carlo EM algorithm

Estimation of the Markov-switching GARCH model by a Monte Carlo EM algorithm Estimation of the Markov-switching GARCH model by a Monte Carlo EM algorithm Maciej Augustyniak Fields Institute February 3, 0 Stylized facts of financial data GARCH Regime-switching MS-GARCH Agenda Available

More information

STA 114: Statistics. Notes 10. Conjugate Priors

STA 114: Statistics. Notes 10. Conjugate Priors STA 114: Statistics Notes 10. Conjugate Priors Conjugate family Once we get a /pmf ξ(θ x) by combining a model X f(x θ) with a /pmf ξ(θ) on θ Θ, a report can be made by summarizing the. It helps to have

More information

FE570 Financial Markets and Trading. Stevens Institute of Technology

FE570 Financial Markets and Trading. Stevens Institute of Technology FE570 Financial Markets and Trading Lecture 6. Volatility Models and (Ref. Joel Hasbrouck - Empirical Market Microstructure ) Steve Yang Stevens Institute of Technology 10/02/2012 Outline 1 Volatility

More information

Which GARCH Model for Option Valuation? By Peter Christoffersen and Kris Jacobs

Which GARCH Model for Option Valuation? By Peter Christoffersen and Kris Jacobs Online Appendix Sample Index Returns Which GARCH Model for Option Valuation? By Peter Christoffersen and Kris Jacobs In order to give an idea of the differences in returns over the sample, Figure A.1 plots

More information

A Multifrequency Theory of the Interest Rate Term Structure

A Multifrequency Theory of the Interest Rate Term Structure A Multifrequency Theory of the Interest Rate Term Structure Laurent Calvet, Adlai Fisher, and Liuren Wu HEC, UBC, & Baruch College Chicago University February 26, 2010 Liuren Wu (Baruch) Cascade Dynamics

More information