simulateOneTrajectory {kendallRandomWalks} | R Documentation |
Simulate one trajectory ofa Kendall random walk
Description
Simulate one trajectory ofa Kendall random walk
Usage
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.
[Package kendallRandomWalks version 0.9.4 Index]