Simulate and Visualize Kendall Random Walks and Related Distributions.
kendallRandomWalks
Simulations and distributions related to Kendall random walks: visit dedicated project page on Researchgate
To get started, install stable CRAN version
install.packages("kendallRandomWalks")
or the newest version from Github:
devtools::install_github("mstaniak/kendallRandomPackage")
Help:
?kendallRandomWalks
Main functionalities:
simulate_kendall_rw
functions simulates Kendall random walks for a given step distribution. The simulation can be then plotted using genericplot
function.transform_kendall_rw
function allows user to play with different scalings and transformations of Kendall random walks to study its properties related to convergence.summarise_kendall_rw
andmutate_kendall_rw
functions allow user to modify or summarise simulated trajectories.ladder_moment
andladder_height
functions help study distribution of first ladder moment and first ladder height empirically.ladder_moment_pmf
gives exact PMF for first ladder moment.pkend
,dkend
,qkend
andrkend
are typical functions related to the stable Kendall distribution.g_function
calculates Williamson transform numerically.
See vignettes for examples.
If you have a feature request or you found a bug, please leave an issue.
The goal of this package is to let anyone interested in Kendall convolution/generalized convolutions get familiar with them through visual means and experimentation and aid research in this area by providing tools for simulations.
Acknowledgement
This work is a part of project "First order Kendall maximal autoregressive processes and their applications", which is carried out within the POWROTY/REINTEGRATION programme of the Foundation for Polish Science co-financed by the European Union under the European Regional Development Fund.