Skip to content

Commit 80b1970

Browse files
committed
pass approx to init_hybrid_ϕunc
1 parent 748ae8f commit 80b1970

23 files changed

Lines changed: 14 additions & 9 deletions

docs/src/tutorials/basic_cpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ invocation of the process based model (PBM), defined at the beginning.
231231

232232
``` julia
233233
f_batch = PBMSiteApplicator(f_doubleMM; θP, θM, θFix, xPvec=xP[:,1])
234-
ϕq0 = init_hybrid_ϕq(θP, θM, transP)
234+
ϕq0 = init_hybrid_ϕq(MeanHVIApproximation(), θP, θM, transP)
235235

236236
prob = HybridProblem(θM, ϕq0, g_chain_scaled, ϕg0,
237237
f_batch, priors_dict, py,

docs/src/tutorials/basic_cpu.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ invocation of the process based model (PBM), defined at the beginning.
241241

242242
```{julia}
243243
f_batch = PBMSiteApplicator(f_doubleMM; θP, θM, θFix, xPvec=xP[:,1])
244-
ϕq0 = init_hybrid_ϕq(θP, θM, transP)
244+
ϕq0 = init_hybrid_ϕq(MeanHVIApproximation(), θP, θM, transP)
245245
246246
prob = HybridProblem(θM, ϕq0, g_chain_scaled, ϕg0,
247247
f_batch, priors_dict, py,
-18.7 KB
Loading
9.58 KB
Loading
-5.89 KB
Loading
-3.1 KB
Loading
3.01 KB
Loading
7.06 KB
Loading
5.33 KB
Loading
-5.08 KB
Loading

0 commit comments

Comments
 (0)