-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathanomaly-detection.txt
More file actions
74 lines (74 loc) · 1.23 KB
/
anomaly-detection.txt
File metadata and controls
74 lines (74 loc) · 1.23 KB
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
[
{
"date": "2026-02-16",
"value": 74.01,
"mean": 74.9797,
"std": 0.3925,
"z_score": -2.47,
"direction": "low"
},
{
"date": "2026-02-17",
"value": 73.99,
"mean": 74.9327,
"std": 0.4237,
"z_score": -2.23,
"direction": "low"
},
{
"date": "2026-02-19",
"value": 73.8,
"mean": 74.841,
"std": 0.4761,
"z_score": -2.19,
"direction": "low"
},
{
"date": "2026-02-20",
"value": 73.1,
"mean": 74.7907,
"std": 0.5716,
"z_score": -2.96,
"direction": "low"
},
{
"date": "2026-02-23",
"value": 73.28,
"mean": 74.622,
"std": 0.6432,
"z_score": -2.09,
"direction": "low"
},
{
"date": "2026-03-17",
"value": 72.54,
"mean": 73.5387,
"std": 0.4123,
"z_score": -2.42,
"direction": "low"
},
{
"date": "2026-03-18",
"value": 72.35,
"mean": 73.4833,
"std": 0.4559,
"z_score": -2.49,
"direction": "low"
},
{
"date": "2026-03-19",
"value": 72.18,
"mean": 73.423,
"std": 0.5038,
"z_score": -2.47,
"direction": "low"
},
{
"date": "2026-03-25",
"value": 71.78,
"mean": 73.1653,
"std": 0.645,
"z_score": -2.15,
"direction": "low"
}
]