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
* If the number of pulls is smaller than 100 an exact reporter for the binomial distribution is used instead of the normal approximation.
* The range for the pull slider has been extended, which is reflected in the documentation.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ B/c the normal distribution is a continuous distribution the outcome is rounded
18
18
19
19
## Variables
20
20
21
-
Default-values have been set to mirror Zollman's (2010) model. The slider ranges are mostly set to mirror the ranges considered by Rosenstock et al. (2016). The exceptions are:
21
+
Default-values have been set to mirror Zollman's (2010) model. The slider ranges are mostly set to mirror the ranges considered by Rosenstock et al. (2016) ( pulls correspond to `n` in Rosenstock et al.(2016)). The exceptions are:
22
22
23
23
* The signal ranges have a larger interval
24
-
* The pulls range doesn't start at 1 but at 100 because of the normal approximation potentially not being accurate enough for low numbers of pulls. ( pulls correspond to `n` in Rosenstock et al.(2016))
if other-success-ratio > item mytheory [current-theory-info] of
243
257
cur-turtle [
244
258
ask cur-turtle [
245
-
evaluate-critically
259
+
evaluate-critically
246
260
]
247
261
]
248
262
ask cur-turtle [
@@ -261,7 +275,7 @@ end
261
275
262
276
263
277
; If researchers communicate with researchers from another theory they might
264
-
; interact critically
278
+
; interact critically
265
279
to evaluate-critically
266
280
let actual-prob-suc 0
267
281
ifelse mytheory = 0 [
@@ -282,7 +296,7 @@ end
282
296
283
297
284
298
285
-
; calculates from a given a (= alpha) and b (= alpha + beta) the belief of a
299
+
; calculates from a given a (= alpha) and b (= alpha + beta) the belief of a
286
300
; researcher i.e. the mean of the beta distribution
287
301
to calc-posterior
288
302
set current-theory-info (map / a b)
@@ -399,10 +413,10 @@ SLIDER
399
413
288
400
414
pulls
401
415
pulls
402
-
100
416
+
1
403
417
6000
404
418
1000.0
405
-
100
419
+
1
406
420
1
407
421
NIL
408
422
HORIZONTAL
@@ -609,10 +623,10 @@ B/c the normal distribution is a continuous distribution the outcome is rounded
609
623
610
624
## Variables
611
625
612
-
Default-values have been set to mirror Zollman's (2010) model. The slider ranges are mostly set to mirror the ranges considered by Rosenstock et al. (2016). The exceptions are:
626
+
Default-values have been set to mirror Zollman's (2010) model. The slider ranges are mostly set to mirror the ranges considered by Rosenstock et al. (2016) ( pulls correspond to `n` in Rosenstock et al.(2016)). The exceptions are:
613
627
614
628
* The signal ranges have a larger interval
615
-
* The pulls range doesn't start at 1 but at 100 because of the normal approximation potentially not being accurate enough for low numbers of pulls. ( pulls correspond to `n` in Rosenstock et al.(2016))
0 commit comments