Creates a Cauchy flight by taking increments from the Cauchy distributions
implemented as the stable distribution (stabledist::rstable()
) with index paramter alpha = 1
and skewness parameter beta = 0
.
flight_Cauchy(
N = 1000,
ndims = 2,
alpha = 1,
beta = 0,
scale = 1,
location = 0
)
A data frame with ndims
columns and N
rows.