File tree 1 file changed +45
-28
lines changed
1 file changed +45
-28
lines changed Original file line number Diff line number Diff line change 151
151
152
152
; generates the alphas & betas for the researchers priors
153
153
to-report init-ab
154
+ if uninformative-priors [
155
+ report max-prior / 2
156
+ ]
154
157
; this formulation prevents drawing values of zero. It reports
155
158
; a random-float from the interval (0 , max-prior]
156
159
report (max-prior - random-float max-prior)
@@ -483,10 +486,10 @@ NIL
483
486
HORIZONTAL
484
487
485
488
SLIDER
486
- 13
487
- 308
488
- 185
489
- 341
489
+ 15
490
+ 307
491
+ 187
492
+ 340
490
493
max-prior
491
494
max-prior
492
495
1
@@ -498,10 +501,10 @@ NIL
498
501
HORIZONTAL
499
502
500
503
SLIDER
501
- 14
502
- 355
503
- 186
504
- 388
504
+ 238
505
+ 552
506
+ 410
507
+ 585
505
508
jump-threshold
506
509
jump-threshold
507
510
0
@@ -528,10 +531,10 @@ NIL
528
531
HORIZONTAL
529
532
530
533
SLIDER
531
- 13
532
- 399
533
- 185
534
- 432
534
+ 428
535
+ 554
536
+ 600
537
+ 587
535
538
strategy-threshold
536
539
strategy-threshold
537
540
0
@@ -577,10 +580,10 @@ NIL
577
580
0
578
581
579
582
CHOOSER
580
- 13
581
- 444
582
- 151
583
- 489
583
+ 16
584
+ 400
585
+ 154
586
+ 445
584
587
network-structure
585
588
network-structure
586
589
" cycle" " wheel" " complete"
@@ -606,21 +609,21 @@ PENS
606
609
" not-best-theory" 1.0 0 -14835848 true " " " plot count turtles with [mytheory = 1]"
607
610
608
611
SWITCH
609
- 13
610
- 500
611
- 167
612
- 533
612
+ 16
613
+ 456
614
+ 170
615
+ 489
613
616
critical-interaction
614
617
critical-interaction
615
618
1
616
619
1
617
620
-1000
618
621
619
622
SLIDER
620
- 13
621
- 548
622
- 185
623
- 581
623
+ 16
624
+ 504
625
+ 188
626
+ 537
624
627
crit-strength
625
628
crit-strength
626
629
1 / 10000
@@ -632,10 +635,10 @@ NIL
632
635
HORIZONTAL
633
636
634
637
SLIDER
635
- 14
636
- 592
637
- 198
638
- 625
638
+ 17
639
+ 548
640
+ 201
641
+ 581
639
642
crit-jump-threshold
640
643
crit-jump-threshold
641
644
0
@@ -723,6 +726,17 @@ th2-aps
723
726
NIL
724
727
HORIZONTAL
725
728
729
+ SWITCH
730
+ 16
731
+ 357
732
+ 183
733
+ 390
734
+ uninformative-priors
735
+ uninformative-priors
736
+ 1
737
+ 1
738
+ -1000
739
+
726
740
@#$#@#$#@
727
741
# UNDER CONSTRUCTION
728
742
@@ -1331,6 +1345,9 @@ NetLogo 6.0.2
1331
1345
<enumeratedValueSet variable=" th2-aps" >
1332
1346
<value value=" 0.499" />
1333
1347
</enumeratedValueSet>
1348
+ <enumeratedValueSet variable=" uninformative-priors" >
1349
+ <value value=" false" />
1350
+ </enumeratedValueSet>
1334
1351
</experiment>
1335
1352
</experiments>
1336
1353
@#$#@#$#@
You can’t perform that action at this time.
0 commit comments