Skip to content

prmiles/pyfod

Repository files navigation

pyfod

docs build coverage license zenodo

The pyfod package is a Python repository for performing fractional-order derivative operations. Several different definitions of fractional derivative are available within the package:

  • Riemann-Liouville
  • Caputo (development)
  • Grünwald-Letnikov

For now, the package is designed specifically for problems where the fractional order is between 0 and 1. Accommodating a broader range of fractional order values will be a feature added as time permits.

Installation

This code can be found on the Github project page. To install the master branch directly from Github,

pip install git+https://github.com/prmiles/pyfod.git

You can also clone the repository and run python setup.py install.

Getting Started

Feedback