@xyo-network/diviner-forecasting-method-arima 2.56.2 → 2.57.5
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/.tsconfig.build.cjs.tsbuildinfo +1 -1
- package/dist/.tsconfig.build.esm.tsbuildinfo +1 -1
- package/dist/docs.json +307 -61
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +50 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/functions/arimaForecastingMethod.html +60 -0
- package/docs/functions/configurableArima.html +60 -0
- package/docs/functions/seasonalArimaForecastingMethod.html +60 -0
- package/docs/index.html +108 -0
- package/docs/modules.html +64 -0
- package/docs/types/PredictionPayload.html +49 -0
- package/docs/variables/arimaForecastingName.html +49 -0
- package/docs/variables/arimaOpts.html +49 -0
- package/docs/variables/commonOpts.html +49 -0
- package/docs/variables/seasonalArimaForecastingName.html +49 -0
- package/docs/variables/seasonalArimaOpts.html +49 -0
- package/package.json +5 -5
- package/tsconfig.typedoc.json +5 -0
- package/typedoc.json +5 -0
package/dist/docs.json
CHANGED
|
@@ -1,42 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 0,
|
|
3
3
|
"name": "@xyo-network/diviner-forecasting-method-arima",
|
|
4
|
+
"variant": "project",
|
|
4
5
|
"kind": 1,
|
|
5
|
-
"kindString": "Project",
|
|
6
6
|
"flags": {},
|
|
7
|
-
"originalName": "",
|
|
8
7
|
"children": [
|
|
9
8
|
{
|
|
10
9
|
"id": 2,
|
|
11
10
|
"name": "PredictionPayload",
|
|
11
|
+
"variant": "declaration",
|
|
12
12
|
"kind": 4194304,
|
|
13
|
-
"kindString": "Type alias",
|
|
14
13
|
"flags": {},
|
|
15
14
|
"sources": [
|
|
16
15
|
{
|
|
17
16
|
"fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
|
|
18
17
|
"line": 7,
|
|
19
18
|
"character": 12,
|
|
20
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
19
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L7"
|
|
21
20
|
}
|
|
22
21
|
],
|
|
23
22
|
"type": {
|
|
24
23
|
"type": "reference",
|
|
24
|
+
"target": {
|
|
25
|
+
"sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
|
|
26
|
+
"qualifiedName": "Payload"
|
|
27
|
+
},
|
|
25
28
|
"typeArguments": [
|
|
26
29
|
{
|
|
27
30
|
"type": "reflection",
|
|
28
31
|
"declaration": {
|
|
29
32
|
"id": 3,
|
|
30
33
|
"name": "__type",
|
|
34
|
+
"variant": "declaration",
|
|
31
35
|
"kind": 65536,
|
|
32
|
-
"kindString": "Type literal",
|
|
33
36
|
"flags": {},
|
|
34
37
|
"children": [
|
|
35
38
|
{
|
|
36
39
|
"id": 4,
|
|
37
40
|
"name": "error",
|
|
41
|
+
"variant": "declaration",
|
|
38
42
|
"kind": 1024,
|
|
39
|
-
"kindString": "Property",
|
|
40
43
|
"flags": {
|
|
41
44
|
"isOptional": true
|
|
42
45
|
},
|
|
@@ -45,7 +48,7 @@
|
|
|
45
48
|
"fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
|
|
46
49
|
"line": 7,
|
|
47
50
|
"character": 42,
|
|
48
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
51
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L7"
|
|
49
52
|
}
|
|
50
53
|
],
|
|
51
54
|
"type": {
|
|
@@ -56,15 +59,15 @@
|
|
|
56
59
|
{
|
|
57
60
|
"id": 5,
|
|
58
61
|
"name": "value",
|
|
62
|
+
"variant": "declaration",
|
|
59
63
|
"kind": 1024,
|
|
60
|
-
"kindString": "Property",
|
|
61
64
|
"flags": {},
|
|
62
65
|
"sources": [
|
|
63
66
|
{
|
|
64
67
|
"fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
|
|
65
68
|
"line": 7,
|
|
66
69
|
"character": 58,
|
|
67
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
70
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L7"
|
|
68
71
|
}
|
|
69
72
|
],
|
|
70
73
|
"type": {
|
|
@@ -87,20 +90,21 @@
|
|
|
87
90
|
"fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
|
|
88
91
|
"line": 7,
|
|
89
92
|
"character": 40,
|
|
90
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
93
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L7"
|
|
91
94
|
}
|
|
92
95
|
]
|
|
93
96
|
}
|
|
94
97
|
}
|
|
95
98
|
],
|
|
96
|
-
"name": "Payload"
|
|
99
|
+
"name": "Payload",
|
|
100
|
+
"package": "@xyo-network/payload-model"
|
|
97
101
|
}
|
|
98
102
|
},
|
|
99
103
|
{
|
|
100
104
|
"id": 11,
|
|
101
105
|
"name": "arimaForecastingName",
|
|
106
|
+
"variant": "declaration",
|
|
102
107
|
"kind": 32,
|
|
103
|
-
"kindString": "Variable",
|
|
104
108
|
"flags": {
|
|
105
109
|
"isConst": true
|
|
106
110
|
},
|
|
@@ -109,7 +113,7 @@
|
|
|
109
113
|
"fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configured/arima.ts",
|
|
110
114
|
"line": 7,
|
|
111
115
|
"character": 13,
|
|
112
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
116
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configured/arima.ts#L7"
|
|
113
117
|
}
|
|
114
118
|
],
|
|
115
119
|
"type": {
|
|
@@ -121,8 +125,8 @@
|
|
|
121
125
|
{
|
|
122
126
|
"id": 10,
|
|
123
127
|
"name": "arimaOpts",
|
|
128
|
+
"variant": "declaration",
|
|
124
129
|
"kind": 32,
|
|
125
|
-
"kindString": "Variable",
|
|
126
130
|
"flags": {
|
|
127
131
|
"isConst": true
|
|
128
132
|
},
|
|
@@ -131,20 +135,25 @@
|
|
|
131
135
|
"fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configured/arima.ts",
|
|
132
136
|
"line": 5,
|
|
133
137
|
"character": 13,
|
|
134
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
138
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configured/arima.ts#L5"
|
|
135
139
|
}
|
|
136
140
|
],
|
|
137
141
|
"type": {
|
|
138
142
|
"type": "reference",
|
|
139
|
-
"
|
|
143
|
+
"target": {
|
|
144
|
+
"sourceFileName": "src/types/index.d.ts",
|
|
145
|
+
"qualifiedName": "ARIMAOptions"
|
|
146
|
+
},
|
|
147
|
+
"name": "ARIMAOptions",
|
|
148
|
+
"package": "@xyo-network/diviner-forecasting-method-arima"
|
|
140
149
|
},
|
|
141
150
|
"defaultValue": "..."
|
|
142
151
|
},
|
|
143
152
|
{
|
|
144
153
|
"id": 1,
|
|
145
154
|
"name": "commonOpts",
|
|
155
|
+
"variant": "declaration",
|
|
146
156
|
"kind": 32,
|
|
147
|
-
"kindString": "Variable",
|
|
148
157
|
"flags": {
|
|
149
158
|
"isConst": true
|
|
150
159
|
},
|
|
@@ -153,20 +162,25 @@
|
|
|
153
162
|
"fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
|
|
154
163
|
"line": 5,
|
|
155
164
|
"character": 13,
|
|
156
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
165
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L5"
|
|
157
166
|
}
|
|
158
167
|
],
|
|
159
168
|
"type": {
|
|
160
169
|
"type": "reference",
|
|
161
|
-
"
|
|
170
|
+
"target": {
|
|
171
|
+
"sourceFileName": "src/types/index.d.ts",
|
|
172
|
+
"qualifiedName": "ARIMAOptions"
|
|
173
|
+
},
|
|
174
|
+
"name": "ARIMAOptions",
|
|
175
|
+
"package": "@xyo-network/diviner-forecasting-method-arima"
|
|
162
176
|
},
|
|
163
177
|
"defaultValue": "..."
|
|
164
178
|
},
|
|
165
179
|
{
|
|
166
180
|
"id": 19,
|
|
167
181
|
"name": "seasonalArimaForecastingName",
|
|
182
|
+
"variant": "declaration",
|
|
168
183
|
"kind": 32,
|
|
169
|
-
"kindString": "Variable",
|
|
170
184
|
"flags": {
|
|
171
185
|
"isConst": true
|
|
172
186
|
},
|
|
@@ -175,7 +189,7 @@
|
|
|
175
189
|
"fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts",
|
|
176
190
|
"line": 7,
|
|
177
191
|
"character": 13,
|
|
178
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
192
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts#L7"
|
|
179
193
|
}
|
|
180
194
|
],
|
|
181
195
|
"type": {
|
|
@@ -187,8 +201,8 @@
|
|
|
187
201
|
{
|
|
188
202
|
"id": 18,
|
|
189
203
|
"name": "seasonalArimaOpts",
|
|
204
|
+
"variant": "declaration",
|
|
190
205
|
"kind": 32,
|
|
191
|
-
"kindString": "Variable",
|
|
192
206
|
"flags": {
|
|
193
207
|
"isConst": true
|
|
194
208
|
},
|
|
@@ -197,42 +211,54 @@
|
|
|
197
211
|
"fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts",
|
|
198
212
|
"line": 5,
|
|
199
213
|
"character": 13,
|
|
200
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
214
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts#L5"
|
|
201
215
|
}
|
|
202
216
|
],
|
|
203
217
|
"type": {
|
|
204
218
|
"type": "reference",
|
|
205
|
-
"
|
|
219
|
+
"target": {
|
|
220
|
+
"sourceFileName": "src/types/index.d.ts",
|
|
221
|
+
"qualifiedName": "ARIMAOptions"
|
|
222
|
+
},
|
|
223
|
+
"name": "ARIMAOptions",
|
|
224
|
+
"package": "@xyo-network/diviner-forecasting-method-arima"
|
|
206
225
|
},
|
|
207
226
|
"defaultValue": "..."
|
|
208
227
|
},
|
|
209
228
|
{
|
|
210
229
|
"id": 12,
|
|
211
230
|
"name": "arimaForecastingMethod",
|
|
231
|
+
"variant": "declaration",
|
|
212
232
|
"kind": 64,
|
|
213
|
-
"kindString": "Function",
|
|
214
233
|
"flags": {},
|
|
215
234
|
"sources": [
|
|
216
235
|
{
|
|
217
236
|
"fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configured/arima.ts",
|
|
218
237
|
"line": 9,
|
|
219
238
|
"character": 13,
|
|
220
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
239
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configured/arima.ts#L9"
|
|
221
240
|
}
|
|
222
241
|
],
|
|
223
242
|
"signatures": [
|
|
224
243
|
{
|
|
225
244
|
"id": 13,
|
|
226
245
|
"name": "arimaForecastingMethod",
|
|
246
|
+
"variant": "signature",
|
|
227
247
|
"kind": 4096,
|
|
228
|
-
"kindString": "Call signature",
|
|
229
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
|
+
],
|
|
230
256
|
"parameters": [
|
|
231
257
|
{
|
|
232
258
|
"id": 14,
|
|
233
259
|
"name": "payloads",
|
|
260
|
+
"variant": "param",
|
|
234
261
|
"kind": 32768,
|
|
235
|
-
"kindString": "Parameter",
|
|
236
262
|
"flags": {},
|
|
237
263
|
"type": {
|
|
238
264
|
"type": "array",
|
|
@@ -241,26 +267,36 @@
|
|
|
241
267
|
"types": [
|
|
242
268
|
{
|
|
243
269
|
"type": "reference",
|
|
244
|
-
"
|
|
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"
|
|
245
276
|
},
|
|
246
277
|
{
|
|
247
278
|
"type": "reference",
|
|
248
|
-
"
|
|
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"
|
|
249
285
|
},
|
|
250
286
|
{
|
|
251
287
|
"type": "reflection",
|
|
252
288
|
"declaration": {
|
|
253
289
|
"id": 15,
|
|
254
290
|
"name": "__type",
|
|
291
|
+
"variant": "declaration",
|
|
255
292
|
"kind": 65536,
|
|
256
|
-
"kindString": "Type literal",
|
|
257
293
|
"flags": {},
|
|
258
294
|
"children": [
|
|
259
295
|
{
|
|
260
296
|
"id": 16,
|
|
261
297
|
"name": "schema",
|
|
298
|
+
"variant": "declaration",
|
|
262
299
|
"kind": 1024,
|
|
263
|
-
"kindString": "Property",
|
|
264
300
|
"flags": {},
|
|
265
301
|
"sources": [
|
|
266
302
|
{
|
|
@@ -299,27 +335,46 @@
|
|
|
299
335
|
{
|
|
300
336
|
"id": 17,
|
|
301
337
|
"name": "transformers",
|
|
338
|
+
"variant": "param",
|
|
302
339
|
"kind": 32768,
|
|
303
|
-
"kindString": "Parameter",
|
|
304
340
|
"flags": {},
|
|
305
341
|
"type": {
|
|
306
342
|
"type": "reference",
|
|
307
|
-
"
|
|
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"
|
|
308
349
|
}
|
|
309
350
|
}
|
|
310
351
|
],
|
|
311
352
|
"type": {
|
|
312
353
|
"type": "reference",
|
|
354
|
+
"target": {
|
|
355
|
+
"sourceFileName": "../../../../../../../shared/packages/promise/src/types.ts",
|
|
356
|
+
"qualifiedName": "Promisable"
|
|
357
|
+
},
|
|
313
358
|
"typeArguments": [
|
|
314
359
|
{
|
|
315
360
|
"type": "array",
|
|
316
361
|
"elementType": {
|
|
317
362
|
"type": "reference",
|
|
318
|
-
"
|
|
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"
|
|
319
369
|
}
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"type": "intrinsic",
|
|
373
|
+
"name": "never"
|
|
320
374
|
}
|
|
321
375
|
],
|
|
322
|
-
"name": "Promisable"
|
|
376
|
+
"name": "Promisable",
|
|
377
|
+
"package": "@xyo-network/promise"
|
|
323
378
|
}
|
|
324
379
|
}
|
|
325
380
|
]
|
|
@@ -327,42 +382,55 @@
|
|
|
327
382
|
{
|
|
328
383
|
"id": 6,
|
|
329
384
|
"name": "configurableArima",
|
|
385
|
+
"variant": "declaration",
|
|
330
386
|
"kind": 64,
|
|
331
|
-
"kindString": "Function",
|
|
332
387
|
"flags": {},
|
|
333
388
|
"sources": [
|
|
334
389
|
{
|
|
335
390
|
"fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
|
|
336
391
|
"line": 9,
|
|
337
392
|
"character": 13,
|
|
338
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
393
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L9"
|
|
339
394
|
}
|
|
340
395
|
],
|
|
341
396
|
"signatures": [
|
|
342
397
|
{
|
|
343
398
|
"id": 7,
|
|
344
399
|
"name": "configurableArima",
|
|
400
|
+
"variant": "signature",
|
|
345
401
|
"kind": 4096,
|
|
346
|
-
"kindString": "Call signature",
|
|
347
402
|
"flags": {},
|
|
403
|
+
"sources": [
|
|
404
|
+
{
|
|
405
|
+
"fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts",
|
|
406
|
+
"line": 9,
|
|
407
|
+
"character": 33,
|
|
408
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configurable/configurableArima.ts#L9"
|
|
409
|
+
}
|
|
410
|
+
],
|
|
348
411
|
"parameters": [
|
|
349
412
|
{
|
|
350
413
|
"id": 8,
|
|
351
414
|
"name": "opts",
|
|
415
|
+
"variant": "param",
|
|
352
416
|
"kind": 32768,
|
|
353
|
-
"kindString": "Parameter",
|
|
354
417
|
"flags": {},
|
|
355
418
|
"type": {
|
|
356
419
|
"type": "reference",
|
|
357
|
-
"
|
|
420
|
+
"target": {
|
|
421
|
+
"sourceFileName": "src/types/index.d.ts",
|
|
422
|
+
"qualifiedName": "ARIMAOptions"
|
|
423
|
+
},
|
|
424
|
+
"name": "ARIMAOptions",
|
|
425
|
+
"package": "@xyo-network/diviner-forecasting-method-arima"
|
|
358
426
|
},
|
|
359
427
|
"defaultValue": "commonOpts"
|
|
360
428
|
},
|
|
361
429
|
{
|
|
362
430
|
"id": 9,
|
|
363
431
|
"name": "predictionSteps",
|
|
432
|
+
"variant": "param",
|
|
364
433
|
"kind": 32768,
|
|
365
|
-
"kindString": "Parameter",
|
|
366
434
|
"flags": {},
|
|
367
435
|
"type": {
|
|
368
436
|
"type": "intrinsic",
|
|
@@ -373,7 +441,12 @@
|
|
|
373
441
|
],
|
|
374
442
|
"type": {
|
|
375
443
|
"type": "reference",
|
|
376
|
-
"
|
|
444
|
+
"target": {
|
|
445
|
+
"sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
|
|
446
|
+
"qualifiedName": "ForecastingMethod"
|
|
447
|
+
},
|
|
448
|
+
"name": "ForecastingMethod",
|
|
449
|
+
"package": "@xyo-network/diviner-forecasting-model"
|
|
377
450
|
}
|
|
378
451
|
}
|
|
379
452
|
]
|
|
@@ -381,30 +454,37 @@
|
|
|
381
454
|
{
|
|
382
455
|
"id": 20,
|
|
383
456
|
"name": "seasonalArimaForecastingMethod",
|
|
457
|
+
"variant": "declaration",
|
|
384
458
|
"kind": 64,
|
|
385
|
-
"kindString": "Function",
|
|
386
459
|
"flags": {},
|
|
387
460
|
"sources": [
|
|
388
461
|
{
|
|
389
462
|
"fileName": "node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts",
|
|
390
463
|
"line": 9,
|
|
391
464
|
"character": 13,
|
|
392
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
465
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e2024303/packages/node/packages/core/packages/forecasting/packages/arima/src/arima/configured/seasonalArima.ts#L9"
|
|
393
466
|
}
|
|
394
467
|
],
|
|
395
468
|
"signatures": [
|
|
396
469
|
{
|
|
397
470
|
"id": 21,
|
|
398
471
|
"name": "seasonalArimaForecastingMethod",
|
|
472
|
+
"variant": "signature",
|
|
399
473
|
"kind": 4096,
|
|
400
|
-
"kindString": "Call signature",
|
|
401
474
|
"flags": {},
|
|
475
|
+
"sources": [
|
|
476
|
+
{
|
|
477
|
+
"fileName": "modules/packages/diviner/packages/forecasting/packages/model/dist/types/ForecastingMethod.d.ts",
|
|
478
|
+
"line": 5,
|
|
479
|
+
"character": 32
|
|
480
|
+
}
|
|
481
|
+
],
|
|
402
482
|
"parameters": [
|
|
403
483
|
{
|
|
404
484
|
"id": 22,
|
|
405
485
|
"name": "payloads",
|
|
486
|
+
"variant": "param",
|
|
406
487
|
"kind": 32768,
|
|
407
|
-
"kindString": "Parameter",
|
|
408
488
|
"flags": {},
|
|
409
489
|
"type": {
|
|
410
490
|
"type": "array",
|
|
@@ -413,26 +493,36 @@
|
|
|
413
493
|
"types": [
|
|
414
494
|
{
|
|
415
495
|
"type": "reference",
|
|
416
|
-
"
|
|
496
|
+
"target": {
|
|
497
|
+
"sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
|
|
498
|
+
"qualifiedName": "SchemaFields"
|
|
499
|
+
},
|
|
500
|
+
"name": "SchemaFields",
|
|
501
|
+
"package": "@xyo-network/payload-model"
|
|
417
502
|
},
|
|
418
503
|
{
|
|
419
504
|
"type": "reference",
|
|
420
|
-
"
|
|
505
|
+
"target": {
|
|
506
|
+
"sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
|
|
507
|
+
"qualifiedName": "PayloadFields"
|
|
508
|
+
},
|
|
509
|
+
"name": "PayloadFields",
|
|
510
|
+
"package": "@xyo-network/payload-model"
|
|
421
511
|
},
|
|
422
512
|
{
|
|
423
513
|
"type": "reflection",
|
|
424
514
|
"declaration": {
|
|
425
515
|
"id": 23,
|
|
426
516
|
"name": "__type",
|
|
517
|
+
"variant": "declaration",
|
|
427
518
|
"kind": 65536,
|
|
428
|
-
"kindString": "Type literal",
|
|
429
519
|
"flags": {},
|
|
430
520
|
"children": [
|
|
431
521
|
{
|
|
432
522
|
"id": 24,
|
|
433
523
|
"name": "schema",
|
|
524
|
+
"variant": "declaration",
|
|
434
525
|
"kind": 1024,
|
|
435
|
-
"kindString": "Property",
|
|
436
526
|
"flags": {},
|
|
437
527
|
"sources": [
|
|
438
528
|
{
|
|
@@ -471,27 +561,46 @@
|
|
|
471
561
|
{
|
|
472
562
|
"id": 25,
|
|
473
563
|
"name": "transformers",
|
|
564
|
+
"variant": "param",
|
|
474
565
|
"kind": 32768,
|
|
475
|
-
"kindString": "Parameter",
|
|
476
566
|
"flags": {},
|
|
477
567
|
"type": {
|
|
478
568
|
"type": "reference",
|
|
479
|
-
"
|
|
569
|
+
"target": {
|
|
570
|
+
"sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/PayloadValueTransformer.ts",
|
|
571
|
+
"qualifiedName": "PayloadValueTransformer"
|
|
572
|
+
},
|
|
573
|
+
"name": "PayloadValueTransformer",
|
|
574
|
+
"package": "@xyo-network/diviner-forecasting-model"
|
|
480
575
|
}
|
|
481
576
|
}
|
|
482
577
|
],
|
|
483
578
|
"type": {
|
|
484
579
|
"type": "reference",
|
|
580
|
+
"target": {
|
|
581
|
+
"sourceFileName": "../../../../../../../shared/packages/promise/src/types.ts",
|
|
582
|
+
"qualifiedName": "Promisable"
|
|
583
|
+
},
|
|
485
584
|
"typeArguments": [
|
|
486
585
|
{
|
|
487
586
|
"type": "array",
|
|
488
587
|
"elementType": {
|
|
489
588
|
"type": "reference",
|
|
490
|
-
"
|
|
589
|
+
"target": {
|
|
590
|
+
"sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Forecast.ts",
|
|
591
|
+
"qualifiedName": "Forecast"
|
|
592
|
+
},
|
|
593
|
+
"name": "Forecast",
|
|
594
|
+
"package": "@xyo-network/diviner-forecasting-model"
|
|
491
595
|
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"type": "intrinsic",
|
|
599
|
+
"name": "never"
|
|
492
600
|
}
|
|
493
601
|
],
|
|
494
|
-
"name": "Promisable"
|
|
602
|
+
"name": "Promisable",
|
|
603
|
+
"package": "@xyo-network/promise"
|
|
495
604
|
}
|
|
496
605
|
}
|
|
497
606
|
]
|
|
@@ -523,12 +632,149 @@
|
|
|
523
632
|
]
|
|
524
633
|
}
|
|
525
634
|
],
|
|
526
|
-
"
|
|
635
|
+
"packageName": "@xyo-network/diviner-forecasting-method-arima",
|
|
636
|
+
"readme": [
|
|
637
|
+
{
|
|
638
|
+
"kind": "text",
|
|
639
|
+
"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"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"kind": "code",
|
|
643
|
+
"text": "```sh\nnpm i --save @xyo-network/sdk-xyo-client-js\n```"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"kind": "text",
|
|
647
|
+
"text": "\n\nUsing yarn:\n\n"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"kind": "code",
|
|
651
|
+
"text": "```sh\nyarn add @xyo-network/sdk-xyo-client-js\n```"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"kind": "text",
|
|
655
|
+
"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"
|
|
656
|
+
},
|
|
527
657
|
{
|
|
528
|
-
"
|
|
529
|
-
"
|
|
530
|
-
|
|
531
|
-
|
|
658
|
+
"kind": "code",
|
|
659
|
+
"text": "```sh\nyarn xy help\n```"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"kind": "text",
|
|
663
|
+
"text": "\n\nCompile the mono repo\n\n"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"kind": "code",
|
|
667
|
+
"text": "```sh\nyarn xy compile\n```"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"kind": "text",
|
|
671
|
+
"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"
|
|
672
|
+
}
|
|
673
|
+
],
|
|
674
|
+
"symbolIdMap": {
|
|
675
|
+
"0": {
|
|
676
|
+
"sourceFileName": "src/index.ts",
|
|
677
|
+
"qualifiedName": ""
|
|
678
|
+
},
|
|
679
|
+
"1": {
|
|
680
|
+
"sourceFileName": "src/arima/configurable/configurableArima.ts",
|
|
681
|
+
"qualifiedName": "commonOpts"
|
|
682
|
+
},
|
|
683
|
+
"2": {
|
|
684
|
+
"sourceFileName": "src/arima/configurable/configurableArima.ts",
|
|
685
|
+
"qualifiedName": "PredictionPayload"
|
|
686
|
+
},
|
|
687
|
+
"3": {
|
|
688
|
+
"sourceFileName": "src/arima/configurable/configurableArima.ts",
|
|
689
|
+
"qualifiedName": "__type"
|
|
690
|
+
},
|
|
691
|
+
"4": {
|
|
692
|
+
"sourceFileName": "src/arima/configurable/configurableArima.ts",
|
|
693
|
+
"qualifiedName": "__type.error"
|
|
694
|
+
},
|
|
695
|
+
"5": {
|
|
696
|
+
"sourceFileName": "src/arima/configurable/configurableArima.ts",
|
|
697
|
+
"qualifiedName": "__type.value"
|
|
698
|
+
},
|
|
699
|
+
"6": {
|
|
700
|
+
"sourceFileName": "src/arima/configurable/configurableArima.ts",
|
|
701
|
+
"qualifiedName": "configurableArima"
|
|
702
|
+
},
|
|
703
|
+
"7": {
|
|
704
|
+
"sourceFileName": "src/arima/configurable/configurableArima.ts",
|
|
705
|
+
"qualifiedName": "configurableArima"
|
|
706
|
+
},
|
|
707
|
+
"8": {
|
|
708
|
+
"sourceFileName": "src/arima/configurable/configurableArima.ts",
|
|
709
|
+
"qualifiedName": "opts"
|
|
710
|
+
},
|
|
711
|
+
"9": {
|
|
712
|
+
"sourceFileName": "src/arima/configurable/configurableArima.ts",
|
|
713
|
+
"qualifiedName": "predictionSteps"
|
|
714
|
+
},
|
|
715
|
+
"10": {
|
|
716
|
+
"sourceFileName": "src/arima/configured/arima.ts",
|
|
717
|
+
"qualifiedName": "arimaOpts"
|
|
718
|
+
},
|
|
719
|
+
"11": {
|
|
720
|
+
"sourceFileName": "src/arima/configured/arima.ts",
|
|
721
|
+
"qualifiedName": "arimaForecastingName"
|
|
722
|
+
},
|
|
723
|
+
"12": {
|
|
724
|
+
"sourceFileName": "src/arima/configured/arima.ts",
|
|
725
|
+
"qualifiedName": "arimaForecastingMethod"
|
|
726
|
+
},
|
|
727
|
+
"13": {
|
|
728
|
+
"sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
|
|
729
|
+
"qualifiedName": "arimaForecastingMethod"
|
|
730
|
+
},
|
|
731
|
+
"14": {
|
|
732
|
+
"sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
|
|
733
|
+
"qualifiedName": "payloads"
|
|
734
|
+
},
|
|
735
|
+
"15": {
|
|
736
|
+
"sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
|
|
737
|
+
"qualifiedName": "__type"
|
|
738
|
+
},
|
|
739
|
+
"16": {
|
|
740
|
+
"sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
|
|
741
|
+
"qualifiedName": "__type.schema"
|
|
742
|
+
},
|
|
743
|
+
"17": {
|
|
744
|
+
"sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
|
|
745
|
+
"qualifiedName": "transformers"
|
|
746
|
+
},
|
|
747
|
+
"18": {
|
|
748
|
+
"sourceFileName": "src/arima/configured/seasonalArima.ts",
|
|
749
|
+
"qualifiedName": "seasonalArimaOpts"
|
|
750
|
+
},
|
|
751
|
+
"19": {
|
|
752
|
+
"sourceFileName": "src/arima/configured/seasonalArima.ts",
|
|
753
|
+
"qualifiedName": "seasonalArimaForecastingName"
|
|
754
|
+
},
|
|
755
|
+
"20": {
|
|
756
|
+
"sourceFileName": "src/arima/configured/seasonalArima.ts",
|
|
757
|
+
"qualifiedName": "seasonalArimaForecastingMethod"
|
|
758
|
+
},
|
|
759
|
+
"21": {
|
|
760
|
+
"sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
|
|
761
|
+
"qualifiedName": "seasonalArimaForecastingMethod"
|
|
762
|
+
},
|
|
763
|
+
"22": {
|
|
764
|
+
"sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
|
|
765
|
+
"qualifiedName": "payloads"
|
|
766
|
+
},
|
|
767
|
+
"23": {
|
|
768
|
+
"sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
|
|
769
|
+
"qualifiedName": "__type"
|
|
770
|
+
},
|
|
771
|
+
"24": {
|
|
772
|
+
"sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
|
|
773
|
+
"qualifiedName": "__type.schema"
|
|
774
|
+
},
|
|
775
|
+
"25": {
|
|
776
|
+
"sourceFileName": "../../../../../../../modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
|
|
777
|
+
"qualifiedName": "transformers"
|
|
532
778
|
}
|
|
533
|
-
|
|
779
|
+
}
|
|
534
780
|
}
|