| RatioEstimator | R Documentation |
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)
RatioEstimator(...)
... |
arguments passed to the Julia version of |
a RatioEstimator
PointEstimator(), PosteriorEstimator(), train(), infer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.