author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年02月06日 21:47:00 +0100 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年02月06日 21:47:00 +0100 |
commit | 9218c5aeb85394726825cc94350d61067c4480a8 (patch) | |
tree | f1c380429ca096f6dbbb0a34f733dc9b1e649108 | |
parent | dcc9ad4b8fbefbd762955b2ececcfd84228f8def (diff) | |
download | gsl-shell-9218c5aeb85394726825cc94350d61067c4480a8.tar.gz |
-rw-r--r-- | doc/user-manual/pdf.rst | 6 |
diff --git a/doc/user-manual/pdf.rst b/doc/user-manual/pdf.rst index 80d47155..618b26fa 100644 --- a/doc/user-manual/pdf.rst +++ b/doc/user-manual/pdf.rst @@ -7,8 +7,8 @@ Probability Distribution Functions .. module:: randist
-The module :mod:`randist` offer a set of functions that mirrors those avaiable from the module :mod:`rnd`.
-Generally, for each kind of distribution a few functions are availabel to calculate the probability density, the cumulative probability and its inverse.
+The module :mod:`randist` offer a set of functions that mirrors those available from the module :mod:`rnd`.
+Generally, for each kind of distribution a few functions are available to calculate the probability density, the cumulative probability and its inverse.
Continuous random number distributions are defined by a probability density function, p(x), such that the probability of x occurring in the infinitesimal range x to x+dx is p dx.
@@ -63,7 +63,7 @@ Functions Index We present here the list of the available probability functions.
.. note::
- Actually GSL Shell implement alls the functions provided by the GSL library but some of them are not listed here.
+ Actually GSL Shell implements all the functions provided by the GSL library but some of them are not listed here.
Please consult the GSL reference manual if you need a complete list of all the distributions available.
.. function:: gaussian_pdf(x, sigma)
|