Skip to content

Commit a309cf1

Browse files
committed
Update summarize doctest
1 parent 4b82fdc commit a309cf1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

ext/InferenceObjectsPosteriorStatsExt/summarize.jl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ julia> data = load_example_data("centered_eight");
3333
3434
julia> summarize(data)
3535
SummaryStats
36-
mean std eti94 ess_tail ess_bulk rhat mcse_mean mcse_std
37-
mu 4.2 3.3 -2.11 .. 9.90 622 241 1.03 0.21 0.088
38-
theta[Choate] 6.4 5.9 -3.05 .. 19.1 937 572 1.01 0.25 0.20
39-
theta[Deerfield] 5.0 4.9 -4.49 .. 14.2 1214 532 1.01 0.21 0.15
40-
theta[Phillips Andover] 3.4 5.4 -8.17 .. 12.7 1017 511 1.01 0.23 0.17
41-
theta[Phillips Exeter] 4.8 5.2 -4.84 .. 14.5 911 572 1.01 0.21 0.21
42-
theta[Hotchkiss] 3.5 4.8 -6.11 .. 12.0 789 347 1.02 0.25 0.15
43-
theta[Lawrenceville] 3.7 5.2 -6.62 .. 12.6 957 506 1.01 0.22 0.21
44-
theta[St. Paul's] 6.5 5.2 -2.38 .. 18.3 1031 528 1.01 0.22 0.15
45-
theta[Mt. Hermon] 4.8 5.7 -5.52 .. 16.0 1045 538 1.01 0.24 0.23
46-
tau 4.3 3.0 1.06 .. 11.5 214 128 1.03 0.22 0.14
36+
mean std eti89 ess_tail ess_bulk rhat mcse_mean mcse_std
37+
mu 4.2 3.3 -1.15 .. 9.15 622 241 1.03 0.21 0.088
38+
theta[Choate] 6.4 5.9 -1.72 .. 16.6 937 572 1.01 0.25 0.20
39+
theta[Deerfield] 5.0 4.9 -3.03 .. 12.4 1214 532 1.01 0.21 0.15
40+
theta[Phillips Andover] 3.4 5.4 -5.69 .. 11.3 1017 511 1.01 0.23 0.17
41+
theta[Phillips Exeter] 4.8 5.2 -3.08 .. 12.7 911 572 1.01 0.21 0.21
42+
theta[Hotchkiss] 3.5 4.8 -4.29 .. 10.6 789 347 1.02 0.25 0.15
43+
theta[Lawrenceville] 3.7 5.2 -4.41 .. 11.4 957 506 1.01 0.22 0.21
44+
theta[St. Paul's] 6.5 5.2 -1.05 .. 15.8 1031 528 1.01 0.22 0.15
45+
theta[Mt. Hermon] 4.8 5.7 -3.78 .. 13.9 1045 538 1.01 0.24 0.23
46+
tau 4.3 3.0 1.27 .. 9.95 214 128 1.03 0.22 0.14
4747
```
4848
4949
Compute the mean, standard deviation, median, and median absolute deviation of the `theta`

0 commit comments

Comments
 (0)