Metadata-Version: 2.1
Name: samplesizelib
Version: 0.0.2
Summary: sample size lib, python package
Home-page: https://github.com/andriygav/SampleSizeLib
Author: Andrey Grabovoy
Author-email: grabovoy.av@phystech.edu
License: MIT
Platform: UNKNOWN
Requires-Python: ==3.6.*
Requires-Dist: numpy (==1.18.5)
Requires-Dist: scipy (==1.3.3)
Requires-Dist: scikit-learn (==0.23.2)
Requires-Dist: tqdm (==4.46.1)

##############
SampleSize Lib
##############

|test| |codecov| |docs| |readthedocs| |pypi| 

.. |test| image:: https://github.com/andriygav/SampleSizeLib/workflows/test/badge.svg
    :target: https://github.com/andriygav/SampleSizeLib/tree/master
    :alt: Test status

.. |codecov| image:: https://img.shields.io/codecov/c/github/andriygav/samplesizelib/master
    :target: https://github.com/andriygav/SampleSizeLib/tree/master
    :alt: Test coverage

.. |docs| image:: https://github.com/andriygav/SampleSizeLib/workflows/docs/badge.svg
    :target: https://andriygav.github.io/SampleSizeLib/
    :alt: Build status

.. |readthedocs| image:: https://img.shields.io/readthedocs/samplesizelib/stable?label=readthedocs
    :target: https://samplesizelib.readthedocs.io/en/stable/
    :alt: ReadTheDocs

.. |pypi| image:: https://img.shields.io/pypi/v/SampleSizeLib
    :target: https://pypi.org/project/SampleSizeLib/
    :alt: PyPI

Basic information
=================

Implementation code for a sample size estimation task. The `source code <https://github.com/andriygav/SampleSizeLib/tree/master/src>`_ for the problem of the sample size estimation for linear models.


All information about this project can be found in the `documentation <https://andriygav.github.io/SampleSizeLib/>`_.

Requirements and Installation
=============================
A simple instruction of installation using pip is provided near the `source code <https://github.com/andriygav/SampleSizeLib/tree/master/src>`_.

More information about installation can be found in documentation `installation <https://andriygav.github.io/SampleSizeLib/installation.html>`_ page.

Example of use
==============
A simple examples of module usage can be found in documentation `example <https://andriygav.github.io/SampleSizeLib/example.html>`_ page.


