Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcgoran/fitk
FITK - generation, manipulation, and plotting of Fisher-like matrices and tensors
https://github.com/jcgoran/fitk
numerical-methods statistics
Last synced: 8 days ago
JSON representation
FITK - generation, manipulation, and plotting of Fisher-like matrices and tensors
- Host: GitHub
- URL: https://github.com/jcgoran/fitk
- Owner: JCGoran
- License: mit
- Created: 2021-10-25T18:06:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T18:45:26.000Z (11 months ago)
- Last Synced: 2025-01-11T04:31:01.654Z (26 days ago)
- Topics: numerical-methods, statistics
- Language: Python
- Homepage: https://jcgoran.github.io/fitk/
- Size: 38.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## FITK - the Fisher Information ToolKit
[![codecov](https://codecov.io/gh/JCGoran/fitk/branch/master/graph/badge.svg?token=NX9WRX89SI)](https://codecov.io/gh/JCGoran/fitk)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/JCGoran/fitk/tree/master.svg?style=shield&circle-token=5cc8653735b0092318b9790720101eaa4c568c10)](https://dl.circleci.com/status-badge/redirect/gh/JCGoran/fitk/tree/master)
[![python - versions](https://img.shields.io/pypi/pyversions/fitk)](https://pypi.org/project/fitk/)
[![CodeFactor](https://www.codefactor.io/repository/github/jcgoran/fitk/badge)](https://www.codefactor.io/repository/github/jcgoran/fitk)Fitk is a Python package for computing, manipulating, and plotting of Fisher information matrices.
### Installation
The best way to install the stable version is via `pip`:
```plaintext
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:
```plaintext
pip install git+https://github.com/JCGoran/fitk
```### Usage
For various examples on how to use FITK, as well as the latest API, please refer to [the main docs](https://jcgoran.github.io/fitk/).
### Issues
If you encounter any bugs running the code, or have a suggestion for new functionality, please open up a new issue [on GitHub](https://github.com/JCGoran/fitk/issues/).
### Changelog
See the [CHANGELOG.md](https://github.com/JCGoran/fitk/blob/master/CHANGELOG.md) for changes between versions.
### Contributing
See [CONTRIBUTING.md](https://github.com/JCGoran/fitk/blob/master/CONTRIBUTING.md).
### License
See [LICENSE](https://github.com/JCGoran/fitk/blob/master/LICENSE) file.