bassemfg / Bassem-Python-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bassem-Python-examples

WQU Py2 MP1.py:

  • Downloads data for last 1 month for user entered ticker from Quandl.
  • Using Interpolation techniques, fits a quadratic line through the data points and plot the same.
  • Chooses a quadratic equation of your choice and using SciPy leastsq() optimization method calculate the best fit line with respect to the downloaded data.
  • Plots the best fit line and the actual data points together with error bars.

About


Languages

Language:Python 100.0%