V sobotu 2. listopadu proběhla mohutná oslava naší plnoletosti !!
Multimediaexpo.cz je již 18 let na českém internetu !!
V tiskové zprávě k 18. narozeninám brzy najdete nové a zásadní informace.

Soubor:Linear regression.png

Z Multimediaexpo.cz

(Rozdíly mezi verzemi)
(Fotografie +)
(++)
 
(Není zobrazena jedna mezilehlá verze.)
Řádka 1: Řádka 1:
-
Fotografie +
+
Graf + Description:
 +
* English: Random data points and their linear regression. Created with the following Sage (http://sagemath.org) commands:
 +
<source lang=python>
 +
X = RealDistribution('uniform', [-20, 60])
 +
 
 +
Y = RealDistribution('gaussian', 1.5)
 +
 
 +
f(x) = 3*x/20 + 5
 +
 
 +
xvals = [X.get_random_element() for _ in range(100)]
 +
 
 +
data = [(x, f(x) + Y.get_random_element()) for x in xvals]
 +
 
 +
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')
 +
</source>
 +
* Date: 5 November 2010
 +
* Source: Own work
 +
* Author: Sewaqu
 +
 
 +
{{PD-self}}

Aktuální verze z 1. 6. 2023, 09:40

Graf + Description:

  • English: Random data points and their linear regression. Created with the following Sage (http://sagemath.org) commands:
X = RealDistribution('uniform', [-20, 60])
 
Y = RealDistribution('gaussian', 1.5)
 
f(x) = 3*x/20 + 5
 
xvals = [X.get_random_element() for _ in range(100)]
 
data = [(x, f(x) + Y.get_random_element()) for x in xvals]
 
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: 5 November 2010
  • Source: Own work
  • Author: Sewaqu
+ pochází z Wikimedia Commons, kde má status – I, the copyright holder of this work, release this work into the public domain. This applies worldwide.

Historie souboru

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

Datum a časNáhledRozměryUživatelKomentář
současná1. 6. 2023, 09:27Náhled verze z 1. 6. 2023, 09:271 280×846 (39 kB)Sysop (diskuse | příspěvky) (Fotografie + )

Na soubor odkazuje tato stránka: