Tous nos rayons

Déjà client ? Identifiez-vous

Mot de passe oublié ?

Nouveau client ?

CRÉER VOTRE COMPTE
Elements of Copula Modeling with R
Ajouter à une liste

Librairie Eyrolles - Paris 5e
Indisponible

Elements of Copula Modeling with R

Elements of Copula Modeling with R

Marius / Kojadinovic Hofert

267 pages, parution le 03/02/2019

Résumé

This book introduces the main theoretical findings related to copulas and shows how statistical modeling of multivariate continuous distributions using copulas can be carried out in the R statistical environment with the package copula (among others).

This book introduces the main theoretical findings related to copulas and shows how statistical modeling of multivariate continuous distributions using copulas can be carried out in the R statistical environment with the package copula (among others).

Copulas are multivariate distribution functions with standard uniform univariate margins. They are increasingly applied to modeling dependence among random variables in fields such as risk management, actuarial science, insurance, finance, engineering, hydrology, climatology, and meteorology, to name a few.

In the spirit of the Use R! series, each chapter combines key theoretical definitions or results with illustrations in R. Aimed at statisticians, actuaries, risk managers, engineers and environmental scientists wanting to learn about the theory and practice of copula modeling using R without an overwhelming amount of mathematics, the book can also be used for teaching a course on copula modeling.


Preface 51 Introduction 91.1 A motivating example . . . . . . . . . . . . . . . . . . . . . . . . . . . 91.2 Probability and quantile transformations . . . . . . . . . . . . . . . . . 111.3 Copulas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121.4 Structure and philosophy of the book . . . . . . . . . . . . . . . . . . . 141.5 Additional references . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 Copulas 172.1 Denition and characterization . . . . . . . . . . . . . . . . . . . . . . 172.2 The Frechet{Hoeding bounds . . . . . . . . . . . . . . . . . . . . . . . 272.3 Sklar's Theorem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 302.4 The invariance principle . . . . . . . . . . . . . . . . . . . . . . . . . . 442.5 Survival copulas and copula symmetries . . . . . . . . . . . . . . . . . 492.6 Measures of association . . . . . . . . . . . . . . . . . . . . . . . . . . . 542.6.1 Fallacies related to the correlation coecient . . . . . . . . . . . 552.6.2 Rank correlation measures . . . . . . . . . . . . . . . . . . . . . 602.6.3 Tail dependence coecients . . . . . . . . . . . . . . . . . . . . . 672.7 Rosenblatt transform and conditional sampling . . . . . . . . . . . . . 763 Classes and families 873.1 Elliptical distributions and copulas . . . . . . . . . . . . . . . . . . . . 873.1.1 Elliptical distributions . . . . . . . . . . . . . . . . . . . . . . . . 873.1.2 Elliptical copulas . . . . . . . . . . . . . . . . . . . . . . . . . . 923.2 Archimedean copulas . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1023.3 Extreme-value copulas . . . . . . . . . . . . . . . . . . . . . . . . . . . 1163.4 Selected copula transformations and constructions . . . . . . . . . . . . 1223.4.1 Rotated copulas . . . . . . . . . . . . . . . . . . . . . . . . . . . 1223.4.2 Khoudraji's device . . . . . . . . . . . . . . . . . . . . . . . . . . 1263.4.3 Mixtures of copulas . . . . . . . . . . . . . . . . . . . . . . . . . 1324 Estimation 1374.1 Estimation under a parametric assumption on the copula . . . . . . . . 1374.1.1 Parametrically estimated margins . . . . . . . . . . . . . . . . . 1384.1.2 Non-parametrically estimated margins . . . . . . . . . . . . . . . 1424.1.3 Estimators of elliptical copula parameters . . . . . . . . . . . . . 1514.1.4 Other semi-parametric estimators . . . . . . . . . . . . . . . . . 1564.1.5 Estimation of copula models with partly xed parameters . . . . 1564.2 Non-parametric estimation of the copula . . . . . . . . . . . . . . . . . 1614.2.1 The empirical copula . . . . . . . . . . . . . . . . . . . . . . . . 1614.2.2 Under extreme-value dependence . . . . . . . . . . . . . . . . . . 1645 Graphical diagnostics, tests and model selection 1675.1 Basic graphical diagnostics . . . . . . . . . . . . . . . . . . . . . . . . . 1675.2 Hypothesis tests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1735.2.1 Tests of independence . . . . . . . . . . . . . . . . . . . . . . . . 1735.2.2 Tests of exchangeability . . . . . . . . . . . . . . . . . . . . . . . 1755.2.3 A test of radial symmetry . . . . . . . . . . . . . . . . . . . . . . 1775.2.4 Tests of extreme-value dependence . . . . . . . . . . . . . . . . . 1785.2.5 Goodness-of-t tests . . . . . . . . . . . . . . . . . . . . . . . . . 1815.2.6 A mixture of graphical and formal goodness-of-t tests . . . . . 1885.3 Model selection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1896 Ties, time series and regression 1956.1 Ties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1966.2 Selected copula tests and models for time series . . . . . . . . . . . . . 2146.2.1 Tests of stationarity . . . . . . . . . . . . . . . . . . . . . . . . . 2146.2.2 Tests of serial independence . . . . . . . . . . . . . . . . . . . . 2256.2.3 Models for multivariate time series based on conditional copulas 2296.3 Regression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 235A R and package versions 251References 255Index 267

The four authors of the book are the authors of the R package copula available on CRAN.

Marius Hofert is an assistant professor of statistics at the University of Waterloo, Canada. He obtained his Ph.D. in mathematics from the University of Ulm, Germany in 2010. He then held a postdoctoral research position at ETH Zurich, Switzerland. After guest assistant professorships at the Technical University Munich, Germany and the University of Washington, USA, he joined the Department of Statistics and Actuarial Science at the University of Waterloo in 2014. His main research interests lie in copula modeling, computational statistics, data science and quantitative risk management.

Ivan Kojadinovic is a professor of statistics at the University of Pau, France. He received his Ph.D. from the University of Reunion, France in 2002 and joined the University of Nantes, France in 2003 as an assistant professor. From 2007 to 2010, he was a lecturer and then a senior lecturer at the Department of Statistics of the University of Auckland, New Zealand, before joining the University of Pau in 2010. His research interests lie in nonparametric statistics, copulas, change-point detection, and environmental and financial applications.

Martin Machler is a lecturer and senior scientist at the ETH Zurich, Switzerland. He received his Ph.D. in mathematics from the ETH in 1989, and spent his postdoc years at the University of Washington, Seattle and Bell Communications Research (Bellcore), before joining the Seminar fur Statistik at the ETH as lecturer in 1991. He became involved with R in 1995, was a founding member of the R core team in 1997 and has since been active in the development of R. His research interests include nonparametric curve estimation, numerical approximation, clustering, robust statistics, sparse matrices and statistical computing in general. He has been the maintainer of circa 20 CRAN R packages, including the "recommended" packages Matrix and cluster.

Jun Yan is a professor of statistics at the University of Connecticut, USA. He received his Ph.D. in statistics from University of Wisconsin - Madison, USA in 2003. He was an assistant professor at the University of Iowa, USA before joining UConn in 2007. His research interests include survival analysis, clustered data analysis, multivariate dependence, spatial extremes, and statistical computing. Actively involved in collaborative research in public health and environmental sciences, he has a special interest in making advanced statistical methods widely accessible via open source software.

Caractéristiques techniques

  PAPIER
Éditeur(s) Springer
Auteur(s) Marius / Kojadinovic Hofert
Parution 03/02/2019
Nb. de pages 267
EAN13 9783319896342

Avantages Eyrolles.com

Livraison à partir de 0,01 en France métropolitaine
Paiement en ligne SÉCURISÉ
Livraison dans le monde
Retour sous 15 jours
+ d'un million et demi de livres disponibles
satisfait ou remboursé
Satisfait ou remboursé
Paiement sécurisé
modes de paiement
Paiement à l'expédition
partout dans le monde
Livraison partout dans le monde
Service clients sav@commande.eyrolles.com
librairie française
Librairie française depuis 1925
Recevez nos newsletters
Vous serez régulièrement informé(e) de toutes nos actualités.
Inscription