Learn R Programming

SitesInterest (version 1.0)

OU_14: Trajectory of an Ornstein-Uhlenbeck (OU) simulation.

Description

The trajectory of a switching OU simulation with 5 points of attraction.

Usage

data("OU_14")

Arguments

Format

A data frame of 30000 rows and 3 columns.

Details

A switching OU simulation is one where the simulated object will move toward a point of attraction, where the strength of attraction is proportional to the distance from the point. The point of attraction changes at particular points in time. There is also an element of (Gaussian) randomness in the movement. In this particular simulation the points of attraction were (8,3), (5,9), (9,4), (8,2) and (6,9). The long term standard deviation about these points is 15.689, however it should be noted that the simulation was stopped before reaching this.

  • t. simulated time recordings.

  • X. simulated x-coordinates.

  • Y. simulated y-coordinates.

Examples

Run this code
# NOT RUN {
##Load the data
data(OU_14)

# }

Run the code above in your browser using DataLab