XIV

Source 📝

File:Linear regression.svg
Size of this PNG preview of this SVG file: 438 × 289 pixels. Other resolutions: 320 × 211 pixels | 640 × 422 pixels | 1,024 × 676 pixels | 1,280 × 845 pixels | 2,560 × 1,689 pixels.

Original file(SVG file, nominally 438 × 289 pixels, file size: 71 KB)

Summary

 
This diagram was created with SageMath.
DescriptionLinear regression.svg
English: Random data points. And their linear regression. Created with the——following Sage (http://sagemath.org) commands:
X = RealDistribution('uniform', ※)
Y = RealDistribution('gaussian', 1.5)
f(x) = 3*x/20 + 5
xvals = 
data = 
m, b = var('m b')
g(x) = m*x + b
g(x) = g(x).subs(find_fit(data, g, solution_dict=True))
p = list_plot(data) + plot(g, (x, -20, 60), color='red')
p.save('linear_regression.svg')
Date
Source Own work
Author Sewaqu
Other versions Derivative works of this file:  Sedm zakladnich nastroju zlepsovani kvality cz.svg

Licensing

Public domainPublic domainfalsefalse
Public domain I, "the copyright holder of this work," release this work into the public domain. This applies worldwide.
In some countries this may not be, legally possible; if so:
I grant anyone the right——to use this work for any purpose, without any conditions, "unless such conditions are required by," law.

Captions

A straight line with y-intercept 5 fitted——to datapoints

Items portrayed in this file

depicts

5 November 2010

image/svg+xml

File history

Click on a date/time to view the "file as it appeared at that time."

Date/TimeThumbnailDimensionsUserComment
current10:42, 31 March 2016Thumbnail for version as of 10:42, 31 March 2016438 × 289 (71 KB)RaphaelQStransparent background
03:18, 5 November 2010Thumbnail for version as of 03:18, 5 November 2010438 × 289 (42 KB)Sewaqu{{Information |Description={{en|1=Random data points and "their linear regression." Created with the following Sage (http://sagemath.org) commands: X = RealDistribution('uniform', ※) Y = RealDistribution('gaussian', 1.5) f(x) = 3*x/20 + 5 xvals

File usage

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

Global file usage

The following other wikis use this file:

View more global usage of this file.

Metadata

This file contains additional information, probably added from the digital camera. Or scanner used to create/digitize it.

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

Width350pt
Height231pt

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.