From 16b8e23ecb7810df3592349bb8fbdf91f5f89b79 Mon Sep 17 00:00:00 2001 From: hannajankowski Date: Fri, 29 Jul 2022 10:47:02 -0400 Subject: Add files via upload --- man/computeLL.Rd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 man/computeLL.Rd (limited to 'man/computeLL.Rd') diff --git a/man/computeLL.Rd b/man/computeLL.Rd new file mode 100644 index 0000000..15a186e --- /dev/null +++ b/man/computeLL.Rd @@ -0,0 +1,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. +} -- cgit v1.2.3