Introduction to GNUPLOT+ :フィッティング

http://www.miyazaki.mce.uec.ac.jp/~naoya/free/gnuIntro/fitting.html
fitting 関数やデータがあまりよくなかった場合でも とりあえず出力するから注意すること。 その際Singular matrixと表示されたり、 +/-やその後の%の数字が異常な値になっていることが多い。

http://t16web.lanl.gov/Kawano/gnuplot/misc2.html
gnuplotのフィッティングでは, 初期値を与えていないと全て1として計算を始めます.しかし,反復回数が 多くなったり場合によっては結果が出なかったりしますので,ほどほどの 初期値を決めておいた方がうまく行きます.

  • 補間、平滑化

http://t16web.lanl.gov/Kawano/gnuplot/plot2.html
http://dsl4.eee.u-ryukyu.ac.jp/DOCS/gnuplot/node162.html

plot "test.dat" using 1:2 notitle with points, \
"test.dat" using 1:2 smooth csplines \
title "spline" with lines,\
"test.dat" using 1:2 smooth bezier \
title "bezier" with lines

http://www.nak.nw.kanagawa-it.ac.jp/docs/LaTeX/Gnuplot-Tutorial/chap_10.html

                                                                                  • -

軸の数値表示を消す
set format ""