diff options
Diffstat (limited to 'man/lossdistrib2.Rd')
| -rw-r--r-- | man/lossdistrib2.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/lossdistrib2.Rd b/man/lossdistrib2.Rd index 4d1dd9c..915deab 100644 --- a/man/lossdistrib2.Rd +++ b/man/lossdistrib2.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{lossdistrib2} \alias{lossdistrib2} @@ -31,5 +31,5 @@ We compute the probability distribution of \eqn{L = \sum_{i=1}^n w_i S_i X_i} where \eqn{X_i} is Bernouilli(\eqn{p_i}). If \code{defaultflag} is TRUE, we compute the distribution of \eqn{D = \sum_{i=1}^n w_i X_i} instead. This a recursive algorithm with first order correction for discretization. +Complexity is of ordier \eqn{O(nN)}, so linear for a given grid size. } - |
