В чем проблема с монтажом, пожалуйста?
A = -100
C = -0.3
D = 22
f(x) = A*sin(2*pi*x+C)+D
fit f(x) 'RV_phase' via A,C,D
g(x) = -100*sin(2*pi*x-0.3)+22
plot 'RV_phase' u 3:2 with points pt 7 ps 1 notitle, f(x) lc rgb "black" title "Fitted", g(x) lc rgb "red" title "Manual setting"
Достаточна ли кривая ручной настройки? ![enter image description here](https://i.stack.imgur.com/PFvUw.png)