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

Implement derivative methods from Li2020 #22

Open
alexfikl opened this issue Sep 4, 2023 · 0 comments
Open

Implement derivative methods from Li2020 #22

alexfikl opened this issue Sep 4, 2023 · 0 comments
Labels
diff Changes to the differentiation module enhancement New feature or request help wanted Extra attention is needed

Comments

@alexfikl
Copy link
Owner

alexfikl commented Sep 4, 2023

Li2020 contains a fairly up to date set of numerical methods for fractional derivatives and integrals.
It would be very cool to implement most of this and compare.

  • Chapter 4: Caputo differentiation

    • ✔️ 4.1.1: L1 method
    • ✔️ 4.1.2.I: L2 method
    • ✔️ 4.1.2.II: L2C method
    • ❔ 4.2.1: $3 - \alpha$ order approximation
    • ❔ 4.2.2: $4 - \alpha$ order approximation
    • ❔ 4.2.3: $r + 1 - \alpha$ order approximation
    • ❔ 4.2.4: Spline interpolation
    • ❔ 4.3: Fractional linear multistep method
    • ✔️ 4.4: Spectral approximations
    • ❔ 4.5: Diffusive approximation
  • Chapter 5: Riemann-Liouville differentiation

    • ✔️ 5.1: L1, L2, L2C methods
    • ❔ 5.2: Spline interpolation
    • ❔ 5.3.1: Classical Grünwald-Letnikov formula
    • ❔ 5.3.2: Shifted Grünwald-Letnikov formula
    • ❔ 5.3.3: Weighted and shifted Grünwald-Letnikov formula
    • ❔ 5.4.1: Classical Lubich formula
    • ❔ 5.4.2: Shifted fractional backward difference formula
    • ❔ 5.4.3: Weighted and shifted Lubich formula
    • ❔ 5.4.4: Fractional-compact formula
    • ❔ 5.5: Fractional average central difference method
    • ❔ 5.6: Spectral approximations
    • ❔ 5.7: Numerical method based on finite-part integrals
@alexfikl alexfikl added enhancement New feature or request help wanted Extra attention is needed labels Sep 4, 2023
@alexfikl alexfikl changed the title [diff] Implement methods from Li2020 Implement methods from Li2020 Dec 11, 2024
@alexfikl alexfikl added the diff Changes to the differentiation module label Dec 11, 2024
@alexfikl alexfikl changed the title Implement methods from Li2020 Implement derivative methods from Li2020 Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diff Changes to the differentiation module enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant