-
Notifications
You must be signed in to change notification settings - Fork 0
/
linreg-simple.json
126 lines (126 loc) · 4.19 KB
/
linreg-simple.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
114
115
116
117
118
119
120
121
122
123
124
125
126
[
{
"modelParams": {
"name": "LinReg",
"description": "",
"steps": 1,
"method": "MCMC",
"include": []
},
"blocks": [
{
"id": "b45062225",
"name": "x",
"show": false,
"type": "Data",
"typeCode": 2,
"useAsParameter": false,
"dims": "",
"value": "0.0,0.40816326530612246,0.8163265306122449,1.2244897959183674,1.6326530612244898,2.0408163265306123,2.4489795918367347,2.857142857142857,3.2653061224489797,3.673469387755102,4.081632653061225,4.4897959183673475,4.8979591836734695,5.3061224489795915,5.714285714285714,6.122448979591837,6.530612244897959,6.938775510204081,7.346938775510204,7.755102040816327,8.16326530612245,8.571428571428571,8.979591836734695,9.387755102040817,9.795918367346939,10.204081632653061,10.612244897959183,11.020408163265307,11.428571428571429,11.83673469387755,12.244897959183675,12.653061224489797,13.061224489795919,13.46938775510204,13.877551020408163,14.285714285714286,14.693877551020408,15.10204081632653,15.510204081632654,15.918367346938776,16.3265306122449,16.73469387755102,17.142857142857142,17.551020408163264,17.95918367346939,18.367346938775512,18.775510204081634,19.183673469387756,19.591836734693878,20.0",
"units": "",
"dataType": "",
"dataCategories": "",
"minimized": false,
"pos": {
"x": 39,
"y": 130
}
},
{
"id": "b1874751",
"name": "y",
"show": false,
"type": "Data",
"typeCode": 2,
"useAsParameter": false,
"dims": "",
"value": "27.721810692656785,22.09623445156411,27.73696029810369,34.91319712670461,28.265984399389527,31.30583602472051,23.063048181419433,30.054027997718684,24.85946768469247,34.115351734111655,36.81256635160367,32.15510556918726,38.59876534695008,35.70140052943738,32.31950920065466,46.09666426501856,37.37429943047537,42.71117744002381,36.39664507590764,37.14685207203145,49.4481943117587,36.758376069611046,37.416792885513814,43.738216661718184,50.685435597787915,41.45425167237692,49.495769825393396,44.72556395857671,51.064332114601,45.22912746596001,45.01397862766533,54.655417407476264,51.94504518450239,51.93997512649751,54.41490262555107,55.89133832136913,55.00438461201234,57.97156575253799,58.36789343765592,64.53631252250992,51.08745581359831,59.459568383452726,60.542071682944794,65.77348518957483,59.550467446306804,57.48223750520266,60.461582229120225,69.3280514392579,63.70322249487664,56.74891488933363",
"units": "",
"dataType": "",
"dataCategories": "",
"minimized": true,
"pos": {
"x": 153,
"y": 16
}
},
{
"distribution": "Uniform",
"name": "b0",
"once": false,
"params": {
"a": "-100",
"b": "100"
},
"show": true,
"type": "Random Variable",
"typeCode": 0,
"dims": "1",
"id": "b89706075",
"pos": {
"x": 77,
"y": -131
}
},
{
"distribution": "Uniform",
"name": "b1",
"once": false,
"params": {
"a": "-50",
"b": "50"
},
"show": true,
"type": "Random Variable",
"typeCode": 0,
"dims": "1",
"id": "b19728391",
"pos": {
"x": -101,
"y": 58
}
},
{
"distribution": "Uniform",
"name": "sigma",
"once": false,
"params": {
"a": "0.01",
"b": "10"
},
"show": true,
"type": "Random Variable",
"typeCode": 0,
"dims": "1",
"id": "b46860658",
"pos": {
"x": -85,
"y": -100
}
},
{
"distribution": "Gaussian",
"params": {
"mu": "b0 + b1 * x",
"sigma": "sigma"
},
"type": "Observer",
"typeCode": 4,
"value": "y",
"id": "b91574097",
"pos": {
"x": 16,
"y": -5
}
}
],
"methodParams": {
"samples": "5000",
"lag": "50",
"burn": "1000",
"chains": "3",
"steps": "",
"stepSize": ""
}
}
]