-
Notifications
You must be signed in to change notification settings - Fork 0
/
newcomb.json
113 lines (113 loc) · 2.57 KB
/
newcomb.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
[
{
"modelParams": {
"name": "Speed of light (Normal)",
"description": "Simon Newcomb's measurements (1882) of the speed of light. The data are recorded as deviations from 24800 nanoseconds. ",
"steps": 1,
"method": "MCMC",
"include": []
},
"blocks": [
{
"id": "b29646859",
"name": "D",
"show": false,
"type": "Data",
"typeCode": 2,
"useAsParameter": false,
"dims": "",
"value": "28, 26, 33, 24, 34, -44, 27, 16, 40, -2, 29, 22, 24, 21, 25, 30, 23, 29, 31, 19, 24, 20, 36, 32, 36, 28, 25, 21, 28, 29, 37, 25, 28, 26, 30, 32, 36, 26, 30, 22, 36, 23, 27, 27, 28, 27, 31, 27, 26, 33, 26, 32, 32, 24, 39, 28, 24, 25, 32, 25, 29, 27, 28, 29, 16, 23",
"units": "",
"dataType": "",
"dataCategories": "",
"minimized": false,
"pos": {
"x": -107,
"y": 128
}
},
{
"id": "b73947402",
"distribution": "Uniform",
"name": "mu",
"once": false,
"params": {
"a": "-40",
"b": "40"
},
"show": true,
"type": "Random Variable",
"typeCode": 0,
"dims": "1",
"units": "",
"minimized": false,
"pos": {
"x": 87,
"y": -60
}
},
{
"id": "b66278715",
"distribution": "Uniform",
"name": "sigma",
"once": false,
"params": {
"a": "0",
"b": "20"
},
"show": true,
"type": "Random Variable",
"typeCode": 0,
"dims": "1",
"units": "",
"minimized": false,
"pos": {
"x": -27,
"y": -39
}
},
{
"id": "b32658713",
"distribution": "Gaussian",
"params": {
"mu": "mu",
"sigma": "sigma"
},
"type": "Observer",
"typeCode": 4,
"value": "D",
"minimized": false,
"pos": {
"x": -45,
"y": 10
}
},
{
"id": "b48602906",
"distribution": "Gaussian",
"name": "Drep",
"once": false,
"params": {
"mu": "mu",
"sigma": "sigma"
},
"show": true,
"type": "Random Variable",
"typeCode": 0,
"dims": "1",
"units": "",
"minimized": false,
"pos": {
"x": 83,
"y": 50
}
}
],
"methodParams": {
"chains": "3",
"samples": "3500",
"lag": "30",
"burn": "500"
}
}
]