| ngme_sgld_ci | R Documentation |
Compute parameter-wise quantile confidence intervals from posterior-like SGLD samples returned by [ngme_sgld_samples()].
ngme_sgld_ci(samples, lower = 0.025, upper = 0.975)
samples |
data.frame (or list of data.frames) returned by [ngme_sgld_samples()]. |
lower |
lower quantile probability (e.g. 0.025). |
upper |
upper quantile probability (e.g. 0.975). |
A list with posterior-like point estimates ('estimates'), quantile intervals ('ci'), and sample covariance matrix ('covariance'). Class: 'ngme_sgld_ci'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.