| create_sampling_log_message | R Documentation |
Internal function that creates a formatted log message describing the sampling parameters. The message format varies by method, with different information shown for exact sampling vs approximate methods (VB, Laplace, Pathfinder). Optionally includes time steps and forecast horizon if present.
create_sampling_log_message(args, method)
args |
List of stan arguments containing:
|
method |
Character string indicating the sampling method. One of "sampling" (exact MCMC), "vb" (variational Bayes), "laplace" (Laplace approximation), or "pathfinder" (pathfinder algorithm). |
A character string containing the formatted log message with a %s placeholder for the id parameter (to be filled by sprintf or flog.debug)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.