xxcy12138 commited on
Commit
42f70f4
·
verified ·
1 Parent(s): 27f5df3

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
F1_AR1/metadata.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generator": "F1_AR1",
3
+ "family": "F1: Linear Autoregressive",
4
+ "process": "AR(1)",
5
+ "params": {
6
+ "phi": 0.7,
7
+ "sigma": 1.0
8
+ },
9
+ "oracle_method": "Yule-Walker analytic h-step variance",
10
+ "description": "First-order autoregressive process. Represents stationary linear temporal dependence.",
11
+ "L_star_type": "analytic",
12
+ "data_config": {
13
+ "context_length": 192,
14
+ "horizon": 96,
15
+ "total_length": 288,
16
+ "n_channels": 1,
17
+ "n_train": 10000,
18
+ "n_test": 500,
19
+ "seed_train": 42,
20
+ "seed_test": 9999
21
+ },
22
+ "statistics": {
23
+ "train": {
24
+ "n_samples": 10000,
25
+ "length": 288,
26
+ "n_channels": 1,
27
+ "mean": 0.0031437766884491666,
28
+ "std": 1.4008585974462318,
29
+ "min": -7.24651693015423,
30
+ "max": 7.721699212230265
31
+ },
32
+ "test": {
33
+ "n_samples": 500,
34
+ "length": 288,
35
+ "n_channels": 1,
36
+ "mean": -0.0035759008425502157,
37
+ "std": 1.3966744814771033,
38
+ "min": -6.046210690531474,
39
+ "max": 6.101224524500633
40
+ }
41
+ }
42
+ }
F1_AR1/test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b766f4da2d3e59524f81841eaee10195687bb8e5211b0ff221f8c3efcb793910
3
+ size 1152128
F1_AR1/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f81920b135f2ba821f5bb4f40188f9579f809cbbff9deed923ab8d635da80ec
3
+ size 1475668
F1_AR1/train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cd627eb0dde517b243f32ed80252373188848025580b4f23d8aa329d3d3e52e
3
+ size 23040128
F1_AR1/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aafd7b98f3bbbd68f526ef03adcf5bf8aa85cdb0fef021cf9befe8fdd5fde12f
3
+ size 28305882
F1_ARFIMA/metadata.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generator": "F1_ARFIMA",
3
+ "family": "F1: Linear Autoregressive",
4
+ "process": "ARFIMA(0, 0.3, 0)",
5
+ "params": {
6
+ "d": 0.3,
7
+ "sigma": 1.0
8
+ },
9
+ "oracle_method": "Yule-Walker analytic (fractional differencing coefficients)",
10
+ "description": "Autoregressive fractionally integrated moving average. Bridges short-memory AR and long-memory processes.",
11
+ "L_star_type": "analytic",
12
+ "data_config": {
13
+ "context_length": 192,
14
+ "horizon": 96,
15
+ "total_length": 288,
16
+ "n_channels": 1,
17
+ "n_train": 10000,
18
+ "n_test": 500,
19
+ "seed_train": 42,
20
+ "seed_test": 9999
21
+ },
22
+ "statistics": {
23
+ "train": {
24
+ "n_samples": 10000,
25
+ "length": 288,
26
+ "n_channels": 1,
27
+ "mean": -0.004856002346471365,
28
+ "std": 1.1249429801362136,
29
+ "min": -5.82602683082183,
30
+ "max": 5.594750627820489
31
+ },
32
+ "test": {
33
+ "n_samples": 500,
34
+ "length": 288,
35
+ "n_channels": 1,
36
+ "mean": -0.009287905289879321,
37
+ "std": 1.1233441657331202,
38
+ "min": -5.077659072248222,
39
+ "max": 4.707290095855748
40
+ }
41
+ }
42
+ }
F1_ARFIMA/test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55d01cf5ed879ebdebb25521d6dea1783b2bb01c64c6478d251c53216d3d11d2
3
+ size 1152128
F1_ARFIMA/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9d38f87db4ceae7607e728855a37e779338d73a9aaac62ee385e0530f360494
3
+ size 1475668
F1_ARFIMA/train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8350aa6fe6f9bbee2527b686b66c7fec7897440eca70dd4e14d53a28d8166ace
3
+ size 23040128
F1_ARFIMA/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42c326ba39549edab45f80cccdf8049a3428332ea4b01ac1f8c77328c2668368
3
+ size 28305884
F2_GBM/metadata.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generator": "F2_GBM",
3
+ "family": "F2: Stochastic Differential Equation",
4
+ "process": "Geometric Brownian Motion",
5
+ "params": {
6
+ "mu": 0.05,
7
+ "sigma": 0.2,
8
+ "dt": 0.01,
9
+ "x0": 1.0
10
+ },
11
+ "oracle_method": "Log-normal transition density",
12
+ "description": "Multiplicative stochastic process (dX = mu*X*dt + sigma*X*dW). Standard model for asset prices.",
13
+ "L_star_type": "analytic",
14
+ "data_config": {
15
+ "context_length": 192,
16
+ "horizon": 96,
17
+ "total_length": 288,
18
+ "n_channels": 1,
19
+ "n_train": 10000,
20
+ "n_test": 500,
21
+ "seed_train": 42,
22
+ "seed_test": 9999
23
+ },
24
+ "statistics": {
25
+ "train": {
26
+ "n_samples": 10000,
27
+ "length": 288,
28
+ "n_channels": 1,
29
+ "mean": 1.074503219328569,
30
+ "std": 0.27101043154773097,
31
+ "min": 0.33039320034428815,
32
+ "max": 3.7896349988599534
33
+ },
34
+ "test": {
35
+ "n_samples": 500,
36
+ "length": 288,
37
+ "n_channels": 1,
38
+ "mean": 1.0857320861055744,
39
+ "std": 0.2841315455487273,
40
+ "min": 0.31966744036208344,
41
+ "max": 3.243549904800138
42
+ }
43
+ }
44
+ }
F2_GBM/test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb5292e2b03a5dc196e860cf35f87efe0b082ab772d47a55a4885625f52f4780
3
+ size 1152128
F2_GBM/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb373b83988d4c44c881a4eae3c26f071001a3f4e0146cbd25cf68ede3938ad0
3
+ size 1471096
F2_GBM/train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e7d2fec3e2635324274a6754474f0bfb96ea7e811324dbf36699163cd3161e4
3
+ size 23040128
F2_GBM/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f820e543d4b34830daaacb96bb16947b0dece5bc09bec143b738e9199afaadd
3
+ size 28208351
F2_OU/metadata.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generator": "F2_OU",
3
+ "family": "F2: Stochastic Differential Equation",
4
+ "process": "Ornstein-Uhlenbeck",
5
+ "params": {
6
+ "theta": 1.0,
7
+ "mu": 0.0,
8
+ "sigma": 1.0,
9
+ "dt": 0.01
10
+ },
11
+ "oracle_method": "Transition density conditional variance",
12
+ "description": "Mean-reverting continuous-time process. Discretized via Euler-Maruyama.",
13
+ "L_star_type": "analytic",
14
+ "data_config": {
15
+ "context_length": 192,
16
+ "horizon": 96,
17
+ "total_length": 288,
18
+ "n_channels": 1,
19
+ "n_train": 10000,
20
+ "n_test": 500,
21
+ "seed_train": 42,
22
+ "seed_test": 9999
23
+ },
24
+ "statistics": {
25
+ "train": {
26
+ "n_samples": 10000,
27
+ "length": 288,
28
+ "n_channels": 1,
29
+ "mean": 0.009071194154772928,
30
+ "std": 0.7088094900155398,
31
+ "min": -3.4925534898532513,
32
+ "max": 3.587005618621326
33
+ },
34
+ "test": {
35
+ "n_samples": 500,
36
+ "length": 288,
37
+ "n_channels": 1,
38
+ "mean": 0.005653042994905875,
39
+ "std": 0.7093033400203858,
40
+ "min": -3.0427328335596595,
41
+ "max": 2.4958214656109847
42
+ }
43
+ }
44
+ }
F2_OU/test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a53a38a2e2c9a82860907b5b94a9964d552aa5e52118d92f7bdf9d4e3bcbb837
3
+ size 1152128
F2_OU/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b819e826866d312797d18cceca7b551862455a8a44506b36d2b5a0333fe4474
3
+ size 1475668
F2_OU/train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1851f09aed99d9e791e480f6c9ca5a05ed62e1efd615213e99f1389e24ef7ef
3
+ size 23040128
F2_OU/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed16f59db16b78726baa092766f88d93c902f276c3cf91b5a751fdf714f89a6d
3
+ size 28305882
F3_fBm/metadata.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generator": "F3_fBm",
3
+ "family": "F3: Long Memory",
4
+ "process": "Fractional Brownian Motion",
5
+ "params": {
6
+ "hurst": 0.8
7
+ },
8
+ "oracle_method": "Monte Carlo conditional expectation (M=5000)",
9
+ "description": "Self-similar Gaussian process with long-range dependence (H=0.8). Generated via Davies-Harte FFT.",
10
+ "L_star_type": "monte_carlo",
11
+ "data_config": {
12
+ "context_length": 192,
13
+ "horizon": 96,
14
+ "total_length": 288,
15
+ "n_channels": 1,
16
+ "n_train": 10000,
17
+ "n_test": 500,
18
+ "seed_train": 42,
19
+ "seed_test": 9999
20
+ },
21
+ "statistics": {
22
+ "train": {
23
+ "n_samples": 10000,
24
+ "length": 288,
25
+ "n_channels": 1,
26
+ "mean": 0.014322825327782536,
27
+ "std": 2.2034292484541735,
28
+ "min": -13.408594426377357,
29
+ "max": 13.865293527749612
30
+ },
31
+ "test": {
32
+ "n_samples": 500,
33
+ "length": 288,
34
+ "n_channels": 1,
35
+ "mean": -0.1711063026811359,
36
+ "std": 2.1136071404460535,
37
+ "min": -10.961586566324842,
38
+ "max": 10.901213564598988
39
+ }
40
+ }
41
+ }
F3_fBm/test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec5006fa3261e44461c67f173e1e2c22f7c541f8eca879120a9cc17d58644e0d
3
+ size 1152128
F3_fBm/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a64e3d125a33f89dd06a7b4c99232f3d64201750792696805f11dc8609140b9
3
+ size 1475668
F3_fBm/train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6198fdb491d78b6ce4a32efc66ea1aaf8e9b3e5833736cf02169083f88655feb
3
+ size 23040128
F3_fBm/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2187e84f8440b2b2aca38cd276669869a38e7d1fcabf49d1a60150b13b826307
3
+ size 28305882
F4_LogisticMap/metadata.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generator": "F4_LogisticMap",
3
+ "family": "F4: Deterministic Chaos",
4
+ "process": "Logistic Map",
5
+ "params": {
6
+ "r": 3.9,
7
+ "burn_in": 1000
8
+ },
9
+ "oracle_method": "Monte Carlo oracle (M=5000 trajectory simulations)",
10
+ "description": "Chaotic discrete-time system x_{t+1} = r*x_t*(1-x_t) in the fully chaotic regime.",
11
+ "L_star_type": "monte_carlo",
12
+ "data_config": {
13
+ "context_length": 192,
14
+ "horizon": 96,
15
+ "total_length": 288,
16
+ "n_channels": 1,
17
+ "n_train": 10000,
18
+ "n_test": 500,
19
+ "seed_train": 42,
20
+ "seed_test": 9999
21
+ },
22
+ "statistics": {
23
+ "train": {
24
+ "n_samples": 10000,
25
+ "length": 288,
26
+ "n_channels": 1,
27
+ "mean": 0.5924293983702104,
28
+ "std": 0.29925084994203566,
29
+ "min": 0.09506250000006836,
30
+ "max": 0.9749999999999815
31
+ },
32
+ "test": {
33
+ "n_samples": 500,
34
+ "length": 288,
35
+ "n_channels": 1,
36
+ "mean": 0.5924161382925378,
37
+ "std": 0.2992307725948827,
38
+ "min": 0.09506250119623819,
39
+ "max": 0.9749999996771287
40
+ }
41
+ }
42
+ }
F4_LogisticMap/test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88dc2a7df3631b3f6def2ba7044a53fa721e6044def1d48f7beea0f88a436b45
3
+ size 1152128
F4_LogisticMap/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2278bc0a69a1a3c396f501095a179fdc950a3df69ab7ed79ac3f3d429ea2a475
3
+ size 1475668
F4_LogisticMap/train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f1034623e94e3825fa40cb3a6999841f01b2c9321bbba42dc2da6d7d11e1e26
3
+ size 23040128
F4_LogisticMap/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c8cdde08cc9c66e88b17dc27694017e697bf37a81d4a9db0cf5f9d67baab9c6
3
+ size 28305882
F4_MackeyGlass/metadata.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generator": "F4_MackeyGlass",
3
+ "family": "F4: Deterministic Chaos",
4
+ "process": "Mackey-Glass Delay Differential Equation",
5
+ "params": {
6
+ "beta": 0.2,
7
+ "gamma": 0.1,
8
+ "tau": 17,
9
+ "n": 10,
10
+ "dt": 0.1
11
+ },
12
+ "oracle_method": "Monte Carlo oracle (M=5000)",
13
+ "description": "Time-delay DDE with chaotic behavior at tau=17. Requires precise 17-step lookback.",
14
+ "L_star_type": "monte_carlo",
15
+ "data_config": {
16
+ "context_length": 192,
17
+ "horizon": 96,
18
+ "total_length": 288,
19
+ "n_channels": 1,
20
+ "n_train": 10000,
21
+ "n_test": 500,
22
+ "seed_train": 42,
23
+ "seed_test": 9999
24
+ },
25
+ "statistics": {
26
+ "train": {
27
+ "n_samples": 10000,
28
+ "length": 288,
29
+ "n_channels": 1,
30
+ "mean": 0.9999999999999999,
31
+ "std": 7.959331260097838e-16,
32
+ "min": 0.9999999999999989,
33
+ "max": 1.0000000000000022
34
+ },
35
+ "test": {
36
+ "n_samples": 500,
37
+ "length": 288,
38
+ "n_channels": 1,
39
+ "mean": 0.9999999999999998,
40
+ "std": 7.791044953433913e-16,
41
+ "min": 0.9999999999999989,
42
+ "max": 1.000000000000002
43
+ }
44
+ }
45
+ }
F4_MackeyGlass/test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7657172424ba2f17a26c06212f4c863cbaa707b4a4ba491922c8c7d2e7edcd11
3
+ size 1152128
F4_MackeyGlass/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f8cd8537bd0aa406f4e2c7c18aa2b4ff539421c15185ce170fa56dd9cca7914
3
+ size 252667
F4_MackeyGlass/train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:496b6b773170dd788b2a5912545746dfb5569940502b8737051ae3a5684eeed0
3
+ size 23040128
F4_MackeyGlass/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07664b6eb088ec166be68b90e32eac5e4dc4e1c34a3345830a1e97ff4c06ab9b
3
+ size 1536743
F5_GP_Matern/metadata.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generator": "F5_GP_Matern",
3
+ "family": "F5: Gaussian Process",
4
+ "process": "GP with Matern-3/2 kernel",
5
+ "params": {
6
+ "length_scale": 0.3,
7
+ "nu": 1.5,
8
+ "variance": 1.0
9
+ },
10
+ "oracle_method": "Kriging closed-form posterior",
11
+ "description": "GP with once-differentiable sample paths (nu=1.5). More realistic than RBF for physical processes.",
12
+ "L_star_type": "analytic",
13
+ "data_config": {
14
+ "context_length": 192,
15
+ "horizon": 96,
16
+ "total_length": 288,
17
+ "n_channels": 1,
18
+ "n_train": 10000,
19
+ "n_test": 500,
20
+ "seed_train": 42,
21
+ "seed_test": 9999
22
+ },
23
+ "statistics": {
24
+ "train": {
25
+ "n_samples": 10000,
26
+ "length": 288,
27
+ "n_channels": 1,
28
+ "mean": 0.0050898633078428806,
29
+ "std": 0.9984140215711862,
30
+ "min": -5.166886133556839,
31
+ "max": 4.395280240889112
32
+ },
33
+ "test": {
34
+ "n_samples": 500,
35
+ "length": 288,
36
+ "n_channels": 1,
37
+ "mean": 0.026336263169737983,
38
+ "std": 0.983687702868142,
39
+ "min": -4.042134325900991,
40
+ "max": 3.79917490933677
41
+ }
42
+ }
43
+ }
F5_GP_Matern/test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a92ecf923c7c7e9ee6b6274c877e3ae36c9bb86d9b4475a7bb7ba4e4b9e6ec0
3
+ size 1152128
F5_GP_Matern/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9a44914c3a7f8d5a285aa863488eeb0593db9248376667181396efe96187467
3
+ size 1475668
F5_GP_Matern/train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a109a0d5c35f1cbfea0c410f677694a2b0a545dfafab8a38c664e2f9d45c4140
3
+ size 23040128
F5_GP_Matern/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7714363463bccc3bc85e63c43538cfa20bcae5c39a8228f86c9521afa71f5ee
3
+ size 28305882
F5_GP_Periodic/metadata.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generator": "F5_GP_Periodic",
3
+ "family": "F5: Gaussian Process",
4
+ "process": "GP with Periodic kernel",
5
+ "params": {
6
+ "length_scale": 0.5,
7
+ "period": 0.25,
8
+ "variance": 1.0
9
+ },
10
+ "oracle_method": "Kriging closed-form posterior",
11
+ "description": "GP with exact periodicity. Models cyclic patterns with stochastic amplitude variation.",
12
+ "L_star_type": "analytic",
13
+ "data_config": {
14
+ "context_length": 192,
15
+ "horizon": 96,
16
+ "total_length": 288,
17
+ "n_channels": 1,
18
+ "n_train": 10000,
19
+ "n_test": 500,
20
+ "seed_train": 42,
21
+ "seed_test": 9999
22
+ },
23
+ "statistics": {
24
+ "train": {
25
+ "n_samples": 10000,
26
+ "length": 288,
27
+ "n_channels": 1,
28
+ "mean": -0.003901225375834531,
29
+ "std": 1.0032426921494955,
30
+ "min": -4.474203568925112,
31
+ "max": 4.619269096837562
32
+ },
33
+ "test": {
34
+ "n_samples": 500,
35
+ "length": 288,
36
+ "n_channels": 1,
37
+ "mean": 0.012850240842677088,
38
+ "std": 1.000913851236887,
39
+ "min": -3.93658331095349,
40
+ "max": 3.9393691551905743
41
+ }
42
+ }
43
+ }
F5_GP_Periodic/test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abcf030b2e2e62c05770edc81c1995852b4be36514afa4139c4e75709b2e5642
3
+ size 1152128
F5_GP_Periodic/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de0fcd47369a4a21ea24f69957ad1d26dadeb643e8d4a42c1bc970c9be663f40
3
+ size 1475668
F5_GP_Periodic/train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dfd84a731eb82f5ad17b7acaa5853b212b75f47fae680a48e8b670c4976e26f
3
+ size 23040128
F5_GP_Periodic/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd18beb833c63da319352a54d04cf10ab82ca83477f9d00bb9c82d432a83517c
3
+ size 28305884
F5_GP_RBF/metadata.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generator": "F5_GP_RBF",
3
+ "family": "F5: Gaussian Process",
4
+ "process": "GP with RBF (Squared Exponential) kernel",
5
+ "params": {
6
+ "length_scale": 0.3,
7
+ "variance": 1.0
8
+ },
9
+ "oracle_method": "Kriging closed-form posterior",
10
+ "description": "Smooth, infinitely differentiable GP sample paths. Lengthscale controls correlation range.",
11
+ "L_star_type": "analytic",
12
+ "data_config": {
13
+ "context_length": 192,
14
+ "horizon": 96,
15
+ "total_length": 288,
16
+ "n_channels": 1,
17
+ "n_train": 10000,
18
+ "n_test": 500,
19
+ "seed_train": 42,
20
+ "seed_test": 9999
21
+ },
22
+ "statistics": {
23
+ "train": {
24
+ "n_samples": 10000,
25
+ "length": 288,
26
+ "n_channels": 1,
27
+ "mean": 0.001969728705502227,
28
+ "std": 0.9978337012291862,
29
+ "min": -4.83969901118161,
30
+ "max": 4.233327223731424
31
+ },
32
+ "test": {
33
+ "n_samples": 500,
34
+ "length": 288,
35
+ "n_channels": 1,
36
+ "mean": 0.05433512962281613,
37
+ "std": 0.9871983527212738,
38
+ "min": -3.1667610884953863,
39
+ "max": 3.7823321405170387
40
+ }
41
+ }
42
+ }
F5_GP_RBF/test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09ed56f0cb4b535075512b82882972e0f1372fc9a6e0d0987de3cb245a62a150
3
+ size 1152128
F5_GP_RBF/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d17d1589a9aea137fcf948596cad6a4ea0e6bc1f7b8e655941d0bdb22d6ee1b6
3
+ size 1475668
F5_GP_RBF/train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c68b834dfe7fc85f81df4292ae65537b3f83c021af0c786b66a213642266659c
3
+ size 23040128
F5_GP_RBF/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ee81f26da7033bee207677b4baf9a051d1dc8c3884640be1a625859f855acda
3
+ size 28305882