| PosteriorEstimator | R Documentation |
Construct a neural posterior estimator. The neural-network
architecture is still defined in Julia (e.g. via juliaEval()); this
function wraps that architecture in a PosteriorEstimator.
Typical constructors, matching the Julia methods:
PosteriorEstimator(num_parameters, summary_network, num_summaries = ...): builds the approximate distribution internally (default q = "NormalisingFlow").
PosteriorEstimator(summary_network, q): an explicit approximate distribution q.
The argument q may be a Julia type or a string naming one (e.g. "Gaussian", "GaussianMixture", "NormalisingFlow").
PosteriorEstimator(...)
... |
arguments passed to the Julia version of |
a PosteriorEstimator
PointEstimator(), RatioEstimator(), train(), infer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.