Package: kendallRandomWalks 0.9.4

Mateusz Staniak
kendallRandomWalks: Simulate and Visualize Kendall Random Walks and Related Distributions
Kendall random walks are a continuous-space Markov chains generated by the Kendall generalized convolution. This package provides tools for simulating these random walks and studying distributions related to them. For more information about Kendall random walks see Jasiulis-Gołdyn (2014) <arxiv:1412.0220>.
Authors:
kendallRandomWalks_0.9.4.tar.gz
kendallRandomWalks_0.9.4.tar.gz(r-4.5-noble)kendallRandomWalks_0.9.4.tar.gz(r-4.4-noble)
kendallRandomWalks_0.9.4.tgz(r-4.4-emscripten)kendallRandomWalks_0.9.4.tgz(r-4.3-emscripten)
kendallRandomWalks.pdf |kendallRandomWalks.html✨
kendallRandomWalks/json (API)
NEWS
# Install 'kendallRandomWalks' in R: |
install.packages('kendallRandomWalks', repos = 'https://cloud.r-project.org') |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 7 years agofrom:0716bb504f. Checks:3 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 21 2025 |
R-4.5-linux | OK | Mar 21 2025 |
R-4.4-linux | OK | Mar 21 2025 |
Exports:dkendestimate_stable_alphafit_kendallfit_separatefit_stable_alphafull_loglik_gradientfull_minus_loglikg_functiong_function_singleladder_heightladder_momentladder_moment_pmfmutate_kendall_rwpkendpkendSymqkendqkendSymrkendsimulate_kendall_rwsummarise_kendall_rwtransform_kendall_rw
Dependencies:actuarclicolorspacedplyrexpintfansifarvergenericsggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalestibbletidyselectutf8vctrsviridisLitewithr
Citation
To cite package ‘kendallRandomWalks’ in publications use:
Staniak M (2018). kendallRandomWalks: Simulate and Visualize Kendall Random Walks and Related Distributions. R package version 0.9.4, https://CRAN.R-project.org/package=kendallRandomWalks.
Corresponding BibTeX entry:
@Manual{, title = {kendallRandomWalks: Simulate and Visualize Kendall Random Walks and Related Distributions}, author = {Mateusz Staniak}, year = {2018}, note = {R package version 0.9.4}, url = {https://CRAN.R-project.org/package=kendallRandomWalks}, }
Readme and manuals
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.