method-of-moments

The package that allows you to work with probability distributions with a specified mean values and variances.


License
MIT
Install
pip install method-of-moments==0.1.0

Documentation

method_of_moments

GitHub repo size PyPI version GitHub contributors GitHub stars GitHub forks GitHub licence

method_of_moments is a package that allows you to work with probability distributions with a specified mean values and variances.

Prerequisites

Before you begin, ensure you have installed the latest version of Python.

Installing method_of_moments

To install method_of_moments, follow these steps:

Linux and macOS:

pip3 install method-of-moments

Windows:

pip install method-of-moments

Using method_of_moments

There are will be examples of how to use method_of_moments.

Contributing to method_of_moments

To contribute to method_of_moments, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contributors

Contact

If you want to contact me you can reach me at albertfarhutdinov@gmail.com.

License

This project uses the following license: MIT License.