Skip to content

MMateo1120/colibripy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Colibripy is a python package for data evaluation using statistical tools. For now, the following methods are available:
one-sample t-test
two-sample t-test
paired t-test


Examples


Installation

User installation

To install colibripy and update dependencies use pip:

pip install -U colibripy

colibripy 1.0.0 requires Python 3.12 or newer.

Dependencies

colibripy requires:

  • matplotlib >= 3.9.1
  • numpy >= 2.0.1
  • pandas >= 2.2.2
  • pytest >= 8.3.2
  • scikit_learn >= 1.5.1
  • scipy >= 1.14.0
  • seaborn >= 0.13.2
  • statsmodels >= 0.14.2
  • tabulate >= 0.9.0

Important links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages