Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Poppy Miller
sourceR
Commits
03b72f34
Commit
03b72f34
authored
Dec 21, 2016
by
Chris Jewell
Browse files
Added autogenerated documentation for DPModel_impl
parent
ab15972d
Changes
1
Hide whitespace changes
Inline
Side-by-side
man/DPModel_impl.Rd
0 → 100644
View file @
03b72f34
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/model.R
\docType{data}
\name{DPModel_impl}
\alias{DPModel_impl}
\title{Builds the source attribution model. Is not intended to be used by a regular user. Developers only here!}
\format{An object of class \code{R6ClassGenerator} of length 24.}
\usage{
DPModel_impl
}
\arguments{
\item{y}{3D array of [type, time, location] of the number of human cases}
\item{R}{3D array of normalised relative prevalences for each timepoint [type, source, time]}
\item{Time}{a character vector of timepoint ids matching time dimension in y and R}
\item{Location}{a character vector of location ids matching location dimension in y}
\item{Prev}{a 2D array (matrix) of [source, time].}
\item{a_q}{concentration parameter for the DP}
\item{a_theta}{shape parameter for the Gamma base distribution for the DP}
\item{b_theta}{rate parameter for the Gamma base distribution for the DP}
\item{s}{vector giving group allocation for each type for the DP}
\item{theta}{vector giving values for each group in the DP}
\item{a_r}{3D array of [type, src, time] for the hyperprior on the relative prevalences R}
}
\description{
Builds the source attribution model. Is not intended to be used by a regular user. Developers only here!
}
\keyword{datasets}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment