% Generated by roxygen2: do not edit by hand % Please edit documentation in R/distrib.R \name{convolve} \alias{convolve} \title{Convolution of two discrete probability distributions} \usage{ convolve(dist1, dist2) } \arguments{ \item{dist1}{Numeric vector of probabilities} \item{dist2}{Numeric vector of probabilities} } \value{ Convolution of the two vectors } \description{ This is the probability of the sum of the two random variables assuming they are independent. }