Fayl:Standard Normal Distribution.png

Vikipediya, azad ensiklopediya
Naviqasiyaya keç Axtarışa keç

Faylın orijinalı(5.986 × 3.700 piksel, fayl həcmi: 752 KB, MIME növü: image/png)

Bu fayl "Vikimedia Commons"dadır
və digər layihələrdə istifadə edilə bilər.
təsvir səhifəsi
təsvir səhifəsi
Faylın təsvir səhifəsinə get
This math image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}}.


It is recommended to name the SVG file “Standard Normal Distribution.svg”—then the template Vector version available (or Vva) does not need the new image name parameter.

Xülasə

İzah
English: The Standard Normal Probability Distribution with shaded regions
Tarix
Mənbə Öz işi
Müəllif D Wells
Digər versiyalar

[redaktə]

<code><code><code><languages/></code></code></code>

Lisenziya

I, the copyright holder of this work, hereby publish it under the following license:
w:az:Creative Commons
istinad bənzər paylaşma
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
Azadsınız:
  • paylaşmaq – əsəri köçürmək, paylamaq və ötürmək üçün
  • remiks etmək – əsəri adaptasiya etmək
Aşağıdakı şərtlərə riayət etməklə:
  • istinad – Müvafiq kredit verməlisiniz, lisenziyaya bir keçid verməlisiniz və dəyişikliklərin olub olmadığını bildirməlisiniz. Bunu hər hansı bir ağlabatan şəkildə edə bilərsiniz, ancaq lisenziyalaşdırıcının sizi və ya istifadənizi təsdiqləməsini təklif edən bir şəkildə deyil.
  • bənzər paylaşma – Əsəri remix edirsinizsə, dəyişdirirsinizsə və ya üzərində iş aparırsınızsa, öz töhfələrinizi orijinalda olduğu kimi eyni və ya uyğun lisenziya altında yayımlamalısınız.

Source 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("blue"), xlim=c(-1,1), alpha=1/4) +
  geom_area(stat = "function", fun = dnorm, fill = scales::muted("blue"), xlim=c(-2,2), alpha=1/4) +
  geom_area(stat = "function", fun = dnorm, fill = scales::muted("blue"), xlim=c(-3,3), alpha=1/4) +
  theme_minimal() +
  theme(axis.text.x = element_text(size = 12)) +
  scale_x_continuous(labels = label_units, breaks = -4:4) +
  xlab("Standard Deviations from the Mean") +
  ylab("Probability Density") +
  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("Normal_Distribution.png", p, width = 3.7*1.618, height = 3.7, dpi = 1000)
 
This chart was created with R.

Captions

Add a one-line explanation of what this file represents
The Standard Normal Probability Distribution

Items portrayed in this file

təsvir edir

copyrighted ingilis

24 iyun 2019

MIME type ingilis

image/png

Faylın tarixçəsi

Faylın əvvəlki versiyasını görmək üçün gün/tarix bölməsindəki tarixlərə klikləyin.

Tarix/VaxtKiçik şəkilÖlçülərİstifadəçiŞərh
indiki18:25, 24 iyun 201918:25, 24 iyun 2019 tarixindəki versiyanın kiçildilmiş görüntüsü5.986 × 3.700 (752 KB)D WellsUser created page with UploadWizard

Aşağıdakı səhifə bu faylı istifadə edir:

Faylın qlobal istifadəsi

Bu fayl aşağıdakı vikilərdə istifadə olunur: