Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #4451 > unrolled thread

Residuals

Started bySubhadeep Dutta <subhadeep.dutta02@gmail.com>
First post2022-01-19 06:21 -0800
Last post2022-01-19 15:10 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  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

#4451 — Residuals

FromSubhadeep Dutta <subhadeep.dutta02@gmail.com>
Date2022-01-19 06:21 -0800
SubjectResiduals
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]


#4452

FromThomas Koenig <tkoenig@netcologne.de>
Date2022-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