Spatial Statistics 2013, S2.2 6 th June Institute for Geoinformatics University of Münster.

Size: px
Start display at page:

Download "Spatial Statistics 2013, S2.2 6 th June Institute for Geoinformatics University of Münster."

Transcription

1 Spatial Statistics 2013, S2.2 6 th June 2013 Institute for Geoinformatics University of Münster Vine Vine 1

2 Spatial/spatio-temporal data Typically, spatial/spatio-temporal data is given at a set of discrete locations s i S ( time steps t j T ). We desire a full spatial/spatio-temporal rom field Z modelling the process at any location s in space/(s, t) in space time. We will look at daily mean fine dust concentrations across Europe (PM 10 ). In the following, we will refer to Z as a spatio-temporal rom field (including the spatial case). Vine Vine 2

3 describe the dependence structure between the margins of a multivariate distribution. Sklar s Theorem states: H(x 1,..., x d ) = C ( F 1 (x 1 ),..., F d (x d ) ) where H is any multivariate CDF, F 1,..., F d are the corresponding marginal univariate CDFs C is a suitable copula (uniquely determined in a continuous setting). Since F i (X i ) U(0, 1), copulas can be thought of as CDFs on the unit (hyper-)cube. Vine Vine 3

4 Beyond Gaussian dependence structure Vine Vine 4

5 Vine copulas copulas are pretty well understood rather easy to estimate. Unfortunately, most bivariate families do not nicely extend to a multivariate setting or lack the necessary flexibility. Vine allow to approximate multivariate copulas by mixing (conditional) bivariate copulas following a vine decomposition [ACFB09, BC02]. Vine Vine 5

6 The spatio-temporal neighbourhood - the first tree Vine Vine 6

7 Spatio-temporal vine copulas The distribution of local neighbourhoods is decomposed into marginal distributions F i a spatio-temporal vine copula: The first tree is modelled as bivariate spatio-temporal copulas accounting for spatial temporal distances. Remaining trees are modelled from a wide set of classical bivariate copulas as a vine or truncated vine. Vine Vine 7

8 Accounting for spatial distance Thinking of pairs of spatio-temporal locations ( (s1, t 1 ), (s 2, t 2 ) ) we assume... distance has a strong influence on the strength of dependence dependence structure is identical for all neighbours, but may change with distance stationarity build k bins by distance to estimate a bivariate copula c j,h (u, v) for all spatial bins [0, l 1 ),[l 1, l 2 ),..., [l k 1, l k ) per temporal lag. Vine Vine 8

9 Density of the spatial spatio-temporal copula The density of the bivariate spatial copula is then given by a convex combination of bivariate copula densities: c h (u, v) :=. where λ j := h lj 1 l j l j 1. c 1,h (u, v), 0 h < l 1 (1 λ 2 )c 1,h (u, v) + λ 2c 2,h (u, v), l 1 h < l 2 (1 λ k )c k 1,h (u, v) + λ k 1, l k 1 h < l k 1, l k h The density of the bivariate spatio-temporal copula c h, (u, v) is then given by a convex combination of bivariate spatial copula densities in an analogous manner.. Vine Vine 9

10 The full density The remaining copulas c j,j+i 0,...j 1 are estimated over the conditional sample. We get the full (here 10-dim) spatio-temporal vine copula density as a product of all involved bivariate densities: c h, (u 0,..., u 9 ) j = c h, (u 0, u i ) c j,j+i 0,...,j 1 (u j 0,...,j 1, u j+i 0,...,j 1 ) i=1 j=1 i=1 Vine Vine 10

11 Spatio-temporal vine copula interpolation The estimate can be obtained as the expected value Ẑ m (s 0, t 0 ) = F 1 ( ) (u) c h, u u1,..., u d du [0,1] or by calculating any percentile p (i.e. the median) Ẑ p (s 0, t 0 ) = F 1( C 1 h, (p u 1,..., u d ) ) with the conditional density c h, (u u 1,..., u d ) := c h, (u, u 1,..., u d ) 1 0 c h, (v, u 1,..., u d )dv u i = F i ( Z(si, t i ) ). Vine Vine 11

12 R-package spcopula The developed methods are implemented in R are available as package spcopula at R-Forge. The package spcopula extends combines the R-packages VineCopula, spacetime copula. Vine Vine 12

13 Daily mean PM 10 concentrations across Europe Daily mean PM 10 concentrations observed at 194 rural background stations across Europe for the year Density Vine Vine daily mean PM 10 concentrations [µg/m 3 ] 13

14 The spatio-temporal neighbourhood Vine Vine 14

