Ridge, Bayesian Ridge and Shrinkage

Size: px
Start display at page:

Download "Ridge, Bayesian Ridge and Shrinkage"

Transcription

1 Readings Chapter 15 Christensen Merlise Clyde October 1, 2015

2 Ridge Trace t(x$coef) x$lambda

3 Generalized Cross-validation > select(lm.ridge(employed ~., data=longley, lambda=seq(0, 0.1, ))) modified HKB estimator is modified L-W estimator is smallest value of GCV at > longley.rreg = lm.ridge(employed ~., data=longley, lambda=0.0028) > coef(longley.rreg) GNP.deflator GNP Unemployed Armed.Forces e e e e e-03 Population e-01 Year 1.557e+00

4 Shrinkage Shrinkage Standardized Ridge STA721 Linear Models Duke Standardized University OLS

5 Bayesian Ridge: Prior on k Reparameterization: Y = 1α + (I P 1 )XS 1/2 S 1/2 β + ɛ = 1α + X s β s + ɛ Y c = X s β s + ɛ s ɛ s N(0, (I P 1 )/φ) Ȳ α, φ N(α, 1/(nφ)) U T p Y = Lγ + ɛ p ɛ p N(0, I p /φ) SSE Y T U n p 1 U T n p 1Y G((n p 1)/2, φ/2) Hierarchical prior p(α φ, γ, κ) 1 γ φ, κ N(0, I(φκ) 1 ) p(φ κ) 1/φ prior on κ? Take κ φ G(1/2, 1/2)

6 Posterior Distributions Joint Distribution α, γ, φ κ, Y Normal-Gamma family given Y and κ κ Y not tractable Obtain marginal for γ via Numerical integration MCMC: Full conditionals Pick initial values α (0), β (0), φ (0), Set t = 1 1 Sample κ (t) p(κ α (t 1), γ (t 1), φ (t 1), Y) 2 Sample α (t), γ (t), φ (t) κ(t), Y 3 Set t = t + 1 and repeat until t > T Use Samples α (t), γ (t), φ (t), κ (t) for t = B,..., T for inference Change of variables to get back to β

7 Rao-Blackwellization Model What is best estimate of β from Bayesian perspective? Loss (β a) T (β a) under action a Decision Theory: Take action a that minimizes posterior expected loss which is posterior mean of β. Estimate of posterior mean is Ergodic average of MCMC: i βs(t) /T Posterior mean given κ β s (κ) = (X st X s + κi) 1 X st X s ˆβ s Rao-Blackwell Estimate 1 T (X st X s + κ (t) I) 1 X st X s ˆβ s t

8 Testimators Goldstein & Smith (1974) have shown that if 1 0 h i 1 and γ i = h i ˆγ i 2 γ 2 i Var(ˆγ i ) < 1+h i 1 h i then γ i has smaller MSE than ˆγ i Case: If γ j < Var(ˆγ i ) = σ 2 /l 2 i then h i = 0 and γ i is better. Apply: Estimate σ 2 with SSE/(n - p - 1) and γ i with ˆγ i. Set h i = 0 if t-statistic is less than 1. testimator - see also Sclove (JASA 1968) and Copas ( JRSSB 1983)

9 Generalized Ridge Instead of γ j iid N(0, σ 2 /k) take γ j ind N(0, σ 2 /κ i ) Then Condition of Goldstein & Smith becomes [ 2 γi 2 < σ ] κ i li 2 If l i is small almost any κ i will improve over OLS if li 2 is large then only very small values of κ i will give an improvement. Prior on κ i? Prior that can capture the feature above?

10 Induced prior on β? γ j σ 2, κ j ind N(0, σ 2 /κ j ) β N(0, σ 2 V K 1 V T ) which is not diagonal. Or start with β σ 2, K N(0, σ 2 K 1 ) loss of invarince with linear transformations of X s X s AA 1 β = Zα where A 1 β = α

