.compute_point_estimate | R Documentation |
Compute a point estimate from a draws object
.compute_point_estimate(draws)
## S3 method for class 'matrix'
.compute_point_estimate(draws)
## Default S3 method:
.compute_point_estimate(draws)
draws |
A draws object with draws from the posterior. |
This is a generic function to compute point estimates from draws
objects. The function is internal and should only be used by developers to
enable loo_subsample()
for arbitrary draws objects.
A 1 by P matrix with point estimates from a draws object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.