Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Jan 8, 2025
1 parent 7f5f59f commit 71a7133
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: pomp
Type: Package
Title: Statistical Inference for Partially Observed Markov Processes
Version: 6.0.5.0
Date: 2025-01-05
Version: 6.0.5.1
Date: 2025-01-08
Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="kingaa@umich.edu",comment=c(ORCID="0000-0001-6159-3207")),
person(given=c("Edward","L."),family="Ionides",role="aut",comment=c(ORCID="0000-0002-4190-0174")) ,
person(given="Carles",family="Bretó",role="aut",comment=c(ORCID="0000-0003-4695-4902")),
Expand Down
5 changes: 5 additions & 0 deletions R/eulermultinom.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ deulermultinom <- function (x, size, rate, dt, log = FALSE) {
##' @return
##' \code{eeulermultinom} returns a \code{length(rate)}-vector
##' containing the expected number of individuals to have succumbed to the corresponding process.
##' With the notation above, if
##' \preformatted{
##' dn <- eeulermultinom(size=N,rate=r,dt=dt),
##' }
##' then the \eqn{k}-th element of the vector \code{dn} will be \eqn{p_k N}{pk N}.
##' @export
eeulermultinom <- function (size, rate, dt) {
tryCatch(
Expand Down
5 changes: 5 additions & 0 deletions man/eulermultinom.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71a7133

Please sign in to comment.