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
4e668874
Kaydet (Commit)
4e668874
authored
Nis 03, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Consistency nits:
Use math-mode pi instead of mixing forms. Use spaces around relational operators.
üst
76547c56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
librandom.tex
Doc/lib/librandom.tex
+3
-3
librandom.tex
Doc/librandom.tex
+3
-3
No files found.
Doc/lib/librandom.tex
Dosyayı görüntüle @
4e668874
...
...
@@ -23,7 +23,7 @@ found in any statistics text.
\setindexsubitem
{
(in module random)
}
\begin{funcdesc}
{
betavariate
}{
alpha, beta
}
Beta distribution. Conditions on the parameters are
\code
{
\var
{
alpha
}
>-1
}
and
\code
{
\var
{
beta
}
>
-1
}
.
\code
{
\var
{
alpha
}
>- 1
}
and
\code
{
\var
{
beta
}
>
-1
}
.
Returned values will range between 0 and 1.
\end{funcdesc}
...
...
@@ -31,7 +31,7 @@ Returned values will range between 0 and 1.
Circular uniform distribution.
\var
{
mean
}
is the mean angle, and
\var
{
arc
}
is the range of the distribution, centered around the mean
angle. Both values must be expressed in radians, and can range
between 0 and
\code
{
pi
}
. Returned values will range between
between 0 and
$
\pi
$
. Returned values will range between
\code
{
\var
{
mean
}
-
\var
{
arc
}
/2
}
and
\code
{
\var
{
mean
}
+
\var
{
arc
}
/2
}
.
\end{funcdesc}
...
...
@@ -44,7 +44,7 @@ positive infinity.
\begin{funcdesc}
{
gamma
}{
alpha, beta
}
Gamma distribution. (
\emph
{
Not
}
the gamma function!) Conditions on
the parameters are
\code
{
\var
{
alpha
}
>-1
}
and
\code
{
\var
{
beta
}
>
0
}
.
the parameters are
\code
{
\var
{
alpha
}
> -1
}
and
\code
{
\var
{
beta
}
>
0
}
.
\end{funcdesc}
\begin{funcdesc}
{
gauss
}{
mu, sigma
}
...
...
Doc/librandom.tex
Dosyayı görüntüle @
4e668874
...
...
@@ -23,7 +23,7 @@ found in any statistics text.
\setindexsubitem
{
(in module random)
}
\begin{funcdesc}
{
betavariate
}{
alpha, beta
}
Beta distribution. Conditions on the parameters are
\code
{
\var
{
alpha
}
>-1
}
and
\code
{
\var
{
beta
}
>
-1
}
.
\code
{
\var
{
alpha
}
>- 1
}
and
\code
{
\var
{
beta
}
>
-1
}
.
Returned values will range between 0 and 1.
\end{funcdesc}
...
...
@@ -31,7 +31,7 @@ Returned values will range between 0 and 1.
Circular uniform distribution.
\var
{
mean
}
is the mean angle, and
\var
{
arc
}
is the range of the distribution, centered around the mean
angle. Both values must be expressed in radians, and can range
between 0 and
\code
{
pi
}
. Returned values will range between
between 0 and
$
\pi
$
. Returned values will range between
\code
{
\var
{
mean
}
-
\var
{
arc
}
/2
}
and
\code
{
\var
{
mean
}
+
\var
{
arc
}
/2
}
.
\end{funcdesc}
...
...
@@ -44,7 +44,7 @@ positive infinity.
\begin{funcdesc}
{
gamma
}{
alpha, beta
}
Gamma distribution. (
\emph
{
Not
}
the gamma function!) Conditions on
the parameters are
\code
{
\var
{
alpha
}
>-1
}
and
\code
{
\var
{
beta
}
>
0
}
.
the parameters are
\code
{
\var
{
alpha
}
> -1
}
and
\code
{
\var
{
beta
}
>
0
}
.
\end{funcdesc}
\begin{funcdesc}
{
gauss
}{
mu, sigma
}
...
...
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