simulateOneTrajectory function

Simulate one trajectory ofa Kendall random walk

Simulate one trajectory ofa Kendall random walk

simulateOneTrajectory(trajectory_length, step_dist, alpha, symmetric = FALSE, ...)

Arguments

  • trajectory_length: Number of samples to simulate.
  • step_dist: Function that returns random numbers from step distribution.
  • alpha: Alpha parameter of the random walk
  • symmetric: If TRUE, random walk on the whole real line will be simulated.
  • ...: Additional parameters to step distribution.

Returns

Generated path of the random walk.

  • Maintainer: Mateusz Staniak
  • License: MIT + file LICENSE
  • Last published: 2018-08-04

Useful links