Simulation and Inference for Stochastic Processes with YUIMA (eBook)

A Comprehensive R Framework for SDEs and Other Stochastic Processes
eBook Download: PDF
2018 | 1st ed. 2018
XIII, 268 Seiten
Springer International Publishing (Verlag)
978-3-319-55569-0 (ISBN)

Lese- und Medienproben

Simulation and Inference for Stochastic Processes with YUIMA - Stefano M. Iacus, Nakahiro Yoshida
Systemvoraussetzungen
69,54 inkl. MwSt
  • Download sofort lieferbar
  • Zahlungsarten anzeigen
The YUIMA package is the first comprehensive R framework based on S4 classes and methods which allows for the simulation of stochastic differential equations driven by Wiener process, Lévy processes or fractional Brownian motion, as well as CARMA, COGARCH, and Point processes. The package performs various central statistical analyses such as quasi maximum likelihood estimation, adaptive Bayes estimation, structural change point analysis, hypotheses testing, asynchronous covariance estimation, lead-lag estimation, LASSO model selection, and so on. YUIMA also supports stochastic numerical analysis by fast computation of the expected value of functionals of stochastic processes through automatic asymptotic expansion by means of the Malliavin calculus. All models can be multidimensional, multiparametric or non parametric.The book explains briefly the underlying theory for simulation and inference of several classes of stochastic processes and then presents both simulation experiments and applications to real data. Although these processes have been originally proposed in physics and more recently in finance, they are becoming popular also in biology due to the fact the time course experimental data are now available. The YUIMA package, available on CRAN, can be freely downloaded and this companion book will make the user able to start his or her analysis from the first page.



Stefano M. Iacus, PhD, is full professor of statistics in the Department of Economics, Management and Quantitative Methods at the University of Milan. He has been a member of the R Core Team (1999-2014) for the development of the R statistical environment and is now a member of the R Foundation. His research interests include inference for stochastic processes, simulation, computational statistics, causal inference, text mining, and sentiment analysis.

Nakahiro Yoshida, PhD, is full professor at the Graduate School of Mathematical Sciences, University of Tokyo. He is working in theoretical statistics, probability theory, computational statistics, and financial data analysis. He was awarded the Japan Statistical Society Award in 2009 and the Analysis Prize from the Mathematical Society of Japan in 2006.

Stefano M. Iacus, PhD, is full professor of statistics in the Department of Economics, Management and Quantitative Methods at the University of Milan. He has been a member of the R Core Team (1999-2014) for the development of the R statistical environment and is now a member of the R Foundation. His research interests include inference for stochastic processes, simulation, computational statistics, causal inference, text mining, and sentiment analysis.Nakahiro Yoshida, PhD, is full professor at the Graduate School of Mathematical Sciences, University of Tokyo. He is working in theoretical statistics, probability theory, computational statistics, and financial data analysis. He was awarded the Japan Statistical Society Award in 2009 and the Analysis Prize from the Mathematical Society of Japan in 2006.

