Metadata-Version: 2.1
Name: method-of-moments
Version: 0.0.1
Summary: The package that allows you to work with probability distributions with a specified mean values and variances.
Home-page: https://github.com/AlbertFarkhutdinov/method_of_moments
Author: Albert Farkhutdinov
Author-email: albertfarhutdinov@gmail.com
License: UNKNOWN
Description: # method_of_moments
        
        ![GitHub repo size](https://img.shields.io/github/issues/AlbertFarkhutdinov/method_of_moments)
        ![PyPI version](https://img.shields.io/pypi/v/method-of-moments)
        ![GitHub contributors](https://img.shields.io/github/contributors/AlbertFarkhutdinov/method_of_moments)
        ![GitHub stars](https://img.shields.io/github/stars/AlbertFarkhutdinov/method_of_moments)
        ![GitHub forks](https://img.shields.io/github/forks/AlbertFarkhutdinov/method_of_moments)
        ![GitHub licence](https://img.shields.io/github/license/AlbertFarkhutdinov/method_of_moments)
        
        `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](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
        
        ## Contributors
        
        * [@AlbertFarkhutdinov](https://github.com/AlbertFarkhutdinov) 
        
        ## Contact
        
        If you want to contact me you can reach me at `albertfarhutdinov@gmail.com`.
        
        ## License
        This project uses the following license: [MIT License](https://github.com/AlbertFarkhutdinov/method_of_moments/blob/main/LICENSE).
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
