Skip to content

Commit

Permalink
fix SV test and remove parallel example due to Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
helske committed Apr 13, 2021
1 parent ef17968 commit b576ec7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Expand Up @@ -2,8 +2,8 @@ Package: bssm
Type: Package
Title: Bayesian Inference of Non-Linear and Non-Gaussian State Space
Models
Version: 1.1.3-2
Date: 2021-02-23
Version: 1.1.4
Date: 2021-04-13
Authors@R:
c(person(given = "Jouni",
family = "Helske",
Expand Down
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -3,6 +3,7 @@ bssm 1.1.4 (Release date: 2021-03-)
* Better documentation for SV model, and changed ordering of arguments to emphasise the
recommended parameterization.
* Fixed predict method for SV model.
* Removed parallelization in one example which failed on Solaris for some unknown reason.

bssm 1.1.3-2 (Release date: 2021-02-24)
==============
Expand Down
3 changes: 1 addition & 2 deletions R/run_mcmc.R
Expand Up @@ -229,9 +229,8 @@ run_mcmc.gaussian <- function(model, iter, output_type = "full",
#'
#' # run IS-MCMC
#' # Note small number of iterations for CRAN checks
#' # so no real use of parallelization
#' fit <- run_mcmc(model, iter = 5000,
#' particles = 10, mcmc_type = "is2", seed = 1, threads = 2)
#' particles = 10, mcmc_type = "is2", seed = 1)
#'
#' # extract states
#' d_states <- as.data.frame(fit, variable = "states", time = 1:n)
Expand Down
3 changes: 1 addition & 2 deletions man/run_mcmc_ng.Rd

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

4 changes: 3 additions & 1 deletion man/svm.Rd

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

0 comments on commit b576ec7

Please sign in to comment.