Learn R Programming

DiffusionRgqd (version 0.1.3)

SDEsim3: Simulated Stochastic Lotka-Volterra Eqns

Description

The dataset contains discretely sampled observations for a simulated stochastic differential equation (SDE) with dynamics:

dX_t = (1.5X_t-0.4X_tY_t)dt+sqrt(0.05X_t)dW_t dY_t = (-1.5Y_t+0.4X_tY_t-0.2Y_t^2)dt+sqrt(0.1X_t)dB_t

where dW_t and dB_t are standard Brownian motions, t is time and X_0 = 5, Y_0 = 5.

Usage

data("SDEsim3")

Arguments

Format

A data frame with 1001 observations on the following 3 variables.