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