File:Histogramme tirage aléatoire normale 100 valeurs GNU R.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 645 × 600 pixels. Other resolutions: 258 × 240 pixels | 516 × 480 pixels | 826 × 768 pixels | 1,101 × 1,024 pixels | 2,202 × 2,048 pixels | 687 × 639 pixels.
Original file (SVG file, nominally 687 × 639 pixels, file size: 50 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionHistogramme tirage aléatoire normale 100 valeurs GNU R.svg |
Français : Histogramme représentant un échantillon de 100 valeurs aléatoires tirées suivant une loi normale.
Réalisé avec GNU R, modifié avec Inkscape. English: Histogram showing a sample of 100 random values following a normal law.
Made with GNU R, modified with Inkscape. |
Date | |
Source | Own work |
Author | Cdang |
SVG development InfoField | |
Source code InfoField | R code> a = rnorm(100)
> hist(a, breaks = 10, main = "tirage aléatoire", col = "lightblue")
> rug(a)
> adens = density(a, bw=0.2)
> par(new=TRUE)
> plot(adens$x, adens$y, type="l", axes=FALSE, col="red")
> axis(4)
|
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 16:43, 7 February 2013 | 687 × 639 (50 KB) | Cdang (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Short title | Histogramme d'un tirage aléatoire de 100 valeurs avec une loi normale |
---|---|
Width | 686.85089 |
Height | 639.47699 |