File size: 2,423 Bytes
ae97a0a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | {
"mode": "summary",
"trend": {
"shape": [
120,
2
],
"mean": 0.5960651650247738,
"std": 1.4198475221201121,
"min": -1.2200436112776705,
"max": 3.512498372262609,
"l2_norm": 23.855870558132892
},
"season": {
"shape": [
120,
2
],
"mean": -0.0010651650247738903,
"std": 0.5802140220684496,
"min": -1.0049930878733195,
"max": 1.0023620893385892,
"l2_norm": 8.988652125626544
},
"residual": {
"shape": [
120,
2
],
"mean": 2.2119757197777702e-17,
"std": 1.350101248195752e-15,
"min": -5.329070518200751e-15,
"max": 4.440892098500626e-15,
"l2_norm": 2.0918485589764185e-14
},
"components": {
"modes": {
"shape": [
8,
120,
2
],
"mean": 0.074375,
"std": 0.5625957137200474,
"min": -1.2664982699545377,
"max": 3.6559750460874487,
"l2_norm": 24.866192093375403
}
},
"meta": {
"method": "MSSA",
"window": 24,
"rank": 8,
"n_channels": 2,
"singular_values": [
100.79974081545001,
28.28944286870545,
27.926270495654204,
4.307096686302977,
2.6674992687897345e-14,
2.6353560637622186e-14,
2.456856596081912e-14,
2.3931451730714314e-14
],
"trend_components": [
0,
3
],
"season_components": [
1,
2
],
"dominant_frequencies": [
0.008333333333333333,
0.08333333333333333,
0.08333333333333333,
0.008333333333333333,
0.125,
0.125,
0.2916666666666667,
0.2916666666666667
],
"backend_requested": "auto",
"backend_used": "python",
"speed_mode": "exact",
"input_shape": [
120,
2
],
"result_layout": "multivariate",
"channel_names": [
"x0",
"x1"
]
},
"diagnostics": {
"component_count": 1,
"component_names": [
"modes"
],
"component_shapes": {
"modes": [
8,
120,
2
]
},
"quality_metrics": {
"trend_l2_norm": 23.855870558132892,
"season_l2_norm": 8.988652125626544,
"residual_l2_norm": 2.0918485589764185e-14,
"residual_ratio": 8.270437821740825e-16
},
"warnings": [],
"limitations": []
}
} |