• Stars
    star
    36
  • Rank 711,574 (Top 15 %)
  • Language
    Julia
  • License
    Other
  • Created almost 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Remez algorithm for computing minimax polynomial approximations

Remez.jl

Travis build status

This is an implementation of the Remez algorithm for computing minimax polynomial approximations to functions.

It is largely based on code by ARM, but updated for newer Julia versions and built into a package.

The main function is ratfn_minimax, see help for more details.