15 The bivariate spatio-temporal copula I > stbins <- calcstbins(eu_rb_2005,"rtpm10", nbins=40, + t.lags=-(0:2), instances=na, + cor.method="fasttau", plot=f) > calcktau <- fitcorfun(stbins,c(3,3,3)) correlation [Kendall's tau] same day one day two days Vine Vine distance [km] 15

16 The bivariate spatio-temporal copula II > logliktau <- list() > for(j in 1:3) { + tmpbins <-... # j-th subset of stbins + logliktau[[j]] <- loglikbylags(tmpbins, families, + calcktau[[j]]) + } The following families achieve the highest log-likelihood: distance = 0 t F t F F F F F F F F F F F F = 1 F F F F F F F F F F F F F F A = 2 F F F F F F A A A A A A A A A Vine Vine 16

17 The bivariate spatio-temporal copula III Pick the best fitting copulas: > stconvcop <- stcopula(components = listcops, + distances = listdists, + t.lags=c(0,-1,-2)) Strength of dependence on copula scale the same day [km] 250 [km] 500 [km] Vine Vine

18 The bivariate spatio-temporal copula IV Strength of dependence on copula scale one day difference [km] 250 [km] 500 [km] Strength of dependence on copula scale two days difference [km] 250 [km] 500 [km] Vine Vine

19 The spatio-temporal vine copula I Build the spatio-temporal neighbourhood fit the upper vine: > stneigh <- getstneighbours(eu_rb_2005, var="rtpm10", + spsize=4, t.lags=-(0:2), + timesteps=90, min.dist=10) > stvinefit <- fitcopula(stvinecopula(stconvcop, + vinecopula(9l)), + stneigh, method="indeptest") > stvinefit@loglik [1] > stvine <- stvinefit@copula > stvine Spatio-temporal vine copula family with 1 spatio-temporal tree. Dimension: 10 Vine Vine 19

20 Interpolation of the air qualities Predictions can be obtained through > predneigh <- getstneighbours(eu_rb_2005, targetgeom, + "rtpm10", spsize=4, prediction=t) > stvinepred <- stcoppredict(predneigh, stvine, + list(q=qfun), "quantile") Vine Vine 20

21 Cross validation results for the daily mean PM 10 interpolation RMSE bias MAE expected value Ẑm median Ẑ metric cov. kriging metric cov. res. kriging Table: Cross validation results for the expected value median estimates following the vine copula approach two methods from a recent comparison study [GGP12] on spatio-temporal kriging approaches in PM 10 mapping. Vine Vine 21

22 Benefits of the spatial/spatio-temporal vine copulas richer flexibility due to the various dependence structures asymmetric dependence structures become possible (temporal direction) probabilistic advantage flexible uncertainty analysis The predictive CDFs from the joker data set: prediction CDF pure spatial copula residual kriging joker data set Vine Vine radiation [nsv/h] 22

23 Further extensions including covariates (e.g. altitude, population,... ) complex neighbourhoods (e.g. by spatial direction,... ) introduce several spatio-temporal trees in the vine (as in the spatial version, see poster: Modelling Extremes with the Spatial Vine Copula) include further copula families improve performance Vine Vine 23

24 Kjersti Aas, Claudia Czado, Arnoldo Frigessi, Henrik Bakken, Pair-copula constructions of multiple dependence, Insurance: Mathematics Economics 44 (2009), Tim Bedford Roger M. Cooke, Vines a new graphical model for dependent rom variables, Annals of Statistics 30 (2002), no. 4, B. Gräler, L. E. Gerharz, E. Pebesma, Spatio-temporal analysis interpolation of PM10 measurements in Europe, Tech. report, ETC/ACM, Roger B. Nelsen, An introduction to copulas, second ed., Springer Science+Buisness, New York, Vine Vine 24

Vine Copulas. Spatial Copula Workshop 2014 September 22, Institute for Geoinformatics University of Münster.

Vine Copulas. Spatial Copula Workshop 2014 September 22, Institute for Geoinformatics University of Münster. Spatial Workshop 2014 September 22, 2014 Institute for Geoinformatics University of Münster http://ifgi.uni-muenster.de/graeler 1 spatio-temporal data Typically, spatio-temporal data is given at a set

More information

Modelling Dependence in Space and Time with Vine Copulas

Modelling Dependence in Space and Time with Vine Copulas Modelling Dependence in Space and Time with Vine Copulas Benedikt Gräler, Edzer Pebesma Abstract We utilize the concept of Vine Copulas to build multi-dimensional copulas out of bivariate ones, as bivariate

More information

spcopula: Modelling Spatial and Spatio-Temporal Dependence with Copulas in R

spcopula: Modelling Spatial and Spatio-Temporal Dependence with Copulas in R spcopula: Modelling Spatial and Spatio-Temporal Dependence with Copulas in R Benedikt Gräler Abstract The spcopula R package provides tools to model spatial and spatio-temporal phenomena with spatial and

More information

Copulas, a novel approach to model spatial and spatio-temporal dependence

Copulas, a novel approach to model spatial and spatio-temporal dependence Copulas, a novel approach to model spatial and spatio-temporal dependence Benedikt Gräler 1, Hannes Kazianka 2, Giovana Mira de Espindola 3 1 Institute for Geoinformatics, University of Münster, Germany

More information

Estimation of direction of increase of gold mineralisation using pair-copulas

Estimation of direction of increase of gold mineralisation using pair-copulas 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Estimation of direction of increase of gold mineralisation using pair-copulas

More information

Spatio-temporal analysis and interpolation of PM10 measurements in Europe for 2009

Spatio-temporal analysis and interpolation of PM10 measurements in Europe for 2009 Spatio-temporal analysis and interpolation of PM10 measurements in Europe for 2009 ETC/ACM Technical Paper 2012/8 March 2013 revised version Benedikt Gräler, Mirjam Rehr, Lydia Gerharz, Edzer Pebesma The

More information

Bayesian Inference for Pair-copula Constructions of Multiple Dependence

Bayesian Inference for Pair-copula Constructions of Multiple Dependence Bayesian Inference for Pair-copula Constructions of Multiple Dependence Claudia Czado and Aleksey Min Technische Universität München cczado@ma.tum.de, aleksmin@ma.tum.de December 7, 2007 Overview 1 Introduction

More information

Chapter 1. Summer School GEOSTAT 2014, Spatio-Temporal Geostatistics,

Chapter 1. Summer School GEOSTAT 2014, Spatio-Temporal Geostatistics, Chapter 1 Summer School GEOSTAT 2014, Geostatistics, 2014-06-19 sum- http://ifgi.de/graeler Institute for Geoinformatics University of Muenster 1.1 Spatial Data From a purely statistical perspective, spatial

More information

Approximation Multivariate Distribution of Main Indices of Tehran Stock Exchange with Pair-Copula

Approximation Multivariate Distribution of Main Indices of Tehran Stock Exchange with Pair-Copula Journal of Modern Applied Statistical Methods Volume Issue Article 5 --03 Approximation Multivariate Distribution of Main Indices of Tehran Stock Exchange with Pair-Copula G. Parham Shahid Chamran University,

More information

Pair-copula constructions of multiple dependence

Pair-copula constructions of multiple dependence Pair-copula constructions of multiple dependence 3 4 5 3 34 45 T 3 34 45 3 4 3 35 4 T 3 4 3 35 4 4 3 5 34 T 3 4 3 5 34 5 34 T 4 Note no SAMBA/4/06 Authors Kjersti Aas Claudia Czado Arnoldo Frigessi Henrik

More information

Interpolation of daily mean air temperature data via spatial and non-spatial copulas

Interpolation of daily mean air temperature data via spatial and non-spatial copulas Interpolation of daily mean air temperature data via spatial and non-spatial copulas F. Alidoost, A. Stein f.alidoost@utwente.nl 6 July 2017 Research problem 2 Assessing near-real time crop and irrigation

More information

Markov Switching Regular Vine Copulas

Markov Switching Regular Vine Copulas Int. Statistical Inst.: Proc. 58th World Statistical Congress, 2011, Dublin (Session CPS057) p.5304 Markov Switching Regular Vine Copulas Stöber, Jakob and Czado, Claudia Lehrstuhl für Mathematische Statistik,

More information

How to select a good vine

How to select a good vine Universitetet i Oslo ingrihaf@math.uio.no International FocuStat Workshop on Focused Information Criteria and Related Themes, May 9-11, 2016 Copulae Regular vines Model selection and reduction Limitations

More information

The Instability of Correlations: Measurement and the Implications for Market Risk

The Instability of Correlations: Measurement and the Implications for Market Risk The Instability of Correlations: Measurement and the Implications for Market Risk Prof. Massimo Guidolin 20254 Advanced Quantitative Methods for Asset Pricing and Structuring Winter/Spring 2018 Threshold

More information

Gaussian Process Vine Copulas for Multivariate Dependence

Gaussian Process Vine Copulas for Multivariate Dependence Gaussian Process Vine Copulas for Multivariate Dependence José Miguel Hernández-Lobato 1,2 joint work with David López-Paz 2,3 and Zoubin Ghahramani 1 1 Department of Engineering, Cambridge University,

More information

Copulas. Mathematisches Seminar (Prof. Dr. D. Filipovic) Di Uhr in E

Copulas. Mathematisches Seminar (Prof. Dr. D. Filipovic) Di Uhr in E Copulas Mathematisches Seminar (Prof. Dr. D. Filipovic) Di. 14-16 Uhr in E41 A Short Introduction 1 0.8 0.6 0.4 0.2 0 0 0.2 0.4 0.6 0.8 1 The above picture shows a scatterplot (500 points) from a pair

More information

Semi-parametric estimation of non-stationary Pickands functions

Semi-parametric estimation of non-stationary Pickands functions Semi-parametric estimation of non-stationary Pickands functions Linda Mhalla 1 Joint work with: Valérie Chavez-Demoulin 2 and Philippe Naveau 3 1 Geneva School of Economics and Management, University of

More information

Variational Inference with Copula Augmentation

Variational Inference with Copula Augmentation Variational Inference with Copula Augmentation Dustin Tran 1 David M. Blei 2 Edoardo M. Airoldi 1 1 Department of Statistics, Harvard University 2 Department of Statistics & Computer Science, Columbia

More information

Chapter 1. Bayesian Inference for D-vines: Estimation and Model Selection

Chapter 1. Bayesian Inference for D-vines: Estimation and Model Selection Chapter 1 Bayesian Inference for D-vines: Estimation and Model Selection Claudia Czado and Aleksey Min Technische Universität München, Zentrum Mathematik, Boltzmannstr. 3, 85747 Garching, Germany cczado@ma.tum.de

More information

Truncated regular vines in high dimensions with application to financial data

Truncated regular vines in high dimensions with application to financial data Truncated regular vines in high dimensions with application to financial data This is a preprint of an article published in the Canadian Journal of Statistics Vol. 40, No. 1, 2012, Pages 68 85, http://www.interscience.wiley.com/

More information

A New Generalized Gumbel Copula for Multivariate Distributions

A New Generalized Gumbel Copula for Multivariate Distributions A New Generalized Gumbel Copula for Multivariate Distributions Chandra R. Bhat* The University of Texas at Austin Department of Civil, Architectural & Environmental Engineering University Station, C76,

More information

arxiv: v1 [cs.ne] 19 Oct 2012

arxiv: v1 [cs.ne] 19 Oct 2012 Modeling with Copulas and Vines in Estimation of Distribution Algorithms arxiv:121.55v1 [cs.ne] 19 Oct 212 Marta Soto Institute of Cybernetics, Mathematics and Physics, Cuba. Email: mrosa@icimaf.cu Yasser

More information

Journal of Statistical Software

Journal of Statistical Software JSS Journal of Statistical Software January 2013, Volume 52, Issue 3. http://www.jstatsoft.org/ CDVine: Modeling Dependence with C- and D-Vine Copulas in R Eike Christian Brechmann Technische Universität

More information

Representing sparse Gaussian DAGs as sparse R-vines allowing for non-gaussian dependence

Representing sparse Gaussian DAGs as sparse R-vines allowing for non-gaussian dependence Representing sparse Gaussian DAGs as sparse R-vines allowing for non-gaussian dependence arxiv:604.040v [stat.me] 0 Nov 06 Dominik Müller and Claudia Czado December, 06 Abstract Modeling dependence in

More information

Models for construction of multivariate dependence

Models for construction of multivariate dependence Dept. of Math. University of Oslo Statistical Research Report No. 3 ISSN 0806 3842 June 2007 Models for construction of multivariate dependence Daniel Berg University of Oslo and Norwegian Computing Center

More information

Gaussian Process Vine Copulas for Multivariate Dependence

Gaussian Process Vine Copulas for Multivariate Dependence Gaussian Process Vine Copulas for Multivariate Dependence José Miguel Hernández Lobato 1,2, David López Paz 3,2 and Zoubin Ghahramani 1 June 27, 2013 1 University of Cambridge 2 Equal Contributor 3 Ma-Planck-Institute

More information

Assessing the VaR of a portfolio using D-vine copula based multivariate GARCH models

Assessing the VaR of a portfolio using D-vine copula based multivariate GARCH models Assessing the VaR of a portfolio using D-vine copula based multivariate GARCH models Mathias Hofmann a,, Claudia Czado b a Technische Universität München Zentrum Mathematik Lehrstuhl für Mathematische

More information

An Econometric Study of Vine Copulas

An Econometric Study of Vine Copulas An Econometric Study of Vine Copulas Pierre-André Maugis (Corresponding author) PSE, Université Paris 1 Panthéon-Sorbonne, 106 boulevard de l Hopital 75647 Paris Cedex 13, France E-mail: pierre-andre.maugis@malix.univ-paris1.fr.

More information

Dependence. MFM Practitioner Module: Risk & Asset Allocation. John Dodson. September 11, Dependence. John Dodson. Outline.

Dependence. MFM Practitioner Module: Risk & Asset Allocation. John Dodson. September 11, Dependence. John Dodson. Outline. MFM Practitioner Module: Risk & Asset Allocation September 11, 2013 Before we define dependence, it is useful to define Random variables X and Y are independent iff For all x, y. In particular, F (X,Y

More information

Published: 26 April 2016

Published: 26 April 2016 Electronic Journal of Applied Statistical Analysis EJASA, Electron. J. App. Stat. Anal. http://siba-ese.unisalento.it/index.php/ejasa/index e-issn: 2070-5948 DOI: 10.1285/i20705948v9n1p246 Dependence modeling

More information

Dependence. Practitioner Course: Portfolio Optimization. John Dodson. September 10, Dependence. John Dodson. Outline.

Dependence. Practitioner Course: Portfolio Optimization. John Dodson. September 10, Dependence. John Dodson. Outline. Practitioner Course: Portfolio Optimization September 10, 2008 Before we define dependence, it is useful to define Random variables X and Y are independent iff For all x, y. In particular, F (X,Y ) (x,

More information

Construction and estimation of high dimensional copulas

Construction and estimation of high dimensional copulas Construction and estimation of high dimensional copulas Gildas Mazo PhD work supervised by S. Girard and F. Forbes Mistis, Inria and laboratoire Jean Kuntzmann, Grenoble, France Séminaire Statistiques,

More information

Semi-parametric predictive inference for bivariate data using copulas

Semi-parametric predictive inference for bivariate data using copulas Semi-parametric predictive inference for bivariate data using copulas Tahani Coolen-Maturi a, Frank P.A. Coolen b,, Noryanti Muhammad b a Durham University Business School, Durham University, Durham, DH1

More information

Max stable Processes & Random Fields: Representations, Models, and Prediction

Max stable Processes & Random Fields: Representations, Models, and Prediction Max stable Processes & Random Fields: Representations, Models, and Prediction Stilian Stoev University of Michigan, Ann Arbor March 2, 2011 Based on joint works with Yizao Wang and Murad S. Taqqu. 1 Preliminaries

More information

A copula goodness-of-t approach. conditional probability integral transform. Daniel Berg 1 Henrik Bakken 2

A copula goodness-of-t approach. conditional probability integral transform. Daniel Berg 1 Henrik Bakken 2 based on the conditional probability integral transform Daniel Berg 1 Henrik Bakken 2 1 Norwegian Computing Center (NR) & University of Oslo (UiO) 2 Norwegian University of Science and Technology (NTNU)

More information

1 Description of variables

1 Description of variables 1 Description of variables We have three possible instruments/state variables: dividend yield d t+1, default spread y t+1, and realized market volatility v t+1 d t is the continuously compounded 12 month

More information

Vine copulas with asymmetric tail dependence and applications to financial return data 1. Abstract

Vine copulas with asymmetric tail dependence and applications to financial return data 1. Abstract *Manuscript Vine copulas with asymmetric tail dependence and applications to financial return data 1 Aristidis K. Nikoloulopoulos 2, Harry Joe 3 and Haijun Li 4 Abstract In Aas et al. (2009) and Aas and

More information

*Department Statistics and Operations Research (UPC) ** Department of Economics and Economic History (UAB)

*Department Statistics and Operations Research (UPC) ** Department of Economics and Economic History (UAB) Wind power: Exploratory space-time analysis with M. P. Muñoz*, J. A. Sànchez*, M. Gasulla*, M. D. Márquez** *Department Statistics and Operations Research (UPC) ** Department of Economics and Economic

More information

A measure of radial asymmetry for bivariate copulas based on Sobolev norm

A measure of radial asymmetry for bivariate copulas based on Sobolev norm A measure of radial asymmetry for bivariate copulas based on Sobolev norm Ahmad Alikhani-Vafa Ali Dolati Abstract The modified Sobolev norm is used to construct an index for measuring the degree of radial

More information

Dependence Modeling in Ultra High Dimensions with Vine Copulas and the Graphical Lasso

Dependence Modeling in Ultra High Dimensions with Vine Copulas and the Graphical Lasso Dependence Modeling in Ultra High Dimensions with Vine Copulas and the Graphical Lasso Dominik Müller Claudia Czado arxiv:1709.05119v1 [stat.ml] 15 Sep 2017 September 18, 2017 Abstract To model high dimensional

More information

A Brief Introduction to Copulas

A Brief Introduction to Copulas A Brief Introduction to Copulas Speaker: Hua, Lei February 24, 2009 Department of Statistics University of British Columbia Outline Introduction Definition Properties Archimedean Copulas Constructing Copulas

More information

Multivariate Distribution Models

Multivariate Distribution Models Multivariate Distribution Models Model Description While the probability distribution for an individual random variable is called marginal, the probability distribution for multiple random variables is

More information

When is a copula constant? A test for changing relationships

When is a copula constant? A test for changing relationships When is a copula constant? A test for changing relationships Fabio Busetti and Andrew Harvey Bank of Italy and University of Cambridge November 2007 usetti and Harvey (Bank of Italy and University of Cambridge)

More information

Financial Econometrics and Volatility Models Copulas

Financial Econometrics and Volatility Models Copulas Financial Econometrics and Volatility Models Copulas Eric Zivot Updated: May 10, 2010 Reading MFTS, chapter 19 FMUND, chapters 6 and 7 Introduction Capturing co-movement between financial asset returns

More information

Technische Universität München. Zentrum Mathematik

Technische Universität München. Zentrum Mathematik Technische Universität München Zentrum Mathematik Joint estimation of parameters in multivariate normal regression with correlated errors using pair-copula constructions and an application to finance Diplomarbeit

More information

Bayesian inference for multivariate copulas using pair-copula constructions

Bayesian inference for multivariate copulas using pair-copula constructions Bayesian inference for multivariate copulas using pair-copula constructions Aleksey MIN and Claudia CZADO Munich University of Technology Munich University of Technology Corresponding author: Aleksey Min

More information

Ensemble Copula Coupling: Towards Physically Consistent, Calibrated Probabilistic Forecasts of Spatio-Temporal Weather Trajectories

Ensemble Copula Coupling: Towards Physically Consistent, Calibrated Probabilistic Forecasts of Spatio-Temporal Weather Trajectories Ensemble Copula Coupling: Towards Physically Consistent, Calibrated Probabilistic Forecasts of Spatio-Temporal Weather Trajectories Tilmann Gneiting and Roman Schefzik Institut für Angewandte Mathematik

More information

A Framework for Daily Spatio-Temporal Stochastic Weather Simulation

A Framework for Daily Spatio-Temporal Stochastic Weather Simulation A Framework for Daily Spatio-Temporal Stochastic Weather Simulation, Rick Katz, Balaji Rajagopalan Geophysical Statistics Project Institute for Mathematics Applied to Geosciences National Center for Atmospheric

More information

Copula modeling for discrete data

Copula modeling for discrete data Copula modeling for discrete data Christian Genest & Johanna G. Nešlehová in collaboration with Bruno Rémillard McGill University and HEC Montréal ROBUST, September 11, 2016 Main question Suppose (X 1,

More information

Copula-basierte räumliche Interpolation

Copula-basierte räumliche Interpolation Copula-basierte räumliche Interpolation Jürgen Pilz 1 und Hannes Kazianka 1 1 Alpen-Adria-University Klagenfurt, Department of Statistics, Austria Herbsttagung R in Ausbildung, Forschung und Anwendung

More information

Derivatives and Fisher information of bivariate copulas

Derivatives and Fisher information of bivariate copulas Statistical Papers manuscript No. will be inserted by the editor Derivatives and Fisher information of bivariate copulas Ulf Schepsmeier Jakob Stöber Received: date / Accepted: date Abstract We provide

More information

The extremal elliptical model: Theoretical properties and statistical inference

The extremal elliptical model: Theoretical properties and statistical inference 1/25 The extremal elliptical model: Theoretical properties and statistical inference Thomas OPITZ Supervisors: Jean-Noel Bacro, Pierre Ribereau Institute of Mathematics and Modeling in Montpellier (I3M)

More information

Introduction to Dependence Modelling

Introduction to Dependence Modelling Introduction to Dependence Modelling Carole Bernard Berlin, May 2015. 1 Outline Modeling Dependence Part 1: Introduction 1 General concepts on dependence. 2 in 2 or N 3 dimensions. 3 Minimizing the expectation

More information

Copulas and Measures of Dependence

Copulas and Measures of Dependence 1 Copulas and Measures of Dependence Uttara Naik-Nimbalkar December 28, 2014 Measures for determining the relationship between two variables: the Pearson s correlation coefficient, Kendalls tau and Spearmans

More information

Bayesian Model Selection of Regular Vine Copulas

Bayesian Model Selection of Regular Vine Copulas Bayesian Model Selection of Regular Vine Copulas Lutz F. Gruber Claudia Czado Abstract Regular vine copulas are a novel and very flexible class of dependence models. This paper presents a reversible jump

More information

Copula-Based Univariate Time Series Structural Shift Identification Test

Copula-Based Univariate Time Series Structural Shift Identification Test Copula-Based Univariate Time Series Structural Shift Identification Test Henry Penikas Moscow State University - Higher School of Economics 2012-1 - Penikas, Henry. Copula-Based Univariate Time Series

More information

Bivariate Flood Frequency Analysis Using Copula Function

Bivariate Flood Frequency Analysis Using Copula Function Bivariate Flood Frequency Analysis Using Copula Function Presented by : Dilip K. Bishwkarma (student,msw,ioe Pulchok Campus) ( Er, Department of Irrigation, GoN) 17 th Nov 2016 1 Outlines Importance of

More information

Dynamic D-Vine Copula Model with Applications to Value-at-Risk (VaR)

Dynamic D-Vine Copula Model with Applications to Value-at-Risk (VaR) Dynamic D-Vine Copula Model with Applications to Value-at-Risk (VaR) Paula V. Tófoli Flávio A. Ziegelmann Osvaldo C. Silva Filho Abstract Regular vine copulas constitute a very flexible class of multivariate

More information

Multivariate Non-Normally Distributed Random Variables

Multivariate Non-Normally Distributed Random Variables Multivariate Non-Normally Distributed Random Variables An Introduction to the Copula Approach Workgroup seminar on climate dynamics Meteorological Institute at the University of Bonn 18 January 2008, Bonn

More information

A GENERAL FRAMEWORK FOR UNCERTAINTY

A GENERAL FRAMEWORK FOR UNCERTAINTY A GENERAL FRAMEWORK FOR UNCERTAINTY QUANTIFICATION UNDER NON-GAUSSIAN INPUT DEPENDENCIES E. Torre, S. Marelli, P. Embrechts and B. Sudret CHAIR OF RISK, SAFETY AND UNCERTAINTY QUANTIFICATION STEFANO-FRANSCINI-PLATZ

More information

MODELS FOR CONSTRUCTION OF MULTIVARIATE DEPENDENCE - A COMPARISON STUDY

MODELS FOR CONSTRUCTION OF MULTIVARIATE DEPENDENCE - A COMPARISON STUDY MODELS FOR CONSTRUCTION OF MULTIVARIATE DEPENDENCE - A COMPARISON STUDY Kjersti Aas & Daniel Berg Abstract A multivariate data set, which exhibit complex patterns of dependence, particularly in the tails,

More information

R-vine Models for Spatial Time Series with an Application to Daily Mean. Temperature

R-vine Models for Spatial Time Series with an Application to Daily Mean. Temperature Biometrics 71, 323 332 June 2015 DOI: 10.1111/biom.12279 R-vine Models for Spatial Time Series with an Application to Daily Mean Temperature Tobias Michael Erhardt, Claudia Czado and Ulf Schepsmeier Zentrum

More information

Simulation of Tail Dependence in Cot-copula

Simulation of Tail Dependence in Cot-copula Int Statistical Inst: Proc 58th World Statistical Congress, 0, Dublin (Session CPS08) p477 Simulation of Tail Dependence in Cot-copula Pirmoradian, Azam Institute of Mathematical Sciences, Faculty of Science,

More information

Nonparametric estimation of simplified vine copula models: comparison of methods

Nonparametric estimation of simplified vine copula models: comparison of methods Nonparametric estimation of simplified vine copula models: comparison of methods Thomas Nagler, Christian Schellhase, Claudia Czado arxiv:1701.00845v [stat.me] 5 Apr 017 Abstract April 6, 017 In the last

More information

Package CopulaRegression

Package CopulaRegression Type Package Package CopulaRegression Title Bivariate Copula Based Regression Models Version 0.1-5 Depends R (>= 2.11.0), MASS, VineCopula Date 2014-09-04 Author, Daniel Silvestrini February 19, 2015 Maintainer

More information

1 Introduction. On grade transformation and its implications for copulas

1 Introduction. On grade transformation and its implications for copulas Brazilian Journal of Probability and Statistics (2005), 19, pp. 125 137. c Associação Brasileira de Estatística On grade transformation and its implications for copulas Magdalena Niewiadomska-Bugaj 1 and

More information

Model selection in sparse high-dimensional vine copula models with application to portfolio risk

Model selection in sparse high-dimensional vine copula models with application to portfolio risk Model selection in sparse high-dimensional vine copula models with application to portfolio risk arxiv:1801.09739v3 [stat.me] 19 Nov 2018 Thomas Nagler, Christian Bumann, Claudia Czado November 20, 2018

More information

Multivariate Measures of Positive Dependence

Multivariate Measures of Positive Dependence Int. J. Contemp. Math. Sciences, Vol. 4, 2009, no. 4, 191-200 Multivariate Measures of Positive Dependence Marta Cardin Department of Applied Mathematics University of Venice, Italy mcardin@unive.it Abstract

More information

Modelling Dependence with Copulas and Applications to Risk Management. Filip Lindskog, RiskLab, ETH Zürich

Modelling Dependence with Copulas and Applications to Risk Management. Filip Lindskog, RiskLab, ETH Zürich Modelling Dependence with Copulas and Applications to Risk Management Filip Lindskog, RiskLab, ETH Zürich 02-07-2000 Home page: http://www.math.ethz.ch/ lindskog E-mail: lindskog@math.ethz.ch RiskLab:

More information

The partial vine copula: A dependence measure and approximation based on the simplifying assumption

The partial vine copula: A dependence measure and approximation based on the simplifying assumption The partial vine copula: A dependence measure and approximation based on the simplifying assumption FABIAN SPANHEL 1, and MALTE S. KURZ 1 1 Department of Statistics, Ludwig-Maximilians-Universität München,

More information

Hierarchical Modeling for Multivariate Spatial Data

Hierarchical Modeling for Multivariate Spatial Data Hierarchical Modeling for Multivariate Spatial Data Sudipto Banerjee 1 and Andrew O. Finley 2 1 Biostatistics, School of Public Health, University of Minnesota, Minneapolis, Minnesota, U.S.A. 2 Department

More information

Asymmetric CAPM dependence for large dimensions: the Canonical Vine Autoregressive Model

Asymmetric CAPM dependence for large dimensions: the Canonical Vine Autoregressive Model Asymmetric CAPM dependence for large dimensions: the Canonical Vine Autoregressive Model Andréas Heinen Universidad Carlos III de Madrid Alfonso Valdesogo CORE, Université Catholique de Louvain Abstract

More information

Asymmetric CAPM dependence for large dimensions: the. Canonical Vine Autoregressive Model

Asymmetric CAPM dependence for large dimensions: the. Canonical Vine Autoregressive Model Asymmetric CAPM dependence for large dimensions: the Canonical Vine Autoregressive Model Andréas Heinen Universidad Carlos III de Madrid Alfonso Valdesogo CREA, University of Luxembourg Abstract We propose

More information

Vine copula specifications for stationary multivariate Markov chains

Vine copula specifications for stationary multivariate Markov chains Vine copula specifications for stationary multivariate Markov chains Brendan K. Beare and Juwon Seo Department of Economics, University of California, San Diego January 14, 2014 Abstract Vine copulae provide

More information

arxiv: v1 [stat.me] 9 Feb 2012

arxiv: v1 [stat.me] 9 Feb 2012 Modeling high dimensional time-varying dependence using D-vine SCAR models Carlos Almeida a, Claudia Czado b, Hans Manner c, arxiv:1202.2008v1 [stat.me] 9 Feb 2012 a Georges Lemaitre Centre for Earth and

More information

Analysing geoadditive regression data: a mixed model approach

Analysing geoadditive regression data: a mixed model approach Analysing geoadditive regression data: a mixed model approach Institut für Statistik, Ludwig-Maximilians-Universität München Joint work with Ludwig Fahrmeir & Stefan Lang 25.11.2005 Spatio-temporal regression

More information

Technische Universität München. Zentrum Mathematik. Modeling dependence among meteorological measurements and tree ring data

Technische Universität München. Zentrum Mathematik. Modeling dependence among meteorological measurements and tree ring data Technische Universität München Zentrum Mathematik Modeling dependence among meteorological measurements and tree ring data Diplomarbeit von Michael Pachali Themenstellerin: Prof. Claudia Czado, Ph.D. Betreuer:

More information

Bivariate Degradation Modeling Based on Gamma Process

Bivariate Degradation Modeling Based on Gamma Process Bivariate Degradation Modeling Based on Gamma Process Jinglun Zhou Zhengqiang Pan Member IAENG and Quan Sun Abstract Many highly reliable products have two or more performance characteristics (PCs). The

More information

Quasi-copulas and signed measures

Quasi-copulas and signed measures Quasi-copulas and signed measures Roger B. Nelsen Department of Mathematical Sciences, Lewis & Clark College, Portland (USA) José Juan Quesada-Molina Department of Applied Mathematics, University of Granada

More information

Partial Correlation with Copula Modeling

Partial Correlation with Copula Modeling Partial Correlation with Copula Modeling Jong-Min Kim 1 Statistics Discipline, Division of Science and Mathematics, University of Minnesota at Morris, Morris, MN, 56267, USA Yoon-Sung Jung Office of Research,

More information

EVANESCE Implementation in S-PLUS FinMetrics Module. July 2, Insightful Corp

EVANESCE Implementation in S-PLUS FinMetrics Module. July 2, Insightful Corp EVANESCE Implementation in S-PLUS FinMetrics Module July 2, 2002 Insightful Corp The Extreme Value Analysis Employing Statistical Copula Estimation (EVANESCE) library for S-PLUS FinMetrics module provides

More information

Trivariate copulas for characterisation of droughts

Trivariate copulas for characterisation of droughts ANZIAM J. 49 (EMAC2007) pp.c306 C323, 2008 C306 Trivariate copulas for characterisation of droughts G. Wong 1 M. F. Lambert 2 A. V. Metcalfe 3 (Received 3 August 2007; revised 4 January 2008) Abstract

More information

THE INTEGRATION OF PIGMEAT MARKETS IN THE EU. EVIDENCE FROM A REGULAR MIXED VINE COPULA. Vasilis GRIGORIADIS, Christos EMMANOUILIDES, Panos FOUSEKIS *

THE INTEGRATION OF PIGMEAT MARKETS IN THE EU. EVIDENCE FROM A REGULAR MIXED VINE COPULA. Vasilis GRIGORIADIS, Christos EMMANOUILIDES, Panos FOUSEKIS * RAAE Review of Agricultural and Applied Economics The Successor of the Acta Oeconomica et Informatica ISSN 336-926, XIX (Number, 206): 3 2 doi: 0.544/raae/206.9.0.03-2 REGULAR ARTICLE THE INTEGRATION OF

More information

A SHORT NOTE ON MULTIVARIATE DEPENDENCE MODELING

A SHORT NOTE ON MULTIVARIATE DEPENDENCE MODELING K B E R N E T I K A V O L U M E 4 9 ( 2 0 1 3 ), N U M B E R 3, P A G E S 4 2 0 4 3 2 A SHORT NOTE ON MULTIVARIATE DEPENDENCE MODELING Vladislav Bína and Radim Jiroušek As said by Mareš and Mesiar, necessity

More information

Bivariate Rainfall and Runoff Analysis Using Entropy and Copula Theories

Bivariate Rainfall and Runoff Analysis Using Entropy and Copula Theories Entropy 2012, 14, 1784-1812; doi:10.3390/e14091784 Article OPEN ACCESS entropy ISSN 1099-4300 www.mdpi.com/journal/entropy Bivariate Rainfall and Runoff Analysis Using Entropy and Copula Theories Lan Zhang

More information

A COPULA-BASED SUPERVISED LEARNING CLASSIFICATION FOR CONTINUOUS AND DISCRETE DATA

A COPULA-BASED SUPERVISED LEARNING CLASSIFICATION FOR CONTINUOUS AND DISCRETE DATA Journal of Data Science 13(2014), 769-790 A COPULA-BASED SUPERVISED LEARNING CLASSIFICATION FOR CONTINUOUS AND DISCRETE DATA Yuhui Chen 1* 1 Department of Mathematics, The University of Alabama, USA Abstract:

More information

Bivariate generalized Pareto distribution

Bivariate generalized Pareto distribution Bivariate generalized Pareto distribution in practice Eötvös Loránd University, Budapest, Hungary Minisymposium on Uncertainty Modelling 27 September 2011, CSASC 2011, Krems, Austria Outline Short summary

More information

Approximation of multivariate distribution functions MARGUS PIHLAK. June Tartu University. Institute of Mathematical Statistics

Approximation of multivariate distribution functions MARGUS PIHLAK. June Tartu University. Institute of Mathematical Statistics Approximation of multivariate distribution functions MARGUS PIHLAK June 29. 2007 Tartu University Institute of Mathematical Statistics Formulation of the problem Let Y be a random variable with unknown

More information

Copula based Probabilistic Measures of Uncertainty with Applications

Copula based Probabilistic Measures of Uncertainty with Applications Int. Statistical Inst.: Proc. 58th World Statistical Congress, 2011, Dublin (Session CPS057) p.5292 Copula based Probabilistic Measures of Uncertainty with Applications Kumar, Pranesh University of Northern

More information

Time Series Copulas for Heteroskedastic Data

Time Series Copulas for Heteroskedastic Data Time Series Copulas for Heteroskedastic Data Rubén Loaiza-Maya, Michael S. Smith and Worapree Maneesoonthorn arxiv:7.752v [stat.ap] 25 Jan 27 First Version March 26 This Version January 27 Rubén Loaiza-Maya

More information

Program and big picture Big data: can copula modelling be used for high dimensions, say

Program and big picture Big data: can copula modelling be used for high dimensions, say Conditional independence copula models with graphical representations Harry Joe (University of British Columbia) For multivariate Gaussian with a large number of variables, there are several approaches

More information

arxiv: v1 [stat.me] 16 Feb 2013

arxiv: v1 [stat.me] 16 Feb 2013 arxiv:1302.3979v1 [stat.me] 16 Feb 2013 David Lopez-Paz Max Planck Institute for Intelligent Systems Jose Miguel Hernández-Lobato Zoubin Ghahramani University of Cambridge Abstract Copulas allow to learn

More information

Modeling and Interpolation of Non-Gaussian Spatial Data: A Comparative Study

Modeling and Interpolation of Non-Gaussian Spatial Data: A Comparative Study Modeling and Interpolation of Non-Gaussian Spatial Data: A Comparative Study Gunter Spöck, Hannes Kazianka, Jürgen Pilz Department of Statistics, University of Klagenfurt, Austria hannes.kazianka@uni-klu.ac.at

More information

SPATIO-TEMPORAL REGRESSION MODELS FOR DEFORESTATION IN THE BRAZILIAN AMAZON

SPATIO-TEMPORAL REGRESSION MODELS FOR DEFORESTATION IN THE BRAZILIAN AMAZON SPATIO-TEMPORAL REGRESSION MODELS FOR DEFORESTATION IN THE BRAZILIAN AMAZON Giovana M. de Espindola a, Edzer Pebesma b,c1, Gilberto Câmara a a National institute for space research (INPE), Brazil b Institute

More information

A continuous rainfall model based on vine copulas

A continuous rainfall model based on vine copulas Hydrol. Earth Syst. Sci., 9, 2685 2699, 25 www.hydrol-earth-syst-sci.net/9/2685/25/ doi:.594/hess-9-2685-25 Author(s) 25. CC Attribution 3. License. A continuous rainfall model based on vine copulas H.

More information

Roger S. Bivand Edzer J. Pebesma Virgilio Gömez-Rubio. Applied Spatial Data Analysis with R. 4:1 Springer

Roger S. Bivand Edzer J. Pebesma Virgilio Gömez-Rubio. Applied Spatial Data Analysis with R. 4:1 Springer Roger S. Bivand Edzer J. Pebesma Virgilio Gömez-Rubio Applied Spatial Data Analysis with R 4:1 Springer Contents Preface VII 1 Hello World: Introducing Spatial Data 1 1.1 Applied Spatial Data Analysis

More information

Estimation of Copula Models with Discrete Margins (via Bayesian Data Augmentation) Michael S. Smith

Estimation of Copula Models with Discrete Margins (via Bayesian Data Augmentation) Michael S. Smith Estimation of Copula Models with Discrete Margins (via Bayesian Data Augmentation) Michael S. Smith Melbourne Business School, University of Melbourne (Joint with Mohamad Khaled, University of Queensland)

More information

Bayesian SAE using Complex Survey Data Lecture 4A: Hierarchical Spatial Bayes Modeling

Bayesian SAE using Complex Survey Data Lecture 4A: Hierarchical Spatial Bayes Modeling Bayesian SAE using Complex Survey Data Lecture 4A: Hierarchical Spatial Bayes Modeling Jon Wakefield Departments of Statistics and Biostatistics University of Washington 1 / 37 Lecture Content Motivation

More information

Additional 2011 European air quality maps

Additional 2011 European air quality maps Additional 2011 European air quality maps NO 2 annual average; NO x annual average, SO 2 annual and winter average; overlays with Natura2000 areas ETC/ACM Technical Paper 2014/5 November 2014 Jan Horálek,

More information

Estimation of multivariate critical layers: Applications to rainfall data

Estimation of multivariate critical layers: Applications to rainfall data Elena Di Bernardino, ICRA 6 / RISK 2015 () Estimation of Multivariate critical layers Barcelona, May 26-29, 2015 Estimation of multivariate critical layers: Applications to rainfall data Elena Di Bernardino,

More information