Welcome to pycircular’s documentation!¶

PyCircular¶
pycircular is a Python module for circular data analysis built on top of Scikit-Learn, SciPy and distributed under the 3-Clause BSD license.
In particular, it provides:
A set of circular analysis algorithms
Different real-world datasets.
Installation¶
You can install pycircular
with pip
:
# pip install pycircular
Documentation¶
Documentation is available at http://albahnsen.github.io/pycircular
Tutorials are available at http://albahnsen.github.io/pycircular/Tutorials.html
Development¶
Source code is available at https://github.com/albahnsen/pycircular