How can I always fit a bottom up parabola using numpy's polyfit

前端 未结 0 465
面向向阳花
面向向阳花 2021-01-14 06:22

I want to always fit a bottom-up parabola i.e. if the equation is

a*x**2 + b*x +c

I want numpy\'s polyfit function to always return a negativ

相关标签:
回答
  • 消灭零回复
提交回复
热议问题