From 009f9edae57fef63d7b45d989ed380ea6cf76c67 Mon Sep 17 00:00:00 2001 From: Aki Vehtari Date: Sat, 24 Jan 2026 10:24:26 +0200 Subject: [PATCH] add missing methods to the list of methods --- src/cmdstan-guide/command_line_options.qmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cmdstan-guide/command_line_options.qmd b/src/cmdstan-guide/command_line_options.qmd index d1de79924..fd3116f02 100644 --- a/src/cmdstan-guide/command_line_options.qmd +++ b/src/cmdstan-guide/command_line_options.qmd @@ -14,7 +14,9 @@ The `method` argument is required. It can be specified overtly as the a keyword-value pair `method=` or implicitly as one of the following: + `sample` - obtain a sample (set of draws) from the posterior using HMC + `optimize` - penalized maximum likelihood estimation - + `variational` - automatic variational inference + + `pathfinder` - quasi-Newton variational inference + + `variational` - automatic differentation variational inference (ADVI) + + `laplace` - sample from a normal approximation centered at the mode + `generate_quantities` - run model's `generated quantities` block on existing sample to obtain new quantities of interest. + `log_prob` - compute the log probability and gradient of the model for one