Description Usage Arguments Value Examples
Distribution of product of several discrete random variables
1 | dists.product(dists, n.max = 1e+08, return.cumdist = FALSE)
|
dists |
a list of distributions |
n.max |
memory limit, distribution will not be obtained when number of mass points exceeds n.max |
return.cumdist |
when TRUE, returns the cumulative distribution |
list with named numeric vectors x
and fx
(or Fx
when return.cumdist==TRUE
), denoting respectively the events and probabilities of the discrete distribution.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.