Open
Description
NestedModel(loglike, prior_transform)
NestedModel(loglike, priors::AbstractVector{<:Distribution})
loglike must be callable with a signature loglike(::AbstractVector)
where the length of the vector must match the number of parameters
in your model.
Should we be working with vectors here rather than tuples? The main concern I have is if the parameters are of different types (e.g. if one of the parameters is discrete), which could lead to a Vector{Real}
, for instance.
Metadata
Assignees
Labels
No labels
Activity