파일:LinearRegression.svg

문서 내용이 다른 언어로는 지원되지 않습니다.
위키백과, 우리 모두의 백과사전.

원본 파일(SVG 파일, 실제 크기 600 × 480 픽셀, 파일 크기: 41 KB)

파일 설명

설명 Illustration of linear regression on a data set.
날짜
출처 self-made in Gnuplot.
저자 Berland
다른 버전

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.)

라이선스

Public domain 이 작품은 저작자인 I, Berland에 의해 퍼블릭 도메인으로 공개된 작품입니다. 이 공개 선언은 전 세계적으로 유효합니다.
만약 저작권의 포기가 법률적으로 가능하지 않은 경우,
I, Berland은 이 작품을 법적으로 허용되는 한도 내에서 누구나 자유롭게 어떤 목적으로도 제한 없이 사용할 수 있도록 허용합니다.

설명

이 파일이 나타내는 바에 대한 한 줄 설명을 추가합니다

이 파일에 묘사된 항목

다음을 묘사함

파일 역사

날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.

날짜/시간섬네일크기사용자설명
현재2008년 10월 28일 (화) 21:502008년 10월 28일 (화) 21:50 판의 섬네일600 × 480 (41 KB)F l a n k e rReverted to version as of 10:01, 28 October 2008
2008년 10월 28일 (화) 19:162008년 10월 28일 (화) 19:16 판의 섬네일600 × 480 (42 KB)F l a n k e rUsing Helvetica as the font
2008년 10월 28일 (화) 19:132008년 10월 28일 (화) 19:13 판의 섬네일600 × 480 (42 KB)F l a n k e rUsing Helvetica as the font
2008년 10월 28일 (화) 19:012008년 10월 28일 (화) 19:01 판의 섬네일600 × 480 (41 KB)F l a n k e rTring to resolve
2008년 10월 28일 (화) 18:302008년 10월 28일 (화) 18:30 판의 섬네일600 × 480 (23 KB)Wiso{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
2007년 6월 26일 (화) 05:572007년 6월 26일 (화) 05:57 판의 섬네일600 × 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
2007년 6월 25일 (월) 03:562007년 6월 25일 (월) 03:56 판의 섬네일600 × 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

이 파일을 사용하는 문서가 없습니다.

이 파일을 사용하고 있는 모든 위키의 문서 목록

다음 위키에서 이 파일을 사용하고 있습니다: