gpt4 book ai didi

Javascript点数组如何拟合曲线?

转载 作者:行者123 更新时间:2023-12-01 23:06:44 24 4
gpt4 key购买 nike

我有一个点数组,每个点由x和y组成,x是时间戳,y是实际数据。

我用 Javascript 创建了一个时间序列图,我想对数据进行曲线拟合并绘制曲线。

谁能帮我实现这个目标?

我的要点列表:

    {fltX: 0, fltY: 55.932203389830505}
{fltX: 1.8237082066869301, fltY: 55.932203389830505}
{fltX: 3.6474164133738602, fltY: 55.932203389830505}
{fltX: 5.47112462006079, fltY: 55.932203389830505}
{fltX: 7.2948328267477205, fltY: 81.35593220338983}

X 坐标已缩放至 X 轴。我并不是在寻找有人为我编写代码,但是如果有一个好的教程或指南,我们将非常感激。

最佳答案

您可能对 genetic-js 感兴趣。引用项目页面:

From a plot of vertices, this genetic algorithm optimizes a continious function to best fit the data (aka least squared error). Genetic.js automatically runs the algorithm in the background with web workers so that the UI experience isn't compromised.

提供了详细的示例 here .

关于Javascript点数组如何拟合曲线?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41913723/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com