Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4451 > unrolled thread
| Started by | Subhadeep Dutta <subhadeep.dutta02@gmail.com> |
|---|---|
| First post | 2022-01-19 06:21 -0800 |
| Last post | 2022-01-19 15:10 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
Residuals Subhadeep Dutta <subhadeep.dutta02@gmail.com> - 2022-01-19 06:21 -0800
Re: Residuals Thomas Koenig <tkoenig@netcologne.de> - 2022-01-19 15:10 +0000
| From | Subhadeep Dutta <subhadeep.dutta02@gmail.com> |
|---|---|
| Date | 2022-01-19 06:21 -0800 |
| Subject | Residuals |
| Message-ID | <46596608-6230-4c53-a321-5542f9ee2f0an@googlegroups.com> |
what is the basic command for calculating ploting residuals froim 1:2 data scripts, after fitting f(x)? please help me ....
[toc] | [next] | [standalone]
| From | Thomas Koenig <tkoenig@netcologne.de> |
|---|---|
| Date | 2022-01-19 15:10 +0000 |
| Message-ID | <ss99kn$mak$1@newsreader4.netcologne.de> |
| In reply to | #4451 |
Subhadeep Dutta <subhadeep.dutta02@gmail.com> schrieb: > what is the basic command for calculating ploting residuals froim 1:2 data scripts, after fitting f(x)? please help me .... plot "a.dat" using 1:($2-f($1))
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web