Skip to content

Commit

Permalink
try doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Feb 1, 2025
1 parent 9ac0049 commit 0d673b8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/src/API/MarkovChainMonteCarlo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ CurrentModule = CalibrateEmulateSample.MarkovChainMonteCarlo

```@docs
MCMCWrapper
MCMCWrapper(args...; kwargs...)
MCMCWrapper(
mcmc_alg::MCMCProtocol,
observation::AMorAV,
prior::ParameterDistribution,
em::Emulator;
kwargs...,
) where {AV <: AbstractVector, AMorAV <: Union{AbstractVector, AbstractMatrix}}
sample
get_posterior
optimize_stepsize
Expand Down

0 comments on commit 0d673b8

Please sign in to comment.