@xyo-network/diviner-forecasting-method-arima 2.74.0 → 2.74.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/docs.json ADDED
@@ -0,0 +1,726 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/diviner-forecasting-method-arima",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 2,
10
+ "name": "PredictionPayload",
11
+ "variant": "declaration",
12
+ "kind": 4194304,
13
+ "flags": {},
14
+ "sources": [
15
+ {
16
+ "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
17
+ "line": 7,
18
+ "character": 12,
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L7"
20
+ }
21
+ ],
22
+ "type": {
23
+ "type": "reference",
24
+ "target": {
25
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
26
+ "qualifiedName": "Payload"
27
+ },
28
+ "typeArguments": [
29
+ {
30
+ "type": "reflection",
31
+ "declaration": {
32
+ "id": 3,
33
+ "name": "__type",
34
+ "variant": "declaration",
35
+ "kind": 65536,
36
+ "flags": {},
37
+ "children": [
38
+ {
39
+ "id": 4,
40
+ "name": "error",
41
+ "variant": "declaration",
42
+ "kind": 1024,
43
+ "flags": {
44
+ "isOptional": true
45
+ },
46
+ "sources": [
47
+ {
48
+ "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
49
+ "line": 7,
50
+ "character": 42,
51
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L7"
52
+ }
53
+ ],
54
+ "type": {
55
+ "type": "intrinsic",
56
+ "name": "number"
57
+ }
58
+ },
59
+ {
60
+ "id": 5,
61
+ "name": "value",
62
+ "variant": "declaration",
63
+ "kind": 1024,
64
+ "flags": {},
65
+ "sources": [
66
+ {
67
+ "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
68
+ "line": 7,
69
+ "character": 58,
70
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L7"
71
+ }
72
+ ],
73
+ "type": {
74
+ "type": "intrinsic",
75
+ "name": "number"
76
+ }
77
+ }
78
+ ],
79
+ "groups": [
80
+ {
81
+ "title": "Properties",
82
+ "children": [
83
+ 4,
84
+ 5
85
+ ]
86
+ }
87
+ ],
88
+ "sources": [
89
+ {
90
+ "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
91
+ "line": 7,
92
+ "character": 40,
93
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L7"
94
+ }
95
+ ]
96
+ }
97
+ }
98
+ ],
99
+ "name": "Payload",
100
+ "package": "@xyo-network/payload-model"
101
+ }
102
+ },
103
+ {
104
+ "id": 11,
105
+ "name": "arimaForecastingName",
106
+ "variant": "declaration",
107
+ "kind": 32,
108
+ "flags": {
109
+ "isConst": true
110
+ },
111
+ "sources": [
112
+ {
113
+ "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configured/arima.ts",
114
+ "line": 7,
115
+ "character": 13,
116
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configured/arima.ts#L7"
117
+ }
118
+ ],
119
+ "type": {
120
+ "type": "literal",
121
+ "value": "arimaForecasting"
122
+ },
123
+ "defaultValue": "'arimaForecasting'"
124
+ },
125
+ {
126
+ "id": 10,
127
+ "name": "arimaOpts",
128
+ "variant": "declaration",
129
+ "kind": 32,
130
+ "flags": {
131
+ "isConst": true
132
+ },
133
+ "sources": [
134
+ {
135
+ "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configured/arima.ts",
136
+ "line": 5,
137
+ "character": 13,
138
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configured/arima.ts#L5"
139
+ }
140
+ ],
141
+ "type": {
142
+ "type": "reference",
143
+ "target": {
144
+ "sourceFileName": "src/types/index.d.ts",
145
+ "qualifiedName": "ARIMAOptions"
146
+ },
147
+ "name": "ARIMAOptions",
148
+ "package": "@xyo-network/diviner-forecasting-method-arima"
149
+ },
150
+ "defaultValue": "..."
151
+ },
152
+ {
153
+ "id": 1,
154
+ "name": "commonOpts",
155
+ "variant": "declaration",
156
+ "kind": 32,
157
+ "flags": {
158
+ "isConst": true
159
+ },
160
+ "sources": [
161
+ {
162
+ "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
163
+ "line": 5,
164
+ "character": 13,
165
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L5"
166
+ }
167
+ ],
168
+ "type": {
169
+ "type": "reference",
170
+ "target": {
171
+ "sourceFileName": "src/types/index.d.ts",
172
+ "qualifiedName": "ARIMAOptions"
173
+ },
174
+ "name": "ARIMAOptions",
175
+ "package": "@xyo-network/diviner-forecasting-method-arima"
176
+ },
177
+ "defaultValue": "..."
178
+ },
179
+ {
180
+ "id": 19,
181
+ "name": "seasonalArimaForecastingName",
182
+ "variant": "declaration",
183
+ "kind": 32,
184
+ "flags": {
185
+ "isConst": true
186
+ },
187
+ "sources": [
188
+ {
189
+ "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts",
190
+ "line": 7,
191
+ "character": 13,
192
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts#L7"
193
+ }
194
+ ],
195
+ "type": {
196
+ "type": "literal",
197
+ "value": "seasonalArimaForecasting"
198
+ },
199
+ "defaultValue": "'seasonalArimaForecasting'"
200
+ },
201
+ {
202
+ "id": 18,
203
+ "name": "seasonalArimaOpts",
204
+ "variant": "declaration",
205
+ "kind": 32,
206
+ "flags": {
207
+ "isConst": true
208
+ },
209
+ "sources": [
210
+ {
211
+ "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts",
212
+ "line": 5,
213
+ "character": 13,
214
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts#L5"
215
+ }
216
+ ],
217
+ "type": {
218
+ "type": "reference",
219
+ "target": {
220
+ "sourceFileName": "src/types/index.d.ts",
221
+ "qualifiedName": "ARIMAOptions"
222
+ },
223
+ "name": "ARIMAOptions",
224
+ "package": "@xyo-network/diviner-forecasting-method-arima"
225
+ },
226
+ "defaultValue": "..."
227
+ },
228
+ {
229
+ "id": 12,
230
+ "name": "arimaForecastingMethod",
231
+ "variant": "declaration",
232
+ "kind": 64,
233
+ "flags": {},
234
+ "sources": [
235
+ {
236
+ "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configured/arima.ts",
237
+ "line": 9,
238
+ "character": 13,
239
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configured/arima.ts#L9"
240
+ }
241
+ ],
242
+ "signatures": [
243
+ {
244
+ "id": 13,
245
+ "name": "arimaForecastingMethod",
246
+ "variant": "signature",
247
+ "kind": 4096,
248
+ "flags": {},
249
+ "sources": [
250
+ {
251
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/dist/ForecastingMethod.d.ts",
252
+ "line": 5,
253
+ "character": 32
254
+ }
255
+ ],
256
+ "parameters": [
257
+ {
258
+ "id": 14,
259
+ "name": "payloads",
260
+ "variant": "param",
261
+ "kind": 32768,
262
+ "flags": {},
263
+ "type": {
264
+ "type": "array",
265
+ "elementType": {
266
+ "type": "reflection",
267
+ "declaration": {
268
+ "id": 15,
269
+ "name": "__type",
270
+ "variant": "declaration",
271
+ "kind": 65536,
272
+ "flags": {},
273
+ "children": [
274
+ {
275
+ "id": 16,
276
+ "name": "schema",
277
+ "variant": "declaration",
278
+ "kind": 1024,
279
+ "flags": {},
280
+ "sources": [
281
+ {
282
+ "fileName": "protocol/packages/payload/packages/model/dist/Payload.d.ts",
283
+ "line": 23,
284
+ "character": 4
285
+ }
286
+ ],
287
+ "type": {
288
+ "type": "intrinsic",
289
+ "name": "string"
290
+ }
291
+ }
292
+ ],
293
+ "groups": [
294
+ {
295
+ "title": "Properties",
296
+ "children": [
297
+ 16
298
+ ]
299
+ }
300
+ ],
301
+ "sources": [
302
+ {
303
+ "fileName": "protocol/packages/payload/packages/model/dist/Payload.d.ts",
304
+ "line": 22,
305
+ "character": 5
306
+ }
307
+ ]
308
+ }
309
+ }
310
+ }
311
+ },
312
+ {
313
+ "id": 17,
314
+ "name": "transformers",
315
+ "variant": "param",
316
+ "kind": 32768,
317
+ "flags": {},
318
+ "type": {
319
+ "type": "reference",
320
+ "target": {
321
+ "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/PayloadValueTransformer.ts",
322
+ "qualifiedName": "PayloadValueTransformer"
323
+ },
324
+ "name": "PayloadValueTransformer",
325
+ "package": "@xyo-network/diviner-forecasting-model"
326
+ }
327
+ }
328
+ ],
329
+ "type": {
330
+ "type": "reference",
331
+ "target": {
332
+ "sourceFileName": "../../../../../../../shared/packages/promise/src/types.ts",
333
+ "qualifiedName": "Promisable"
334
+ },
335
+ "typeArguments": [
336
+ {
337
+ "type": "array",
338
+ "elementType": {
339
+ "type": "reference",
340
+ "target": {
341
+ "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Forecast.ts",
342
+ "qualifiedName": "Forecast"
343
+ },
344
+ "name": "Forecast",
345
+ "package": "@xyo-network/diviner-forecasting-model"
346
+ }
347
+ }
348
+ ],
349
+ "name": "Promisable",
350
+ "package": "@xyo-network/promise"
351
+ }
352
+ }
353
+ ]
354
+ },
355
+ {
356
+ "id": 6,
357
+ "name": "configurableArima",
358
+ "variant": "declaration",
359
+ "kind": 64,
360
+ "flags": {},
361
+ "sources": [
362
+ {
363
+ "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
364
+ "line": 9,
365
+ "character": 13,
366
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L9"
367
+ }
368
+ ],
369
+ "signatures": [
370
+ {
371
+ "id": 7,
372
+ "name": "configurableArima",
373
+ "variant": "signature",
374
+ "kind": 4096,
375
+ "flags": {},
376
+ "sources": [
377
+ {
378
+ "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
379
+ "line": 9,
380
+ "character": 33,
381
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L9"
382
+ }
383
+ ],
384
+ "parameters": [
385
+ {
386
+ "id": 8,
387
+ "name": "opts",
388
+ "variant": "param",
389
+ "kind": 32768,
390
+ "flags": {},
391
+ "type": {
392
+ "type": "reference",
393
+ "target": {
394
+ "sourceFileName": "src/types/index.d.ts",
395
+ "qualifiedName": "ARIMAOptions"
396
+ },
397
+ "name": "ARIMAOptions",
398
+ "package": "@xyo-network/diviner-forecasting-method-arima"
399
+ },
400
+ "defaultValue": "commonOpts"
401
+ },
402
+ {
403
+ "id": 9,
404
+ "name": "predictionSteps",
405
+ "variant": "param",
406
+ "kind": 32768,
407
+ "flags": {},
408
+ "type": {
409
+ "type": "intrinsic",
410
+ "name": "number"
411
+ },
412
+ "defaultValue": "10"
413
+ }
414
+ ],
415
+ "type": {
416
+ "type": "reference",
417
+ "target": {
418
+ "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
419
+ "qualifiedName": "ForecastingMethod"
420
+ },
421
+ "name": "ForecastingMethod",
422
+ "package": "@xyo-network/diviner-forecasting-model"
423
+ }
424
+ }
425
+ ]
426
+ },
427
+ {
428
+ "id": 20,
429
+ "name": "seasonalArimaForecastingMethod",
430
+ "variant": "declaration",
431
+ "kind": 64,
432
+ "flags": {},
433
+ "sources": [
434
+ {
435
+ "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts",
436
+ "line": 9,
437
+ "character": 13,
438
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts#L9"
439
+ }
440
+ ],
441
+ "signatures": [
442
+ {
443
+ "id": 21,
444
+ "name": "seasonalArimaForecastingMethod",
445
+ "variant": "signature",
446
+ "kind": 4096,
447
+ "flags": {},
448
+ "sources": [
449
+ {
450
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/dist/ForecastingMethod.d.ts",
451
+ "line": 5,
452
+ "character": 32
453
+ }
454
+ ],
455
+ "parameters": [
456
+ {
457
+ "id": 22,
458
+ "name": "payloads",
459
+ "variant": "param",
460
+ "kind": 32768,
461
+ "flags": {},
462
+ "type": {
463
+ "type": "array",
464
+ "elementType": {
465
+ "type": "reflection",
466
+ "declaration": {
467
+ "id": 23,
468
+ "name": "__type",
469
+ "variant": "declaration",
470
+ "kind": 65536,
471
+ "flags": {},
472
+ "children": [
473
+ {
474
+ "id": 24,
475
+ "name": "schema",
476
+ "variant": "declaration",
477
+ "kind": 1024,
478
+ "flags": {},
479
+ "sources": [
480
+ {
481
+ "fileName": "protocol/packages/payload/packages/model/dist/Payload.d.ts",
482
+ "line": 23,
483
+ "character": 4
484
+ }
485
+ ],
486
+ "type": {
487
+ "type": "intrinsic",
488
+ "name": "string"
489
+ }
490
+ }
491
+ ],
492
+ "groups": [
493
+ {
494
+ "title": "Properties",
495
+ "children": [
496
+ 24
497
+ ]
498
+ }
499
+ ],
500
+ "sources": [
501
+ {
502
+ "fileName": "protocol/packages/payload/packages/model/dist/Payload.d.ts",
503
+ "line": 22,
504
+ "character": 5
505
+ }
506
+ ]
507
+ }
508
+ }
509
+ }
510
+ },
511
+ {
512
+ "id": 25,
513
+ "name": "transformers",
514
+ "variant": "param",
515
+ "kind": 32768,
516
+ "flags": {},
517
+ "type": {
518
+ "type": "reference",
519
+ "target": {
520
+ "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/PayloadValueTransformer.ts",
521
+ "qualifiedName": "PayloadValueTransformer"
522
+ },
523
+ "name": "PayloadValueTransformer",
524
+ "package": "@xyo-network/diviner-forecasting-model"
525
+ }
526
+ }
527
+ ],
528
+ "type": {
529
+ "type": "reference",
530
+ "target": {
531
+ "sourceFileName": "../../../../../../../shared/packages/promise/src/types.ts",
532
+ "qualifiedName": "Promisable"
533
+ },
534
+ "typeArguments": [
535
+ {
536
+ "type": "array",
537
+ "elementType": {
538
+ "type": "reference",
539
+ "target": {
540
+ "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Forecast.ts",
541
+ "qualifiedName": "Forecast"
542
+ },
543
+ "name": "Forecast",
544
+ "package": "@xyo-network/diviner-forecasting-model"
545
+ }
546
+ }
547
+ ],
548
+ "name": "Promisable",
549
+ "package": "@xyo-network/promise"
550
+ }
551
+ }
552
+ ]
553
+ }
554
+ ],
555
+ "groups": [
556
+ {
557
+ "title": "Type Aliases",
558
+ "children": [
559
+ 2
560
+ ]
561
+ },
562
+ {
563
+ "title": "Variables",
564
+ "children": [
565
+ 11,
566
+ 10,
567
+ 1,
568
+ 19,
569
+ 18
570
+ ]
571
+ },
572
+ {
573
+ "title": "Functions",
574
+ "children": [
575
+ 12,
576
+ 6,
577
+ 20
578
+ ]
579
+ }
580
+ ],
581
+ "packageName": "@xyo-network/diviner-forecasting-method-arima",
582
+ "readme": [
583
+ {
584
+ "kind": "text",
585
+ "text": "[![logo][]](https://xyo.network)\n\n# sdk-xyo-client-js\n\n[![main-build][]][main-build-link]\n[![npm-badge][]][npm-link]\n[![codacy-badge][]][codacy-link]\n[![codeclimate-badge][]][codeclimate-link]\n[![snyk-badge][]][snyk-link]\n\n> The XYO Foundation provides this source code available in our efforts to\n> advance the understanding of the XYO Protocol and its possible uses.\n> We continue to maintain this software in the interest of developer education.\n> Usage of this source code is not intended for production.\n\n## Table of Contents\n- [Title](#sdk-xyo-client-js)\n- [Table of Contents](#table-of-contents)\n- [Description](#description)\n- [Install](#install)\n- [Maintainers](#maintainers)\n- [License](#license)\n- [Credits](#credits)\n\n## Description\n\n> Primary SDK for using the XYO Protocol 2.0 from TypeScript/JavaScript.\n> Designed to work in both browser based and Node JS based solutions.\n\n## Use the sdk in another project\n\nUsing npm:\n\n"
586
+ },
587
+ {
588
+ "kind": "code",
589
+ "text": "```sh\nnpm i --save @xyo-network/sdk-xyo-client-js\n```"
590
+ },
591
+ {
592
+ "kind": "text",
593
+ "text": "\n\nUsing yarn:\n\n"
594
+ },
595
+ {
596
+ "kind": "code",
597
+ "text": "```sh\nyarn add @xyo-network/sdk-xyo-client-js\n```"
598
+ },
599
+ {
600
+ "kind": "text",
601
+ "text": "\n\n## Building the sdk locally\n\nFirst clone the repo to your local computer. Once you have done that, from\ninside the folder where it was cloned, these are some commands you can do.\n\nSee list of XY scripts.\n\n"
602
+ },
603
+ {
604
+ "kind": "code",
605
+ "text": "```sh\nyarn xy help\n```"
606
+ },
607
+ {
608
+ "kind": "text",
609
+ "text": "\n\nCompile the mono repo\n\n"
610
+ },
611
+ {
612
+ "kind": "code",
613
+ "text": "```sh\nyarn xy compile\n```"
614
+ },
615
+ {
616
+ "kind": "text",
617
+ "text": "\n\n## Maintainers\n\n- [Arie Trouw](https://github.com/arietrouw) [(arietrouw.com)](https://arietrouw.com)\n- [Matt Jones](https://github.com/jonesmac)\n- [Joel Carter](https://github.com/JoelBCarter)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png\n\n[main-build]: https://github.com/XYOracleNetwork/sdk-xyo-client-js/actions/workflows/build.yml/badge.svg\n[main-build-link]: https://github.com/XYOracleNetwork/sdk-xyo-client-js/actions/workflows/build.yml\n\n[npm-badge]: https://img.shields.io/npm/v/@xyo-network/sdk-xyo-client-js.svg\n[npm-link]: https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js\n\n[codacy-badge]: https://app.codacy.com/project/badge/Grade/ba1f344ae34e4bfe999331cf4e27b9f5\n[codacy-link]: https://www.codacy.com/gh/XYOracleNetwork/sdk-xyo-client-js/dashboard?utm_source=github.com&utm_medium=referral&utm_content=XYOracleNetwork/sdk-xyo-client-js&utm_campaign=Badge_Grade\n\n[codeclimate-badge]: https://api.codeclimate.com/v1/badges/0e76349c9541f3866948/maintainability\n[codeclimate-link]: https://codeclimate.com/github/XYOracleNetwork/sdk-xyo-client-js/maintainability\n\n[snyk-badge]: https://snyk.io/test/github/XYOracleNetwork/sdk-xyo-client-js/badge.svg?targetFile=package.json\n[snyk-link]: https://snyk.io/test/github/XYOracleNetwork/sdk-xyo-client-js?targetFile=package.json"
618
+ }
619
+ ],
620
+ "symbolIdMap": {
621
+ "0": {
622
+ "sourceFileName": "src/index.ts",
623
+ "qualifiedName": ""
624
+ },
625
+ "1": {
626
+ "sourceFileName": "src/arima/configurable/configurableArima.ts",
627
+ "qualifiedName": "commonOpts"
628
+ },
629
+ "2": {
630
+ "sourceFileName": "src/arima/configurable/configurableArima.ts",
631
+ "qualifiedName": "PredictionPayload"
632
+ },
633
+ "3": {
634
+ "sourceFileName": "src/arima/configurable/configurableArima.ts",
635
+ "qualifiedName": "__type"
636
+ },
637
+ "4": {
638
+ "sourceFileName": "src/arima/configurable/configurableArima.ts",
639
+ "qualifiedName": "__type.error"
640
+ },
641
+ "5": {
642
+ "sourceFileName": "src/arima/configurable/configurableArima.ts",
643
+ "qualifiedName": "__type.value"
644
+ },
645
+ "6": {
646
+ "sourceFileName": "src/arima/configurable/configurableArima.ts",
647
+ "qualifiedName": "configurableArima"
648
+ },
649
+ "7": {
650
+ "sourceFileName": "src/arima/configurable/configurableArima.ts",
651
+ "qualifiedName": "configurableArima"
652
+ },
653
+ "8": {
654
+ "sourceFileName": "src/arima/configurable/configurableArima.ts",
655
+ "qualifiedName": "opts"
656
+ },
657
+ "9": {
658
+ "sourceFileName": "src/arima/configurable/configurableArima.ts",
659
+ "qualifiedName": "predictionSteps"
660
+ },
661
+ "10": {
662
+ "sourceFileName": "src/arima/configured/arima.ts",
663
+ "qualifiedName": "arimaOpts"
664
+ },
665
+ "11": {
666
+ "sourceFileName": "src/arima/configured/arima.ts",
667
+ "qualifiedName": "arimaForecastingName"
668
+ },
669
+ "12": {
670
+ "sourceFileName": "src/arima/configured/arima.ts",
671
+ "qualifiedName": "arimaForecastingMethod"
672
+ },
673
+ "13": {
674
+ "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
675
+ "qualifiedName": "arimaForecastingMethod"
676
+ },
677
+ "14": {
678
+ "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
679
+ "qualifiedName": "payloads"
680
+ },
681
+ "15": {
682
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
683
+ "qualifiedName": "__type"
684
+ },
685
+ "16": {
686
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
687
+ "qualifiedName": "__type.schema"
688
+ },
689
+ "17": {
690
+ "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
691
+ "qualifiedName": "transformers"
692
+ },
693
+ "18": {
694
+ "sourceFileName": "src/arima/configured/seasonalArima.ts",
695
+ "qualifiedName": "seasonalArimaOpts"
696
+ },
697
+ "19": {
698
+ "sourceFileName": "src/arima/configured/seasonalArima.ts",
699
+ "qualifiedName": "seasonalArimaForecastingName"
700
+ },
701
+ "20": {
702
+ "sourceFileName": "src/arima/configured/seasonalArima.ts",
703
+ "qualifiedName": "seasonalArimaForecastingMethod"
704
+ },
705
+ "21": {
706
+ "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
707
+ "qualifiedName": "seasonalArimaForecastingMethod"
708
+ },
709
+ "22": {
710
+ "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
711
+ "qualifiedName": "payloads"
712
+ },
713
+ "23": {
714
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
715
+ "qualifiedName": "__type"
716
+ },
717
+ "24": {
718
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
719
+ "qualifiedName": "__type.schema"
720
+ },
721
+ "25": {
722
+ "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
723
+ "qualifiedName": "transformers"
724
+ }
725
+ }
726
+ }