We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d58bc commit 41e7e27Copy full SHA for 41e7e27
Project.toml
@@ -11,7 +11,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
11
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
12
13
[compat]
14
-julia = "1.6"
+julia = "^ 1.6"
15
+LoopVectorization = "^ 0.12.37"
16
+Tullio = "^ 0.2.14"
17
+MCMCChains = "^ 4.12.0"
18
19
[extras]
20
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
src/ESS.jl
@@ -25,9 +25,8 @@ end
25
function psis_n_eff(
26
weights::AbstractVector{T},
27
r_eff::AbstractVector{T}
28
- ) ->
+ ) -> AbstractVector{T}
29
"""
30
-
31
32
33
r_eff::AbstractVector{T},
0 commit comments