Skip to content
Paul Miles edited this page Apr 19, 2019 · 2 revisions

pyfod

build coverage 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 (development)

For now, the package is designed specifically for problems where the fractional order is between 0 and 1. Accomadating 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

Clone this wiki locally