Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warrenweckesser/mpsci
Assorted functions for statistics and mathematics built on mpmath.
https://github.com/warrenweckesser/mpsci
mathematics mpmath python statistics
Last synced: 21 days ago
JSON representation
Assorted functions for statistics and mathematics built on mpmath.
- Host: GitHub
- URL: https://github.com/warrenweckesser/mpsci
- Owner: WarrenWeckesser
- License: bsd-2-clause
- Created: 2018-11-29T17:48:53.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T17:54:01.000Z (about 2 months ago)
- Last Synced: 2024-10-04T23:26:38.201Z (about 1 month ago)
- Topics: mathematics, mpmath, python, statistics
- Language: Python
- Homepage:
- Size: 813 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
mpsci
=====``mpsci`` is a Python module that defines an assortment of numerical
formulas and algorithms. The library `mpmath` is used for floating point
calculations; `pytest` is required to run the unit tests.Much of the code in ``mpsci`` was developed as a way to find the
"true" values to be used in SciPy unit tests.There has not been an official release of ``mpsci``; the GitHub repository
is the only source of the code. The API is not stable and may change
frequently.-----
*Author*: Warren Weckesser
*Documentation*: https://warrenweckesser.github.io/mpsci/
*Repository*: https://github.com/WarrenWeckesser/mpsci
*License*: BSD 2-clause (http://opensource.org/licenses/BSD-2-Clause)