Skip to main content

Collection of algorithms for numerically calculating fractional derivatives.

Project description

This package is used for numerically calculating fractional derivatives and integrals (differintegrals). Various methods are used, which correspond to varying definitions of the differintegral.

To use the Grunwald_Letnikov differintegral of order 0.5 with a user-defined function ‘func’, do:

import differint
fracderiv_f = differint.GL(0.5, func)

You can also specify the endpoints of your domain (default is [0,1]) and the number of points to use (default is 100).

import differint
fracderiv_f = differint.GL(0.5, func, 0., 1., 100)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

differint-0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

differint-0.1-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page