A parent class for different importance sampling methods.
importance_sampling(log_ratios, method, ...)
An array, matrix, or vector of importance ratios on the log scale (for PSIS-LOO these are negative log-likelihood values). See the Methods (by class) section below for a detailed description of how to specify the inputs for each method.
The importance sampling method to use. The following methods are implemented:
Arguments passed on to the various methods.