Skip to content

includeamin/regression-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regression and plot with python

  • Linear
    • Y = AX + B
  • Polynomial
    • Y = AX^2 + BX + C
  • Power
    • Y = AX^B
  • Exponential
    • Y = Ae^BX

Samples

sample plots with equation and R square value

Exponential

Exponential

Polynomial

Polynomial

Power

Power

Linear

Linear