Science Score: 26.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
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.6%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: thomasfillon
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://thomasfillon.github.io/kernopt/
- Size: 940 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
kernopt - A Package for estimating count data distributions with a Discrete Symmetric Optimal Kernel
kernopt:
kernopt is an R package that implements Discrete Symmetric Optimal Kernel for estimating count data distributions, as described by (Senga Kiessé and Durrieu 2024). The nonparametric estimator using the discrete symmetric optimal kernel was illustrated on simulated data sets and a real-word data set included in the package, in comparison with two other discrete symmetric kernels.
Authors:
- Tristan Senga Kiessé, UMR SAS INRAE, Institut Agro
- Gilles Durrieu, Université Bretagne Sud - CNRS UMR 6205, LMBA
- Thomas Fillon, Université Bretagne Sud - CNRS UMR 6205, LMBA & CNRS UMR 6074 IRISA
Installation
Install the released version of kernopt from CRAN:
r
install.packages("kernopt")
Or you can install the development version of kernopt from
GitHub with:
``` r
install.packages("pak")
pak::pak("thomasfillon/kernopt") ```
Example
This is a basic example which shows how to use the kernopt library to compute the discrete optimal kernel values for some parameters:
``` r library(kernopt)
Compute the discrete optimal kernel values
kopt <- discreteoptimal(x = 25, z = 1:50, h = 0.9, k = 20) print(k_opt)
> [1] 0.00000000 0.00000000 0.00000000 0.00000000 0.01871809 0.01956892
> [7] 0.02037611 0.02113967 0.02185959 0.02253589 0.02316855 0.02375758
> [13] 0.02430298 0.02480475 0.02526288 0.02567739 0.02604826 0.02637550
> [19] 0.02665910 0.02689908 0.02709542 0.02724813 0.02735721 0.02742266
> [25] 0.02744448 0.02742266 0.02735721 0.02724813 0.02709542 0.02689908
> [31] 0.02665910 0.02637550 0.02604826 0.02567739 0.02526288 0.02480475
> [37] 0.02430298 0.02375758 0.02316855 0.02253589 0.02185959 0.02113967
> [43] 0.02037611 0.01956892 0.01871809 0.00000000 0.00000000 0.00000000
> [49] 0.00000000 0.00000000
```
The documentation is available at https://thomasfillon.github.io/kernopt/.
References
Owner
- Name: Thomas Fillon
- Login: thomasfillon
- Kind: user
- Location: Vannes, France
- Company: Université Bretagne Sud
- Repositories: 32
- Profile: https://github.com/thomasfillon
GitHub Events
Total
- Create event: 4
- Release event: 1
- Issues event: 1
- Push event: 80
Last Year
- Create event: 4
- Release event: 1
- Issues event: 1
- Push event: 80
Packages
- Total packages: 1
-
Total downloads:
- cran 155 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: kernopt
Estimating Count Data Distributions with Discrete Optimal Symmetric Kernel
- Homepage: https://thomasfillon.github.io/kernopt/
- Documentation: http://cran.r-project.org/web/packages/kernopt/kernopt.pdf
- License: GPL (≥ 3)
-
Latest release: 1.0.0
published over 1 year 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
- actions/checkout v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v4 composite
- r-lib/actions/pr-fetch v2 composite
- r-lib/actions/pr-push v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/cache v4 composite
- actions/checkout v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- codecov/codecov-action v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- R >= 2.10 depends
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests