Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 

















File:Linear-regression.svg




Page contents not supported in other languages.  









File
Talk
 

















Read
View on Commons
 








Tools
   


Actions  



Read
View on Commons
 




General  



What links here
Upload file
Special pages
Printable version
Page information
Get shortened URL
Download QR code
 
















Appearance
   

 





This is a file from the Wikimedia Commons

From Wikipedia, the free encyclopedia
 


File

File history

File usage

Global file usage

Metadata
File:Linear-regression.svg
Size of this PNG preview of this SVG file: 600 × 480 pixels. Other resolutions: 300 × 240 pixels | 960 × 768 pixels | 1,280 × 1,024 pixels | 2,560 × 2,048 pixels.

Original file(SVG file, nominally 600 × 480 pixels, file size: 7 KB)





Summary

Description
English: An example of linear regression
Date
Source Own work
Author Qef
Other versions Designed to replace original bitmap version: en:File:Linear-regression.png

Licensing

Public domain This work has been released into the public domain by its author, Qef. This applies worldwide.

In some countries this may not be legally possible; if so:
Qef grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Gnuplot source

Created with the following Gnuplot file:

set terminal svg font "Bitstream Vera Sans,24"
set output "Linear-regression.svg"

set xrange [0:1]
set yrange [2:6]
set xzeroaxis linetype -1
set yzeroaxis linetype -1
set xtics border nomirror 0.5
set ytics border nomirror 2
set key off
set border 15
set samples 2  # duh, straight line

plot '-' with points pointtype 6 pointsize 1.5 linecolor 6
0.84018771715471 5.0920721752254
0.78309922375861 5.4993770054934
0.91164735793678 5.0219594480046
0.33522275571489 3.663139781769
0.27777471080319 3.2292176040979
0.47739705186216 4.0677809238643
0.36478447279184 3.5137723092023
0.95222972517471 6.3816035819077
0.6357117279599 4.7956233221396
0.1416025553558 2.7597376235082
0.01630057162433 2.0398219692681
0.13723157678602 2.9002851883054
0.15667908925408 2.6485946288034
0.12979044678146 2.3215484331961
0.99892451800356 5.3518979261186
0.5129323944044 4.4596524827421
0.61263983259566 4.1465031113153
0.63755226770302 4.5417962600388
e
plot 3.7*x+2.15 with lines linewidth 3 linecolor 1

The actual data is just randomly choosen points along the line, randomly displaced from it, created with a small Lua program:

function f (x) return 3.7 * x + 2.15 end

for _ = 1, 18 do
    local x = math.random()
    print(x, f(x) * (0.85 + 0.3 * math.random()))
end

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

some value

21 June 2009

File history



Click on a date/time to view the file as it appeared at that time.
Date/TimeThumbnailDimensionsUserComment
current05:19, 21 June 2009Thumbnail for version as of 05:19, 21 June 2009600 × 480 (7 KB)Qef{{Information |Description={{en|1=An example of linear regression}} |Source=Own work by uploader |Author=Qef |Date=2009-06-21 |Permission= |other_versions=Designed to replace original bitmap version: en:File:Linear-regression.png }} <!-



The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Numerical analysis


Global file usage


The following other wikis use this file:

Usage on bs.wikipedia.org

Numerička analiza


Usage on ca.wikipedia.org

Anàlisi numèrica


Usage on el.wikipedia.org

Αριθμητική ανάλυση


Usage on hy.wikipedia.org

Թվային մեթոդներ


Usage on mk.wikipedia.org

Бројчена анализа


Usage on sh.wikipedia.org

Numerička analiza


Usage on sq.wikipedia.org

Analiza numerike


Usage on sr.wikipedia.org

Нумеричка анализа


Usage on ta.wikipedia.org

 ி


Usage on tl.wikipedia.org

Pagsusuring pambilang


Usage on tum.wikipedia.org

Kusanthula Vipendero


Usage on uk.wikipedia.org

Чисельні методи


Usage on zh.wikipedia.org





Metadata

If the file has been modified from its original state, some details may not fully reflect the modified file.


Retrieved from "https://en.wikipedia.org/wiki/File:Linear-regression.svg"







Privacy policy

About Wikipedia

Disclaimers

Contact Wikipedia

Code of Conduct

Developers

Statistics

Cookie statement

Mobile view



Wikimedia Foundation
Powered by MediaWiki