Changelog
Source:NEWS.md
carbondate (development version)
- Fixed warning in find_predictive_density.cpp by using return std::move(retdata) where retdata was just named local variable
carbondate 1.1.0
CRAN release: 2025-04-08
- Added
plot_lwd
argument to alter width of lines when plotting PP and DPMM. - Added
PlotRateIndividualRealisation()
function to plot individual posterior realisations of the Poisson Process rate. - Edited
PlotPosteriorMeanRate()
function so users can plot posterior mean over time conditioned on a specified number of changes in the rate. We do not recommend this unless the user has independent knowledge of the number of changes. The conditioning is done by specifying then_changes
argument. The recommended default is NULL (no conditioning). - Updated website to explain can access posterior directly.