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