Science Score: 39.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: mnrzrad
- Language: HTML
- Default Branch: main
- Size: 11.4 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
BCD 
The R package BCD provides core functions for the implementation of bivariate binomial, geometric, and Poisson distributions based on conditional specifications. The package also includes tools for data generation and goodness-of-fit testing for these three distribution families. See Ghosh et al. (2025), Ghosh et al. (2023), and Ghosh et al. (2021).
This work is funded by national funds through the FCT - Fundação para a Ciência e a Tecnologia, I.P., under the scope of the projects UIDB/00297/2020 and UIDP/00297/2020 (Center for Mathematics and Applications)".
Installation
You can install the stable version from CRAN.
s
install.packages('BCD', dependencies = TRUE)
You can install the development version from Github
``` s
install.packages("remotes")
remotes::install_github("mnrzrad/BCD") ```
To cite package BCD in publications use:
Norouzirad, M., Marques, F. J., Ghosh, I. (2025) BCD: Bivariate Distributions via Conditional Specification. R package version 0.1.1, https://cran.r-project.org/package=BCD.
A BibTeX entry for LaTeX users is
@Manual{BCD, title = {BCD: Bivariate Distributions via Conditional Specification}, author = {Mina Norouzirad and Filipe J. Marques and Indranil Ghosh}, year = {2025}, note = {R package version 0.1.1}, url = {https://cran.r-project.org/package=BCD} }
License
This package is free and open source software, licensed under GPL-3.
Owner
- Name: Mina Norouzirad
- Login: mnrzrad
- Kind: user
- Repositories: 1
- Profile: https://github.com/mnrzrad
Statistician, Data scientist
GitHub Events
Total
- Issues event: 1
- Push event: 16
- Create event: 2
Last Year
- Issues event: 1
- Push event: 16
- Create event: 2
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- mnrzrad (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 201 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: BCD
Bivariate Distributions via Conditional Specification
- Homepage: https://github.com/mnrzrad/BCD
- Documentation: http://cran.r-project.org/web/packages/BCD/BCD.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.1.1
published 12 months ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- R >= 3.5 depends
- stats * imports
- knitr * suggests
- rmarkdown * suggests