Skip to content

Python program designed to utilize linear, quadratic and/or exponential regression methods to produce a corresponding formula.

Notifications You must be signed in to change notification settings

henryxsong/Regression-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Regression Calculator

Python program designed to utilize linear, quadratic, exponential, and/or logarithmic regression methods to produce a corresponding formula and a 5-unit prediction. Both linear and quadratic regression methods use linear algebra, specifically Cramer's Rule, to calculate formulas.

Dependencies:

  • NumPy
  • MatPlotLib

Usage:

  • open terminal and navigate to containing
  • run 'python3 main.py' in terminal
  • select 1 to use hard-coded data set, select 2 to manually enter data set
  • select 1 to use linear regression, 2 to use quadratic regression, 3 to use exponential regression, 4 to use logarithmic regression
  • results and predictions will be displayed

Contributors:

  • Henry Song

About

Python program designed to utilize linear, quadratic and/or exponential regression methods to produce a corresponding formula.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages