小编use*_*370的帖子

在 gnuplot 中拟合分段函数

我想在 gnuplot 中拟合多个有界函数,同时拟合边界值。

例如:

f(x)=a          (for x < b)

f(x)=a+(x-b)**c (for x > b)

fit f(x) 'data.dat' via a,b,c
Run Code Online (Sandbox Code Playgroud)

有没有办法做到这一点?

gnuplot function curve-fitting bounds fitbounds

5
推荐指数
1
解决办法
1360
查看次数

标签 统计

bounds ×1

curve-fitting ×1

fitbounds ×1

function ×1

gnuplot ×1