Skip to content

Commit

Permalink
fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Oct 24, 2024
1 parent 5721732 commit ebeec33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 5.11.0.1
Date: 2024-10-04
Version: 5.11.0.2
Date: 2024-10-24
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
2 changes: 1 addition & 1 deletion R/pfilter.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
##' If \code{save.states="weighted"}, the state-vector for each weighted particle at each time is saved, along with the corresponding weight.
##' If \code{save.states="no"}, information on the latent states is not saved.
##' \code{"FALSE"} is a synonym for \code{"no"} and \code{"TRUE"} is a synonym for \code{"unweighted"}.
##' To retrieve the saved states, applying \code{\link{saved_states}} to the result of the \code{pfilter} computation.
##' To retrieve the saved states, apply \code{\link{saved_states}} to the result of the \code{pfilter} computation.
##' @param ... additional arguments are passed to \code{\link{pomp}}.
##' @return
##' An object of class \sQuote{pfilterd_pomp}, which extends class \sQuote{pomp}.
Expand Down
2 changes: 1 addition & 1 deletion man/pfilter.Rd

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

0 comments on commit ebeec33

Please sign in to comment.