Skip to content

Commit 51fde0f

Browse files
committed
Rel 4.5.1
1 parent e8aecf1 commit 51fde0f

4 files changed

Lines changed: 34 additions & 3 deletions

File tree

LocalPreferences.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[CPUSummary]
2+
hwloc = false

Project.toml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,35 @@
1+
authors = ["Rob J Goedman <goedman@icloud.com>, Max Lapan (@Shmuma)"]
12
name = "StatisticalRethinking"
23
uuid = "2d09df54-9d0f-5258-8220-54c2a3d4fbee"
3-
authors = ["Rob J Goedman <goedman@icloud.com>, Max Lapan (@Shmuma)"]
44
version = "4.5.0"
55

6+
[compat]
7+
AxisKeys = "0.1, 0.2"
8+
CSV = "0.9, 0.10"
9+
DataFrames = "1"
10+
Distributions = "0.25"
11+
DocStringExtensions = "0.8"
12+
Documenter = "0.27"
13+
Formatting = "0.4"
14+
KernelDensity = "0.6"
15+
MCMCChains = "5.0"
16+
MonteCarloMeasurements = "1.0"
17+
NamedArrays = "0.9"
18+
NamedTupleTools = "0.13, 0.14"
19+
Optim = "1.5"
20+
OrderedCollections = "1.4"
21+
Parameters = "0.12"
22+
ParetoSmooth = "0.7"
23+
ParetoSmoothedImportanceSampling = "1"
24+
PrettyTables = "1.0"
25+
Reexport = "1.2"
26+
Requires = "1.0"
27+
StatsBase = "0.33"
28+
StatsFuns = "0.9"
29+
StructuralCausalModels = "1"
30+
Tables = "1.5"
31+
julia = "1"
32+
633
[deps]
734
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
835
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
@@ -63,6 +90,7 @@ Tables = "1.5"
6390
julia = "1"
6491

6592
[extras]
93+
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
6694
StanSample = "c1514b29-d3a0-5178-b312-660c88baa699"
6795
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6896

research/sr_loo_compare.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ struct LooCompare1
122122
table::KeyedArray
123123
end
124124

125-
function to_paretosmooth(ll, pd = [3,1, 2])
125+
function to_paretosmooth(ll, pd = [3, 1, 2])
126126
permutedims(ll, [3, 1, 2])
127127
end
128128

@@ -235,6 +235,7 @@ if success(rc5_1s) && success(rc5_2s) && success(rc5_3s)
235235

236236
loo_comparison |> display
237237
end
238+
238239
#=
239240
With SR/ulam():
240241
```

test/test_wd-loo-compare.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ end
141141

142142
@test loo_comparison.estimates(Symbol("m5.3s"), :cv_elpd) -0.65 atol=0.6
143143
@test loo_comparison.estimates(Symbol("m5.3s"), :cv_avg) -0.01 atol=0.02
144-
@test loo_comparison.estimates(Symbol("m5.3s"), :weight) 0.34 atol=0.1
144+
@test loo_comparison.estimates(Symbol("m5.3s"), :weight) 0.3 atol=0.1
145145
end

0 commit comments

Comments
 (0)