minimaxApprox
Implementation of Remez Algorithm for Polynomial and Rational Function Approximation.
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.6%) to scientific vocabulary
Repository
Implementation of Remez Algorithm for Polynomial and Rational Function Approximation.
Basic Info
Statistics
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
- Releases: 12
Metadata Files
README.md
title: Package minimaxApprox
Description
minimaxApprox is an R package which implements the algorithm of Remez
(1962) for polynomial minimax approximation and of Cody et al. (1968)
doi:10.1007/BF02162506 for rational minimax approximation.
Citation
If you use the package, please cite it as per CITATION.
Acknowledgments
The author is grateful to Martin Maechler for suggestions which helped the author's introduction to minimax approximation.
Roadmap
Major
- Research barycentric representations to consider if possible to implement in R.
- Alternatively, research if possible to use Rmpfr package for increased precision.
Minor
- Write a vignette.
Contributions
Please see CONTRIBUTING.md.
Security
Please see SECURITY.md.
Owner
- Name: Avraham Adler
- Login: aadler
- Kind: user
- Location: New York Metropolitan Area
- Company: McGill and Partners
- Website: http://www.avrahamadler.com/
- Repositories: 29
- Profile: https://github.com/aadler
Citation (CITATION.cff)
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "minimaxApprox" in publications use:'
type: software
license: MPL-2.0
title: 'minimaxApprox: Implementation of Remez Algorithm for Polynomial and Rational
Function Approximation'
version: 0.4.3
doi: 10.32614/CRAN.package.minimaxApprox
abstract: Implements the algorithm of Remez (1962) for polynomial minimax approximation
and of Cody et al. (1968) <https://doi.org/10.1007/BF02162506> for rational minimax
approximation.
authors:
- family-names: Adler
given-names: Avraham
email: Avraham.Adler@gmail.com
orcid: https://orcid.org/0000-0002-3039-0703
preferred-citation:
type: manual
title: 'minimaxApprox: Implementation of Remez Algorithm for Polynomial and Rational
Function Approximation'
authors:
- family-names: Adler
given-names: Avraham
email: Avraham.Adler@gmail.com
orcid: https://orcid.org/0000-0002-3039-0703
year: '2023'
url: https://CRAN.R-project.org/package=minimaxApprox
doi: 10.32614/CRAN.package.minimaxApprox
notes: R package version 0.4.3
repository: https://CRAN.R-project.org/package=minimaxApprox
repository-code: https://github.com/aadler/MiniMaxApprox
url: https://github.com/aadler/MiniMaxApprox
date-released: '2024-06-20'
contact:
- family-names: Adler
given-names: Avraham
email: Avraham.Adler@gmail.com
orcid: https://orcid.org/0000-0002-3039-0703
GitHub Events
Total
- Watch event: 2
- Push event: 3
Last Year
- Watch event: 2
- Push event: 3
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: 1 day
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 7.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: 1 day
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 7.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- barracuda156 (1)
- hwborchers (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 245 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 11
- Total maintainers: 1
cran.r-project.org: minimaxApprox
Implementation of Remez Algorithm for Polynomial and Rational Function Approximation
- Homepage: https://github.com/aadler/MiniMaxApprox
- Documentation: http://cran.r-project.org/web/packages/minimaxApprox/minimaxApprox.pdf
- License: MPL-2.0
-
Latest release: 0.4.3
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 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 v3 composite
- actions/upload-artifact v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- graphics * imports
- stats * imports
- covr * suggests
- tinytest * suggests
- r-hub/actions/checkout v1 composite
- r-hub/actions/platform-info v1 composite
- r-hub/actions/run-check v1 composite
- r-hub/actions/setup v1 composite
- r-hub/actions/setup-deps v1 composite
- r-hub/actions/setup-r v1 composite