Skip to content

Statistical analysis module written in Python. I'm planning on diving back into this project to expand its capabilities. Stay tuned!

Notifications You must be signed in to change notification settings

jacksongable/DataPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataSnake

DataSnake is a Python library that performs statistical calculations on lists of real numbers.

1-Variable Calculations

The DataSnake module currently supports the following 1-variable statistics calculations:

  • Mean
  • Minimum
  • Quartile 1
  • Median
  • Quartile 3
  • Maximum
  • Range
  • IQR
  • Population standard deviation
  • Sample standard deviation
  • Lower/upper fences
  • Outliers

2-Variable Calculations

The module currently supports the following 2-variable statistics calculations:

  • Correlation coefficient (r)
  • Coefficient of determination (r-squared)
  • Linear regression line's equation
  • Linear regression line's slope
  • Linear regression line's y-intercept

More features are on the way. Stay tuned!

About

Statistical analysis module written in Python. I'm planning on diving back into this project to expand its capabilities. Stay tuned!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages