]> nmode's Git Repositories - Rnaught/blob - man/computeLL.Rd
Re-generate docs
[Rnaught] / man / computeLL.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/computeLL.R
3 \name{computeLL}
4 \alias{computeLL}
5 \title{WP method background function computeLL}
6 \usage{
7 computeLL(p, NT, R0)
8 }
9 \arguments{
10 \item{p}{Discretized version of the serial distribution.}
11
12 \item{NT}{Vector of case counts.}
13
14 \item{R0}{Basic reproductive ratio.}
15 }
16 \value{
17 This function returns the log-likelihood at the input variables and parameters.
18 }
19 \description{
20 This is a background/internal function called by \code{WP}. It computes the log-likelihood.
21 }