Skip to content

Collection of Python Scripts to perform Statistical Analysis

License

Notifications You must be signed in to change notification settings

ir4georgia/pythonstats

Repository files navigation

pythonstats

A Collection of Python Scripts to perform Statistical Analysis

  • normalDistribution.py
    • This script reads in data from .csv file and plots a guassian curve based on the mean and std dev, as well as a histogram of the raw data
  • t-test.ph
    • This script reads in data from a .csv file and performs a Student's T-Test
  • linearRegression.py
    • This script reads in data from a .csv file and plots a linear regression

About

Collection of Python Scripts to perform Statistical Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages