Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve numerical third derivative #139

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2024

  1. Extend y space range for smoother derivative

    The function for the numerical third derivative trims the range of x by
    6 columns on each side. In order to match the shape of the data, the
    solution is to extend the range of y space so that both y space and the
    resulting JOfY function have 6 more points than needed on each side.
    
    After the third derivative is computed, trim JOfY to match shape of FSE.
    
    This solution avoids padding the FSE corrections with zeros, and
    maintains the same computational speed.
    GuiMacielPereira committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    53b133f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6262d53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d27b18 View commit details
    Browse the repository at this point in the history