Skip to content

Commit d6c5904

Browse files
committed
Update NEWS for 1.4.1.
1 parent f0c4d50 commit d6c5904

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

UserManual/NimbleUserManual.pdf

-6.5 KB
Binary file not shown.

packages/nimble/R/MCMC_samplers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4018,7 +4018,7 @@ sampler_partial_mvn_pp <- nimbleFunction(
40184018
#'
40194019
#' @section partial_mvn sampler:
40204020
#'
4021-
#' The partial_mvn sampler is designed to sample multivariate normal distributions that are partially observed. That is, some dimensions of the target node are observed data values, some dimensions are not data. For dimensions that have no data nodes dependent on them, sampling is done from the conditional multivariate normal predictive distribution. Otherwise, sampling is accomplished using either univariate or multivariate random walk Metropolis Hastings of the unobserved dimensions, as determined by the \code{multivariateNodesAsScalars} argument (or using the Barker sampler based on the `code{MCMCuseBarkerAsDefaultMV} nimble option).
4021+
#' The partial_mvn sampler is designed to sample multivariate normal distributions that are partially observed. That is, some dimensions of the target node are observed data values, some dimensions are not data. For dimensions that have no data nodes dependent on them, sampling is done from the conditional multivariate normal predictive distribution. Otherwise, sampling is accomplished using either univariate or multivariate random walk Metropolis Hastings of the unobserved dimensions, as determined by the \code{multivariateNodesAsScalars} argument (or using the Barker sampler based on the \code{MCMCuseBarkerAsDefaultMV} nimble option).
40224022
#'
40234023
#' The \code{partial_mvn} sampler accepts the following control list elements:
40244024
#' \itemize{

packages/nimble/inst/NEWS.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# CHANGES IN VERSION 1.4.1 (February 2026)
2+
3+
## USER LEVEL CHANGES
4+
5+
- Add a new sampler to sample portions of a multivariate normal node when some
6+
elements are observed (i.e., data) and some elements are unknown. This
7+
sampler uses the exact conditional normal to sample from the posterior
8+
predictive distribution when the unknown elements have no dependent data nodes
9+
(PR #1612).
10+
11+
- Add ability to change the MCMC thinning interval when continuing an MCMC
12+
(PR #1609).
13+
14+
## BUG FIXES
15+
16+
- Fix a bug in the conjugacy size processing system when dependent nodes
17+
(of the target conjugate node) themselves have multivariate parameters
18+
with a different size from the dependent node itself (PR #1605).
19+
20+
## DEVELOPER LEVEL CHANGES
21+
22+
- Turn off an old work-around that prevented RStudio from hanging but
23+
which modified the global environment and no longer appears to be
24+
necessary (PR #1606).
25+
126
# CHANGES IN VERSION 1.4.0 (December 2025)
227

328
## USER LEVEL CHANGES

packages/nimble/man/samplers.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)