RatioEstimator: RatioEstimator

View source: R/estimators.R

RatioEstimatorR Documentation

RatioEstimator

Description

Construct a neural likelihood-to-evidence-ratio estimator. The neural-network architecture is still defined in Julia (e.g. via juliaEval()); this function wraps that architecture in a RatioEstimator.

Typical constructor, matching the Julia method:

  • RatioEstimator(num_parameters, summary_network, num_summaries = num_summaries)

Usage

RatioEstimator(...)

Arguments

...

arguments passed to the Julia version of RatioEstimator()

Value

a RatioEstimator

See Also

PointEstimator(), PosteriorEstimator(), train(), infer()


NeuralEstimators documentation built on Sept. 10, 2026, 1:12 a.m.