You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/multivariate/randpermgibbs.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This applies `unislice` coordinate-wise in a random order.
9
9
- `unislice::Union{<:AbstractUnivariateSliceSampling,<:AbstractVector{<:AbstractUnivariateSliceSampling}}`: a single or a vector of univariate slice sampling algorithms.
10
10
11
11
When `unislice` is a vector of samplers, each slice sampler is applied to the corresponding coordinate of the target posterior.
12
-
Furthermore, the `length(unislice)` must match the dimensionality of the posterior.
12
+
In that case, the `length(unislice)` must match the dimensionality of the posterior.
0 commit comments