Description Usage Arguments Value
Given two pmfs and a value vector, returns convolved pmf and value vector in matrix. Values at associated with probs along (x) are added to values associated with probs along (y) throughout a discretized x,y event space. Returns the set of prob:value pairs in a matrix with cols prob, value ordered by value.
1 | convo_plus(x, y)
|
x, y |
are sparse matrices with cols c(prob,value) |
the set of prob:value pairs in a matrix with cols prob, value ordered by value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.