Skip to content

Latest commit

 

History

History
285 lines (226 loc) · 17.1 KB

index_dist.rst

File metadata and controls

285 lines (226 loc) · 17.1 KB

Distributions

.rst-content table.docutils { width: 100%; table-layout: fixed; } table.docutils .line-block { margin-left: 0; margin-bottom: 0; } table.docutils code.literal { color: initial; } code.docutils { background: initial; }
.. toctree::
   :maxdepth: 2

   Bernoulli

:ref:`dbern <dbern-func-ref1>` Density function of the Bernoulli distribution
:ref:`pbern <pbern-func-ref1>` Distribution function of the Bernoulli distribution
:ref:`qbern <qbern-func-ref1>` Quantile function of the Bernoulli distribution
:ref:`rbern <rbern-func-ref1>` Sampling function of the Bernoulli distribution
.. toctree::
   :maxdepth: 2

   Beta

:ref:`dbeta <dbeta-func-ref1>` Density function of the Beta distribution
:ref:`pbeta <pbeta-func-ref1>` Distribution function of the Beta distribution
:ref:`qbeta <qbeta-func-ref1>` Quantile function of the Beta distribution
:ref:`rbeta <rbeta-func-ref1>` Sampling function of the Beta distribution
.. toctree::
   :maxdepth: 2

   Binomial

:ref:`dbinom <dbinom-func-ref1>` Density function of the Binomial distribution
:ref:`pbinom <pbinom-func-ref1>` Distribution function of the Binomial distribution
:ref:`qbinom <qbinom-func-ref1>` Quantile function of the Binomial distribution
:ref:`rbinom <rbinom-func-ref1>` Sampling function of the Binomial distribution
.. toctree::
   :maxdepth: 2

   Cauchy

:ref:`dcauchy <dcauchy-func-ref1>` Density function of the Cauchy distribution
:ref:`pcauchy <pcauchy-func-ref1>` Distribution function of the Cauchy distribution
:ref:`qcauchy <qcauchy-func-ref1>` Quantile function of the Cauchy distribution
:ref:`rcauchy <rcauchy-func-ref1>` Sampling function of the Cauchy distribution
.. toctree::
   :maxdepth: 2

   Chi-Squared

:ref:`dchisq <dchisq-func-ref1>` Density function of the Chi-squared distribution
:ref:`pchisq <pchisq-func-ref1>` Distribution function of the Chi-squared distribution
:ref:`qchisq <qchisq-func-ref1>` Quantile function of the Chi-squared distribution
:ref:`rchisq <rchisq-func-ref1>` Sampling function of the Chi-squared distribution
.. toctree::
   :maxdepth: 2

   Exponential

:ref:`dexp <dexp-func-ref1>` Density function of the Exponential distribution
:ref:`pexp <pexp-func-ref1>` Distribution function of the Exponential distribution
:ref:`qexp <qexp-func-ref1>` Quantile function of the Exponential distribution
:ref:`rexp <rexp-func-ref1>` Sampling function of the Exponential distribution
.. toctree::
   :maxdepth: 2

   F

:ref:`df <df-func-ref1>` Density function of the F-distribution
:ref:`pf <pf-func-ref1>` Distribution function of the F-distribution
:ref:`qf <qf-func-ref1>` Quantile function of the F-distribution
:ref:`rf <rf-func-ref1>` Sampling function of the F-distribution
.. toctree::
   :maxdepth: 2

   Gamma

:ref:`dgamma <dgamma-func-ref1>` Density function of the Gamma distribution
:ref:`pgamma <pgamma-func-ref1>` Distribution function of the Gamma distribution
:ref:`qgamma <qgamma-func-ref1>` Quantile function of the Gamma distribution
:ref:`rgamma <rgamma-func-ref1>` Sampling function of the Gamma distribution
.. toctree::
   :maxdepth: 2

   Inverse-Gamma

:ref:`dinvgamma <dinvgamma-func-ref1>` Density function of the inverse Gamma distribution
:ref:`pinvgamma <pinvgamma-func-ref1>` Distribution function of the inverse Gamma distribution
:ref:`qinvgamma <qinvgamma-func-ref1>` Quantile function of the inverse Gamma distribution
:ref:`rinvgamma <rinvgamma-func-ref1>` Sampling function of the inverse Gamma distribution
.. toctree::
   :maxdepth: 2

   Laplace

:ref:`dlaplace <dlaplace-func-ref1>` Density function of the Laplace distribution
:ref:`plaplace <plaplace-func-ref1>` Distribution function of the Laplace distribution
:ref:`qlaplace <qlaplace-func-ref1>` Quantile function of the Laplace distribution
:ref:`rlaplace <rlaplace-func-ref1>` Sampling function of the Laplace distribution
.. toctree::
   :maxdepth: 2

   Log-Normal

:ref:`dlnorm <dlnorm-func-ref1>` Density function of the log Normal distribution
:ref:`plnorm <plnorm-func-ref1>` Distribution function of the log Normal distribution
:ref:`qlnorm <qlnorm-func-ref1>` Quantile function of the log Normal distribution
:ref:`rlnorm <rlnorm-func-ref1>` Sampling function of the log Normal distribution
.. toctree::
   :maxdepth: 2

   Logistic

:ref:`dlogis <dlogis-func-ref1>` Density function of the Logistic distribution
:ref:`plogis <plogis-func-ref1>` Distribution function of the Logistic distribution
:ref:`qlogis <qlogis-func-ref1>` Quantile function of the Logistic distribution
:ref:`rlogis <rlogis-func-ref1>` Sampling function of the Logistic distribution
.. toctree::
   :maxdepth: 2

   Normal

:ref:`dnorm <dnorm-func-ref1>` Density function of the Normal distribution
:ref:`pnorm <pnorm-func-ref1>` Distribution function of the Normal distribution
:ref:`qnorm <qnorm-func-ref1>` Quantile function of the Normal distribution
:ref:`rnorm <rnorm-func-ref1>` Sampling function of the Normal distribution
.. toctree::
   :maxdepth: 2

   Poisson

:ref:`dpois <dpois-func-ref1>` Density function of the Poisson distribution
:ref:`ppois <ppois-func-ref1>` Distribution function of the Poisson distribution
:ref:`qpois <qpois-func-ref1>` Quantile function of the Poisson distribution
:ref:`rpois <rpois-func-ref1>` Sampling function of the Poisson distribution
.. toctree::
   :maxdepth: 2

   T

:ref:`dt <dt-func-ref1>` Density function of the t-distribution
:ref:`pt <pt-func-ref1>` Distribution function of the t-distribution
:ref:`qt <qt-func-ref1>` Quantile function of the t-distribution
:ref:`rt <rt-func-ref1>` Sampling function of the t-distribution
.. toctree::
   :maxdepth: 2

   Uniform

:ref:`dunif <dunif-func-ref1>` Density function of the Uniform distribution
:ref:`punif <punif-func-ref1>` Distribution function of the Uniform distribution
:ref:`qnorm <qunif-func-ref1>` Quantile function of the Uniform distribution
:ref:`runif <runif-func-ref1>` Sampling function of the Uniform distribution
.. toctree::
   :maxdepth: 2

   Weibull

:ref:`dweibull <dweibull-func-ref1>` Density function of the Weibull distribution
:ref:`pweibull <pweibull-func-ref1>` Distribution function of the Weibull distribution
:ref:`qweibull <qweibull-func-ref1>` Quantile function of the Weibull distribution
:ref:`rweibull <rweibull-func-ref1>` Sampling function of the Weibull distribution