Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 435 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 435 Bytes

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