I came to know both numpy and scipy have polyfit function and visited here: http://docs.scipy.org/doc/numpy/reference/generated/numpy.polyfit.html
Why does scipy.org have a page about numpy.polyfit? Are numpy.polyfit and scipy.polyfit the same? If not, which one should I use?