Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
35866737
Kaydet (Commit)
35866737
authored
Eki 19, 2013
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #19304: Fix typos noted by Claudiu Popa.
üst
f5e987bb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
statistics.rst
Doc/library/statistics.rst
+2
-2
No files found.
Doc/library/statistics.rst
Dosyayı görüntüle @
35866737
...
@@ -313,7 +313,7 @@ mean.
...
@@ -313,7 +313,7 @@ mean.
If the optional second argument *mu* is given, it should be the mean
If the optional second argument *mu* is given, it should be the mean
of *data*. If it is missing or None (the default), the mean is
of *data*. If it is missing or None (the default), the mean is
automatically ca
cl
ulated.
automatically ca
lc
ulated.
Use this function to calculate the variance from the entire population.
Use this function to calculate the variance from the entire population.
To estimate the variance from a sample, the :func:`variance` function is
To estimate the variance from a sample, the :func:`variance` function is
...
@@ -397,7 +397,7 @@ a small variance indicates it is clustered closely around the mean.
...
@@ -397,7 +397,7 @@ a small variance indicates it is clustered closely around the mean.
If the optional second argument *xbar* is given, it should be the mean
If the optional second argument *xbar* is given, it should be the mean
of *data*. If it is missing or None (the default), the mean is
of *data*. If it is missing or None (the default), the mean is
automatically ca
cl
ulated.
automatically ca
lc
ulated.
Use this function when your data is a sample from a population. To
Use this function when your data is a sample from a population. To
calculate the variance from the entire population, see :func:`pvariance`.
calculate the variance from the entire population, see :func:`pvariance`.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment