Delwedd:Lawoflargenumbers.svg

Oddi ar testwiki
Neidio i'r panel llywio Neidio i'r bar chwilio
Lawoflargenumbers.svg (Ffeil SVG, maint mewn enw 540 × 360 picsel, maint y ffeil: 52 KB)

Daw'r ffeil hon o Comin Wikimedia a gellir ei defnyddio gan brosiectau eraill. Dangosir isod y disgrifiad sydd ar dudalen ddisgrifio'r ffeil yno.

Crynodeb

Disgrifiad
English: Illustration of Law of large numbers.
Dyddiad
Ffynhonnell Gwaith fy hun
Awdur Pred
SVG genesis
InfoField
 The source code of this SVG is invalid due to an error.
 This W3C-invalid vector image was created with Python (iaith raglennu).

Trwyddedu

Mae Pred, deiliad yr hawlfraint ar y gwaith hwn, yn ei gyhoeddi yn ôl termau'r drwydded a ganlyn:
Creative Commons CC-Zero Trwyddedir y ffeil hon yn ôl termau'r drwydded Creative Commons CC0 1.0 Universal Public Domain Dedication.
Wrth gysylltu rhyw waith â'r weithred gyfreithiol hon, mae'r person a'i gysylltodd wedi ei gyflwyno i'r parth cyhoeddus gan ildio pob hawl cyfraith hawlfraint arno yn fydeang, gan gynnwys pob hawl perthynol a chyfagos, hyd eithaf y gyfraith. Gallwch gopïo, addasu, dosbarthu a pherfformio'r gwaith, hyd yn oed at bwrpas masnachol, a hynny oll heb ofyn caniatad.

Source code

Dyma logo: Python (iaith raglennu) – general-purpose programming language
Dyma logo: Python (iaith raglennu) – general-purpose programming language
This media was created with Python (iaith raglennu) (general-purpose programming language)
Here is a listing of the source used to create this file.

Deutsch  English  +/−

The plot was produced using the following Python source code

import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
np.random.seed(0)

x = np.arange(1, 1001, 1)
samples = np.random.randint(1, 7, len(x))
averages = np.cumsum(samples)/x

plt.plot((0, 1000), (3.5, 3.5), label='Theoretical mean')
plt.plot(x, averages, label='Observed averages')

plt.title('Average dice roll by number of rolls')
plt.xlabel('Number of trials')
plt.ylabel('Average')
plt.ylim((1, 6))
plt.legend()
plt.savefig('lawoflargenumbers.svg')

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

yn portreadu

6 Mai 2017

data size Saesneg

53,691 byte

360 pixel

540 pixel

media type Saesneg

image/svg+xml

checksum Saesneg

b8f720af4d345df42231357336279251273bbd5a

Hanes y ffeil

Cliciwch ar ddyddiad / amser i weld y ffeil fel ag yr oedd bryd hynny.

Dyddiad/AmserBawdlunHyd a lledDefnyddiwrSylw
cyfredol11:26, 6 Mai 2017Bawdlun y fersiwn am 11:26, 6 Mai 2017540 × 360 (52 KB)wikimediacommons>PredAdd legend

Mae'r 1 tudalennau a ddefnyddir isod yn cysylltu i'r ddelwedd hon: