Elements of Copula Modeling with R (eBook)

eBook Download: PDF
2019 | 1. Auflage
X, 267 Seiten
Springer-Verlag
978-3-319-89635-9 (ISBN)

Lese- und Medienproben

Elements of Copula Modeling with R -  Marius Hofert,  Ivan Kojadinovic,  Martin Mächler,  Jun Yan
Systemvoraussetzungen
106,99 inkl. MwSt
  • Download sofort lieferbar
  • Zahlungsarten anzeigen

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.




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 Mächler 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 für 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.

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 Mächler 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 für 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.

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

Erscheint lt. Verlag 9.1.2019
Reihe/Serie Use R!
Zusatzinfo X, 267 p. 597 illus., 21 illus. in color.
Verlagsort Cham
Sprache englisch
Themenwelt Mathematik / Informatik Informatik
Mathematik / Informatik Mathematik Statistik
Wirtschaft Allgemeines / Lexika
Schlagworte 62H05, 62H12, 62H15, 62P05, 62P12 • applications in engineering • applications in environmental sciences • applications in finance and insurance • Copulas • multivariate dependance • Multivariate distributions • Quantitative Finance • R package copula • statistical environment R • statistical modeling • statistical modeling of multivariate distributions
ISBN-10 3-319-89635-0 / 3319896350
ISBN-13 978-3-319-89635-9 / 9783319896359
Haben Sie eine Frage zum Produkt?
Wie bewerten Sie den Artikel?
Bitte geben Sie Ihre Bewertung ein:
Bitte geben Sie Daten ein:
PDFPDF (Wasserzeichen)
Größe: 67,1 MB

DRM: Digitales Wasserzeichen
Dieses eBook enthält ein digitales Wasser­zeichen und ist damit für Sie persona­lisiert. Bei einer missbräuch­lichen Weiter­gabe des eBooks an Dritte ist eine Rück­ver­folgung an die Quelle möglich.

Dateiformat: PDF (Portable Document Format)
Mit einem festen Seiten­layout eignet sich die PDF besonders für Fach­bücher mit Spalten, Tabellen und Abbild­ungen. Eine PDF kann auf fast allen Geräten ange­zeigt werden, ist aber für kleine Displays (Smart­phone, eReader) nur einge­schränkt geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen dafür einen PDF-Viewer - z.B. den Adobe Reader oder Adobe Digital Editions.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen dafür einen PDF-Viewer - z.B. die kostenlose Adobe Digital Editions-App.

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

Mehr entdecken
aus dem Bereich