|
From: hchiPer <hc...@gm...> - 2024-11-01 21:26:33
|
tableA.dat: 1 2 3 tableB.dat: 2.1 3.9 6.2 $ paste tableA.dat tableB.dat > tableAB.dat $ gnuplot -e "stats 'tableAB.dat'" (...) Linear Model: y = 2.05 x - 0.03333 Slope: 2.05 +- 0.1443 Intercept: -0.03333 +- 0.3118 Correlation: r = 0.9975 Sum xy: 28.5 Le 16/10/24 à 16:30, Patrick Dupre via gnuplot-info a écrit : > Hello, > > I am reformulating a previous question. > I have 2 sets of data that I read as tables. > I would like to fit a set of data against the other set of data by > adjusting parameters, like a coefficient amplitude. > However, I do not know how to do it. > > Thank for your help. > > =========================================================================== > Patrick DUPRÉ | | email:pd...@gm... > =========================================================================== > > > > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via:https://lists.sourceforge.net/lists/listinfo/gnuplot-info |