Fitk is a Python package for computing, manipulating, and plotting of Fisher information matrices.
The best way to install the stable version is via pip
:
pip install fitk
Note that on some systems you may have to replace pip
by python3 -m pip
or similar for the installation.
Furthermore, if you only wish to install the package for the current user (or don't have root privileges), you should supply the --user
flag to the above command.
Alternatively, if you want to install the latest development version:
pip install git+https://github.com/JCGoran/fitk
For various examples on how to use FITK, as well as the latest API, please refer to the main docs.
If you encounter any bugs running the code, or have a suggestion for new functionality, please open up a new issue on GitHub.
See the CHANGELOG.md for changes between versions.
See CONTRIBUTING.md.
See LICENSE file.