Simulate one trajectory ofa Kendall random walk
simulateOneTrajectory(trajectory_length, step_dist, alpha, symmetric = FALSE, ...)
trajectory_length
: Number of samples to simulate.step_dist
: Function that returns random numbers from step distribution.alpha
: Alpha parameter of the random walksymmetric
: If TRUE, random walk on the whole real line will be simulated....
: Additional parameters to step distribution.Generated path of the random walk.
Useful links