]> nmode's Git Repositories - Rnaught/blob - man/computeLL.Rd
Add files via upload
[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 The function returns the variable \code{LL} which is 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 }