-This method is based on a Poisson transmission model, and hence may be most most valid at the beginning
-of an epidemic. In their model, the serial distribution is assumed to be discrete with a finite number
-of posible values. In this implementation, if \code{mu} is not {NA}, the serial distribution is taken to
-be a discretized version of a gamma distribution with mean \code{mu}, shape parameter one, and largest
-possible value based on parameter \code{tol}. When \code{mu} is \code{NA}, the function implements a
-grid search algorithm to find the maximum likelihood estimator over all possible gamma distributions
-with unknown mean and variance, restricting these to a prespecified grid (see \code{search} parameter).
+This method is based on a Poisson transmission model, and hence may be most
+most valid at the beginning of an epidemic. In their model, the serial
+distribution is assumed to be discrete with a finite number of posible
+values. In this implementation, if \code{mu} is not {NA}, the serial
+distribution is taken to be a discretized version of a gamma distribution
+with mean \code{mu}, shape parameter one, and largest possible value based on
+parameter \code{tol}. When \code{mu} is \code{NA}, the function implements a
+grid search algorithm to find the maximum likelihood estimator over all
+possible gamma distributions with unknown mean and variance, restricting
+these to a prespecified grid (see \code{search} parameter).