sim.ou: Simulating an Ornstein-Uhlenbeck process

Description Usage Arguments Author(s)

View source: R/sim.r

Description

Simulates animal movement from an Ornstein-Uhlenbeck process.

Usage

1
sim.ou(mu, tau, sigma, n.steps, start = NULL)

Arguments

mu

Point of attraction (conceptually the home-range centre).

tau

Temporal autocorrelation parameter.

sigma

Spatial autocorrelation parameter.

n.steps

Total number of time steps.

start

Coordinates of starting location. Default is to generate a location from the long-term stationary distribution.

Author(s)

This is a modified version of a function provided by Theo Michelot.


b-steve/sscr documentation built on May 30, 2021, 1:23 a.m.