Gaussian-compensated Levy neural noise / results.json
Failed on benchmark
1{
2 "N": 200000,
3 "eps": [
4 0.01,
5 0.02,
6 0.04,
7 0.08,
8 0.16,
9 0.32
10 ],
11 "results": {
12 "0.5": {
13 "observed": {
14 "variance_exponent": 1.5000000000000004,
15 "naive_error_exponent": 0.7500000000000001,
16 "compensated_W1_proxy_exponent": 1.0000000000000004,
17 "residual_normality_exponent": 0.2499999999999999,
18 "large_jump_rate_exponent": -0.5000000000000002,
19 "mean_gaussian_relative_variance_error": 0.0021702162120991156
20 },
21 "predicted": {
22 "variance_exponent": 1.5,
23 "naive_error_exponent": 0.75,
24 "compensated_W1_proxy_exponent": 1.0,
25 "residual_normality_exponent": 0.25,
26 "large_jump_rate_exponent": -0.5
27 },
28 "rows": [
29 {
30 "epsilon": 0.01,
31 "sigma2_theory": 0.0006666666666666666,
32 "gaussian_variance_mc": 0.0006689211629654449,
33 "variance_relative_error": 0.003381744448167391,
34 "naive_scale_sigma": 0.025819888974716113,
35 "compensated_w1_proxy_rho_over_sigma2": 0.006000000000000001,
36 "normality_proxy_rho_over_sigma3": 0.23237900077244505,
37 "normal_sample_abs_skew": 0.0036198067796436423,
38 "normal_sample_excess_kurtosis": -0.0011266829514120502,
39 "large_jump_rate": 20.0
40 },
41 {
42 "epsilon": 0.02,
43 "sigma2_theory": 0.0018856180831641268,
44 "gaussian_variance_mc": 0.0018846461338553895,
45 "variance_relative_error": 0.0005154539603832949,
46 "naive_scale_sigma": 0.04342370416217537,
47 "compensated_w1_proxy_rho_over_sigma2": 0.012,
48 "normality_proxy_rho_over_sigma3": 0.2763467610958144,
49 "normal_sample_abs_skew": 0.00608555530871043,
50 "normal_sample_excess_kurtosis": -0.00016911218295412311,
51 "large_jump_rate": 14.142135623730951
52 },
53 {
54 "epsilon": 0.04,
55 "sigma2_theory": 0.005333333333333333,
56 "gaussian_variance_mc": 0.0053402028210863955,
57 "variance_relative_error": 0.0012880289536991983,
58 "naive_scale_sigma": 0.07302967433402215,
59 "compensated_w1_proxy_rho_over_sigma2": 0.024000000000000004,
60 "normality_proxy_rho_over_sigma3": 0.32863353450309973,
61 "normal_sample_abs_skew": 0.0019765731632385088,
62 "normal_sample_excess_kurtosis": -0.006039393311802588,
63 "large_jump_rate": 10.0
64 },
65 {
66 "epsilon": 0.08,
67 "sigma2_theory": 0.015084944665313014,
68 "gaussian_variance_mc": 0.015040495087792153,
69 "variance_relative_error": 0.0029466185330510714,
70 "naive_scale_sigma": 0.12282078270925086,
71 "compensated_w1_proxy_rho_over_sigma2": 0.048,
72 "normality_proxy_rho_over_sigma3": 0.39081333745957836,
73 "normal_sample_abs_skew": 0.002258108850591097,
74 "normal_sample_excess_kurtosis": -0.0021749742341428124,
75 "large_jump_rate": 7.0710678118654755
76 },
77 {
78 "epsilon": 0.16,
79 "sigma2_theory": 0.042666666666666665,
80 "gaussian_variance_mc": 0.04286599415224391,
81 "variance_relative_error": 0.0046717379432166615,
82 "naive_scale_sigma": 0.2065591117977289,
83 "compensated_w1_proxy_rho_over_sigma2": 0.09600000000000002,
84 "normality_proxy_rho_over_sigma3": 0.4647580015448901,
85 "normal_sample_abs_skew": 0.0040700703924827514,
86 "normal_sample_excess_kurtosis": 0.004947494476852388,
87 "large_jump_rate": 5.0
88 },
89 {
90 "epsilon": 0.32,
91 "sigma2_theory": 0.12067955732250411,
92 "gaussian_variance_mc": 0.12065328376165653,
93 "variance_relative_error": 0.00021771343407707772,
94 "naive_scale_sigma": 0.34738963329740297,
95 "compensated_w1_proxy_rho_over_sigma2": 0.192,
96 "normality_proxy_rho_over_sigma3": 0.5526935221916288,
97 "normal_sample_abs_skew": 0.005145451638938639,
98 "normal_sample_excess_kurtosis": 0.012942297683959048,
99 "large_jump_rate": 3.5355339059327378
100 }
101 ]
102 },
103 "1.0": {
104 "observed": {
105 "variance_exponent": 0.9999999999999996,
106 "naive_error_exponent": 0.4999999999999998,
107 "compensated_W1_proxy_exponent": 1.0000000000000002,
108 "residual_normality_exponent": 0.5000000000000002,
109 "large_jump_rate_exponent": -1.0,
110 "mean_gaussian_relative_variance_error": 0.0028912502174601533
111 },
112 "predicted": {
113 "variance_exponent": 1.0,
114 "naive_error_exponent": 0.5,
115 "compensated_W1_proxy_exponent": 1.0,
116 "residual_normality_exponent": 0.5,
117 "large_jump_rate_exponent": -1.0
118 },
119 "rows": [
120 {
121 "epsilon": 0.01,
122 "sigma2_theory": 0.01,
123 "gaussian_variance_mc": 0.00997320386329658,
124 "variance_relative_error": 0.0026796136703420223,
125 "naive_scale_sigma": 0.1,
126 "compensated_w1_proxy_rho_over_sigma2": 0.005,
127 "normality_proxy_rho_over_sigma3": 0.05,
128 "normal_sample_abs_skew": 0.008161643383946888,
129 "normal_sample_excess_kurtosis": -0.004715013536657597,
130 "large_jump_rate": 100.0
131 },
132 {
133 "epsilon": 0.02,
134 "sigma2_theory": 0.02,
135 "gaussian_variance_mc": 0.020067517265745544,
136 "variance_relative_error": 0.00337586328727716,
137 "naive_scale_sigma": 0.1414213562373095,
138 "compensated_w1_proxy_rho_over_sigma2": 0.01,
139 "normality_proxy_rho_over_sigma3": 0.07071067811865475,
140 "normal_sample_abs_skew": 0.000834082398031418,
141 "normal_sample_excess_kurtosis": -0.007881346905621367,
142 "large_jump_rate": 50.0
143 },
144 {
145 "epsilon": 0.04,
146 "sigma2_theory": 0.04,
147 "gaussian_variance_mc": 0.04010080731358568,
148 "variance_relative_error": 0.0025201828396419906,
149 "naive_scale_sigma": 0.2,
150 "compensated_w1_proxy_rho_over_sigma2": 0.02,
151 "normality_proxy_rho_over_sigma3": 0.1,
152 "normal_sample_abs_skew": 0.002234447443122037,
153 "normal_sample_excess_kurtosis": 0.0016069617006175818,
154 "large_jump_rate": 25.0
155 },
156 {
157 "epsilon": 0.08,
158 "sigma2_theory": 0.08,
159 "gaussian_variance_mc": 0.07958701102060817,
160 "variance_relative_error": 0.005162362242397932,
161 "naive_scale_sigma": 0.282842712474619,
162 "compensated_w1_proxy_rho_over_sigma2": 0.04,
163 "normality_proxy_rho_over_sigma3": 0.1414213562373095,
164 "normal_sample_abs_skew": 7.104001957793786e-05,
165 "normal_sample_excess_kurtosis": 0.0013421754377005435,
166 "large_jump_rate": 12.5
167 },
168 {
169 "epsilon": 0.16,
170 "sigma2_theory": 0.16,
171 "gaussian_variance_mc": 0.15982988724954425,
172 "variance_relative_error": 0.001063204690348457,
173 "naive_scale_sigma": 0.4,
174 "compensated_w1_proxy_rho_over_sigma2": 0.08,
175 "normality_proxy_rho_over_sigma3": 0.2,
176 "normal_sample_abs_skew": 0.006610728258725122,
177 "normal_sample_excess_kurtosis": 0.0009239321901661768,
178 "large_jump_rate": 6.25
179 },
180 {
181 "epsilon": 0.32,
182 "sigma2_theory": 0.32,
183 "gaussian_variance_mc": 0.3208148078639211,
184 "variance_relative_error": 0.002546274574753357,
185 "naive_scale_sigma": 0.565685424949238,
186 "compensated_w1_proxy_rho_over_sigma2": 0.16,
187 "normality_proxy_rho_over_sigma3": 0.282842712474619,
188 "normal_sample_abs_skew": 0.0005219230442753071,
189 "normal_sample_excess_kurtosis": 0.010158588327545903,
190 "large_jump_rate": 3.125
191 }
192 ]
193 },
194 "1.5": {
195 "observed": {
196 "variance_exponent": 0.4999999999999999,
197 "naive_error_exponent": 0.25,
198 "compensated_W1_proxy_exponent": 1.0000000000000002,
199 "residual_normality_exponent": 0.7500000000000001,
200 "large_jump_rate_exponent": -1.5000000000000002,
201 "mean_gaussian_relative_variance_error": 0.0015279577486738644
202 },
203 "predicted": {
204 "variance_exponent": 0.5,
205 "naive_error_exponent": 0.25,
206 "compensated_W1_proxy_exponent": 1.0,
207 "residual_normality_exponent": 0.75,
208 "large_jump_rate_exponent": -1.5
209 },
210 "rows": [
211 {
212 "epsilon": 0.01,
213 "sigma2_theory": 0.2,
214 "gaussian_variance_mc": 0.20000027955903799,
215 "variance_relative_error": 1.397795189872486e-06,
216 "naive_scale_sigma": 0.4472135954999579,
217 "compensated_w1_proxy_rho_over_sigma2": 0.003333333333333333,
218 "normality_proxy_rho_over_sigma3": 0.007453559924999298,
219 "normal_sample_abs_skew": 0.001283865878821681,
220 "normal_sample_excess_kurtosis": 0.012405393717463742,
221 "large_jump_rate": 666.6666666666666
222 },
223 {
224 "epsilon": 0.02,
225 "sigma2_theory": 0.282842712474619,
226 "gaussian_variance_mc": 0.28304269589153425,
227 "variance_relative_error": 0.0007070481511281109,
228 "naive_scale_sigma": 0.5318295896944989,
229 "compensated_w1_proxy_rho_over_sigma2": 0.006666666666666667,
230 "normality_proxy_rho_over_sigma3": 0.012535343643621313,
231 "normal_sample_abs_skew": 0.015454731212929016,
232 "normal_sample_excess_kurtosis": -0.007961706354103981,
233 "large_jump_rate": 235.70226039551585
234 },
235 {
236 "epsilon": 0.04,
237 "sigma2_theory": 0.4,
238 "gaussian_variance_mc": 0.3992458683677418,
239 "variance_relative_error": 0.0018853290806455925,
240 "naive_scale_sigma": 0.6324555320336759,
241 "compensated_w1_proxy_rho_over_sigma2": 0.013333333333333332,
242 "normality_proxy_rho_over_sigma3": 0.021081851067789193,
243 "normal_sample_abs_skew": 0.0016774000713873978,
244 "normal_sample_excess_kurtosis": -0.007479728017862897,
245 "large_jump_rate": 83.33333333333333
246 },
247 {
248 "epsilon": 0.08,
249 "sigma2_theory": 0.565685424949238,
250 "gaussian_variance_mc": 0.5678108588687446,
251 "variance_relative_error": 0.0037572718436175343,
252 "naive_scale_sigma": 0.7521206186172787,
253 "compensated_w1_proxy_rho_over_sigma2": 0.02666666666666667,
254 "normality_proxy_rho_over_sigma3": 0.03545530597963326,
255 "normal_sample_abs_skew": 0.0029248983961162006,
256 "normal_sample_excess_kurtosis": 0.014059343653025191,
257 "large_jump_rate": 29.46278254943948
258 },
259 {
260 "epsilon": 0.16,
261 "sigma2_theory": 0.8,
262 "gaussian_variance_mc": 0.7986279128914912,
263 "variance_relative_error": 0.001715108885636113,
264 "naive_scale_sigma": 0.8944271909999159,
265 "compensated_w1_proxy_rho_over_sigma2": 0.05333333333333333,
266 "normality_proxy_rho_over_sigma3": 0.05962847939999438,
267 "normal_sample_abs_skew": 0.004142990069950352,
268 "normal_sample_excess_kurtosis": 0.004882441004848026,
269 "large_jump_rate": 10.416666666666666
270 },
271 {
272 "epsilon": 0.32,
273 "sigma2_theory": 1.131370849898476,
274 "gaussian_variance_mc": 1.1301245422514443,
275 "variance_relative_error": 0.0011015907358259637,
276 "naive_scale_sigma": 1.0636591793889978,
277 "compensated_w1_proxy_rho_over_sigma2": 0.10666666666666667,
278 "normality_proxy_rho_over_sigma3": 0.10028274914897051,
279 "normal_sample_abs_skew": 0.002053736888794852,
280 "normal_sample_excess_kurtosis": 0.0006941467278234192,
281 "large_jump_rate": 3.682847818679935
282 }
283 ]
284 }
285 }
286}