/ concept-collection / stan-examples
concept-collection / stan-examples
stan-examples / linear-regression / data.json
27 lines · 346 BBlameHistoryRaw
1{
2 "N": 10,
3 "x": [
4 1,
5 2,
6 3,
7 4,
8 5,
9 6,
10 7,
11 8,
12 9,
13 10
14 ],
15 "y": [
16 3.5164361480858806,
17 1.9422090649104387,
18 3.856878064212197,
19 5.8081366125433025,
20 7.727339580090061,
21 7.974795841003987,
22 9.775364868869321,
23 10.737390454859584,
24 12.557258326283772,
25 15.382774755732974
26 ]