@xyo-network/diviner-forecasting-method-arima 2.69.2 → 2.70.0

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 DELETED
@@ -1,772 +0,0 @@
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/08a385266b6c/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/08a385266b6c/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/08a385266b6c/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/08a385266b6c/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/08a385266b6c/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/08a385266b6c/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/08a385266b6c/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/08a385266b6c/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/08a385266b6c/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/08a385266b6c/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/types/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": "intersection",
267
- "types": [
268
- {
269
- "type": "reference",
270
- "target": {
271
- "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
272
- "qualifiedName": "SchemaFields"
273
- },
274
- "name": "SchemaFields",
275
- "package": "@xyo-network/payload-model"
276
- },
277
- {
278
- "type": "reference",
279
- "target": {
280
- "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
281
- "qualifiedName": "PayloadFields"
282
- },
283
- "name": "PayloadFields",
284
- "package": "@xyo-network/payload-model"
285
- },
286
- {
287
- "type": "reflection",
288
- "declaration": {
289
- "id": 15,
290
- "name": "__type",
291
- "variant": "declaration",
292
- "kind": 65536,
293
- "flags": {},
294
- "children": [
295
- {
296
- "id": 16,
297
- "name": "schema",
298
- "variant": "declaration",
299
- "kind": 1024,
300
- "flags": {},
301
- "sources": [
302
- {
303
- "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
304
- "line": 19,
305
- "character": 4
306
- }
307
- ],
308
- "type": {
309
- "type": "intrinsic",
310
- "name": "string"
311
- }
312
- }
313
- ],
314
- "groups": [
315
- {
316
- "title": "Properties",
317
- "children": [
318
- 16
319
- ]
320
- }
321
- ],
322
- "sources": [
323
- {
324
- "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
325
- "line": 18,
326
- "character": 17
327
- }
328
- ]
329
- }
330
- }
331
- ]
332
- }
333
- }
334
- },
335
- {
336
- "id": 17,
337
- "name": "transformers",
338
- "variant": "param",
339
- "kind": 32768,
340
- "flags": {},
341
- "type": {
342
- "type": "reference",
343
- "target": {
344
- "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/PayloadValueTransformer.ts",
345
- "qualifiedName": "PayloadValueTransformer"
346
- },
347
- "name": "PayloadValueTransformer",
348
- "package": "@xyo-network/diviner-forecasting-model"
349
- }
350
- }
351
- ],
352
- "type": {
353
- "type": "reference",
354
- "target": {
355
- "sourceFileName": "../../../../../../../shared/packages/promise/src/types.ts",
356
- "qualifiedName": "Promisable"
357
- },
358
- "typeArguments": [
359
- {
360
- "type": "array",
361
- "elementType": {
362
- "type": "reference",
363
- "target": {
364
- "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Forecast.ts",
365
- "qualifiedName": "Forecast"
366
- },
367
- "name": "Forecast",
368
- "package": "@xyo-network/diviner-forecasting-model"
369
- }
370
- }
371
- ],
372
- "name": "Promisable",
373
- "package": "@xyo-network/promise"
374
- }
375
- }
376
- ]
377
- },
378
- {
379
- "id": 6,
380
- "name": "configurableArima",
381
- "variant": "declaration",
382
- "kind": 64,
383
- "flags": {},
384
- "sources": [
385
- {
386
- "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
387
- "line": 9,
388
- "character": 13,
389
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/08a385266b6c/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L9"
390
- }
391
- ],
392
- "signatures": [
393
- {
394
- "id": 7,
395
- "name": "configurableArima",
396
- "variant": "signature",
397
- "kind": 4096,
398
- "flags": {},
399
- "sources": [
400
- {
401
- "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
402
- "line": 9,
403
- "character": 33,
404
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/08a385266b6c/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L9"
405
- }
406
- ],
407
- "parameters": [
408
- {
409
- "id": 8,
410
- "name": "opts",
411
- "variant": "param",
412
- "kind": 32768,
413
- "flags": {},
414
- "type": {
415
- "type": "reference",
416
- "target": {
417
- "sourceFileName": "src/types/index.d.ts",
418
- "qualifiedName": "ARIMAOptions"
419
- },
420
- "name": "ARIMAOptions",
421
- "package": "@xyo-network/diviner-forecasting-method-arima"
422
- },
423
- "defaultValue": "commonOpts"
424
- },
425
- {
426
- "id": 9,
427
- "name": "predictionSteps",
428
- "variant": "param",
429
- "kind": 32768,
430
- "flags": {},
431
- "type": {
432
- "type": "intrinsic",
433
- "name": "number"
434
- },
435
- "defaultValue": "10"
436
- }
437
- ],
438
- "type": {
439
- "type": "reference",
440
- "target": {
441
- "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
442
- "qualifiedName": "ForecastingMethod"
443
- },
444
- "name": "ForecastingMethod",
445
- "package": "@xyo-network/diviner-forecasting-model"
446
- }
447
- }
448
- ]
449
- },
450
- {
451
- "id": 20,
452
- "name": "seasonalArimaForecastingMethod",
453
- "variant": "declaration",
454
- "kind": 64,
455
- "flags": {},
456
- "sources": [
457
- {
458
- "fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts",
459
- "line": 9,
460
- "character": 13,
461
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/08a385266b6c/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts#L9"
462
- }
463
- ],
464
- "signatures": [
465
- {
466
- "id": 21,
467
- "name": "seasonalArimaForecastingMethod",
468
- "variant": "signature",
469
- "kind": 4096,
470
- "flags": {},
471
- "sources": [
472
- {
473
- "fileName": "modules/packages/diviner/packages/forecasting/packages/model/dist/types/ForecastingMethod.d.ts",
474
- "line": 5,
475
- "character": 32
476
- }
477
- ],
478
- "parameters": [
479
- {
480
- "id": 22,
481
- "name": "payloads",
482
- "variant": "param",
483
- "kind": 32768,
484
- "flags": {},
485
- "type": {
486
- "type": "array",
487
- "elementType": {
488
- "type": "intersection",
489
- "types": [
490
- {
491
- "type": "reference",
492
- "target": {
493
- "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
494
- "qualifiedName": "SchemaFields"
495
- },
496
- "name": "SchemaFields",
497
- "package": "@xyo-network/payload-model"
498
- },
499
- {
500
- "type": "reference",
501
- "target": {
502
- "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
503
- "qualifiedName": "PayloadFields"
504
- },
505
- "name": "PayloadFields",
506
- "package": "@xyo-network/payload-model"
507
- },
508
- {
509
- "type": "reflection",
510
- "declaration": {
511
- "id": 23,
512
- "name": "__type",
513
- "variant": "declaration",
514
- "kind": 65536,
515
- "flags": {},
516
- "children": [
517
- {
518
- "id": 24,
519
- "name": "schema",
520
- "variant": "declaration",
521
- "kind": 1024,
522
- "flags": {},
523
- "sources": [
524
- {
525
- "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
526
- "line": 19,
527
- "character": 4
528
- }
529
- ],
530
- "type": {
531
- "type": "intrinsic",
532
- "name": "string"
533
- }
534
- }
535
- ],
536
- "groups": [
537
- {
538
- "title": "Properties",
539
- "children": [
540
- 24
541
- ]
542
- }
543
- ],
544
- "sources": [
545
- {
546
- "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
547
- "line": 18,
548
- "character": 17
549
- }
550
- ]
551
- }
552
- }
553
- ]
554
- }
555
- }
556
- },
557
- {
558
- "id": 25,
559
- "name": "transformers",
560
- "variant": "param",
561
- "kind": 32768,
562
- "flags": {},
563
- "type": {
564
- "type": "reference",
565
- "target": {
566
- "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/PayloadValueTransformer.ts",
567
- "qualifiedName": "PayloadValueTransformer"
568
- },
569
- "name": "PayloadValueTransformer",
570
- "package": "@xyo-network/diviner-forecasting-model"
571
- }
572
- }
573
- ],
574
- "type": {
575
- "type": "reference",
576
- "target": {
577
- "sourceFileName": "../../../../../../../shared/packages/promise/src/types.ts",
578
- "qualifiedName": "Promisable"
579
- },
580
- "typeArguments": [
581
- {
582
- "type": "array",
583
- "elementType": {
584
- "type": "reference",
585
- "target": {
586
- "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Forecast.ts",
587
- "qualifiedName": "Forecast"
588
- },
589
- "name": "Forecast",
590
- "package": "@xyo-network/diviner-forecasting-model"
591
- }
592
- }
593
- ],
594
- "name": "Promisable",
595
- "package": "@xyo-network/promise"
596
- }
597
- }
598
- ]
599
- }
600
- ],
601
- "groups": [
602
- {
603
- "title": "Type Aliases",
604
- "children": [
605
- 2
606
- ]
607
- },
608
- {
609
- "title": "Variables",
610
- "children": [
611
- 11,
612
- 10,
613
- 1,
614
- 19,
615
- 18
616
- ]
617
- },
618
- {
619
- "title": "Functions",
620
- "children": [
621
- 12,
622
- 6,
623
- 20
624
- ]
625
- }
626
- ],
627
- "packageName": "@xyo-network/diviner-forecasting-method-arima",
628
- "readme": [
629
- {
630
- "kind": "text",
631
- "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"
632
- },
633
- {
634
- "kind": "code",
635
- "text": "```sh\nnpm i --save @xyo-network/sdk-xyo-client-js\n```"
636
- },
637
- {
638
- "kind": "text",
639
- "text": "\n\nUsing yarn:\n\n"
640
- },
641
- {
642
- "kind": "code",
643
- "text": "```sh\nyarn add @xyo-network/sdk-xyo-client-js\n```"
644
- },
645
- {
646
- "kind": "text",
647
- "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"
648
- },
649
- {
650
- "kind": "code",
651
- "text": "```sh\nyarn xy help\n```"
652
- },
653
- {
654
- "kind": "text",
655
- "text": "\n\nCompile the mono repo\n\n"
656
- },
657
- {
658
- "kind": "code",
659
- "text": "```sh\nyarn xy compile\n```"
660
- },
661
- {
662
- "kind": "text",
663
- "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"
664
- }
665
- ],
666
- "symbolIdMap": {
667
- "0": {
668
- "sourceFileName": "src/index.ts",
669
- "qualifiedName": ""
670
- },
671
- "1": {
672
- "sourceFileName": "src/arima/configurable/configurableArima.ts",
673
- "qualifiedName": "commonOpts"
674
- },
675
- "2": {
676
- "sourceFileName": "src/arima/configurable/configurableArima.ts",
677
- "qualifiedName": "PredictionPayload"
678
- },
679
- "3": {
680
- "sourceFileName": "src/arima/configurable/configurableArima.ts",
681
- "qualifiedName": "__type"
682
- },
683
- "4": {
684
- "sourceFileName": "src/arima/configurable/configurableArima.ts",
685
- "qualifiedName": "__type.error"
686
- },
687
- "5": {
688
- "sourceFileName": "src/arima/configurable/configurableArima.ts",
689
- "qualifiedName": "__type.value"
690
- },
691
- "6": {
692
- "sourceFileName": "src/arima/configurable/configurableArima.ts",
693
- "qualifiedName": "configurableArima"
694
- },
695
- "7": {
696
- "sourceFileName": "src/arima/configurable/configurableArima.ts",
697
- "qualifiedName": "configurableArima"
698
- },
699
- "8": {
700
- "sourceFileName": "src/arima/configurable/configurableArima.ts",
701
- "qualifiedName": "opts"
702
- },
703
- "9": {
704
- "sourceFileName": "src/arima/configurable/configurableArima.ts",
705
- "qualifiedName": "predictionSteps"
706
- },
707
- "10": {
708
- "sourceFileName": "src/arima/configured/arima.ts",
709
- "qualifiedName": "arimaOpts"
710
- },
711
- "11": {
712
- "sourceFileName": "src/arima/configured/arima.ts",
713
- "qualifiedName": "arimaForecastingName"
714
- },
715
- "12": {
716
- "sourceFileName": "src/arima/configured/arima.ts",
717
- "qualifiedName": "arimaForecastingMethod"
718
- },
719
- "13": {
720
- "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
721
- "qualifiedName": "arimaForecastingMethod"
722
- },
723
- "14": {
724
- "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
725
- "qualifiedName": "payloads"
726
- },
727
- "15": {
728
- "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
729
- "qualifiedName": "__type"
730
- },
731
- "16": {
732
- "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
733
- "qualifiedName": "__type.schema"
734
- },
735
- "17": {
736
- "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
737
- "qualifiedName": "transformers"
738
- },
739
- "18": {
740
- "sourceFileName": "src/arima/configured/seasonalArima.ts",
741
- "qualifiedName": "seasonalArimaOpts"
742
- },
743
- "19": {
744
- "sourceFileName": "src/arima/configured/seasonalArima.ts",
745
- "qualifiedName": "seasonalArimaForecastingName"
746
- },
747
- "20": {
748
- "sourceFileName": "src/arima/configured/seasonalArima.ts",
749
- "qualifiedName": "seasonalArimaForecastingMethod"
750
- },
751
- "21": {
752
- "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
753
- "qualifiedName": "seasonalArimaForecastingMethod"
754
- },
755
- "22": {
756
- "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
757
- "qualifiedName": "payloads"
758
- },
759
- "23": {
760
- "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
761
- "qualifiedName": "__type"
762
- },
763
- "24": {
764
- "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
765
- "qualifiedName": "__type.schema"
766
- },
767
- "25": {
768
- "sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
769
- "qualifiedName": "transformers"
770
- }
771
- }
772
- }