Compute a point estimate from a draws object
Source:R/loo_subsample.R
dot-compute_point_estimate.RdCompute a point estimate from a draws object
Usage
.compute_point_estimate(draws)
# S3 method for class 'matrix'
.compute_point_estimate(draws)
# Default S3 method
.compute_point_estimate(draws)Details
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.