Skip to content

Commit

Permalink
warning in documentation about need for contiguity of barycentrically…
Browse files Browse the repository at this point in the history
… transformed parameters
  • Loading branch information
kingaa committed Dec 18, 2018
1 parent 6c654e8 commit fa7acb0
Show file tree
Hide file tree
Showing 4 changed files with 7 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: pomp2
Type: Package
Title: Statistical Inference for Partially Observed Markov Processes
Version: 2.0.8.0
Date: 2018-12-17
Version: 2.0.8.1
Date: 2018-12-18
Authors@R: c(person(given=c("Aaron","A."),family="King",
role=c("aut","cre"),email="[email protected]"),
person(given=c("Edward","L."),family="Ionides",role=c("aut")),
Expand Down
1 change: 1 addition & 0 deletions R/parameter_trans.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
##' @param log names of parameters to be log transformed.
##' @param logit names of parameters to be logit transformed.
##' @param barycentric names of parameters to be collectively transformed according to the log barycentric transformation.
##' \strong{Important note:} variables to be log-barycentrically transformed \emph{must be adjacent} in the parameter vector.
##' @param \dots ignored.
##'
##' @details
Expand Down
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

- "guide to upgrading to **pomp** version 2"
- ~~discussion of stateful objective functions~~
- include before and after codes for the examples from the JSS paper
- ~~include before and after codes for the examples from the JSS paper~~
- for log-barycentric transformations, check that parameter are contiguous
- more/better examples
- need examples of objective function methods
- more toy models
Expand Down
3 changes: 2 additions & 1 deletion man/parameter_trans.Rd

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

0 comments on commit fa7acb0

Please sign in to comment.