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