minimaxApprox

Implementation of Remez Algorithm for Polynomial and Rational Function Approximation.

https://github.com/aadler/minimaxapprox

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
Last synced: 6 months ago · JSON representation ·

Repository

Implementation of Remez Algorithm for Polynomial and Rational Function Approximation.

Basic Info
  • Host: GitHub
  • Owner: aadler
  • License: other
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 426 KB
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 2
  • Open Issues: 0
  • Releases: 12
Created over 2 years ago · Last pushed 8 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Security

README.md


title: Package minimaxApprox

R-CMD-check codecov OpenSSF Best Practices <!-- badges: end -->

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

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
bug (1) enhancement (1)
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

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 245 Last month
Rankings
Forks count: 28.3%
Dependent packages count: 28.3%
Stargazers count: 34.9%
Average: 36.1%
Dependent repos count: 36.9%
Downloads: 52.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • 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
.github/workflows/test-coverage.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • graphics * imports
  • stats * imports
  • covr * suggests
  • tinytest * suggests
.github/workflows/rhub.yaml actions
  • 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