Paddle 多项式拟合功能

gkl3eglg  于 2个月前  发布在  其他
关注(0)|答案(1)|浏览(32)

需求描述 Feature Description

给一组点(x1, y1), (x2, y2) ... (xn, yn), 求对应的多项式系数。对应numpy中的 https://numpy.org/doc/stable/reference/generated/numpy.polyfit.html

替代实现 Alternatives

No response

相关问题