Skip to content

Commit ebeec33

Browse files
committed
fix typo in documentation
1 parent 5721732 commit ebeec33

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: pomp
22
Type: Package
33
Title: Statistical Inference for Partially Observed Markov Processes
4-
Version: 5.11.0.1
5-
Date: 2024-10-04
4+
Version: 5.11.0.2
5+
Date: 2024-10-24
66
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")),
77
person(given=c("Edward","L."),family="Ionides",role="aut",comment=c(ORCID="0000-0002-4190-0174")) ,
88
person(given="Carles",family="Bretó",role="aut",comment=c(ORCID="0000-0003-4695-4902")),

R/pfilter.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
##' If \code{save.states="weighted"}, the state-vector for each weighted particle at each time is saved, along with the corresponding weight.
3333
##' If \code{save.states="no"}, information on the latent states is not saved.
3434
##' \code{"FALSE"} is a synonym for \code{"no"} and \code{"TRUE"} is a synonym for \code{"unweighted"}.
35-
##' To retrieve the saved states, applying \code{\link{saved_states}} to the result of the \code{pfilter} computation.
35+
##' To retrieve the saved states, apply \code{\link{saved_states}} to the result of the \code{pfilter} computation.
3636
##' @param ... additional arguments are passed to \code{\link{pomp}}.
3737
##' @return
3838
##' An object of class \sQuote{pfilterd_pomp}, which extends class \sQuote{pomp}.

man/pfilter.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)