Introduction 1.1 Overview of the project 1.2 Who should read this book? 1.3 Structure of the book 1.4 How to get the R code for this book 1.5 Main contribution to the Yuima package 1.6 Further developments of Yuima Package 1.7 Things to know about R 1.7.1 How to get R 1.7.2 R and S4 objects 1.8 The yuima package 1.8.1 How to obtain the package 1.8.2 The main object and classes 1.8.3 The yuima.model class 1.9 On model specification 1.9.1 Basic model specification 1.9.2 User-specified state and time variables 1.9.3 Specification of parametric models 1.10 Basic facts on simulation 1.10.1 Customization of simulation arguments 1.10.2 Simulation of models with user-specified notation 1.10.3 Simulation of parametric models 1.11 Sampling and simulate 1.11.1 Sampling and subsampling 1.12 How to make data available into a yuima object 1.12.1 Getting data from data providers 1.13 How to extract data from a yuima object 1.14 Time series classes, time data and time stamps 1.14.1 Review of some time series objects in R 1.14.2 How to handle real time stamps 1.14.3 Dates manipulation 1.14.4 Using dates to index time series 1.14.5 Joining two or more time series 1.14.6 Subsetting a time series 1.15 Miscellanea 1.15.1 From Yuima to LATEX 1.15.2 The Yuima GUI   Part II Models and Inference 2 Diffusion processes 2.1 One dimensional model specification 2.1.1 Ornstein-Uhlenbeck (OU) 2.1.2 Geometric Brownian motion (gBm) 2.1.3 Vasicek model (VAS) 2.1.4 Constant elasticity of variance (CEV) 2.1.5 Cox-Ingersoll-Ross process (CIR) 2.1.6 Chan-Karolyi-Longstaff-Sanders process (CKLS) 2.1.7 Hyperbolic diffusion processes 2.2 More about simulation 2.3 Space-discretized Euler-Maruyama simulation scheme 2.4 Multidimensional processes 2.4.1 The Heston model 2.5 Parametric inference 2.5.1 Quasi maximum likelihood estimation 2.5.2 Adaptive Bayes estimation 2.6 Example of real data estimation for gBm 2.7 Example of real data estimation for CIR 2.8 Hypotheses testing 2.9 AIC Model Selection 2.9.1 An example of AIC model selection for exchange rates data 2.10 LASSO model selection 2.10.1 An example of Lasso model selection for interest rates data 2.11 Change point estimation 2.11.1 Example of volatility change-point estimation for 2-dimensional SDE’s 2.11.2 An example of two stage estimation 2.11.3 Example of volatility change-point estimation in real data 2.12 Asynchronous covariance estimation 2.12.1 Other covariance estimators 2.13 Lead-lag estimation 2.13.1 Application of the lead-lag estimator to real data 2.14 Asymptotic expansion 2.14.1 Asymptotic expansion for general stochastic processes   3 Compound Poisson processes 3.1 Inhomogenous Compound Poisson Process 3.1.1 Linear intensity function 3.1.2 The Weibull model 3.1.3 The exponentially decaying intensity model 3.1.4 Modulated and periodical intensity model 3.1.5 Frequency modulation model 3.2 Multidimensional Compound Poisson Processes 3.2.1 Multivariate Gaussian Jumps 3.2.2 User specified jump distribution 3.3 Estimation 3.3.1 Compound Poisson process with Gaussian jumps 3.3.2 NIG Compound Poisson process 3.3.3 Exponential jump Compound Poisson process 3.3.4 The Weibull Compound Poisson process   4 Stochastic differential equations driven by Lévy processes 4.1 Lévy processes 4.1.1 Infinitely divisible distributions 4.1.2 Infinite divisible distributions, Lévy processes, Lévy-Itô decomposition 4.2 Wiener process 4.3 Compound Poisson process 4.4 Gamma process and its variants 4.4.1 Gamma process 4.4.2 Variance gamma process 4.4.3 Bilateral gamma process 4.4.4 Simulation of gamma processes 4.5 Generalized tempered stable process, tempered a stable process, CGMY process, positive tempered stable process 4.6 Inverse Gaussian process 4.7 Increasing stable process 4.8 Subordination 4.8.1 Definition 4.8.2 Compound Poisson process by subordination 4.8.3 Subordination of a Wiener process with drift 4.8.4 Variance gamma process with drift 4.8.5 Normal inverse Gaussian process 4.8.6 Normal tempered stable process 4.9 Stable process 4.10 Generalized hyperbolic processes 4.10.1 Generalized inverse Gaussian distribution 4.10.2 Generalized inverse Gaussian process and generalized hyperbolic process 4.10.3 GH distributions 4.10.4 Subclasses of the GH distributions 4.11 Stochastic differential equation driven by Lévy processes and their simulation 4.11.1 Semimartingale 4.11.2 Stochastic differential equations 4.11.3 Compound Poisson driving processes 4.11.4 Driving processes of code type 4.12 Estimation 4.12.1 Estimation of Jump-diffusion processes 4.12.2 Estimation of exponential Lévy processes 4.12.3 Bessel function of the third kind   5 Stochastic differential equations driven by the fractional Brownian motion 5.1 Model specification 5.2 Simulation of the fractional Gaussian noise 5.2.1 Cholesky method 5.2.2 Wood and Chan method 5.3 Simulation of fractional stochastic differential equations 5.4 Parametric inference for the fOU 5.4.1 Estimation of the Hurst exponent and the diffusion coefficient via quadratic generalized variations 5.4.2 Estimation of the drift parameter 5.5 An example on climate change data   6 CARMA models 6.1 Lévy driven CARMA Models 6.2 CARMA model specification 6.2.1 The yuima.carma-class 6.3 CARMA(p,q) model estimation 6.4 Examples of Lévy driven CARMA(p,q) models 6.4.1 Compound Poisson CARMA(2,1) process 6.4.2 Variance Gamma CARMA(2,1) process 6.4.3 Normal Inverse Gaussian CARMA(2,1) process 6.5 Application to the VIX index   7 COGARCH models 7.1 General order (p;q) model 7.1.1 How to input a COGARCH(p;q) model in yuima 7.1.2 Stationarity conditions 7.2 Simulation schemes 7.3 Generalized Method of Moments Estimation 7.3.1 Moments matching step 7.3.2 Lévy distribution estimation 7.4 Quasi-Maximum Likelihood Estimation 7.5 Relationship between GARCH(1,1) and COGARCH(1,1) 7.6 Application to real data Reference Index

Erscheint lt. Verlag 1.6.2018
Reihe/Serie Use R!
Use R!
Zusatzinfo XIII, 268 p. 83 illus., 32 illus. in color.
Verlagsort Cham
Sprache englisch
Themenwelt Mathematik / Informatik Informatik
Mathematik / Informatik Mathematik Statistik
Mathematik / Informatik Mathematik Wahrscheinlichkeit / Kombinatorik
Schlagworte adaptive Bayes estimation • asynchronous covariance estimation • Brownian motion • CARMA • COGARCH • Computational Statistics • CRAN • hypotheses testing • LASSO model selection • lead-lag estimation • Levy • Lévy processes • Malliavin calculus • quasi maximum likelihood estimation • R language • simulation and inference for stochastic processes • Stochastic differential equations • structural change point analysis • Wiener process • YUIMA
ISBN-10 3-319-55569-3 / 3319555693
ISBN-13 978-3-319-55569-0 / 9783319555690
Haben Sie eine Frage zum Produkt?
PDFPDF (Wasserzeichen)
Größe: 7,0 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