mvnfast

Fast methods for multivariate normal distributions

https://github.com/mfasiolo/mvnfast

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Fast methods for multivariate normal distributions

Basic Info
Statistics
  • Stars: 34
  • Watchers: 2
  • Forks: 9
  • Open Issues: 5
  • Releases: 0
Created over 12 years ago · Last pushed about 3 years ago
Metadata Files
Readme Changelog

README.md

CRAN_Status_Badge Build Status AppVeyor Build Status

mvnfast: fast multivariate normal and Student's t distributions

The mvnfast R package provides computationally efficient tools related to the multivariate normal and Student's t distributions. The tools are generally faster than those provided by other packages, thanks to the use of C++ code through the Rcpp\RcppArmadillo packages and parallelization through the OpenMP API. The most important functions are:

  • rmvn(): simulates multivariate normal random vectors.
  • rmvt(): simulates Student's t normal random vectors.
  • dmvn(): evaluates the probability density function of a multivariate normal distribution.
  • dmvt(): evaluates the probability density function of a multivariate Student's t distribution.
  • maha(): evaluates mahalanobis distances.

See the vignette for an introduction to mvnfast and some performance benchmarking.

Owner

  • Name: Matteo Fasiolo
  • Login: mfasiolo
  • Kind: user
  • Location: Bristol Uk
  • Company: University of Bristol

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 55
  • Total Committers: 5
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.164
Past Year
  • Commits: 3
  • Committers: 2
  • Avg Commits per committer: 1.5
  • Development Distribution Score (DDS): 0.333
Top Committers
Name Email Commits
Jugurtha m****o@g****m 46
Matteo m****5@O****) 4
Matteo Fasiolo m****2@i****k 3
Matthew Fidler m****r@g****m 1
Michael Chirico c****m@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 13
  • Total pull requests: 2
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 5 days
  • Total issue authors: 10
  • Total pull request authors: 2
  • Average comments per issue: 3.77
  • Average comments per pull request: 1.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mattfidler (4)
  • ngreifer (1)
  • ck37 (1)
  • brianwdavis (1)
  • MichaelChirico (1)
  • mfasiolo (1)
  • kgoldfeld (1)
  • cwliu007 (1)
  • vikaskumar30 (1)
  • louisaslett (1)
Pull Request Authors
  • mattfidler (1)
  • MichaelChirico (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 6,811 last-month
  • Total docker downloads: 43,390
  • Total dependent packages: 51
    (may contain duplicates)
  • Total dependent repositories: 51
    (may contain duplicates)
  • Total versions: 17
  • Total maintainers: 1
cran.r-project.org: mvnfast

Fast Multivariate Normal and Student's t Methods

  • Versions: 14
  • Dependent Packages: 49
  • Dependent Repositories: 51
  • Downloads: 6,811 Last month
  • Docker Downloads: 43,390
Rankings
Docker downloads count: 0.6%
Dependent packages count: 1.8%
Dependent repos count: 3.5%
Average: 4.6%
Downloads: 4.9%
Forks count: 7.3%
Stargazers count: 9.5%
Maintainers (1)
Last synced: 12 months ago
conda-forge.org: r-mvnfast
  • Versions: 3
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Dependent packages count: 19.5%
Average: 26.8%
Dependent repos count: 34.0%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • Rcpp >= 0.12.0 imports
  • MASS * suggests
  • RhpcBLASctl * suggests
  • knitr * suggests
  • microbenchmark * suggests
  • mvtnorm * suggests
  • plyr * suggests
  • rmarkdown * suggests
  • testthat * suggests