我想在 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
有没有办法做到这一点?
我想在 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
有没有办法做到这一点?