[](https://travis-ci.org/aschleg/mathpy)
[](https://ci.appveyor.com/project/aschleg/mathpy/branch/master)
[](https://coveralls.io/github/aschleg/mathpy?branch=master)
## About mathpy
mathpy is a collection of mathematical and statistical functions encompassing several different
fields such as linear algebra, numerical analysis, and number theory. The package is intended to
work with other popular scientific computing packages such as numpy and scipy. Most functions in
The mathpy package are also available as Excel UDFs for users who prefer working in Excel. The
mathpy project is primarily a personal project intended to develop a deeper understanding of
the mathematics and algorithmic implementations of various mathematical topics.
## Documentation
The documentation of the mathpy package is available here:
https://aschleg.github.io/mathpy/
The documentation for importing the mathpy functions to use in Excel as UDFs is found here:
https://aschleg.github.io/mathpy/excel.html
## Installation
Mathpy is easily installed through `pip` and is the most recommended approach.
~~~~
pip install mathpy
~~~~
The package should also be able to install from Github with the following command:
~~~~
pip install git+https://github.com/aschleg/mathpy.git
~~~~
The Github repository can also be cloned and installed with the included `setup.py` script.
~~~~
git clone https://github.com/aschleg/mathpy.git
python setup.py install
~~~~
## Installation Requirements
* Python 2.7 or 3+
- Recommended to install the Anaconda distribution for your preferred version of Python if not installed already.
* Compatible with Windows, Mac and Linux OS.
- Excel UDFs are currently available in Windows only.
## Available Methods
* Linear Algebra
- Matrix Decomposition
- Vector and Matrix Norms
- Matrix Tests
* Numerical Analysis
- Numerical Differentiation
- Numerical Integration
- Polynomial Evaluation
- Polynomial Interpolation
- Roots of Polynomials
* Number Theory
- Binomial Coefficient
- Factorials
- Integer Factorization
- Greatest Common Divisor
- Prime Numbers
- Number Sequences
* Probability Distributions
- Continous Distributions
+ Uniform
- Discrete Distributions
+ Bernoulli
+ Binomial
* Random Sampling and PRNGs (Pseudorandom Number Generators)
- Continuous Distributions
+ Uniform
- Discrete Distributions
+ Bernoulli
+ Binomial
- Pseudorandom Number Generators
+ Linear Congruential Generator
+ Combined Linear Congruential Generators
+ Lehmer Random Number Generator (Multiplicative Congruential Generator)
* Set Theory
- Extensions to Python set class
- Multiple union and intersection operations
- Cartesian products
- Relative Complements of multiple sets
* Statistics
- Factor Analysis
- ANOVA and MANOVA
- Hypothesis Testing
- Covariance and Correlation Matrices
- Variance
- Simulating Correlation Matrices
### License
MIT
[](https://ci.appveyor.com/project/aschleg/mathpy/branch/master)
[](https://coveralls.io/github/aschleg/mathpy?branch=master)
## About mathpy
mathpy is a collection of mathematical and statistical functions encompassing several different
fields such as linear algebra, numerical analysis, and number theory. The package is intended to
work with other popular scientific computing packages such as numpy and scipy. Most functions in
The mathpy package are also available as Excel UDFs for users who prefer working in Excel. The
mathpy project is primarily a personal project intended to develop a deeper understanding of
the mathematics and algorithmic implementations of various mathematical topics.
## Documentation
The documentation of the mathpy package is available here:
https://aschleg.github.io/mathpy/
The documentation for importing the mathpy functions to use in Excel as UDFs is found here:
https://aschleg.github.io/mathpy/excel.html
## Installation
Mathpy is easily installed through `pip` and is the most recommended approach.
~~~~
pip install mathpy
~~~~
The package should also be able to install from Github with the following command:
~~~~
pip install git+https://github.com/aschleg/mathpy.git
~~~~
The Github repository can also be cloned and installed with the included `setup.py` script.
~~~~
git clone https://github.com/aschleg/mathpy.git
python setup.py install
~~~~
## Installation Requirements
* Python 2.7 or 3+
- Recommended to install the Anaconda distribution for your preferred version of Python if not installed already.
* Compatible with Windows, Mac and Linux OS.
- Excel UDFs are currently available in Windows only.
## Available Methods
* Linear Algebra
- Matrix Decomposition
- Vector and Matrix Norms
- Matrix Tests
* Numerical Analysis
- Numerical Differentiation
- Numerical Integration
- Polynomial Evaluation
- Polynomial Interpolation
- Roots of Polynomials
* Number Theory
- Binomial Coefficient
- Factorials
- Integer Factorization
- Greatest Common Divisor
- Prime Numbers
- Number Sequences
* Probability Distributions
- Continous Distributions
+ Uniform
- Discrete Distributions
+ Bernoulli
+ Binomial
* Random Sampling and PRNGs (Pseudorandom Number Generators)
- Continuous Distributions
+ Uniform
- Discrete Distributions
+ Bernoulli
+ Binomial
- Pseudorandom Number Generators
+ Linear Congruential Generator
+ Combined Linear Congruential Generators
+ Lehmer Random Number Generator (Multiplicative Congruential Generator)
* Set Theory
- Extensions to Python set class
- Multiple union and intersection operations
- Cartesian products
- Relative Complements of multiple sets
* Statistics
- Factor Analysis
- ANOVA and MANOVA
- Hypothesis Testing
- Covariance and Correlation Matrices
- Variance
- Simulating Correlation Matrices
### License
MIT
Release files for mathpy 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mathpy-0.3.0.tar.gz | 63.2 kB | Details |
Release files / mathpy-0.3.0.tar.gz
| Download URL | mathpy-0.3.0.tar.gz |
|---|---|
| Size | 63.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
74392777b69bd6fd36712067f18882560a9aee2494a4edabb52f0e54febeccee
|
|
BLAKE2b-256 checksum How to use checksums |
2d0ec6adfd5336f8e99b28e12c8545b63f7ec8ab8e7f8ff246ee4d14415ebfc9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |