Package: vMF 0.0.3

Aristide Houndetoungan

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:Aristide Houndetoungan [cre, aut]

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

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library

On CRAN:

Conda-Forge:

openblascppopenmp

2.70 score 221 downloads 3 exports 2 dependencies

Last updated 12 months agofrom:e106dd3b51. Checks:1 OK, 2 WARNING. Indexed: no.

TargetResultLatest binary
Doc / VignettesOKMar 05 2025
R-4.5-linux-x86_64WARNINGMar 05 2025
R-4.4-linux-x86_64WARNINGMar 05 2025

Exports:CpvMFdvMFrvMF

Dependencies:RcppRcppArmadillo

An R Package for Fast Sampling from von Mises Fisher Distribution

Rendered fromvMF.Rmdusingknitr::rmarkdownon Mar 05 2025.

Last update: 2023-08-21
Started: 2022-11-21

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.