Package: vMF 0.0.3
vMF: Sampling from the von Mises-Fisher Distribution
Provides fast sampling from von Mises-Fisher distribution using the method proposed by Andrew T.A Wood (1994) <doi:10.1080/03610919408813161>.
Authors:
vMF_0.0.3.tar.gz
vMF_0.0.3.tar.gz(r-4.5-noble)vMF_0.0.3.tar.gz(r-4.4-noble)
vMF_0.0.3.tgz(r-4.4-emscripten)vMF_0.0.3.tgz(r-4.3-emscripten)
vMF.pdf |vMF.html✨
vMF/json (API)
# Install 'vMF' in R: |
install.packages('vMF', repos = 'https://cloud.r-project.org') |
Bug tracker:https://github.com/ahoundetoungan/vmf/issues
Last updated 12 months agofrom:e106dd3b51. Checks:1 OK, 2 WARNING. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 05 2025 |
R-4.5-linux-x86_64 | WARNING | Mar 05 2025 |
R-4.4-linux-x86_64 | WARNING | Mar 05 2025 |
Dependencies:RcppRcppArmadillo
Citation
To cite package ‘vMF’ in publications use:
Houndetoungan A (2024). vMF: Sampling from the von Mises-Fisher Distribution. R package version 0.0.3, https://CRAN.R-project.org/package=vMF.
Corresponding BibTeX entry:
@Manual{, title = {vMF: Sampling from the von Mises-Fisher Distribution}, author = {Aristide Houndetoungan}, year = {2024}, note = {R package version 0.0.3}, url = {https://CRAN.R-project.org/package=vMF}, }
Readme and manuals
The vMF package implements fast sampling from von Mises-Fisher distribution using the method proposed by Andrew T.A Wood (1994).
I provide a vignette that fully documents the package. Moreover, each function of the package has a help page accessible using ?name-of-the-function
.