bridge_sampler.smoothbp_fit: Bridge Sampler for smoothbp_fit

View source: R/bridge_sampling.R

bridge_sampler.smoothbp_fitR Documentation

Bridge Sampler for smoothbp_fit

Description

Bridge Sampler for smoothbp_fit

Usage

## S3 method for class 'smoothbp_fit'
bridge_sampler(
  samples,
  method = c("auto", "rust", "bridgesampling"),
  seed = 42,
  ...
)

Arguments

samples

A smoothbp_fit object.

method

Character; either "auto", "rust", or "bridgesampling". Default "auto" uses Rust for continuous models.

seed

Random seed for the bridge sampler.

...

Passed to bridge_sampler.

Value

An object of class "bridge" or "bridge_list" containing the log marginal likelihood estimate.


smoothbp documentation built on June 14, 2026, 9:06 a.m.