File:Maximum de vraisemblance position loi normale centree reduite.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 1,126 × 838 pixels, file size: 167 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Français : Maximum de vraisemblance : influence de la tendance centrale.

Les tirages aléatoires sont représentés par des traits pointillés (pour des raisons pratiques, nous avons choisi les déciles de la loi normale centrée réduite).

Créé avec Scilab, modifié avec Inkscape.
English: Maximum likehood: influence of the central tendency.

The random values are represented by dashed lines (for practical reason, we used the deciles of the standard normal distribution).

Created with Scilab, modified with Inkscape.
Date
Source Own work
Author Cdang

Scilab source

// L'exécution de ce script nécessite le module CASCI

// déciles

Y = 0.1:0.1:0.9;
X = idfnormal(Y, 0, 1);
n = size(Y, "*");

// lois normales

x = -2:0.1:2

y1 = pdfnormal(x, -1, 1);
y2 = pdfnormal(x, 0, 1);
y3 = pdfnormal(x, 0, 0.5);
y4 = pdfnormal(x, 0, 2);

scf(0)
clf;

// tracé des positions

for i = 1:n
    xpoly([X(i), X(i)], [0, 0.41], "lines");
    h = gce();
    h.line_style=2;
end
plot2d(x', [y1', y2'], style=[1 2])

scf(1)
clf;

// tracé de spositions

for i = 1:n
    xpoly([X(i), X(i)], [0, 0.81], "lines");
    h = gce();
    h.line_style=2;
end
plot2d(x', [y3', y2', y4'], style=[1 2 3])

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
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/TimeThumbnailDimensionsUserComment
current11:24, 20 June 2013Thumbnail for version as of 11:24, 20 June 20131,126 × 838 (167 KB)Cdang (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata