Jump to content

File:Standard Normal Distribution uk.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia
Original file (SVG file, nominally 512 × 316 pixels, file size: 24 KB)

Summary

Description
English: The Standard Normal Probability Distribution with shaded regions (labelled in Ukrainian)
Українська: Стандартний нормальний розподіл імовірності з затіненими областями
Date
Source Own work based on: Standard Normal Distribution.png
Author
Vector:
Other versions

[edit]

SVG development
InfoField
 
The source code of this SVG is invalid due to an error.
 
This W3C-invalid chart was created with R.
 
This file uses translateable embedded text.
Source code
InfoField

R code

library(ggplot2)
p <- ggplot(NULL, aes(c(-4,4))) +
  geom_line(stat = "function", fun = dnorm) +
  geom_area(stat = "function", fun = dnorm, fill = scales::muted("red"), xlim=c(-1,1), alpha=1/4) +
  geom_area(stat = "function", fun = dnorm, fill = scales::muted("red"), xlim=c(-2,2), alpha=1/4) +
  geom_area(stat = "function", fun = dnorm, fill = scales::muted("red"), xlim=c(-3,3), alpha=1/4) +
  theme_minimal() +
  theme(axis.text.x = element_text(size = 12)) +
  scale_x_continuous(labels = paste0(-4:4, "σ"), breaks = -4:4) +
  xlab("Стандартні відхилення від середнього") +
  ylab("Густина ймовірності") +
  geom_segment(aes(x=-1, xend=1, y=dnorm(1), yend=dnorm(1)), linetype="dashed") +
  geom_segment(aes(x=-2, xend=2, y=dnorm(2), yend=dnorm(2)), linetype="dashed") +
  geom_segment(aes(x=-3, xend=3, y=dnorm(3), yend=dnorm(3)), linetype="dashed") +
  annotate("text", x = 0, y = dnorm(1)+0.015, label = "68.3%") + #pnorm(1)-pnorm(-1) %
  annotate("text", x = 0, y = dnorm(2)+0.015, label = "95.4%") +
  annotate("text", x = 0, y = dnorm(3)+0.015, label = "99.7%")

ggsave("Standard Normal Distribution uk.svg", p, width = 3.7*1.618, height = 3.7, dpi = 1000)

Licensing

w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International 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.

Captions

The Standard Normal Probability Distribution (labelled in Ukrainian)

Items portrayed in this file

depicts

13 September 2020

image/svg+xml

File history

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

Date/TimeThumbnailDimensionsUserComment
current11:20, 13 September 2020Thumbnail for version as of 11:20, 13 September 2020512 × 316 (24 KB)Olexa RiznykUploaded a work by * File:Standard Normal Distribution.png: {{Ut|D Wells}} * derivative work: {{Ut|Olexa Riznyk}} from * File:Standard Normal Distribution.png with UploadWizard
No pages on the English Wikipedia use this file (pages on other projects are not listed).

Global file usage

The following other wikis use this file:

Metadata