simulateOneTrajectory: Simulate one trajectory ofa Kendall random walk

Description Usage Arguments Value

View source: R/simulations_kendall_rw.R

Description

Simulate one trajectory ofa Kendall random walk

Usage

1
2
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.

Value

Generated path of the random walk.


mstaniak/kendallRandomPackage documentation built on Aug. 26, 2019, 6:18 p.m.