Skip to content

Commit

Permalink
docs: Set down the number of calculations in vignette building
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiaslj committed Dec 9, 2024
1 parent c1a4a86 commit 6d12ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/performance.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We can use the functions `compare_eta_comptime_across_nvars()` and `plot_eta_com
The basic usage of the function can be used to investigate the computational gain for high dimensions of the CGGibbs sampler compared to the naive approach of doing $d$ computation for each coordinate update. For this purpose, the function call is:
```{r run-compare-nvars}
res <- compare_eta_comptime_across_nvars(
n_vars = c(2, seq(from = 50, to = 1000, by = 50)),
n_vars = c(2, seq(from = 50, to = 600, by = 50)),
n_samples = 1,
burnin = 0,
w = 0.5)
Expand Down

0 comments on commit 6d12ffa

Please sign in to comment.