diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2017-12-18 13:11:07 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2017-12-18 13:11:07 -0500 |
| commit | 95adce57909cb778c274ab328ae59c23c8820baa (patch) | |
| tree | 8a7e078bfbe38fb94bfb90babd6fdeabcbccbd8c /man/lossdistrib.Rd | |
| parent | 72549cc50059c32291a33c8933ee4a767438df61 (diff) | |
| download | lossdistrib-95adce57909cb778c274ab328ae59c23c8820baa.tar.gz | |
update docs
Diffstat (limited to 'man/lossdistrib.Rd')
| -rw-r--r-- | man/lossdistrib.Rd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/lossdistrib.Rd b/man/lossdistrib.Rd index 7af12d4..bc68ce4 100644 --- a/man/lossdistrib.Rd +++ b/man/lossdistrib.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/distrib.R \name{lossdistrib} \alias{lossdistrib} @@ -14,11 +14,11 @@ A vector q such that \eqn{q_k=\Pr(S=k)} } \description{ \code{lossdistrib} computes the probability distribution of a sum -of independent Bernouilli variables with unequal probabilities. +of independent Bernouilli variables with unequal probabilities +(also called the Poisson-Binomial distribution). } \details{ We compute the probability distribution of \eqn{S = \sum_{i=1}^n X_i} where \eqn{X_i} is Bernouilli(\eqn{p_i}). This uses the simple recursive algorithm of Andersen, Sidenius and Basu } - |
