summaryrefslogtreecommitdiff
path: root/man/computeLL.Rd
blob: 15a186eb2fe6b1de76bcfb4e30b0e7bc0219c957 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/computeLL.R
\name{computeLL}
\alias{computeLL}
\title{WP method background function computeLL}
\usage{
computeLL(p, NT, R0)
}
\arguments{
\item{p}{discretized version of the serial distribution}

\item{NT}{vector of case counts}

\item{R0}{basic reproductive ratio}
}
\value{
The function returns the variable \code{LL} which is the log-likelihood at the input variables and parameters.
}
\description{
This is a background/internal function called by \code{WP}.  It computes the log-likelihood.
}