Soubor:LinearRegression.svg

Obsah stránky není podporován v jiných jazycích.
Z Wikipedie, otevřené encyklopedie

Původní soubor(soubor SVG, nominální rozměr: 600 × 480 pixelů, velikost souboru: 41 KB)

Popis

Popis Illustration of linear regression on a data set.
Datum
Zdroj self-made in Gnuplot.
Autor Berland
Další verze

Gnuplot source code

set terminal svg fname "Helvetica" fsize 25
set output "LinearRegression.svg"
set key left
set xtics axis 4.0,0.5
set ytics nomirror 1
set border 2
f(x) = a*x + b
fit f(x) 'randpts' using 1:2 via a,b
set yrange [-0.9:4]
plot 'randpts' with points pointtype 7 pointsize 0.3 title 'Datapoints', \
	f(x) with lines linetype 3 linewidth 3 title 'Regression',  \
	0 with lines linetype -1 notitle

The datafile 'randpts' was made in GNU Octave using the commands

f = fopen('randpts', 'w');
for i=1:200; 
   x=rand(1); 
   y=0.2*randn(1) + 3*x + 0.35; 
   fprintf(f, '%g %g\n', x, y); 
end
fclose(f)

(identical code also works in Matlab.)

Licence

Public domain I, Berland, autor tohoto díla, jej uvolnil jako volné dílo, a to celosvětově.
V některých zemích to není podle zákona možné; v takovém případě:
I, Berland poskytuje komukoli právo užívat toto dílo za libovolným účelem, a to bezpodmínečně s výjimkou podmínek vyžadovaných zákonem.

Popisky

Přidejte jednořádkové vysvětlení, co tento soubor představuje

Položky vyobrazené v tomto souboru

zobrazuje

Historie souboru

Kliknutím na datum a čas se zobrazí tehdejší verze souboru.

Datum a časNáhledRozměryUživatelKomentář
současná28. 10. 2008, 14:50Náhled verze z 28. 10. 2008, 14:50600 × 480 (41 KB)F l a n k e rReverted to version as of 10:01, 28 October 2008
28. 10. 2008, 12:16Náhled verze z 28. 10. 2008, 12:16600 × 480 (42 KB)F l a n k e rUsing Helvetica as the font
28. 10. 2008, 12:13Náhled verze z 28. 10. 2008, 12:13600 × 480 (42 KB)F l a n k e rUsing Helvetica as the font
28. 10. 2008, 12:01Náhled verze z 28. 10. 2008, 12:01600 × 480 (41 KB)F l a n k e rTring to resolve
28. 10. 2008, 11:30Náhled verze z 28. 10. 2008, 11:30600 × 480 (23 KB)Wiso{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
25. 6. 2007, 22:57Náhled verze z 25. 6. 2007, 22:57600 × 480 (20 KB)Berland{{Information |Description=Illustration of linear regression on a data set. |Source=self-made in Gnuplot. |Date=24 June 2007 |Author= Berland }} ==Gnuplot source code== set terminal svg fname "Helvetic
24. 6. 2007, 20:56Náhled verze z 24. 6. 2007, 20:56600 × 480 (19 KB)Berland{{Information |Description=Illustration of linear regression on a data set. |Source=self-made in Gnuplot. |Date=24 June 2007 |Author= Berland }} ==Gnuplot source code== set terminal svg fname "Helvetic

Tento soubor používá následující stránka:

Globální využití souboru

Tento soubor využívají následující wiki: