weights.importance_sampling {loo} | R Documentation |
Extract importance sampling weights
Description
Extract importance sampling weights
Usage
## S3 method for class 'importance_sampling'
weights(object, ..., log = TRUE, normalize = TRUE)
Arguments
object |
|
... |
Ignored. |
log |
Should the weights be returned on the log scale? Defaults to
|
normalize |
Should the weights be normalized? Defaults to |
Value
The weights()
method returns an object with the same dimensions as
the log_weights
component of object
. The normalize
and log
arguments control whether the returned weights are normalized and whether
or not to return them on the log scale.
Examples
# See the examples at help("psis")
[Package loo version 2.8.0 Index]