- 23 Nis, 2019 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 07 Nis, 2019 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 19 Mar, 2019 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 15 Mar, 2019 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 12 Mar, 2019 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 11 Mar, 2019 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 09 Mar, 2019 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 07 Mar, 2019 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 01 Mar, 2019 1 kayıt (commit)
-
-
- 28 Şub, 2019 1 kayıt (commit)
-
-
- 24 Şub, 2019 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Responding to suggestions on the tracker and some off-line suggestions. Davin suggested that english named accessors instead of greek letters would result in more intelligible user code. Steven suggested that the parameters still need to be *mu* and *theta* which are used elsewhere (and I noted those parameter names are used in linked-to resources). Michael suggested proving-out the API by seeing whether it generalized to *Lognormal*. I did so and found that Lognormal distribution parameters *mu* and *sigma* do not represent the mean and standard deviation of the lognormal distribution (instead, they are for the underlying regular normal distribution). Putting these ideas together, we have NormalDist parameterized by *mu* and *sigma* but offering English named properties for accessors. That gives lets us match other API that access mu and sigma, it matches the external resources on the topic, gives us clear english names in user code. The API extends nicely to LogNormal where the parameters and the summary statistic accessors are not the same. https://bugs.python.org/issue36018
-
- 23 Şub, 2019 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 21 Şub, 2019 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 25 Haz, 2018 1 kayıt (commit)
-
-
Tal Einat yazdı
-
- 20 Ock, 2018 1 kayıt (commit)
-
-
Sanyam Khurana yazdı
Fixes some redirection links in docs.
-
- 26 Kas, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in the documentation.
-
- 22 Kas, 2016 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 04 Eki, 2016 2 kayıt (commit)
-
-
Steven D'Aprano yazdı
-
Steven D'Aprano yazdı
-
- 23 Agu, 2016 2 kayıt (commit)
-
-
Zachary Ware yazdı
-
Steven D'Aprano yazdı
-
- 11 Haz, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
-
- 07 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 29 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 27 Eyl, 2014 2 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
- 08 Şub, 2014 1 kayıt (commit)
-
-
Nick Coghlan yazdı
The most appropriate coercion rules are not yet clear, so simply disallowing mixed type input for 3.4. (Committed on Steven's behalf)
-
- 04 Kas, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 21 Eki, 2013 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 20 Eki, 2013 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 19 Eki, 2013 2 kayıt (commit)
-
-
Ned Deily yazdı
-
Larry Hastings yazdı
by Steven D'Aprano.
-