11 Related Regression on PCA Principal Components of X may be obtained via the Singular Value Decomposition: X = U p LV T the l i are the eigenvalues of X T X Y = 1α + ULV T β + ɛ = 1α + Fγ + ɛ Columns F i U i are the principal components of the data multivariate data X 1,..., X p If the direction F i is ill-defined (l i = 0 or λ i < ɛ then we may decide to not use F i in the model. equivalent to setting γ i = ˆγ i if l i δ γ i = 0 if l i < ɛ

12 Summary OLS can clearly be dominated by other estimators for extimating β Lead to Bayes like estimators choice of penalties or prior hyper-parameters hierarchical model with prior on κ i Shrinkage, dimension reduction & variable selection? what loss function? Estimation versus prediction? Copas 1983

13 Full Conditionals

14 Full Conditionals

15 Full Conditionals

Semiparametric Modeling, Penalized Splines, and Mixed Models

Semiparametric Modeling, Penalized Splines, and Mixed Models Semi 1 Semiparametric Modeling, Penalized Splines, and Mixed Models David Ruppert Cornell University http://wwworiecornelledu/~davidr January 24 Joint work with Babette Brumback, Ray Carroll, Brent Coull,

More information

Semiparametric Modeling, Penalized Splines, and Mixed Models David Ruppert Cornell University

Semiparametric Modeling, Penalized Splines, and Mixed Models David Ruppert Cornell University Semiparametric Modeling, Penalized Splines, and Mixed Models David Ruppert Cornell University Possible Model SBMD i,j is spinal bone mineral density on ith subject at age equal to age i,j lide http://wwworiecornelledu/~davidr

More information

Chapter 7: Estimation Sections

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

More information

Regret-based Selection

Regret-based Selection Regret-based Selection David Puelz (UT Austin) Carlos M. Carvalho (UT Austin) P. Richard Hahn (Chicago Booth) May 27, 2017 Two problems 1. Asset pricing: What are the fundamental dimensions (risk factors)

More information

9.1 Principal Component Analysis for Portfolios

9.1 Principal Component Analysis for Portfolios Chapter 9 Alpha Trading By the name of the strategies, an alpha trading strategy is to select and trade portfolios so the alpha is maximized. Two important mathematical objects are factor analysis and

More information

2D penalized spline (continuous-by-continuous interaction)

2D penalized spline (continuous-by-continuous interaction) 2D penalized spline (continuous-by-continuous interaction) Two examples (RWC, Section 13.1): Number of scallops caught off Long Island Counts are made at specific coordinates. Incidence of AIDS in Italian

More information

Estimation Appendix to Dynamics of Fiscal Financing in the United States

Estimation Appendix to Dynamics of Fiscal Financing in the United States Estimation Appendix to Dynamics of Fiscal Financing in the United States Eric M. Leeper, Michael Plante, and Nora Traum July 9, 9. Indiana University. This appendix includes tables and graphs of additional

More information

(5) Multi-parameter models - Summarizing the posterior

(5) Multi-parameter models - Summarizing the posterior (5) Multi-parameter models - Summarizing the posterior Spring, 2017 Models with more than one parameter Thus far we have studied single-parameter models, but most analyses have several parameters For example,

More information

Regularizing Bayesian Predictive Regressions. Guanhao Feng

Regularizing Bayesian Predictive Regressions. Guanhao Feng Regularizing Bayesian Predictive Regressions Guanhao Feng Booth School of Business, University of Chicago R/Finance 2017 (Joint work with Nicholas Polson) What do we study? A Bayesian predictive regression

More information

Estimating Macroeconomic Models of Financial Crises: An Endogenous Regime-Switching Approach

Estimating Macroeconomic Models of Financial Crises: An Endogenous Regime-Switching Approach Estimating Macroeconomic Models of Financial Crises: An Endogenous Regime-Switching Approach Gianluca Benigno 1 Andrew Foerster 2 Christopher Otrok 3 Alessandro Rebucci 4 1 London School of Economics and

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

Window Width Selection for L 2 Adjusted Quantile Regression

Window Width Selection for L 2 Adjusted Quantile Regression Window Width Selection for L 2 Adjusted Quantile Regression Yoonsuh Jung, The Ohio State University Steven N. MacEachern, The Ohio State University Yoonkyung Lee, The Ohio State University Technical Report

More information

Algorithmic and High-Frequency Trading

Algorithmic and High-Frequency Trading LOBSTER June 2 nd 2016 Algorithmic and High-Frequency Trading Julia Schmidt Overview Introduction Market Making Grossman-Miller Market Making Model Trading Costs Measuring Liquidity Market Making using

More information

Some Ridge Regression Estimators and Their Performances

Some Ridge Regression Estimators and Their Performances Journal of Modern Applied Statistical Methods Volume 15 Issue 1 Article 1 5-016 Some Ridge Regression Estimators and Their Performances B M Golam Kibria Florida International University, kibriag@fiu.edu

More information

The Dispersion Bias. Correcting a large source of error in minimum variance portfolios. Lisa Goldberg Alex Papanicolaou Alex Shkolnik 15 November 2017

The Dispersion Bias. Correcting a large source of error in minimum variance portfolios. Lisa Goldberg Alex Papanicolaou Alex Shkolnik 15 November 2017 The Dispersion Bias Correcting a large source of error in minimum variance portfolios Lisa Goldberg Alex Papanicolaou Alex Shkolnik 15 November 2017 Seminar in Statistics and Applied Probability University

More information

Comparison of Pricing Approaches for Longevity Markets

Comparison of Pricing Approaches for Longevity Markets Comparison of Pricing Approaches for Longevity Markets Melvern Leung Simon Fung & Colin O hare Longevity 12 Conference, Chicago, The Drake Hotel, September 30 th 2016 1 / 29 Overview Introduction 1 Introduction

More information

Lecture Note 9 of Bus 41914, Spring Multivariate Volatility Models ChicagoBooth

Lecture Note 9 of Bus 41914, Spring Multivariate Volatility Models ChicagoBooth Lecture Note 9 of Bus 41914, Spring 2017. Multivariate Volatility Models ChicagoBooth Reference: Chapter 7 of the textbook Estimation: use the MTS package with commands: EWMAvol, marchtest, BEKK11, dccpre,

More information

Online Appendix to Grouped Coefficients to Reduce Bias in Heterogeneous Dynamic Panel Models with Small T

Online Appendix to Grouped Coefficients to Reduce Bias in Heterogeneous Dynamic Panel Models with Small T Online Appendix to Grouped Coefficients to Reduce Bias in Heterogeneous Dynamic Panel Models with Small T Nathan P. Hendricks and Aaron Smith October 2014 A1 Bias Formulas for Large T The heterogeneous

More information

An iterative approach to minimize the mean squared error in ridge regression

An iterative approach to minimize the mean squared error in ridge regression Hong Kong Baptist University HKBU Institutional Repository HKBU Staff Publication 205 An iterative approach to minimize the mean squared error in ridge regression Ka Yiu Wong Department of Mathematics,

More information

Chapter 7: Estimation Sections

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

More information

Bayesian Linear Model: Gory Details

Bayesian Linear Model: Gory Details Bayesian Linear Model: Gory Details Pubh7440 Notes By Sudipto Banerjee Let y y i ] n i be an n vector of independent observations on a dependent variable (or response) from n experimental units. Associated

More information

1 Bayesian Bias Correction Model

1 Bayesian Bias Correction Model 1 Bayesian Bias Correction Model Assuming that n iid samples {X 1,...,X n }, were collected from a normal population with mean µ and variance σ 2. The model likelihood has the form, P( X µ, σ 2, T n >

More information

Country Spreads and Emerging Countries: Who Drives Whom? Martin Uribe and Vivian Yue (JIE, 2006)

Country Spreads and Emerging Countries: Who Drives Whom? Martin Uribe and Vivian Yue (JIE, 2006) Country Spreads and Emerging Countries: Who Drives Whom? Martin Uribe and Vivian Yue (JIE, 26) Country Interest Rates and Output in Seven Emerging Countries Argentina Brazil.5.5...5.5.5. 94 95 96 97 98

More information

A RIDGE REGRESSION ESTIMATION APPROACH WHEN MULTICOLLINEARITY IS PRESENT

A RIDGE REGRESSION ESTIMATION APPROACH WHEN MULTICOLLINEARITY IS PRESENT Fundamental Journal of Applied Sciences Vol. 1, Issue 1, 016, Pages 19-3 This paper is available online at http://www.frdint.com/ Published online February 18, 016 A RIDGE REGRESSION ESTIMATION APPROACH

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

Statistical Inference and Methods

Statistical Inference and Methods Department of Mathematics Imperial College London d.stephens@imperial.ac.uk http://stats.ma.ic.ac.uk/ das01/ 14th February 2006 Part VII Session 7: Volatility Modelling Session 7: Volatility Modelling

More information

Weight Smoothing with Laplace Prior and Its Application in GLM Model

Weight Smoothing with Laplace Prior and Its Application in GLM Model Weight Smoothing with Laplace Prior and Its Application in GLM Model Xi Xia 1 Michael Elliott 1,2 1 Department of Biostatistics, 2 Survey Methodology Program, University of Michigan National Cancer Institute

More information

Part 3: Trust-region methods for unconstrained optimization. Nick Gould (RAL)

Part 3: Trust-region methods for unconstrained optimization. Nick Gould (RAL) Part 3: Trust-region methods for unconstrained optimization Nick Gould (RAL) minimize x IR n f(x) MSc course on nonlinear optimization UNCONSTRAINED MINIMIZATION minimize x IR n f(x) where the objective

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

Parameterized Expectations

Parameterized Expectations Parameterized Expectations A Brief Introduction Craig Burnside Duke University November 2006 Craig Burnside (Duke University) Parameterized Expectations November 2006 1 / 10 Parameterized Expectations

More information

STAT 425: Introduction to Bayesian Analysis

STAT 425: Introduction to Bayesian Analysis STAT 45: Introduction to Bayesian Analysis Marina Vannucci Rice University, USA Fall 018 Marina Vannucci (Rice University, USA) Bayesian Analysis (Part 1) Fall 018 1 / 37 Lectures 9-11: Multi-parameter

More information

Simulation of Extreme Events in the Presence of Spatial Dependence

Simulation of Extreme Events in the Presence of Spatial Dependence Simulation of Extreme Events in the Presence of Spatial Dependence Nicholas Beck Bouchra Nasri Fateh Chebana Marie-Pier Côté Juliana Schulz Jean-François Plante Martin Durocher Marie-Hélène Toupin Jean-François

More information

Online Appendix to ESTIMATING MUTUAL FUND SKILL: A NEW APPROACH. August 2016

Online Appendix to ESTIMATING MUTUAL FUND SKILL: A NEW APPROACH. August 2016 Online Appendix to ESTIMATING MUTUAL FUND SKILL: A NEW APPROACH Angie Andrikogiannopoulou London School of Economics Filippos Papakonstantinou Imperial College London August 26 C. Hierarchical mixture

More information

Earnings Inequality and the Minimum Wage: Evidence from Brazil

Earnings Inequality and the Minimum Wage: Evidence from Brazil Earnings Inequality and the Minimum Wage: Evidence from Brazil Niklas Engbom June 16, 2016 Christian Moser World Bank-Bank of Spain Conference This project Shed light on drivers of earnings inequality

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

Chapter 8: Sampling distributions of estimators Sections

Chapter 8: Sampling distributions of estimators Sections Chapter 8 continued Chapter 8: Sampling distributions of estimators Sections 8.1 Sampling distribution of a statistic 8.2 The Chi-square distributions 8.3 Joint Distribution of the sample mean and sample

More information

IDENTIFYING BROAD AND NARROW FINANCIAL RISK FACTORS VIA CONVEX OPTIMIZATION: PART I

IDENTIFYING BROAD AND NARROW FINANCIAL RISK FACTORS VIA CONVEX OPTIMIZATION: PART I 1 IDENTIFYING BROAD AND NARROW FINANCIAL RISK FACTORS VIA CONVEX OPTIMIZATION: PART I Lisa Goldberg lrg@berkeley.edu MMDS Workshop. June 22, 2016. joint with Alex Shkolnik and Jeff Bohn. Identifying Broad

More information

Modelling, Estimation and Hedging of Longevity Risk

Modelling, Estimation and Hedging of Longevity Risk IA BE Summer School 2016, K. Antonio, UvA 1 / 50 Modelling, Estimation and Hedging of Longevity Risk Katrien Antonio KU Leuven and University of Amsterdam IA BE Summer School 2016, Leuven Module II: Fitting

More information

Linearity-Generating Processes, Unspanned Stochastic Volatility, and Interest-Rate Option Pricing

Linearity-Generating Processes, Unspanned Stochastic Volatility, and Interest-Rate Option Pricing Linearity-Generating Processes, Unspanned Stochastic Volatility, and Interest-Rate Option Pricing Liuren Wu, Baruch College Joint work with Peter Carr and Xavier Gabaix at New York University Board of

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

Top-down particle filtering for Bayesian decision trees

Top-down particle filtering for Bayesian decision trees Top-down particle filtering for Bayesian decision trees Balaji Lakshminarayanan 1, Daniel M. Roy 2 and Yee Whye Teh 3 1. Gatsby Unit, UCL, 2. University of Cambridge and 3. University of Oxford Outline

More information

Adaptive Metropolis-Hastings samplers for the Bayesian analysis of large linear Gaussian systems

Adaptive Metropolis-Hastings samplers for the Bayesian analysis of large linear Gaussian systems Adaptive Metropolis-Hastings samplers for the Bayesian analysis of large linear Gaussian systems Stephen KH Yeung stephen.yeung@ncl.ac.uk Darren J Wilkinson d.j.wilkinson@ncl.ac.uk Department of Statistics,

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

slides chapter 6 Interest Rate Shocks

slides chapter 6 Interest Rate Shocks slides chapter 6 Interest Rate Shocks Princeton University Press, 217 Motivation Interest-rate shocks are generally believed to be a major source of fluctuations for emerging countries. The next slide

More information

Estimating Term Structure of U.S. Treasury Securities: An Interpolation Approach

Estimating Term Structure of U.S. Treasury Securities: An Interpolation Approach Estimating Term Structure of U.S. Treasury Securities: An Interpolation Approach Feng Guo J. Huston McCulloch Our Task Empirical TS are unobservable. Without a continuous spectrum of zero-coupon securities;

More information

Lecture 23 The New Keynesian Model Labor Flows and Unemployment. Noah Williams

Lecture 23 The New Keynesian Model Labor Flows and Unemployment. Noah Williams Lecture 23 The New Keynesian Model Labor Flows and Unemployment Noah Williams University of Wisconsin - Madison Economics 312/702 Basic New Keynesian Model of Transmission Can be derived from primitives:

More information

Understanding Tail Risk 1

Understanding Tail Risk 1 Understanding Tail Risk 1 Laura Veldkamp New York University 1 Based on work with Nic Kozeniauskas, Julian Kozlowski, Anna Orlik and Venky Venkateswaran. 1/2 2/2 Why Study Information Frictions? Every

More information

Bayesian Inference for Random Coefficient Dynamic Panel Data Models

Bayesian Inference for Random Coefficient Dynamic Panel Data Models Bayesian Inference for Random Coefficient Dynamic Panel Data Models By Peng Zhang and Dylan Small* 1 Department of Statistics, The Wharton School, University of Pennsylvania Abstract We develop a hierarchical

More information

Posterior Inference. , where should we start? Consider the following computational procedure: 1. draw samples. 2. convert. 3. compute properties

Posterior Inference. , where should we start? Consider the following computational procedure: 1. draw samples. 2. convert. 3. compute properties Posterior Inference Example. Consider a binomial model where we have a posterior distribution for the probability term, θ. Suppose we want to make inferences about the log-odds γ = log ( θ 1 θ), where

More information

Decomposing the Yield Curve

Decomposing the Yield Curve Decomposing the Yield Curve John H. Cochrane and Monika Piazzesi January 1, 1 Cochrane/Piazzesi () Yield Curve January 1, 1 1 / 1 Objective and motivation Yield curve: expected interest rates or risk premiums?

More information

Asymptotic Risk Factor Model with Volatility Factors

Asymptotic Risk Factor Model with Volatility Factors Asymptotic Risk Factor Model with Volatility Factors Abdoul Aziz Bah 1 Christian Gourieroux 2 André Tiomo 1 1 Credit Agricole Group 2 CREST and University of Toronto March 27, 2017 The views expressed

More information

DSGE model with collateral constraint: estimation on Czech data

DSGE model with collateral constraint: estimation on Czech data Proceedings of 3th International Conference Mathematical Methods in Economics DSGE model with collateral constraint: estimation on Czech data Introduction Miroslav Hloušek Abstract. Czech data shows positive

More information

The bank lending channel in monetary transmission in the euro area:

The bank lending channel in monetary transmission in the euro area: The bank lending channel in monetary transmission in the euro area: evidence from Bayesian VAR analysis Matteo Bondesan Graduate student University of Turin (M.Sc. in Economics) Collegio Carlo Alberto

More information

Hierarchical Generalized Linear Models. Measurement Incorporated Hierarchical Linear Models Workshop

Hierarchical Generalized Linear Models. Measurement Incorporated Hierarchical Linear Models Workshop Hierarchical Generalized Linear Models Measurement Incorporated Hierarchical Linear Models Workshop Hierarchical Generalized Linear Models So now we are moving on to the more advanced type topics. To begin

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

Probabilistic Meshless Methods for Bayesian Inverse Problems. Jon Cockayne July 8, 2016

Probabilistic Meshless Methods for Bayesian Inverse Problems. Jon Cockayne July 8, 2016 Probabilistic Meshless Methods for Bayesian Inverse Problems Jon Cockayne July 8, 2016 1 Co-Authors Chris Oates Tim Sullivan Mark Girolami 2 What is PN? Many problems in mathematics have no analytical

More information

D.1 Sufficient conditions for the modified FV model

D.1 Sufficient conditions for the modified FV model D Internet Appendix Jin Hyuk Choi, Ulsan National Institute of Science and Technology (UNIST Kasper Larsen, Rutgers University Duane J. Seppi, Carnegie Mellon University April 7, 2018 This Internet Appendix

More information

Exchange Rates and Fundamentals: A General Equilibrium Exploration

Exchange Rates and Fundamentals: A General Equilibrium Exploration Exchange Rates and Fundamentals: A General Equilibrium Exploration Takashi Kano Hitotsubashi University @HIAS, IER, AJRC Joint Workshop Frontiers in Macroeconomics and Macroeconometrics November 3-4, 2017

More information

Bayesian Hierarchical/ Multilevel and Latent-Variable (Random-Effects) Modeling

Bayesian Hierarchical/ Multilevel and Latent-Variable (Random-Effects) Modeling Bayesian Hierarchical/ Multilevel and Latent-Variable (Random-Effects) Modeling 1: Formulation of Bayesian models and fitting them with MCMC in WinBUGS David Draper Department of Applied Mathematics and

More information

STA258 Analysis of Variance

STA258 Analysis of Variance STA258 Analysis of Variance Al Nosedal. University of Toronto. Winter 2017 The Data Matrix The following table shows last year s sales data for a small business. The sample is put into a matrix format

More information

Extended Model: Posterior Distributions

Extended Model: Posterior Distributions APPENDIX A Extended Model: Posterior Distributions A. Homoskedastic errors Consider the basic contingent claim model b extended by the vector of observables x : log C i = β log b σ, x i + β x i + i, i

More information

Estimating and Accounting for the Output Gap with Large Bayesian Vector Autoregressions

Estimating and Accounting for the Output Gap with Large Bayesian Vector Autoregressions Estimating and Accounting for the Output Gap with Large Bayesian Vector Autoregressions James Morley 1 Benjamin Wong 2 1 University of Sydney 2 Reserve Bank of New Zealand The view do not necessarily represent

More information

Liquidity (Risk) Premia in Corporate Bond Markets

Liquidity (Risk) Premia in Corporate Bond Markets Liquidity (Risk) Premia in Corporate Bond Markets Dion Bongaert(RSM) Joost Driessen(UvT) Frank de Jong(UvT) January 18th 2010 Agenda Corporate bond markets Credit spread puzzle Credit spreads much higher

More information

Effi cient monetary policy frontier for Iceland

Effi cient monetary policy frontier for Iceland Effi cient monetary policy frontier for Iceland A report to taskforce on reviewing Iceland s monetary and currency policies Marías Halldór Gestsson May 2018 1 Introduction A central bank conducting monetary

More information

IMPA Commodities Course : Forward Price Models

IMPA Commodities Course : Forward Price Models IMPA Commodities Course : Forward Price Models Sebastian Jaimungal sebastian.jaimungal@utoronto.ca Department of Statistics and Mathematical Finance Program, University of Toronto, Toronto, Canada http://www.utstat.utoronto.ca/sjaimung

More information

Idiosyncratic risk and the dynamics of aggregate consumption: a likelihood-based perspective

Idiosyncratic risk and the dynamics of aggregate consumption: a likelihood-based perspective Idiosyncratic risk and the dynamics of aggregate consumption: a likelihood-based perspective Alisdair McKay Boston University March 2013 Idiosyncratic risk and the business cycle How much and what types

More information

Earnings Dynamics, Mobility Costs and Transmission of Firm and Market Level Shocks

Earnings Dynamics, Mobility Costs and Transmission of Firm and Market Level Shocks Earnings Dynamics, Mobility Costs and Transmission of Firm and Market Level Shocks Preliminary and Incomplete Thibaut Lamadon Magne Mogstad Bradley Setzler U Chicago U Chicago U Chicago Statistics Norway

More information

A Macro-Finance Model of the Term Structure: the Case for a Quadratic Yield Model

A Macro-Finance Model of the Term Structure: the Case for a Quadratic Yield Model Title page Outline A Macro-Finance Model of the Term Structure: the Case for a 21, June Czech National Bank Structure of the presentation Title page Outline Structure of the presentation: Model Formulation

More information

Bayesian modelling of financial guarantee insurance

Bayesian modelling of financial guarantee insurance Bayesian modelling of financial guarantee insurance Anne Puustelli (presenting and corresponding author) Department of Mathematics, Statistics and Philosophy, Statistics Unit, FIN-33014 University of Tampere,

More information

Estimating the Interest Rate Term Structures of Treasury and Corporate Debt with Bayesian Penalized Splines

Estimating the Interest Rate Term Structures of Treasury and Corporate Debt with Bayesian Penalized Splines Journal of Data Science 3(25), 223-24 Estimating the Interest Rate Term Structures of Treasury and Corporate Debt with Bayesian Penalized Splines Min Li 1 and Yan Yu 2 1 California State University, Sacramento

More information

9th Financial Risks International Forum

9th Financial Risks International Forum Calvet L., Czellar V.and C. Gouriéroux (2015) Structural Dynamic Analysis of Systematic Risk Duarte D., Lee K. and Scwenkler G. (2015) The Systemic E ects of Benchmarking University of Orléans March 21,

More information

Linear-Rational Term-Structure Models

Linear-Rational Term-Structure Models Linear-Rational Term-Structure Models Anders Trolle (joint with Damir Filipović and Martin Larsson) Ecole Polytechnique Fédérale de Lausanne Swiss Finance Institute AMaMeF and Swissquote Conference, September

More information

Generalized Additive Modelling for Sample Extremes: An Environmental Example

Generalized Additive Modelling for Sample Extremes: An Environmental Example Generalized Additive Modelling for Sample Extremes: An Environmental Example V. Chavez-Demoulin Department of Mathematics Swiss Federal Institute of Technology Tokyo, March 2007 Changes in extremes? Likely

More information

RESEARCH ARTICLE. The Penalized Biclustering Model And Related Algorithms Supplemental Online Material

RESEARCH ARTICLE. The Penalized Biclustering Model And Related Algorithms Supplemental Online Material Journal of Applied Statistics Vol. 00, No. 00, Month 00x, 8 RESEARCH ARTICLE The Penalized Biclustering Model And Related Algorithms Supplemental Online Material Thierry Cheouo and Alejandro Murua Département

More information

BAYESIAN POISSON LOG-BILINEAR MORTALITY PROJECTIONS

BAYESIAN POISSON LOG-BILINEAR MORTALITY PROJECTIONS BAYESIAN POISSON LOG-BILINEAR MORTALITY PROJECTIONS CLAUDIA CZADO, ANTOINE DELWARDE & MICHEL DENUIT, SCA Zentrum Mathematik Technische Universität München D-85748 Garching bei Munich, Germany Institut

More information

Steven Heston: Recovering the Variance Premium. Discussion by Jaroslav Borovička November 2017

Steven Heston: Recovering the Variance Premium. Discussion by Jaroslav Borovička November 2017 Steven Heston: Recovering the Variance Premium Discussion by Jaroslav Borovička November 2017 WHAT IS THE RECOVERY PROBLEM? Using observed cross-section(s) of prices (of Arrow Debreu securities), infer

More information

Risk-Adjusted Capital Allocation and Misallocation

Risk-Adjusted Capital Allocation and Misallocation Risk-Adjusted Capital Allocation and Misallocation Joel M. David Lukas Schmid David Zeke USC Duke & CEPR USC Summer 2018 1 / 18 Introduction In an ideal world, all capital should be deployed to its most

More information

Introduction to Algorithmic Trading Strategies Lecture 9

Introduction to Algorithmic Trading Strategies Lecture 9 Introduction to Algorithmic Trading Strategies Lecture 9 Quantitative Equity Portfolio Management Haksun Li haksun.li@numericalmethod.com www.numericalmethod.com Outline Alpha Factor Models References

More information

Multi-armed bandits in dynamic pricing

Multi-armed bandits in dynamic pricing Multi-armed bandits in dynamic pricing Arnoud den Boer University of Twente, Centrum Wiskunde & Informatica Amsterdam Lancaster, January 11, 2016 Dynamic pricing A firm sells a product, with abundant inventory,

More information

Taming the Beast Workshop. Priors and starting values

Taming the Beast Workshop. Priors and starting values Workshop Veronika Bošková & Chi Zhang June 28, 2016 1 / 21 What is a prior? Distribution of a parameter before the data is collected and analysed as opposed to POSTERIOR distribution which combines the

More information

Quantitative Risk Management

Quantitative Risk Management Quantitative Risk Management Asset Allocation and Risk Management Martin B. Haugh Department of Industrial Engineering and Operations Research Columbia University Outline Review of Mean-Variance Analysis

More information

Robust Regression for Capital Asset Pricing Model Using Bayesian Approach

Robust Regression for Capital Asset Pricing Model Using Bayesian Approach Thai Journal of Mathematics : 016) 71 8 Special Issue on Applied Mathematics : Bayesian Econometrics http://thaijmath.in.cmu.ac.th ISSN 1686-009 Robust Regression for Capital Asset Pricing Model Using

More information

TFP Persistence and Monetary Policy. NBS, April 27, / 44

TFP Persistence and Monetary Policy. NBS, April 27, / 44 TFP Persistence and Monetary Policy Roberto Pancrazi Toulouse School of Economics Marija Vukotić Banque de France NBS, April 27, 2012 NBS, April 27, 2012 1 / 44 Motivation 1 Well Known Facts about the

More information

Conjugate Bayesian Models for Massive Spatial Data

Conjugate Bayesian Models for Massive Spatial Data Conjugate Bayesian Models for Massive Spatial Data Abhi Datta 1, Sudipto Banerjee 2 and Andrew O. Finley 3 July 31, 2017 1 Department of Biostatistics, Bloomberg School of Public Health, Johns Hopkins

More information

Lecture Notes 6. Assume F belongs to a family of distributions, (e.g. F is Normal), indexed by some parameter θ.

Lecture Notes 6. Assume F belongs to a family of distributions, (e.g. F is Normal), indexed by some parameter θ. Sufficient Statistics Lecture Notes 6 Sufficiency Data reduction in terms of a particular statistic can be thought of as a partition of the sample space X. Definition T is sufficient for θ if the conditional

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

Envelope Wages, Underreporting and Tax Evasion: The Case of Turkey

Envelope Wages, Underreporting and Tax Evasion: The Case of Turkey Envelope Wages, Underreporting and Tax Evasion: The Case of Turkey Selin Pelek (Galatasaray University & MSU ) Gokce Uysal (Bahcesehir University & Betam & IZA) NTA Annual Conference Nov. 12th, 2016 Pelek

More information

An Introduction to Bayesian Inference and MCMC Methods for Capture-Recapture

An Introduction to Bayesian Inference and MCMC Methods for Capture-Recapture An Introduction to Bayesian Inference and MCMC Methods for Capture-Recapture Trinity River Restoration Program Workshop on Outmigration: Population Estimation October 6 8, 2009 An Introduction to Bayesian

More information

Portfolio Management and Optimal Execution via Convex Optimization

Portfolio Management and Optimal Execution via Convex Optimization Portfolio Management and Optimal Execution via Convex Optimization Enzo Busseti Stanford University April 9th, 2018 Problems portfolio management choose trades with optimization minimize risk, maximize

More information

Qualifying Exam Solutions: Theoretical Statistics

Qualifying Exam Solutions: Theoretical Statistics Qualifying Exam Solutions: Theoretical Statistics. (a) For the first sampling plan, the expectation of any statistic W (X, X,..., X n ) is a polynomial of θ of degree less than n +. Hence τ(θ) cannot have

More information

High Dimensional Bayesian Optimisation and Bandits via Additive Models

High Dimensional Bayesian Optimisation and Bandits via Additive Models 1/20 High Dimensional Bayesian Optimisation and Bandits via Additive Models Kirthevasan Kandasamy, Jeff Schneider, Barnabás Póczos ICML 15 July 8 2015 2/20 Bandits & Optimisation Maximum Likelihood inference

More information

Mutual Fund Performance When Learning the Distribution of Stock-Picking Skill

Mutual Fund Performance When Learning the Distribution of Stock-Picking Skill Mutual Fund Performance When Learning the Distribution of Stock-Picking Skill Mark J. Jensen Mark Fisher Federal Reserve Bank of Atlanta Federal Reserve Bank of Atlanta Mark.Jensen@atl.frb.org mark@markfisher.net

More information

Oil Price Uncertainty in a Small Open Economy

Oil Price Uncertainty in a Small Open Economy Yusuf Soner Başkaya Timur Hülagü Hande Küçük 6 April 212 Oil price volatility is high and it varies over time... 15 1 5 1985 199 1995 2 25 21 (a) Mean.4.35.3.25.2.15.1.5 1985 199 1995 2 25 21 (b) Coefficient

More information

Estimation of a parametric function associated with the lognormal distribution 1

Estimation of a parametric function associated with the lognormal distribution 1 Communications in Statistics Theory and Methods Estimation of a parametric function associated with the lognormal distribution Jiangtao Gou a,b and Ajit C. Tamhane c, a Department of Mathematics and Statistics,

More information

Stochastic Volatility Models. Hedibert Freitas Lopes

Stochastic Volatility Models. Hedibert Freitas Lopes Stochastic Volatility Models Hedibert Freitas Lopes SV-AR(1) model Nonlinear dynamic model Normal approximation R package stochvol Other SV models STAR-SVAR(1) model MSSV-SVAR(1) model Volume-volatility

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

Leader or Follower? A Payoff Analysis in Quadratic Utility Harsanyi Economy

Leader or Follower? A Payoff Analysis in Quadratic Utility Harsanyi Economy Leader or Follower? A Payoff Analysis in Quadratic Utility Harsanyi Economy Sai Ma New York University Oct. 0, 015 Model Agents and Belief There are two players, called agent i {1, }. Each agent i chooses

More information

Asymmetric Information and the Impact on Interest Rates. Evidence from Forecast Data

Asymmetric Information and the Impact on Interest Rates. Evidence from Forecast Data Asymmetric Information and the Impact on Interest Rates Evidence from Forecast Data Asymmetric Information Hypothesis (AIH) Asserts that the federal reserve possesses private information about the current

More information

Statistical Models and Methods for Financial Markets

Statistical Models and Methods for Financial Markets Tze Leung Lai/ Haipeng Xing Statistical Models and Methods for Financial Markets B 374756 4Q Springer Preface \ vii Part I Basic Statistical Methods and Financial Applications 1 Linear Regression Models

More information

STAT 509: Statistics for Engineers Dr. Dewei Wang. Copyright 2014 John Wiley & Sons, Inc. All rights reserved.

STAT 509: Statistics for Engineers Dr. Dewei Wang. Copyright 2014 John Wiley & Sons, Inc. All rights reserved. STAT 509: Statistics for Engineers Dr. Dewei Wang Applied Statistics and Probability for Engineers Sixth Edition Douglas C. Montgomery George C. Runger 7 Point CHAPTER OUTLINE 7-1 Point Estimation 7-2

More information