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"), solve.variable = c("x1","x2"),xinit = c(2,1))
A: The simple answer to the question is No! Inference functions in YUIMA cannot treat the model. The long answer can be found here.
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…
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…
How to set real data in a yuima object
Q: I've had trouble setting up CARMA objects with real data. After defining a carma model carma.model, I call setYuima(data=setData(mydata), model=carma.model), and get the error message "Error in if (dim([email protected])[2] == 1){ : is of length…
Seminar: “yuimaGUI” a Graphical User Interface for the yuima Package
Venue. University of Tokyo, Graduate School of Math. Sci. Bldg., Room #052 Date&Time. 12 Jan 2017, 13:00 - 15:00 Abstract. The yuimaGUI package provides a user-friendly interface for yuima. It greatly simplifies tasks such as estimation and…