.sampling | R Documentation |
Obtain the joint posterior distribution of the parameters of the Prophet model using MCMC sampling.
.sampling(args, backend)
args |
Named list of arguments suitable for the chosen backend. Must include arguments required for MCMC sampling. |
backend |
"rstan" or "cmdstanr". |
A named list containing "stan_fit" (the fitted stan object), "params", and "n_iteration"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.