File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1-
1+ ls
22module SliceSampling
33
44using AbstractMCMC
@@ -68,7 +68,7 @@ function exceeded_max_prop(max_prop::Int)
6868end
6969
7070# # Univariate Slice Sampling Algorithms
71- export Slice, SliceSteppingOut, SliceDoublingOut, SliceOverrelaxed
71+ export Slice, SliceSteppingOut, SliceDoublingOut
7272
7373abstract type AbstractUnivariateSliceSampling <: AbstractSliceSampling end
7474
@@ -84,7 +84,6 @@ include("univariate/univariate.jl")
8484include (" univariate/fixedinterval.jl" )
8585include (" univariate/steppingout.jl" )
8686include (" univariate/doublingout.jl" )
87- include (" univariate/overrelaxed.jl" )
8887
8988# # Multivariate slice sampling algorithms
9089abstract type AbstractMultivariateSliceSampling <: AbstractSliceSampling end
@@ -94,7 +93,6 @@ export RandPermGibbs, HitAndRun
9493
9594include (" multivariate/randpermgibbs.jl" )
9695include (" multivariate/hitandrun.jl" )
97- include (" multivariate/covadaptcrumbs.jl" )
9896
9997# Latent Slice Sampling
10098export LatentSlice
You can’t perform that action at this time.
0 commit comments