The 22nd International Conference on Computational Statistics took place at the Auditorium/Congress Palace Principe Felipe, Oviedo, Spain, 23-26 August 2016. The conference is sponsored by the European Regional Section of the IASC and is organized by the University of Oviedo. It aims at bringing together researchers and practitioners to discuss recent developments in computational methods, methodology for data analysis and applications in statistics.
yuimaGUI: A graphical user interface for computational finance based on the yuima R package
Abstract. The aim of Yuima project is to develop a complete environment for simulation and inference of Stochastic Differential Equations (SDE) via an R package called yuima. The package is developed using the object oriented programming language S4 and allows the user to manage a stochastic process characterized by a SDE with the following general form: , where , and are functions defined by the user. is the fractional Brownian motion where the Hurst coefficient is fixed by default to 1/2 that corresponds to the standard Brownian motion. The yuima package has also estimation and simulation routines for two models widely used in modern computational finance: the Continuous ARMA(p,q) driven by a general Levy process and the COGARCH(p,q) model for high frequency data. Moreover, yuimaGUI allows to simulate a portfolio of assets and derivatives under different scenarios and further evaluate thee overall returns along with their distribution. After a brief presentation of the yuima framework, we will focus on aspects related to computational finance and show how they can be easily approached through the yuimaGUI package. We will go through data mining and clustering of financial time series, model selection, change point estimation, scenario simulation and the analysis of the distribution of the expected returns for composite portfolios.
Speaker. Emanuele Guidotti
Authors. Emanuele Guidotti, Stefano Iacus, Lorenzo Mercuri
Emanuele Guidotti
Graduated in Physics (2015) and in Quantitative Finance (2017), both with honors at the University of Milan. Teaching assistant for course "Mathematics" at the Department of Social and Political Sciences. Now partner of AlgoFinance Sagl, software house start-up developing financial algorithms for the asset management industry, and Founder of the innovative start-up WhatsOut Srl, web application enhanced by AI. Developer of the yuimaGUI.
Stefano Iacus
Full professor of statistics the Department of Economics, Management and Quantitative Methods at the University of Milan. Member of the R Core Team (1999-2014) for the development of the R statistical environment and now member of the R Foundation. Research interests include inference for stochastic processes, simulation, computational statistics, causal inference, text mining, and sentiment analysis.
You may also like
YSS2019: Computational and Statistical Methods for Stochastic Process
The first YUIMA Summer School on Computational and Statistical Methods for Stochastic Process This 4 days course aims at introducing researchers, PhD students and practitioners to several aspects of numerical and statistical analysis of time series…
Simulation and Inference for Stochastic Processes with YUIMA
Contains both theory and code with step-by-step examples and figures. Uses YUIMA package to implement the latest techniques available in the literature of inference for stochastic processes. Shows how to create the description of very abstract models in…
The YUIMA Project: A Computational Framework for Simulation and Inference of Stochastic Differential Equations
Abstract. The YUIMA Project is an open source and collaborative effort aimed at developing the R package yuima for simulation and inference of stochastic differential equations. In the yuima package stochastic differential equations can be of very…
On CARMA estimation in YUIMA
Q: Can YUIMA manage with statistical inference the following model? # yuima.model object model <- setModel(drift = c("-3*x1","x1*x2"), diffusion = matrix(c("1","0"),2,1), state.variable = c("x1","x2"),…
R Code for calculating standard errors(p-values) in COGARCH
To determine p-values and or standard errors for estimates, we combine the estimation method for COGARCH in yuima with the bootstrap methodology. Here you can find an example of the code tha we used in our work "Discrete‐Time Approximation of a…
Lévy CARMA models for shocks in mortality
Abstract. Recent literature on mortality modeling suggests to include in the dynamics of mortality rates the effects of time, age, the interaction of these two and a term for possible shocks. In this paper we investigate models that use Legendre…