jean-jsj commited on
Commit
74d7300
·
verified ·
1 Parent(s): cca99e9

Add files using upload-large-folder tool

Browse files
Files changed (49) hide show
  1. .gitattributes +16 -0
  2. dev/complex_covariance_probit_endogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv +3 -0
  3. dev/complex_covariance_probit_endogenous_seed001/hidden/elasticity_truth_hidden.csv +1601 -0
  4. dev/complex_covariance_probit_endogenous_seed001/hidden/transactions_full_hidden.csv +3 -0
  5. dev/complex_covariance_probit_endogenous_seed001/public/counterfactual_sweep_context_public.csv +3 -0
  6. dev/complex_covariance_probit_endogenous_seed001/public/products_public.csv +41 -0
  7. dev/complex_covariance_probit_endogenous_seed001/public/stores_public.csv +732 -0
  8. dev/complex_covariance_probit_endogenous_seed001/public/transactions_holdout_context_public.csv +0 -0
  9. dev/complex_covariance_probit_endogenous_seed001/public/transactions_train_public.csv +3 -0
  10. dev/complex_covariance_probit_endogenous_seed001/release/DATASHEET.md +24 -0
  11. dev/complex_covariance_probit_endogenous_seed001/release/MANIFEST.json +68 -0
  12. dev/complex_covariance_probit_endogenous_seed001/release/release_notes.md +29 -0
  13. dev/complex_covariance_probit_endogenous_seed001/release/scoring_params.json +14 -0
  14. dev/complex_covariance_probit_exogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv +3 -0
  15. dev/complex_covariance_probit_exogenous_seed001/hidden/elasticity_truth_hidden.csv +1601 -0
  16. dev/complex_covariance_probit_exogenous_seed001/hidden/transactions_full_hidden.csv +3 -0
  17. dev/complex_covariance_probit_exogenous_seed001/public/counterfactual_sweep_context_public.csv +3 -0
  18. dev/complex_covariance_probit_exogenous_seed001/public/products_public.csv +41 -0
  19. dev/complex_covariance_probit_exogenous_seed001/public/stores_public.csv +732 -0
  20. dev/complex_covariance_probit_exogenous_seed001/public/transactions_holdout_context_public.csv +0 -0
  21. dev/complex_covariance_probit_exogenous_seed001/public/transactions_train_public.csv +3 -0
  22. dev/complex_covariance_probit_exogenous_seed001/release/DATASHEET.md +24 -0
  23. dev/complex_covariance_probit_exogenous_seed001/release/MANIFEST.json +68 -0
  24. dev/complex_covariance_probit_exogenous_seed001/release/release_notes.md +29 -0
  25. dev/complex_covariance_probit_exogenous_seed001/release/scoring_params.json +14 -0
  26. dev/complex_log_log_endogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv +3 -0
  27. dev/complex_log_log_endogenous_seed001/hidden/transactions_full_hidden.csv +3 -0
  28. dev/complex_log_log_endogenous_seed001/public/counterfactual_sweep_context_public.csv +3 -0
  29. dev/complex_log_log_endogenous_seed001/public/products_public.csv +41 -0
  30. dev/complex_log_log_endogenous_seed001/public/stores_public.csv +732 -0
  31. dev/complex_log_log_endogenous_seed001/public/transactions_holdout_context_public.csv +0 -0
  32. dev/complex_log_log_endogenous_seed001/public/transactions_train_public.csv +3 -0
  33. dev/complex_log_log_endogenous_seed001/release/DATASHEET.md +24 -0
  34. dev/complex_log_log_exogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv +3 -0
  35. dev/complex_log_log_exogenous_seed001/hidden/transactions_full_hidden.csv +3 -0
  36. dev/complex_log_log_exogenous_seed001/public/counterfactual_sweep_context_public.csv +3 -0
  37. dev/complex_log_log_exogenous_seed001/public/transactions_train_public.csv +3 -0
  38. dev/simple_covariance_probit_endogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv +0 -0
  39. dev/simple_covariance_probit_endogenous_seed001/hidden/elasticity_truth_hidden.csv +10 -0
  40. dev/simple_covariance_probit_endogenous_seed001/hidden/transactions_full_hidden.csv +0 -0
  41. dev/simple_covariance_probit_endogenous_seed001/public/counterfactual_sweep_context_public.csv +0 -0
  42. dev/simple_covariance_probit_endogenous_seed001/public/products_public.csv +4 -0
  43. dev/simple_covariance_probit_endogenous_seed001/public/stores_public.csv +13 -0
  44. dev/simple_covariance_probit_endogenous_seed001/public/transactions_holdout_context_public.csv +577 -0
  45. dev/simple_covariance_probit_endogenous_seed001/public/transactions_train_public.csv +0 -0
  46. dev/simple_covariance_probit_endogenous_seed001/release/DATASHEET.md +24 -0
  47. dev/simple_covariance_probit_endogenous_seed001/release/MANIFEST.json +68 -0
  48. dev/simple_covariance_probit_endogenous_seed001/release/release_notes.md +29 -0
  49. dev/simple_covariance_probit_endogenous_seed001/release/scoring_params.json +14 -0
.gitattributes CHANGED
@@ -58,3 +58,19 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ dev/complex_covariance_probit_exogenous_seed001/public/counterfactual_sweep_context_public.csv filter=lfs diff=lfs merge=lfs -text
62
+ dev/complex_covariance_probit_exogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv filter=lfs diff=lfs merge=lfs -text
63
+ dev/complex_covariance_probit_endogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv filter=lfs diff=lfs merge=lfs -text
64
+ dev/complex_log_log_exogenous_seed001/public/transactions_train_public.csv filter=lfs diff=lfs merge=lfs -text
65
+ dev/complex_log_log_exogenous_seed001/hidden/transactions_full_hidden.csv filter=lfs diff=lfs merge=lfs -text
66
+ dev/complex_log_log_exogenous_seed001/public/counterfactual_sweep_context_public.csv filter=lfs diff=lfs merge=lfs -text
67
+ dev/complex_log_log_endogenous_seed001/hidden/transactions_full_hidden.csv filter=lfs diff=lfs merge=lfs -text
68
+ dev/complex_log_log_endogenous_seed001/public/transactions_train_public.csv filter=lfs diff=lfs merge=lfs -text
69
+ dev/complex_covariance_probit_endogenous_seed001/hidden/transactions_full_hidden.csv filter=lfs diff=lfs merge=lfs -text
70
+ dev/complex_log_log_endogenous_seed001/public/counterfactual_sweep_context_public.csv filter=lfs diff=lfs merge=lfs -text
71
+ dev/complex_log_log_exogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv filter=lfs diff=lfs merge=lfs -text
72
+ dev/complex_covariance_probit_endogenous_seed001/public/transactions_train_public.csv filter=lfs diff=lfs merge=lfs -text
73
+ dev/complex_log_log_endogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv filter=lfs diff=lfs merge=lfs -text
74
+ dev/complex_covariance_probit_endogenous_seed001/public/counterfactual_sweep_context_public.csv filter=lfs diff=lfs merge=lfs -text
75
+ dev/complex_covariance_probit_exogenous_seed001/hidden/transactions_full_hidden.csv filter=lfs diff=lfs merge=lfs -text
76
+ dev/complex_covariance_probit_exogenous_seed001/public/transactions_train_public.csv filter=lfs diff=lfs merge=lfs -text
dev/complex_covariance_probit_endogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98788fd55fd128636730c8d0949acc1407f156c6b6f1300bcae58ee6e542571a
3
+ size 524614373
dev/complex_covariance_probit_endogenous_seed001/hidden/elasticity_truth_hidden.csv ADDED
@@ -0,0 +1,1601 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ priced_product_id,affected_product_id,epsilon_star,epsilon_star_conditional,support
2
+ P001,P001,-1.9777864887016119,-1.8929134069336613,True
3
+ P002,P001,-0.08232929409017642,-0.0725250638069243,True
4
+ P003,P001,-0.09181539674922284,-0.08376975232769923,True
5
+ P004,P001,-0.09067336250532931,-0.08056898460140895,True
6
+ P005,P001,0.05807723361660217,0.14113825205818684,True
7
+ P006,P001,0.2319591088738286,0.3450372672601856,True
8
+ P007,P001,-0.09375754555546004,-0.08741809669387622,True
9
+ P008,P001,-0.012078888075922459,0.032684464854827615,True
10
+ P009,P001,-0.01167899890922347,0.02456841694967659,True
11
+ P010,P001,-0.08133189919832215,-0.07233886678780571,True
12
+ P011,P001,-0.04649783189001677,-0.03185859059554727,True
13
+ P012,P001,-0.0877371407803714,-0.08019629123390039,True
14
+ P013,P001,-0.04240784596937072,-0.019394067310855006,True
15
+ P014,P001,-0.08941668282640301,-0.08863175884138597,True
16
+ P015,P001,-0.08372935620995756,-0.07223532682287065,True
17
+ P016,P001,-0.09628066889998932,-0.08617192147640569,True
18
+ P017,P001,-0.09339974940812215,-0.08723094837287562,True
19
+ P018,P001,-0.01997020283067641,0.013908547625811209,True
20
+ P019,P001,-0.07593824773162136,-0.05880210610404288,True
21
+ P020,P001,-0.08980229588870073,-0.08853293127283186,True
22
+ P021,P001,-0.09160796606212743,-0.08858422266982298,True
23
+ P022,P001,-0.0887005665716243,-0.0885762582707865,True
24
+ P023,P001,-0.08762613404063727,-0.0830451311483598,True
25
+ P024,P001,-0.09149038994350984,-0.08756206831674773,True
26
+ P025,P001,-0.035920188274773376,-0.01498053952988794,True
27
+ P026,P001,-0.04901341611070253,-0.03604689414885346,True
28
+ P027,P001,-0.08922600570054433,-0.08697698258978126,True
29
+ P028,P001,-0.09078059384564634,-0.08773619361392493,True
30
+ P029,P001,-0.09091376607572861,-0.08850569181331176,True
31
+ P030,P001,-0.09160459833219245,-0.07757456548059583,True
32
+ P031,P001,-0.08906099272387341,-0.08854398760355826,True
33
+ P032,P001,-0.07720857927317928,-0.06338446261178211,True
34
+ P033,P001,-0.018669013925480774,0.030572697270736554,True
35
+ P034,P001,-0.004365335433112235,0.028538575301967153,True
36
+ P035,P001,-0.08885432378563295,-0.08856147790515644,True
37
+ P036,P001,-0.09122128613562881,-0.08831476315992316,True
38
+ P037,P001,-0.07398211371408728,-0.06420987772337651,True
39
+ P038,P001,-0.08901158849416473,-0.08858814835299568,True
40
+ P039,P001,-0.057692859705852646,-0.045517528953937555,True
41
+ P040,P001,-0.08613974468684958,-0.08072700657987894,True
42
+ P001,P002,0.5742807410711698,0.6591538228391205,True
43
+ P002,P002,-1.670460441195225,-1.660656210911973,True
44
+ P003,P002,0.2228094651034777,0.23085510952500132,True
45
+ P004,P002,0.18828258150054195,0.1983869594044623,True
46
+ P005,P002,0.43384478474360216,0.5169058031851869,True
47
+ P006,P002,0.6118906273412495,0.7249687857276066,True
48
+ P007,P002,0.19363402603450167,0.19997347489608547,True
49
+ P008,P002,0.3774793392202586,0.4222426921510087,True
50
+ P009,P002,0.47265715488950405,0.5089045707484041,True
51
+ P010,P002,0.184977257775395,0.19397029018591144,True
52
+ P011,P002,0.25382580447035424,0.2684650457648237,True
53
+ P012,P002,0.19196551540132265,0.19950636494779367,True
54
+ P013,P002,0.26688350935373595,0.2898972880122517,True
55
+ P014,P002,0.19187448731280266,0.1926594112978197,True
56
+ P015,P002,0.18954301819263053,0.20103704757971744,True
57
+ P016,P002,0.19261364607910725,0.20272239350269086,True
58
+ P017,P002,0.18654939880175764,0.19271819983700417,True
59
+ P018,P002,0.4313682303072638,0.4652469807637514,True
60
+ P019,P002,0.20724973514694253,0.22438587677452101,True
61
+ P020,P002,0.19081123194023716,0.19208059655610604,True
62
+ P021,P002,0.18971577055198352,0.19273951394428795,True
63
+ P022,P002,0.1924470550671858,0.1925713633680236,True
64
+ P023,P002,0.19319719683945885,0.19777819973173633,True
65
+ P024,P002,0.1909653292615238,0.19489365088828592,True
66
+ P025,P002,0.24985098503123904,0.27079063377612445,True
67
+ P026,P002,0.309794089771056,0.32276061173290505,True
68
+ P027,P002,0.1929497589228778,0.19519878203364088,True
69
+ P028,P002,0.19664779614846492,0.19969219638018634,True
70
+ P029,P002,0.19278396195222228,0.19519203621463913,True
71
+ P030,P002,0.18433323785321598,0.1983632707048126,True
72
+ P031,P002,0.19203435186672602,0.19255135698704118,True
73
+ P032,P002,0.21396297386484378,0.22778709052624094,True
74
+ P033,P002,0.3591067543552862,0.40834846555150356,True
75
+ P034,P002,0.3794465694355399,0.41235048017061926,True
76
+ P035,P002,0.1922995807175697,0.1925924265980462,True
77
+ P036,P002,0.18820038696271207,0.19110690993841772,True
78
+ P037,P002,0.19356107353948368,0.20333330953019443,True
79
+ P038,P002,0.19219839144186687,0.19262183158303592,True
80
+ P039,P002,0.2994849139015491,0.31166024465346415,True
81
+ P040,P002,0.19178788383842937,0.1972006219454,True
82
+ P001,P003,0.9365100394860507,1.0213831212540014,True
83
+ P002,P003,0.4861650182942379,0.49596924857749003,True
84
+ P003,P003,-2.7564877063725333,-2.7484420619510095,True
85
+ P004,P003,0.4212126240078817,0.43131700191180206,True
86
+ P005,P003,0.7269732235566545,0.8100342419982391,True
87
+ P006,P003,0.9274752175933518,1.0405533759797088,True
88
+ P007,P003,0.42594994427869354,0.43228939314027737,True
89
+ P008,P003,0.8198732640906924,0.8646366170214425,True
90
+ P009,P003,0.6892713199040004,0.7255187357629004,True
91
+ P010,P003,0.4244681381350506,0.43346117054556704,True
92
+ P011,P003,0.4621672064358708,0.47680644773034025,True
93
+ P012,P003,0.4461395036873917,0.4536803532338627,True
94
+ P013,P003,0.48902036367948226,0.5120341423379979,True
95
+ P014,P003,0.4322747866966414,0.43305971068165844,True
96
+ P015,P003,0.4606870640045839,0.47218109339167086,True
97
+ P016,P003,0.4422216867764555,0.45233043420003916,True
98
+ P017,P003,0.42572493179503046,0.431893732830277,True
99
+ P018,P003,0.7285679152476542,0.7624466657041418,True
100
+ P019,P003,0.43553522966353075,0.45267137129110924,True
101
+ P020,P003,0.43191105034418675,0.4331804149600556,True
102
+ P021,P003,0.4297572890494609,0.43278103244176536,True
103
+ P022,P003,0.43305697657803355,0.43318128487887136,True
104
+ P023,P003,0.4288946945847192,0.43347569747699666,True
105
+ P024,P003,0.4295052170530888,0.4334335386798509,True
106
+ P025,P003,0.539540232421976,0.5604798811668614,True
107
+ P026,P003,0.4232943870899006,0.43626090905174963,True
108
+ P027,P003,0.4307511744041589,0.43300019751492197,True
109
+ P028,P003,0.4299782594128421,0.43302265964456355,True
110
+ P029,P003,0.43053343012870104,0.4329415043911179,True
111
+ P030,P003,0.4374778262062888,0.45150785905788543,True
112
+ P031,P003,0.43272834476963096,0.4332453498899461,True
113
+ P032,P003,0.5010266922553936,0.5148508089167908,True
114
+ P033,P003,0.6295951551424561,0.6788368663386735,True
115
+ P034,P003,0.6370822338882621,0.6699861446233415,True
116
+ P035,P003,0.43289273179993865,0.43318557768041516,True
117
+ P036,P003,0.43025733204414784,0.4331638550198535,True
118
+ P037,P003,0.4234359886199644,0.43320822461067515,True
119
+ P038,P003,0.43270787396810945,0.4331313141092785,True
120
+ P039,P003,0.46536726107519716,0.47754259182711223,True
121
+ P040,P003,0.46940342131313584,0.47481615942010647,True
122
+ P001,P004,2.9254101993791184,3.010283281147069,True
123
+ P002,P004,1.7919676542133718,1.801771884496624,True
124
+ P003,P004,1.73313278406947,1.7411784284909935,True
125
+ P004,P004,-2.515437340245413,-2.505332962341493,True
126
+ P005,P004,1.9336630167261784,2.016724035167763,True
127
+ P006,P004,2.538830458034768,2.651908616421125,True
128
+ P007,P004,1.7352617455257535,1.7416011943873373,True
129
+ P008,P004,1.9587839073988564,2.0035472603296065,True
130
+ P009,P004,1.9175398862825834,1.9537873021414836,True
131
+ P010,P004,1.7344067242678245,1.743399756678341,True
132
+ P011,P004,1.846668736193302,1.8613079774877717,True
133
+ P012,P004,1.7361966802617308,1.7437375298082018,True
134
+ P013,P004,1.830593468807171,1.8536072474656866,True
135
+ P014,P004,1.7416506530022233,1.7424355769872404,True
136
+ P015,P004,1.8442326243268348,1.8557266537139216,True
137
+ P016,P004,1.7305179217801603,1.740626669203744,True
138
+ P017,P004,1.735009241322674,1.7411780423579206,True
139
+ P018,P004,1.847834595249466,1.8817133457059536,True
140
+ P019,P004,1.7824647366725292,1.7996008783001078,True
141
+ P020,P004,1.7415187732465616,1.7427881378624304,True
142
+ P021,P004,1.7391187281339835,1.7421424715262879,True
143
+ P022,P004,1.7425529408871043,1.742677249187942,True
144
+ P023,P004,1.7676784870430782,1.7722594899353556,True
145
+ P024,P004,1.7391337035516026,1.7430620251783646,True
146
+ P025,P004,1.7836806086268042,1.8046202573716896,True
147
+ P026,P004,1.7912270635187735,1.8041935854806226,True
148
+ P027,P004,1.7399259993614073,1.7421750224721704,True
149
+ P028,P004,1.7399783471019015,1.7430227473336228,True
150
+ P029,P004,1.7398479741563944,1.7422560484188112,True
151
+ P030,P004,1.724506611528952,1.7385366443805486,True
152
+ P031,P004,1.7422506495453485,1.7427676546656636,True
153
+ P032,P004,1.7562305385524641,1.7700546552138614,True
154
+ P033,P004,1.836974237696599,1.8862159488928163,True
155
+ P034,P004,1.8057066425183685,1.838610553253448,True
156
+ P035,P004,1.7424260915681669,1.7427189374486434,True
157
+ P036,P004,1.740139598122956,1.7430461210986616,True
158
+ P037,P004,1.7910184134239302,1.800790649414641,True
159
+ P038,P004,1.742171814590747,1.7425952547319161,True
160
+ P039,P004,1.7919917367695304,1.8041670675214454,True
161
+ P040,P004,1.7379067133968495,1.7433194515038202,True
162
+ P001,P005,0.4248067979182395,0.5096798796861902,True
163
+ P002,P005,0.2276830538902882,0.23748728417354031,True
164
+ P003,P005,0.21179506211094398,0.2198407065324676,True
165
+ P004,P005,0.21125010309699266,0.221354481000913,True
166
+ P005,P005,-2.0946227647485007,-2.011561746306916,True
167
+ P006,P005,0.7055051460367996,0.8185833044231566,True
168
+ P007,P005,0.21147177283873533,0.21781122170031914,True
169
+ P008,P005,0.2906720359255809,0.33543538885633095,True
170
+ P009,P005,0.33286068546176584,0.3691081013206659,True
171
+ P010,P005,0.2109006168527202,0.21989364926323665,True
172
+ P011,P005,0.2507263509193761,0.2653655922138456,True
173
+ P012,P005,0.21951658104892965,0.22705743059540068,True
174
+ P013,P005,0.23767448345728542,0.26068826211580115,True
175
+ P014,P005,0.21634155048934828,0.2171264744743653,True
176
+ P015,P005,0.21917077055321485,0.23066479994030176,True
177
+ P016,P005,0.21251106052398427,0.2226198079475679,True
178
+ P017,P005,0.2138938668283701,0.22006266786361664,True
179
+ P018,P005,0.2864114261782891,0.3202901766347767,True
180
+ P019,P005,0.22502752739957416,0.24216366902715264,True
181
+ P020,P005,0.21575534521520262,0.2170247098310715,True
182
+ P021,P005,0.21454308113347922,0.21756682452578366,True
183
+ P022,P005,0.21689812402799047,0.21702243232882829,True
184
+ P023,P005,0.21791127799162133,0.2224922808838988,True
185
+ P024,P005,0.2137082060055879,0.21763652763235003,True
186
+ P025,P005,0.26256710268922895,0.2835067514341144,True
187
+ P026,P005,0.23764882795044281,0.2506153499122919,True
188
+ P027,P005,0.21688663476151282,0.2191356578722759,True
189
+ P028,P005,0.21607378074511288,0.2191181809768343,True
190
+ P029,P005,0.21511721483940408,0.21752528910182092,True
191
+ P030,P005,0.21102776138151594,0.22505779423311256,True
192
+ P031,P005,0.21679041536425253,0.2173074204845677,True
193
+ P032,P005,0.223027519055284,0.23685163571668116,True
194
+ P033,P005,0.2670224792393113,0.3162641904355286,True
195
+ P034,P005,0.27415524792170376,0.3070591586567831,True
196
+ P035,P005,0.21674641016334692,0.21703925604382343,True
197
+ P036,P005,0.2139187434465955,0.21682526642230115,True
198
+ P037,P005,0.22363054856564432,0.23340278455635508,True
199
+ P038,P005,0.21665643373685084,0.21707987387801989,True
200
+ P039,P005,0.25102687218809766,0.26320220294001273,True
201
+ P040,P005,0.21857778227447944,0.22399052038145006,True
202
+ P001,P006,0.08840883974336199,0.1732819215113127,True
203
+ P002,P006,-0.1198905355278403,-0.11008630524458819,True
204
+ P003,P006,-0.1290267868813075,-0.12098114245978389,True
205
+ P004,P006,-0.13132806173896777,-0.1212236838350474,True
206
+ P005,P006,0.10558405890584605,0.18864507734743072,True
207
+ P006,P006,-1.7549006346827938,-1.6418224762964369,True
208
+ P007,P006,-0.13044785662488736,-0.12410840776330355,True
209
+ P008,P006,-0.060734641390733674,-0.0159712884599836,True
210
+ P009,P006,-0.054991175966333565,-0.018743760107433505,True
211
+ P010,P006,-0.1284276891135805,-0.11943465670306405,True
212
+ P011,P006,-0.1090750477467049,-0.0944358064522354,True
213
+ P012,P006,-0.12681423262875505,-0.11927338308228404,True
214
+ P013,P006,-0.09155096370663998,-0.06853718504812427,True
215
+ P014,P006,-0.12559541680806185,-0.12481049282304481,True
216
+ P015,P006,-0.12470361443045021,-0.11320958504336329,True
217
+ P016,P006,-0.13121268380032103,-0.1211039363767374,True
218
+ P017,P006,-0.12982979341352607,-0.12366099237827954,True
219
+ P018,P006,-0.05552677454201453,-0.021648024085526914,True
220
+ P019,P006,-0.11689944239322696,-0.09976330076564847,True
221
+ P020,P006,-0.1258970656990418,-0.12462770108317293,True
222
+ P021,P006,-0.12742143996557906,-0.12439769657327461,True
223
+ P022,P006,-0.12486467309877218,-0.12474036479793438,True
224
+ P023,P006,-0.12589459798063976,-0.1213135950883623,True
225
+ P024,P006,-0.12747262806619164,-0.12354430643942951,True
226
+ P025,P006,-0.09605262176119612,-0.07511297301631069,True
227
+ P026,P006,-0.09540976769523199,-0.08244324573338292,True
228
+ P027,P006,-0.126702050770169,-0.12445302765940591,True
229
+ P028,P006,-0.12580894266067755,-0.12276454242895614,True
230
+ P029,P006,-0.12696827706306132,-0.12456020280064448,True
231
+ P030,P006,-0.1321275684602499,-0.11809753560865327,True
232
+ P031,P006,-0.12521483583504542,-0.12469783071473027,True
233
+ P032,P006,-0.12304252691016719,-0.10921841024877002,True
234
+ P033,P006,-0.06474174467896758,-0.015500033482750253,True
235
+ P034,P006,-0.07677434009069092,-0.043870429355611536,True
236
+ P035,P006,-0.12502292673533189,-0.12473008085485537,True
237
+ P036,P006,-0.12741704508437315,-0.1245105221086675,True
238
+ P037,P006,-0.11863147465734422,-0.10885923866663345,True
239
+ P038,P006,-0.12519404954452623,-0.12477060940335719,True
240
+ P039,P006,-0.09922422685814272,-0.08704889610622762,True
241
+ P040,P006,-0.12222714765614051,-0.11681440954916987,True
242
+ P001,P007,0.31830784963171566,0.4031809313996664,True
243
+ P002,P007,-0.09191112563289176,-0.08210689534963965,True
244
+ P003,P007,-0.25902885407099646,-0.25098320964947285,True
245
+ P004,P007,-0.26142748098548246,-0.2513231030815621,True
246
+ P005,P007,-0.1689492870852334,-0.08588826864364874,True
247
+ P006,P007,0.6293612461688225,0.7424394045551795,True
248
+ P007,P007,-4.3379579263569665,-4.3316184774953825,True
249
+ P008,P007,0.03825545831244437,0.08301881124319443,True
250
+ P009,P007,-0.19973454656980483,-0.16348713071090476,True
251
+ P010,P007,-0.25928502606750586,-0.2502919936569894,True
252
+ P011,P007,-0.2619808248364287,-0.2473415835419592,True
253
+ P012,P007,-0.2572088333797369,-0.24966798383326586,True
254
+ P013,P007,-0.10853524490693388,-0.08552146624841817,True
255
+ P014,P007,-0.25042003484204256,-0.24963511085702553,True
256
+ P015,P007,-0.26122991847185284,-0.24973588908476593,True
257
+ P016,P007,-0.26094809078765296,-0.2508393433640693,True
258
+ P017,P007,-0.2564751090425793,-0.2503063080073328,True
259
+ P018,P007,0.4654586658643069,0.49933741632079454,True
260
+ P019,P007,-0.26760396250914825,-0.25046782088156977,True
261
+ P020,P007,-0.25088577350552005,-0.24961640888965117,True
262
+ P021,P007,-0.25270078523758177,-0.24967704184527734,True
263
+ P022,P007,-0.24970986543675722,-0.2495855571359194,True
264
+ P023,P007,-0.17128695023975163,-0.16670594734747415,True
265
+ P024,P007,-0.25345144836691724,-0.24952312674015512,True
266
+ P025,P007,-0.09998593069101575,-0.07904628194613031,True
267
+ P026,P007,-0.2590973907982416,-0.24613086883639254,True
268
+ P027,P007,-0.2519036733862206,-0.24965465027545752,True
269
+ P028,P007,-0.2531348816926625,-0.2500904814609411,True
270
+ P029,P007,-0.25234116083571834,-0.2499330865733015,True
271
+ P030,P007,-0.26653825866636177,-0.2525082258147651,True
272
+ P031,P007,-0.24996808448881386,-0.2494510793684987,True
273
+ P032,P007,-0.1791012849635391,-0.16527716830214195,True
274
+ P033,P007,0.2867584322748008,0.33600014347101814,True
275
+ P034,P007,-0.10259830054587421,-0.06969438981079482,True
276
+ P035,P007,-0.24986893007816452,-0.249576084197688,True
277
+ P036,P007,-0.2528632214277359,-0.24995669845203022,True
278
+ P037,P007,-0.2580505385964358,-0.24827830260572503,True
279
+ P038,P007,-0.2499238058960362,-0.24950036575486714,True
280
+ P039,P007,-0.010060776100931548,0.0021145546509835442,True
281
+ P040,P007,-0.25401060851740515,-0.24859787041043452,True
282
+ P001,P008,0.5025772952423833,0.587450377010334,True
283
+ P002,P008,0.19920372865934632,0.20900795894259844,True
284
+ P003,P008,0.1716777864451938,0.1797234308667174,True
285
+ P004,P008,0.16619654721008342,0.17630092511400378,True
286
+ P005,P008,0.41625221169032794,0.49931323013191264,True
287
+ P006,P008,0.5967769640339947,0.7098551224203518,True
288
+ P007,P008,0.17025657784744302,0.17659602670902683,True
289
+ P008,P008,-2.2307306838857737,-2.1859673309550236,True
290
+ P009,P008,0.3472495702849795,0.38349698614387956,True
291
+ P010,P008,0.17370094872607503,0.18269398113659147,True
292
+ P011,P008,0.2105136679942247,0.2251529092886942,True
293
+ P012,P008,0.16782788678430002,0.17536873633077105,True
294
+ P013,P008,0.20228892386795458,0.2253027025264703,True
295
+ P014,P008,0.17114975538125587,0.1719346793662729,True
296
+ P015,P008,0.17400687750827437,0.18550090689536128,True
297
+ P016,P008,0.16495379423296158,0.1750625416565452,True
298
+ P017,P008,0.17228313534680464,0.17845193638205117,True
299
+ P018,P008,0.23860794210569916,0.27248669256218677,True
300
+ P019,P008,0.18593596501459922,0.2030721066421777,True
301
+ P020,P008,0.17069067204085586,0.17196003665672474,True
302
+ P021,P008,0.16884889423988192,0.17187263763218635,True
303
+ P022,P008,0.1718290514679151,0.17195335976875292,True
304
+ P023,P008,0.17679446185859596,0.18137546475087343,True
305
+ P024,P008,0.1693284768844405,0.17325679851120263,True
306
+ P025,P008,0.23759978126180012,0.25853943000668556,True
307
+ P026,P008,0.20844909726385416,0.22141561922570324,True
308
+ P027,P008,0.17111834706502443,0.17336737017578752,True
309
+ P028,P008,0.17213186367711747,0.1751762639088389,True
310
+ P029,P008,0.16959970844354083,0.17200778270595768,True
311
+ P030,P008,0.16980631559809795,0.18383634844969457,True
312
+ P031,P008,0.17147959600340001,0.17199660112371518,True
313
+ P032,P008,0.17472501219660078,0.18854912885799793,True
314
+ P033,P008,0.40440038110178445,0.4536420922980018,True
315
+ P034,P008,0.23894092806105857,0.27184483879613797,True
316
+ P035,P008,0.17166148660894923,0.17195433248942574,True
317
+ P036,P008,0.16982158452518628,0.17272810750089193,True
318
+ P037,P008,0.18837302623173743,0.1981452622224482,True
319
+ P038,P008,0.1714862677243407,0.17190970786550974,True
320
+ P039,P008,0.21205554468257365,0.22423087543448875,True
321
+ P040,P008,0.1712094720259191,0.17662221013288973,True
322
+ P001,P009,0.30799601014758937,0.3928690919155401,True
323
+ P002,P009,0.09873698806459552,0.10854121834784763,True
324
+ P003,P009,0.06492567385349751,0.07297131827502112,True
325
+ P004,P009,0.060538466924066725,0.07064284482798709,True
326
+ P005,P009,0.32579201801060553,0.4088530364521902,True
327
+ P006,P009,0.4494969856811131,0.5625751440674701,True
328
+ P007,P009,0.062232283120849885,0.0685717319824337,True
329
+ P008,P009,0.20599809324178284,0.25076144617253293,True
330
+ P009,P009,-1.7758938516294687,-1.7396464357705685,True
331
+ P010,P009,0.06602034444366293,0.07501337685417937,True
332
+ P011,P009,0.10441232222621673,0.11905156352068623,True
333
+ P012,P009,0.06959381466631476,0.07713466421278577,True
334
+ P013,P009,0.10403562022730418,0.1270493988858199,True
335
+ P014,P009,0.0651355613358548,0.06592048532087184,True
336
+ P015,P009,0.06233227210732298,0.07382630149440988,True
337
+ P016,P009,0.05784107066863216,0.06794981809221579,True
338
+ P017,P009,0.06162189586823203,0.06779069690347857,True
339
+ P018,P009,0.11597841090465152,0.14985716136113914,True
340
+ P019,P009,0.06895662938029912,0.0860927710078776,True
341
+ P020,P009,0.064570345759668,0.06583971037553686,True
342
+ P021,P009,0.06294386886128846,0.0659676122535929,True
343
+ P022,P009,0.06566085571863357,0.06578516401947138,True
344
+ P023,P009,0.0719332193688581,0.07651422226113556,True
345
+ P024,P009,0.06105307882280892,0.06498140044957104,True
346
+ P025,P009,0.1299952122703531,0.15093486101523854,True
347
+ P026,P009,0.10360467295672966,0.11657119491857873,True
348
+ P027,P009,0.06432179141719559,0.06657081452795865,True
349
+ P028,P009,0.06558793535919215,0.06863233559091356,True
350
+ P029,P009,0.06405414129642359,0.06646221555884044,True
351
+ P030,P009,0.05968171290897562,0.07371174576057225,True
352
+ P031,P009,0.06523329979749933,0.06575030491781447,True
353
+ P032,P009,0.06613058415077146,0.07995470081216863,True
354
+ P033,P009,0.23456104130634045,0.28380275250255776,True
355
+ P034,P009,0.1393707524237258,0.17227466315880519,True
356
+ P035,P009,0.06551397579925389,0.0658068216797304,True
357
+ P036,P009,0.06260191981349572,0.06550844278920137,True
358
+ P037,P009,0.07325297526612774,0.08302521125683851,True
359
+ P038,P009,0.06540665588245971,0.06583009602362876,True
360
+ P039,P009,0.10957646317077385,0.12175179392268895,True
361
+ P040,P009,0.06933353659593658,0.07474627470290722,True
362
+ P001,P010,0.8926199159814886,0.9774929977494393,True
363
+ P002,P010,0.022806263017580194,0.0326104933008323,True
364
+ P003,P010,0.02573374376268665,0.03377938818421026,True
365
+ P004,P010,0.024258017074854775,0.034362394978775135,True
366
+ P005,P010,0.36799633173032853,0.4510573501719132,True
367
+ P006,P010,0.6197309259496834,0.7328090843360404,True
368
+ P007,P010,0.02665118055979462,0.03299062942137843,True
369
+ P008,P010,0.2061358889589423,0.25089924188969237,True
370
+ P009,P010,0.15501671023183183,0.1912641260907319,True
371
+ P010,P010,-3.6551664590006334,-3.646173426590117,True
372
+ P011,P010,0.16905503505719197,0.18369427635166147,True
373
+ P012,P010,0.10693821532915661,0.11447906487562762,True
374
+ P013,P010,0.1453133913972891,0.16832717005580483,True
375
+ P014,P010,0.03268713618756781,0.03347206017258485,True
376
+ P015,P010,0.03993104422208226,0.051425073609169175,True
377
+ P016,P010,0.023786445255073365,0.03389519267865699,True
378
+ P017,P010,0.04433799050162332,0.05050679153686985,True
379
+ P018,P010,0.15226649657416663,0.18614524703065424,True
380
+ P019,P010,0.06647300242178895,0.08360914404936744,True
381
+ P020,P010,0.032241317452909646,0.03351068206877852,True
382
+ P021,P010,0.030361305351819665,0.03338504874412411,True
383
+ P022,P010,0.03322064368865632,0.03334495198949413,True
384
+ P023,P010,0.028321744598980587,0.03290274749125805,True
385
+ P024,P010,0.02841374633817395,0.03234206796493607,True
386
+ P025,P010,0.11373069191050333,0.13467034065538877,True
387
+ P026,P010,0.05450325870993646,0.06746978067178554,True
388
+ P027,P010,0.03137563249774174,0.03362465560850481,True
389
+ P028,P010,0.04640395120057846,0.04944835143229988,True
390
+ P029,P010,0.03096822577154527,0.03337630003396212,True
391
+ P030,P010,0.01900652704315103,0.03303655989474766,True
392
+ P031,P010,0.03257623616759507,0.033093241287910226,True
393
+ P032,P010,0.053337760912528176,0.06716187757392535,True
394
+ P033,P010,0.15605500793545665,0.20529671913167397,True
395
+ P034,P010,0.2283726260582274,0.26127653679330676,True
396
+ P035,P010,0.03307370004865533,0.03336654592913184,True
397
+ P036,P010,0.029241888185583896,0.03214841116128955,True
398
+ P037,P010,0.025776534374350048,0.03554877036506081,True
399
+ P038,P010,0.03305199969390061,0.033475439835069655,True
400
+ P039,P010,0.10600260731873647,0.11817793807065156,True
401
+ P040,P010,0.025384686462853655,0.03079742456982429,True
402
+ P001,P011,0.9297220483142145,1.0145951300821652,True
403
+ P002,P011,0.3804622313867029,0.390266461669955,True
404
+ P003,P011,0.34729669709709954,0.35534234151862315,True
405
+ P004,P011,0.3535493581764714,0.36365373608039175,True
406
+ P005,P011,0.6408594727130927,0.7239204911546774,True
407
+ P006,P011,0.7331998457905278,0.8462780041768848,True
408
+ P007,P011,0.34691875281379436,0.3532582016753782,True
409
+ P008,P011,0.4708636521104089,0.515627005041159,True
410
+ P009,P011,0.5147187158567261,0.5509661317156261,True
411
+ P010,P011,0.3514781757323304,0.3604712081428469,True
412
+ P011,P011,-1.7061942531258159,-1.6915550118313463,True
413
+ P012,P011,0.34991866902988905,0.35745951857636005,True
414
+ P013,P011,0.40723187042718295,0.4302456490856987,True
415
+ P014,P011,0.35057375202998753,0.3513586760150046,True
416
+ P015,P011,0.347965459214006,0.35945948860109295,True
417
+ P016,P011,0.3482994336380948,0.35840818106167843,True
418
+ P017,P011,0.34557649088603165,0.3517452919212782,True
419
+ P018,P011,0.4566963831119193,0.49057513356840693,True
420
+ P019,P011,0.3597316876355804,0.37686782926315887,True
421
+ P020,P011,0.35002794870546,0.35129731332132885,True
422
+ P021,P011,0.34834254574751283,0.35136628913981727,True
423
+ P022,P011,0.35115309804037537,0.3512774063412132,True
424
+ P023,P011,0.3591973721507869,0.3637783750430644,True
425
+ P024,P011,0.3467524601374911,0.3506807817642532,True
426
+ P025,P011,0.48188789669638316,0.5028275454412686,True
427
+ P026,P011,0.4501605185284311,0.46312704049028014,True
428
+ P027,P011,0.3524028275962692,0.35465185070703226,True
429
+ P028,P011,0.34982092537727133,0.35286532560899275,True
430
+ P029,P011,0.34890404043067597,0.3513121146930928,True
431
+ P030,P011,0.3469589100627438,0.36098894291434047,True
432
+ P031,P011,0.3507838323181932,0.3513008374385084,True
433
+ P032,P011,0.36595659565871597,0.3797807123201131,True
434
+ P033,P011,0.42116294494448087,0.4704046561406982,True
435
+ P034,P011,0.43337546951847844,0.4662793802535578,True
436
+ P035,P011,0.35083564525015126,0.3511284911306278,True
437
+ P036,P011,0.34789997053821003,0.3508064935139157,True
438
+ P037,P011,0.365496131737766,0.37526836772847677,True
439
+ P038,P011,0.3508608890435962,0.35128432918476526,True
440
+ P039,P011,0.41383202545318165,0.4260073562050967,True
441
+ P040,P011,0.3491440921259885,0.35455683023295914,True
442
+ P001,P012,0.5276623454884762,0.612535427256427,True
443
+ P002,P012,0.4835330873821041,0.4933373176653562,True
444
+ P003,P012,0.4868326347133929,0.4948782791349165,True
445
+ P004,P012,0.5078498866757634,0.5179542645796837,True
446
+ P005,P012,0.8983270987294649,0.9813881171710496,True
447
+ P006,P012,0.7982327664333845,0.9113109248197415,True
448
+ P007,P012,0.48809776066314725,0.4944372095247311,True
449
+ P008,P012,0.6292054726270512,0.6739688255578012,True
450
+ P009,P012,0.5604821816431265,0.5967295975020265,True
451
+ P010,P012,0.5063810001469009,0.5153740325574173,True
452
+ P011,P012,0.5014003693974459,0.5160396106919154,True
453
+ P012,P012,-4.716215454730383,-4.708674605183912,True
454
+ P013,P012,0.4952574955077187,0.5182712741662344,True
455
+ P014,P012,0.49388938304171315,0.4946743070267302,True
456
+ P015,P012,0.5515418278634092,0.5630358572504961,True
457
+ P016,P012,0.48433540314211887,0.4944441505657025,True
458
+ P017,P012,0.4885864762122895,0.49475527724753604,True
459
+ P018,P012,0.487250747786934,0.5211294982434216,True
460
+ P019,P012,0.5011740855681543,0.5183102271957328,True
461
+ P020,P012,0.4932543810285607,0.4945237456444295,True
462
+ P021,P012,0.514320796929008,0.5173445403213125,True
463
+ P022,P012,0.49444659243482686,0.4945709007356647,True
464
+ P023,P012,0.5118617752524316,0.5164427781447091,True
465
+ P024,P012,0.48952562615717093,0.49345394778393303,True
466
+ P025,P012,0.5686421822308144,0.5895818309756998,True
467
+ P026,P012,0.5061126141146255,0.5190791360764746,True
468
+ P027,P012,0.49244418336278567,0.49469320647354875,True
469
+ P028,P012,0.4911975169222523,0.4942419171539737,True
470
+ P029,P012,0.49224957544369585,0.4946576497061127,True
471
+ P030,P012,0.4810366682242312,0.49506670107582784,True
472
+ P031,P012,0.49407937681346026,0.4945963819337754,True
473
+ P032,P012,0.48052130645483837,0.4943454231162355,True
474
+ P033,P012,0.5626054911425585,0.6118472023387759,True
475
+ P034,P012,0.5108444458536512,0.5437483565887306,True
476
+ P035,P012,0.4943166793241117,0.49460952520458823,True
477
+ P036,P012,0.491012358423859,0.49391888139956464,True
478
+ P037,P012,0.4854835715196745,0.4952558075103852,True
479
+ P038,P012,0.4941590269291457,0.4945824670703148,True
480
+ P039,P012,0.48422453462752224,0.4963998653794373,True
481
+ P040,P012,0.533738241441049,0.5391509795480196,True
482
+ P001,P013,0.23956311343724232,0.324436195205193,True
483
+ P002,P013,-0.41902966968300237,-0.40922543939975026,True
484
+ P003,P013,-0.4591987007944709,-0.4511530563729473,True
485
+ P004,P013,-0.46148430111307137,-0.451379923209151,True
486
+ P005,P013,-0.12797651440359664,-0.04491549596201197,True
487
+ P006,P013,0.29863009425331644,0.4117082526396734,True
488
+ P007,P013,-0.4643120120382471,-0.4579725631766633,True
489
+ P008,P013,-0.3493947697479942,-0.30463141681724415,True
490
+ P009,P013,-0.2859992392281026,-0.24975182336920254,True
491
+ P010,P013,-0.4604476980662312,-0.45145466565571474,True
492
+ P011,P013,-0.41473796616739805,-0.4000987248729286,True
493
+ P012,P013,-0.4589615927845192,-0.4514207432380482,True
494
+ P013,P013,-2.7957214752628574,-2.772707696604342,True
495
+ P014,P013,-0.46119420531524746,-0.4604092813302304,True
496
+ P015,P013,-0.460187489423778,-0.4486934600366911,True
497
+ P016,P013,-0.4555856769543593,-0.44547692953077567,True
498
+ P017,P013,-0.46422097820018104,-0.4580521771649345,True
499
+ P018,P013,-0.23997399634999822,-0.2060952458935106,True
500
+ P019,P013,-0.4484891291839725,-0.431352987556394,True
501
+ P020,P013,-0.46148579297253045,-0.4602164283566616,True
502
+ P021,P013,-0.463669796877072,-0.46064605348476756,True
503
+ P022,P013,-0.4604438550111868,-0.46031954671034897,True
504
+ P023,P013,-0.4473092048949098,-0.4427282020026323,True
505
+ P024,P013,-0.45959701293065847,-0.45566869130389637,True
506
+ P025,P013,-0.3838781782988849,-0.3629385295539994,True
507
+ P026,P013,-0.3734618227953946,-0.36049530083354553,True
508
+ P027,P013,-0.4615140070623508,-0.4592649839515877,True
509
+ P028,P013,-0.46036996470373015,-0.4573255644720087,True
510
+ P029,P013,-0.46285205356008763,-0.4604439792976708,True
511
+ P030,P013,-0.4586211124144068,-0.44459107956281013,True
512
+ P031,P013,-0.46077209100835403,-0.4602550858880389,True
513
+ P032,P013,-0.4517766057311319,-0.4379524890697347,True
514
+ P033,P013,-0.34480888098114076,-0.2955671697849234,True
515
+ P034,P013,-0.39758965682065794,-0.3646857460855786,True
516
+ P035,P013,-0.4605992717298292,-0.46030642584935266,True
517
+ P036,P013,-0.4616392315120194,-0.45873270853631376,True
518
+ P037,P013,-0.44733127320220933,-0.4375590372114986,True
519
+ P038,P013,-0.460766307350605,-0.4603428672094359,True
520
+ P039,P013,-0.36399671342529744,-0.35182138267338237,True
521
+ P040,P013,-0.46121637969501517,-0.45580364158804454,True
522
+ P001,P014,0.0,0.0848730817679507,True
523
+ P002,P014,0.0,0.009804230283252108,True
524
+ P003,P014,0.0,0.00804564442152361,True
525
+ P004,P014,0.0,0.010104377903920363,True
526
+ P005,P014,0.0,0.08306101844158467,True
527
+ P006,P014,0.0,0.113078158386357,True
528
+ P007,P014,0.0,0.0063394488615838105,True
529
+ P008,P014,0.0,0.044763352930750074,True
530
+ P009,P014,0.0,0.03624741585890006,True
531
+ P010,P014,0.0,0.00899303241051644,True
532
+ P011,P014,0.0,0.0146392412944695,True
533
+ P012,P014,0.0,0.007540849546471011,True
534
+ P013,P014,0.0,0.023013778658515716,True
535
+ P014,P014,0.0,0.0007849239850170423,True
536
+ P015,P014,0.0,0.011494029387086914,True
537
+ P016,P014,0.0,0.010108747423583626,True
538
+ P017,P014,0.0,0.006168801035246531,True
539
+ P018,P014,0.0,0.03387875045648762,True
540
+ P019,P014,0.0,0.017136141627578486,True
541
+ P020,P014,0.0,0.0012693646158688707,True
542
+ P021,P014,0.0,0.003023743392304447,True
543
+ P022,P014,0.0,0.00012430830083780926,True
544
+ P023,P014,0.0,0.004581002892277465,True
545
+ P024,P014,0.0,0.00392832162676212,True
546
+ P025,P014,0.0,0.020939648744885436,True
547
+ P026,P014,0.0,0.012966521961849069,True
548
+ P027,P014,0.0,0.002249023110763075,True
549
+ P028,P014,0.0,0.003044400231721412,True
550
+ P029,P014,0.0,0.0024080742624168483,True
551
+ P030,P014,0.0,0.01403003285159663,True
552
+ P031,P014,0.0,0.0005170051203151544,True
553
+ P032,P014,0.0,0.013824116661397167,True
554
+ P033,P014,0.0,0.04924171119621733,True
555
+ P034,P014,0.0,0.03290391073507939,True
556
+ P035,P014,0.0,0.00029284588047651024,True
557
+ P036,P014,0.0,0.002906522975705656,True
558
+ P037,P014,0.0,0.009772235990710762,True
559
+ P038,P014,0.0,0.000423440141169046,True
560
+ P039,P014,0.0,0.012175330751915093,True
561
+ P040,P014,0.0,0.005412738106970635,True
562
+ P001,P015,0.4411771376061236,0.5260502193740743,True
563
+ P002,P015,0.2512931347222427,0.2610973650054948,True
564
+ P003,P015,0.263989485011683,0.2720351294332066,True
565
+ P004,P015,0.23645333867471416,0.2465577165786345,True
566
+ P005,P015,0.34873152982386957,0.4317925482654542,True
567
+ P006,P015,0.4091662186354083,0.5222443770217653,True
568
+ P007,P015,0.24175026255404825,0.24808971141563205,True
569
+ P008,P015,0.3139885861637053,0.35875193909445535,True
570
+ P009,P015,0.2676561681117882,0.3039035839706883,True
571
+ P010,P015,0.2399860368618712,0.24897906927238764,True
572
+ P011,P015,0.24848657840311406,0.26312581969758353,True
573
+ P012,P015,0.29130777445234857,0.29884862399881956,True
574
+ P013,P015,0.25891837945850116,0.2819321581170169,True
575
+ P014,P015,0.24736345759019954,0.24814838157521657,True
576
+ P015,P015,-4.504181887326655,-4.4926878579395675,True
577
+ P016,P015,0.23719935126699238,0.247308098690576,True
578
+ P017,P015,0.24119813106653937,0.2473669321017859,True
579
+ P018,P015,0.32269119813293545,0.3565699485894231,True
580
+ P019,P015,0.2665297312754213,0.28366587290299977,True
581
+ P020,P015,0.24709581596047386,0.24836518057634274,True
582
+ P021,P015,0.2447444380943124,0.24776818148661683,True
583
+ P022,P015,0.24817513986007952,0.24829944816091734,True
584
+ P023,P015,0.24422574280656673,0.2488067456988442,True
585
+ P024,P015,0.24468229638888736,0.2486106180156495,True
586
+ P025,P015,0.2805145455429553,0.3014541942878407,True
587
+ P026,P015,0.26202172842794125,0.2749882503897903,True
588
+ P027,P015,0.2953779678912621,0.29762699100202517,True
589
+ P028,P015,0.24551011150973812,0.24855451174145954,True
590
+ P029,P015,0.2459399475455651,0.24834802180798196,True
591
+ P030,P015,0.2576619174450543,0.27169195029665094,True
592
+ P031,P015,0.2478273392988972,0.24834434441921235,True
593
+ P032,P015,0.2948532203503609,0.30867733701175804,True
594
+ P033,P015,0.36019589502900695,0.4094376062252243,True
595
+ P034,P015,0.2997470117974295,0.3326509225325089,True
596
+ P035,P015,0.2480408709406943,0.2483337168211708,True
597
+ P036,P015,0.2456392652651001,0.24854578824080575,True
598
+ P037,P015,0.2501288149137991,0.2599010509045099,True
599
+ P038,P015,0.24781779262044915,0.2482412327616182,True
600
+ P039,P015,0.23789989953841004,0.25007523029032513,True
601
+ P040,P015,0.28070472065964747,0.2861174587666181,True
602
+ P001,P016,0.3754336430414923,0.460306724809443,True
603
+ P002,P016,-0.12059065727841523,-0.11078642699516311,True
604
+ P003,P016,-0.2597372140867057,-0.2516915696651821,True
605
+ P004,P016,-0.26190095324617313,-0.25179657534225275,True
606
+ P005,P016,0.4011997091292723,0.4842607275708569,True
607
+ P006,P016,0.576002113707161,0.6890802720935181,True
608
+ P007,P016,-0.2298655242795603,-0.2235260754179765,True
609
+ P008,P016,-0.12937588733899658,-0.08461253440824651,True
610
+ P009,P016,-0.14349305469910204,-0.10724563884020197,True
611
+ P010,P016,-0.2590065739368725,-0.250013541526356,True
612
+ P011,P016,-0.20855916103343586,-0.19391991973896636,True
613
+ P012,P016,-0.25739510125666104,-0.24985425171019002,True
614
+ P013,P016,-0.13725337441225724,-0.11423959575374153,True
615
+ P014,P016,-0.2511586713759795,-0.25037374739096246,True
616
+ P015,P016,-0.1801239766428505,-0.16862994725576358,True
617
+ P016,P016,-3.662217311542522,-3.6521085641189384,True
618
+ P017,P016,-0.11856773460269497,-0.11239893356744844,True
619
+ P018,P016,0.07792330835140714,0.11180205880789476,True
620
+ P019,P016,-0.21465712316256302,-0.19752098153498454,True
621
+ P020,P016,-0.25143749576834445,-0.2501681311524756,True
622
+ P021,P016,-0.25369211468433506,-0.2506683712920306,True
623
+ P022,P016,-0.25039528590387067,-0.25027097760303285,True
624
+ P023,P016,-0.19951996657989443,-0.19493896368761696,True
625
+ P024,P016,-0.25390759685604974,-0.24997927522928762,True
626
+ P025,P016,-0.2680961256248148,-0.24715647687992934,True
627
+ P026,P016,-0.12247570160403702,-0.10950917964218795,True
628
+ P027,P016,-0.2526993707366188,-0.2504503476258557,True
629
+ P028,P016,-0.25325563013396785,-0.2502112299022464,True
630
+ P029,P016,-0.25296065218922126,-0.2505525779268044,True
631
+ P030,P016,-0.21072752618432145,-0.19669749333272482,True
632
+ P031,P016,-0.25071282737051104,-0.2501958222501959,True
633
+ P032,P016,-0.09773239016154948,-0.08390827350015231,True
634
+ P033,P016,-0.1311821724170254,-0.08194046122080807,True
635
+ P034,P016,-0.1358684006203292,-0.10296448988524981,True
636
+ P035,P016,-0.2505070567309689,-0.2502142108504924,True
637
+ P036,P016,-0.2533509368262972,-0.2504444138505916,True
638
+ P037,P016,-0.20416146600722918,-0.19438923001651842,True
639
+ P038,P016,-0.2507197373428541,-0.250296297201685,True
640
+ P039,P016,-0.2302488139352701,-0.218073483183355,True
641
+ P040,P016,-0.2559573925474637,-0.25054465444049306,True
642
+ P001,P017,0.7249045825524498,0.8097776643204005,True
643
+ P002,P017,0.4002850620347988,0.4100892923180509,True
644
+ P003,P017,0.2634446103602814,0.271490254781805,True
645
+ P004,P017,0.19278979950520664,0.202894177409127,True
646
+ P005,P017,0.3347214179084118,0.41778243634999646,True
647
+ P006,P017,0.6903375885758547,0.8034157469622117,True
648
+ P007,P017,0.12921750084735936,0.13555694970894316,True
649
+ P008,P017,0.8418836487794548,0.8866470017102048,True
650
+ P009,P017,0.5127443107978182,0.5489917266567182,True
651
+ P010,P017,0.1956779323812063,0.20467096479172273,True
652
+ P011,P017,0.19154074102773924,0.20617998232220874,True
653
+ P012,P017,0.12898821548868616,0.1365290650351572,True
654
+ P013,P017,0.2461767361163788,0.26919051477489453,True
655
+ P014,P017,0.1355013976761214,0.13628632166113844,True
656
+ P015,P017,0.12276105351616812,0.13425508290325502,True
657
+ P016,P017,0.19260007145760094,0.20270881888118455,True
658
+ P017,P017,-4.034846917908494,-4.028678116873247,True
659
+ P018,P017,0.16968006811277014,0.20355881856925775,True
660
+ P019,P017,0.11856965317704264,0.13570579480462114,True
661
+ P020,P017,0.13523716099920444,0.13650652561507332,True
662
+ P021,P017,0.13311943665836612,0.13614318005067055,True
663
+ P022,P017,0.13630421412359148,0.1364285224244293,True
664
+ P023,P017,0.2003175464951995,0.20489854938747698,True
665
+ P024,P017,0.13253231370598265,0.13646063533274477,True
666
+ P025,P017,0.1861039606729988,0.20704360941788424,True
667
+ P026,P017,0.19504343809541372,0.2080099600572628,True
668
+ P027,P017,0.13367896726592396,0.13592799037668704,True
669
+ P028,P017,0.1332259857857628,0.13627038601748423,True
670
+ P029,P017,0.13372993285289503,0.13613800711531188,True
671
+ P030,P017,0.12001316423874876,0.1340431970903454,True
672
+ P031,P017,0.1359737624152374,0.13649076753555256,True
673
+ P032,P017,0.531070553537082,0.5448946701984791,True
674
+ P033,P017,0.49967944818449395,0.5489211593807113,True
675
+ P034,P017,0.3163574045880606,0.34926131532314,True
676
+ P035,P017,0.1361638074174815,0.136456653297958,True
677
+ P036,P017,0.1334637243382505,0.13637024731395614,True
678
+ P037,P017,0.1263902403642896,0.13616247635500037,True
679
+ P038,P017,0.13593663284969165,0.1363600729908607,True
680
+ P039,P017,0.12761709662405923,0.13979242737597433,True
681
+ P040,P017,0.13154967458762204,0.13696241269459267,True
682
+ P001,P018,-0.016376593223407693,0.06849648854454302,True
683
+ P002,P018,-0.2628586990289704,-0.2530544687457183,True
684
+ P003,P018,-0.2989788727455005,-0.2909332283239769,True
685
+ P004,P018,-0.31011555643758554,-0.30001117853366516,True
686
+ P005,P018,-0.09009607642400166,-0.007035057982416992,True
687
+ P006,P018,0.07121737139991255,0.18429552978626956,True
688
+ P007,P018,-0.3009521247456763,-0.29461267588409246,True
689
+ P008,P018,-0.2283023948398713,-0.18353904190912124,True
690
+ P009,P018,-0.22076081125500374,-0.18451339539610367,True
691
+ P010,P018,-0.30110749216792837,-0.2921144597574119,True
692
+ P011,P018,-0.26422056838237623,-0.24958132708790673,True
693
+ P012,P018,-0.3013483993807616,-0.2938075498342906,True
694
+ P013,P018,-0.2580011748633376,-0.2349873962048219,True
695
+ P014,P018,-0.30087251498799283,-0.3000875910029758,True
696
+ P015,P018,-0.3010081809099362,-0.28951415152284926,True
697
+ P016,P018,-0.2983548375829862,-0.28824609015940256,True
698
+ P017,P018,-0.3066037282514098,-0.30043492721616327,True
699
+ P018,P018,-2.615223432880902,-2.5813446824244144,True
700
+ P019,P018,-0.2947408428136473,-0.27760470118606884,True
701
+ P020,P018,-0.3011967152790601,-0.29992735066319126,True
702
+ P021,P018,-0.30322646884650317,-0.30020272545419874,True
703
+ P022,P018,-0.3001199519568826,-0.2999956436560448,True
704
+ P023,P018,-0.3020215400538286,-0.2974405371615511,True
705
+ P024,P018,-0.3019228019345793,-0.2979944803078172,True
706
+ P025,P018,-0.25165973468925257,-0.23072008594436713,True
707
+ P026,P018,-0.24352126791847195,-0.23055474595662287,True
708
+ P027,P018,-0.30101273160263337,-0.2987637084918703,True
709
+ P028,P018,-0.3019441492197173,-0.2988997489879959,True
710
+ P029,P018,-0.3017138657026086,-0.29930579144019176,True
711
+ P030,P018,-0.3014076364836212,-0.2873776036320245,True
712
+ P031,P018,-0.3004828719696726,-0.29996586684935744,True
713
+ P032,P018,-0.27174625243815564,-0.2579221357767585,True
714
+ P033,P018,-0.19644349537272782,-0.14720178417651048,True
715
+ P034,P018,-0.20601509353131708,-0.1731111827962377,True
716
+ P035,P018,-0.30027366895478336,-0.29998082307430685,True
717
+ P036,P018,-0.3026490307300014,-0.29974250775429573,True
718
+ P037,P018,-0.2889992737366173,-0.27922703774590657,True
719
+ P038,P018,-0.30045687929334536,-0.3000334391521763,True
720
+ P039,P018,-0.2693522432384481,-0.257176912486533,True
721
+ P040,P018,-0.2937166499599915,-0.2883039118530209,True
722
+ P001,P019,0.891150207366999,0.9760232891349497,True
723
+ P002,P019,0.4389425044453647,0.4487467347286168,True
724
+ P003,P019,0.4207323376454582,0.4287779820669818,True
725
+ P004,P019,0.4183042187621225,0.42840859666604286,True
726
+ P005,P019,0.6630931248585277,0.7461541433001123,True
727
+ P006,P019,0.8608145422085577,0.9738927005949147,True
728
+ P007,P019,0.4183630230097768,0.4247024718713606,True
729
+ P008,P019,0.5483198105521728,0.5930831634829229,True
730
+ P009,P019,0.5197250791631384,0.5559724950220384,True
731
+ P010,P019,0.41628782248524365,0.4252808548957601,True
732
+ P011,P019,0.43508298784231214,0.4497222291367816,True
733
+ P012,P019,0.44546234825791364,0.45300319780438464,True
734
+ P013,P019,0.46799488866680333,0.49100866732531906,True
735
+ P014,P019,0.4241373864195312,0.42492231040454825,True
736
+ P015,P019,0.4530736512686357,0.4645676806557226,True
737
+ P016,P019,0.4138539153457463,0.4239626627693299,True
738
+ P017,P019,0.41826071410158083,0.42442951513682736,True
739
+ P018,P019,0.5078936878445219,0.5417724383010095,True
740
+ P019,P019,-2.9807373547543,-2.9636012131267218,True
741
+ P020,P019,0.42393305001077625,0.4252024146266451,True
742
+ P021,P019,0.4217622371609665,0.42478598055327094,True
743
+ P022,P019,0.42492907223649584,0.42505338053733366,True
744
+ P023,P019,0.4210000448198295,0.425581047712107,True
745
+ P024,P019,0.4215773455192008,0.4255056671459629,True
746
+ P025,P019,0.538950204620975,0.5598898533658604,True
747
+ P026,P019,0.459113229957425,0.47207975191927404,True
748
+ P027,P019,0.4455608813218058,0.4478099044325689,True
749
+ P028,P019,0.4220845845477773,0.42512898477949873,True
750
+ P029,P019,0.4223808975651329,0.42478897182754977,True
751
+ P030,P019,0.42304192139324553,0.4370719542448422,True
752
+ P031,P019,0.42452128031664704,0.4250382854369622,True
753
+ P032,P019,0.43781230461367393,0.4516364212750711,True
754
+ P033,P019,0.5581883300358057,0.607430041232023,True
755
+ P034,P019,0.49489115746672735,0.5277950682018068,True
756
+ P035,P019,0.42475771021584974,0.42505055609632625,True
757
+ P036,P019,0.426651827137088,0.42955835011279364,True
758
+ P037,P019,0.4379611757474052,0.4477334117381159,True
759
+ P038,P019,0.42466849113795485,0.4250919312791239,True
760
+ P039,P019,0.42527441088143475,0.4374497416333498,True
761
+ P040,P019,0.470289865094059,0.47570260320102964,True
762
+ P001,P020,-0.0653765978470747,0.01949648392087601,True
763
+ P002,P020,-0.02697970481392208,-0.01717547453066997,True
764
+ P003,P020,-0.005909724464668965,0.002135919956854646,True
765
+ P004,P020,-0.007205977732512151,0.002898400171408212,True
766
+ P005,P020,-0.09176078357948243,-0.00869976513789776,True
767
+ P006,P020,-0.0638411783531432,0.049236980033213806,True
768
+ P007,P020,-0.007703404564067414,-0.0013639557024836034,True
769
+ P008,P020,-0.04089128011492769,0.003872072815822386,True
770
+ P009,P020,-0.04158582626828566,-0.005338410409385597,True
771
+ P010,P020,-0.006693749820579404,0.0022992825899370364,True
772
+ P011,P020,-0.023664869158001135,-0.009025627863531635,True
773
+ P012,P020,-0.010335329885888004,-0.002794480339416993,True
774
+ P013,P020,-0.02025758177842169,0.002756196880094028,True
775
+ P014,P020,-0.0004752465767184204,0.0003096774082986219,True
776
+ P015,P020,-0.011000776149895263,0.0004932532371916508,True
777
+ P016,P020,-0.01020418757522053,-9.544015163690314e-05,True
778
+ P017,P020,-0.0065074610000725,-0.00033865996482596895,True
779
+ P018,P020,-0.02969064237059045,0.004188108085897167,True
780
+ P019,P020,-0.014601852297828217,0.002534289329750269,True
781
+ P020,P020,-0.009804127973031289,-0.008534763357162418,True
782
+ P021,P020,-0.0026168975066263238,0.00040684588567812315,True
783
+ P022,P020,-5.6392796840301884e-05,6.791550399750737e-05,True
784
+ P023,P020,-0.0026077587173777383,0.001973244174899727,True
785
+ P024,P020,-0.008122519237910549,-0.004194197611148429,True
786
+ P025,P020,-0.018481919441561766,0.0024577293033236705,True
787
+ P026,P020,-0.018594352558019202,-0.005627830596170133,True
788
+ P027,P020,-0.0008079008816446793,0.0014411222291183957,True
789
+ P028,P020,-0.0030060468149108806,3.835341681053149e-05,True
790
+ P029,P020,-0.0018878672024607629,0.0005202070599560854,True
791
+ P030,P020,-0.012969793812348225,0.0010602390392484042,True
792
+ P031,P020,-0.0008134103344659138,-0.00029640521415075943,True
793
+ P032,P020,-0.007806695146748346,0.006017421514648821,True
794
+ P033,P020,-0.06708867028644958,-0.017846959090232248,True
795
+ P034,P020,-0.06699820643649511,-0.03409429570141572,True
796
+ P035,P020,-0.000389067289609877,-9.622140913336674e-05,True
797
+ P036,P020,-0.007550678729696291,-0.004644155753990635,True
798
+ P037,P020,-0.021010187617372236,-0.011237951626661474,True
799
+ P038,P020,-0.0003369920736159574,8.64480675530886e-05,True
800
+ P039,P020,-0.0071011671951640406,0.005074163556751052,True
801
+ P040,P020,-0.010209830543914868,-0.004797092436944233,True
802
+ P001,P021,-0.6432541006211716,-0.5583810188532209,True
803
+ P002,P021,-0.5524984070336443,-0.5426941767503922,True
804
+ P003,P021,-0.5526534191029118,-0.5446077746813882,True
805
+ P004,P021,-0.5562701331286397,-0.5461657552247193,True
806
+ P005,P021,-0.06697768395032772,0.016083334491256956,True
807
+ P006,P021,-0.6654154940979357,-0.5523373357115786,True
808
+ P007,P021,-0.5504344972310835,-0.5440950483694997,True
809
+ P008,P021,-0.5886069898393672,-0.5438436369086171,True
810
+ P009,P021,-0.5741437096672573,-0.5378962938083572,True
811
+ P010,P021,-0.5518920717339942,-0.5428990393234778,True
812
+ P011,P021,-0.5569420933391054,-0.5423028520446359,True
813
+ P012,P021,-0.5501211368699651,-0.5425802873234941,True
814
+ P013,P021,-0.5703261890541093,-0.5473124103955935,True
815
+ P014,P021,-0.544400052310316,-0.5436151283252989,True
816
+ P015,P021,-0.5566453514519888,-0.5451513220649019,True
817
+ P016,P021,-0.5555900259347191,-0.5454812785111355,True
818
+ P017,P021,-0.5505489473855115,-0.544380146350265,True
819
+ P018,P021,-0.5833031724674149,-0.5494244220109273,True
820
+ P019,P021,-0.5616951691902788,-0.5445590275627004,True
821
+ P020,P021,-0.5446336629264931,-0.5433642983106242,True
822
+ P021,P021,-4.354680412908823,-4.351656669516518,True
823
+ P022,P021,-0.5435678084538771,-0.5434435001530393,True
824
+ P023,P021,-0.5476121895062515,-0.543031186613974,True
825
+ P024,P021,-0.5478121135771652,-0.543883791950403,True
826
+ P025,P021,-0.5530733988048028,-0.5321337500599174,True
827
+ P026,P021,-0.5539678827344644,-0.5410013607726153,True
828
+ P027,P021,-0.5461510716940812,-0.5439020485833181,True
829
+ P028,P021,-0.5460523146258266,-0.5430079143941052,True
830
+ P029,P021,-0.5466281695171575,-0.5442200952547407,True
831
+ P030,P021,-0.5607887350354137,-0.5467587021838171,True
832
+ P031,P021,-0.543872017326385,-0.5433550122060699,True
833
+ P032,P021,-0.5591362422095366,-0.5453121255481395,True
834
+ P033,P021,-0.5957280610320419,-0.5464863498358246,True
835
+ P034,P021,-0.5616678386020284,-0.528763927866949,True
836
+ P035,P021,-0.543739812793352,-0.5434469669128755,True
837
+ P036,P021,-0.5466212589381808,-0.5437147359624751,True
838
+ P037,P021,-0.010534138087908465,-0.0007619020971977031,True
839
+ P038,P021,-0.5438076715121275,-0.5433842313709585,True
840
+ P039,P021,-0.5529645261283325,-0.5407891953764173,True
841
+ P040,P021,-0.5470968316112876,-0.541684093504317,True
842
+ P001,P022,0.0,0.0848730817679507,True
843
+ P002,P022,0.0,0.009804230283252108,True
844
+ P003,P022,0.0,0.00804564442152361,True
845
+ P004,P022,0.0,0.010104377903920363,True
846
+ P005,P022,0.0,0.08306101844158467,True
847
+ P006,P022,0.0,0.113078158386357,True
848
+ P007,P022,0.0,0.0063394488615838105,True
849
+ P008,P022,0.0,0.044763352930750074,True
850
+ P009,P022,0.0,0.03624741585890006,True
851
+ P010,P022,0.0,0.00899303241051644,True
852
+ P011,P022,0.0,0.0146392412944695,True
853
+ P012,P022,0.0,0.007540849546471011,True
854
+ P013,P022,0.0,0.023013778658515716,True
855
+ P014,P022,0.0,0.0007849239850170423,True
856
+ P015,P022,0.0,0.011494029387086914,True
857
+ P016,P022,0.0,0.010108747423583626,True
858
+ P017,P022,0.0,0.006168801035246531,True
859
+ P018,P022,0.0,0.03387875045648762,True
860
+ P019,P022,0.0,0.017136141627578486,True
861
+ P020,P022,0.0,0.0012693646158688707,True
862
+ P021,P022,0.0,0.003023743392304447,True
863
+ P022,P022,0.0,0.00012430830083780926,True
864
+ P023,P022,0.0,0.004581002892277465,True
865
+ P024,P022,0.0,0.00392832162676212,True
866
+ P025,P022,0.0,0.020939648744885436,True
867
+ P026,P022,0.0,0.012966521961849069,True
868
+ P027,P022,0.0,0.002249023110763075,True
869
+ P028,P022,0.0,0.003044400231721412,True
870
+ P029,P022,0.0,0.0024080742624168483,True
871
+ P030,P022,0.0,0.01403003285159663,True
872
+ P031,P022,0.0,0.0005170051203151544,True
873
+ P032,P022,0.0,0.013824116661397167,True
874
+ P033,P022,0.0,0.04924171119621733,True
875
+ P034,P022,0.0,0.03290391073507939,True
876
+ P035,P022,0.0,0.00029284588047651024,True
877
+ P036,P022,0.0,0.002906522975705656,True
878
+ P037,P022,0.0,0.009772235990710762,True
879
+ P038,P022,0.0,0.000423440141169046,True
880
+ P039,P022,0.0,0.012175330751915093,True
881
+ P040,P022,0.0,0.005412738106970635,True
882
+ P001,P023,0.4821938550536024,0.5670669368215531,True
883
+ P002,P023,0.14783485478881003,0.15763908507206215,True
884
+ P003,P023,0.07044732020558434,0.07849296462710795,True
885
+ P004,P023,0.06897934465066166,0.07908372255458203,True
886
+ P005,P023,0.35681752359766616,0.4398785420392508,True
887
+ P006,P023,0.46430896499469354,0.5773871233810506,True
888
+ P007,P023,0.07165476270038872,0.07799421156197253,True
889
+ P008,P023,0.5999609371968401,0.6447242901275901,True
890
+ P009,P023,0.40704617690922057,0.44329359276812064,True
891
+ P010,P023,0.06894787800491434,0.07794091041543078,True
892
+ P011,P023,0.309040643875875,0.32367988517034446,True
893
+ P012,P023,0.07057582173490516,0.07811667128137617,True
894
+ P013,P023,0.16710610015917582,0.19011987881769155,True
895
+ P014,P023,0.07775862674851002,0.07854355073352706,True
896
+ P015,P023,0.06855392939716315,0.08004795878425006,True
897
+ P016,P023,0.06820716348439629,0.07831591090797992,True
898
+ P017,P023,0.072648860800989,0.07881766183623554,True
899
+ P018,P023,0.11178324358513635,0.14566199404162397,True
900
+ P019,P023,0.12490902489839732,0.14204516652597582,True
901
+ P020,P023,0.07699986762323573,0.07826923223910459,True
902
+ P021,P023,0.07556065526325402,0.07858439865555847,True
903
+ P022,P023,0.07838455960903495,0.07850886790987276,True
904
+ P023,P023,-2.811766589427444,-2.8071855865351667,True
905
+ P024,P023,0.07450821718570029,0.0784365388124624,True
906
+ P025,P023,0.38397286664144703,0.40491251538633244,True
907
+ P026,P023,0.128679243084019,0.1416457650458681,True
908
+ P027,P023,0.07638547005698589,0.07863449316774895,True
909
+ P028,P023,0.10645048948459594,0.10949488971631735,True
910
+ P029,P023,0.07562703163628226,0.07803510589869911,True
911
+ P030,P023,0.06470235510456102,0.07873238795615764,True
912
+ P031,P023,0.07802336445686434,0.07854036957717948,True
913
+ P032,P023,0.06674743223405201,0.08057154889544918,True
914
+ P033,P023,0.3137578152867102,0.36299952648292755,True
915
+ P034,P023,0.11553559354988796,0.14843950428496736,True
916
+ P035,P023,0.07805558333064029,0.0783484292111168,True
917
+ P036,P023,0.07538035629570984,0.07828687927141549,True
918
+ P037,P023,0.07102487091501575,0.08079710690572652,True
919
+ P038,P023,0.07809132782449353,0.07851476796566258,True
920
+ P039,P023,0.11541399220771978,0.12758932295963488,True
921
+ P040,P023,0.0880846806504581,0.09349741875742874,True
922
+ P001,P024,0.5950551112884201,0.6799281930563709,True
923
+ P002,P024,0.1560445093726945,0.16584873965594663,True
924
+ P003,P024,0.16209042323545367,0.17013606765697728,True
925
+ P004,P024,0.1610880162198518,0.17119239412377216,True
926
+ P005,P024,0.42793427668309003,0.5109952951246747,True
927
+ P006,P024,0.5744034387845962,0.6874815971709533,True
928
+ P007,P024,0.16261885449626923,0.16895830335785303,True
929
+ P008,P024,0.29006927301501023,0.3348326259457603,True
930
+ P009,P024,0.46136060376613824,0.4976080196250383,True
931
+ P010,P024,0.15999163669057484,0.16898466910109128,True
932
+ P011,P024,0.3276416534254515,0.34228089471992096,True
933
+ P012,P024,0.15889122234599903,0.16643207189247006,True
934
+ P013,P024,0.4873284044041062,0.5103421830626219,True
935
+ P014,P024,0.16909917843768293,0.16988410242269997,True
936
+ P015,P024,0.15803563272180352,0.16952966210889042,True
937
+ P016,P024,0.16015492389983663,0.17026367132342024,True
938
+ P017,P024,0.16375935849098405,0.16992815952623058,True
939
+ P018,P024,0.14651581960488438,0.180394570061372,True
940
+ P019,P024,0.1537874332869989,0.17092357491457738,True
941
+ P020,P024,0.1678881345677249,0.16915749918359377,True
942
+ P021,P024,0.1663177809546072,0.16934152434691163,True
943
+ P022,P024,0.16962049011664704,0.16974479841748485,True
944
+ P023,P024,0.1643778611230631,0.16895886401534058,True
945
+ P024,P024,-4.103710684226086,-4.099782362599324,True
946
+ P025,P024,0.3283684637624744,0.3493081125073598,True
947
+ P026,P024,0.1589340123560113,0.17190053431786037,True
948
+ P027,P024,0.1682582198035282,0.17050724291429128,True
949
+ P028,P024,0.16439710678041716,0.16744150701213859,True
950
+ P029,P024,0.16770165165158496,0.1701097259140018,True
951
+ P030,P024,0.49936939382629686,0.5133994266778935,True
952
+ P031,P024,0.16942163719595835,0.1699386423162735,True
953
+ P032,P024,0.16144648698039935,0.1752706036417965,True
954
+ P033,P024,0.29040992929190546,0.3396516404881228,True
955
+ P034,P024,0.2914233089525451,0.32432721968762446,True
956
+ P035,P024,0.16947570397376074,0.16976854985423726,True
957
+ P036,P024,0.16538449867452143,0.16829102165022708,True
958
+ P037,P024,0.16234835423189747,0.17212059022260823,True
959
+ P038,P024,0.16946561952048017,0.16988905966164922,True
960
+ P039,P024,0.33322509416941754,0.3454004249213326,True
961
+ P040,P024,0.16387894184288934,0.16929167994985997,True
962
+ P001,P025,0.2748884060947139,0.3597614878626646,True
963
+ P002,P025,0.050384261481271224,0.06018849176452333,True
964
+ P003,P025,0.02952419450283305,0.03756983892435666,True
965
+ P004,P025,0.030118388249274316,0.04022276615319468,True
966
+ P005,P025,0.21936238252698348,0.3024234009685681,True
967
+ P006,P025,0.2251191293451323,0.3381972877314893,True
968
+ P007,P025,0.030637607364663647,0.03697705622624746,True
969
+ P008,P025,0.11321166266801416,0.15797501559876423,True
970
+ P009,P025,0.14232297699489996,0.17857039285380003,True
971
+ P010,P025,0.03125314123672604,0.04024617364724248,True
972
+ P011,P025,0.07520676895028544,0.08984601024475494,True
973
+ P012,P025,0.04506123088154943,0.05260208042802044,True
974
+ P013,P025,0.05873610646459706,0.08174988512311278,True
975
+ P014,P025,0.03479068697525036,0.0355756109602674,True
976
+ P015,P025,0.04285375392778431,0.05434778331487122,True
977
+ P016,P025,0.027278668139787562,0.03738741556337119,True
978
+ P017,P025,0.03216193490594213,0.03833073594118866,True
979
+ P018,P025,0.09595369343079084,0.12983244388727846,True
980
+ P019,P025,0.07507422363294587,0.09221036526052435,True
981
+ P020,P025,0.03415200429504194,0.035421368910910814,True
982
+ P021,P025,0.03271631220248569,0.03574005559479014,True
983
+ P022,P025,0.035353893570129934,0.03547820187096774,True
984
+ P023,P025,0.04163312231798733,0.0462141252102648,True
985
+ P024,P025,0.03207272565725848,0.0360010472840206,True
986
+ P025,P025,-1.9907919505778815,-1.969852301832996,True
987
+ P026,P025,0.06589640304622636,0.07886292500807543,True
988
+ P027,P025,0.03316924498993371,0.03541826810069679,True
989
+ P028,P025,0.03449172923639576,0.03753612946811717,True
990
+ P029,P025,0.03319350818655248,0.03560158244896933,True
991
+ P030,P025,0.02315909976172629,0.03718913261332292,True
992
+ P031,P025,0.034806305873948874,0.03532331099426403,True
993
+ P032,P025,0.03487057115764799,0.04869468781904515,True
994
+ P033,P025,0.11710379871339227,0.1663455099096096,True
995
+ P034,P025,0.10313104090094863,0.13603495163602802,True
996
+ P035,P025,0.035061641519670034,0.035354487400146545,True
997
+ P036,P025,0.03204458185646761,0.034951104832173265,True
998
+ P037,P025,0.03847798975371234,0.0482502257444231,True
999
+ P038,P025,0.03507831502232662,0.035501755163495664,True
1000
+ P039,P025,0.07198951362969687,0.08416484438161197,True
1001
+ P040,P025,0.04822104295912138,0.05363378106609201,True
1002
+ P001,P026,0.4928435834864512,0.5777166652544019,True
1003
+ P002,P026,0.24014221063870328,0.2499464409219554,True
1004
+ P003,P026,0.20358766060435662,0.21163330502588024,True
1005
+ P004,P026,0.19766012143270026,0.2077644993366206,True
1006
+ P005,P026,0.36857257592254516,0.45163359436412986,True
1007
+ P006,P026,0.5105791562643034,0.6236573146506604,True
1008
+ P007,P026,0.1974904311470566,0.2038298800086404,True
1009
+ P008,P026,0.2831747649730754,0.3279381179038255,True
1010
+ P009,P026,0.3047989902453702,0.3410464061042703,True
1011
+ P010,P026,0.19590738368818766,0.2049004160987041,True
1012
+ P011,P026,0.24387241786625777,0.25851165916072727,True
1013
+ P012,P026,0.1999007624147774,0.2074416119612484,True
1014
+ P013,P026,0.23178871488158523,0.2548024935401009,True
1015
+ P014,P026,0.20281821519629556,0.2036031391813126,True
1016
+ P015,P026,0.1989011707780835,0.2103952001651704,True
1017
+ P016,P026,0.19572560792589028,0.2058343553494739,True
1018
+ P017,P026,0.20026827438195471,0.20643707541720124,True
1019
+ P018,P026,0.32829259919105086,0.3621713496475385,True
1020
+ P019,P026,0.20817940800594265,0.22531554963352113,True
1021
+ P020,P026,0.2020342650017798,0.20330362961764867,True
1022
+ P021,P026,0.200651320926066,0.20367506431837043,True
1023
+ P022,P026,0.20341586994236738,0.2035401782432052,True
1024
+ P023,P026,0.20874966989770102,0.2133306727899785,True
1025
+ P024,P026,0.19943185711192968,0.2033601787386918,True
1026
+ P025,P026,0.255924014310717,0.2768636630556024,True
1027
+ P026,P026,-0.9541483857912266,-0.9411818638293775,True
1028
+ P027,P026,0.20392399407288317,0.20617301718364625,True
1029
+ P028,P026,0.2013235023059752,0.20436790253769663,True
1030
+ P029,P026,0.20111210687292105,0.2035201811353379,True
1031
+ P030,P026,0.19400819776131564,0.20803823061291227,True
1032
+ P031,P026,0.20284543381828862,0.20336243893860378,True
1033
+ P032,P026,0.21271008466348806,0.22653420132488522,True
1034
+ P033,P026,0.26477195596590775,0.3140136671621251,True
1035
+ P034,P026,0.3707006870288961,0.40360459776397545,True
1036
+ P035,P026,0.20319569420424544,0.20348854008472195,True
1037
+ P036,P026,0.201611729502824,0.20451825247852964,True
1038
+ P037,P026,0.2019110242987855,0.21168326028949624,True
1039
+ P038,P026,0.20315831265927445,0.2035817528004435,True
1040
+ P039,P026,0.24488076165188036,0.25705609240379546,True
1041
+ P040,P026,0.20396015940684037,0.209372897513811,True
1042
+ P001,P027,-0.22180329721140757,-0.13693021544345685,True
1043
+ P002,P027,-0.27531338747845446,-0.26550915719520235,True
1044
+ P003,P027,-0.2748949007436532,-0.2668492563221296,True
1045
+ P004,P027,-0.2779102115685635,-0.2678058336646431,True
1046
+ P005,P027,-0.07174875563094324,0.011312262810641432,True
1047
+ P006,P027,0.2731927676039235,0.3862709259902805,True
1048
+ P007,P027,-0.2725678198174063,-0.26622837095582247,True
1049
+ P008,P027,-0.30930886985009676,-0.2645455169193467,True
1050
+ P009,P027,-0.29630848152343503,-0.26006106566453496,True
1051
+ P010,P027,-0.27434616541347984,-0.26535313300296337,True
1052
+ P011,P027,-0.2813337239605392,-0.2666944826660697,True
1053
+ P012,P027,-0.13945706980490633,-0.1319162202584353,True
1054
+ P013,P027,-0.2933934765381193,-0.2703796978796036,True
1055
+ P014,P027,-0.2668964851158521,-0.26611156113083506,True
1056
+ P015,P027,0.12000397845586641,0.13149800784295332,True
1057
+ P016,P027,-0.2771357888054911,-0.26702704138190747,True
1058
+ P017,P027,-0.2727938027807065,-0.26662500174545994,True
1059
+ P018,P027,-0.17128462440177464,-0.13740587394528703,True
1060
+ P019,P027,-0.2837519164333034,-0.2666157748057249,True
1061
+ P020,P027,-0.26704375162884486,-0.265774387012976,True
1062
+ P021,P027,-0.26920337597987737,-0.26617963258757293,True
1063
+ P022,P027,-0.26608119983629247,-0.26595689153545465,True
1064
+ P023,P027,-0.270193008713766,-0.26561200582148853,True
1065
+ P024,P027,-0.2697477644070486,-0.2658194427802865,True
1066
+ P025,P027,-0.15194296389158493,-0.1310033151466995,True
1067
+ P026,P027,-0.14470803607549862,-0.13174151411364954,True
1068
+ P027,P027,-6.122780002702911,-6.120530979592148,True
1069
+ P028,P027,-0.2689229961420925,-0.26587859591037105,True
1070
+ P029,P027,-0.2687152042174063,-0.26630712995498945,True
1071
+ P030,P027,-0.2810128985676355,-0.26698286571603885,True
1072
+ P031,P027,-0.26657090296689273,-0.26605389784657757,True
1073
+ P032,P027,-0.2810985484220122,-0.26727443176061505,True
1074
+ P033,P027,-0.31240297349998086,-0.2631612623037635,True
1075
+ P034,P027,-0.15706032233407963,-0.12415641159900023,True
1076
+ P035,P027,-0.2662197886914683,-0.2659269428109918,True
1077
+ P036,P027,-0.2689747011375776,-0.26606817816187195,True
1078
+ P037,P027,-0.2761860837698868,-0.26641384777917604,True
1079
+ P038,P027,-0.2664536821121999,-0.2660302419710308,True
1080
+ P039,P027,-0.2777226395507836,-0.2655473087988685,True
1081
+ P040,P027,-0.2708611249960343,-0.2654483868890637,True
1082
+ P001,P028,0.5067619015341905,0.5916349833021413,True
1083
+ P002,P028,0.31526043176651664,0.32506466204976875,True
1084
+ P003,P028,0.18817241257749712,0.19621805699902073,True
1085
+ P004,P028,0.18682013587054183,0.19692451377446218,True
1086
+ P005,P028,0.8804966265519593,0.9635576449935439,True
1087
+ P006,P028,0.6852834964068314,0.7983616547931884,True
1088
+ P007,P028,0.2545625182780265,0.26090196713961034,True
1089
+ P008,P028,0.8682784425786997,0.9130417955094497,True
1090
+ P009,P028,0.3554340648256554,0.3916814806845555,True
1091
+ P010,P028,0.2503410305707446,0.25933406298126105,True
1092
+ P011,P028,0.18042418525112308,0.19506342654559258,True
1093
+ P012,P028,0.1878139789570085,0.19535482850347952,True
1094
+ P013,P028,0.3697917564747269,0.3928055351332426,True
1095
+ P014,P028,0.19539356129974655,0.1961784852847636,True
1096
+ P015,P028,0.18627850333710394,0.19777253272419085,True
1097
+ P016,P028,0.25109499131097324,0.2612037387345569,True
1098
+ P017,P028,0.18999992211245897,0.1961687231477055,True
1099
+ P018,P028,0.1654332781251225,0.19931202858161012,True
1100
+ P019,P028,0.18093200539825,0.19806814702582848,True
1101
+ P020,P028,0.19463844503077637,0.19590780964664525,True
1102
+ P021,P028,0.19288363843121212,0.19590738182351655,True
1103
+ P022,P028,0.19592058015549352,0.19604488845633133,True
1104
+ P023,P028,0.19068015251719603,0.1952611554094735,True
1105
+ P024,P028,0.18993520838064654,0.19386353000740866,True
1106
+ P025,P028,0.5013183297524829,0.5222579784973683,True
1107
+ P026,P028,0.3150455680791346,0.32801209004098364,True
1108
+ P027,P028,0.19394880622470426,0.19619782933546734,True
1109
+ P028,P028,-3.7382241875232114,-3.73517978729149,True
1110
+ P029,P028,0.19361223715513676,0.1960203114175536,True
1111
+ P030,P028,0.18399704282854953,0.19802707568014616,True
1112
+ P031,P028,0.19555262534424483,0.19606963046456,True
1113
+ P032,P028,0.18275175992513656,0.19657587658653372,True
1114
+ P033,P028,0.8690888061964037,0.9183305173926211,True
1115
+ P034,P028,0.29853970219253856,0.3314436129276179,True
1116
+ P035,P028,0.19570926855499682,0.19600211443547333,True
1117
+ P036,P028,0.19319378624915437,0.19610030922486002,True
1118
+ P037,P028,0.18675264057707797,0.19652487656778872,True
1119
+ P038,P028,0.19569471057638127,0.19611815071755032,True
1120
+ P039,P028,0.1856909485486926,0.1978662793006077,True
1121
+ P040,P028,0.18757083895256893,0.19298357705953956,True
1122
+ P001,P029,-2.255974647977124,-2.1711015662091735,True
1123
+ P002,P029,-2.171249827128386,-2.1614455968451343,True
1124
+ P003,P029,-2.7121009572449966,-2.704055312823473,True
1125
+ P004,P029,-2.174129138256016,-2.164024760352096,True
1126
+ P005,P029,-2.7702656961772494,-2.687204677735665,True
1127
+ P006,P029,-2.2881272548934737,-2.1750490965071165,True
1128
+ P007,P029,-2.710745194945785,-2.704405746084201,True
1129
+ P008,P029,-2.748174399413378,-2.703411046482628,True
1130
+ P009,P029,-2.7296919655303227,-2.6934445496714225,True
1131
+ P010,P029,-2.7112677406499315,-2.702274708239415,True
1132
+ P011,P029,-2.7155136297656437,-2.700874388471174,True
1133
+ P012,P029,-2.708155107113295,-2.700614257566824,True
1134
+ P013,P029,-2.7281625048472757,-2.70514872618876,True
1135
+ P014,P029,-2.703615321395226,-2.7028303974102093,True
1136
+ P015,P029,-2.7139423352792846,-2.7024483058921978,True
1137
+ P016,P029,-2.7137983089604507,-2.703689561536867,True
1138
+ P017,P029,-2.710341507578585,-2.7041727065433383,True
1139
+ P018,P029,-2.732644049378567,-2.6987652989220794,True
1140
+ P019,P029,-2.7200600198515423,-2.702923878223964,True
1141
+ P020,P029,-2.7038443573955546,-2.702574992779686,True
1142
+ P021,P029,-2.706115501477653,-2.7030917580853484,True
1143
+ P022,P029,-2.7028198223321107,-2.702695514031273,True
1144
+ P023,P029,-2.7080782476022973,-2.70349724471002,True
1145
+ P024,P029,-2.706119972356698,-2.7021916507299357,True
1146
+ P025,P029,-2.719707132028229,-2.6987674832833433,True
1147
+ P026,P029,-2.7144736165869565,-2.7015070946251076,True
1148
+ P027,P029,-2.7050565040339296,-2.7028074809231666,True
1149
+ P028,P029,-2.7060305080597975,-2.702986107828076,True
1150
+ P029,P029,-7.574268175908784,-7.571860101646368,True
1151
+ P030,P029,-2.718889734820562,-2.7048597019689655,True
1152
+ P031,P029,-2.703260968868151,-2.7027439637478357,True
1153
+ P032,P029,-2.714198686062031,-2.700374569400634,True
1154
+ P033,P029,-2.7497217605912283,-2.700480049395011,True
1155
+ P034,P029,-2.7257969427612627,-2.6928930320261832,True
1156
+ P035,P029,-2.7029196036755665,-2.70262675779509,True
1157
+ P036,P029,-2.704219830683468,-2.7013133077077622,True
1158
+ P037,P029,-2.711475218569588,-2.701702982578877,True
1159
+ P038,P029,-2.703052086870973,-2.702628646729804,True
1160
+ P039,P029,-2.714087130855005,-2.70191180010309,True
1161
+ P040,P029,-2.7060082181544596,-2.7005954800474887,True
1162
+ P001,P030,1.0355897729811367,1.1204628547490874,True
1163
+ P002,P030,0.46896592488399275,0.47877015516724486,True
1164
+ P003,P030,0.4856466171029365,0.4936922615244601,True
1165
+ P004,P030,0.48316812053012204,0.4932724984340424,True
1166
+ P005,P030,0.987213759303428,1.0702747777450128,True
1167
+ P006,P030,1.1654464813212322,1.2785246397075891,True
1168
+ P007,P030,0.4707006402792039,0.4770400891407877,True
1169
+ P008,P030,0.6378817212847732,0.6826450742155232,True
1170
+ P009,P030,0.7549000644167564,0.7911474802756564,True
1171
+ P010,P030,0.5028384109402322,0.5118314433507486,True
1172
+ P011,P030,0.4998996160304862,0.5145388573249557,True
1173
+ P012,P030,0.488143881607888,0.495684731154359,True
1174
+ P013,P030,0.589710635415346,0.6127244140738617,True
1175
+ P014,P030,0.4772312679578504,0.4780161919428675,True
1176
+ P015,P030,0.4822348801459937,0.49372890953308063,True
1177
+ P016,P030,0.4837312907467085,0.49384003817029215,True
1178
+ P017,P030,0.48789327683984646,0.494062077875093,True
1179
+ P018,P030,0.7324607971128216,0.7663395475693092,True
1180
+ P019,P030,0.49445338658451526,0.5115895282120938,True
1181
+ P020,P030,0.47689399925554454,0.4781633638714134,True
1182
+ P021,P030,0.4747302374218194,0.47775398081412385,True
1183
+ P022,P030,0.4780255326778149,0.4781498409786527,True
1184
+ P023,P030,0.4906750394690666,0.4952560423613441,True
1185
+ P024,P030,0.4745556186422305,0.4784839402689926,True
1186
+ P025,P030,0.5437265199640655,0.5646661687089509,True
1187
+ P026,P030,0.5017194913993325,0.5146860133611816,True
1188
+ P027,P030,0.47553309281856343,0.4777821159293265,True
1189
+ P028,P030,0.47519761676603606,0.4782420169977575,True
1190
+ P029,P030,0.4753693888733044,0.4777774631357212,True
1191
+ P030,P030,-3.4337566882817545,-3.419726655430158,True
1192
+ P031,P030,0.4776400339279453,0.47815703904826046,True
1193
+ P032,P030,0.4644099328466716,0.47823404950806875,True
1194
+ P033,P030,0.7178453399907865,0.7670870511870038,True
1195
+ P034,P030,0.5686342316054126,0.601538142340492,True
1196
+ P035,P030,0.4778698200132665,0.478162665893743,True
1197
+ P036,P030,0.4750201799920973,0.47792670296780293,True
1198
+ P037,P030,0.4860305735771966,0.49580280956790734,True
1199
+ P038,P030,0.4776679203181439,0.478091360459313,True
1200
+ P039,P030,0.5726448332175599,0.584820163969475,True
1201
+ P040,P030,0.47212037862133605,0.4775331167283067,True
1202
+ P001,P031,4.681687316821025,4.766560398588975,True
1203
+ P002,P031,4.7513382025597215,4.7611424328429734,True
1204
+ P003,P031,4.75425969552373,4.762305339945254,True
1205
+ P004,P031,4.753005726246768,4.763110104150689,True
1206
+ P005,P031,4.661584819377988,4.744645837819573,True
1207
+ P006,P031,9.433952116594924,9.54703027498128,True
1208
+ P007,P031,4.7556449902388005,4.7619844391003845,True
1209
+ P008,P031,4.714001306711966,4.758764659642716,True
1210
+ P009,P031,4.723743860675457,4.759991276534357,True
1211
+ P010,P031,4.7505824963600505,4.759575528770567,True
1212
+ P011,P031,4.74322083691955,4.757860078214019,True
1213
+ P012,P031,4.75423302288777,4.761773872434241,True
1214
+ P013,P031,4.741992128128643,4.765005906787159,True
1215
+ P014,P031,4.761186366739777,4.7619712907247935,True
1216
+ P015,P031,4.753280090648054,4.764774120035141,True
1217
+ P016,P031,4.753510320654812,4.763619068078396,True
1218
+ P017,P031,4.7560075123487575,4.762176313384004,True
1219
+ P018,P031,4.7187004008980376,4.752579151354525,True
1220
+ P019,P031,4.742337765059884,4.759473906687463,True
1221
+ P020,P031,4.760330377823913,4.761599742439782,True
1222
+ P021,P031,4.758693813099074,4.761717556491379,True
1223
+ P022,P031,4.761593947554505,4.761718255855342,True
1224
+ P023,P031,4.75890462942623,4.763485632318507,True
1225
+ P024,P031,4.757126640545804,4.761054962172566,True
1226
+ P025,P031,4.738607432887473,4.759547081632359,True
1227
+ P026,P031,4.744778927667054,4.757745449628903,True
1228
+ P027,P031,4.760306025919632,4.762555049030395,True
1229
+ P028,P031,4.756768537556933,4.759812937788655,True
1230
+ P029,P031,4.759374773226522,4.761782847488939,True
1231
+ P030,P031,4.7441923086378575,4.758222341489454,True
1232
+ P031,P031,-0.0047967914763802355,-0.004279786356065081,True
1233
+ P032,P031,4.747505819383946,4.761329936045343,True
1234
+ P033,P031,4.720606757661542,4.7698484688577585,True
1235
+ P034,P031,4.7143183140372615,4.747222224772341,True
1236
+ P035,P031,4.761350363216857,4.7616432090973335,True
1237
+ P036,P031,4.7597539751373,4.762660498113005,True
1238
+ P037,P031,4.747027507926813,4.756799743917523,True
1239
+ P038,P031,4.761490588196269,4.761914028337438,True
1240
+ P039,P031,4.748309298146648,4.7604846288985625,True
1241
+ P040,P031,4.750602094992202,4.756014833099173,True
1242
+ P001,P032,0.44617867707181624,0.531051758839767,True
1243
+ P002,P032,0.12404020317084657,0.1338444334540987,True
1244
+ P003,P032,0.08287274780954317,0.09091839223106678,True
1245
+ P004,P032,0.08726555947199284,0.09736993737591321,True
1246
+ P005,P032,0.32137397051162453,0.4044349889532092,True
1247
+ P006,P032,0.4777820699354409,0.590860228321798,True
1248
+ P007,P032,0.09078533879536393,0.09712478765694775,True
1249
+ P008,P032,0.17072737798573678,0.21549073091648685,True
1250
+ P009,P032,0.16033774686002178,0.19658516271892185,True
1251
+ P010,P032,0.09494012611699512,0.10393315852751156,True
1252
+ P011,P032,0.11250226698332277,0.12714150827779228,True
1253
+ P012,P032,0.09594657462540711,0.10348742417187812,True
1254
+ P013,P032,0.1094152169305592,0.13242899558907492,True
1255
+ P014,P032,0.08452512324832098,0.08531004723333803,True
1256
+ P015,P032,0.09098098869211067,0.1024750180791976,True
1257
+ P016,P032,0.08056813542142129,0.09067688284500491,True
1258
+ P017,P032,0.07867027512782725,0.08483907616307378,True
1259
+ P018,P032,0.23205980374753318,0.2659385542040208,True
1260
+ P019,P032,0.09878251104909434,0.11591865267667283,True
1261
+ P020,P032,0.08406151557998054,0.0853308801958494,True
1262
+ P021,P032,0.08176475097314667,0.08478849436545112,True
1263
+ P022,P032,0.08521231045818549,0.08533661875902329,True
1264
+ P023,P032,0.08142032672306088,0.08600132961533834,True
1265
+ P024,P032,0.0819932782289392,0.08592159985570133,True
1266
+ P025,P032,0.1675250667705784,0.18846471551546384,True
1267
+ P026,P032,0.14937498448386785,0.16234150644571693,True
1268
+ P027,P032,0.09500524367400096,0.09725426678476404,True
1269
+ P028,P032,0.08222705093672977,0.08527145116845118,True
1270
+ P029,P032,0.08283556957092318,0.08524364383334003,True
1271
+ P030,P032,0.0720216428454677,0.08605167569706433,True
1272
+ P031,P032,0.08475599346744664,0.08527299858776179,True
1273
+ P032,P032,-3.529284415926479,-3.515460299265082,True
1274
+ P033,P032,0.15981053159628528,0.20905224279250262,True
1275
+ P034,P032,0.288425190696229,0.3213291014313084,True
1276
+ P035,P032,0.08502840841319173,0.08532125429366824,True
1277
+ P036,P032,0.0822046131720306,0.08511113614773624,True
1278
+ P037,P032,0.11195139280189229,0.12172362879260305,True
1279
+ P038,P032,0.08489840342064386,0.08532184356181291,True
1280
+ P039,P032,0.12116643274324466,0.13334176349515975,True
1281
+ P040,P032,0.07988187029592718,0.08529460840289782,True
1282
+ P001,P033,0.07087550840693276,0.15574859017488346,True
1283
+ P002,P033,-0.14421203041349073,-0.13440780013023862,True
1284
+ P003,P033,-0.16574587092369536,-0.15770022650217175,True
1285
+ P004,P033,-0.16997258627225026,-0.1598682083683299,True
1286
+ P005,P033,-0.04106397158122,0.04199704686036467,True
1287
+ P006,P033,0.11838952178427219,0.2314676801706292,True
1288
+ P007,P033,-0.16871201884351655,-0.16237256998193275,True
1289
+ P008,P033,0.00768307387656956,0.05244642680731963,True
1290
+ P009,P033,-0.030217021587174393,0.006030394271725668,True
1291
+ P010,P033,-0.1615876431698982,-0.15259461075938177,True
1292
+ P011,P033,-0.14237145328993686,-0.12773221199546736,True
1293
+ P012,P033,-0.16148014462545826,-0.15393929507898724,True
1294
+ P013,P033,-0.15399454918959776,-0.13098077053108204,True
1295
+ P014,P033,-0.1652838452701836,-0.16449892128516658,True
1296
+ P015,P033,-0.15593797284378175,-0.14444394345669484,True
1297
+ P016,P033,-0.1696485493878097,-0.1595398019642261,True
1298
+ P017,P033,-0.16718153413540546,-0.16101273310015893,True
1299
+ P018,P033,-0.1113397772324632,-0.07746102677597558,True
1300
+ P019,P033,-0.15558549591335935,-0.13844935428578087,True
1301
+ P020,P033,-0.16571972878265118,-0.1644503641667823,True
1302
+ P021,P033,-0.16683277058117787,-0.16380902718887344,True
1303
+ P022,P033,-0.164608242143032,-0.16448393384219417,True
1304
+ P023,P033,-0.16052188518778837,-0.1559408822955109,True
1305
+ P024,P033,-0.16685905397852338,-0.16293073235176125,True
1306
+ P025,P033,-0.1261211163073445,-0.10518146756245905,True
1307
+ P026,P033,-0.1427318104580968,-0.12976528849624772,True
1308
+ P027,P033,-0.1653080274330423,-0.1630590043222792,True
1309
+ P028,P033,-0.16320045178271061,-0.1601560515509892,True
1310
+ P029,P033,-0.1661841064956765,-0.16377603223325965,True
1311
+ P030,P033,-0.17502875010114746,-0.16099871724955084,True
1312
+ P031,P033,-0.16496603934213555,-0.1644490342218204,True
1313
+ P032,P033,-0.1622968553802934,-0.14847273871889624,True
1314
+ P033,P033,-2.777060083336125,-2.727818372139908,True
1315
+ P034,P033,-0.0956590345406595,-0.0627551238055801,True
1316
+ P035,P033,-0.164782875470614,-0.16449002959013748,True
1317
+ P036,P033,-0.16714557238231634,-0.1642390494066107,True
1318
+ P037,P033,-0.14971711419880682,-0.13994487820809606,True
1319
+ P038,P033,-0.16491397811782155,-0.1644905379766525,True
1320
+ P039,P033,-0.14694644186709435,-0.13477111111517925,True
1321
+ P040,P033,-0.15571375090701678,-0.15030101280004615,True
1322
+ P001,P034,0.2451556320837245,0.3300287138516752,True
1323
+ P002,P034,0.0701304462589876,0.07993467654223971,True
1324
+ P003,P034,0.056425231024607427,0.06447087544613103,True
1325
+ P004,P034,0.057049854025076216,0.06715423192899658,True
1326
+ P005,P034,0.16626502290565512,0.2493260413472398,True
1327
+ P006,P034,0.24498705468324292,0.35806521306959993,True
1328
+ P007,P034,0.05669945708461263,0.06303890594619645,True
1329
+ P008,P034,0.08706351555439838,0.13182686848514846,True
1330
+ P009,P034,0.11296028670920746,0.14920770256810753,True
1331
+ P010,P034,0.057051760066164456,0.0660447924766809,True
1332
+ P011,P034,0.07869872016430284,0.09333796145877234,True
1333
+ P012,P034,0.06048781884695466,0.06802866839342567,True
1334
+ P013,P034,0.06131049426446075,0.08432427292297646,True
1335
+ P014,P034,0.06095247494155,0.06173739892656704,True
1336
+ P015,P034,0.06492370138400694,0.07641773077109384,True
1337
+ P016,P034,0.055594327266948615,0.06570307469053224,True
1338
+ P017,P034,0.05778066466473656,0.0639494656999831,True
1339
+ P018,P034,0.10885205541242333,0.14273080586891096,True
1340
+ P019,P034,0.06265471790564515,0.07979085953322364,True
1341
+ P020,P034,0.06003661924064068,0.06130598385650955,True
1342
+ P021,P034,0.059042006405901744,0.06206574979820619,True
1343
+ P022,P034,0.061545348911720206,0.061669657212558016,True
1344
+ P023,P034,0.06098766253718642,0.06556866542946388,True
1345
+ P024,P034,0.05776440808746335,0.06169272971422547,True
1346
+ P025,P034,0.10170497491100557,0.122644623655891,True
1347
+ P026,P034,0.12848158782939345,0.14144810979124253,True
1348
+ P027,P034,0.06140946334864889,0.06365848645941197,True
1349
+ P028,P034,0.06055032946600719,0.0635947296977286,True
1350
+ P029,P034,0.06032807034805727,0.06273614461047411,True
1351
+ P030,P034,0.04959819846758885,0.06362823131918548,True
1352
+ P031,P034,0.061129117209006656,0.06164612232932181,True
1353
+ P032,P034,0.080343469131075,0.09416758579247217,True
1354
+ P033,P034,0.12164586685620223,0.17088757805241955,True
1355
+ P034,P034,-2.3698091141600366,-2.336905203424957,True
1356
+ P035,P034,0.061421515574624115,0.061714361455100626,True
1357
+ P036,P034,0.0593680461492298,0.06227456912493546,True
1358
+ P037,P034,0.06525363527523445,0.07502587126594522,True
1359
+ P038,P034,0.061285441400044376,0.06170888154121342,True
1360
+ P039,P034,0.0854922175701903,0.09766754832210539,True
1361
+ P040,P034,0.07205732105172839,0.07747005915869903,True
1362
+ P001,P035,0.0,0.0848730817679507,True
1363
+ P002,P035,0.0,0.009804230283252108,True
1364
+ P003,P035,0.0,0.00804564442152361,True
1365
+ P004,P035,0.0,0.010104377903920363,True
1366
+ P005,P035,0.0,0.08306101844158467,True
1367
+ P006,P035,0.0,0.113078158386357,True
1368
+ P007,P035,0.0,0.0063394488615838105,True
1369
+ P008,P035,0.0,0.044763352930750074,True
1370
+ P009,P035,0.0,0.03624741585890006,True
1371
+ P010,P035,0.0,0.00899303241051644,True
1372
+ P011,P035,0.0,0.0146392412944695,True
1373
+ P012,P035,0.0,0.007540849546471011,True
1374
+ P013,P035,0.0,0.023013778658515716,True
1375
+ P014,P035,0.0,0.0007849239850170423,True
1376
+ P015,P035,0.0,0.011494029387086914,True
1377
+ P016,P035,0.0,0.010108747423583626,True
1378
+ P017,P035,0.0,0.006168801035246531,True
1379
+ P018,P035,0.0,0.03387875045648762,True
1380
+ P019,P035,0.0,0.017136141627578486,True
1381
+ P020,P035,0.0,0.0012693646158688707,True
1382
+ P021,P035,0.0,0.003023743392304447,True
1383
+ P022,P035,0.0,0.00012430830083780926,True
1384
+ P023,P035,0.0,0.004581002892277465,True
1385
+ P024,P035,0.0,0.00392832162676212,True
1386
+ P025,P035,0.0,0.020939648744885436,True
1387
+ P026,P035,0.0,0.012966521961849069,True
1388
+ P027,P035,0.0,0.002249023110763075,True
1389
+ P028,P035,0.0,0.003044400231721412,True
1390
+ P029,P035,0.0,0.0024080742624168483,True
1391
+ P030,P035,0.0,0.01403003285159663,True
1392
+ P031,P035,0.0,0.0005170051203151544,True
1393
+ P032,P035,0.0,0.013824116661397167,True
1394
+ P033,P035,0.0,0.04924171119621733,True
1395
+ P034,P035,0.0,0.03290391073507939,True
1396
+ P035,P035,0.0,0.00029284588047651024,True
1397
+ P036,P035,0.0,0.002906522975705656,True
1398
+ P037,P035,0.0,0.009772235990710762,True
1399
+ P038,P035,0.0,0.000423440141169046,True
1400
+ P039,P035,0.0,0.012175330751915093,True
1401
+ P040,P035,0.0,0.005412738106970635,True
1402
+ P001,P036,0.356032372618105,0.4409054543860557,True
1403
+ P002,P036,0.40935679892435944,0.41916102920761156,True
1404
+ P003,P036,0.4227054282879575,0.4307510727094811,True
1405
+ P004,P036,0.4217314915042426,0.431835869408163,True
1406
+ P005,P036,1.1974764004530758,1.2805374188946606,True
1407
+ P006,P036,0.7695252421607486,0.8826034005471056,True
1408
+ P007,P036,0.4247382294693003,0.4310776783308841,True
1409
+ P008,P036,0.38602317053840957,0.43078652346915963,True
1410
+ P009,P036,0.3950911480177631,0.4313385638766632,True
1411
+ P010,P036,0.4177567008535953,0.42674973326411175,True
1412
+ P011,P036,0.41502560051997583,0.4296648418144453,True
1413
+ P012,P036,0.4203601476544864,0.4279009972009574,True
1414
+ P013,P036,0.40933830369354746,0.4323520823520632,True
1415
+ P014,P036,0.4303835044428194,0.4311684284278365,True
1416
+ P015,P036,0.41957723933296964,0.4310712687200566,True
1417
+ P016,P036,0.41958747436715993,0.42969622179074357,True
1418
+ P017,P036,0.4248051065223451,0.43097390755759163,True
1419
+ P018,P036,0.4003949467090829,0.4342736971655705,True
1420
+ P019,P036,0.4127797786474621,0.4299159202750406,True
1421
+ P020,P036,0.42875974951377027,0.4300291141296391,True
1422
+ P021,P036,0.4282340431799858,0.43125778657229025,True
1423
+ P022,P036,0.43089303953432145,0.43101734783515927,True
1424
+ P023,P036,0.42530989132120667,0.42989089421348414,True
1425
+ P024,P036,0.42543646921897915,0.42936479084574125,True
1426
+ P025,P036,0.4150780317148711,0.43601768045975653,True
1427
+ P026,P036,0.4203367730498836,0.43330329501173265,True
1428
+ P027,P036,0.4292632975799355,0.43151232069069856,True
1429
+ P028,P036,0.42788699707751554,0.43093139730923696,True
1430
+ P029,P036,0.4289474743349356,0.4313555485973524,True
1431
+ P030,P036,0.4174460855881388,0.43147611843973543,True
1432
+ P031,P036,0.4304166826195312,0.43093368773984636,True
1433
+ P032,P036,0.4187509670086122,0.43257508367000935,True
1434
+ P033,P036,0.38827838921668434,0.4375201004129017,True
1435
+ P034,P036,0.39665046248940383,0.4295543732244832,True
1436
+ P035,P036,0.4306891588016785,0.43098200468215503,True
1437
+ P036,P036,-2.1779526921648453,-2.1750461691891396,True
1438
+ P037,P036,0.42246074226143354,0.4322329782521443,True
1439
+ P038,P036,0.43076000691483246,0.43118344705600153,True
1440
+ P039,P036,0.4187418667568907,0.43091719750880575,True
1441
+ P040,P036,0.4237372591803549,0.4291499972873255,True
1442
+ P001,P037,0.7390497564263581,0.8239228381943088,True
1443
+ P002,P037,0.13192337151500624,0.14172760179825836,True
1444
+ P003,P037,0.09344440996236601,0.10149005438388962,True
1445
+ P004,P037,0.1252376463539506,0.13534202425787095,True
1446
+ P005,P037,0.27868664260086723,0.36174766104245193,True
1447
+ P006,P037,0.5131560044057969,0.6262341627921539,True
1448
+ P007,P037,0.09561374989451808,0.1019531987561019,True
1449
+ P008,P037,0.2662619354908183,0.31102528842156835,True
1450
+ P009,P037,0.2719535431730965,0.30820095903199657,True
1451
+ P010,P037,0.09943722572875302,0.10843025813926946,True
1452
+ P011,P037,0.13804276706952648,0.15268200836399598,True
1453
+ P012,P037,0.11184274053105604,0.11938359007752705,True
1454
+ P013,P037,0.18163740350866386,0.2046511821671796,True
1455
+ P014,P037,0.10074522270696193,0.10153014669197898,True
1456
+ P015,P037,0.10050513034380264,0.11199915973088956,True
1457
+ P016,P037,0.09154942174476421,0.10165816916834784,True
1458
+ P017,P037,0.09558530705812114,0.10175410809336767,True
1459
+ P018,P037,0.25247266929396267,0.2863514197504503,True
1460
+ P019,P037,0.11243589480052228,0.12957203642810078,True
1461
+ P020,P037,0.10041673469337926,0.10168609930924813,True
1462
+ P021,P037,0.09834041707751152,0.10136416046981597,True
1463
+ P022,P037,0.10146630210546642,0.10159061040630422,True
1464
+ P023,P037,0.09767425197575942,0.10225525486803688,True
1465
+ P024,P037,0.09803692306956298,0.10196524469632509,True
1466
+ P025,P037,0.18666130576083298,0.20760095450571842,True
1467
+ P026,P037,0.15408295541856942,0.1670494773804185,True
1468
+ P027,P037,0.09926660381631251,0.10151562692707558,True
1469
+ P028,P037,0.09853102677130729,0.1015754270030287,True
1470
+ P029,P037,0.09921947743309695,0.1016275516955138,True
1471
+ P030,P037,0.1156406705138304,0.12967070336542702,True
1472
+ P031,P037,0.10094859771549551,0.10146560283581066,True
1473
+ P032,P037,0.10415015069288046,0.11797426735427763,True
1474
+ P033,P037,0.2742372089771264,0.32347892017334373,True
1475
+ P034,P037,0.22776372073785256,0.2606676314729319,True
1476
+ P035,P037,0.10126230834366672,0.10155515422414323,True
1477
+ P036,P037,0.09885063590597422,0.10175715888167987,True
1478
+ P037,P037,-2.826026432628659,-2.816254196637948,True
1479
+ P038,P037,0.10095317701056103,0.10137661715173008,True
1480
+ P039,P037,0.17578671994056144,0.18796205069247654,True
1481
+ P040,P037,0.10108189456395827,0.10649463267092892,True
1482
+ P001,P038,-0.07333190143274937,0.011541180335201337,True
1483
+ P002,P038,0.0,0.009804230283252108,True
1484
+ P003,P038,-0.011359311072511868,-0.003313666650988258,True
1485
+ P004,P038,-0.016405380692186,-0.006301002788265637,True
1486
+ P005,P038,-0.031819039816149974,0.0512419786254347,True
1487
+ P006,P038,-0.16720052239809213,-0.05412236401173513,True
1488
+ P007,P038,-0.007948821859116162,-0.0016093729975323514,True
1489
+ P008,P038,-0.04774103533606855,-0.0029776824053184756,True
1490
+ P009,P038,-0.0435859630577351,-0.0073385471988350395,True
1491
+ P010,P038,-0.01337398570673276,-0.0043809532962163205,True
1492
+ P011,P038,-0.02359826449924718,-0.00895902320477768,True
1493
+ P012,P038,0.0,0.007540849546471011,True
1494
+ P013,P038,-0.042128871716229366,-0.01911509305771365,True
1495
+ P014,P038,-0.001514955527703865,-0.0007300315426868228,True
1496
+ P015,P038,-0.016750383695030013,-0.005256354307943099,True
1497
+ P016,P038,-0.013800572359734531,-0.003691824936150905,True
1498
+ P017,P038,-0.0062674524204830995,-9.865138523656829e-05,True
1499
+ P018,P038,99.94037075136876,99.97424950182524,True
1500
+ P019,P038,-0.03377659963614832,-0.016640458008569833,True
1501
+ P020,P038,0.0,0.0012693646158688707,True
1502
+ P021,P038,-0.004430776142172466,-0.0014070327498680187,True
1503
+ P022,P038,0.0,0.00012430830083780926,True
1504
+ P023,P038,-0.0035016975633572756,0.0010793053289201897,True
1505
+ P024,P038,0.0,0.00392832162676212,True
1506
+ P025,P038,0.0,0.020939648744885436,True
1507
+ P026,P038,0.0,0.012966521961849069,True
1508
+ P027,P038,-0.005322758458059518,-0.0030737353472964427,True
1509
+ P028,P038,0.0,0.003044400231721412,True
1510
+ P029,P038,-0.005213743965604145,-0.002805669703187297,True
1511
+ P030,P038,-0.03223675297859829,-0.018206720127001662,True
1512
+ P031,P038,0.0,0.0005170051203151544,True
1513
+ P032,P038,0.0,0.013824116661397167,True
1514
+ P033,P038,-0.06278961238475045,-0.01354790118853312,True
1515
+ P034,P038,0.0,0.03290391073507939,True
1516
+ P035,P038,0.0,0.00029284588047651024,True
1517
+ P036,P038,-0.007038342546994425,-0.004131819571288769,True
1518
+ P037,P038,-0.03770081533869263,-0.027928579347981868,True
1519
+ P038,P038,-0.0053459372686748274,-0.004922497127505782,True
1520
+ P039,P038,0.0,0.012175330751915093,True
1521
+ P040,P038,-0.009987811317790918,-0.004575073210820283,True
1522
+ P001,P039,0.4538127529399588,0.5386858347079095,True
1523
+ P002,P039,0.1987668808039844,0.20857111108723653,True
1524
+ P003,P039,0.16327030461357483,0.17131594903509845,True
1525
+ P004,P039,0.1616108423091989,0.17171522021311925,True
1526
+ P005,P039,0.401778610940202,0.4848396293817867,True
1527
+ P006,P039,0.5403720295883203,0.6534501879746774,True
1528
+ P007,P039,0.16312472990804563,0.16946417876962944,True
1529
+ P008,P039,0.245266201162117,0.29002955409286707,True
1530
+ P009,P039,0.2687772090701651,0.3050246249290652,True
1531
+ P010,P039,0.16316727420053467,0.1721603066110511,True
1532
+ P011,P039,0.2061380821915858,0.2207773234860553,True
1533
+ P012,P039,0.16334937140273761,0.17089022094920864,True
1534
+ P013,P039,0.2577823084979391,0.2807960871564548,True
1535
+ P014,P039,0.16712744653642655,0.1679123705214436,True
1536
+ P015,P039,0.17064431794064652,0.18213834732773343,True
1537
+ P016,P039,0.1627025182210386,0.1728112656446222,True
1538
+ P017,P039,0.16388468932376032,0.17005349035900685,True
1539
+ P018,P039,0.22304757620942572,0.25692632666591336,True
1540
+ P019,P039,0.16740907369536523,0.1845452153229437,True
1541
+ P020,P039,0.16616813380836845,0.16743749842423733,True
1542
+ P021,P039,0.16536991613915117,0.1683936595314556,True
1543
+ P022,P039,0.16769297941294606,0.16781728771378387,True
1544
+ P023,P039,0.17379699216384217,0.17837799505611965,True
1545
+ P024,P039,0.16487948926754342,0.16880781089430555,True
1546
+ P025,P039,0.22237553527106368,0.24331518401594912,True
1547
+ P026,P039,0.2303832484012621,0.24334977036311117,True
1548
+ P027,P039,0.16584329734558445,0.16809232045634753,True
1549
+ P028,P039,0.16896115657033625,0.17200555680205767,True
1550
+ P029,P039,0.16575639829960973,0.16816447256202657,True
1551
+ P030,P039,0.16277844179197487,0.1768084746435715,True
1552
+ P031,P039,0.16725574477512725,0.1677727498954424,True
1553
+ P032,P039,0.16843013169276397,0.18225424835416112,True
1554
+ P033,P039,0.24158092614411486,0.2908226373403322,True
1555
+ P034,P039,0.24022124107592477,0.27312515181100416,True
1556
+ P035,P039,0.16749317170469671,0.16778601758517322,True
1557
+ P036,P039,0.16505880329574563,0.16796532627145128,True
1558
+ P037,P039,0.1747274818290848,0.18449971781979554,True
1559
+ P038,P039,0.167409629405872,0.16783306954704105,True
1560
+ P039,P039,-1.1556658967266946,-1.1434905659747796,True
1561
+ P040,P039,0.16898620987226487,0.1743989479792355,True
1562
+ P001,P040,0.7745895048115239,0.8594625865794746,True
1563
+ P002,P040,0.563144688362917,0.572948918646169,True
1564
+ P003,P040,0.5656343739540243,0.5736800183755478,True
1565
+ P004,P040,0.5458718290481406,0.555976206952061,True
1566
+ P005,P040,0.779775883532606,0.8628369019741906,True
1567
+ P006,P040,0.7719000505177627,0.8849782089041197,True
1568
+ P007,P040,0.5485047800964898,0.5548442289580736,True
1569
+ P008,P040,0.658069053926913,0.702832406857663,True
1570
+ P009,P040,0.5875473893339654,0.6237948051928655,True
1571
+ P010,P040,0.5615240475959281,0.5705170800064445,True
1572
+ P011,P040,0.5402966519730257,0.5549358932674952,True
1573
+ P012,P040,0.6197234370378111,0.6272642865842821,True
1574
+ P013,P040,0.5705656458070848,0.5935794244656005,True
1575
+ P014,P040,0.5542748083208437,0.5550597323058608,True
1576
+ P015,P040,0.5629060025707888,0.5744000319578757,True
1577
+ P016,P040,0.5444892408429363,0.5545979882665198,True
1578
+ P017,P040,0.5490310212928666,0.5551998223281132,True
1579
+ P018,P040,0.631528556407423,0.6654073068639106,True
1580
+ P019,P040,0.6309187726779029,0.6480549143054813,True
1581
+ P020,P040,0.5534630758284055,0.5547324404442744,True
1582
+ P021,P040,0.5518345479556704,0.5548582913479749,True
1583
+ P022,P040,0.5549042158442055,0.5550285241450432,True
1584
+ P023,P040,0.5497182276640858,0.5542992305563633,True
1585
+ P024,P040,0.5504413019882288,0.554369623614991,True
1586
+ P025,P040,0.6080384817055258,0.6289781304504112,True
1587
+ P026,P040,0.5790763894931487,0.5920429114549978,True
1588
+ P027,P040,0.5527612472567963,0.5550102703675593,True
1589
+ P028,P040,0.5506642382006904,0.5537086384324118,True
1590
+ P029,P040,0.5525163716189971,0.554924445881414,True
1591
+ P030,P040,0.539279666823105,0.5533096996747017,True
1592
+ P031,P040,0.5541886600730457,0.5547056651933608,True
1593
+ P032,P040,0.5392916008685217,0.5531157175299188,True
1594
+ P033,P040,0.5824159244499725,0.6316576356461898,True
1595
+ P034,P040,0.6088341774884981,0.6417380882235775,True
1596
+ P035,P040,0.5546586208177028,0.5549514666981793,True
1597
+ P036,P040,0.5513296359022273,0.554236158877933,True
1598
+ P037,P040,0.5623553740206446,0.5721276100113554,True
1599
+ P038,P040,0.5546432391423908,0.5550666792835598,True
1600
+ P039,P040,0.564336678878718,0.5765120096306331,True
1601
+ P040,P040,-4.062821432450739,-4.057408694343768,True
dev/complex_covariance_probit_endogenous_seed001/hidden/transactions_full_hidden.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6e48948bef3d902ec329f65f3a1d424db9ec263172acf3d13d1907c130bd7a0
3
+ size 142712554
dev/complex_covariance_probit_endogenous_seed001/public/counterfactual_sweep_context_public.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9881c5ee645ad58c28942cfecb2a6bc4fe977c9bc19c7889d6ac8188df0af5ab
3
+ size 255414508
dev/complex_covariance_probit_endogenous_seed001/public/products_public.csv ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ product_id,product_text,brand_code
2
+ P001,"A gentle softness runs through it, soft and smooth and understated. It settles into the kitchen and the living room, used each day at home. A soft and understated feel lingers, gentle and simply smooth throughout.",B8
3
+ P002,"It offers a silky feel that stays plush and gently pillowy throughout. Keep it in a backpack or a satchel and reach for it anywhere. The softness is luxurious and satiny, pillowy and indulgent against the skin.",B7
4
+ P003,"A pillowy and downy softness runs through it, cushiony and sumptuous. Tuck it into a satchel or the vehicle and carry a little along. A lavish and satiny feel carries through, richly cushiony and downy to the touch.",B8
5
+ P004,"The feel stays gentle and soft, smooth and comfortable to the touch. It joins the daily rotation around the home, kitchen to the living room. It keeps a smooth and gentle softness, plain and comfortable to the touch.",B8
6
+ P005,"It gives a soft and gentle touch that is smooth and comfortably even. It suits a nightstand or bathroom counter, tucked beside the couch nearby. The softness is gentle and easygoing, soft and plainly comfortable to hold.",B6
7
+ P006,"A soft and gentle comfort meets the hand, smooth and quietly familiar. Place it on a bathroom counter or a nightstand beside the couch nearby. It holds a gentle and honest softness, smooth and comfortable in the hand.",B8
8
+ P007,"It feels plush and silky, luxurious from the very first touch. Slip it into a handbag or a backpack and keep some within reach. The touch stays pampering and indulgent, a cloud soft and velvety comfort.",B8
9
+ P008,"It feels soft and smooth and gentle, a comfortable and easy touch. It slips into a handbag or the vehicle door and keeps a piece close. The feel remains simple and soft, a smooth and unfussy gentle softness.",B4
10
+ P009,"A soft and gentle finish defines it, smooth and quietly comfortable throughout. Keep it in the vehicle or a satchel and reach for it anywhere you go. It keeps a quietly gentle softness, soft and simply comfortable in the hand.",B6
11
+ P010,"The tissue feels soft and gentle with a smooth and understated softness. It moves through the kitchen and the living room, used each day at home. The comfort stays understated and soft, gentle and smoothly plain to the touch.",B1
12
+ P011,"It feels honestly soft and smooth with a gentle and easy comfort. Place it around the home so the kitchen and living room stay ready. It carries a gentle and comfortable softness, smooth and honestly understated.",B2
13
+ P012,"The tissue stays soft and comfortable, gentle and smooth and plain. A busy family supply, it stocks the shelf and cuts down on refills. The feel is soft and unfussy, a plain and easygoing smooth softness.",B6
14
+ P013,"A gentle and comfortable softness runs throughout, soft and evenly smooth. It rests on a nightstand or the bedside, ready by the couch each night. The feel stays plain and soft, a gentle and unfussy smooth softness.",B8
15
+ P014,"A comfortable and soft finish carries through, gentle and quietly even. It is a busy family supply, stocking the shelf to last the season. The softness is easygoing and honest, soft and quietly smooth to the touch.",B8
16
+ P015,"The feel is soft and gentle, smooth and comfortable to the hand. It keeps an office break room and a classroom supplied through the week. The softness stays understated and honest, gentle and smooth to the last.",B8
17
+ P016,"Silky and cushiony to the hand, it feels sumptuously soft throughout. It rests neatly on a nightstand or a bathroom counter by the bedside. It carries an indulgent softness, velvety and pampering against the skin every time.",B8
18
+ P017,"A downy and cushiony surface meets the hand, sumptuously soft and silky. It slips into a handbag or a desk drawer and rides along easily. It stays cushiony and satiny, an indulgent softness that feels richly plush.",B8
19
+ P018,"It is plush and pillowy, greeting the skin with a luxurious feel. Set it beside the couch or on the bedside table within easy reach. The feel is sumptuous and cloud soft, a lavish and satiny softness throughout.",B8
20
+ P019,"A gentle softness and a smooth surface combine into a comfortable feel. Stock the shelf for a busy family and lean on it with fewer refills. It carries a simple and gentle comfort, soft and smoothly understated.",B8
21
+ P020,"Soft and smooth to the hand, it stays gentle and easygoing to hold. Leave it on a bathroom counter or the bedside so the couch stays near. The feel stays simple and soft, a gentle and easygoing smooth comfort.",B7
22
+ P021,"A soft and gentle touch meets the skin with a plain and smooth comfort. As a family supply it stocks the shelf and holds through the season. It keeps a soft and understated comfort, smooth and honestly gentle throughout.",B8
23
+ P022,"The feel is smooth and soft, gentle and comfortable and quietly plain. It keeps a classroom and an office break room supplied across the week. A quietly soft comfort carries through, gentle and simply smooth throughout.",B1
24
+ P023,"The surface is soft and smooth to the hand, gently comfortable and easygoing. Small enough for a satchel or a handbag, it rides along with ease. The feel keeps an honest softness, gentle and unfussy and evenly smooth.",B2
25
+ P024,"Soft and gently smooth, it carries a comfortable and honest softness. It suits a nightstand or bedside, tucked beside the couch for that room. A soft and honest comfort lingers on, gentle and understated through and through.",B5
26
+ P025,"Soft and smooth throughout, it carries a gentle and comfortable feel. Stock the shelf so a busy family supply lasts the season on fewer refills. A simple softness runs through it, soft and gentle and easygoing throughout.",B2
27
+ P026,"Sumptuously soft and downy, it offers a cushiony and luxurious touch. It gathers around the home, ready in the kitchen and the living room. A cloud soft and downy feel carries through, sumptuous and pampering throughout.",B7
28
+ P027,"It offers a soft and smooth character with a quietly gentle comfort. It keeps the office break room and the waiting room supplied all week. It keeps a plain and easygoing comfort, soft and quietly gentle throughout.",B8
29
+ P028,"Plainly soft and smooth, a gentle and easygoing softness meets the skin. It goes along on errands, tucking neatly into a handbag or a satchel. It stays smoothly soft and gentle, a simple and comfortable everyday softness.",B5
30
+ P029,"Plush and pillowy from the first touch, it feels luxurious and velvety. Keep it on a nightstand or tucked beside the couch for that room. The character is silky and cloud soft, a pampering and sumptuous softness.",B8
31
+ P030,"It delivers a smooth and soft feel that is gentle and comfortably even. It settles onto a bedside table or nightstand near the quiet couch. It stays comfortably soft and gentle, a plain and understated smooth feel.",B8
32
+ P031,"You feel a soft and smooth finish with a gentle and easy comfort. Keep it on the bathroom counter or a nightstand near the quiet bedside. A gentle and easygoing softness carries through, soft and plainly smooth.",B1
33
+ P032,"Luxurious and silky to the touch, it feels pillowy and richly plush. It sits in the kitchen and the living room for use around the home. A pampering and velvety softness lingers, luxurious and downy in the hand.",B8
34
+ P033,"Gentle and soft to the touch, it stays smooth and comfortable throughout. Made to travel, it tucks into a satchel or a handbag for the road. It holds an honest softness throughout, smooth and quietly comfortable.",B4
35
+ P034,"Velvety and pampering, it greets the skin with a plush and downy softness. It works around the home, from the kitchen to the living room each day. It feels velvety and lavish, a pampering and cushiony softness through and through.",B7
36
+ P035,"It brings a smooth and soft comfort that stays gentle and quietly easy. It keeps a waiting room and an office break room supplied through busy weeks. It holds a smooth and plain comfort, soft and quietly gentle in the hand.",B2
37
+ P036,"Gentle and smooth throughout, it feels soft and quietly comfortable. It covers the kitchen and the living room, used each day around the home. It holds a plain and gentle softness, soft and quietly smooth against the hand.",B7
38
+ P037,"Smooth and soft to the touch, it delivers a gentle and comfortable feel. It lives around the home, close by the kitchen and the living room. The character is quietly soft, a plain and easygoing smooth comfort.",B4
39
+ P038,"Silky and satiny, it carries a downy and cloud soft feel throughout. Keep it moving through the kitchen and the living room, used each day. It keeps a lavish and pillowy comfort, velvety and indulgent to the touch.",B3
40
+ P039,"Soft to the touch and gently smooth, it feels comfortable and simple. It stays on a bedside table or nightstand, close beside the quiet couch. A gentle and comfortable softness lingers, soft and unfussy to the last.",B7
41
+ P040,"The surface feels soft and smooth with a gentle and comfortable finish. It is a family supply that stocks the shelf and lasts the season. The softness reads plain and easygoing, soft and quietly gentle to the touch.",B5
dev/complex_covariance_probit_endogenous_seed001/public/stores_public.csv ADDED
@@ -0,0 +1,732 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ store_id,market,chain,household_count
2
+ S0001,M19,Chain118,4070.0
3
+ S0002,M19,Chain132,221.0
4
+ S0003,M19,Chain123,3894.0
5
+ S0004,M02,Chain118,1559.0
6
+ S0005,M19,Chain118,1624.0
7
+ S0006,M24,Chain132,524.0
8
+ S0007,M05,Chain41,446.0
9
+ S0008,M27,Chain75,489.0
10
+ S0009,M27,Chain75,1236.0
11
+ S0010,M19,Chain132,372.0
12
+ S0011,M23,Chain114,2874.0
13
+ S0012,M27,Chain72,528.0
14
+ S0013,M02,Chain134,4108.0
15
+ S0014,M09,Chain75,993.0
16
+ S0015,M02,Chain134,270.0
17
+ S0016,M27,Chain72,203.0
18
+ S0017,M25,Chain75,1661.0
19
+ S0018,M23,Chain27,176.0
20
+ S0019,M09,Chain75,93.0
21
+ S0020,M21,Chain115,344.0
22
+ S0021,M02,Chain134,986.0
23
+ S0022,M09,Chain75,4355.0
24
+ S0023,M15,Chain72,499.0
25
+ S0024,M18,Chain72,141.0
26
+ S0025,M02,Chain134,316.0
27
+ S0026,M19,Chain132,678.0
28
+ S0027,M34,Chain118,4257.0
29
+ S0028,M02,Chain118,373.0
30
+ S0029,M09,Chain72,2649.0
31
+ S0030,M19,Chain132,860.0
32
+ S0031,M18,Chain72,267.0
33
+ S0032,M27,Chain75,426.0
34
+ S0033,M25,Chain72,1686.0
35
+ S0034,M18,Chain75,215.0
36
+ S0035,M34,Chain40,666.0
37
+ S0036,M32,Chain134,395.0
38
+ S0037,M02,Chain134,729.0
39
+ S0038,M38,Chain56,154.0
40
+ S0039,M42,Chain106,99.0
41
+ S0040,M16,Chain83,117.0
42
+ S0041,M02,Chain89,997.0
43
+ S0042,M18,Chain66,218.0
44
+ S0043,M09,Chain75,464.0
45
+ S0044,M02,Chain89,881.0
46
+ S0045,M24,Chain118,1896.0
47
+ S0046,M24,Chain132,5106.0
48
+ S0047,M34,Chain32,721.0
49
+ S0048,M38,Chain67,1609.0
50
+ S0049,M23,Chain30,142.0
51
+ S0050,M27,Chain72,3440.0
52
+ S0051,M23,Chain30,268.0
53
+ S0052,M34,Chain40,149.0
54
+ S0053,M02,Chain106,1020.0
55
+ S0054,M02,Chain65,169.0
56
+ S0055,M02,Chain9,1407.0
57
+ S0056,M34,Chain119,1998.0
58
+ S0057,M44,Chain85,213.0
59
+ S0058,M32,Chain134,5387.0
60
+ S0059,M20,Chain114,179.0
61
+ S0060,M19,Chain122,4815.0
62
+ S0061,M02,Chain134,139.0
63
+ S0062,M12,Chain97,3870.0
64
+ S0063,M27,Chain58,349.0
65
+ S0064,M24,Chain132,433.0
66
+ S0065,M02,Chain104,2856.0
67
+ S0066,M32,Chain36,3824.0
68
+ S0067,M34,Chain36,1061.0
69
+ S0068,M25,Chain75,744.0
70
+ S0069,M23,Chain114,503.0
71
+ S0070,M02,Chain134,178.0
72
+ S0071,M20,Chain105,3267.0
73
+ S0072,M32,Chain120,2494.0
74
+ S0073,M02,Chain114,1811.0
75
+ S0074,M02,Chain134,137.0
76
+ S0075,M46,Chain30,152.0
77
+ S0076,M34,Chain119,346.0
78
+ S0077,M24,Chain85,1516.0
79
+ S0078,M38,Chain72,1967.0
80
+ S0079,M38,Chain72,6765.0
81
+ S0080,M38,Chain56,871.0
82
+ S0081,M12,Chain97,380.0
83
+ S0082,M19,Chain122,2669.0
84
+ S0083,M32,Chain40,3348.0
85
+ S0084,M20,Chain98,760.0
86
+ S0085,M24,Chain76,200.0
87
+ S0086,M42,Chain114,250.0
88
+ S0087,M18,Chain72,563.0
89
+ S0088,M25,Chain75,192.0
90
+ S0089,M27,Chain72,170.0
91
+ S0090,M12,Chain97,897.0
92
+ S0091,M44,Chain114,156.0
93
+ S0092,M41,Chain53,1193.0
94
+ S0093,M42,Chain114,1485.0
95
+ S0094,M23,Chain30,2803.0
96
+ S0095,M21,Chain115,175.0
97
+ S0096,M46,Chain30,988.0
98
+ S0097,M05,Chain45,1677.0
99
+ S0098,M02,Chain106,1497.0
100
+ S0099,M46,Chain85,636.0
101
+ S0100,M25,Chain72,359.0
102
+ S0101,M12,Chain97,3559.0
103
+ S0102,M02,Chain112,217.0
104
+ S0103,M21,Chain97,195.0
105
+ S0104,M23,Chain107,758.0
106
+ S0105,M29,Chain52,608.0
107
+ S0106,M12,Chain97,3113.0
108
+ S0107,M05,Chain44,1813.0
109
+ S0108,M42,Chain134,2735.0
110
+ S0109,M02,Chain10,1066.0
111
+ S0110,M11,Chain43,3168.0
112
+ S0111,M02,Chain114,1037.0
113
+ S0112,M02,Chain8,2811.0
114
+ S0113,M23,Chain50,901.0
115
+ S0114,M19,Chain132,1666.0
116
+ S0115,M19,Chain119,1629.0
117
+ S0116,M02,Chain89,1698.0
118
+ S0117,M32,Chain120,370.0
119
+ S0118,M23,Chain114,779.0
120
+ S0119,M44,Chain114,1946.0
121
+ S0120,M32,Chain134,3160.0
122
+ S0121,M42,Chain114,704.0
123
+ S0122,M07,Chain105,1352.0
124
+ S0123,M23,Chain114,1219.0
125
+ S0124,M02,Chain89,751.0
126
+ S0125,M38,Chain47,932.0
127
+ S0126,M46,Chain50,5562.0
128
+ S0127,M42,Chain10,3529.0
129
+ S0128,M16,Chain124,1573.0
130
+ S0129,M23,Chain114,3881.0
131
+ S0130,M16,Chain84,3039.0
132
+ S0131,M34,Chain36,2555.0
133
+ S0132,M34,Chain40,1217.0
134
+ S0133,M23,Chain106,2326.0
135
+ S0134,M38,Chain31,702.0
136
+ S0135,M02,Chain134,531.0
137
+ S0136,M02,Chain66,3697.0
138
+ S0137,M32,Chain32,360.0
139
+ S0138,M16,Chain94,3935.0
140
+ S0139,M32,Chain10,1686.0
141
+ S0140,M16,Chain94,529.0
142
+ S0141,M02,Chain10,440.0
143
+ S0142,M06,Chain117,1081.0
144
+ S0143,M02,Chain134,2075.0
145
+ S0144,M02,Chain10,2675.0
146
+ S0145,M38,Chain72,3220.0
147
+ S0146,M32,Chain41,173.0
148
+ S0147,M42,Chain114,970.0
149
+ S0148,M32,Chain41,510.0
150
+ S0149,M32,Chain9,2087.0
151
+ S0150,M02,Chain112,3197.0
152
+ S0151,M21,Chain115,232.0
153
+ S0152,M38,Chain56,910.0
154
+ S0153,M02,Chain114,165.0
155
+ S0154,M21,Chain115,1884.0
156
+ S0155,M46,Chain50,376.0
157
+ S0156,M38,Chain56,1634.0
158
+ S0157,M23,Chain30,3748.0
159
+ S0158,M02,Chain9,495.0
160
+ S0159,M02,Chain125,616.0
161
+ S0160,M06,Chain117,215.0
162
+ S0161,M38,Chain31,901.0
163
+ S0162,M20,Chain114,1123.0
164
+ S0163,M07,Chain32,644.0
165
+ S0164,M19,Chain113,2177.0
166
+ S0165,M24,Chain77,149.0
167
+ S0166,M21,Chain97,2198.0
168
+ S0167,M23,Chain107,2243.0
169
+ S0168,M25,Chain54,3350.0
170
+ S0169,M02,Chain134,176.0
171
+ S0170,M38,Chain55,138.0
172
+ S0171,M45,Chain53,2064.0
173
+ S0172,M38,Chain56,1983.0
174
+ S0173,M07,Chain32,515.0
175
+ S0174,M23,Chain82,1892.0
176
+ S0175,M46,Chain30,458.0
177
+ S0176,M42,Chain114,171.0
178
+ S0177,M39,Chain24,1804.0
179
+ S0178,M42,Chain12,274.0
180
+ S0179,M21,Chain97,858.0
181
+ S0180,M14,Chain94,271.0
182
+ S0181,M02,Chain10,669.0
183
+ S0182,M28,Chain52,194.0
184
+ S0183,M02,Chain106,935.0
185
+ S0184,M25,Chain57,210.0
186
+ S0185,M02,Chain65,966.0
187
+ S0186,M12,Chain107,1772.0
188
+ S0187,M44,Chain15,590.0
189
+ S0188,M12,Chain97,1016.0
190
+ S0189,M34,Chain40,1211.0
191
+ S0190,M32,Chain10,410.0
192
+ S0191,M02,Chain10,1068.0
193
+ S0192,M47,Chain88,244.0
194
+ S0193,M24,Chain85,944.0
195
+ S0194,M15,Chain50,251.0
196
+ S0195,M32,Chain89,4697.0
197
+ S0196,M33,Chain100,144.0
198
+ S0197,M21,Chain97,673.0
199
+ S0198,M38,Chain49,203.0
200
+ S0199,M41,Chain53,892.0
201
+ S0200,M05,Chain44,1460.0
202
+ S0201,M34,Chain82,4362.0
203
+ S0202,M32,Chain9,1151.0
204
+ S0203,M27,Chain58,3635.0
205
+ S0204,M11,Chain43,2066.0
206
+ S0205,M14,Chain124,1199.0
207
+ S0206,M46,Chain30,4937.0
208
+ S0207,M09,Chain75,143.0
209
+ S0208,M02,Chain9,1711.0
210
+ S0209,M32,Chain89,1880.0
211
+ S0210,M02,Chain119,987.0
212
+ S0211,M23,Chain107,584.0
213
+ S0212,M42,Chain15,593.0
214
+ S0213,M39,Chain53,180.0
215
+ S0214,M23,Chain26,857.0
216
+ S0215,M16,Chain94,5660.0
217
+ S0216,M02,Chain89,2688.0
218
+ S0217,M23,Chain42,1194.0
219
+ S0218,M08,Chain79,2103.0
220
+ S0219,M30,Chain79,100.0
221
+ S0220,M41,Chain53,3512.0
222
+ S0221,M46,Chain50,2517.0
223
+ S0222,M15,Chain105,198.0
224
+ S0223,M46,Chain50,190.0
225
+ S0224,M16,Chain94,3057.0
226
+ S0225,M23,Chain42,452.0
227
+ S0226,M16,Chain94,6407.0
228
+ S0227,M46,Chain50,179.0
229
+ S0228,M33,Chain37,627.0
230
+ S0229,M20,Chain102,206.0
231
+ S0230,M02,Chain9,497.0
232
+ S0231,M47,Chain98,4049.0
233
+ S0232,M21,Chain106,645.0
234
+ S0233,M34,Chain40,1596.0
235
+ S0234,M42,Chain76,1003.0
236
+ S0235,M02,Chain106,5152.0
237
+ S0236,M42,Chain109,4634.0
238
+ S0237,M02,Chain10,261.0
239
+ S0238,M36,Chain69,336.0
240
+ S0239,M03,Chain24,1529.0
241
+ S0240,M43,NONE,81.0
242
+ S0241,M02,Chain89,143.0
243
+ S0242,M06,Chain117,205.0
244
+ S0243,M16,Chain94,777.0
245
+ S0244,M03,Chain18,231.0
246
+ S0245,M42,Chain15,543.0
247
+ S0246,M24,Chain85,1886.0
248
+ S0247,M46,Chain82,142.0
249
+ S0248,M30,Chain79,456.0
250
+ S0249,M02,Chain10,2024.0
251
+ S0250,M02,Chain114,911.0
252
+ S0251,M27,Chain55,3928.0
253
+ S0252,M02,Chain89,730.0
254
+ S0253,M21,Chain106,1509.0
255
+ S0254,M30,Chain79,4167.0
256
+ S0255,M41,Chain53,975.0
257
+ S0256,M07,Chain103,389.0
258
+ S0257,M05,Chain37,1566.0
259
+ S0258,M43,NONE,3028.0
260
+ S0259,M42,Chain109,2182.0
261
+ S0260,M42,Chain107,1753.0
262
+ S0261,M23,Chain114,1390.0
263
+ S0262,M34,Chain133,2683.0
264
+ S0263,M08,Chain74,596.0
265
+ S0264,M17,Chain62,2364.0
266
+ S0265,M05,Chain38,181.0
267
+ S0266,M32,Chain9,209.0
268
+ S0267,M23,Chain42,2227.0
269
+ S0268,M02,Chain9,156.0
270
+ S0269,M03,Chain64,666.0
271
+ S0270,M08,Chain79,598.0
272
+ S0271,M27,Chain58,571.0
273
+ S0272,M08,Chain74,487.0
274
+ S0273,M05,Chain101,2568.0
275
+ S0274,M42,Chain15,437.0
276
+ S0275,M30,Chain71,194.0
277
+ S0276,M38,Chain31,866.0
278
+ S0277,M23,Chain105,155.0
279
+ S0278,M46,Chain50,230.0
280
+ S0279,M24,Chain82,409.0
281
+ S0280,M06,Chain72,180.0
282
+ S0281,M20,Chain114,3859.0
283
+ S0282,M04,Chain60,719.0
284
+ S0283,M46,Chain102,2133.0
285
+ S0284,M33,Chain37,1451.0
286
+ S0285,M40,Chain36,157.0
287
+ S0286,M23,Chain107,813.0
288
+ S0287,M38,Chain56,1481.0
289
+ S0288,M47,Chain98,200.0
290
+ S0289,M46,Chain107,799.0
291
+ S0290,M16,Chain117,1924.0
292
+ S0291,M21,Chain115,239.0
293
+ S0292,M02,Chain104,490.0
294
+ S0293,M23,Chain107,2459.0
295
+ S0294,M04,Chain63,3613.0
296
+ S0295,M12,Chain108,146.0
297
+ S0296,M07,Chain25,1563.0
298
+ S0297,M24,Chain87,334.0
299
+ S0298,M42,Chain12,139.0
300
+ S0299,M42,Chain102,1098.0
301
+ S0300,M16,Chain5,840.0
302
+ S0301,M34,Chain36,222.0
303
+ S0302,M34,Chain132,125.0
304
+ S0303,M32,Chain10,1268.0
305
+ S0304,M47,Chain98,2632.0
306
+ S0305,M05,Chain44,560.0
307
+ S0306,M07,Chain103,4093.0
308
+ S0307,M04,Chain55,730.0
309
+ S0308,M45,Chain53,268.0
310
+ S0309,M30,Chain69,665.0
311
+ S0310,M38,Chain56,565.0
312
+ S0311,M02,Chain112,141.0
313
+ S0312,M46,Chain50,2084.0
314
+ S0313,M32,Chain7,486.0
315
+ S0314,M20,Chain114,2209.0
316
+ S0315,M07,Chain105,185.0
317
+ S0316,M26,Chain79,3207.0
318
+ S0317,M32,Chain33,877.0
319
+ S0318,M45,Chain11,163.0
320
+ S0319,M23,Chain105,1839.0
321
+ S0320,M46,Chain107,518.0
322
+ S0321,M33,Chain13,700.0
323
+ S0322,M11,Chain43,1632.0
324
+ S0323,M09,Chain112,795.0
325
+ S0324,M38,Chain47,1762.0
326
+ S0325,M32,Chain33,5371.0
327
+ S0326,M36,Chain81,1134.0
328
+ S0327,M13,Chain110,5460.0
329
+ S0328,M20,Chain107,650.0
330
+ S0329,M06,Chain98,111.0
331
+ S0330,M37,Chain91,530.0
332
+ S0331,M42,Chain112,1716.0
333
+ S0332,M16,Chain91,244.0
334
+ S0333,M02,Chain114,1902.0
335
+ S0334,M19,Chain132,376.0
336
+ S0335,M02,Chain32,125.0
337
+ S0336,M34,Chain33,1642.0
338
+ S0337,M12,Chain97,655.0
339
+ S0338,M23,Chain12,208.0
340
+ S0339,M07,Chain32,660.0
341
+ S0340,M42,Chain13,766.0
342
+ S0341,M05,Chain101,562.0
343
+ S0342,M44,Chain85,674.0
344
+ S0343,M39,Chain27,1699.0
345
+ S0344,M16,Chain124,559.0
346
+ S0345,M23,Chain107,177.0
347
+ S0346,M46,Chain85,1961.0
348
+ S0347,M01,Chain58,153.0
349
+ S0348,M43,NONE,746.0
350
+ S0349,M16,Chain124,712.0
351
+ S0350,M25,Chain57,597.0
352
+ S0351,M19,Chain118,3046.0
353
+ S0352,M46,Chain45,921.0
354
+ S0353,M27,Chain55,170.0
355
+ S0354,M04,Chain45,1097.0
356
+ S0355,M46,Chain98,1562.0
357
+ S0356,M11,Chain43,2233.0
358
+ S0357,M02,Chain10,3084.0
359
+ S0358,M46,Chain42,152.0
360
+ S0359,M18,Chain78,164.0
361
+ S0360,M06,Chain117,2067.0
362
+ S0361,M45,Chain84,955.0
363
+ S0362,M16,Chain94,490.0
364
+ S0363,M16,Chain124,948.0
365
+ S0364,M40,Chain123,487.0
366
+ S0365,M32,Chain134,251.0
367
+ S0366,M28,Chain44,3035.0
368
+ S0367,M32,Chain34,1792.0
369
+ S0368,M19,Chain122,2543.0
370
+ S0369,M20,Chain114,1410.0
371
+ S0370,M01,Chain61,634.0
372
+ S0371,M43,NONE,133.0
373
+ S0372,M45,Chain29,3088.0
374
+ S0373,M16,Chain124,411.0
375
+ S0374,M18,Chain56,948.0
376
+ S0375,M37,Chain91,685.0
377
+ S0376,M32,Chain9,2512.0
378
+ S0377,M31,Chain105,821.0
379
+ S0378,M02,Chain86,589.0
380
+ S0379,M16,Chain124,344.0
381
+ S0380,M12,Chain115,1297.0
382
+ S0381,M48,Chain52,1501.0
383
+ S0382,M39,Chain53,2343.0
384
+ S0383,M39,Chain53,513.0
385
+ S0384,M02,Chain65,156.0
386
+ S0385,M02,Chain65,593.0
387
+ S0386,M07,Chain105,503.0
388
+ S0387,M29,Chain45,2830.0
389
+ S0388,M06,Chain117,1225.0
390
+ S0389,M32,Chain34,461.0
391
+ S0390,M25,Chain57,442.0
392
+ S0391,M07,Chain103,2491.0
393
+ S0392,M23,Chain112,114.0
394
+ S0393,M04,Chain41,810.0
395
+ S0394,M45,Chain53,1487.0
396
+ S0395,M32,Chain44,204.0
397
+ S0396,M31,Chain110,1533.0
398
+ S0397,M31,Chain4,2498.0
399
+ S0398,M02,Chain104,3377.0
400
+ S0399,M28,Chain43,489.0
401
+ S0400,M33,Chain90,128.0
402
+ S0401,M42,Chain134,180.0
403
+ S0402,M42,Chain98,174.0
404
+ S0403,M13,Chain110,242.0
405
+ S0404,M11,Chain38,176.0
406
+ S0405,M08,Chain92,141.0
407
+ S0406,M41,Chain53,550.0
408
+ S0407,M15,Chain45,236.0
409
+ S0408,M02,Chain10,1168.0
410
+ S0409,M20,Chain107,3824.0
411
+ S0410,M33,Chain37,4183.0
412
+ S0411,M02,Chain57,3112.0
413
+ S0412,M40,Chain123,645.0
414
+ S0413,M42,Chain97,184.0
415
+ S0414,M18,Chain56,1168.0
416
+ S0415,M05,Chain44,1178.0
417
+ S0416,M38,Chain56,3583.0
418
+ S0417,M04,Chain60,826.0
419
+ S0418,M02,Chain89,842.0
420
+ S0419,M48,Chain60,1080.0
421
+ S0420,M32,Chain89,516.0
422
+ S0421,M46,Chain107,2717.0
423
+ S0422,M32,Chain41,607.0
424
+ S0423,M16,Chain115,609.0
425
+ S0424,M12,Chain42,1187.0
426
+ S0425,M15,Chain59,142.0
427
+ S0426,M36,Chain90,1731.0
428
+ S0427,M32,Chain9,722.0
429
+ S0428,M05,Chain37,1399.0
430
+ S0429,M32,Chain7,719.0
431
+ S0430,M34,Chain132,1023.0
432
+ S0431,M06,Chain117,568.0
433
+ S0432,M05,Chain133,1118.0
434
+ S0433,M23,Chain107,5033.0
435
+ S0434,M07,Chain95,555.0
436
+ S0435,M16,Chain3,467.0
437
+ S0436,M02,Chain10,201.0
438
+ S0437,M14,Chain124,513.0
439
+ S0438,M36,Chain69,120.0
440
+ S0439,M04,Chain63,964.0
441
+ S0440,M03,Chain61,1647.0
442
+ S0441,M34,Chain132,1621.0
443
+ S0442,M05,Chain9,3940.0
444
+ S0443,M05,Chain101,566.0
445
+ S0444,M05,Chain8,198.0
446
+ S0445,M02,Chain8,2168.0
447
+ S0446,M38,Chain56,156.0
448
+ S0447,M18,Chain59,620.0
449
+ S0448,M07,Chain105,395.0
450
+ S0449,M08,Chain74,1527.0
451
+ S0450,M04,Chain63,865.0
452
+ S0451,M12,Chain108,2713.0
453
+ S0452,M09,Chain112,1507.0
454
+ S0453,M18,Chain56,591.0
455
+ S0454,M33,Chain100,177.0
456
+ S0455,M36,Chain90,913.0
457
+ S0456,M32,Chain33,2897.0
458
+ S0457,M23,Chain112,137.0
459
+ S0458,M04,Chain95,153.0
460
+ S0459,M42,Chain102,277.0
461
+ S0460,M20,Chain102,1287.0
462
+ S0461,M46,Chain30,3706.0
463
+ S0462,M02,Chain7,3735.0
464
+ S0463,M20,Chain102,143.0
465
+ S0464,M14,Chain124,1966.0
466
+ S0465,M33,Chain37,470.0
467
+ S0466,M34,Chain119,266.0
468
+ S0467,M29,Chain52,517.0
469
+ S0468,M14,Chain85,3708.0
470
+ S0469,M02,Chain89,194.0
471
+ S0470,M05,Chain44,764.0
472
+ S0471,M30,Chain115,189.0
473
+ S0472,M16,Chain113,1465.0
474
+ S0473,M31,Chain110,1733.0
475
+ S0474,M29,Chain52,146.0
476
+ S0475,M14,Chain94,435.0
477
+ S0476,M42,Chain10,804.0
478
+ S0477,M02,Chain8,3393.0
479
+ S0478,M33,Chain11,1135.0
480
+ S0479,M23,Chain98,318.0
481
+ S0480,M23,Chain99,420.0
482
+ S0481,M45,Chain53,1302.0
483
+ S0482,M34,Chain133,147.0
484
+ S0483,M14,Chain124,358.0
485
+ S0484,M27,Chain58,1744.0
486
+ S0485,M02,Chain10,1829.0
487
+ S0486,M41,Chain10,1623.0
488
+ S0487,M28,Chain62,238.0
489
+ S0488,M41,Chain10,474.0
490
+ S0489,M46,Chain42,2032.0
491
+ S0490,M17,Chain59,442.0
492
+ S0491,M18,Chain51,1236.0
493
+ S0492,M05,Chain44,513.0
494
+ S0493,M46,Chain107,824.0
495
+ S0494,M04,Chain55,810.0
496
+ S0495,M38,Chain53,3309.0
497
+ S0496,M32,Chain10,841.0
498
+ S0497,M02,Chain8,3930.0
499
+ S0498,M04,Chain60,875.0
500
+ S0499,M07,Chain29,503.0
501
+ S0500,M05,Chain44,2014.0
502
+ S0501,M04,Chain63,4379.0
503
+ S0502,M03,Chain56,195.0
504
+ S0503,M06,Chain117,1121.0
505
+ S0504,M32,Chain134,128.0
506
+ S0505,M27,Chain55,1930.0
507
+ S0506,M34,Chain133,719.0
508
+ S0507,M30,Chain69,3993.0
509
+ S0508,M32,Chain89,2183.0
510
+ S0509,M32,Chain9,137.0
511
+ S0510,M11,Chain43,480.0
512
+ S0511,M41,Chain13,2597.0
513
+ S0512,M47,Chain112,460.0
514
+ S0513,M10,Chain90,884.0
515
+ S0514,M46,Chain99,623.0
516
+ S0515,M42,Chain106,242.0
517
+ S0516,M05,Chain95,141.0
518
+ S0517,M38,Chain56,330.0
519
+ S0518,M45,Chain11,2883.0
520
+ S0519,M05,Chain44,448.0
521
+ S0520,M36,Chain66,85.0
522
+ S0521,M02,Chain7,910.0
523
+ S0522,M24,Chain127,460.0
524
+ S0523,M46,Chain102,140.0
525
+ S0524,M02,Chain125,169.0
526
+ S0525,M33,Chain37,521.0
527
+ S0526,M17,Chain62,200.0
528
+ S0527,M15,Chain48,2234.0
529
+ S0528,M16,Chain25,785.0
530
+ S0529,M08,Chain79,3121.0
531
+ S0530,M47,Chain98,147.0
532
+ S0531,M28,Chain52,746.0
533
+ S0532,M05,Chain38,574.0
534
+ S0533,M34,Chain133,1586.0
535
+ S0534,M33,Chain37,2016.0
536
+ S0535,M40,Chain57,205.0
537
+ S0536,M32,Chain89,2271.0
538
+ S0537,M36,Chain69,3824.0
539
+ S0538,M39,Chain53,2081.0
540
+ S0539,M09,Chain112,3447.0
541
+ S0540,M42,Chain8,190.0
542
+ S0541,M45,Chain11,1290.0
543
+ S0542,M45,Chain53,191.0
544
+ S0543,M45,Chain53,474.0
545
+ S0544,M16,Chain94,1574.0
546
+ S0545,M02,Chain79,650.0
547
+ S0546,M17,Chain62,2510.0
548
+ S0547,M42,Chain15,239.0
549
+ S0548,M24,Chain122,1495.0
550
+ S0549,M16,Chain3,251.0
551
+ S0550,M43,Chain115,1357.0
552
+ S0551,M02,Chain89,460.0
553
+ S0552,M45,Chain11,166.0
554
+ S0553,M02,Chain65,190.0
555
+ S0554,M37,Chain108,2412.0
556
+ S0555,M07,Chain105,815.0
557
+ S0556,M05,Chain101,1420.0
558
+ S0557,M18,Chain78,2103.0
559
+ S0558,M05,Chain8,2421.0
560
+ S0559,M02,Chain8,945.0
561
+ S0560,M16,Chain94,860.0
562
+ S0561,M25,Chain106,481.0
563
+ S0562,M14,Chain124,1591.0
564
+ S0563,M33,Chain100,3136.0
565
+ S0564,M33,Chain4,150.0
566
+ S0565,M32,Chain9,362.0
567
+ S0566,M02,Chain134,927.0
568
+ S0567,M16,Chain124,1621.0
569
+ S0568,M02,Chain66,877.0
570
+ S0569,M29,Chain52,181.0
571
+ S0570,M08,Chain119,1382.0
572
+ S0571,M40,Chain29,871.0
573
+ S0572,M16,Chain113,130.0
574
+ S0573,M05,Chain101,908.0
575
+ S0574,M32,Chain34,206.0
576
+ S0575,M16,Chain94,414.0
577
+ S0576,M11,Chain43,3878.0
578
+ S0577,M14,Chain94,135.0
579
+ S0578,M41,Chain53,218.0
580
+ S0579,M30,Chain69,1305.0
581
+ S0580,M42,Chain104,716.0
582
+ S0581,M38,Chain31,474.0
583
+ S0582,M06,Chain72,1925.0
584
+ S0583,M32,Chain9,2281.0
585
+ S0584,M15,Chain47,2042.0
586
+ S0585,M23,Chain104,200.0
587
+ S0586,M27,Chain58,411.0
588
+ S0587,M05,Chain8,3591.0
589
+ S0588,M23,Chain98,578.0
590
+ S0589,M08,Chain92,2167.0
591
+ S0590,M23,Chain42,1635.0
592
+ S0591,M38,Chain55,1057.0
593
+ S0592,M30,Chain79,2368.0
594
+ S0593,M08,Chain119,250.0
595
+ S0594,M08,Chain119,2271.0
596
+ S0595,M06,Chain136,520.0
597
+ S0596,M05,Chain44,184.0
598
+ S0597,M26,Chain119,2310.0
599
+ S0598,M05,Chain101,2048.0
600
+ S0599,M07,Chain95,144.0
601
+ S0600,M30,Chain79,3611.0
602
+ S0601,M33,Chain11,1732.0
603
+ S0602,M23,Chain30,1449.0
604
+ S0603,M33,Chain100,1860.0
605
+ S0604,M13,Chain110,409.0
606
+ S0605,M22,Chain58,132.0
607
+ S0606,M06,Chain117,374.0
608
+ S0607,M46,Chain50,1227.0
609
+ S0608,M31,Chain4,623.0
610
+ S0609,M47,Chain98,2005.0
611
+ S0610,M38,Chain24,1850.0
612
+ S0611,M46,Chain50,3486.0
613
+ S0612,M05,Chain101,142.0
614
+ S0613,M34,Chain10,166.0
615
+ S0614,M03,Chain92,251.0
616
+ S0615,M28,Chain52,1739.0
617
+ S0616,M04,Chain95,851.0
618
+ S0617,M38,Chain31,203.0
619
+ S0618,M17,Chain62,1800.0
620
+ S0619,M04,Chain60,2519.0
621
+ S0620,M05,Chain101,1291.0
622
+ S0621,M33,Chain37,827.0
623
+ S0622,M37,Chain108,394.0
624
+ S0623,M30,Chain2,518.0
625
+ S0624,M10,Chain61,137.0
626
+ S0625,M33,Chain97,2764.0
627
+ S0626,M25,Chain48,4128.0
628
+ S0627,M36,Chain69,1478.0
629
+ S0628,M06,Chain98,5289.0
630
+ S0629,M23,Chain107,579.0
631
+ S0630,M16,Chain124,108.0
632
+ S0631,M38,Chain131,505.0
633
+ S0632,M30,Chain79,2982.0
634
+ S0633,M02,Chain8,533.0
635
+ S0634,M03,Chain56,1454.0
636
+ S0635,M21,Chain97,2560.0
637
+ S0636,M16,Chain94,132.0
638
+ S0637,M28,Chain52,199.0
639
+ S0638,M19,Chain122,1679.0
640
+ S0639,M04,Chain44,848.0
641
+ S0640,M24,Chain79,312.0
642
+ S0641,M16,Chain5,3874.0
643
+ S0642,M07,Chain94,180.0
644
+ S0643,M23,Chain112,146.0
645
+ S0644,M03,Chain24,990.0
646
+ S0645,M31,Chain2,3065.0
647
+ S0646,M03,Chain64,3749.0
648
+ S0647,M01,Chain61,225.0
649
+ S0648,M33,Chain37,1338.0
650
+ S0649,M32,Chain33,584.0
651
+ S0650,M41,Chain13,895.0
652
+ S0651,M23,Chain98,844.0
653
+ S0652,M27,Chain10,1010.0
654
+ S0653,M16,Chain124,206.0
655
+ S0654,M14,Chain123,168.0
656
+ S0655,M34,Chain8,2189.0
657
+ S0656,M33,Chain100,199.0
658
+ S0657,M02,Chain8,163.0
659
+ S0658,M47,Chain108,1721.0
660
+ S0659,M32,Chain34,217.0
661
+ S0660,M02,Chain8,1829.0
662
+ S0661,M34,Chain133,1417.0
663
+ S0662,M02,Chain89,2372.0
664
+ S0663,M37,Chain115,181.0
665
+ S0664,M02,Chain136,690.0
666
+ S0665,M47,Chain98,709.0
667
+ S0666,M23,Chain42,1566.0
668
+ S0667,M38,Chain84,2948.0
669
+ S0668,M06,Chain95,595.0
670
+ S0669,M05,Chain44,752.0
671
+ S0670,M33,Chain37,1562.0
672
+ S0671,M16,Chain83,114.0
673
+ S0672,M39,Chain53,1044.0
674
+ S0673,M02,Chain10,197.0
675
+ S0674,M27,Chain58,1240.0
676
+ S0675,M41,Chain10,4116.0
677
+ S0676,M31,Chain100,477.0
678
+ S0677,M40,Chain32,2137.0
679
+ S0678,M46,Chain75,519.0
680
+ S0679,M14,Chain3,146.0
681
+ S0680,M45,Chain84,653.0
682
+ S0681,M08,Chain119,168.0
683
+ S0682,M47,Chain7,699.0
684
+ S0683,M15,Chain59,577.0
685
+ S0684,M17,Chain70,316.0
686
+ S0685,M09,Chain112,226.0
687
+ S0686,M15,Chain59,486.0
688
+ S0687,M02,Chain105,848.0
689
+ S0688,M03,Chain24,1463.0
690
+ S0689,M28,Chain62,552.0
691
+ S0690,M16,Chain124,556.0
692
+ S0691,M06,Chain117,2327.0
693
+ S0692,M16,Chain3,3342.0
694
+ S0693,M19,Chain122,963.0
695
+ S0694,M02,Chain89,538.0
696
+ S0695,M29,Chain52,1160.0
697
+ S0696,M10,Chain79,4158.0
698
+ S0697,M35,Chain8,569.0
699
+ S0698,M32,Chain9,163.0
700
+ S0699,M03,Chain24,1872.0
701
+ S0700,M28,Chain35,179.0
702
+ S0701,M04,Chain34,492.0
703
+ S0702,M23,Chain107,101.0
704
+ S0703,M18,Chain78,922.0
705
+ S0704,M17,Chain55,4108.0
706
+ S0705,M28,Chain65,207.0
707
+ S0706,M10,Chain79,1584.0
708
+ S0707,M16,Chain120,230.0
709
+ S0708,M19,Chain122,503.0
710
+ S0709,M08,Chain117,1183.0
711
+ S0710,M09,Chain112,1954.0
712
+ S0711,M16,Chain113,1455.0
713
+ S0712,M36,Chain79,636.0
714
+ S0713,M07,Chain95,2771.0
715
+ S0714,M05,Chain44,539.0
716
+ S0715,M02,Chain9,951.0
717
+ S0716,M02,Chain10,1226.0
718
+ S0717,M39,Chain53,1434.0
719
+ S0718,M05,Chain44,1407.0
720
+ S0719,M34,Chain28,169.0
721
+ S0720,M03,Chain61,2022.0
722
+ S0721,M36,Chain69,189.0
723
+ S0722,M36,Chain87,365.0
724
+ S0723,M29,Chain43,454.0
725
+ S0724,M32,Chain10,1895.0
726
+ S0725,M32,Chain8,188.0
727
+ S0726,M46,Chain107,2677.0
728
+ S0727,M01,Chain70,1913.0
729
+ S0728,M34,Chain133,250.0
730
+ S0729,M05,Chain101,590.0
731
+ S0730,M08,Chain82,2062.0
732
+ S0731,M30,Chain120,412.0
dev/complex_covariance_probit_endogenous_seed001/public/transactions_holdout_context_public.csv ADDED
The diff for this file is too large to render. See raw diff
 
dev/complex_covariance_probit_endogenous_seed001/public/transactions_train_public.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19c03781c6f0a7b0a081e114c426057dd626ff7670aae9095225290924923513
3
+ size 49931061
dev/complex_covariance_probit_endogenous_seed001/release/DATASHEET.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Datasheet
2
+
3
+ ## Motivation
4
+
5
+ This benchmark studies counterfactual price-policy demand prediction when observed prices and promotions are endogenous.
6
+
7
+ ## Composition
8
+
9
+ - Category: facial tissue.
10
+ - Transaction unit: aggregate SKU-store-week, released as positive-sales (units>0) rows only (raw-scanner style). Stores carry a permanent SUBSET of the 40-SKU catalog; public carriage := >=1 positive train-window row for a (product, store) pair. The per-(product,store) stocking matrix is a HIDDEN artifact (hidden/stocking_matrix_hidden.csv), never a public matrix — absence of rows is the only public carriage signal.
11
+ - Product metadata: structured attributes, family-level product text, and image specs/paths for complex cells; compact structured attributes only for simple cells.
12
+ - Public store information: anonymized store IDs only.
13
+ - Public instrument-like variable: supply-cost proxy in the transaction/context rows.
14
+ - Demand framing: log-log cells are conditional category demand. covariance-probit cells use a two-stage structural model (incidence + J-only conditional choice; no outside option).
15
+
16
+ ## Hidden Data
17
+
18
+ Hidden files contain true DGP parameters, latent shocks, hidden product distance and cross-price matrices, hidden store covariates, the permanent per-(product,store) stocking matrix, IRI calibration quantities, and counterfactual truth.
19
+
20
+ ## Calibration Snapshot
21
+
22
+ - Zero-sales rate (legacy balanced-grid reference — NOT the released public file, which is positive-rows-only; released realism is characterized by per-store carriage + within-active intermittency): IRI 0.889, synthetic 0.727.
23
+ - Promo rate: IRI 0.268, synthetic 0.262.
24
+ - Median unit price: IRI 1.500, synthetic 1.690.
dev/complex_covariance_probit_endogenous_seed001/release/MANIFEST.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generated_at": "2026-07-18T05:46:41.954546+00:00",
3
+ "benchmark": "CARD (Causal Recovery of Demand)",
4
+ "active_cell": {
5
+ "model_family": "covariance_probit",
6
+ "endogeneity": "on",
7
+ "market_complexity": "complex",
8
+ "seed": 1
9
+ },
10
+ "role": "dev (scoring truth included)",
11
+ "files": [
12
+ {
13
+ "path": "hidden/counterfactual_sweep_truth_hidden.csv",
14
+ "size_bytes": 524614373,
15
+ "sha256": "98788fd55fd128636730c8d0949acc1407f156c6b6f1300bcae58ee6e542571a"
16
+ },
17
+ {
18
+ "path": "hidden/elasticity_truth_hidden.csv",
19
+ "size_bytes": 85535,
20
+ "sha256": "b7be7f9f617238df96233ac83604902f99e9384f6b84fef648767eb548579175"
21
+ },
22
+ {
23
+ "path": "hidden/transactions_full_hidden.csv",
24
+ "size_bytes": 142712554,
25
+ "sha256": "e6e48948bef3d902ec329f65f3a1d424db9ec263172acf3d13d1907c130bd7a0"
26
+ },
27
+ {
28
+ "path": "public/counterfactual_sweep_context_public.csv",
29
+ "size_bytes": 255414508,
30
+ "sha256": "9881c5ee645ad58c28942cfecb2a6bc4fe977c9bc19c7889d6ac8188df0af5ab"
31
+ },
32
+ {
33
+ "path": "public/products_public.csv",
34
+ "size_bytes": 9096,
35
+ "sha256": "95fecebbe255d977e362bde7be24d934857fccd2f7375a1390c7a5aa83a5e8b2"
36
+ },
37
+ {
38
+ "path": "public/stores_public.csv",
39
+ "size_bytes": 18063,
40
+ "sha256": "fed9d6fd0f0002acae2e177bfbf793b9edf94680bc3a83d9a7bd527b3cd232a7"
41
+ },
42
+ {
43
+ "path": "public/transactions_holdout_context_public.csv",
44
+ "size_bytes": 9032466,
45
+ "sha256": "7d51074e3e16b99b50e7e9d40687c1d17ae90961379cb467855cc18ef2b167ac"
46
+ },
47
+ {
48
+ "path": "public/transactions_train_public.csv",
49
+ "size_bytes": 49931061,
50
+ "sha256": "19c03781c6f0a7b0a081e114c426057dd626ff7670aae9095225290924923513"
51
+ },
52
+ {
53
+ "path": "release/DATASHEET.md",
54
+ "size_bytes": 1703,
55
+ "sha256": "e92608256d39e5d46c0793f61970a24b8a7a94c104e254b033245e9774ec3d91"
56
+ },
57
+ {
58
+ "path": "release/release_notes.md",
59
+ "size_bytes": 2145,
60
+ "sha256": "12bd8e3cefa7f5298b373b22b0ab6ec04297b45e94a5fcf3a9617fe4941de97c"
61
+ },
62
+ {
63
+ "path": "release/scoring_params.json",
64
+ "size_bytes": 288,
65
+ "sha256": "d2692d61a0ee5d3cae2e2506e4220270c960e3f3b17191e8c5eb357de9cf21aa"
66
+ }
67
+ ]
68
+ }
dev/complex_covariance_probit_endogenous_seed001/release/release_notes.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Causal Demand Benchmark First Pipeline Run
2
+
3
+ This release folder contains the public-facing files for one benchmark cell:
4
+ complex market, covariance_probit DGP, endogeneity on, seed 001.
5
+
6
+ ## Files
7
+
8
+ - `public/products_public.csv`: public SKU metadata, family-level text, structured attributes, and image specs.
9
+ - `public/transactions_train_public.csv`: positive-sales (units>0) SKU-store-week transaction rows with anonymized store IDs and public supply-cost proxy. Stores carry a permanent subset of the 40-SKU catalog; carriage is inferable from row presence (>=1 positive train-window row) but is NOT released as an explicit matrix.
10
+ - `public/counterfactual_context_public.csv`: price-policy intervention context.
11
+
12
+ Hidden DGP parameters, store covariates, calibration quantities, and counterfactual truth are intentionally outside this public release folder.
13
+
14
+ covariance_probit cells use a two-stage structural model: (1) a purchase-incidence model sets the total category demand per (store, week) via `market_size_st = M_0 * Total_Households[s] * seasonality_t * exp(rho*CV_st) * exp(lambda*G_mt + eps)`, where CV_st = log sum_j exp(Vbar_jst) is the category value (inclusive value of the same brand-choice utilities; Bucklin & Gupta 1992), calibrated against total IRI units; (2) conditional choice is J-only over the J inside products (no outside option). The exogenous inputs `public/households_public.csv` and `public/seasonality_index_public.csv` are released; the realized market-size proxy is retired (option A) so the hidden price response cannot be divided out.
15
+ Complex cells include rendered package-style PNG images under `public/images/`.
16
+
17
+ ## Selection
18
+
19
+ - SKU count: 40
20
+ - SKU cumulative IRI revenue share: 0.8017
21
+ - Synthetic stores: 731
22
+ - Synthetic weeks: 156
23
+
24
+
25
+ ## CARD packaging (v0.1)
26
+
27
+ - Two legacy counterfactual context files (DGP-construction fixtures the scorer ignores) are not included in this release.
28
+ - `stores_public.market` and `products_public.brand_code` are pseudonymized (consistent across cells and future seeds).
29
+ - `release/scoring_params.json` carries the scoring config (family, eval-window length, version).
dev/complex_covariance_probit_endogenous_seed001/release/scoring_params.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "benchmark_version": "9f30910+djk.a5ec4c8a",
3
+ "benchmark_family": {
4
+ "active_cell": {
5
+ "model_family": "covariance_probit",
6
+ "endogeneity": "on",
7
+ "market_complexity": "complex",
8
+ "seed": 1
9
+ }
10
+ },
11
+ "simulation": {
12
+ "counterfactual_eval_weeks": 16
13
+ }
14
+ }
dev/complex_covariance_probit_exogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b1fe6f341c4bfea198d35eb6cd76b4661d7883ead67c35944b3eef119f1f22
3
+ size 528520536
dev/complex_covariance_probit_exogenous_seed001/hidden/elasticity_truth_hidden.csv ADDED
@@ -0,0 +1,1601 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ priced_product_id,affected_product_id,epsilon_star,epsilon_star_conditional,support
2
+ P001,P001,-1.867375024332975,-1.781956746999904,True
3
+ P002,P001,-0.018376161911581954,-0.008608840209159285,True
4
+ P003,P001,-0.03606759189175301,-0.027993036779065297,True
5
+ P004,P001,-0.03753813135242911,-0.02738513242093297,True
6
+ P005,P001,0.12211266343052114,0.20535308986508893,True
7
+ P006,P001,0.30792469984252,0.4209660553543416,True
8
+ P007,P001,-0.03798601019173634,-0.03159481944779469,True
9
+ P008,P001,0.04445932019158507,0.08924362090979458,True
10
+ P009,P001,0.038053465726203516,0.0740509931753282,True
11
+ P010,P001,-0.03174429010151399,-0.022798540077099416,True
12
+ P011,P001,0.01319013910866932,0.027813323353424946,True
13
+ P012,P001,-0.0360896473639357,-0.028571064853207977,True
14
+ P013,P001,0.014579538547305992,0.03771230107537646,True
15
+ P014,P001,-0.03380258229916643,-0.03301733068860646,True
16
+ P015,P001,-0.032132035608611074,-0.02065286994171516,True
17
+ P016,P001,-0.04007002885066436,-0.029898536603819754,True
18
+ P017,P001,-0.038053922267634,-0.03184209905735527,True
19
+ P018,P001,0.04054284067509132,0.07477414867081925,True
20
+ P019,P001,-0.02462729033003944,-0.007430896380713262,True
21
+ P020,P001,-0.034199005638634004,-0.03293489295890808,True
22
+ P021,P001,-0.035806521862390736,-0.032756106005568046,True
23
+ P022,P001,-0.03309217002764189,-0.032969536710084894,True
24
+ P023,P001,-0.032837995388719995,-0.028207609630407974,True
25
+ P024,P001,-0.03629078315404524,-0.03242099326239629,True
26
+ P025,P001,0.020406551319564755,0.04098124829564441,True
27
+ P026,P001,0.010636922472402721,0.023682532394516738,True
28
+ P027,P001,-0.03387944808004288,-0.0315998310529685,True
29
+ P028,P001,-0.034581638097978394,-0.03150780919262912,True
30
+ P029,P001,-0.035111713442230866,-0.032681559356446004,True
31
+ P030,P001,-0.0366622161956365,-0.02253960289180243,True
32
+ P031,P001,-0.03345698121969633,-0.032938628795469785,True
33
+ P032,P001,-0.022802369601564423,-0.008900153152764009,True
34
+ P033,P001,0.043797516286377396,0.09294930826524463,True
35
+ P034,P001,0.039780805835103066,0.07222853754704078,True
36
+ P035,P001,-0.033249220378306875,-0.032955922563477055,True
37
+ P036,P001,-0.034968589439968556,-0.03205773567368965,True
38
+ P037,P001,-0.02282348397779953,-0.013161287478545263,True
39
+ P038,P001,-0.0333937545030031,-0.03297862174599138,True
40
+ P039,P001,-0.0027883476578836057,0.009180912867991102,True
41
+ P040,P001,-0.03132942618759788,-0.02589025983200387,True
42
+ P001,P002,0.29029692126099105,0.3757151985940621,True
43
+ P002,P002,-1.9450164598838744,-1.9352491381814518,True
44
+ P003,P002,0.005294846241738375,0.013369401354426083,True
45
+ P004,P002,-0.03319009848228033,-0.023037099550784187,True
46
+ P005,P002,0.21896794485511997,0.30220837128968775,True
47
+ P006,P002,0.4870996276518599,0.6001409831636815,True
48
+ P007,P002,-0.01976077683227599,-0.013369586088334339,True
49
+ P008,P002,0.17699290219616587,0.2217772029143754,True
50
+ P009,P002,0.25289692716352086,0.28889445461264557,True
51
+ P010,P002,-0.023229139730749603,-0.014283389706335027,True
52
+ P011,P002,0.027340079586959016,0.04196326383171464,True
53
+ P012,P002,-0.03185677978497837,-0.02433819727425065,True
54
+ P013,P002,0.05408499264951695,0.07721775517758742,True
55
+ P014,P002,-0.027048304879744967,-0.026263053269184995,True
56
+ P015,P002,-0.02661433825956123,-0.015135172592665318,True
57
+ P016,P002,-0.020636973585894128,-0.010465481339049525,True
58
+ P017,P002,-0.02454231480366923,-0.018330491593390497,True
59
+ P018,P002,0.19636023155816507,0.230591539553893,True
60
+ P019,P002,-0.01579280488064223,0.0014035890686839476,True
61
+ P020,P002,-0.0279955597973622,-0.02673144711763627,True
62
+ P021,P002,-0.02659696271471763,-0.02354654685789494,True
63
+ P022,P002,-0.026464179466256555,-0.02634154614869956,True
64
+ P023,P002,-0.012519324714770106,-0.007888938956458084,True
65
+ P024,P002,-0.02765270961087321,-0.02378291971922426,True
66
+ P025,P002,0.051874587711476024,0.07244928468755568,True
67
+ P026,P002,0.09875319437208298,0.11179880429419699,True
68
+ P027,P002,-0.02851423403555478,-0.0262346170084804,True
69
+ P028,P002,-0.0271972634903757,-0.024123434585026422,True
70
+ P029,P002,-0.026047150570711438,-0.02361699648492658,True
71
+ P030,P002,-0.03457560828067587,-0.020452994976841804,True
72
+ P031,P002,-0.02688157671124534,-0.026363224287018802,True
73
+ P032,P002,-0.0006815111978781852,0.013220705250922228,True
74
+ P033,P002,0.16603130216012443,0.21518309413899167,True
75
+ P034,P002,0.13565720010260904,0.16810493181454675,True
76
+ P035,P002,-0.02661894959613791,-0.02632565178130809,True
77
+ P036,P002,-0.030492588612918564,-0.027581734846639658,True
78
+ P037,P002,-0.019885967763849894,-0.010223771264595626,True
79
+ P038,P002,-0.026717119665185324,-0.026301986908173605,True
80
+ P039,P002,0.03588621956004185,0.04785548008591656,True
81
+ P040,P002,-0.03233329930388318,-0.026894132948289167,True
82
+ P001,P003,1.261944001981788,1.347362279314859,True
83
+ P002,P003,0.6162331699832544,0.6260004916856771,True
84
+ P003,P003,-3.0950363875045492,-3.0869618323918617,True
85
+ P004,P003,0.4841589137759111,0.4943119127074072,True
86
+ P005,P003,0.6125830423300708,0.6958234687646385,True
87
+ P006,P003,1.147098730843297,1.2601400863551184,True
88
+ P007,P003,0.48861941638695455,0.4950106071308962,True
89
+ P008,P003,0.85858551931813,0.9033698200363395,True
90
+ P009,P003,0.7659412926151994,0.801938820064324,True
91
+ P010,P003,0.4870116083557028,0.49595735838011734,True
92
+ P011,P003,0.5695406540145275,0.5841638382592831,True
93
+ P012,P003,0.5097787848832565,0.5172973673939841,True
94
+ P013,P003,0.5341624337901267,0.5572951963181972,True
95
+ P014,P003,0.4950146397533523,0.4957998913639123,True
96
+ P015,P003,0.504207152657749,0.5156863183246448,True
97
+ P016,P003,0.4843549788439218,0.4945264710907664,True
98
+ P017,P003,0.48872361441656564,0.4949354376268444,True
99
+ P018,P003,0.6339864394581545,0.6682177474538824,True
100
+ P019,P003,0.5421937725038731,0.5593901664531993,True
101
+ P020,P003,0.4946860450620864,0.49595015774181234,True
102
+ P021,P003,0.49243588947818423,0.4954863053350069,True
103
+ P022,P003,0.4957926766189988,0.4959153099365558,True
104
+ P023,P003,0.5128714827376585,0.5175018684959705,True
105
+ P024,P003,0.49228068808360176,0.4961504779752507,True
106
+ P025,P003,0.5649695246564599,0.5855442216325395,True
107
+ P026,P003,0.5933474836680553,0.6063930935901694,True
108
+ P027,P003,0.49344988683683755,0.49572950386391196,True
109
+ P028,P003,0.49259687732451324,0.49567070622986253,True
110
+ P029,P003,0.49329818229513395,0.4957283363809188,True
111
+ P030,P003,0.47997891905434004,0.4941015323581741,True
112
+ P031,P003,0.4954523608099005,0.49597071323412706,True
113
+ P032,P003,0.5031975903381359,0.5170998067869363,True
114
+ P033,P003,0.7903647208990913,0.8395165128779585,True
115
+ P034,P003,0.5802265437048459,0.6126742754167837,True
116
+ P035,P003,0.49562409008868485,0.4959173879035147,True
117
+ P036,P003,0.49291023524541244,0.49582108901169136,True
118
+ P037,P003,0.5725387542227015,0.5822009507219558,True
119
+ P038,P003,0.49548017365718117,0.4958953064141929,True
120
+ P039,P003,0.5728927289453205,0.5848619894711952,True
121
+ P040,P003,0.49067528384861164,0.49611445020420564,True
122
+ P001,P004,3.064330531657442,3.149748808990513,True
123
+ P002,P004,1.869048100906695,1.8788154226091176,True
124
+ P003,P004,1.8372855525458491,1.8453601076585369,True
125
+ P004,P004,-2.6135406702945323,-2.603387671363036,True
126
+ P005,P004,2.086600802682207,2.169841229116775,True
127
+ P006,P004,2.372413750535699,2.4854551060475205,True
128
+ P007,P004,1.8392827125239073,1.8456739032678489,True
129
+ P008,P004,2.1756705966179792,2.2204548973361886,True
130
+ P009,P004,2.035768364929166,2.071765892378291,True
131
+ P010,P004,1.8381293043319413,1.8470750543563559,True
132
+ P011,P004,2.0218406365908974,2.036463820835653,True
133
+ P012,P004,1.8400436569617182,1.847562239472446,True
134
+ P013,P004,1.9763487272561782,1.9994814897842486,True
135
+ P014,P004,1.8456778805549863,1.8464631321655463,True
136
+ P015,P004,1.895328032367271,1.906807198034167,True
137
+ P016,P004,1.8659517013247822,1.8761231935716267,True
138
+ P017,P004,1.839270068162997,1.8454818913732758,True
139
+ P018,P004,2.0588419865361374,2.093073294531865,True
140
+ P019,P004,1.8597433802650598,1.876939774214386,True
141
+ P020,P004,1.8454950066955353,1.8467591193752613,True
142
+ P021,P004,1.8431684364922247,1.8462188523490475,True
143
+ P022,P004,1.8465246606820003,1.8466472939995573,True
144
+ P023,P004,1.87367424264228,1.8783046284005922,True
145
+ P024,P004,1.8432247582288672,1.847094548120516,True
146
+ P025,P004,1.9539003318723887,1.9744750288484683,True
147
+ P026,P004,1.9298379470665923,1.9428835569887064,True
148
+ P027,P004,1.8438655131682304,1.846145130195305,True
149
+ P028,P004,1.8437524208731164,1.8468262497784658,True
150
+ P029,P004,1.8438164004312203,1.8462465545170053,True
151
+ P030,P004,1.8292876748888427,1.8434102881926768,True
152
+ P031,P004,1.8462269721717157,1.8467453245959422,True
153
+ P032,P004,1.9263313171139,1.9402335335627006,True
154
+ P033,P004,1.8896933472786712,1.9388451392575385,True
155
+ P034,P004,1.9479199095059958,1.9803676412179336,True
156
+ P035,P004,1.8464070047101528,1.8467003025249826,True
157
+ P036,P004,1.8440005309318432,1.8469113846981222,True
158
+ P037,P004,1.9627944174356378,1.972456613934892,True
159
+ P038,P004,1.8461551650137429,1.8465702977707545,True
160
+ P039,P004,1.9320075931774172,1.943976853703292,True
161
+ P040,P004,1.8417727567140334,1.8472119230696273,True
162
+ P001,P005,0.4688337863537983,0.5542520636868693,True
163
+ P002,P005,0.2775893574563232,0.28735667915874585,True
164
+ P003,P005,0.261663688185841,0.26973824329852875,True
165
+ P004,P005,0.2600808294259728,0.27023382835746895,True
166
+ P005,P005,-2.092388339907485,-2.0091479134729173,True
167
+ P006,P005,0.7871597841061952,0.9002011396180168,True
168
+ P007,P005,0.260763991213196,0.2671551819571376,True
169
+ P008,P005,0.3485364111619306,0.3933207118801401,True
170
+ P009,P005,0.3671790305816284,0.4031765580307531,True
171
+ P010,P005,0.2645218390974067,0.27346758912182123,True
172
+ P011,P005,0.2946820599258852,0.3093052441706408,True
173
+ P012,P005,0.2660474048931419,0.2735659874038696,True
174
+ P013,P005,0.2894365184094716,0.31256928093754205,True
175
+ P014,P005,0.2656757577461867,0.26646100935674666,True
176
+ P015,P005,0.264948593405198,0.27642775907209394,True
177
+ P016,P005,0.2632403440533345,0.2734118363001791,True
178
+ P017,P005,0.2615958447468412,0.26780766795711997,True
179
+ P018,P005,0.35102148142561435,0.3852527894213423,True
180
+ P019,P005,0.27167151108835186,0.288867905037678,True
181
+ P020,P005,0.265101945813161,0.2663660584928869,True
182
+ P021,P005,0.2641521835185409,0.2672025993753636,True
183
+ P022,P005,0.2662492988386147,0.2663719321561717,True
184
+ P023,P005,0.2653449443763949,0.2699753301347069,True
185
+ P024,P005,0.26385997001129935,0.2677297599029483,True
186
+ P025,P005,0.3151635028758227,0.33573819985190234,True
187
+ P026,P005,0.29047611416656854,0.30352172408868255,True
188
+ P027,P005,0.26555952390166954,0.26783914092874395,True
189
+ P028,P005,0.26420853616881634,0.26728236507416564,True
190
+ P029,P005,0.26411428928276215,0.266544443368547,True
191
+ P030,P005,0.2651851181516226,0.2793077314554567,True
192
+ P031,P005,0.2658286622388079,0.26634701466303445,True
193
+ P032,P005,0.27062991805670605,0.28453213450550646,True
194
+ P033,P005,0.3327772126721749,0.3819290046510421,True
195
+ P034,P005,0.32761809922901625,0.36006583094095396,True
196
+ P035,P005,0.2660916345917067,0.26638493240653655,True
197
+ P036,P005,0.26328143257120296,0.2661922863374819,True
198
+ P037,P005,0.27003218570910453,0.2796943822083588,True
199
+ P038,P005,0.2660020851063502,0.2664172178633619,True
200
+ P039,P005,0.30112851519771666,0.3130977757235914,True
201
+ P040,P005,0.269507650714325,0.27494681706991897,True
202
+ P001,P006,0.08903674352712417,0.1744550208601952,True
203
+ P002,P006,-0.114285546499908,-0.10451822479748533,True
204
+ P003,P006,-0.12682703564594203,-0.11875248053325432,True
205
+ P004,P006,-0.12908285985941062,-0.11892986092791448,True
206
+ P005,P006,0.1264999476712302,0.209740374105798,True
207
+ P006,P006,-1.7899021722586637,-1.6768608167468422,True
208
+ P007,P006,-0.12816272251766267,-0.12177153177372102,True
209
+ P008,P006,-0.05893188971752289,-0.014147588999313378,True
210
+ P009,P006,-0.052078346845386245,-0.016080819396261554,True
211
+ P010,P006,-0.12763468040754467,-0.1186889303831301,True
212
+ P011,P006,-0.10424734458026397,-0.08962416033550834,True
213
+ P012,P006,-0.12517047209186777,-0.11765188958114005,True
214
+ P013,P006,-0.08315262412337028,-0.06001986159529981,True
215
+ P014,P006,-0.12308201636070745,-0.12229676475014749,True
216
+ P015,P006,-0.12129277586304192,-0.10981361019614601,True
217
+ P016,P006,-0.12788871241820154,-0.11771722017135694,True
218
+ P017,P006,-0.12762914639193307,-0.12141732318165434,True
219
+ P018,P006,-0.06112311735889304,-0.02689180936316511,True
220
+ P019,P006,-0.1173517255414377,-0.10015533159211153,True
221
+ P020,P006,-0.12341175893009013,-0.1221476462503642,True
222
+ P021,P006,-0.12522487737243634,-0.12217446151561366,True
223
+ P022,P006,-0.12236131492514082,-0.12223868160758383,True
224
+ P023,P006,-0.12454428407613956,-0.11991389831782753,True
225
+ P024,P006,-0.12510995558567775,-0.1212401656940288,True
226
+ P025,P006,-0.09382654814947419,-0.07325185117339454,True
227
+ P026,P006,-0.09278467414630648,-0.07973906422419247,True
228
+ P027,P006,-0.12290957857431206,-0.12062996154723768,True
229
+ P028,P006,-0.12440888754872015,-0.12133505864337087,True
230
+ P029,P006,-0.1244815336442556,-0.12205137955847074,True
231
+ P030,P006,-0.12845425647246225,-0.11433164316862819,True
232
+ P031,P006,-0.12271853977473415,-0.12220018735050761,True
233
+ P032,P006,-0.12377379448514796,-0.10987157803634755,True
234
+ P033,P006,-0.057598340895832725,-0.008446548916965495,True
235
+ P034,P006,-0.06706633063826697,-0.034618598926329264,True
236
+ P035,P006,-0.12252225442096923,-0.12222895660613942,True
237
+ P036,P006,-0.12496594540605323,-0.12205509163977432,True
238
+ P037,P006,-0.11594660149064259,-0.10628440499138833,True
239
+ P038,P006,-0.12267838433558871,-0.122263251578577,True
240
+ P039,P006,-0.09041878553833128,-0.07844952501245658,True
241
+ P040,P006,-0.12048153480497083,-0.11504236844937682,True
242
+ P001,P007,0.7945202689594817,0.8799385462925527,True
243
+ P002,P007,0.5266313975844078,0.5363987192868305,True
244
+ P003,P007,0.4369791720241827,0.4450537271368704,True
245
+ P004,P007,0.4343789604488839,0.44453195938038004,True
246
+ P005,P007,0.7210440904250552,0.804284516859623,True
247
+ P006,P007,0.6831733859771458,0.7962147414889674,True
248
+ P007,P007,-4.207064968390171,-4.200673777646229,True
249
+ P008,P007,1.0243763533517023,1.069160654069912,True
250
+ P009,P007,0.6798305197106304,0.715828047159755,True
251
+ P010,P007,0.43698839874086354,0.4459341487652781,True
252
+ P011,P007,0.7018386281857504,0.716461812430506,True
253
+ P012,P007,0.43880571079071723,0.44632429330144496,True
254
+ P013,P007,0.5096247306474108,0.5327574931754813,True
255
+ P014,P007,0.4455807791846869,0.4463660307952469,True
256
+ P015,P007,0.4350748763284936,0.4465540419953895,True
257
+ P016,P007,0.5239994208292232,0.5341709130760678,True
258
+ P017,P007,0.6179485121135591,0.6241603353238377,True
259
+ P018,P007,0.7710832345684894,0.8053145425642173,True
260
+ P019,P007,0.42756794976438883,0.444764343713715,True
261
+ P020,P007,0.4451029605260308,0.44636707320575675,True
262
+ P021,P007,0.44308469044301946,0.44613510629984215,True
263
+ P022,P007,0.4463024442146945,0.4464250775322515,True
264
+ P023,P007,0.4409362011517308,0.44556658691004286,True
265
+ P024,P007,0.44206945994696,0.44593924983860894,True
266
+ P025,P007,0.4303498096938694,0.45092450666994904,True
267
+ P026,P007,0.5254766618345943,0.5385222717567083,True
268
+ P027,P007,0.4440265098212543,0.4463061268483287,True
269
+ P028,P007,0.4429925690430382,0.4460663979483875,True
270
+ P029,P007,0.44357480056405046,0.4460049546498353,True
271
+ P030,P007,0.4303101595887223,0.4444327728925564,True
272
+ P031,P007,0.4460416391630011,0.44655999158722764,True
273
+ P032,P007,0.6117368035308093,0.6256390199796097,True
274
+ P033,P007,0.7556157687010462,0.8047675606799134,True
275
+ P034,P007,0.7820604649360314,0.8145081966479691,True
276
+ P035,P007,0.4461623124709644,0.4464556102857942,True
277
+ P036,P007,0.443210813494943,0.44612166726122193,True
278
+ P037,P007,0.4383929975145406,0.44805519401379484,True
279
+ P038,P007,0.4460659443739091,0.44648107713092083,True
280
+ P039,P007,0.43732127443127355,0.44929053495714827,True
281
+ P040,P007,0.4416298213945018,0.4470689877500958,True
282
+ P001,P008,0.3778843198266294,0.46330259715970046,True
283
+ P002,P008,0.0949808028805659,0.10474812458298857,True
284
+ P003,P008,0.07399888128269765,0.08207343639538535,True
285
+ P004,P008,0.07051367003247126,0.0806666689639674,True
286
+ P005,P008,0.29182964681965784,0.37507007325422564,True
287
+ P006,P008,0.4856875924503076,0.5987289479621292,True
288
+ P007,P008,0.07317783379653536,0.07956902454047701,True
289
+ P008,P008,-2.4685133948822755,-2.423729094164066,True
290
+ P009,P008,0.23608317739797718,0.2720807048471019,True
291
+ P010,P008,0.06995363911387545,0.07889938913829002,True
292
+ P011,P008,0.10913721399130068,0.12376039823605631,True
293
+ P012,P008,0.07755138295112066,0.08506996546184838,True
294
+ P013,P008,0.1109316117212618,0.13406437424933226,True
295
+ P014,P008,0.07276367689560681,0.07354892850616677,True
296
+ P015,P008,0.0812581613470295,0.09273732701392541,True
297
+ P016,P008,0.06856737592491897,0.07873886817176358,True
298
+ P017,P008,0.06987239881891322,0.07608422202919195,True
299
+ P018,P008,0.1515117557562954,0.18574306375202335,True
300
+ P019,P008,0.09244128310664014,0.10963767705596632,True
301
+ P020,P008,0.07229432419197741,0.07355843687170334,True
302
+ P021,P008,0.07046326703410584,0.07351368289092852,True
303
+ P022,P008,0.07343966214047283,0.07356229545802982,True
304
+ P023,P008,0.07572504320398528,0.0803554289622973,True
305
+ P024,P008,0.06961868385508985,0.0734884737467388,True
306
+ P025,P008,0.12911581822869278,0.14969051520477245,True
307
+ P026,P008,0.1149587648237828,0.12800437474589682,True
308
+ P027,P008,0.07407551010164136,0.07635512712871574,True
309
+ P028,P008,0.07573494062572907,0.07880876953107835,True
310
+ P029,P008,0.07119033529504457,0.07362048938082942,True
311
+ P030,P008,0.06548794667282308,0.07961055997665714,True
312
+ P031,P008,0.07308993097210685,0.0736082833963334,True
313
+ P032,P008,0.07495829464012375,0.08886051108892416,True
314
+ P033,P008,0.3297257451486636,0.3788775371275308,True
315
+ P034,P008,0.1501868130575647,0.18263454476950242,True
316
+ P035,P008,0.07327341739130679,0.0735667152061366,True
317
+ P036,P008,0.07070525260131909,0.073616106367598,True
318
+ P037,P008,0.09404303397976276,0.10370523047901703,True
319
+ P038,P008,0.07311374693720683,0.07352887969421855,True
320
+ P039,P008,0.11866764116414333,0.13063690169001804,True
321
+ P040,P008,0.07834410632742167,0.08378327268301568,True
322
+ P001,P009,0.1765823239071407,0.26200060124021174,True
323
+ P002,P009,-0.06829104563577097,-0.0585237239333483,True
324
+ P003,P009,-0.08942339481477025,-0.08134883970208255,True
325
+ P004,P009,-0.09496552165845946,-0.08481252272696332,True
326
+ P005,P009,0.17723705227708303,0.26047747871165083,True
327
+ P006,P009,0.264937269424041,0.37797862493586254,True
328
+ P007,P009,-0.0931881783038518,-0.08679698755991015,True
329
+ P008,P009,0.06552845962678332,0.11031276034499282,True
330
+ P009,P009,-1.9266557979792391,-1.8906582705301145,True
331
+ P010,P009,-0.09155843787130911,-0.08261268784689454,True
332
+ P011,P009,-0.05015196040014797,-0.03552877615539235,True
333
+ P012,P009,-0.08786118476715063,-0.08034260225642291,True
334
+ P013,P009,-0.05694479013050903,-0.03381202760243856,True
335
+ P014,P009,-0.09027179467753291,-0.08948654306697294,True
336
+ P015,P009,-0.09312964649503505,-0.08165048082813914,True
337
+ P016,P009,-0.09661363633670428,-0.08644214408985967,True
338
+ P017,P009,-0.09381212681923522,-0.08760030360895649,True
339
+ P018,P009,-0.025175543818657255,0.009055764177070671,True
340
+ P019,P009,-0.08907566569435126,-0.07187927174502508,True
341
+ P020,P009,-0.0908256981139271,-0.08956158543420117,True
342
+ P021,P009,-0.09250230288493662,-0.08945188702811394,True
343
+ P022,P009,-0.08973369857592679,-0.0896110652583698,True
344
+ P023,P009,-0.0817915484459388,-0.07716116268762678,True
345
+ P024,P009,-0.0941485884151515,-0.09027879852350255,True
346
+ P025,P009,-0.03024997567246802,-0.00967527869638837,True
347
+ P026,P009,-0.03053711278450607,-0.017491502862392053,True
348
+ P027,P009,-0.09110797391806924,-0.08882835689099486,True
349
+ P028,P009,-0.08976242450034597,-0.08668859559499668,True
350
+ P029,P009,-0.09188148002379812,-0.08945132593801326,True
351
+ P030,P009,-0.09994822867079863,-0.08582561536696456,True
352
+ P031,P009,-0.09015779259676786,-0.08963944017254132,True
353
+ P032,P009,-0.08973378573180153,-0.07583156928300112,True
354
+ P033,P009,0.08342711544623337,0.1325789074251006,True
355
+ P034,P009,-0.02244531593841766,0.01000241577352005,True
356
+ P035,P009,-0.08988675419688238,-0.08959345638205257,True
357
+ P036,P009,-0.09281667278262566,-0.08990581901634676,True
358
+ P037,P009,-0.0845967257237457,-0.07493452922449143,True
359
+ P038,P009,-0.0899881859259577,-0.08957305316894598,True
360
+ P039,P009,-0.04908713032806041,-0.037117869802185705,True
361
+ P040,P009,-0.0833280364836511,-0.07788887012805709,True
362
+ P001,P010,1.9536067822432714,2.0390250595763426,True
363
+ P002,P010,0.7864097164267472,0.7961770381291698,True
364
+ P003,P010,0.7894029284413103,0.7974774835539981,True
365
+ P004,P010,0.7878024088102926,0.7979554077417887,True
366
+ P005,P010,1.1152155310358185,1.1984559574703864,True
367
+ P006,P010,1.333141337279969,1.4461826927917905,True
368
+ P007,P010,0.7904705327439974,0.796861723487939,True
369
+ P008,P010,0.9716070658203209,1.0163913665385305,True
370
+ P009,P010,0.9909891859759457,1.0269867134250703,True
371
+ P010,P010,-2.954172575021533,-2.945226824997118,True
372
+ P011,P010,0.861965419805585,0.8765886040503407,True
373
+ P012,P010,0.8071496936659593,0.814668276176687,True
374
+ P013,P010,0.875007231637818,0.8981399941658885,True
375
+ P014,P010,0.7965491608998531,0.797334412510413,True
376
+ P015,P010,0.7868212256686525,0.7983003913355484,True
377
+ P016,P010,0.8072449634790881,0.8174164557259327,True
378
+ P017,P010,0.7913579774828601,0.7975698006931388,True
379
+ P018,P010,0.9448525147637022,0.9790838227594302,True
380
+ P019,P010,0.799995671090748,0.8171920650400741,True
381
+ P020,P010,0.796050275336392,0.797314388016118,True
382
+ P021,P010,0.7942934165405516,0.7973438323973743,True
383
+ P022,P010,0.7970923176931415,0.7972149510106985,True
384
+ P023,P010,0.7918508401540147,0.7964812259123267,True
385
+ P024,P010,0.7925351968207279,0.7964049867123769,True
386
+ P025,P010,0.895810731683807,0.9163854286598866,True
387
+ P026,P010,0.8849721252396744,0.8980177351617884,True
388
+ P027,P010,0.7951523060062726,0.797431923033347,True
389
+ P028,P010,0.793519295524802,0.7965931244301513,True
390
+ P029,P010,0.7947234195551508,0.7971535736409356,True
391
+ P030,P010,0.7827037965513202,0.7968264098551542,True
392
+ P031,P010,0.7964630392387289,0.7969813916629553,True
393
+ P032,P010,0.8633723162207501,0.8772745326695505,True
394
+ P033,P010,0.9508103952743938,0.999962187253261,True
395
+ P034,P010,0.9329155864763575,0.9653633181882952,True
396
+ P035,P010,0.7969586107164537,0.7972519085312835,True
397
+ P036,P010,0.7930323300426187,0.7959431838088976,True
398
+ P037,P010,0.8295163439856837,0.839178540484938,True
399
+ P038,P010,0.7969109851267353,0.7973261178837471,True
400
+ P039,P010,0.8668397942835375,0.8788090548094122,True
401
+ P040,P010,0.7892025480511989,0.794641714406793,True
402
+ P001,P011,0.8243741591234734,0.9097924364565445,True
403
+ P002,P011,0.23629651897956716,0.24606384068198983,True
404
+ P003,P011,0.20562759963748278,0.2137021547501705,True
405
+ P004,P011,0.20711284763964966,0.21726584657114578,True
406
+ P005,P011,0.5307877594850271,0.6140281859195948,True
407
+ P006,P011,0.6717590198801617,0.7848003753919833,True
408
+ P007,P011,0.20526536784742128,0.21165655859136293,True
409
+ P008,P011,0.3641867787683137,0.40897107948652317,True
410
+ P009,P011,0.330264010101257,0.3662615375503817,True
411
+ P010,P011,0.21341749349943906,0.22236324352385364,True
412
+ P011,P011,-1.9402565543020127,-1.925633370057257,True
413
+ P012,P011,0.2051899865529435,0.2127085690636712,True
414
+ P013,P011,0.27686366201026624,0.2999964245383367,True
415
+ P014,P011,0.20725076275233337,0.20803601436289335,True
416
+ P015,P011,0.2013233754879409,0.21280254115483682,True
417
+ P016,P011,0.2115985857487455,0.2217700779955901,True
418
+ P017,P011,0.20386028689143085,0.2100721101017096,True
419
+ P018,P011,0.29973958173794824,0.33397088973367617,True
420
+ P019,P011,0.221546219603383,0.23874261355270918,True
421
+ P020,P011,0.20669938821326012,0.20796350089298604,True
422
+ P021,P011,0.2049801145615714,0.2080305304183941,True
423
+ P022,P011,0.2078383896808598,0.2079610229984168,True
424
+ P023,P011,0.2132995993967864,0.2179299851550984,True
425
+ P024,P011,0.2035397111330413,0.20740950102469027,True
426
+ P025,P011,0.323590152263889,0.34416484923996865,True
427
+ P026,P011,0.2764674169730725,0.2895130268951865,True
428
+ P027,P011,0.20744477111830756,0.20972438814538194,True
429
+ P028,P011,0.20813831547558195,0.21121214438093122,True
430
+ P029,P011,0.20558117063068942,0.2080113247164743,True
431
+ P030,P011,0.20874704222818516,0.22286965553201923,True
432
+ P031,P011,0.20746945842543785,0.2079878108496644,True
433
+ P032,P011,0.21315153700998224,0.22705375345878265,True
434
+ P033,P011,0.314780952070708,0.3639327440495752,True
435
+ P034,P011,0.2843397912974926,0.3167875230094303,True
436
+ P035,P011,0.20753912582116474,0.20783242363599455,True
437
+ P036,P011,0.20446442937573336,0.20737528314201228,True
438
+ P037,P011,0.22934255379769933,0.2390047502969536,True
439
+ P038,P011,0.20755645649983845,0.20797158925685016,True
440
+ P039,P011,0.26071927351011215,0.27268853403598686,True
441
+ P040,P011,0.2041969681852016,0.20963613454079563,True
442
+ P001,P012,-0.10372996353726194,-0.018311686204190894,True
443
+ P002,P012,-0.22227394877297818,-0.2125066270705555,True
444
+ P003,P012,-0.2195401705133597,-0.211465615400672,True
445
+ P004,P012,-0.22113768461818195,-0.21098468568668582,True
446
+ P005,P012,0.008790500775049783,0.09203092720961757,True
447
+ P006,P012,-0.1242821031702453,-0.011240747658423728,True
448
+ P007,P012,-0.21824540161172026,-0.21185421086777861,True
449
+ P008,P012,-0.233502148206475,-0.18871784748826548,True
450
+ P009,P012,-0.2090410144361265,-0.1730434869870018,True
451
+ P010,P012,-0.19887141418627888,-0.1899256641618643,True
452
+ P011,P012,-0.20364698378524576,-0.18902379954049014,True
453
+ P012,P012,-4.933346343482684,-4.9258277609719565,True
454
+ P013,P012,-0.21044772427962657,-0.1873149617515561,True
455
+ P014,P012,-0.21247301094201035,-0.21168775933145037,True
456
+ P015,P012,-0.22238013792497546,-0.21090097225807955,True
457
+ P016,P012,-0.22197269072419337,-0.21180119847734877,True
458
+ P017,P012,-0.21780025622337074,-0.211588433013092,True
459
+ P018,P012,-0.19524908207679212,-0.16101777408106419,True
460
+ P019,P012,-0.15759977374702216,-0.140403379797696,True
461
+ P020,P012,-0.2131061840512035,-0.21184207137147756,True
462
+ P021,P012,-0.21459781770022612,-0.21154740184340343,True
463
+ P022,P012,-0.21191669553441256,-0.21179406221685557,True
464
+ P023,P012,-0.2167196866196558,-0.21208930086134378,True
465
+ P024,P012,-0.2167211257150912,-0.21285133582344223,True
466
+ P025,P012,-0.17950390032310679,-0.15892920334702715,True
467
+ P026,P012,-0.22290670855586273,-0.20986109863374872,True
468
+ P027,P012,-0.1903748625493951,-0.1880952455223207,True
469
+ P028,P012,-0.2152174938337874,-0.21214366492843814,True
470
+ P029,P012,-0.21407658300824337,-0.2116464289224585,True
471
+ P030,P012,-0.22518282795067268,-0.2110602146468386,True
472
+ P031,P012,-0.21230850150808264,-0.2117901490838561,True
473
+ P032,P012,-0.178836035281882,-0.16493381883308159,True
474
+ P033,P012,-0.13860085414247914,-0.0894490621636119,True
475
+ P034,P012,-0.05429966496453477,-0.02185193325259706,True
476
+ P035,P012,-0.21206474704986783,-0.21177144923503802,True
477
+ P036,P012,-0.21497925805488194,-0.21206840428860302,True
478
+ P037,P012,-0.22077411528741375,-0.2111119187881595,True
479
+ P038,P012,-0.21220101772502376,-0.21178588496801204,True
480
+ P039,P012,-0.22224844774665303,-0.21027918722077832,True
481
+ P040,P012,-0.10008482482968675,-0.09464565847409274,True
482
+ P001,P013,0.14916036585943473,0.23457864319250576,True
483
+ P002,P013,-0.43575858280513274,-0.4259912611027101,True
484
+ P003,P013,-0.46761909392082623,-0.4595445388081385,True
485
+ P004,P013,-0.46693737246969913,-0.456784373538203,True
486
+ P005,P013,-0.15086188066283854,-0.06762145422827075,True
487
+ P006,P013,0.2965225799421557,0.4095639354539773,True
488
+ P007,P013,-0.47294102258426773,-0.4665498318403261,True
489
+ P008,P013,-0.33964551413963956,-0.29486121342143007,True
490
+ P009,P013,-0.3081665559211387,-0.27216902847201396,True
491
+ P010,P013,-0.470441492914705,-0.46149574289029044,True
492
+ P011,P013,-0.41236441053309175,-0.39774122628833614,True
493
+ P012,P013,-0.4704879873062057,-0.462969404795478,True
494
+ P013,P013,-3.0092209571282873,-2.986088194600217,True
495
+ P014,P013,-0.46840197029677344,-0.46761671868621346,True
496
+ P015,P013,-0.469772156411742,-0.4582929907448461,True
497
+ P016,P013,-0.46247416192098023,-0.4523026696741356,True
498
+ P017,P013,-0.4669351970956224,-0.4607233738853437,True
499
+ P018,P013,-0.2446667630926445,-0.21043545509691658,True
500
+ P019,P013,-0.4580979262565548,-0.4409015323072286,True
501
+ P020,P013,-0.4687031787219479,-0.46743906604222196,True
502
+ P021,P013,-0.47088719050373073,-0.46783677464690804,True
503
+ P022,P013,-0.467657843466223,-0.467535210148666,True
504
+ P023,P013,-0.46314214566465994,-0.4585117599063479,True
505
+ P024,P013,-0.46527759148258746,-0.4614078015909385,True
506
+ P025,P013,-0.4134365778534086,-0.39286188087732893,True
507
+ P026,P013,-0.40151276640177364,-0.3884671564796596,True
508
+ P027,P013,-0.468704090796178,-0.46642447376910356,True
509
+ P028,P013,-0.46907440929551303,-0.46600058039016373,True
510
+ P029,P013,-0.47006482657884485,-0.46763467249306,True
511
+ P030,P013,-0.46254651800136415,-0.4484239046975301,True
512
+ P031,P013,-0.4680026616956924,-0.46748430927146584,True
513
+ P032,P013,-0.46576630650694534,-0.45186409005814493,True
514
+ P033,P013,-0.35821899836055554,-0.30906720638168833,True
515
+ P034,P013,-0.38121728114943204,-0.34876954943749433,True
516
+ P035,P013,-0.46781353468273534,-0.4675202368679055,True
517
+ P036,P013,-0.4703031381658856,-0.4673922843996067,True
518
+ P037,P013,-0.4585394631936005,-0.44887726669434624,True
519
+ P038,P013,-0.4679641315727021,-0.4675489988156904,True
520
+ P039,P013,-0.3725961788947136,-0.36062691836883887,True
521
+ P040,P013,-0.4713652491834597,-0.4659260828278657,True
522
+ P001,P014,0.0,0.08541827733307104,True
523
+ P002,P014,0.0,0.00976732170242267,True
524
+ P003,P014,0.0,0.008074555112687709,True
525
+ P004,P014,0.0,0.010152998931496139,True
526
+ P005,P014,0.0,0.08324042643456779,True
527
+ P006,P014,0.0,0.11304135551182157,True
528
+ P007,P014,0.0,0.0063911907439416485,True
529
+ P008,P014,0.0,0.04478430071820951,True
530
+ P009,P014,0.0,0.03599752744912469,True
531
+ P010,P014,0.0,0.008945750024414575,True
532
+ P011,P014,0.0,0.014623184244755626,True
533
+ P012,P014,0.0,0.007518582510727719,True
534
+ P013,P014,0.0,0.02313276252807047,True
535
+ P014,P014,0.0,0.00078525161055997,True
536
+ P015,P014,0.0,0.011479165666895913,True
537
+ P016,P014,0.0,0.010171492246844603,True
538
+ P017,P014,0.0,0.006211823210278734,True
539
+ P018,P014,0.0,0.034231307995727926,True
540
+ P019,P014,0.0,0.017196393949326177,True
541
+ P020,P014,0.0,0.001264112679725928,True
542
+ P021,P014,0.0,0.0030504158568226887,True
543
+ P022,P014,0.0,0.00012263331755699535,True
544
+ P023,P014,0.0,0.004630385758312022,True
545
+ P024,P014,0.0,0.003869789891648952,True
546
+ P025,P014,0.0,0.02057469697607965,True
547
+ P026,P014,0.0,0.013045609922114015,True
548
+ P027,P014,0.0,0.0022796170270743834,True
549
+ P028,P014,0.0,0.0030738289053492784,True
550
+ P029,P014,0.0,0.00243015408578486,True
551
+ P030,P014,0.0,0.014122613303834066,True
552
+ P031,P014,0.0,0.0005183524242265401,True
553
+ P032,P014,0.0,0.013902216448800414,True
554
+ P033,P014,0.0,0.04915179197886723,True
555
+ P034,P014,0.0,0.03244773171193771,True
556
+ P035,P014,0.0,0.00029329781482981943,True
557
+ P036,P014,0.0,0.002910853766278907,True
558
+ P037,P014,0.0,0.009662196499254268,True
559
+ P038,P014,0.0,0.00041513275701172026,True
560
+ P039,P014,0.0,0.011969260525874707,True
561
+ P040,P014,0.0,0.0054391663555940105,True
562
+ P001,P015,0.41128105579698765,0.4966993331300587,True
563
+ P002,P015,0.13274687493785983,0.1425141966402825,True
564
+ P003,P015,0.14612550454176698,0.15420005965445469,True
565
+ P004,P015,0.13056028547186285,0.14071328440335898,True
566
+ P005,P015,0.24862156404280294,0.33186199047737075,True
567
+ P006,P015,0.30130967575523965,0.4143510312670612,True
568
+ P007,P015,0.12267272876284757,0.12906391950678922,True
569
+ P008,P015,0.22548207716034185,0.27026637787855134,True
570
+ P009,P015,0.13691263868995118,0.17291016613907587,True
571
+ P010,P015,0.12081602604013508,0.12976177606454967,True
572
+ P011,P015,0.14219312628650607,0.1568163105312617,True
573
+ P012,P015,0.16111925746112746,0.16863783997185516,True
574
+ P013,P015,0.11622837120248684,0.1393611337305573,True
575
+ P014,P015,0.12829665280269628,0.12908190441325626,True
576
+ P015,P015,-4.374608843881627,-4.363129678214731,True
577
+ P016,P015,0.13133673851524919,0.1415082307620938,True
578
+ P017,P015,0.13515037685922454,0.14136220006950329,True
579
+ P018,P015,0.14467753134079592,0.17890883933652385,True
580
+ P019,P015,0.214043238135605,0.23123963208493117,True
581
+ P020,P015,0.12793245845328238,0.1291965711330083,True
582
+ P021,P015,0.12569895601414868,0.12874937187097138,True
583
+ P022,P015,0.12908649397185532,0.1292091272894123,True
584
+ P023,P015,0.12492298587944164,0.12955337163775366,True
585
+ P024,P015,0.1255438749002107,0.12941366479185967,True
586
+ P025,P015,0.1887452262703599,0.20931992324643955,True
587
+ P026,P015,0.1308799871896826,0.14392559711179662,True
588
+ P027,P015,0.1396381256145152,0.14191774264158957,True
589
+ P028,P015,0.12627881617410788,0.12935264507945715,True
590
+ P029,P015,0.12686542800277914,0.129295582088564,True
591
+ P030,P015,0.12694096559305018,0.14106357889688426,True
592
+ P031,P015,0.12873400619066314,0.12925235861488968,True
593
+ P032,P015,0.12760034820450658,0.141502564653307,True
594
+ P033,P015,0.29944010916599806,0.34859190114486527,True
595
+ P034,P015,0.22161836361819878,0.25406609533013647,True
596
+ P035,P015,0.12894095531979374,0.12923425313462356,True
597
+ P036,P015,0.12639797071629608,0.129308824482575,True
598
+ P037,P015,0.11900239168359217,0.12866458818284643,True
599
+ P038,P015,0.12876749574365165,0.12918262850066337,True
600
+ P039,P015,0.11868338822244506,0.13065264874831978,True
601
+ P040,P015,0.16298053036535168,0.1684196967209457,True
602
+ P001,P016,1.2966480908099494,1.3820663681430203,True
603
+ P002,P016,0.9387296708352508,0.9484969925376735,True
604
+ P003,P016,0.8501710782642072,0.858245633376895,True
605
+ P004,P016,0.7884798117662025,0.7986328106976986,True
606
+ P005,P016,1.2007776813759972,1.284018107810565,True
607
+ P006,P016,1.4494901296455192,1.5625314851573406,True
608
+ P007,P016,0.8223739257719301,0.8287651165158718,True
609
+ P008,P016,0.9897916373799253,1.0345759380981348,True
610
+ P009,P016,1.034499680955638,1.0704972084047626,True
611
+ P010,P016,0.7915562605922848,0.8005020106166993,True
612
+ P011,P016,0.8451910792777221,0.8598142635224777,True
613
+ P012,P016,0.7926768612456682,0.8001954437563958,True
614
+ P013,P016,0.9520880010763868,0.9752207636044573,True
615
+ P014,P016,0.7993495217900165,0.8001347734005765,True
616
+ P015,P016,0.7872684404753396,0.7987476061422355,True
617
+ P016,P016,-4.0188021608199325,-4.008630668573088,True
618
+ P017,P016,0.8521369601648402,0.8583487833751189,True
619
+ P018,P016,1.1230663069380216,1.1572976149337495,True
620
+ P019,P016,0.7803344468978289,0.7975308408471551,True
621
+ P020,P016,0.7990733214392816,0.8003374341190075,True
622
+ P021,P016,0.7967593743252035,0.7998097901820261,True
623
+ P022,P016,0.8001136384133342,0.8002362717308912,True
624
+ P023,P016,0.7952188115924763,0.7998491973507883,True
625
+ P024,P016,0.7966101016953885,0.8004798915870375,True
626
+ P025,P016,0.8713532739821336,0.8919279709582132,True
627
+ P026,P016,0.8487579550221034,0.8618035649442174,True
628
+ P027,P016,0.7977797458685723,0.8000593628956466,True
629
+ P028,P016,0.8564012277687378,0.8594750566740871,True
630
+ P029,P016,0.7975695487515521,0.7999997028373369,True
631
+ P030,P016,0.8431341704169254,0.8572567837207594,True
632
+ P031,P016,0.7997813144880928,0.8002996669123192,True
633
+ P032,P016,0.8161041981025214,0.8300064145513218,True
634
+ P033,P016,0.9281070160964005,0.9772588080752677,True
635
+ P034,P016,1.0411297685207366,1.0735775002326742,True
636
+ P035,P016,0.7999964633340292,0.800289761148859,True
637
+ P036,P016,0.7971437992612556,0.8000546530275344,True
638
+ P037,P016,0.7905225759121997,0.8001847724114539,True
639
+ P038,P016,0.7997739299251393,0.8001890626821511,True
640
+ P039,P016,0.8809587280262633,0.892927988552138,True
641
+ P040,P016,0.7943512977751682,0.7997904641307623,True
642
+ P001,P017,0.6221120038836856,0.7075302812167567,True
643
+ P002,P017,-0.008774670880974264,0.0009926508214484053,True
644
+ P003,P017,0.062351963732912095,0.0704265188455998,True
645
+ P004,P017,-0.08323606157103867,-0.07308306263954253,True
646
+ P005,P017,0.13716391144345852,0.22040433787802632,True
647
+ P006,P017,0.3772500411891612,0.49029139670098276,True
648
+ P007,P017,-0.0787599388866284,-0.07236874814268675,True
649
+ P008,P017,0.31422759072194445,0.35901189144015394,True
650
+ P009,P017,0.03922752046507912,0.07522504791420381,True
651
+ P010,P017,-0.08015312852518378,-0.0712073785007692,True
652
+ P011,P017,-0.014381632261602212,0.00024155198315341415,True
653
+ P012,P017,-0.07920163419301345,-0.07168305168228573,True
654
+ P013,P017,0.0447726572221223,0.06790541975019276,True
655
+ P014,P017,-0.07254987135273817,-0.07176461974217821,True
656
+ P015,P017,-0.08477803172138823,-0.07329886605449232,True
657
+ P016,P017,-0.08316081685267913,-0.07298932460583453,True
658
+ P017,P017,-4.307591135082483,-4.301379311872204,True
659
+ P018,P017,0.11026504210936883,0.14449635010509676,True
660
+ P019,P017,-0.09017202831954099,-0.07297563437021481,True
661
+ P020,P017,-0.07287619323678725,-0.07161208055706132,True
662
+ P021,P017,-0.07509600895008248,-0.0720455930932598,True
663
+ P022,P017,-0.07176209214155908,-0.07163945882400209,True
664
+ P023,P017,-0.07596046958286266,-0.07133008382455064,True
665
+ P024,P017,-0.07544511173239862,-0.07157532184074968,True
666
+ P025,P017,0.05257922714339562,0.07315392411947527,True
667
+ P026,P017,0.06206333680327792,0.07510894672539194,True
668
+ P027,P017,-0.07421822927833409,-0.0719386122512597,True
669
+ P028,P017,-0.07500230400375942,-0.07192847509841013,True
670
+ P029,P017,-0.07431141677507366,-0.07188126268928881,True
671
+ P030,P017,-0.08795591456758166,-0.0738333012637476,True
672
+ P031,P017,-0.07205939873371144,-0.0715410463094849,True
673
+ P032,P017,-0.08607567969078052,-0.07217346324198011,True
674
+ P033,P017,0.31145937062961115,0.36061116260847836,True
675
+ P034,P017,-0.025714793683419702,0.006732938028518008,True
676
+ P035,P017,-0.07189377294721166,-0.07160047513238185,True
677
+ P036,P017,-0.07453791463798393,-0.07162706087170502,True
678
+ P037,P017,-0.0809943557659514,-0.07133215926669714,True
679
+ P038,P017,-0.07210928744472538,-0.07169415468771366,True
680
+ P039,P017,-0.009680132409061178,0.002289128116813529,True
681
+ P040,P017,-0.07681799536955432,-0.07137882901396031,True
682
+ P001,P018,-0.049378757616549286,0.03603951971652176,True
683
+ P002,P018,-0.2888759218914855,-0.2791086001890628,True
684
+ P003,P018,-0.3371377654829905,-0.3290632103703028,True
685
+ P004,P018,-0.34192711752671984,-0.3317741185952237,True
686
+ P005,P018,-0.09912975725795986,-0.01588933082339207,True
687
+ P006,P018,0.07384356601490488,0.18688492152672645,True
688
+ P007,P018,-0.34056808732814364,-0.334176896584202,True
689
+ P008,P018,-0.23722573272491396,-0.19244143200670444,True
690
+ P009,P018,-0.25406887135340284,-0.21807134390427815,True
691
+ P010,P018,-0.3392245235471778,-0.33027877352276325,True
692
+ P011,P018,-0.30251292881350217,-0.28788974456874655,True
693
+ P012,P018,-0.3380243273970206,-0.33050574488629286,True
694
+ P013,P018,-0.2887325104572575,-0.26559974792918706,True
695
+ P014,P018,-0.33811867035650883,-0.33733341874594885,True
696
+ P015,P018,-0.3405724465079552,-0.32909328084105927,True
697
+ P016,P018,-0.33729864889956646,-0.32712715665272185,True
698
+ P017,P018,-0.33779258209212154,-0.3315807588818428,True
699
+ P018,P018,-2.714056536661951,-2.6798252286662234,True
700
+ P019,P018,-0.33222977282592936,-0.3150333788766032,True
701
+ P020,P018,-0.33846864195624327,-0.33720452927651734,True
702
+ P021,P018,-0.33971400274022184,-0.33666358688339915,True
703
+ P022,P018,-0.3373776333017031,-0.3372549999841461,True
704
+ P023,P018,-0.3386275657810505,-0.3339971800227385,True
705
+ P024,P018,-0.3406601273131173,-0.33679033742146836,True
706
+ P025,P018,-0.285843122668628,-0.2652684256925483,True
707
+ P026,P018,-0.2782948659186417,-0.2652492559965277,True
708
+ P027,P018,-0.337550869772168,-0.3352712527450936,True
709
+ P028,P018,-0.3392537453850377,-0.3361799164796884,True
710
+ P029,P018,-0.3389998582723218,-0.336569704186537,True
711
+ P030,P018,-0.3432358726055078,-0.32911325930167373,True
712
+ P031,P018,-0.3377434931102095,-0.33722514068598297,True
713
+ P032,P018,-0.30753517124485935,-0.29363295479605894,True
714
+ P033,P018,-0.2558624050530597,-0.20671061307419245,True
715
+ P034,P018,-0.22905197724425028,-0.19660424553231257,True
716
+ P035,P018,-0.3375348549556594,-0.33724155714082954,True
717
+ P036,P018,-0.3399146541085938,-0.33700380034231486,True
718
+ P037,P018,-0.32488908091420715,-0.3152268844149529,True
719
+ P038,P018,-0.3377043600865726,-0.3372892273295609,True
720
+ P039,P018,-0.29984443541255623,-0.2878751748866815,True
721
+ P040,P018,-0.3335046238110893,-0.3280654574554953,True
722
+ P001,P019,1.0419436940737903,1.1273619714068612,True
723
+ P002,P019,0.634844596036733,0.6446119177391557,True
724
+ P003,P019,0.6210107491246248,0.6290853042373126,True
725
+ P004,P019,0.6187295656781968,0.6288825646096929,True
726
+ P005,P019,0.8632041650132722,0.94644459144784,True
727
+ P006,P019,1.0118213878900164,1.124862743401838,True
728
+ P007,P019,0.6230771242794243,0.629468315023366,True
729
+ P008,P019,0.7234072934607783,0.7681915941789877,True
730
+ P009,P019,0.7355833226016503,0.7715808500507749,True
731
+ P010,P019,0.6303912041199392,0.6393369541443538,True
732
+ P011,P019,0.6445008406373569,0.6591240248821125,True
733
+ P012,P019,0.6506469015415738,0.6581654840523015,True
734
+ P013,P019,0.688606183501297,0.7117389460293675,True
735
+ P014,P019,0.6289619708299703,0.6297472224405303,True
736
+ P015,P019,0.6589817670479476,0.6704609327148435,True
737
+ P016,P019,0.6280603685738236,0.6382318608206682,True
738
+ P017,P019,0.6230768301020604,0.6292886533123391,True
739
+ P018,P019,0.6831666277922104,0.7173979357879383,True
740
+ P019,P019,-2.652384240236915,-2.6351878462875886,True
741
+ P020,P019,0.6287112412587561,0.629975353938482,True
742
+ P021,P019,0.6312163214209281,0.6342667372777507,True
743
+ P022,P019,0.6297208589377497,0.6298434922553067,True
744
+ P023,P019,0.6349571783241913,0.6395875640825033,True
745
+ P024,P019,0.6262738556618525,0.6301436455535014,True
746
+ P025,P019,0.7552066369104253,0.7757813338865049,True
747
+ P026,P019,0.6693441878476862,0.6823897977698002,True
748
+ P027,P019,0.6321663804820619,0.6344459975091362,True
749
+ P028,P019,0.6268453448466941,0.6299191737520433,True
750
+ P029,P019,0.6271863280239892,0.6296164821097741,True
751
+ P030,P019,0.6189414727232935,0.6330640860271275,True
752
+ P031,P019,0.6293342999709742,0.6298526523952007,True
753
+ P032,P019,0.6342572847243116,0.648159501173112,True
754
+ P033,P019,0.7341589682949143,0.7833107602737815,True
755
+ P034,P019,0.6779035480736283,0.710351279785566,True
756
+ P035,P019,0.6295427614352881,0.6298360592501179,True
757
+ P036,P019,0.6268424717235002,0.629753325489779,True
758
+ P037,P019,0.6576958736701178,0.6673580701693721,True
759
+ P038,P019,0.6294643236337117,0.6298794563907235,True
760
+ P039,P019,0.6533776215910658,0.6653468821169405,True
761
+ P040,P019,0.6714449574599101,0.6768841238155041,True
762
+ P001,P020,33.240646203144884,33.32606448047795,True
763
+ P002,P020,33.30826824721201,33.31803556891443,True
764
+ P003,P020,33.32560067748731,33.333675232599994,True
765
+ P004,P020,33.325189525783784,33.33534252471528,True
766
+ P005,P020,33.30426241500318,33.38750284143775,True
767
+ P006,P020,33.22963675910803,33.34267811461985,True
768
+ P007,P020,33.328284943280806,33.33467613402475,True
769
+ P008,P020,33.27891176839222,33.32369606911043,True
770
+ P009,P020,33.27819620334439,33.31419373079352,True
771
+ P010,P020,33.31559507242235,33.324540822446764,True
772
+ P011,P020,33.302609487953916,33.31723267219867,True
773
+ P012,P020,33.327730068468334,33.33524865097906,True
774
+ P013,P020,33.30573006831454,33.32886283084261,True
775
+ P014,P020,33.33292872117224,33.333713972782796,True
776
+ P015,P020,33.32177062716122,33.33324979282812,True
777
+ P016,P020,33.32446186947348,33.33463336172033,True
778
+ P017,P020,33.32634927113742,33.332561094347696,True
779
+ P018,P020,33.30325950714928,33.337490815145,True
780
+ P019,P020,33.31515029080101,33.332346684750334,True
781
+ P020,P020,33.32405183326716,33.32531594594689,True
782
+ P021,P020,33.32776100800707,33.33081142386389,True
783
+ P022,P020,33.332981065942995,33.333103699260555,True
784
+ P023,P020,33.32549490682014,33.33012529257845,True
785
+ P024,P020,33.324560495193175,33.32843028508483,True
786
+ P025,P020,33.26984422835422,33.2904189253303,True
787
+ P026,P020,33.30146849596591,33.31451410588803,True
788
+ P027,P020,33.33176352807549,33.33404314510256,True
789
+ P028,P020,33.32874541993682,33.33181924884217,True
790
+ P029,P020,33.33022054213613,33.33265069622192,True
791
+ P030,P020,33.31775711711664,33.331879730420475,True
792
+ P031,P020,33.331625538475215,33.332143890899445,True
793
+ P032,P020,33.32464783671279,33.33855005316159,True
794
+ P033,P020,33.258068025950514,33.30721981792938,True
795
+ P034,P020,33.1434063123118,33.17585404402374,True
796
+ P035,P020,33.332631719278126,33.332925017092954,True
797
+ P036,P020,33.333333333333336,33.33624418709962,True
798
+ P037,P020,33.30808426158502,33.31774645808428,True
799
+ P038,P020,33.333333333333336,33.33374846609035,True
800
+ P039,P020,33.333333333333336,33.34530259385921,True
801
+ P040,P020,33.308634531801246,33.31407369815684,True
802
+ P001,P021,-1.38240677335621,-1.296988496023139,True
803
+ P002,P021,-1.290144441645935,-1.2803771199435123,True
804
+ P003,P021,-1.291987592724152,-1.2839130376114642,True
805
+ P004,P021,-1.2947719567694713,-1.2846189578379752,True
806
+ P005,P021,-1.3504280474633352,-1.2671876210287674,True
807
+ P006,P021,-0.7676321939842868,-0.6545908384724652,True
808
+ P007,P021,-1.2896595863524887,-1.283268395608547,True
809
+ P008,P021,-1.3296675538609584,-1.2848832531427488,True
810
+ P009,P021,-0.6698151443523068,-0.6338176169031822,True
811
+ P010,P021,-1.2907701943222403,-1.2818244442978257,True
812
+ P011,P021,-1.2928671929001594,-1.2782440086554037,True
813
+ P012,P021,-1.288349511124045,-1.2808309286133173,True
814
+ P013,P021,-1.3085979357688287,-1.2854651732407583,True
815
+ P014,P021,-1.2829967253271872,-1.2822114737166272,True
816
+ P015,P021,-1.294064811000394,-1.282585645333498,True
817
+ P016,P021,-1.293991460205691,-1.2838199679588465,True
818
+ P017,P021,-1.2891089645189588,-1.28289714130868,True
819
+ P018,P021,-1.3197807308244864,-1.2855494228287585,True
820
+ P019,P021,-0.6585595488273336,-0.6413631548780074,True
821
+ P020,P021,-1.2831407497865088,-1.281876637106783,True
822
+ P021,P021,-8.339905397568495,-8.336854981711673,True
823
+ P022,P021,-1.2821700783684573,-1.2820474450509003,True
824
+ P023,P021,-1.286528226234633,-1.2818978404763208,True
825
+ P024,P021,-1.2852171042964664,-1.2813473144048175,True
826
+ P025,P021,-1.2944154543006356,-1.273840757324556,True
827
+ P026,P021,-1.2937202430527588,-1.2806746331306447,True
828
+ P027,P021,-1.2846276198280073,-1.2823480028009329,True
829
+ P028,P021,-1.2845731040238606,-1.2814992751185112,True
830
+ P029,P021,-1.2851256700137799,-1.282695515927995,True
831
+ P030,P021,-1.297879449358674,-1.28375683605484,True
832
+ P031,P021,-1.2824497633905942,-1.2819314109663678,True
833
+ P032,P021,-1.2968982985264268,-1.2829960820776263,True
834
+ P033,P021,-0.687636972747076,-0.6384851807682088,True
835
+ P034,P021,-1.3049275389077908,-1.272479807195853,True
836
+ P035,P021,-1.282304730630247,-1.2820114328154173,True
837
+ P036,P021,-1.284701578389229,-1.28179072462295,True
838
+ P037,P021,-1.2907175705019716,-1.2810553740027173,True
839
+ P038,P021,-1.2824008526364465,-1.2819857198794349,True
840
+ P039,P021,-1.2899142105983976,-1.2779449500725228,True
841
+ P040,P021,-1.286074971733943,-1.280635805378349,True
842
+ P001,P022,0.0,0.08541827733307104,True
843
+ P002,P022,0.0,0.00976732170242267,True
844
+ P003,P022,0.0,0.008074555112687709,True
845
+ P004,P022,0.0,0.010152998931496139,True
846
+ P005,P022,0.0,0.08324042643456779,True
847
+ P006,P022,0.0,0.11304135551182157,True
848
+ P007,P022,0.0,0.0063911907439416485,True
849
+ P008,P022,0.0,0.04478430071820951,True
850
+ P009,P022,0.0,0.03599752744912469,True
851
+ P010,P022,0.0,0.008945750024414575,True
852
+ P011,P022,0.0,0.014623184244755626,True
853
+ P012,P022,0.0,0.007518582510727719,True
854
+ P013,P022,0.0,0.02313276252807047,True
855
+ P014,P022,0.0,0.00078525161055997,True
856
+ P015,P022,0.0,0.011479165666895913,True
857
+ P016,P022,0.0,0.010171492246844603,True
858
+ P017,P022,0.0,0.006211823210278734,True
859
+ P018,P022,0.0,0.034231307995727926,True
860
+ P019,P022,0.0,0.017196393949326177,True
861
+ P020,P022,0.0,0.001264112679725928,True
862
+ P021,P022,0.0,0.0030504158568226887,True
863
+ P022,P022,0.0,0.00012263331755699535,True
864
+ P023,P022,0.0,0.004630385758312022,True
865
+ P024,P022,0.0,0.003869789891648952,True
866
+ P025,P022,0.0,0.02057469697607965,True
867
+ P026,P022,0.0,0.013045609922114015,True
868
+ P027,P022,0.0,0.0022796170270743834,True
869
+ P028,P022,0.0,0.0030738289053492784,True
870
+ P029,P022,0.0,0.00243015408578486,True
871
+ P030,P022,0.0,0.014122613303834066,True
872
+ P031,P022,0.0,0.0005183524242265401,True
873
+ P032,P022,0.0,0.013902216448800414,True
874
+ P033,P022,0.0,0.04915179197886723,True
875
+ P034,P022,0.0,0.03244773171193771,True
876
+ P035,P022,0.0,0.00029329781482981943,True
877
+ P036,P022,0.0,0.002910853766278907,True
878
+ P037,P022,0.0,0.009662196499254268,True
879
+ P038,P022,0.0,0.00041513275701172026,True
880
+ P039,P022,0.0,0.011969260525874707,True
881
+ P040,P022,0.0,0.0054391663555940105,True
882
+ P001,P023,0.7179572039355512,0.8033754812686222,True
883
+ P002,P023,0.4237781696436942,0.43354549134611686,True
884
+ P003,P023,0.32855898428158753,0.33663353939427526,True
885
+ P004,P023,0.3429923870792098,0.35314538601070594,True
886
+ P005,P023,0.8120944590239073,0.8953348854584751,True
887
+ P006,P023,0.7469616979643879,0.8600030534762095,True
888
+ P007,P023,0.32972528098539355,0.3361164717293352,True
889
+ P008,P023,0.7252386361884301,0.7700229369066396,True
890
+ P009,P023,0.880609623906654,0.9166071513557786,True
891
+ P010,P023,0.3271708119004822,0.33611656192489675,True
892
+ P011,P023,0.4928793081381237,0.5075024923828794,True
893
+ P012,P023,0.34482033303617243,0.35233891554690017,True
894
+ P013,P023,0.5396737131210947,0.5628064756491652,True
895
+ P014,P023,0.335870254563167,0.33665550617372697,True
896
+ P015,P023,0.34275344316394013,0.35423260883083607,True
897
+ P016,P023,0.3583991248196088,0.3685706170664534,True
898
+ P017,P023,0.3467516243308672,0.35296344754114595,True
899
+ P018,P023,0.3862065992987093,0.42043790729443725,True
900
+ P019,P023,0.3683176148720228,0.385514008821349,True
901
+ P020,P023,0.33513718047710656,0.3364012931568325,True
902
+ P021,P023,0.33369620514195114,0.33674662099877384,True
903
+ P022,P023,0.33651545927654825,0.33663809259410526,True
904
+ P023,P023,-2.1476531776872823,-2.14302279192897,True
905
+ P024,P023,0.33273909111035715,0.3366088810020061,True
906
+ P025,P023,0.5098291458114961,0.5304038427875757,True
907
+ P026,P023,0.4040527751520681,0.4170983850741821,True
908
+ P027,P023,0.3343933958883235,0.3366730129153979,True
909
+ P028,P023,0.3492536294866386,0.35232745839198787,True
910
+ P029,P023,0.3337733215322796,0.33620347561806446,True
911
+ P030,P023,0.3703857337406111,0.3845083470444452,True
912
+ P031,P023,0.3361317548226663,0.3366501072468928,True
913
+ P032,P023,0.32470306056656534,0.33860527701536575,True
914
+ P033,P023,0.7367505340416374,0.7859023260205046,True
915
+ P034,P023,0.42273887352168094,0.45518660523361865,True
916
+ P035,P023,0.3361898243923077,0.33648312220713755,True
917
+ P036,P023,0.3336599524077094,0.3365708061739883,True
918
+ P037,P023,0.3287997445177001,0.33846194101695437,True
919
+ P038,P023,0.336231801089104,0.3366469338461157,True
920
+ P039,P023,0.3584989973737686,0.3704682578996433,True
921
+ P040,P023,0.3462769622175649,0.35171612857315887,True
922
+ P001,P024,1.5102818956295172,1.5957001729625881,True
923
+ P002,P024,-0.013067768139778006,-0.0033004464373553363,True
924
+ P003,P024,-0.007990055595807158,8.449951688055055e-05,True
925
+ P004,P024,-0.009404657710653434,0.0007483412208427048,True
926
+ P005,P024,0.4508280312717792,0.5340684577063469,True
927
+ P006,P024,1.2265805154002314,1.3396218709120529,True
928
+ P007,P024,-0.007232925847696,-0.0008417351037543512,True
929
+ P008,P024,0.21724793396856512,0.2620322346867746,True
930
+ P009,P024,0.48813993721275134,0.524137464661876,True
931
+ P010,P024,-0.01050132028473551,-0.0015555702603209341,True
932
+ P011,P024,-0.01328554649265546,0.001337637752100166,True
933
+ P012,P024,-0.011258381586155034,-0.003739799075427315,True
934
+ P013,P024,0.24334078122536387,0.26647354375343435,True
935
+ P014,P024,-0.0007504916899203333,3.4759920639636775e-05,True
936
+ P015,P024,-0.012039834796754197,-0.0005606691298582836,True
937
+ P016,P024,-0.009084816592227677,0.0010866756546169254,True
938
+ P017,P024,-0.006455368340054216,-0.00024354512977548242,True
939
+ P018,P024,0.24509251887742114,0.27932382687314905,True
940
+ P019,P024,-0.015726688392366364,0.0014697055569598133,True
941
+ P020,P024,-0.001876618944591731,-0.000612506264865803,True
942
+ P021,P024,-0.003717010106674934,-0.0006665942498522452,True
943
+ P022,P024,-0.00017604460746648934,-5.341128990949399e-05,True
944
+ P023,P024,-0.005771978156720555,-0.0011415923984085322,True
945
+ P024,P024,-5.088047451130206,-5.084177661238557,True
946
+ P025,P024,-0.013084267693466245,0.0074904292826134065,True
947
+ P026,P024,0.25607374512930314,0.26911935505141715,True
948
+ P027,P024,0.2653779645903948,0.2676575816174692,True
949
+ P028,P024,-0.004326333538862552,-0.0012525046335132733,True
950
+ P029,P024,-0.0024018842433937,2.8269842391159903e-05,True
951
+ P030,P024,-0.010601894408091539,0.003520718895742528,True
952
+ P031,P024,-0.0004193436826274895,9.90087415990506e-05,True
953
+ P032,P024,-0.009860506862636006,0.004041709586164408,True
954
+ P033,P024,0.21519059555056022,0.26434238752942746,True
955
+ P034,P024,-0.04373455221093536,-0.011286820498997652,True
956
+ P035,P024,-0.0002916885917026472,1.609223127172247e-06,True
957
+ P036,P024,-0.0035779518694501653,-0.0006670981031712585,True
958
+ P037,P024,-0.008444755335737379,0.001217441163516889,True
959
+ P038,P024,-0.0002920278721982565,0.00012310488481346378,True
960
+ P039,P024,-0.006667777529992236,0.005301482995882472,True
961
+ P040,P024,-0.006436365889824932,-0.0009971995342309215,True
962
+ P001,P025,0.10211807599287478,0.18753635332594581,True
963
+ P002,P025,-0.10890640315621838,-0.09913908145379571,True
964
+ P003,P025,-0.12307869632846248,-0.11500414121577478,True
965
+ P004,P025,-0.11819124428730736,-0.10803824535581122,True
966
+ P005,P025,0.06557306112801327,0.14881348756258106,True
967
+ P006,P025,0.13761769969982013,0.25065905521164167,True
968
+ P007,P025,-0.12623852150372072,-0.11984733075977907,True
969
+ P008,P025,-0.03468845907512682,0.010095841643082692,True
970
+ P009,P025,-0.004325073578195524,0.031672453870929165,True
971
+ P010,P025,-0.1275177599857459,-0.11857200996133134,True
972
+ P011,P025,-0.0805174952770233,-0.06589431103226767,True
973
+ P012,P025,-0.11003264750814494,-0.10251406499741722,True
974
+ P013,P025,-0.08077924988629986,-0.057646487358229394,True
975
+ P014,P025,-0.1220369903107419,-0.12125173870018194,True
976
+ P015,P025,-0.12009666756120303,-0.10861750189430712,True
977
+ P016,P025,-0.12753157900750178,-0.11736008676065718,True
978
+ P017,P025,-0.12362374744483957,-0.11741192423456084,True
979
+ P018,P025,-0.06912028037713068,-0.034888972381402754,True
980
+ P019,P025,-0.09070184672154467,-0.0735054527722185,True
981
+ P020,P025,-0.12266493442575896,-0.12140082174603303,True
982
+ P021,P025,-0.12306874891695087,-0.12001833306012819,True
983
+ P022,P025,-0.12145370445119603,-0.12133107113363904,True
984
+ P023,P025,-0.11646374047574024,-0.11183335471742821,True
985
+ P024,P025,-0.12475616900160559,-0.12088637910995664,True
986
+ P025,P025,-2.1651702749865693,-2.1445955780104895,True
987
+ P026,P025,-0.08816400640887609,-0.07511839648676208,True
988
+ P027,P025,-0.12153692846275166,-0.11925731143567728,True
989
+ P028,P025,-0.12340643140659051,-0.12033260250124123,True
990
+ P029,P025,-0.1236601731521911,-0.12123001906640625,True
991
+ P030,P025,-0.12942452555565526,-0.1153019122518212,True
992
+ P031,P025,-0.12198797639239367,-0.12146962396816713,True
993
+ P032,P025,-0.11726789298629935,-0.10336567653749894,True
994
+ P033,P025,0.006435756981952892,0.055587548960820125,True
995
+ P034,P025,-0.053085707565881476,-0.020637975853943766,True
996
+ P035,P025,-0.12173256590663929,-0.12143926809180948,True
997
+ P036,P025,-0.12478848767440358,-0.12187763390812467,True
998
+ P037,P025,-0.11480083111432489,-0.10513863461507061,True
999
+ P038,P025,-0.12172900917968756,-0.12131387642267584,True
1000
+ P039,P025,-0.08099267980007589,-0.06902341927420119,True
1001
+ P040,P025,-0.11434668417816547,-0.10890751782257146,True
1002
+ P001,P026,0.404959699595381,0.49037797692845203,True
1003
+ P002,P026,0.12805533356250953,0.1378226552649322,True
1004
+ P003,P026,0.09886710496130362,0.10694166007399132,True
1005
+ P004,P026,0.09532849589107797,0.10548149482257412,True
1006
+ P005,P026,0.25386767449443776,0.33710810092900556,True
1007
+ P006,P026,0.43319846039907545,0.546239815910897,True
1008
+ P007,P026,0.09772364314818247,0.10411483389212411,True
1009
+ P008,P026,0.18918450901556852,0.23396880973377804,True
1010
+ P009,P026,0.21792020680085214,0.2539177342499768,True
1011
+ P010,P026,0.1002547517561361,0.10920050178055067,True
1012
+ P011,P026,0.14155695250033754,0.15618013674509315,True
1013
+ P012,P026,0.0984536289687678,0.10597221147949552,True
1014
+ P013,P026,0.12624841951982296,0.14938118204789344,True
1015
+ P014,P026,0.10145953087143025,0.10224478248199022,True
1016
+ P015,P026,0.09648742963948426,0.10796659530638017,True
1017
+ P016,P026,0.09666565824177643,0.10683715048862104,True
1018
+ P017,P026,0.09642597037808238,0.10263779358836111,True
1019
+ P018,P026,0.21113704042478074,0.24536834842050867,True
1020
+ P019,P026,0.10393456500128359,0.12113095895060977,True
1021
+ P020,P026,0.10074450818027228,0.1020086208599982,True
1022
+ P021,P026,0.10006382870629091,0.10311424456311359,True
1023
+ P022,P026,0.10206751020998775,0.10219014352754474,True
1024
+ P023,P026,0.10319129404321915,0.10782167980153118,True
1025
+ P024,P026,0.09805579654565491,0.10192558643730386,True
1026
+ P025,P026,0.1521781526286751,0.17275284960475473,True
1027
+ P026,P026,-1.0817857390195866,-1.0687401290974725,True
1028
+ P027,P026,0.10008400936666928,0.10236362639374366,True
1029
+ P028,P026,0.10234620176292727,0.10542003066827656,True
1030
+ P029,P026,0.1005503629095471,0.10298051699533195,True
1031
+ P030,P026,0.09248399668425801,0.10660660998809207,True
1032
+ P031,P026,0.1015009863562095,0.10201933878043604,True
1033
+ P032,P026,0.10915090655576999,0.1230531230045704,True
1034
+ P033,P026,0.17171460694716068,0.2208663989260279,True
1035
+ P034,P026,0.24752335632277747,0.27997108803471515,True
1036
+ P035,P026,0.10185054419797746,0.10214384201280727,True
1037
+ P036,P026,0.09947825815903613,0.10238911192531504,True
1038
+ P037,P026,0.1067395706204559,0.11640176711971018,True
1039
+ P038,P026,0.10181787467477765,0.10223300743178937,True
1040
+ P039,P026,0.1500273574051343,0.161996617931009,True
1041
+ P040,P026,0.1017072563617223,0.10714642271731631,True
1042
+ P001,P027,0.2932386019031332,0.3786568792362043,True
1043
+ P002,P027,0.24680765059690074,0.2565749722993234,True
1044
+ P003,P027,0.2475856383294647,0.2556601934421524,True
1045
+ P004,P027,0.24497160017780026,0.2551245991092964,True
1046
+ P005,P027,0.3119158881236363,0.3951563145582041,True
1047
+ P006,P027,0.6461596389720935,0.7592009944839151,True
1048
+ P007,P027,0.2495666324250287,0.2559578231689703,True
1049
+ P008,P027,0.34039901674449224,0.38518331746270174,True
1050
+ P009,P027,0.353122896917025,0.3891204243661497,True
1051
+ P010,P027,0.24786682562771253,0.2568125756521271,True
1052
+ P011,P027,0.24022813101609222,0.25485131526084787,True
1053
+ P012,P027,0.3773126157343307,0.38483119824505846,True
1054
+ P013,P027,0.3577320458911205,0.38086480841919096,True
1055
+ P014,P027,0.2555156480913358,0.2563008997018958,True
1056
+ P015,P027,0.37282905018014684,0.3843082158470428,True
1057
+ P016,P027,0.24534988633301208,0.2555213785798567,True
1058
+ P017,P027,0.24949520539181344,0.25570702860209216,True
1059
+ P018,P027,0.3470627136170215,0.38129402161274945,True
1060
+ P019,P027,0.36778806266345154,0.3849844566127777,True
1061
+ P020,P027,0.25532742594729524,0.25659153862702117,True
1062
+ P021,P027,0.25297247419976326,0.25602289005658596,True
1063
+ P022,P027,0.2562889402939233,0.2564115736114803,True
1064
+ P023,P027,0.25197373621110203,0.25660412196941407,True
1065
+ P024,P027,0.2527591228963152,0.2566289127879641,True
1066
+ P025,P027,0.3661510949129438,0.38672579188902345,True
1067
+ P026,P027,0.24434878214074218,0.2573943920628562,True
1068
+ P027,P027,-5.646451941976923,-5.6441723249498486,True
1069
+ P028,P027,0.25346012034353804,0.25653394924888734,True
1070
+ P029,P027,0.2535212226133173,0.2559513766991021,True
1071
+ P030,P027,0.24040506757081367,0.2545276808746477,True
1072
+ P031,P027,0.25582086890797956,0.2563392213322061,True
1073
+ P032,P027,0.24099820259926638,0.2549004190480668,True
1074
+ P033,P027,0.5940834426868727,0.64323523466574,True
1075
+ P034,P027,0.23204027234278796,0.26448800405472567,True
1076
+ P035,P027,0.2561183281600658,0.25641162597489564,True
1077
+ P036,P027,0.25349878273796267,0.2564096365042416,True
1078
+ P037,P027,0.24681193934489223,0.2564741358441465,True
1079
+ P038,P027,0.25592792826299815,0.25634306102000987,True
1080
+ P039,P027,0.37365136213789074,0.38562062266376546,True
1081
+ P040,P027,0.251051651322547,0.25649081767814097,True
1082
+ P001,P028,2.3216407685041593,2.4070590458372303,True
1083
+ P002,P028,1.3746776691092855,1.384444990811708,True
1084
+ P003,P028,1.3776345783068866,1.3857091334195744,True
1085
+ P004,P028,1.3761506229724165,1.3863036219039127,True
1086
+ P005,P028,1.9443123950504395,2.027552821485007,True
1087
+ P006,P028,1.9370750034227804,2.050116358934602,True
1088
+ P007,P028,1.37900169662581,1.3853928873697516,True
1089
+ P008,P028,1.8492579695064666,1.8940422702246762,True
1090
+ P009,P028,1.7145303222073733,1.750527849656498,True
1091
+ P010,P028,1.374866351117447,1.3838121011418616,True
1092
+ P011,P028,1.5159521255167117,1.5305753097614674,True
1093
+ P012,P028,1.3772335527645896,1.3847521352753174,True
1094
+ P013,P028,1.5812292201978442,1.6043619827259146,True
1095
+ P014,P028,1.38510521480791,1.38589046641847,True
1096
+ P015,P028,1.3754023524665202,1.3868815181334162,True
1097
+ P016,P028,1.3753579128191258,1.3855294050659703,True
1098
+ P017,P028,1.3794788115585548,1.3856906347688336,True
1099
+ P018,P028,1.4279850735036939,1.4622163814994218,True
1100
+ P019,P028,1.4429649321440834,1.4601613260934097,True
1101
+ P020,P028,1.3843858631361896,1.3856499758159155,True
1102
+ P021,P028,1.382568155055829,1.3856185709126518,True
1103
+ P022,P028,1.3856829718227401,1.3858056051402972,True
1104
+ P023,P028,1.525915679238834,1.530546064997146,True
1105
+ P024,P028,1.3804627510047898,1.3843325408964386,True
1106
+ P025,P028,1.5855194138328907,1.6060941108089704,True
1107
+ P026,P028,1.6644487699063644,1.6774943798284785,True
1108
+ P027,P028,1.3836538854716385,1.385933502498713,True
1109
+ P028,P028,-2.127157095299946,-2.1240832663945968,True
1110
+ P029,P028,1.3833201083911923,1.3857502624769773,True
1111
+ P030,P028,1.3728868167315533,1.3870094300353875,True
1112
+ P031,P028,1.3852979552162341,1.3858163076404606,True
1113
+ P032,P028,1.372378687243107,1.3862809036919075,True
1114
+ P033,P028,1.9239093800873381,1.9730611720662055,True
1115
+ P034,P028,1.5046762897543853,1.5371240214663229,True
1116
+ P035,P028,1.3854620849073356,1.3857553827221654,True
1117
+ P036,P028,1.3828703504913558,1.3857812042576347,True
1118
+ P037,P028,1.3761621719279062,1.3858243684271605,True
1119
+ P038,P028,1.3853848080772218,1.3857999408342334,True
1120
+ P039,P028,1.5207469559883355,1.5327162165142103,True
1121
+ P040,P028,1.3783517348683492,1.383790901223943,True
1122
+ P001,P029,1.3604798341042164,1.4458981114372873,True
1123
+ P002,P029,-0.009418253614305191,0.00034906808811747785,True
1124
+ P003,P029,-0.010090615096006152,-0.002016059983318443,True
1125
+ P004,P029,-0.011956492964843468,-0.0018034940333473293,True
1126
+ P005,P029,-0.0714651109822345,0.01177531545233329,True
1127
+ P006,P029,-0.12606098656176676,-0.01301963104994519,True
1128
+ P007,P029,-0.007421670328556727,-0.0010304795846150785,True
1129
+ P008,P029,0.6818477931670567,0.7266320938852662,True
1130
+ P009,P029,-0.0320223609780498,0.00397516647107489,True
1131
+ P010,P029,-0.009267291191871576,-0.00032154116745700123,True
1132
+ P011,P029,-0.015864120264438536,-0.0012409360196829096,True
1133
+ P012,P029,-0.007367997188507815,0.00015058532221990436,True
1134
+ P013,P029,1.432424597575483,1.4555573601035534,True
1135
+ P014,P029,-0.0008342414771031987,-4.898986654322871e-05,True
1136
+ P015,P029,-0.011299779838754293,0.00017938582814162017,True
1137
+ P016,P029,0.718577866081184,0.7287493583280286,True
1138
+ P017,P029,-0.0077486174662501905,-0.0015367942559714569,True
1139
+ P018,P029,0.7034090037618617,0.7376403117575896,True
1140
+ P019,P029,-0.0195487251343437,-0.0023523311850175213,True
1141
+ P020,P029,-0.0011026519546514437,0.00016146072507448438,True
1142
+ P021,P029,-0.003933765652165516,-0.000883349795342827,True
1143
+ P022,P029,-0.00012268961581186726,-5.629825487190481e-08,True
1144
+ P023,P029,-0.005560590612518739,-0.0009302048542067162,True
1145
+ P024,P029,-0.003127341527545428,0.000742448364103524,True
1146
+ P025,P029,-0.017562618318625094,0.0030120786574545574,True
1147
+ P026,P029,-0.010688222062797974,0.002357387859316041,True
1148
+ P027,P029,-0.002479387766836564,-0.0001997707397621805,True
1149
+ P028,P029,-0.002679965316669419,0.00039386358867985957,True
1150
+ P029,P029,-5.115111244005909,-5.112681089920125,True
1151
+ P030,P029,-0.017577872731067146,-0.0034552594272330792,True
1152
+ P031,P029,-0.0005696136101761132,-5.126118594957305e-05,True
1153
+ P032,P029,-0.012518715447639056,0.001383501001161358,True
1154
+ P033,P029,0.6788433073227904,0.7279950993016576,True
1155
+ P034,P029,-0.023228884706121534,0.009218847005816176,True
1156
+ P035,P029,-0.00023723550080054323,5.6062314029276195e-05,True
1157
+ P036,P029,-0.0029175271732337863,-6.673406954879526e-06,True
1158
+ P037,P029,-0.008418853565404144,0.0012433429338501237,True
1159
+ P038,P029,-0.00037297478821947015,4.215796879225011e-05,True
1160
+ P039,P029,-0.0056661459309602135,0.006303114594914494,True
1161
+ P040,P029,-0.004487085647872308,0.0009520807077217025,True
1162
+ P001,P030,1.1539996336450142,1.2394179109780852,True
1163
+ P002,P030,0.449274829530133,0.45904215123255565,True
1164
+ P003,P030,0.4494000941979839,0.4574746493106716,True
1165
+ P004,P030,0.44674203103033705,0.4568950299618332,True
1166
+ P005,P030,0.9732707268302744,1.0565111532648421,True
1167
+ P006,P030,1.1670924647699996,1.280133820281821,True
1168
+ P007,P030,0.4697026020708028,0.4760937928147444,True
1169
+ P008,P030,0.579391724587055,0.6241760253052645,True
1170
+ P009,P030,0.501485282450253,0.5374828098993777,True
1171
+ P010,P030,0.4489230798233783,0.45786882984779287,True
1172
+ P011,P030,0.5013818987554697,0.5160050830002253,True
1173
+ P012,P030,0.4698553451874697,0.4773739276981974,True
1174
+ P013,P030,0.6538249781637787,0.6769577406918492,True
1175
+ P014,P030,0.45774350610117215,0.4585287577117321,True
1176
+ P015,P030,0.5013192328524886,0.5127983985193845,True
1177
+ P016,P030,0.46542073393611133,0.47559222618295593,True
1178
+ P017,P030,0.45140124093233236,0.4576130641426111,True
1179
+ P018,P030,0.7708063047868287,0.8050376127825566,True
1180
+ P019,P030,0.47684220846816333,0.49403860241748954,True
1181
+ P020,P030,0.4573788843072272,0.4586429969869531,True
1182
+ P021,P030,0.4551939776727181,0.45824439352954077,True
1183
+ P022,P030,0.45852016177780774,0.45864279509536476,True
1184
+ P023,P030,0.49084447415286175,0.4954748599111738,True
1185
+ P024,P030,0.4549855567128977,0.45885534660454663,True
1186
+ P025,P030,0.51248081594013,0.5330555129162096,True
1187
+ P026,P030,0.4660203372708333,0.4790659471929473,True
1188
+ P027,P030,0.45607857036035265,0.45835818738742706,True
1189
+ P028,P030,0.45570017778883204,0.45877400669418134,True
1190
+ P029,P030,0.45585258362810666,0.4582827377138915,True
1191
+ P030,P030,-3.9204516930611444,-3.9063290797573105,True
1192
+ P031,P030,0.45813299784678924,0.4586513502710158,True
1193
+ P032,P030,0.4819257480707986,0.495827964519599,True
1194
+ P033,P030,0.6111664135639189,0.6603182055427861,True
1195
+ P034,P030,0.5210548782670458,0.5535026099789835,True
1196
+ P035,P030,0.45835726468234134,0.4586505624971712,True
1197
+ P036,P030,0.4554298209364328,0.4583406747027117,True
1198
+ P037,P030,0.4863036180384499,0.49596581453770416,True
1199
+ P038,P030,0.4581811779738777,0.4585963107308894,True
1200
+ P039,P030,0.5603636943107851,0.5723329548366598,True
1201
+ P040,P030,0.47111497363475946,0.47655413999035345,True
1202
+ P001,P031,-4.619579690899478,-4.534161413566407,True
1203
+ P002,P031,-9.100694838187838,-9.090927516485415,True
1204
+ P003,P031,-9.097689074920643,-9.089614519807956,True
1205
+ P004,P031,-9.099196153990311,-9.089043155058816,True
1206
+ P005,P031,-4.63665427886696,-4.553413852432392,True
1207
+ P006,P031,-4.6282821994767565,-4.515240843964935,True
1208
+ P007,P031,-9.095733219890176,-9.089342029146234,True
1209
+ P008,P031,-9.133726363824254,-9.088942063106044,True
1210
+ P009,P031,-9.123554291016202,-9.087556763567077,True
1211
+ P010,P031,-9.10552031929254,-9.096574569268125,True
1212
+ P011,P031,-9.105374116857783,-9.090750932613028,True
1213
+ P012,P031,-9.100546972651813,-9.093028390141086,True
1214
+ P013,P031,-9.109519414763412,-9.08638665223534,True
1215
+ P014,P031,-9.09159412450319,-9.09080887289263,True
1216
+ P015,P031,-9.102569573659219,-9.091090407992322,True
1217
+ P016,P031,-9.097988945169663,-9.087817452922819,True
1218
+ P017,P031,-9.096486064192485,-9.090274240982206,True
1219
+ P018,P031,-4.58557068733203,-4.551339379336302,True
1220
+ P019,P031,-9.107026062198674,-9.089829668249347,True
1221
+ P020,P031,-9.092135793023894,-9.090871680344168,True
1222
+ P021,P031,-9.094421397337918,-9.091370981481095,True
1223
+ P022,P031,-9.091148840395261,-9.091026207077704,True
1224
+ P023,P031,-9.094981700961844,-9.090351315203533,True
1225
+ P024,P031,-9.094996123403314,-9.091126333511665,True
1226
+ P025,P031,-9.1113456103781,-9.09077091340202,True
1227
+ P026,P031,-9.11149820061839,-9.098452590696276,True
1228
+ P027,P031,-9.093327370842985,-9.09104775381591,True
1229
+ P028,P031,-9.094043218773106,-9.090969389867757,True
1230
+ P029,P031,-9.09373066161233,-9.091300507526546,True
1231
+ P030,P031,-9.10324874218631,-9.089126128882475,True
1232
+ P031,P031,-9.09482645286433,-9.094308100440104,True
1233
+ P032,P031,-9.105378200748035,-9.091475984299235,True
1234
+ P033,P031,-9.119044196043482,-9.069892404064616,True
1235
+ P034,P031,-9.120734486499755,-9.088286754787816,True
1236
+ P035,P031,-9.091357556159643,-9.091064258344813,True
1237
+ P036,P031,-9.093426393996896,-9.090515540230617,True
1238
+ P037,P031,-9.102962664604194,-9.093300468104939,True
1239
+ P038,P031,-9.091258414934764,-9.090843282177753,True
1240
+ P039,P031,-9.100806781087847,-9.088837520561972,True
1241
+ P040,P031,-9.100049743332342,-9.094610576976748,True
1242
+ P001,P032,0.6294365470877997,0.7148548244208708,True
1243
+ P002,P032,0.15712481323798685,0.16689213494040953,True
1244
+ P003,P032,0.14584618625651458,0.15392074136920228,True
1245
+ P004,P032,0.1376324285987908,0.14778542753028692,True
1246
+ P005,P032,0.37966187825183173,0.46290230468639953,True
1247
+ P006,P032,0.5103921150490266,0.6234334705608482,True
1248
+ P007,P032,0.14754177374409227,0.15393296448803392,True
1249
+ P008,P032,0.2336065419975588,0.2783908427157683,True
1250
+ P009,P032,0.196088870617055,0.23208639806617967,True
1251
+ P010,P032,0.13906408712974372,0.1480098371541583,True
1252
+ P011,P032,0.18371827719619485,0.19834146144095047,True
1253
+ P012,P032,0.14639149419034508,0.1539100767010728,True
1254
+ P013,P032,0.16820758645850997,0.19134034898658045,True
1255
+ P014,P032,0.14708198585763185,0.14786723746819183,True
1256
+ P015,P032,0.16767080066423842,0.17914996633113434,True
1257
+ P016,P032,0.163087088582457,0.1732585808293016,True
1258
+ P017,P032,0.15420076937683697,0.1604125925871157,True
1259
+ P018,P032,0.40049965113815605,0.434730959133884,True
1260
+ P019,P032,0.1628946431570137,0.1800910371063399,True
1261
+ P020,P032,0.1466049908077685,0.14786910348749444,True
1262
+ P021,P032,0.14427047292009623,0.14732088877691893,True
1263
+ P022,P032,0.147750035134464,0.147872668452021,True
1264
+ P023,P032,0.1437981848007293,0.14842857055904132,True
1265
+ P024,P032,0.14448211120002927,0.14835190109167823,True
1266
+ P025,P032,0.20983087429951575,0.2304055712755954,True
1267
+ P026,P032,0.22220118327156596,0.23524679319367997,True
1268
+ P027,P032,0.14537698977635313,0.14765660680342751,True
1269
+ P028,P032,0.15113814257154984,0.1542119714768991,True
1270
+ P029,P032,0.14535972442861,0.14778987851439487,True
1271
+ P030,P032,0.14103388325349828,0.15515649655733235,True
1272
+ P031,P032,0.14729458511818105,0.1478129375424076,True
1273
+ P032,P032,-3.4532125274673984,-3.439310311018598,True
1274
+ P033,P032,0.29266223530399094,0.34181402728285815,True
1275
+ P034,P032,0.33753996581770535,0.36998769752964306,True
1276
+ P035,P032,0.14756083261282602,0.14785413042765583,True
1277
+ P036,P032,0.14463909357143095,0.14754994733770987,True
1278
+ P037,P032,0.15734409480232203,0.1670062913015763,True
1279
+ P038,P032,0.14745351303861542,0.14786864579562714,True
1280
+ P039,P032,0.16138027337275124,0.17334953389862595,True
1281
+ P040,P032,0.14230730720714233,0.14774647356273635,True
1282
+ P001,P033,0.38849037500666916,0.4739086523397402,True
1283
+ P002,P033,0.1811720395896226,0.19093936129204528,True
1284
+ P003,P033,0.16372125903649437,0.17179581414918207,True
1285
+ P004,P033,0.15942152237917678,0.1695745213106729,True
1286
+ P005,P033,0.3065074548296319,0.3897478812641997,True
1287
+ P006,P033,0.4492844335878065,0.562325789099628,True
1288
+ P007,P033,0.15924793924797412,0.16563912999191577,True
1289
+ P008,P033,0.36685198716760076,0.41163628788581025,True
1290
+ P009,P033,0.3160874077089475,0.3520849351580722,True
1291
+ P010,P033,0.16078506843585538,0.16973081846026997,True
1292
+ P011,P033,0.17866186881883245,0.19328505306358806,True
1293
+ P012,P033,0.16869567081886416,0.17621425332959187,True
1294
+ P013,P033,0.18774447919360807,0.21087724172167854,True
1295
+ P014,P033,0.16342369405768434,0.16420894566824432,True
1296
+ P015,P033,0.1779727600014578,0.18945192566835373,True
1297
+ P016,P033,0.15967884178617195,0.16985033403301655,True
1298
+ P017,P033,0.16078772586147114,0.16699954907174988,True
1299
+ P018,P033,0.23128573681542694,0.26551704481115485,True
1300
+ P019,P033,0.1733965475098506,0.19059294145917677,True
1301
+ P020,P033,0.16297097345311012,0.16423508613283605,True
1302
+ P021,P033,0.1611421795627667,0.1641925954195894,True
1303
+ P022,P033,0.16410499270013834,0.16422762601769533,True
1304
+ P023,P033,0.16819429961289015,0.17282468537120216,True
1305
+ P024,P033,0.16119407026569876,0.16506386015734772,True
1306
+ P025,P033,0.20586167869420624,0.2264363756702859,True
1307
+ P026,P033,0.19301058637364576,0.20605619629575977,True
1308
+ P027,P033,0.1662336308397099,0.1685132478667843,True
1309
+ P028,P033,0.1634053731683943,0.16647920207374356,True
1310
+ P029,P033,0.16180108370715005,0.16423123779293491,True
1311
+ P030,P033,0.15766102237514992,0.171783635678984,True
1312
+ P031,P033,0.16373631705242533,0.16425466947665188,True
1313
+ P032,P033,0.16984188177468337,0.18374409822348378,True
1314
+ P033,P033,-2.6398687245828945,-2.5907169326040274,True
1315
+ P034,P033,0.23414541125997437,0.26659314297191206,True
1316
+ P035,P033,0.16392706491489425,0.16422036272972407,True
1317
+ P036,P033,0.16158344138343153,0.16449429514971045,True
1318
+ P037,P033,0.16967961204550308,0.17934180854475734,True
1319
+ P038,P033,0.1638051065887193,0.16422023934573102,True
1320
+ P039,P033,0.1854936555697589,0.1974629160956336,True
1321
+ P040,P033,0.16744036572568166,0.17287953208127568,True
1322
+ P001,P034,0.24010899249339004,0.3255272698264611,True
1323
+ P002,P034,0.028759810111811487,0.03852713181423416,True
1324
+ P003,P034,0.019186559394798894,0.027261114507486604,True
1325
+ P004,P034,0.017280773056332355,0.027433771987828495,True
1326
+ P005,P034,0.1251983240836578,0.20843875051822558,True
1327
+ P006,P034,0.24889823877509118,0.36193959428691275,True
1328
+ P007,P034,0.016959268209048972,0.02335045895299062,True
1329
+ P008,P034,0.06029590447753289,0.1050802051957424,True
1330
+ P009,P034,0.06418480879962603,0.10018233624875073,True
1331
+ P010,P034,0.019897466316599628,0.0288432163410142,True
1332
+ P011,P034,0.041068916874743205,0.055692101119498835,True
1333
+ P012,P034,0.025887008082143573,0.03340559059287129,True
1334
+ P013,P034,0.03607762786595595,0.05921039039402642,True
1335
+ P014,P034,0.020424554516155054,0.021209806126715025,True
1336
+ P015,P034,0.02100825034468495,0.032487416011580866,True
1337
+ P016,P034,0.014996869064741626,0.02516836131158623,True
1338
+ P017,P034,0.017174342751814863,0.023386165962093596,True
1339
+ P018,P034,0.10511059159441095,0.13934189959013887,True
1340
+ P019,P034,0.026313834507589902,0.04351022845691608,True
1341
+ P020,P034,0.019605827085104575,0.020869939764830505,True
1342
+ P021,P034,0.0193259029888471,0.02237631884566979,True
1343
+ P022,P034,0.021032140135031487,0.021154773452588482,True
1344
+ P023,P034,0.020447210181355806,0.025077595939667827,True
1345
+ P024,P034,0.017267861668673116,0.021137651560322067,True
1346
+ P025,P034,0.06218251396071018,0.08275721093678984,True
1347
+ P026,P034,0.08446013794671918,0.09750574786883319,True
1348
+ P027,P034,0.019185837291710806,0.021465454318785188,True
1349
+ P028,P034,0.018354953210629056,0.021428782115978335,True
1350
+ P029,P034,0.01894963482747619,0.02137978891326105,True
1351
+ P030,P034,0.009629499587820672,0.02375211289165474,True
1352
+ P031,P034,0.02061436111594315,0.021132713540169688,True
1353
+ P032,P034,0.050956584133516614,0.06485880058231702,True
1354
+ P033,P034,0.08882098128676696,0.1379727732656342,True
1355
+ P034,P034,-2.4498068778799933,-2.4173591461680557,True
1356
+ P035,P034,0.02090782749142254,0.021201125306252358,True
1357
+ P036,P034,0.018956226843521978,0.021867080609800884,True
1358
+ P037,P034,0.021577114321601622,0.03123931082085589,True
1359
+ P038,P034,0.020773065115984722,0.02118819787299644,True
1360
+ P039,P034,0.038504932683488695,0.0504741932093634,True
1361
+ P040,P034,0.024975334827214368,0.03041450118280838,True
1362
+ P001,P035,0.0,0.08541827733307104,True
1363
+ P002,P035,0.0,0.00976732170242267,True
1364
+ P003,P035,0.0,0.008074555112687709,True
1365
+ P004,P035,0.0,0.010152998931496139,True
1366
+ P005,P035,0.0,0.08324042643456779,True
1367
+ P006,P035,0.0,0.11304135551182157,True
1368
+ P007,P035,0.0,0.0063911907439416485,True
1369
+ P008,P035,0.0,0.04478430071820951,True
1370
+ P009,P035,0.0,0.03599752744912469,True
1371
+ P010,P035,0.0,0.008945750024414575,True
1372
+ P011,P035,0.0,0.014623184244755626,True
1373
+ P012,P035,0.0,0.007518582510727719,True
1374
+ P013,P035,0.0,0.02313276252807047,True
1375
+ P014,P035,0.0,0.00078525161055997,True
1376
+ P015,P035,0.0,0.011479165666895913,True
1377
+ P016,P035,0.0,0.010171492246844603,True
1378
+ P017,P035,0.0,0.006211823210278734,True
1379
+ P018,P035,0.0,0.034231307995727926,True
1380
+ P019,P035,0.0,0.017196393949326177,True
1381
+ P020,P035,0.0,0.001264112679725928,True
1382
+ P021,P035,0.0,0.0030504158568226887,True
1383
+ P022,P035,0.0,0.00012263331755699535,True
1384
+ P023,P035,0.0,0.004630385758312022,True
1385
+ P024,P035,0.0,0.003869789891648952,True
1386
+ P025,P035,0.0,0.02057469697607965,True
1387
+ P026,P035,0.0,0.013045609922114015,True
1388
+ P027,P035,0.0,0.0022796170270743834,True
1389
+ P028,P035,0.0,0.0030738289053492784,True
1390
+ P029,P035,0.0,0.00243015408578486,True
1391
+ P030,P035,0.0,0.014122613303834066,True
1392
+ P031,P035,0.0,0.0005183524242265401,True
1393
+ P032,P035,0.0,0.013902216448800414,True
1394
+ P033,P035,0.0,0.04915179197886723,True
1395
+ P034,P035,0.0,0.03244773171193771,True
1396
+ P035,P035,0.0,0.00029329781482981943,True
1397
+ P036,P035,0.0,0.002910853766278907,True
1398
+ P037,P035,0.0,0.009662196499254268,True
1399
+ P038,P035,0.0,0.00041513275701172026,True
1400
+ P039,P035,0.0,0.011969260525874707,True
1401
+ P040,P035,0.0,0.0054391663555940105,True
1402
+ P001,P036,-0.640891508424334,-0.5554732310912629,True
1403
+ P002,P036,-1.7125463271203973,-1.7027790054179748,True
1404
+ P003,P036,-1.703267790290413,-1.6951932351777252,True
1405
+ P004,P036,-1.1392054854026308,-1.1290524864711347,True
1406
+ P005,P036,-1.222117597976915,-1.1388771715423471,True
1407
+ P006,P036,-1.786310293800451,-1.6732689382886294,True
1408
+ P007,P036,-1.7013243691075342,-1.6949331783635926,True
1409
+ P008,P036,-1.1719444484536892,-1.1271601477354796,True
1410
+ P009,P036,-1.7367912151739975,-1.7007936877248728,True
1411
+ P010,P036,-1.707110354499087,-1.6981646044746725,True
1412
+ P011,P036,-1.708900898567408,-1.6942777143226522,True
1413
+ P012,P036,-1.7046548117077067,-1.697136229196979,True
1414
+ P013,P036,-1.1512826539312158,-1.1281498914031454,True
1415
+ P014,P036,-1.695628372191014,-1.694843120580454,True
1416
+ P015,P036,-1.7054662913704055,-1.6939871257035095,True
1417
+ P016,P036,-1.705235107565797,-1.6950636153189524,True
1418
+ P017,P036,-1.7007419329593272,-1.6945301097490484,True
1419
+ P018,P036,-1.724484587761254,-1.690253279765526,True
1420
+ P019,P036,-1.714986009779226,-1.6977896158298997,True
1421
+ P020,P036,-1.6966334200463769,-1.695369307366651,True
1422
+ P021,P036,-1.6976234171545361,-1.6945730012977134,True
1423
+ P022,P036,-1.6950526790158922,-1.6949300456983352,True
1424
+ P023,P036,-1.7009477671728943,-1.6963173814145822,True
1425
+ P024,P036,-1.6996454584510614,-1.6957756685594125,True
1426
+ P025,P036,-1.7135285209570743,-1.6929538239809947,True
1427
+ P026,P036,-1.707709131542262,-1.6946635216201478,True
1428
+ P027,P036,-1.6966302133639917,-1.6943505963369172,True
1429
+ P028,P036,-1.6983238981299371,-1.6952500692245878,True
1430
+ P029,P036,-1.6970954247281562,-1.6946652706423713,True
1431
+ P030,P036,-1.7094361461950756,-1.6953135328912414,True
1432
+ P031,P036,-1.6954329199025178,-1.6949145674782913,True
1433
+ P032,P036,-1.7081864422014874,-1.694284225752687,True
1434
+ P033,P036,-1.7359719023405151,-1.6868201103616478,True
1435
+ P034,P036,-1.1597649393686014,-1.1273172076566635,True
1436
+ P035,P036,-1.6952511597048252,-1.6949578618899954,True
1437
+ P036,P036,-4.538058356145466,-4.535147502379187,True
1438
+ P037,P036,-1.7029564071654766,-1.6932942106662223,True
1439
+ P038,P036,-1.6952351486429924,-1.6948200158859807,True
1440
+ P039,P036,-1.707161029408388,-1.6951917688825133,True
1441
+ P040,P036,-1.7025017788206713,-1.6970626124650774,True
1442
+ P001,P037,0.3778027673278421,0.4632210446609132,True
1443
+ P002,P037,-0.14404974485933386,-0.1342824231569112,True
1444
+ P003,P037,-0.13055628288190768,-0.12248172776921998,True
1445
+ P004,P037,-0.157135375784091,-0.14698237685259488,True
1446
+ P005,P037,0.16438015030941744,0.24762057674398524,True
1447
+ P006,P037,0.34071437219649,0.4537557277083115,True
1448
+ P007,P037,-0.152977941993964,-0.14658675125002235,True
1449
+ P008,P037,0.0009030476370689037,0.045687348355278413,True
1450
+ P009,P037,0.021636588318999186,0.05763411576812388,True
1451
+ P010,P037,-0.13660336186143357,-0.12765761183701899,True
1452
+ P011,P037,-0.08810592352648838,-0.07348273928173275,True
1453
+ P012,P037,-0.15369367103746567,-0.14617508852673797,True
1454
+ P013,P037,-0.08301781269762983,-0.059885050169559355,True
1455
+ P014,P037,-0.14771613198452055,-0.14693088037396057,True
1456
+ P015,P037,-0.14070396073763297,-0.12922479507073706,True
1457
+ P016,P037,-0.15082297090242497,-0.14065147865558036,True
1458
+ P017,P037,-0.15297326726380062,-0.14676144405352187,True
1459
+ P018,P037,0.0012082953045463572,0.035439603300274285,True
1460
+ P019,P037,-0.12141633263881763,-0.10421993868949145,True
1461
+ P020,P037,-0.14804389103187227,-0.14677977835214634,True
1462
+ P021,P037,-0.1501435110688918,-0.1470930952120691,True
1463
+ P022,P037,-0.1470003024201467,-0.1468776691025897,True
1464
+ P023,P037,-0.15098269086201213,-0.14635230510370012,True
1465
+ P024,P037,-0.1505167245001358,-0.14664693460848685,True
1466
+ P025,P037,-0.10974591940240931,-0.08917122242632966,True
1467
+ P026,P037,-0.08323146080826631,-0.0701858508861523,True
1468
+ P027,P037,-0.14915888667613772,-0.14687926964906334,True
1469
+ P028,P037,-0.15006263615019677,-0.1469888072448475,True
1470
+ P029,P037,-0.14927202098420606,-0.14684186689842119,True
1471
+ P030,P037,-0.15472638551234716,-0.14060377220851308,True
1472
+ P031,P037,-0.14751808257059226,-0.14699973014636572,True
1473
+ P032,P037,-0.13699094170626452,-0.12308872525746412,True
1474
+ P033,P037,0.024132898363880717,0.07328469034274795,True
1475
+ P034,P037,-0.0553849179152162,-0.02293718620327849,True
1476
+ P035,P037,-0.14720055516972777,-0.14690725735489796,True
1477
+ P036,P037,-0.1497370069228945,-0.14682615315661557,True
1478
+ P037,P037,-3.184610263886413,-3.1749480673871586,True
1479
+ P038,P037,-0.14746385098356765,-0.14704871822655594,True
1480
+ P039,P037,-0.10234557699288077,-0.09037631646700606,True
1481
+ P040,P037,-0.1470734509272928,-0.14163428457169877,True
1482
+ P001,P038,0.0,0.08541827733307104,True
1483
+ P002,P038,0.0,0.00976732170242267,True
1484
+ P003,P038,0.0,0.008074555112687709,True
1485
+ P004,P038,0.0,0.010152998931496139,True
1486
+ P005,P038,0.0,0.08324042643456779,True
1487
+ P006,P038,0.0,0.11304135551182157,True
1488
+ P007,P038,0.0,0.0063911907439416485,True
1489
+ P008,P038,0.0,0.04478430071820951,True
1490
+ P009,P038,0.0,0.03599752744912469,True
1491
+ P010,P038,0.0,0.008945750024414575,True
1492
+ P011,P038,0.0,0.014623184244755626,True
1493
+ P012,P038,0.0,0.007518582510727719,True
1494
+ P013,P038,0.0,0.02313276252807047,True
1495
+ P014,P038,0.0,0.00078525161055997,True
1496
+ P015,P038,0.0,0.011479165666895913,True
1497
+ P016,P038,0.0,0.010171492246844603,True
1498
+ P017,P038,0.0,0.006211823210278734,True
1499
+ P018,P038,0.0,0.034231307995727926,True
1500
+ P019,P038,0.0,0.017196393949326177,True
1501
+ P020,P038,0.0,0.001264112679725928,True
1502
+ P021,P038,0.0,0.0030504158568226887,True
1503
+ P022,P038,0.0,0.00012263331755699535,True
1504
+ P023,P038,0.0,0.004630385758312022,True
1505
+ P024,P038,0.0,0.003869789891648952,True
1506
+ P025,P038,0.0,0.02057469697607965,True
1507
+ P026,P038,0.0,0.013045609922114015,True
1508
+ P027,P038,0.0,0.0022796170270743834,True
1509
+ P028,P038,0.0,0.0030738289053492784,True
1510
+ P029,P038,0.0,0.00243015408578486,True
1511
+ P030,P038,0.0,0.014122613303834066,True
1512
+ P031,P038,0.0,0.0005183524242265401,True
1513
+ P032,P038,0.0,0.013902216448800414,True
1514
+ P033,P038,0.0,0.04915179197886723,True
1515
+ P034,P038,0.0,0.03244773171193771,True
1516
+ P035,P038,0.0,0.00029329781482981943,True
1517
+ P036,P038,0.0,0.002910853766278907,True
1518
+ P037,P038,0.0,0.009662196499254268,True
1519
+ P038,P038,0.0,0.00041513275701172026,True
1520
+ P039,P038,0.0,0.011969260525874707,True
1521
+ P040,P038,0.0,0.0054391663555940105,True
1522
+ P001,P039,0.5125992951290247,0.5980175724620957,True
1523
+ P002,P039,0.2750142134941162,0.28478153519653887,True
1524
+ P003,P039,0.24617741702664397,0.2542519721393317,True
1525
+ P004,P039,0.24548360747940262,0.25563660641089875,True
1526
+ P005,P039,0.45609773430417766,0.5393381607387454,True
1527
+ P006,P039,0.6569790150905446,0.7700203706023662,True
1528
+ P007,P039,0.24605814248891802,0.2524493332328597,True
1529
+ P008,P039,0.3300916654571009,0.3748759661753104,True
1530
+ P009,P039,0.37635159492420683,0.41234912237333154,True
1531
+ P010,P039,0.25178101742713616,0.2607267674515507,True
1532
+ P011,P039,0.2980920584812233,0.3127152427259789,True
1533
+ P012,P039,0.24523302113842005,0.2527516036491478,True
1534
+ P013,P039,0.32471372568303364,0.3478464882111041,True
1535
+ P014,P039,0.24902311599435537,0.24980836760491534,True
1536
+ P015,P039,0.24629926262137297,0.2577784282882689,True
1537
+ P016,P039,0.24550656966518625,0.25567806191203085,True
1538
+ P017,P039,0.24459268113648458,0.2508045043467633,True
1539
+ P018,P039,0.3531267800692436,0.3873580880649715,True
1540
+ P019,P039,0.25472372115696446,0.27192011510629066,True
1541
+ P020,P039,0.24820657281068087,0.2494706854904068,True
1542
+ P021,P039,0.24720176120449341,0.2502521770613161,True
1543
+ P022,P039,0.24961173779468693,0.24973437111224392,True
1544
+ P023,P039,0.2516853055445361,0.25631569130284815,True
1545
+ P024,P039,0.24577095133438018,0.24964074122602914,True
1546
+ P025,P039,0.30110280842755927,0.32167750540363893,True
1547
+ P026,P039,0.2978800612872094,0.3109256712093234,True
1548
+ P027,P039,0.24874938747100492,0.2510290044980793,True
1549
+ P028,P039,0.24776862646904152,0.2508424553743908,True
1550
+ P029,P039,0.2476157147499585,0.25004586883574337,True
1551
+ P030,P039,0.2434848168654281,0.2576074301692622,True
1552
+ P031,P039,0.24915806022330292,0.24967641264752946,True
1553
+ P032,P039,0.24428576615442066,0.25818798260322107,True
1554
+ P033,P039,0.32792963742011727,0.3770814293989845,True
1555
+ P034,P039,0.3312420163210713,0.363689748033009,True
1556
+ P035,P039,0.24939595683138296,0.24968925464621278,True
1557
+ P036,P039,0.24698829410176631,0.24989914786804523,True
1558
+ P037,P039,0.2602910352766432,0.2699532317758975,True
1559
+ P038,P039,0.24931750280669254,0.24973263556370426,True
1560
+ P039,P039,-1.1524464755784714,-1.1404772150525966,True
1561
+ P040,P039,0.25104669221197634,0.25648585856757034,True
1562
+ P001,P040,-0.039976931386102754,0.04544134594696829,True
1563
+ P002,P040,-0.08550264918379351,-0.07573532748137084,True
1564
+ P003,P040,-0.10186327501001952,-0.09378871989733181,True
1565
+ P004,P040,-0.10338895662755049,-0.09323595769605435,True
1566
+ P005,P040,-0.0319285264591647,0.05131189997540309,True
1567
+ P006,P040,0.05153561675241779,0.16457697226423934,True
1568
+ P007,P040,-0.10051508645750444,-0.09412389571356279,True
1569
+ P008,P040,-0.025774346342494477,0.019009954375715035,True
1570
+ P009,P040,-0.04057351053652861,-0.004575983087403923,True
1571
+ P010,P040,-0.10528980993471929,-0.09634405991030472,True
1572
+ P011,P040,-0.08918509285837686,-0.07456190861362123,True
1573
+ P012,P040,-0.046451961270901974,-0.038933378760174255,True
1574
+ P013,P040,-0.11585996392845582,-0.09272720140038535,True
1575
+ P014,P040,-0.09475647594938078,-0.09397122433882081,True
1576
+ P015,P040,-0.029486677912591127,-0.018007512245695214,True
1577
+ P016,P040,-0.10457977125265061,-0.094408279005806,True
1578
+ P017,P040,-0.10003925322906043,-0.0938274300187817,True
1579
+ P018,P040,-0.05325422788608645,-0.019022919890358522,True
1580
+ P019,P040,-0.05443714196306081,-0.037240748013734636,True
1581
+ P020,P040,-0.09556774005312418,-0.09430362737339826,True
1582
+ P021,P040,-0.09713741679651067,-0.09408700093968798,True
1583
+ P022,P040,-0.09411705111399288,-0.09399441779643589,True
1584
+ P023,P040,-0.09945112623410025,-0.09482074047578823,True
1585
+ P024,P040,-0.09829119198154597,-0.09442140208989702,True
1586
+ P025,P040,0.035364710587125446,0.0559394075632051,True
1587
+ P026,P040,-0.10672498963467113,-0.09367937971255712,True
1588
+ P027,P040,-0.0963110021585546,-0.09403138513148022,True
1589
+ P028,P040,-0.09817118185995931,-0.09509735295461003,True
1590
+ P029,P040,-0.09652862859443952,-0.09409847450865466,True
1591
+ P030,P040,-0.09117885733284604,-0.07705624402901198,True
1592
+ P031,P040,-0.0948320268178276,-0.09431367439360105,True
1593
+ P032,P040,-0.05255741427580366,-0.038655197827003246,True
1594
+ P033,P040,-0.009218479763576329,0.0399333122152909,True
1595
+ P034,P040,0.14910741334489971,0.18155514505683742,True
1596
+ P035,P040,-0.09436947887103511,-0.0940761810562053,True
1597
+ P036,P040,-0.09758798329797248,-0.09467712953169358,True
1598
+ P037,P040,-0.08622427528389653,-0.07656207878464227,True
1599
+ P038,P040,-0.0943866704185148,-0.09397153766150308,True
1600
+ P039,P040,-0.04665515283410688,-0.03468589230823217,True
1601
+ P040,P040,-4.425113190184818,-4.419674023829224,True
dev/complex_covariance_probit_exogenous_seed001/hidden/transactions_full_hidden.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14bcd7208e29e019bec7eda7f741127db9a7021ab7df333e830062ca79e4183a
3
+ size 142751068
dev/complex_covariance_probit_exogenous_seed001/public/counterfactual_sweep_context_public.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf6186746698941a3607ae6d4d2dbedc5aa86a1e66eea31bfb98336a802eb3a2
3
+ size 253633897
dev/complex_covariance_probit_exogenous_seed001/public/products_public.csv ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ product_id,product_text,brand_code
2
+ P001,"A gentle softness runs through it, soft and smooth and understated. It settles into the kitchen and the living room, used each day at home. A soft and understated feel lingers, gentle and simply smooth throughout.",B8
3
+ P002,"It offers a silky feel that stays plush and gently pillowy throughout. Keep it in a backpack or a satchel and reach for it anywhere. The softness is luxurious and satiny, pillowy and indulgent against the skin.",B7
4
+ P003,"A pillowy and downy softness runs through it, cushiony and sumptuous. Tuck it into a satchel or the vehicle and carry a little along. A lavish and satiny feel carries through, richly cushiony and downy to the touch.",B8
5
+ P004,"The feel stays gentle and soft, smooth and comfortable to the touch. It joins the daily rotation around the home, kitchen to the living room. It keeps a smooth and gentle softness, plain and comfortable to the touch.",B8
6
+ P005,"It gives a soft and gentle touch that is smooth and comfortably even. It suits a nightstand or bathroom counter, tucked beside the couch nearby. The softness is gentle and easygoing, soft and plainly comfortable to hold.",B6
7
+ P006,"A soft and gentle comfort meets the hand, smooth and quietly familiar. Place it on a bathroom counter or a nightstand beside the couch nearby. It holds a gentle and honest softness, smooth and comfortable in the hand.",B8
8
+ P007,"It feels plush and silky, luxurious from the very first touch. Slip it into a handbag or a backpack and keep some within reach. The touch stays pampering and indulgent, a cloud soft and velvety comfort.",B8
9
+ P008,"It feels soft and smooth and gentle, a comfortable and easy touch. It slips into a handbag or the vehicle door and keeps a piece close. The feel remains simple and soft, a smooth and unfussy gentle softness.",B4
10
+ P009,"A soft and gentle finish defines it, smooth and quietly comfortable throughout. Keep it in the vehicle or a satchel and reach for it anywhere you go. It keeps a quietly gentle softness, soft and simply comfortable in the hand.",B6
11
+ P010,"The tissue feels soft and gentle with a smooth and understated softness. It moves through the kitchen and the living room, used each day at home. The comfort stays understated and soft, gentle and smoothly plain to the touch.",B1
12
+ P011,"It feels honestly soft and smooth with a gentle and easy comfort. Place it around the home so the kitchen and living room stay ready. It carries a gentle and comfortable softness, smooth and honestly understated.",B2
13
+ P012,"The tissue stays soft and comfortable, gentle and smooth and plain. A busy family supply, it stocks the shelf and cuts down on refills. The feel is soft and unfussy, a plain and easygoing smooth softness.",B6
14
+ P013,"A gentle and comfortable softness runs throughout, soft and evenly smooth. It rests on a nightstand or the bedside, ready by the couch each night. The feel stays plain and soft, a gentle and unfussy smooth softness.",B8
15
+ P014,"A comfortable and soft finish carries through, gentle and quietly even. It is a busy family supply, stocking the shelf to last the season. The softness is easygoing and honest, soft and quietly smooth to the touch.",B8
16
+ P015,"The feel is soft and gentle, smooth and comfortable to the hand. It keeps an office break room and a classroom supplied through the week. The softness stays understated and honest, gentle and smooth to the last.",B8
17
+ P016,"Silky and cushiony to the hand, it feels sumptuously soft throughout. It rests neatly on a nightstand or a bathroom counter by the bedside. It carries an indulgent softness, velvety and pampering against the skin every time.",B8
18
+ P017,"A downy and cushiony surface meets the hand, sumptuously soft and silky. It slips into a handbag or a desk drawer and rides along easily. It stays cushiony and satiny, an indulgent softness that feels richly plush.",B8
19
+ P018,"It is plush and pillowy, greeting the skin with a luxurious feel. Set it beside the couch or on the bedside table within easy reach. The feel is sumptuous and cloud soft, a lavish and satiny softness throughout.",B8
20
+ P019,"A gentle softness and a smooth surface combine into a comfortable feel. Stock the shelf for a busy family and lean on it with fewer refills. It carries a simple and gentle comfort, soft and smoothly understated.",B8
21
+ P020,"Soft and smooth to the hand, it stays gentle and easygoing to hold. Leave it on a bathroom counter or the bedside so the couch stays near. The feel stays simple and soft, a gentle and easygoing smooth comfort.",B7
22
+ P021,"A soft and gentle touch meets the skin with a plain and smooth comfort. As a family supply it stocks the shelf and holds through the season. It keeps a soft and understated comfort, smooth and honestly gentle throughout.",B8
23
+ P022,"The feel is smooth and soft, gentle and comfortable and quietly plain. It keeps a classroom and an office break room supplied across the week. A quietly soft comfort carries through, gentle and simply smooth throughout.",B1
24
+ P023,"The surface is soft and smooth to the hand, gently comfortable and easygoing. Small enough for a satchel or a handbag, it rides along with ease. The feel keeps an honest softness, gentle and unfussy and evenly smooth.",B2
25
+ P024,"Soft and gently smooth, it carries a comfortable and honest softness. It suits a nightstand or bedside, tucked beside the couch for that room. A soft and honest comfort lingers on, gentle and understated through and through.",B5
26
+ P025,"Soft and smooth throughout, it carries a gentle and comfortable feel. Stock the shelf so a busy family supply lasts the season on fewer refills. A simple softness runs through it, soft and gentle and easygoing throughout.",B2
27
+ P026,"Sumptuously soft and downy, it offers a cushiony and luxurious touch. It gathers around the home, ready in the kitchen and the living room. A cloud soft and downy feel carries through, sumptuous and pampering throughout.",B7
28
+ P027,"It offers a soft and smooth character with a quietly gentle comfort. It keeps the office break room and the waiting room supplied all week. It keeps a plain and easygoing comfort, soft and quietly gentle throughout.",B8
29
+ P028,"Plainly soft and smooth, a gentle and easygoing softness meets the skin. It goes along on errands, tucking neatly into a handbag or a satchel. It stays smoothly soft and gentle, a simple and comfortable everyday softness.",B5
30
+ P029,"Plush and pillowy from the first touch, it feels luxurious and velvety. Keep it on a nightstand or tucked beside the couch for that room. The character is silky and cloud soft, a pampering and sumptuous softness.",B8
31
+ P030,"It delivers a smooth and soft feel that is gentle and comfortably even. It settles onto a bedside table or nightstand near the quiet couch. It stays comfortably soft and gentle, a plain and understated smooth feel.",B8
32
+ P031,"You feel a soft and smooth finish with a gentle and easy comfort. Keep it on the bathroom counter or a nightstand near the quiet bedside. A gentle and easygoing softness carries through, soft and plainly smooth.",B1
33
+ P032,"Luxurious and silky to the touch, it feels pillowy and richly plush. It sits in the kitchen and the living room for use around the home. A pampering and velvety softness lingers, luxurious and downy in the hand.",B8
34
+ P033,"Gentle and soft to the touch, it stays smooth and comfortable throughout. Made to travel, it tucks into a satchel or a handbag for the road. It holds an honest softness throughout, smooth and quietly comfortable.",B4
35
+ P034,"Velvety and pampering, it greets the skin with a plush and downy softness. It works around the home, from the kitchen to the living room each day. It feels velvety and lavish, a pampering and cushiony softness through and through.",B7
36
+ P035,"It brings a smooth and soft comfort that stays gentle and quietly easy. It keeps a waiting room and an office break room supplied through busy weeks. It holds a smooth and plain comfort, soft and quietly gentle in the hand.",B2
37
+ P036,"Gentle and smooth throughout, it feels soft and quietly comfortable. It covers the kitchen and the living room, used each day around the home. It holds a plain and gentle softness, soft and quietly smooth against the hand.",B7
38
+ P037,"Smooth and soft to the touch, it delivers a gentle and comfortable feel. It lives around the home, close by the kitchen and the living room. The character is quietly soft, a plain and easygoing smooth comfort.",B4
39
+ P038,"Silky and satiny, it carries a downy and cloud soft feel throughout. Keep it moving through the kitchen and the living room, used each day. It keeps a lavish and pillowy comfort, velvety and indulgent to the touch.",B3
40
+ P039,"Soft to the touch and gently smooth, it feels comfortable and simple. It stays on a bedside table or nightstand, close beside the quiet couch. A gentle and comfortable softness lingers, soft and unfussy to the last.",B7
41
+ P040,"The surface feels soft and smooth with a gentle and comfortable finish. It is a family supply that stocks the shelf and lasts the season. The softness reads plain and easygoing, soft and quietly gentle to the touch.",B5
dev/complex_covariance_probit_exogenous_seed001/public/stores_public.csv ADDED
@@ -0,0 +1,732 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ store_id,market,chain,household_count
2
+ S0001,M19,Chain118,4070.0
3
+ S0002,M19,Chain132,221.0
4
+ S0003,M19,Chain123,3894.0
5
+ S0004,M02,Chain118,1559.0
6
+ S0005,M19,Chain118,1624.0
7
+ S0006,M24,Chain132,524.0
8
+ S0007,M05,Chain41,446.0
9
+ S0008,M27,Chain75,489.0
10
+ S0009,M27,Chain75,1236.0
11
+ S0010,M19,Chain132,372.0
12
+ S0011,M23,Chain114,2874.0
13
+ S0012,M27,Chain72,528.0
14
+ S0013,M02,Chain134,4108.0
15
+ S0014,M09,Chain75,993.0
16
+ S0015,M02,Chain134,270.0
17
+ S0016,M27,Chain72,203.0
18
+ S0017,M25,Chain75,1661.0
19
+ S0018,M23,Chain27,176.0
20
+ S0019,M09,Chain75,93.0
21
+ S0020,M21,Chain115,344.0
22
+ S0021,M02,Chain134,986.0
23
+ S0022,M09,Chain75,4355.0
24
+ S0023,M15,Chain72,499.0
25
+ S0024,M18,Chain72,141.0
26
+ S0025,M02,Chain134,316.0
27
+ S0026,M19,Chain132,678.0
28
+ S0027,M34,Chain118,4257.0
29
+ S0028,M02,Chain118,373.0
30
+ S0029,M09,Chain72,2649.0
31
+ S0030,M19,Chain132,860.0
32
+ S0031,M18,Chain72,267.0
33
+ S0032,M27,Chain75,426.0
34
+ S0033,M25,Chain72,1686.0
35
+ S0034,M18,Chain75,215.0
36
+ S0035,M34,Chain40,666.0
37
+ S0036,M32,Chain134,395.0
38
+ S0037,M02,Chain134,729.0
39
+ S0038,M38,Chain56,154.0
40
+ S0039,M42,Chain106,99.0
41
+ S0040,M16,Chain83,117.0
42
+ S0041,M02,Chain89,997.0
43
+ S0042,M18,Chain66,218.0
44
+ S0043,M09,Chain75,464.0
45
+ S0044,M02,Chain89,881.0
46
+ S0045,M24,Chain118,1896.0
47
+ S0046,M24,Chain132,5106.0
48
+ S0047,M34,Chain32,721.0
49
+ S0048,M38,Chain67,1609.0
50
+ S0049,M23,Chain30,142.0
51
+ S0050,M27,Chain72,3440.0
52
+ S0051,M23,Chain30,268.0
53
+ S0052,M34,Chain40,149.0
54
+ S0053,M02,Chain106,1020.0
55
+ S0054,M02,Chain65,169.0
56
+ S0055,M02,Chain9,1407.0
57
+ S0056,M34,Chain119,1998.0
58
+ S0057,M44,Chain85,213.0
59
+ S0058,M32,Chain134,5387.0
60
+ S0059,M20,Chain114,179.0
61
+ S0060,M19,Chain122,4815.0
62
+ S0061,M02,Chain134,139.0
63
+ S0062,M12,Chain97,3870.0
64
+ S0063,M27,Chain58,349.0
65
+ S0064,M24,Chain132,433.0
66
+ S0065,M02,Chain104,2856.0
67
+ S0066,M32,Chain36,3824.0
68
+ S0067,M34,Chain36,1061.0
69
+ S0068,M25,Chain75,744.0
70
+ S0069,M23,Chain114,503.0
71
+ S0070,M02,Chain134,178.0
72
+ S0071,M20,Chain105,3267.0
73
+ S0072,M32,Chain120,2494.0
74
+ S0073,M02,Chain114,1811.0
75
+ S0074,M02,Chain134,137.0
76
+ S0075,M46,Chain30,152.0
77
+ S0076,M34,Chain119,346.0
78
+ S0077,M24,Chain85,1516.0
79
+ S0078,M38,Chain72,1967.0
80
+ S0079,M38,Chain72,6765.0
81
+ S0080,M38,Chain56,871.0
82
+ S0081,M12,Chain97,380.0
83
+ S0082,M19,Chain122,2669.0
84
+ S0083,M32,Chain40,3348.0
85
+ S0084,M20,Chain98,760.0
86
+ S0085,M24,Chain76,200.0
87
+ S0086,M42,Chain114,250.0
88
+ S0087,M18,Chain72,563.0
89
+ S0088,M25,Chain75,192.0
90
+ S0089,M27,Chain72,170.0
91
+ S0090,M12,Chain97,897.0
92
+ S0091,M44,Chain114,156.0
93
+ S0092,M41,Chain53,1193.0
94
+ S0093,M42,Chain114,1485.0
95
+ S0094,M23,Chain30,2803.0
96
+ S0095,M21,Chain115,175.0
97
+ S0096,M46,Chain30,988.0
98
+ S0097,M05,Chain45,1677.0
99
+ S0098,M02,Chain106,1497.0
100
+ S0099,M46,Chain85,636.0
101
+ S0100,M25,Chain72,359.0
102
+ S0101,M12,Chain97,3559.0
103
+ S0102,M02,Chain112,217.0
104
+ S0103,M21,Chain97,195.0
105
+ S0104,M23,Chain107,758.0
106
+ S0105,M29,Chain52,608.0
107
+ S0106,M12,Chain97,3113.0
108
+ S0107,M05,Chain44,1813.0
109
+ S0108,M42,Chain134,2735.0
110
+ S0109,M02,Chain10,1066.0
111
+ S0110,M11,Chain43,3168.0
112
+ S0111,M02,Chain114,1037.0
113
+ S0112,M02,Chain8,2811.0
114
+ S0113,M23,Chain50,901.0
115
+ S0114,M19,Chain132,1666.0
116
+ S0115,M19,Chain119,1629.0
117
+ S0116,M02,Chain89,1698.0
118
+ S0117,M32,Chain120,370.0
119
+ S0118,M23,Chain114,779.0
120
+ S0119,M44,Chain114,1946.0
121
+ S0120,M32,Chain134,3160.0
122
+ S0121,M42,Chain114,704.0
123
+ S0122,M07,Chain105,1352.0
124
+ S0123,M23,Chain114,1219.0
125
+ S0124,M02,Chain89,751.0
126
+ S0125,M38,Chain47,932.0
127
+ S0126,M46,Chain50,5562.0
128
+ S0127,M42,Chain10,3529.0
129
+ S0128,M16,Chain124,1573.0
130
+ S0129,M23,Chain114,3881.0
131
+ S0130,M16,Chain84,3039.0
132
+ S0131,M34,Chain36,2555.0
133
+ S0132,M34,Chain40,1217.0
134
+ S0133,M23,Chain106,2326.0
135
+ S0134,M38,Chain31,702.0
136
+ S0135,M02,Chain134,531.0
137
+ S0136,M02,Chain66,3697.0
138
+ S0137,M32,Chain32,360.0
139
+ S0138,M16,Chain94,3935.0
140
+ S0139,M32,Chain10,1686.0
141
+ S0140,M16,Chain94,529.0
142
+ S0141,M02,Chain10,440.0
143
+ S0142,M06,Chain117,1081.0
144
+ S0143,M02,Chain134,2075.0
145
+ S0144,M02,Chain10,2675.0
146
+ S0145,M38,Chain72,3220.0
147
+ S0146,M32,Chain41,173.0
148
+ S0147,M42,Chain114,970.0
149
+ S0148,M32,Chain41,510.0
150
+ S0149,M32,Chain9,2087.0
151
+ S0150,M02,Chain112,3197.0
152
+ S0151,M21,Chain115,232.0
153
+ S0152,M38,Chain56,910.0
154
+ S0153,M02,Chain114,165.0
155
+ S0154,M21,Chain115,1884.0
156
+ S0155,M46,Chain50,376.0
157
+ S0156,M38,Chain56,1634.0
158
+ S0157,M23,Chain30,3748.0
159
+ S0158,M02,Chain9,495.0
160
+ S0159,M02,Chain125,616.0
161
+ S0160,M06,Chain117,215.0
162
+ S0161,M38,Chain31,901.0
163
+ S0162,M20,Chain114,1123.0
164
+ S0163,M07,Chain32,644.0
165
+ S0164,M19,Chain113,2177.0
166
+ S0165,M24,Chain77,149.0
167
+ S0166,M21,Chain97,2198.0
168
+ S0167,M23,Chain107,2243.0
169
+ S0168,M25,Chain54,3350.0
170
+ S0169,M02,Chain134,176.0
171
+ S0170,M38,Chain55,138.0
172
+ S0171,M45,Chain53,2064.0
173
+ S0172,M38,Chain56,1983.0
174
+ S0173,M07,Chain32,515.0
175
+ S0174,M23,Chain82,1892.0
176
+ S0175,M46,Chain30,458.0
177
+ S0176,M42,Chain114,171.0
178
+ S0177,M39,Chain24,1804.0
179
+ S0178,M42,Chain12,274.0
180
+ S0179,M21,Chain97,858.0
181
+ S0180,M14,Chain94,271.0
182
+ S0181,M02,Chain10,669.0
183
+ S0182,M28,Chain52,194.0
184
+ S0183,M02,Chain106,935.0
185
+ S0184,M25,Chain57,210.0
186
+ S0185,M02,Chain65,966.0
187
+ S0186,M12,Chain107,1772.0
188
+ S0187,M44,Chain15,590.0
189
+ S0188,M12,Chain97,1016.0
190
+ S0189,M34,Chain40,1211.0
191
+ S0190,M32,Chain10,410.0
192
+ S0191,M02,Chain10,1068.0
193
+ S0192,M47,Chain88,244.0
194
+ S0193,M24,Chain85,944.0
195
+ S0194,M15,Chain50,251.0
196
+ S0195,M32,Chain89,4697.0
197
+ S0196,M33,Chain100,144.0
198
+ S0197,M21,Chain97,673.0
199
+ S0198,M38,Chain49,203.0
200
+ S0199,M41,Chain53,892.0
201
+ S0200,M05,Chain44,1460.0
202
+ S0201,M34,Chain82,4362.0
203
+ S0202,M32,Chain9,1151.0
204
+ S0203,M27,Chain58,3635.0
205
+ S0204,M11,Chain43,2066.0
206
+ S0205,M14,Chain124,1199.0
207
+ S0206,M46,Chain30,4937.0
208
+ S0207,M09,Chain75,143.0
209
+ S0208,M02,Chain9,1711.0
210
+ S0209,M32,Chain89,1880.0
211
+ S0210,M02,Chain119,987.0
212
+ S0211,M23,Chain107,584.0
213
+ S0212,M42,Chain15,593.0
214
+ S0213,M39,Chain53,180.0
215
+ S0214,M23,Chain26,857.0
216
+ S0215,M16,Chain94,5660.0
217
+ S0216,M02,Chain89,2688.0
218
+ S0217,M23,Chain42,1194.0
219
+ S0218,M08,Chain79,2103.0
220
+ S0219,M30,Chain79,100.0
221
+ S0220,M41,Chain53,3512.0
222
+ S0221,M46,Chain50,2517.0
223
+ S0222,M15,Chain105,198.0
224
+ S0223,M46,Chain50,190.0
225
+ S0224,M16,Chain94,3057.0
226
+ S0225,M23,Chain42,452.0
227
+ S0226,M16,Chain94,6407.0
228
+ S0227,M46,Chain50,179.0
229
+ S0228,M33,Chain37,627.0
230
+ S0229,M20,Chain102,206.0
231
+ S0230,M02,Chain9,497.0
232
+ S0231,M47,Chain98,4049.0
233
+ S0232,M21,Chain106,645.0
234
+ S0233,M34,Chain40,1596.0
235
+ S0234,M42,Chain76,1003.0
236
+ S0235,M02,Chain106,5152.0
237
+ S0236,M42,Chain109,4634.0
238
+ S0237,M02,Chain10,261.0
239
+ S0238,M36,Chain69,336.0
240
+ S0239,M03,Chain24,1529.0
241
+ S0240,M43,NONE,81.0
242
+ S0241,M02,Chain89,143.0
243
+ S0242,M06,Chain117,205.0
244
+ S0243,M16,Chain94,777.0
245
+ S0244,M03,Chain18,231.0
246
+ S0245,M42,Chain15,543.0
247
+ S0246,M24,Chain85,1886.0
248
+ S0247,M46,Chain82,142.0
249
+ S0248,M30,Chain79,456.0
250
+ S0249,M02,Chain10,2024.0
251
+ S0250,M02,Chain114,911.0
252
+ S0251,M27,Chain55,3928.0
253
+ S0252,M02,Chain89,730.0
254
+ S0253,M21,Chain106,1509.0
255
+ S0254,M30,Chain79,4167.0
256
+ S0255,M41,Chain53,975.0
257
+ S0256,M07,Chain103,389.0
258
+ S0257,M05,Chain37,1566.0
259
+ S0258,M43,NONE,3028.0
260
+ S0259,M42,Chain109,2182.0
261
+ S0260,M42,Chain107,1753.0
262
+ S0261,M23,Chain114,1390.0
263
+ S0262,M34,Chain133,2683.0
264
+ S0263,M08,Chain74,596.0
265
+ S0264,M17,Chain62,2364.0
266
+ S0265,M05,Chain38,181.0
267
+ S0266,M32,Chain9,209.0
268
+ S0267,M23,Chain42,2227.0
269
+ S0268,M02,Chain9,156.0
270
+ S0269,M03,Chain64,666.0
271
+ S0270,M08,Chain79,598.0
272
+ S0271,M27,Chain58,571.0
273
+ S0272,M08,Chain74,487.0
274
+ S0273,M05,Chain101,2568.0
275
+ S0274,M42,Chain15,437.0
276
+ S0275,M30,Chain71,194.0
277
+ S0276,M38,Chain31,866.0
278
+ S0277,M23,Chain105,155.0
279
+ S0278,M46,Chain50,230.0
280
+ S0279,M24,Chain82,409.0
281
+ S0280,M06,Chain72,180.0
282
+ S0281,M20,Chain114,3859.0
283
+ S0282,M04,Chain60,719.0
284
+ S0283,M46,Chain102,2133.0
285
+ S0284,M33,Chain37,1451.0
286
+ S0285,M40,Chain36,157.0
287
+ S0286,M23,Chain107,813.0
288
+ S0287,M38,Chain56,1481.0
289
+ S0288,M47,Chain98,200.0
290
+ S0289,M46,Chain107,799.0
291
+ S0290,M16,Chain117,1924.0
292
+ S0291,M21,Chain115,239.0
293
+ S0292,M02,Chain104,490.0
294
+ S0293,M23,Chain107,2459.0
295
+ S0294,M04,Chain63,3613.0
296
+ S0295,M12,Chain108,146.0
297
+ S0296,M07,Chain25,1563.0
298
+ S0297,M24,Chain87,334.0
299
+ S0298,M42,Chain12,139.0
300
+ S0299,M42,Chain102,1098.0
301
+ S0300,M16,Chain5,840.0
302
+ S0301,M34,Chain36,222.0
303
+ S0302,M34,Chain132,125.0
304
+ S0303,M32,Chain10,1268.0
305
+ S0304,M47,Chain98,2632.0
306
+ S0305,M05,Chain44,560.0
307
+ S0306,M07,Chain103,4093.0
308
+ S0307,M04,Chain55,730.0
309
+ S0308,M45,Chain53,268.0
310
+ S0309,M30,Chain69,665.0
311
+ S0310,M38,Chain56,565.0
312
+ S0311,M02,Chain112,141.0
313
+ S0312,M46,Chain50,2084.0
314
+ S0313,M32,Chain7,486.0
315
+ S0314,M20,Chain114,2209.0
316
+ S0315,M07,Chain105,185.0
317
+ S0316,M26,Chain79,3207.0
318
+ S0317,M32,Chain33,877.0
319
+ S0318,M45,Chain11,163.0
320
+ S0319,M23,Chain105,1839.0
321
+ S0320,M46,Chain107,518.0
322
+ S0321,M33,Chain13,700.0
323
+ S0322,M11,Chain43,1632.0
324
+ S0323,M09,Chain112,795.0
325
+ S0324,M38,Chain47,1762.0
326
+ S0325,M32,Chain33,5371.0
327
+ S0326,M36,Chain81,1134.0
328
+ S0327,M13,Chain110,5460.0
329
+ S0328,M20,Chain107,650.0
330
+ S0329,M06,Chain98,111.0
331
+ S0330,M37,Chain91,530.0
332
+ S0331,M42,Chain112,1716.0
333
+ S0332,M16,Chain91,244.0
334
+ S0333,M02,Chain114,1902.0
335
+ S0334,M19,Chain132,376.0
336
+ S0335,M02,Chain32,125.0
337
+ S0336,M34,Chain33,1642.0
338
+ S0337,M12,Chain97,655.0
339
+ S0338,M23,Chain12,208.0
340
+ S0339,M07,Chain32,660.0
341
+ S0340,M42,Chain13,766.0
342
+ S0341,M05,Chain101,562.0
343
+ S0342,M44,Chain85,674.0
344
+ S0343,M39,Chain27,1699.0
345
+ S0344,M16,Chain124,559.0
346
+ S0345,M23,Chain107,177.0
347
+ S0346,M46,Chain85,1961.0
348
+ S0347,M01,Chain58,153.0
349
+ S0348,M43,NONE,746.0
350
+ S0349,M16,Chain124,712.0
351
+ S0350,M25,Chain57,597.0
352
+ S0351,M19,Chain118,3046.0
353
+ S0352,M46,Chain45,921.0
354
+ S0353,M27,Chain55,170.0
355
+ S0354,M04,Chain45,1097.0
356
+ S0355,M46,Chain98,1562.0
357
+ S0356,M11,Chain43,2233.0
358
+ S0357,M02,Chain10,3084.0
359
+ S0358,M46,Chain42,152.0
360
+ S0359,M18,Chain78,164.0
361
+ S0360,M06,Chain117,2067.0
362
+ S0361,M45,Chain84,955.0
363
+ S0362,M16,Chain94,490.0
364
+ S0363,M16,Chain124,948.0
365
+ S0364,M40,Chain123,487.0
366
+ S0365,M32,Chain134,251.0
367
+ S0366,M28,Chain44,3035.0
368
+ S0367,M32,Chain34,1792.0
369
+ S0368,M19,Chain122,2543.0
370
+ S0369,M20,Chain114,1410.0
371
+ S0370,M01,Chain61,634.0
372
+ S0371,M43,NONE,133.0
373
+ S0372,M45,Chain29,3088.0
374
+ S0373,M16,Chain124,411.0
375
+ S0374,M18,Chain56,948.0
376
+ S0375,M37,Chain91,685.0
377
+ S0376,M32,Chain9,2512.0
378
+ S0377,M31,Chain105,821.0
379
+ S0378,M02,Chain86,589.0
380
+ S0379,M16,Chain124,344.0
381
+ S0380,M12,Chain115,1297.0
382
+ S0381,M48,Chain52,1501.0
383
+ S0382,M39,Chain53,2343.0
384
+ S0383,M39,Chain53,513.0
385
+ S0384,M02,Chain65,156.0
386
+ S0385,M02,Chain65,593.0
387
+ S0386,M07,Chain105,503.0
388
+ S0387,M29,Chain45,2830.0
389
+ S0388,M06,Chain117,1225.0
390
+ S0389,M32,Chain34,461.0
391
+ S0390,M25,Chain57,442.0
392
+ S0391,M07,Chain103,2491.0
393
+ S0392,M23,Chain112,114.0
394
+ S0393,M04,Chain41,810.0
395
+ S0394,M45,Chain53,1487.0
396
+ S0395,M32,Chain44,204.0
397
+ S0396,M31,Chain110,1533.0
398
+ S0397,M31,Chain4,2498.0
399
+ S0398,M02,Chain104,3377.0
400
+ S0399,M28,Chain43,489.0
401
+ S0400,M33,Chain90,128.0
402
+ S0401,M42,Chain134,180.0
403
+ S0402,M42,Chain98,174.0
404
+ S0403,M13,Chain110,242.0
405
+ S0404,M11,Chain38,176.0
406
+ S0405,M08,Chain92,141.0
407
+ S0406,M41,Chain53,550.0
408
+ S0407,M15,Chain45,236.0
409
+ S0408,M02,Chain10,1168.0
410
+ S0409,M20,Chain107,3824.0
411
+ S0410,M33,Chain37,4183.0
412
+ S0411,M02,Chain57,3112.0
413
+ S0412,M40,Chain123,645.0
414
+ S0413,M42,Chain97,184.0
415
+ S0414,M18,Chain56,1168.0
416
+ S0415,M05,Chain44,1178.0
417
+ S0416,M38,Chain56,3583.0
418
+ S0417,M04,Chain60,826.0
419
+ S0418,M02,Chain89,842.0
420
+ S0419,M48,Chain60,1080.0
421
+ S0420,M32,Chain89,516.0
422
+ S0421,M46,Chain107,2717.0
423
+ S0422,M32,Chain41,607.0
424
+ S0423,M16,Chain115,609.0
425
+ S0424,M12,Chain42,1187.0
426
+ S0425,M15,Chain59,142.0
427
+ S0426,M36,Chain90,1731.0
428
+ S0427,M32,Chain9,722.0
429
+ S0428,M05,Chain37,1399.0
430
+ S0429,M32,Chain7,719.0
431
+ S0430,M34,Chain132,1023.0
432
+ S0431,M06,Chain117,568.0
433
+ S0432,M05,Chain133,1118.0
434
+ S0433,M23,Chain107,5033.0
435
+ S0434,M07,Chain95,555.0
436
+ S0435,M16,Chain3,467.0
437
+ S0436,M02,Chain10,201.0
438
+ S0437,M14,Chain124,513.0
439
+ S0438,M36,Chain69,120.0
440
+ S0439,M04,Chain63,964.0
441
+ S0440,M03,Chain61,1647.0
442
+ S0441,M34,Chain132,1621.0
443
+ S0442,M05,Chain9,3940.0
444
+ S0443,M05,Chain101,566.0
445
+ S0444,M05,Chain8,198.0
446
+ S0445,M02,Chain8,2168.0
447
+ S0446,M38,Chain56,156.0
448
+ S0447,M18,Chain59,620.0
449
+ S0448,M07,Chain105,395.0
450
+ S0449,M08,Chain74,1527.0
451
+ S0450,M04,Chain63,865.0
452
+ S0451,M12,Chain108,2713.0
453
+ S0452,M09,Chain112,1507.0
454
+ S0453,M18,Chain56,591.0
455
+ S0454,M33,Chain100,177.0
456
+ S0455,M36,Chain90,913.0
457
+ S0456,M32,Chain33,2897.0
458
+ S0457,M23,Chain112,137.0
459
+ S0458,M04,Chain95,153.0
460
+ S0459,M42,Chain102,277.0
461
+ S0460,M20,Chain102,1287.0
462
+ S0461,M46,Chain30,3706.0
463
+ S0462,M02,Chain7,3735.0
464
+ S0463,M20,Chain102,143.0
465
+ S0464,M14,Chain124,1966.0
466
+ S0465,M33,Chain37,470.0
467
+ S0466,M34,Chain119,266.0
468
+ S0467,M29,Chain52,517.0
469
+ S0468,M14,Chain85,3708.0
470
+ S0469,M02,Chain89,194.0
471
+ S0470,M05,Chain44,764.0
472
+ S0471,M30,Chain115,189.0
473
+ S0472,M16,Chain113,1465.0
474
+ S0473,M31,Chain110,1733.0
475
+ S0474,M29,Chain52,146.0
476
+ S0475,M14,Chain94,435.0
477
+ S0476,M42,Chain10,804.0
478
+ S0477,M02,Chain8,3393.0
479
+ S0478,M33,Chain11,1135.0
480
+ S0479,M23,Chain98,318.0
481
+ S0480,M23,Chain99,420.0
482
+ S0481,M45,Chain53,1302.0
483
+ S0482,M34,Chain133,147.0
484
+ S0483,M14,Chain124,358.0
485
+ S0484,M27,Chain58,1744.0
486
+ S0485,M02,Chain10,1829.0
487
+ S0486,M41,Chain10,1623.0
488
+ S0487,M28,Chain62,238.0
489
+ S0488,M41,Chain10,474.0
490
+ S0489,M46,Chain42,2032.0
491
+ S0490,M17,Chain59,442.0
492
+ S0491,M18,Chain51,1236.0
493
+ S0492,M05,Chain44,513.0
494
+ S0493,M46,Chain107,824.0
495
+ S0494,M04,Chain55,810.0
496
+ S0495,M38,Chain53,3309.0
497
+ S0496,M32,Chain10,841.0
498
+ S0497,M02,Chain8,3930.0
499
+ S0498,M04,Chain60,875.0
500
+ S0499,M07,Chain29,503.0
501
+ S0500,M05,Chain44,2014.0
502
+ S0501,M04,Chain63,4379.0
503
+ S0502,M03,Chain56,195.0
504
+ S0503,M06,Chain117,1121.0
505
+ S0504,M32,Chain134,128.0
506
+ S0505,M27,Chain55,1930.0
507
+ S0506,M34,Chain133,719.0
508
+ S0507,M30,Chain69,3993.0
509
+ S0508,M32,Chain89,2183.0
510
+ S0509,M32,Chain9,137.0
511
+ S0510,M11,Chain43,480.0
512
+ S0511,M41,Chain13,2597.0
513
+ S0512,M47,Chain112,460.0
514
+ S0513,M10,Chain90,884.0
515
+ S0514,M46,Chain99,623.0
516
+ S0515,M42,Chain106,242.0
517
+ S0516,M05,Chain95,141.0
518
+ S0517,M38,Chain56,330.0
519
+ S0518,M45,Chain11,2883.0
520
+ S0519,M05,Chain44,448.0
521
+ S0520,M36,Chain66,85.0
522
+ S0521,M02,Chain7,910.0
523
+ S0522,M24,Chain127,460.0
524
+ S0523,M46,Chain102,140.0
525
+ S0524,M02,Chain125,169.0
526
+ S0525,M33,Chain37,521.0
527
+ S0526,M17,Chain62,200.0
528
+ S0527,M15,Chain48,2234.0
529
+ S0528,M16,Chain25,785.0
530
+ S0529,M08,Chain79,3121.0
531
+ S0530,M47,Chain98,147.0
532
+ S0531,M28,Chain52,746.0
533
+ S0532,M05,Chain38,574.0
534
+ S0533,M34,Chain133,1586.0
535
+ S0534,M33,Chain37,2016.0
536
+ S0535,M40,Chain57,205.0
537
+ S0536,M32,Chain89,2271.0
538
+ S0537,M36,Chain69,3824.0
539
+ S0538,M39,Chain53,2081.0
540
+ S0539,M09,Chain112,3447.0
541
+ S0540,M42,Chain8,190.0
542
+ S0541,M45,Chain11,1290.0
543
+ S0542,M45,Chain53,191.0
544
+ S0543,M45,Chain53,474.0
545
+ S0544,M16,Chain94,1574.0
546
+ S0545,M02,Chain79,650.0
547
+ S0546,M17,Chain62,2510.0
548
+ S0547,M42,Chain15,239.0
549
+ S0548,M24,Chain122,1495.0
550
+ S0549,M16,Chain3,251.0
551
+ S0550,M43,Chain115,1357.0
552
+ S0551,M02,Chain89,460.0
553
+ S0552,M45,Chain11,166.0
554
+ S0553,M02,Chain65,190.0
555
+ S0554,M37,Chain108,2412.0
556
+ S0555,M07,Chain105,815.0
557
+ S0556,M05,Chain101,1420.0
558
+ S0557,M18,Chain78,2103.0
559
+ S0558,M05,Chain8,2421.0
560
+ S0559,M02,Chain8,945.0
561
+ S0560,M16,Chain94,860.0
562
+ S0561,M25,Chain106,481.0
563
+ S0562,M14,Chain124,1591.0
564
+ S0563,M33,Chain100,3136.0
565
+ S0564,M33,Chain4,150.0
566
+ S0565,M32,Chain9,362.0
567
+ S0566,M02,Chain134,927.0
568
+ S0567,M16,Chain124,1621.0
569
+ S0568,M02,Chain66,877.0
570
+ S0569,M29,Chain52,181.0
571
+ S0570,M08,Chain119,1382.0
572
+ S0571,M40,Chain29,871.0
573
+ S0572,M16,Chain113,130.0
574
+ S0573,M05,Chain101,908.0
575
+ S0574,M32,Chain34,206.0
576
+ S0575,M16,Chain94,414.0
577
+ S0576,M11,Chain43,3878.0
578
+ S0577,M14,Chain94,135.0
579
+ S0578,M41,Chain53,218.0
580
+ S0579,M30,Chain69,1305.0
581
+ S0580,M42,Chain104,716.0
582
+ S0581,M38,Chain31,474.0
583
+ S0582,M06,Chain72,1925.0
584
+ S0583,M32,Chain9,2281.0
585
+ S0584,M15,Chain47,2042.0
586
+ S0585,M23,Chain104,200.0
587
+ S0586,M27,Chain58,411.0
588
+ S0587,M05,Chain8,3591.0
589
+ S0588,M23,Chain98,578.0
590
+ S0589,M08,Chain92,2167.0
591
+ S0590,M23,Chain42,1635.0
592
+ S0591,M38,Chain55,1057.0
593
+ S0592,M30,Chain79,2368.0
594
+ S0593,M08,Chain119,250.0
595
+ S0594,M08,Chain119,2271.0
596
+ S0595,M06,Chain136,520.0
597
+ S0596,M05,Chain44,184.0
598
+ S0597,M26,Chain119,2310.0
599
+ S0598,M05,Chain101,2048.0
600
+ S0599,M07,Chain95,144.0
601
+ S0600,M30,Chain79,3611.0
602
+ S0601,M33,Chain11,1732.0
603
+ S0602,M23,Chain30,1449.0
604
+ S0603,M33,Chain100,1860.0
605
+ S0604,M13,Chain110,409.0
606
+ S0605,M22,Chain58,132.0
607
+ S0606,M06,Chain117,374.0
608
+ S0607,M46,Chain50,1227.0
609
+ S0608,M31,Chain4,623.0
610
+ S0609,M47,Chain98,2005.0
611
+ S0610,M38,Chain24,1850.0
612
+ S0611,M46,Chain50,3486.0
613
+ S0612,M05,Chain101,142.0
614
+ S0613,M34,Chain10,166.0
615
+ S0614,M03,Chain92,251.0
616
+ S0615,M28,Chain52,1739.0
617
+ S0616,M04,Chain95,851.0
618
+ S0617,M38,Chain31,203.0
619
+ S0618,M17,Chain62,1800.0
620
+ S0619,M04,Chain60,2519.0
621
+ S0620,M05,Chain101,1291.0
622
+ S0621,M33,Chain37,827.0
623
+ S0622,M37,Chain108,394.0
624
+ S0623,M30,Chain2,518.0
625
+ S0624,M10,Chain61,137.0
626
+ S0625,M33,Chain97,2764.0
627
+ S0626,M25,Chain48,4128.0
628
+ S0627,M36,Chain69,1478.0
629
+ S0628,M06,Chain98,5289.0
630
+ S0629,M23,Chain107,579.0
631
+ S0630,M16,Chain124,108.0
632
+ S0631,M38,Chain131,505.0
633
+ S0632,M30,Chain79,2982.0
634
+ S0633,M02,Chain8,533.0
635
+ S0634,M03,Chain56,1454.0
636
+ S0635,M21,Chain97,2560.0
637
+ S0636,M16,Chain94,132.0
638
+ S0637,M28,Chain52,199.0
639
+ S0638,M19,Chain122,1679.0
640
+ S0639,M04,Chain44,848.0
641
+ S0640,M24,Chain79,312.0
642
+ S0641,M16,Chain5,3874.0
643
+ S0642,M07,Chain94,180.0
644
+ S0643,M23,Chain112,146.0
645
+ S0644,M03,Chain24,990.0
646
+ S0645,M31,Chain2,3065.0
647
+ S0646,M03,Chain64,3749.0
648
+ S0647,M01,Chain61,225.0
649
+ S0648,M33,Chain37,1338.0
650
+ S0649,M32,Chain33,584.0
651
+ S0650,M41,Chain13,895.0
652
+ S0651,M23,Chain98,844.0
653
+ S0652,M27,Chain10,1010.0
654
+ S0653,M16,Chain124,206.0
655
+ S0654,M14,Chain123,168.0
656
+ S0655,M34,Chain8,2189.0
657
+ S0656,M33,Chain100,199.0
658
+ S0657,M02,Chain8,163.0
659
+ S0658,M47,Chain108,1721.0
660
+ S0659,M32,Chain34,217.0
661
+ S0660,M02,Chain8,1829.0
662
+ S0661,M34,Chain133,1417.0
663
+ S0662,M02,Chain89,2372.0
664
+ S0663,M37,Chain115,181.0
665
+ S0664,M02,Chain136,690.0
666
+ S0665,M47,Chain98,709.0
667
+ S0666,M23,Chain42,1566.0
668
+ S0667,M38,Chain84,2948.0
669
+ S0668,M06,Chain95,595.0
670
+ S0669,M05,Chain44,752.0
671
+ S0670,M33,Chain37,1562.0
672
+ S0671,M16,Chain83,114.0
673
+ S0672,M39,Chain53,1044.0
674
+ S0673,M02,Chain10,197.0
675
+ S0674,M27,Chain58,1240.0
676
+ S0675,M41,Chain10,4116.0
677
+ S0676,M31,Chain100,477.0
678
+ S0677,M40,Chain32,2137.0
679
+ S0678,M46,Chain75,519.0
680
+ S0679,M14,Chain3,146.0
681
+ S0680,M45,Chain84,653.0
682
+ S0681,M08,Chain119,168.0
683
+ S0682,M47,Chain7,699.0
684
+ S0683,M15,Chain59,577.0
685
+ S0684,M17,Chain70,316.0
686
+ S0685,M09,Chain112,226.0
687
+ S0686,M15,Chain59,486.0
688
+ S0687,M02,Chain105,848.0
689
+ S0688,M03,Chain24,1463.0
690
+ S0689,M28,Chain62,552.0
691
+ S0690,M16,Chain124,556.0
692
+ S0691,M06,Chain117,2327.0
693
+ S0692,M16,Chain3,3342.0
694
+ S0693,M19,Chain122,963.0
695
+ S0694,M02,Chain89,538.0
696
+ S0695,M29,Chain52,1160.0
697
+ S0696,M10,Chain79,4158.0
698
+ S0697,M35,Chain8,569.0
699
+ S0698,M32,Chain9,163.0
700
+ S0699,M03,Chain24,1872.0
701
+ S0700,M28,Chain35,179.0
702
+ S0701,M04,Chain34,492.0
703
+ S0702,M23,Chain107,101.0
704
+ S0703,M18,Chain78,922.0
705
+ S0704,M17,Chain55,4108.0
706
+ S0705,M28,Chain65,207.0
707
+ S0706,M10,Chain79,1584.0
708
+ S0707,M16,Chain120,230.0
709
+ S0708,M19,Chain122,503.0
710
+ S0709,M08,Chain117,1183.0
711
+ S0710,M09,Chain112,1954.0
712
+ S0711,M16,Chain113,1455.0
713
+ S0712,M36,Chain79,636.0
714
+ S0713,M07,Chain95,2771.0
715
+ S0714,M05,Chain44,539.0
716
+ S0715,M02,Chain9,951.0
717
+ S0716,M02,Chain10,1226.0
718
+ S0717,M39,Chain53,1434.0
719
+ S0718,M05,Chain44,1407.0
720
+ S0719,M34,Chain28,169.0
721
+ S0720,M03,Chain61,2022.0
722
+ S0721,M36,Chain69,189.0
723
+ S0722,M36,Chain87,365.0
724
+ S0723,M29,Chain43,454.0
725
+ S0724,M32,Chain10,1895.0
726
+ S0725,M32,Chain8,188.0
727
+ S0726,M46,Chain107,2677.0
728
+ S0727,M01,Chain70,1913.0
729
+ S0728,M34,Chain133,250.0
730
+ S0729,M05,Chain101,590.0
731
+ S0730,M08,Chain82,2062.0
732
+ S0731,M30,Chain120,412.0
dev/complex_covariance_probit_exogenous_seed001/public/transactions_holdout_context_public.csv ADDED
The diff for this file is too large to render. See raw diff
 
dev/complex_covariance_probit_exogenous_seed001/public/transactions_train_public.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43f54b0b841ea9cdf6262ca3e437f9f9bd753b5d25ef18fcc1f06103a39223de
3
+ size 50595013
dev/complex_covariance_probit_exogenous_seed001/release/DATASHEET.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Datasheet
2
+
3
+ ## Motivation
4
+
5
+ This benchmark studies counterfactual price-policy demand prediction when observed prices and promotions are endogenous.
6
+
7
+ ## Composition
8
+
9
+ - Category: facial tissue.
10
+ - Transaction unit: aggregate SKU-store-week, released as positive-sales (units>0) rows only (raw-scanner style). Stores carry a permanent SUBSET of the 40-SKU catalog; public carriage := >=1 positive train-window row for a (product, store) pair. The per-(product,store) stocking matrix is a HIDDEN artifact (hidden/stocking_matrix_hidden.csv), never a public matrix — absence of rows is the only public carriage signal.
11
+ - Product metadata: structured attributes, family-level product text, and image specs/paths for complex cells; compact structured attributes only for simple cells.
12
+ - Public store information: anonymized store IDs only.
13
+ - Public instrument-like variable: supply-cost proxy in the transaction/context rows.
14
+ - Demand framing: log-log cells are conditional category demand. covariance-probit cells use a two-stage structural model (incidence + J-only conditional choice; no outside option).
15
+
16
+ ## Hidden Data
17
+
18
+ Hidden files contain true DGP parameters, latent shocks, hidden product distance and cross-price matrices, hidden store covariates, the permanent per-(product,store) stocking matrix, IRI calibration quantities, and counterfactual truth.
19
+
20
+ ## Calibration Snapshot
21
+
22
+ - Zero-sales rate (legacy balanced-grid reference — NOT the released public file, which is positive-rows-only; released realism is characterized by per-store carriage + within-active intermittency): IRI 0.889, synthetic 0.723.
23
+ - Promo rate: IRI 0.268, synthetic 0.264.
24
+ - Median unit price: IRI 1.500, synthetic 1.690.
dev/complex_covariance_probit_exogenous_seed001/release/MANIFEST.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generated_at": "2026-07-18T05:46:42.840426+00:00",
3
+ "benchmark": "CARD (Causal Recovery of Demand)",
4
+ "active_cell": {
5
+ "model_family": "covariance_probit",
6
+ "endogeneity": "off",
7
+ "market_complexity": "complex",
8
+ "seed": 1
9
+ },
10
+ "role": "dev (scoring truth included)",
11
+ "files": [
12
+ {
13
+ "path": "hidden/counterfactual_sweep_truth_hidden.csv",
14
+ "size_bytes": 528520536,
15
+ "sha256": "61b1fe6f341c4bfea198d35eb6cd76b4661d7883ead67c35944b3eef119f1f22"
16
+ },
17
+ {
18
+ "path": "hidden/elasticity_truth_hidden.csv",
19
+ "size_bytes": 85283,
20
+ "sha256": "fc507de8f8f5c11ee081a6d97b41fc98c571b50a6636cab299d1a6818a46fad1"
21
+ },
22
+ {
23
+ "path": "hidden/transactions_full_hidden.csv",
24
+ "size_bytes": 142751068,
25
+ "sha256": "14bcd7208e29e019bec7eda7f741127db9a7021ab7df333e830062ca79e4183a"
26
+ },
27
+ {
28
+ "path": "public/counterfactual_sweep_context_public.csv",
29
+ "size_bytes": 253633897,
30
+ "sha256": "cf6186746698941a3607ae6d4d2dbedc5aa86a1e66eea31bfb98336a802eb3a2"
31
+ },
32
+ {
33
+ "path": "public/products_public.csv",
34
+ "size_bytes": 9096,
35
+ "sha256": "95fecebbe255d977e362bde7be24d934857fccd2f7375a1390c7a5aa83a5e8b2"
36
+ },
37
+ {
38
+ "path": "public/stores_public.csv",
39
+ "size_bytes": 18063,
40
+ "sha256": "fed9d6fd0f0002acae2e177bfbf793b9edf94680bc3a83d9a7bd527b3cd232a7"
41
+ },
42
+ {
43
+ "path": "public/transactions_holdout_context_public.csv",
44
+ "size_bytes": 8969067,
45
+ "sha256": "b857bab8537a8bf887a6e7a6bd1ae271e4edfdf1f62826e042432460db1fd095"
46
+ },
47
+ {
48
+ "path": "public/transactions_train_public.csv",
49
+ "size_bytes": 50595013,
50
+ "sha256": "43f54b0b841ea9cdf6262ca3e437f9f9bd753b5d25ef18fcc1f06103a39223de"
51
+ },
52
+ {
53
+ "path": "release/DATASHEET.md",
54
+ "size_bytes": 1703,
55
+ "sha256": "200c96cc7fef5841746a2bc6c1117078f8579fed759cc2d9802412fcffeee4e1"
56
+ },
57
+ {
58
+ "path": "release/release_notes.md",
59
+ "size_bytes": 2146,
60
+ "sha256": "6e6f88df78740973190515ed5ee86702ebace9e65166311aada0091bbbe3d51f"
61
+ },
62
+ {
63
+ "path": "release/scoring_params.json",
64
+ "size_bytes": 289,
65
+ "sha256": "8afe14f1a5f58ad07f6362e12b121c4c092fc7e95f75add9d0b2b349964d2187"
66
+ }
67
+ ]
68
+ }
dev/complex_covariance_probit_exogenous_seed001/release/release_notes.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Causal Demand Benchmark First Pipeline Run
2
+
3
+ This release folder contains the public-facing files for one benchmark cell:
4
+ complex market, covariance_probit DGP, endogeneity off, seed 001.
5
+
6
+ ## Files
7
+
8
+ - `public/products_public.csv`: public SKU metadata, family-level text, structured attributes, and image specs.
9
+ - `public/transactions_train_public.csv`: positive-sales (units>0) SKU-store-week transaction rows with anonymized store IDs and public supply-cost proxy. Stores carry a permanent subset of the 40-SKU catalog; carriage is inferable from row presence (>=1 positive train-window row) but is NOT released as an explicit matrix.
10
+ - `public/counterfactual_context_public.csv`: price-policy intervention context.
11
+
12
+ Hidden DGP parameters, store covariates, calibration quantities, and counterfactual truth are intentionally outside this public release folder.
13
+
14
+ covariance_probit cells use a two-stage structural model: (1) a purchase-incidence model sets the total category demand per (store, week) via `market_size_st = M_0 * Total_Households[s] * seasonality_t * exp(rho*CV_st) * exp(lambda*G_mt + eps)`, where CV_st = log sum_j exp(Vbar_jst) is the category value (inclusive value of the same brand-choice utilities; Bucklin & Gupta 1992), calibrated against total IRI units; (2) conditional choice is J-only over the J inside products (no outside option). The exogenous inputs `public/households_public.csv` and `public/seasonality_index_public.csv` are released; the realized market-size proxy is retired (option A) so the hidden price response cannot be divided out.
15
+ Complex cells include rendered package-style PNG images under `public/images/`.
16
+
17
+ ## Selection
18
+
19
+ - SKU count: 40
20
+ - SKU cumulative IRI revenue share: 0.8017
21
+ - Synthetic stores: 731
22
+ - Synthetic weeks: 156
23
+
24
+
25
+ ## CARD packaging (v0.1)
26
+
27
+ - Two legacy counterfactual context files (DGP-construction fixtures the scorer ignores) are not included in this release.
28
+ - `stores_public.market` and `products_public.brand_code` are pseudonymized (consistent across cells and future seeds).
29
+ - `release/scoring_params.json` carries the scoring config (family, eval-window length, version).
dev/complex_covariance_probit_exogenous_seed001/release/scoring_params.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "benchmark_version": "9f30910+djk.a5ec4c8a",
3
+ "benchmark_family": {
4
+ "active_cell": {
5
+ "model_family": "covariance_probit",
6
+ "endogeneity": "off",
7
+ "market_complexity": "complex",
8
+ "seed": 1
9
+ }
10
+ },
11
+ "simulation": {
12
+ "counterfactual_eval_weeks": 16
13
+ }
14
+ }
dev/complex_log_log_endogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5696740c50c6ee6ffdf76ac785b88d14715fc9d9b6cbbb1a851c5b877c29f8f2
3
+ size 649175969
dev/complex_log_log_endogenous_seed001/hidden/transactions_full_hidden.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c00cdeba525266ef29d0dc6b5bd5581c2193ffb4e70b7bfe819b7160523408b4
3
+ size 146670044
dev/complex_log_log_endogenous_seed001/public/counterfactual_sweep_context_public.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b5570cf91574592c7de88cb92fec14c6a76c9b66512eac6148948540b2d284f
3
+ size 296195868
dev/complex_log_log_endogenous_seed001/public/products_public.csv ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ product_id,product_text,brand_code
2
+ P001,"A gentle softness runs through it, soft and smooth and understated. It settles into the kitchen and the living room, used each day at home. A soft and understated feel lingers, gentle and simply smooth throughout.",B8
3
+ P002,"It offers a silky feel that stays plush and gently pillowy throughout. Keep it in a backpack or a satchel and reach for it anywhere. The softness is luxurious and satiny, pillowy and indulgent against the skin.",B7
4
+ P003,"A pillowy and downy softness runs through it, cushiony and sumptuous. Tuck it into a satchel or the vehicle and carry a little along. A lavish and satiny feel carries through, richly cushiony and downy to the touch.",B8
5
+ P004,"The feel stays gentle and soft, smooth and comfortable to the touch. It joins the daily rotation around the home, kitchen to the living room. It keeps a smooth and gentle softness, plain and comfortable to the touch.",B8
6
+ P005,"It gives a soft and gentle touch that is smooth and comfortably even. It suits a nightstand or bathroom counter, tucked beside the couch nearby. The softness is gentle and easygoing, soft and plainly comfortable to hold.",B6
7
+ P006,"A soft and gentle comfort meets the hand, smooth and quietly familiar. Place it on a bathroom counter or a nightstand beside the couch nearby. It holds a gentle and honest softness, smooth and comfortable in the hand.",B8
8
+ P007,"It feels plush and silky, luxurious from the very first touch. Slip it into a handbag or a backpack and keep some within reach. The touch stays pampering and indulgent, a cloud soft and velvety comfort.",B8
9
+ P008,"It feels soft and smooth and gentle, a comfortable and easy touch. It slips into a handbag or the vehicle door and keeps a piece close. The feel remains simple and soft, a smooth and unfussy gentle softness.",B4
10
+ P009,"A soft and gentle finish defines it, smooth and quietly comfortable throughout. Keep it in the vehicle or a satchel and reach for it anywhere you go. It keeps a quietly gentle softness, soft and simply comfortable in the hand.",B6
11
+ P010,"The tissue feels soft and gentle with a smooth and understated softness. It moves through the kitchen and the living room, used each day at home. The comfort stays understated and soft, gentle and smoothly plain to the touch.",B1
12
+ P011,"It feels honestly soft and smooth with a gentle and easy comfort. Place it around the home so the kitchen and living room stay ready. It carries a gentle and comfortable softness, smooth and honestly understated.",B2
13
+ P012,"The tissue stays soft and comfortable, gentle and smooth and plain. A busy family supply, it stocks the shelf and cuts down on refills. The feel is soft and unfussy, a plain and easygoing smooth softness.",B6
14
+ P013,"A gentle and comfortable softness runs throughout, soft and evenly smooth. It rests on a nightstand or the bedside, ready by the couch each night. The feel stays plain and soft, a gentle and unfussy smooth softness.",B8
15
+ P014,"A comfortable and soft finish carries through, gentle and quietly even. It is a busy family supply, stocking the shelf to last the season. The softness is easygoing and honest, soft and quietly smooth to the touch.",B8
16
+ P015,"The feel is soft and gentle, smooth and comfortable to the hand. It keeps an office break room and a classroom supplied through the week. The softness stays understated and honest, gentle and smooth to the last.",B8
17
+ P016,"Silky and cushiony to the hand, it feels sumptuously soft throughout. It rests neatly on a nightstand or a bathroom counter by the bedside. It carries an indulgent softness, velvety and pampering against the skin every time.",B8
18
+ P017,"A downy and cushiony surface meets the hand, sumptuously soft and silky. It slips into a handbag or a desk drawer and rides along easily. It stays cushiony and satiny, an indulgent softness that feels richly plush.",B8
19
+ P018,"It is plush and pillowy, greeting the skin with a luxurious feel. Set it beside the couch or on the bedside table within easy reach. The feel is sumptuous and cloud soft, a lavish and satiny softness throughout.",B8
20
+ P019,"A gentle softness and a smooth surface combine into a comfortable feel. Stock the shelf for a busy family and lean on it with fewer refills. It carries a simple and gentle comfort, soft and smoothly understated.",B8
21
+ P020,"Soft and smooth to the hand, it stays gentle and easygoing to hold. Leave it on a bathroom counter or the bedside so the couch stays near. The feel stays simple and soft, a gentle and easygoing smooth comfort.",B7
22
+ P021,"A soft and gentle touch meets the skin with a plain and smooth comfort. As a family supply it stocks the shelf and holds through the season. It keeps a soft and understated comfort, smooth and honestly gentle throughout.",B8
23
+ P022,"The feel is smooth and soft, gentle and comfortable and quietly plain. It keeps a classroom and an office break room supplied across the week. A quietly soft comfort carries through, gentle and simply smooth throughout.",B1
24
+ P023,"The surface is soft and smooth to the hand, gently comfortable and easygoing. Small enough for a satchel or a handbag, it rides along with ease. The feel keeps an honest softness, gentle and unfussy and evenly smooth.",B2
25
+ P024,"Soft and gently smooth, it carries a comfortable and honest softness. It suits a nightstand or bedside, tucked beside the couch for that room. A soft and honest comfort lingers on, gentle and understated through and through.",B5
26
+ P025,"Soft and smooth throughout, it carries a gentle and comfortable feel. Stock the shelf so a busy family supply lasts the season on fewer refills. A simple softness runs through it, soft and gentle and easygoing throughout.",B2
27
+ P026,"Sumptuously soft and downy, it offers a cushiony and luxurious touch. It gathers around the home, ready in the kitchen and the living room. A cloud soft and downy feel carries through, sumptuous and pampering throughout.",B7
28
+ P027,"It offers a soft and smooth character with a quietly gentle comfort. It keeps the office break room and the waiting room supplied all week. It keeps a plain and easygoing comfort, soft and quietly gentle throughout.",B8
29
+ P028,"Plainly soft and smooth, a gentle and easygoing softness meets the skin. It goes along on errands, tucking neatly into a handbag or a satchel. It stays smoothly soft and gentle, a simple and comfortable everyday softness.",B5
30
+ P029,"Plush and pillowy from the first touch, it feels luxurious and velvety. Keep it on a nightstand or tucked beside the couch for that room. The character is silky and cloud soft, a pampering and sumptuous softness.",B8
31
+ P030,"It delivers a smooth and soft feel that is gentle and comfortably even. It settles onto a bedside table or nightstand near the quiet couch. It stays comfortably soft and gentle, a plain and understated smooth feel.",B8
32
+ P031,"You feel a soft and smooth finish with a gentle and easy comfort. Keep it on the bathroom counter or a nightstand near the quiet bedside. A gentle and easygoing softness carries through, soft and plainly smooth.",B1
33
+ P032,"Luxurious and silky to the touch, it feels pillowy and richly plush. It sits in the kitchen and the living room for use around the home. A pampering and velvety softness lingers, luxurious and downy in the hand.",B8
34
+ P033,"Gentle and soft to the touch, it stays smooth and comfortable throughout. Made to travel, it tucks into a satchel or a handbag for the road. It holds an honest softness throughout, smooth and quietly comfortable.",B4
35
+ P034,"Velvety and pampering, it greets the skin with a plush and downy softness. It works around the home, from the kitchen to the living room each day. It feels velvety and lavish, a pampering and cushiony softness through and through.",B7
36
+ P035,"It brings a smooth and soft comfort that stays gentle and quietly easy. It keeps a waiting room and an office break room supplied through busy weeks. It holds a smooth and plain comfort, soft and quietly gentle in the hand.",B2
37
+ P036,"Gentle and smooth throughout, it feels soft and quietly comfortable. It covers the kitchen and the living room, used each day around the home. It holds a plain and gentle softness, soft and quietly smooth against the hand.",B7
38
+ P037,"Smooth and soft to the touch, it delivers a gentle and comfortable feel. It lives around the home, close by the kitchen and the living room. The character is quietly soft, a plain and easygoing smooth comfort.",B4
39
+ P038,"Silky and satiny, it carries a downy and cloud soft feel throughout. Keep it moving through the kitchen and the living room, used each day. It keeps a lavish and pillowy comfort, velvety and indulgent to the touch.",B3
40
+ P039,"Soft to the touch and gently smooth, it feels comfortable and simple. It stays on a bedside table or nightstand, close beside the quiet couch. A gentle and comfortable softness lingers, soft and unfussy to the last.",B7
41
+ P040,"The surface feels soft and smooth with a gentle and comfortable finish. It is a family supply that stocks the shelf and lasts the season. The softness reads plain and easygoing, soft and quietly gentle to the touch.",B5
dev/complex_log_log_endogenous_seed001/public/stores_public.csv ADDED
@@ -0,0 +1,732 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ store_id,market,chain,household_count
2
+ S0001,M19,Chain118,4070.0
3
+ S0002,M19,Chain132,221.0
4
+ S0003,M19,Chain123,3894.0
5
+ S0004,M02,Chain118,1559.0
6
+ S0005,M19,Chain118,1624.0
7
+ S0006,M24,Chain132,524.0
8
+ S0007,M05,Chain41,446.0
9
+ S0008,M27,Chain75,489.0
10
+ S0009,M27,Chain75,1236.0
11
+ S0010,M19,Chain132,372.0
12
+ S0011,M23,Chain114,2874.0
13
+ S0012,M27,Chain72,528.0
14
+ S0013,M02,Chain134,4108.0
15
+ S0014,M09,Chain75,993.0
16
+ S0015,M02,Chain134,270.0
17
+ S0016,M27,Chain72,203.0
18
+ S0017,M25,Chain75,1661.0
19
+ S0018,M23,Chain27,176.0
20
+ S0019,M09,Chain75,93.0
21
+ S0020,M21,Chain115,344.0
22
+ S0021,M02,Chain134,986.0
23
+ S0022,M09,Chain75,4355.0
24
+ S0023,M15,Chain72,499.0
25
+ S0024,M18,Chain72,141.0
26
+ S0025,M02,Chain134,316.0
27
+ S0026,M19,Chain132,678.0
28
+ S0027,M34,Chain118,4257.0
29
+ S0028,M02,Chain118,373.0
30
+ S0029,M09,Chain72,2649.0
31
+ S0030,M19,Chain132,860.0
32
+ S0031,M18,Chain72,267.0
33
+ S0032,M27,Chain75,426.0
34
+ S0033,M25,Chain72,1686.0
35
+ S0034,M18,Chain75,215.0
36
+ S0035,M34,Chain40,666.0
37
+ S0036,M32,Chain134,395.0
38
+ S0037,M02,Chain134,729.0
39
+ S0038,M38,Chain56,154.0
40
+ S0039,M42,Chain106,99.0
41
+ S0040,M16,Chain83,117.0
42
+ S0041,M02,Chain89,997.0
43
+ S0042,M18,Chain66,218.0
44
+ S0043,M09,Chain75,464.0
45
+ S0044,M02,Chain89,881.0
46
+ S0045,M24,Chain118,1896.0
47
+ S0046,M24,Chain132,5106.0
48
+ S0047,M34,Chain32,721.0
49
+ S0048,M38,Chain67,1609.0
50
+ S0049,M23,Chain30,142.0
51
+ S0050,M27,Chain72,3440.0
52
+ S0051,M23,Chain30,268.0
53
+ S0052,M34,Chain40,149.0
54
+ S0053,M02,Chain106,1020.0
55
+ S0054,M02,Chain65,169.0
56
+ S0055,M02,Chain9,1407.0
57
+ S0056,M34,Chain119,1998.0
58
+ S0057,M44,Chain85,213.0
59
+ S0058,M32,Chain134,5387.0
60
+ S0059,M20,Chain114,179.0
61
+ S0060,M19,Chain122,4815.0
62
+ S0061,M02,Chain134,139.0
63
+ S0062,M12,Chain97,3870.0
64
+ S0063,M27,Chain58,349.0
65
+ S0064,M24,Chain132,433.0
66
+ S0065,M02,Chain104,2856.0
67
+ S0066,M32,Chain36,3824.0
68
+ S0067,M34,Chain36,1061.0
69
+ S0068,M25,Chain75,744.0
70
+ S0069,M23,Chain114,503.0
71
+ S0070,M02,Chain134,178.0
72
+ S0071,M20,Chain105,3267.0
73
+ S0072,M32,Chain120,2494.0
74
+ S0073,M02,Chain114,1811.0
75
+ S0074,M02,Chain134,137.0
76
+ S0075,M46,Chain30,152.0
77
+ S0076,M34,Chain119,346.0
78
+ S0077,M24,Chain85,1516.0
79
+ S0078,M38,Chain72,1967.0
80
+ S0079,M38,Chain72,6765.0
81
+ S0080,M38,Chain56,871.0
82
+ S0081,M12,Chain97,380.0
83
+ S0082,M19,Chain122,2669.0
84
+ S0083,M32,Chain40,3348.0
85
+ S0084,M20,Chain98,760.0
86
+ S0085,M24,Chain76,200.0
87
+ S0086,M42,Chain114,250.0
88
+ S0087,M18,Chain72,563.0
89
+ S0088,M25,Chain75,192.0
90
+ S0089,M27,Chain72,170.0
91
+ S0090,M12,Chain97,897.0
92
+ S0091,M44,Chain114,156.0
93
+ S0092,M41,Chain53,1193.0
94
+ S0093,M42,Chain114,1485.0
95
+ S0094,M23,Chain30,2803.0
96
+ S0095,M21,Chain115,175.0
97
+ S0096,M46,Chain30,988.0
98
+ S0097,M05,Chain45,1677.0
99
+ S0098,M02,Chain106,1497.0
100
+ S0099,M46,Chain85,636.0
101
+ S0100,M25,Chain72,359.0
102
+ S0101,M12,Chain97,3559.0
103
+ S0102,M02,Chain112,217.0
104
+ S0103,M21,Chain97,195.0
105
+ S0104,M23,Chain107,758.0
106
+ S0105,M29,Chain52,608.0
107
+ S0106,M12,Chain97,3113.0
108
+ S0107,M05,Chain44,1813.0
109
+ S0108,M42,Chain134,2735.0
110
+ S0109,M02,Chain10,1066.0
111
+ S0110,M11,Chain43,3168.0
112
+ S0111,M02,Chain114,1037.0
113
+ S0112,M02,Chain8,2811.0
114
+ S0113,M23,Chain50,901.0
115
+ S0114,M19,Chain132,1666.0
116
+ S0115,M19,Chain119,1629.0
117
+ S0116,M02,Chain89,1698.0
118
+ S0117,M32,Chain120,370.0
119
+ S0118,M23,Chain114,779.0
120
+ S0119,M44,Chain114,1946.0
121
+ S0120,M32,Chain134,3160.0
122
+ S0121,M42,Chain114,704.0
123
+ S0122,M07,Chain105,1352.0
124
+ S0123,M23,Chain114,1219.0
125
+ S0124,M02,Chain89,751.0
126
+ S0125,M38,Chain47,932.0
127
+ S0126,M46,Chain50,5562.0
128
+ S0127,M42,Chain10,3529.0
129
+ S0128,M16,Chain124,1573.0
130
+ S0129,M23,Chain114,3881.0
131
+ S0130,M16,Chain84,3039.0
132
+ S0131,M34,Chain36,2555.0
133
+ S0132,M34,Chain40,1217.0
134
+ S0133,M23,Chain106,2326.0
135
+ S0134,M38,Chain31,702.0
136
+ S0135,M02,Chain134,531.0
137
+ S0136,M02,Chain66,3697.0
138
+ S0137,M32,Chain32,360.0
139
+ S0138,M16,Chain94,3935.0
140
+ S0139,M32,Chain10,1686.0
141
+ S0140,M16,Chain94,529.0
142
+ S0141,M02,Chain10,440.0
143
+ S0142,M06,Chain117,1081.0
144
+ S0143,M02,Chain134,2075.0
145
+ S0144,M02,Chain10,2675.0
146
+ S0145,M38,Chain72,3220.0
147
+ S0146,M32,Chain41,173.0
148
+ S0147,M42,Chain114,970.0
149
+ S0148,M32,Chain41,510.0
150
+ S0149,M32,Chain9,2087.0
151
+ S0150,M02,Chain112,3197.0
152
+ S0151,M21,Chain115,232.0
153
+ S0152,M38,Chain56,910.0
154
+ S0153,M02,Chain114,165.0
155
+ S0154,M21,Chain115,1884.0
156
+ S0155,M46,Chain50,376.0
157
+ S0156,M38,Chain56,1634.0
158
+ S0157,M23,Chain30,3748.0
159
+ S0158,M02,Chain9,495.0
160
+ S0159,M02,Chain125,616.0
161
+ S0160,M06,Chain117,215.0
162
+ S0161,M38,Chain31,901.0
163
+ S0162,M20,Chain114,1123.0
164
+ S0163,M07,Chain32,644.0
165
+ S0164,M19,Chain113,2177.0
166
+ S0165,M24,Chain77,149.0
167
+ S0166,M21,Chain97,2198.0
168
+ S0167,M23,Chain107,2243.0
169
+ S0168,M25,Chain54,3350.0
170
+ S0169,M02,Chain134,176.0
171
+ S0170,M38,Chain55,138.0
172
+ S0171,M45,Chain53,2064.0
173
+ S0172,M38,Chain56,1983.0
174
+ S0173,M07,Chain32,515.0
175
+ S0174,M23,Chain82,1892.0
176
+ S0175,M46,Chain30,458.0
177
+ S0176,M42,Chain114,171.0
178
+ S0177,M39,Chain24,1804.0
179
+ S0178,M42,Chain12,274.0
180
+ S0179,M21,Chain97,858.0
181
+ S0180,M14,Chain94,271.0
182
+ S0181,M02,Chain10,669.0
183
+ S0182,M28,Chain52,194.0
184
+ S0183,M02,Chain106,935.0
185
+ S0184,M25,Chain57,210.0
186
+ S0185,M02,Chain65,966.0
187
+ S0186,M12,Chain107,1772.0
188
+ S0187,M44,Chain15,590.0
189
+ S0188,M12,Chain97,1016.0
190
+ S0189,M34,Chain40,1211.0
191
+ S0190,M32,Chain10,410.0
192
+ S0191,M02,Chain10,1068.0
193
+ S0192,M47,Chain88,244.0
194
+ S0193,M24,Chain85,944.0
195
+ S0194,M15,Chain50,251.0
196
+ S0195,M32,Chain89,4697.0
197
+ S0196,M33,Chain100,144.0
198
+ S0197,M21,Chain97,673.0
199
+ S0198,M38,Chain49,203.0
200
+ S0199,M41,Chain53,892.0
201
+ S0200,M05,Chain44,1460.0
202
+ S0201,M34,Chain82,4362.0
203
+ S0202,M32,Chain9,1151.0
204
+ S0203,M27,Chain58,3635.0
205
+ S0204,M11,Chain43,2066.0
206
+ S0205,M14,Chain124,1199.0
207
+ S0206,M46,Chain30,4937.0
208
+ S0207,M09,Chain75,143.0
209
+ S0208,M02,Chain9,1711.0
210
+ S0209,M32,Chain89,1880.0
211
+ S0210,M02,Chain119,987.0
212
+ S0211,M23,Chain107,584.0
213
+ S0212,M42,Chain15,593.0
214
+ S0213,M39,Chain53,180.0
215
+ S0214,M23,Chain26,857.0
216
+ S0215,M16,Chain94,5660.0
217
+ S0216,M02,Chain89,2688.0
218
+ S0217,M23,Chain42,1194.0
219
+ S0218,M08,Chain79,2103.0
220
+ S0219,M30,Chain79,100.0
221
+ S0220,M41,Chain53,3512.0
222
+ S0221,M46,Chain50,2517.0
223
+ S0222,M15,Chain105,198.0
224
+ S0223,M46,Chain50,190.0
225
+ S0224,M16,Chain94,3057.0
226
+ S0225,M23,Chain42,452.0
227
+ S0226,M16,Chain94,6407.0
228
+ S0227,M46,Chain50,179.0
229
+ S0228,M33,Chain37,627.0
230
+ S0229,M20,Chain102,206.0
231
+ S0230,M02,Chain9,497.0
232
+ S0231,M47,Chain98,4049.0
233
+ S0232,M21,Chain106,645.0
234
+ S0233,M34,Chain40,1596.0
235
+ S0234,M42,Chain76,1003.0
236
+ S0235,M02,Chain106,5152.0
237
+ S0236,M42,Chain109,4634.0
238
+ S0237,M02,Chain10,261.0
239
+ S0238,M36,Chain69,336.0
240
+ S0239,M03,Chain24,1529.0
241
+ S0240,M43,NONE,81.0
242
+ S0241,M02,Chain89,143.0
243
+ S0242,M06,Chain117,205.0
244
+ S0243,M16,Chain94,777.0
245
+ S0244,M03,Chain18,231.0
246
+ S0245,M42,Chain15,543.0
247
+ S0246,M24,Chain85,1886.0
248
+ S0247,M46,Chain82,142.0
249
+ S0248,M30,Chain79,456.0
250
+ S0249,M02,Chain10,2024.0
251
+ S0250,M02,Chain114,911.0
252
+ S0251,M27,Chain55,3928.0
253
+ S0252,M02,Chain89,730.0
254
+ S0253,M21,Chain106,1509.0
255
+ S0254,M30,Chain79,4167.0
256
+ S0255,M41,Chain53,975.0
257
+ S0256,M07,Chain103,389.0
258
+ S0257,M05,Chain37,1566.0
259
+ S0258,M43,NONE,3028.0
260
+ S0259,M42,Chain109,2182.0
261
+ S0260,M42,Chain107,1753.0
262
+ S0261,M23,Chain114,1390.0
263
+ S0262,M34,Chain133,2683.0
264
+ S0263,M08,Chain74,596.0
265
+ S0264,M17,Chain62,2364.0
266
+ S0265,M05,Chain38,181.0
267
+ S0266,M32,Chain9,209.0
268
+ S0267,M23,Chain42,2227.0
269
+ S0268,M02,Chain9,156.0
270
+ S0269,M03,Chain64,666.0
271
+ S0270,M08,Chain79,598.0
272
+ S0271,M27,Chain58,571.0
273
+ S0272,M08,Chain74,487.0
274
+ S0273,M05,Chain101,2568.0
275
+ S0274,M42,Chain15,437.0
276
+ S0275,M30,Chain71,194.0
277
+ S0276,M38,Chain31,866.0
278
+ S0277,M23,Chain105,155.0
279
+ S0278,M46,Chain50,230.0
280
+ S0279,M24,Chain82,409.0
281
+ S0280,M06,Chain72,180.0
282
+ S0281,M20,Chain114,3859.0
283
+ S0282,M04,Chain60,719.0
284
+ S0283,M46,Chain102,2133.0
285
+ S0284,M33,Chain37,1451.0
286
+ S0285,M40,Chain36,157.0
287
+ S0286,M23,Chain107,813.0
288
+ S0287,M38,Chain56,1481.0
289
+ S0288,M47,Chain98,200.0
290
+ S0289,M46,Chain107,799.0
291
+ S0290,M16,Chain117,1924.0
292
+ S0291,M21,Chain115,239.0
293
+ S0292,M02,Chain104,490.0
294
+ S0293,M23,Chain107,2459.0
295
+ S0294,M04,Chain63,3613.0
296
+ S0295,M12,Chain108,146.0
297
+ S0296,M07,Chain25,1563.0
298
+ S0297,M24,Chain87,334.0
299
+ S0298,M42,Chain12,139.0
300
+ S0299,M42,Chain102,1098.0
301
+ S0300,M16,Chain5,840.0
302
+ S0301,M34,Chain36,222.0
303
+ S0302,M34,Chain132,125.0
304
+ S0303,M32,Chain10,1268.0
305
+ S0304,M47,Chain98,2632.0
306
+ S0305,M05,Chain44,560.0
307
+ S0306,M07,Chain103,4093.0
308
+ S0307,M04,Chain55,730.0
309
+ S0308,M45,Chain53,268.0
310
+ S0309,M30,Chain69,665.0
311
+ S0310,M38,Chain56,565.0
312
+ S0311,M02,Chain112,141.0
313
+ S0312,M46,Chain50,2084.0
314
+ S0313,M32,Chain7,486.0
315
+ S0314,M20,Chain114,2209.0
316
+ S0315,M07,Chain105,185.0
317
+ S0316,M26,Chain79,3207.0
318
+ S0317,M32,Chain33,877.0
319
+ S0318,M45,Chain11,163.0
320
+ S0319,M23,Chain105,1839.0
321
+ S0320,M46,Chain107,518.0
322
+ S0321,M33,Chain13,700.0
323
+ S0322,M11,Chain43,1632.0
324
+ S0323,M09,Chain112,795.0
325
+ S0324,M38,Chain47,1762.0
326
+ S0325,M32,Chain33,5371.0
327
+ S0326,M36,Chain81,1134.0
328
+ S0327,M13,Chain110,5460.0
329
+ S0328,M20,Chain107,650.0
330
+ S0329,M06,Chain98,111.0
331
+ S0330,M37,Chain91,530.0
332
+ S0331,M42,Chain112,1716.0
333
+ S0332,M16,Chain91,244.0
334
+ S0333,M02,Chain114,1902.0
335
+ S0334,M19,Chain132,376.0
336
+ S0335,M02,Chain32,125.0
337
+ S0336,M34,Chain33,1642.0
338
+ S0337,M12,Chain97,655.0
339
+ S0338,M23,Chain12,208.0
340
+ S0339,M07,Chain32,660.0
341
+ S0340,M42,Chain13,766.0
342
+ S0341,M05,Chain101,562.0
343
+ S0342,M44,Chain85,674.0
344
+ S0343,M39,Chain27,1699.0
345
+ S0344,M16,Chain124,559.0
346
+ S0345,M23,Chain107,177.0
347
+ S0346,M46,Chain85,1961.0
348
+ S0347,M01,Chain58,153.0
349
+ S0348,M43,NONE,746.0
350
+ S0349,M16,Chain124,712.0
351
+ S0350,M25,Chain57,597.0
352
+ S0351,M19,Chain118,3046.0
353
+ S0352,M46,Chain45,921.0
354
+ S0353,M27,Chain55,170.0
355
+ S0354,M04,Chain45,1097.0
356
+ S0355,M46,Chain98,1562.0
357
+ S0356,M11,Chain43,2233.0
358
+ S0357,M02,Chain10,3084.0
359
+ S0358,M46,Chain42,152.0
360
+ S0359,M18,Chain78,164.0
361
+ S0360,M06,Chain117,2067.0
362
+ S0361,M45,Chain84,955.0
363
+ S0362,M16,Chain94,490.0
364
+ S0363,M16,Chain124,948.0
365
+ S0364,M40,Chain123,487.0
366
+ S0365,M32,Chain134,251.0
367
+ S0366,M28,Chain44,3035.0
368
+ S0367,M32,Chain34,1792.0
369
+ S0368,M19,Chain122,2543.0
370
+ S0369,M20,Chain114,1410.0
371
+ S0370,M01,Chain61,634.0
372
+ S0371,M43,NONE,133.0
373
+ S0372,M45,Chain29,3088.0
374
+ S0373,M16,Chain124,411.0
375
+ S0374,M18,Chain56,948.0
376
+ S0375,M37,Chain91,685.0
377
+ S0376,M32,Chain9,2512.0
378
+ S0377,M31,Chain105,821.0
379
+ S0378,M02,Chain86,589.0
380
+ S0379,M16,Chain124,344.0
381
+ S0380,M12,Chain115,1297.0
382
+ S0381,M48,Chain52,1501.0
383
+ S0382,M39,Chain53,2343.0
384
+ S0383,M39,Chain53,513.0
385
+ S0384,M02,Chain65,156.0
386
+ S0385,M02,Chain65,593.0
387
+ S0386,M07,Chain105,503.0
388
+ S0387,M29,Chain45,2830.0
389
+ S0388,M06,Chain117,1225.0
390
+ S0389,M32,Chain34,461.0
391
+ S0390,M25,Chain57,442.0
392
+ S0391,M07,Chain103,2491.0
393
+ S0392,M23,Chain112,114.0
394
+ S0393,M04,Chain41,810.0
395
+ S0394,M45,Chain53,1487.0
396
+ S0395,M32,Chain44,204.0
397
+ S0396,M31,Chain110,1533.0
398
+ S0397,M31,Chain4,2498.0
399
+ S0398,M02,Chain104,3377.0
400
+ S0399,M28,Chain43,489.0
401
+ S0400,M33,Chain90,128.0
402
+ S0401,M42,Chain134,180.0
403
+ S0402,M42,Chain98,174.0
404
+ S0403,M13,Chain110,242.0
405
+ S0404,M11,Chain38,176.0
406
+ S0405,M08,Chain92,141.0
407
+ S0406,M41,Chain53,550.0
408
+ S0407,M15,Chain45,236.0
409
+ S0408,M02,Chain10,1168.0
410
+ S0409,M20,Chain107,3824.0
411
+ S0410,M33,Chain37,4183.0
412
+ S0411,M02,Chain57,3112.0
413
+ S0412,M40,Chain123,645.0
414
+ S0413,M42,Chain97,184.0
415
+ S0414,M18,Chain56,1168.0
416
+ S0415,M05,Chain44,1178.0
417
+ S0416,M38,Chain56,3583.0
418
+ S0417,M04,Chain60,826.0
419
+ S0418,M02,Chain89,842.0
420
+ S0419,M48,Chain60,1080.0
421
+ S0420,M32,Chain89,516.0
422
+ S0421,M46,Chain107,2717.0
423
+ S0422,M32,Chain41,607.0
424
+ S0423,M16,Chain115,609.0
425
+ S0424,M12,Chain42,1187.0
426
+ S0425,M15,Chain59,142.0
427
+ S0426,M36,Chain90,1731.0
428
+ S0427,M32,Chain9,722.0
429
+ S0428,M05,Chain37,1399.0
430
+ S0429,M32,Chain7,719.0
431
+ S0430,M34,Chain132,1023.0
432
+ S0431,M06,Chain117,568.0
433
+ S0432,M05,Chain133,1118.0
434
+ S0433,M23,Chain107,5033.0
435
+ S0434,M07,Chain95,555.0
436
+ S0435,M16,Chain3,467.0
437
+ S0436,M02,Chain10,201.0
438
+ S0437,M14,Chain124,513.0
439
+ S0438,M36,Chain69,120.0
440
+ S0439,M04,Chain63,964.0
441
+ S0440,M03,Chain61,1647.0
442
+ S0441,M34,Chain132,1621.0
443
+ S0442,M05,Chain9,3940.0
444
+ S0443,M05,Chain101,566.0
445
+ S0444,M05,Chain8,198.0
446
+ S0445,M02,Chain8,2168.0
447
+ S0446,M38,Chain56,156.0
448
+ S0447,M18,Chain59,620.0
449
+ S0448,M07,Chain105,395.0
450
+ S0449,M08,Chain74,1527.0
451
+ S0450,M04,Chain63,865.0
452
+ S0451,M12,Chain108,2713.0
453
+ S0452,M09,Chain112,1507.0
454
+ S0453,M18,Chain56,591.0
455
+ S0454,M33,Chain100,177.0
456
+ S0455,M36,Chain90,913.0
457
+ S0456,M32,Chain33,2897.0
458
+ S0457,M23,Chain112,137.0
459
+ S0458,M04,Chain95,153.0
460
+ S0459,M42,Chain102,277.0
461
+ S0460,M20,Chain102,1287.0
462
+ S0461,M46,Chain30,3706.0
463
+ S0462,M02,Chain7,3735.0
464
+ S0463,M20,Chain102,143.0
465
+ S0464,M14,Chain124,1966.0
466
+ S0465,M33,Chain37,470.0
467
+ S0466,M34,Chain119,266.0
468
+ S0467,M29,Chain52,517.0
469
+ S0468,M14,Chain85,3708.0
470
+ S0469,M02,Chain89,194.0
471
+ S0470,M05,Chain44,764.0
472
+ S0471,M30,Chain115,189.0
473
+ S0472,M16,Chain113,1465.0
474
+ S0473,M31,Chain110,1733.0
475
+ S0474,M29,Chain52,146.0
476
+ S0475,M14,Chain94,435.0
477
+ S0476,M42,Chain10,804.0
478
+ S0477,M02,Chain8,3393.0
479
+ S0478,M33,Chain11,1135.0
480
+ S0479,M23,Chain98,318.0
481
+ S0480,M23,Chain99,420.0
482
+ S0481,M45,Chain53,1302.0
483
+ S0482,M34,Chain133,147.0
484
+ S0483,M14,Chain124,358.0
485
+ S0484,M27,Chain58,1744.0
486
+ S0485,M02,Chain10,1829.0
487
+ S0486,M41,Chain10,1623.0
488
+ S0487,M28,Chain62,238.0
489
+ S0488,M41,Chain10,474.0
490
+ S0489,M46,Chain42,2032.0
491
+ S0490,M17,Chain59,442.0
492
+ S0491,M18,Chain51,1236.0
493
+ S0492,M05,Chain44,513.0
494
+ S0493,M46,Chain107,824.0
495
+ S0494,M04,Chain55,810.0
496
+ S0495,M38,Chain53,3309.0
497
+ S0496,M32,Chain10,841.0
498
+ S0497,M02,Chain8,3930.0
499
+ S0498,M04,Chain60,875.0
500
+ S0499,M07,Chain29,503.0
501
+ S0500,M05,Chain44,2014.0
502
+ S0501,M04,Chain63,4379.0
503
+ S0502,M03,Chain56,195.0
504
+ S0503,M06,Chain117,1121.0
505
+ S0504,M32,Chain134,128.0
506
+ S0505,M27,Chain55,1930.0
507
+ S0506,M34,Chain133,719.0
508
+ S0507,M30,Chain69,3993.0
509
+ S0508,M32,Chain89,2183.0
510
+ S0509,M32,Chain9,137.0
511
+ S0510,M11,Chain43,480.0
512
+ S0511,M41,Chain13,2597.0
513
+ S0512,M47,Chain112,460.0
514
+ S0513,M10,Chain90,884.0
515
+ S0514,M46,Chain99,623.0
516
+ S0515,M42,Chain106,242.0
517
+ S0516,M05,Chain95,141.0
518
+ S0517,M38,Chain56,330.0
519
+ S0518,M45,Chain11,2883.0
520
+ S0519,M05,Chain44,448.0
521
+ S0520,M36,Chain66,85.0
522
+ S0521,M02,Chain7,910.0
523
+ S0522,M24,Chain127,460.0
524
+ S0523,M46,Chain102,140.0
525
+ S0524,M02,Chain125,169.0
526
+ S0525,M33,Chain37,521.0
527
+ S0526,M17,Chain62,200.0
528
+ S0527,M15,Chain48,2234.0
529
+ S0528,M16,Chain25,785.0
530
+ S0529,M08,Chain79,3121.0
531
+ S0530,M47,Chain98,147.0
532
+ S0531,M28,Chain52,746.0
533
+ S0532,M05,Chain38,574.0
534
+ S0533,M34,Chain133,1586.0
535
+ S0534,M33,Chain37,2016.0
536
+ S0535,M40,Chain57,205.0
537
+ S0536,M32,Chain89,2271.0
538
+ S0537,M36,Chain69,3824.0
539
+ S0538,M39,Chain53,2081.0
540
+ S0539,M09,Chain112,3447.0
541
+ S0540,M42,Chain8,190.0
542
+ S0541,M45,Chain11,1290.0
543
+ S0542,M45,Chain53,191.0
544
+ S0543,M45,Chain53,474.0
545
+ S0544,M16,Chain94,1574.0
546
+ S0545,M02,Chain79,650.0
547
+ S0546,M17,Chain62,2510.0
548
+ S0547,M42,Chain15,239.0
549
+ S0548,M24,Chain122,1495.0
550
+ S0549,M16,Chain3,251.0
551
+ S0550,M43,Chain115,1357.0
552
+ S0551,M02,Chain89,460.0
553
+ S0552,M45,Chain11,166.0
554
+ S0553,M02,Chain65,190.0
555
+ S0554,M37,Chain108,2412.0
556
+ S0555,M07,Chain105,815.0
557
+ S0556,M05,Chain101,1420.0
558
+ S0557,M18,Chain78,2103.0
559
+ S0558,M05,Chain8,2421.0
560
+ S0559,M02,Chain8,945.0
561
+ S0560,M16,Chain94,860.0
562
+ S0561,M25,Chain106,481.0
563
+ S0562,M14,Chain124,1591.0
564
+ S0563,M33,Chain100,3136.0
565
+ S0564,M33,Chain4,150.0
566
+ S0565,M32,Chain9,362.0
567
+ S0566,M02,Chain134,927.0
568
+ S0567,M16,Chain124,1621.0
569
+ S0568,M02,Chain66,877.0
570
+ S0569,M29,Chain52,181.0
571
+ S0570,M08,Chain119,1382.0
572
+ S0571,M40,Chain29,871.0
573
+ S0572,M16,Chain113,130.0
574
+ S0573,M05,Chain101,908.0
575
+ S0574,M32,Chain34,206.0
576
+ S0575,M16,Chain94,414.0
577
+ S0576,M11,Chain43,3878.0
578
+ S0577,M14,Chain94,135.0
579
+ S0578,M41,Chain53,218.0
580
+ S0579,M30,Chain69,1305.0
581
+ S0580,M42,Chain104,716.0
582
+ S0581,M38,Chain31,474.0
583
+ S0582,M06,Chain72,1925.0
584
+ S0583,M32,Chain9,2281.0
585
+ S0584,M15,Chain47,2042.0
586
+ S0585,M23,Chain104,200.0
587
+ S0586,M27,Chain58,411.0
588
+ S0587,M05,Chain8,3591.0
589
+ S0588,M23,Chain98,578.0
590
+ S0589,M08,Chain92,2167.0
591
+ S0590,M23,Chain42,1635.0
592
+ S0591,M38,Chain55,1057.0
593
+ S0592,M30,Chain79,2368.0
594
+ S0593,M08,Chain119,250.0
595
+ S0594,M08,Chain119,2271.0
596
+ S0595,M06,Chain136,520.0
597
+ S0596,M05,Chain44,184.0
598
+ S0597,M26,Chain119,2310.0
599
+ S0598,M05,Chain101,2048.0
600
+ S0599,M07,Chain95,144.0
601
+ S0600,M30,Chain79,3611.0
602
+ S0601,M33,Chain11,1732.0
603
+ S0602,M23,Chain30,1449.0
604
+ S0603,M33,Chain100,1860.0
605
+ S0604,M13,Chain110,409.0
606
+ S0605,M22,Chain58,132.0
607
+ S0606,M06,Chain117,374.0
608
+ S0607,M46,Chain50,1227.0
609
+ S0608,M31,Chain4,623.0
610
+ S0609,M47,Chain98,2005.0
611
+ S0610,M38,Chain24,1850.0
612
+ S0611,M46,Chain50,3486.0
613
+ S0612,M05,Chain101,142.0
614
+ S0613,M34,Chain10,166.0
615
+ S0614,M03,Chain92,251.0
616
+ S0615,M28,Chain52,1739.0
617
+ S0616,M04,Chain95,851.0
618
+ S0617,M38,Chain31,203.0
619
+ S0618,M17,Chain62,1800.0
620
+ S0619,M04,Chain60,2519.0
621
+ S0620,M05,Chain101,1291.0
622
+ S0621,M33,Chain37,827.0
623
+ S0622,M37,Chain108,394.0
624
+ S0623,M30,Chain2,518.0
625
+ S0624,M10,Chain61,137.0
626
+ S0625,M33,Chain97,2764.0
627
+ S0626,M25,Chain48,4128.0
628
+ S0627,M36,Chain69,1478.0
629
+ S0628,M06,Chain98,5289.0
630
+ S0629,M23,Chain107,579.0
631
+ S0630,M16,Chain124,108.0
632
+ S0631,M38,Chain131,505.0
633
+ S0632,M30,Chain79,2982.0
634
+ S0633,M02,Chain8,533.0
635
+ S0634,M03,Chain56,1454.0
636
+ S0635,M21,Chain97,2560.0
637
+ S0636,M16,Chain94,132.0
638
+ S0637,M28,Chain52,199.0
639
+ S0638,M19,Chain122,1679.0
640
+ S0639,M04,Chain44,848.0
641
+ S0640,M24,Chain79,312.0
642
+ S0641,M16,Chain5,3874.0
643
+ S0642,M07,Chain94,180.0
644
+ S0643,M23,Chain112,146.0
645
+ S0644,M03,Chain24,990.0
646
+ S0645,M31,Chain2,3065.0
647
+ S0646,M03,Chain64,3749.0
648
+ S0647,M01,Chain61,225.0
649
+ S0648,M33,Chain37,1338.0
650
+ S0649,M32,Chain33,584.0
651
+ S0650,M41,Chain13,895.0
652
+ S0651,M23,Chain98,844.0
653
+ S0652,M27,Chain10,1010.0
654
+ S0653,M16,Chain124,206.0
655
+ S0654,M14,Chain123,168.0
656
+ S0655,M34,Chain8,2189.0
657
+ S0656,M33,Chain100,199.0
658
+ S0657,M02,Chain8,163.0
659
+ S0658,M47,Chain108,1721.0
660
+ S0659,M32,Chain34,217.0
661
+ S0660,M02,Chain8,1829.0
662
+ S0661,M34,Chain133,1417.0
663
+ S0662,M02,Chain89,2372.0
664
+ S0663,M37,Chain115,181.0
665
+ S0664,M02,Chain136,690.0
666
+ S0665,M47,Chain98,709.0
667
+ S0666,M23,Chain42,1566.0
668
+ S0667,M38,Chain84,2948.0
669
+ S0668,M06,Chain95,595.0
670
+ S0669,M05,Chain44,752.0
671
+ S0670,M33,Chain37,1562.0
672
+ S0671,M16,Chain83,114.0
673
+ S0672,M39,Chain53,1044.0
674
+ S0673,M02,Chain10,197.0
675
+ S0674,M27,Chain58,1240.0
676
+ S0675,M41,Chain10,4116.0
677
+ S0676,M31,Chain100,477.0
678
+ S0677,M40,Chain32,2137.0
679
+ S0678,M46,Chain75,519.0
680
+ S0679,M14,Chain3,146.0
681
+ S0680,M45,Chain84,653.0
682
+ S0681,M08,Chain119,168.0
683
+ S0682,M47,Chain7,699.0
684
+ S0683,M15,Chain59,577.0
685
+ S0684,M17,Chain70,316.0
686
+ S0685,M09,Chain112,226.0
687
+ S0686,M15,Chain59,486.0
688
+ S0687,M02,Chain105,848.0
689
+ S0688,M03,Chain24,1463.0
690
+ S0689,M28,Chain62,552.0
691
+ S0690,M16,Chain124,556.0
692
+ S0691,M06,Chain117,2327.0
693
+ S0692,M16,Chain3,3342.0
694
+ S0693,M19,Chain122,963.0
695
+ S0694,M02,Chain89,538.0
696
+ S0695,M29,Chain52,1160.0
697
+ S0696,M10,Chain79,4158.0
698
+ S0697,M35,Chain8,569.0
699
+ S0698,M32,Chain9,163.0
700
+ S0699,M03,Chain24,1872.0
701
+ S0700,M28,Chain35,179.0
702
+ S0701,M04,Chain34,492.0
703
+ S0702,M23,Chain107,101.0
704
+ S0703,M18,Chain78,922.0
705
+ S0704,M17,Chain55,4108.0
706
+ S0705,M28,Chain65,207.0
707
+ S0706,M10,Chain79,1584.0
708
+ S0707,M16,Chain120,230.0
709
+ S0708,M19,Chain122,503.0
710
+ S0709,M08,Chain117,1183.0
711
+ S0710,M09,Chain112,1954.0
712
+ S0711,M16,Chain113,1455.0
713
+ S0712,M36,Chain79,636.0
714
+ S0713,M07,Chain95,2771.0
715
+ S0714,M05,Chain44,539.0
716
+ S0715,M02,Chain9,951.0
717
+ S0716,M02,Chain10,1226.0
718
+ S0717,M39,Chain53,1434.0
719
+ S0718,M05,Chain44,1407.0
720
+ S0719,M34,Chain28,169.0
721
+ S0720,M03,Chain61,2022.0
722
+ S0721,M36,Chain69,189.0
723
+ S0722,M36,Chain87,365.0
724
+ S0723,M29,Chain43,454.0
725
+ S0724,M32,Chain10,1895.0
726
+ S0725,M32,Chain8,188.0
727
+ S0726,M46,Chain107,2677.0
728
+ S0727,M01,Chain70,1913.0
729
+ S0728,M34,Chain133,250.0
730
+ S0729,M05,Chain101,590.0
731
+ S0730,M08,Chain82,2062.0
732
+ S0731,M30,Chain120,412.0
dev/complex_log_log_endogenous_seed001/public/transactions_holdout_context_public.csv ADDED
The diff for this file is too large to render. See raw diff
 
dev/complex_log_log_endogenous_seed001/public/transactions_train_public.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4da842375ee117a71f9320e30e3606069225d090f6485a88f1b847218a328720
3
+ size 104879611
dev/complex_log_log_endogenous_seed001/release/DATASHEET.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Datasheet
2
+
3
+ ## Motivation
4
+
5
+ This benchmark studies counterfactual price-policy demand prediction when observed prices and promotions are endogenous.
6
+
7
+ ## Composition
8
+
9
+ - Category: facial tissue.
10
+ - Transaction unit: aggregate SKU-store-week, released as positive-sales (units>0) rows only (raw-scanner style). Stores carry a permanent SUBSET of the 40-SKU catalog; public carriage := >=1 positive train-window row for a (product, store) pair. The per-(product,store) stocking matrix is a HIDDEN artifact (hidden/stocking_matrix_hidden.csv), never a public matrix — absence of rows is the only public carriage signal.
11
+ - Product metadata: structured attributes, family-level product text, and image specs/paths for complex cells; compact structured attributes only for simple cells.
12
+ - Public store information: anonymized store IDs only.
13
+ - Public instrument-like variable: supply-cost proxy in the transaction/context rows.
14
+ - Demand framing: log-log cells are conditional category demand. covariance-probit cells use a two-stage structural model (incidence + J-only conditional choice; no outside option).
15
+
16
+ ## Hidden Data
17
+
18
+ Hidden files contain true DGP parameters, latent shocks, hidden product distance and cross-price matrices, hidden store covariates, the permanent per-(product,store) stocking matrix, IRI calibration quantities, and counterfactual truth.
19
+
20
+ ## Calibration Snapshot
21
+
22
+ - Zero-sales rate (legacy balanced-grid reference — NOT the released public file, which is positive-rows-only; released realism is characterized by per-store carriage + within-active intermittency): IRI 0.889, synthetic 0.432.
23
+ - Promo rate: IRI 0.268, synthetic 0.228.
24
+ - Median unit price: IRI 1.990, synthetic 1.790.
dev/complex_log_log_exogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:969cdd846125cfb4b661d3aeb326e41abfd41454b312e6870bb160b8ef23ae6d
3
+ size 649329826
dev/complex_log_log_exogenous_seed001/hidden/transactions_full_hidden.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c22116d61f876d514836d7c8b0cbffdb8f868cad62ccb60de112a5c977b4799
3
+ size 146682665
dev/complex_log_log_exogenous_seed001/public/counterfactual_sweep_context_public.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d6be216670059350c0a05fd8da4579b361ea6b80fbc64efa6c3e6278fbc7367
3
+ size 296195908
dev/complex_log_log_exogenous_seed001/public/transactions_train_public.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69a06cebb8e05b119bab8a11634001c0e0d0d730d3fcb8f26c86d58f188f1521
3
+ size 105040390
dev/simple_covariance_probit_endogenous_seed001/hidden/counterfactual_sweep_truth_hidden.csv ADDED
The diff for this file is too large to render. See raw diff
 
dev/simple_covariance_probit_endogenous_seed001/hidden/elasticity_truth_hidden.csv ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ priced_product_id,affected_product_id,epsilon_star,epsilon_star_conditional,support
2
+ P001,P001,-1.526173792167919,-1.2392376906805294,True
3
+ P002,P001,0.24289004643441844,0.4059842399780844,True
4
+ P003,P001,0.24533738956539017,0.41510543000891736,True
5
+ P001,P002,0.9033252149850487,1.1902613164724383,True
6
+ P002,P002,-0.5447955916935233,-0.3817013981498574,True
7
+ P003,P002,0.5376956863462814,0.7074637267898086,True
8
+ P001,P003,-0.04376028957507287,0.2431758119123167,True
9
+ P002,P003,-0.2610361112405597,-0.09794191769689373,True
10
+ P003,P003,-2.7052526981992813,-2.535484657755754,True
dev/simple_covariance_probit_endogenous_seed001/hidden/transactions_full_hidden.csv ADDED
The diff for this file is too large to render. See raw diff
 
dev/simple_covariance_probit_endogenous_seed001/public/counterfactual_sweep_context_public.csv ADDED
The diff for this file is too large to render. See raw diff
 
dev/simple_covariance_probit_endogenous_seed001/public/products_public.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ product_id,product_text,brand_code
2
+ P001,,B8
3
+ P002,,B7
4
+ P003,,B8
dev/simple_covariance_probit_endogenous_seed001/public/stores_public.csv ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ store_id,market,chain,household_count
2
+ S0001,M19,Chain118,4070.0
3
+ S0002,M19,Chain132,221.0
4
+ S0003,M19,Chain123,3894.0
5
+ S0004,M24,Chain132,1559.0
6
+ S0005,M19,Chain118,1624.0
7
+ S0006,M19,Chain132,524.0
8
+ S0007,M19,Chain132,446.0
9
+ S0008,M19,Chain132,489.0
10
+ S0009,M02,Chain118,1236.0
11
+ S0010,M24,Chain132,372.0
12
+ S0011,M24,Chain132,2874.0
13
+ S0012,M24,Chain118,528.0
dev/simple_covariance_probit_endogenous_seed001/public/transactions_holdout_context_public.csv ADDED
@@ -0,0 +1,577 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ product_id,store_id,week,price,promo_flag,promo_cost,supply_cost_proxy
2
+ P001,S0001,1567,2.09,0,0.0,1.1516
3
+ P002,S0001,1567,1.39,0,0.0,0.7565
4
+ P003,S0001,1567,1.89,0,0.0,1.0229
5
+ P001,S0002,1567,1.99,1,-1.3334,1.0971
6
+ P002,S0002,1567,0.69,1,1.1407,0.617
7
+ P003,S0002,1567,1.99,1,-1.3334,1.0754
8
+ P001,S0003,1567,2.19,0,0.0,1.2275
9
+ P002,S0003,1567,0.99,1,-1.8226,0.6646
10
+ P003,S0003,1567,2.09,0,0.0,1.1378
11
+ P001,S0004,1567,1.39,1,-1.3334,1.0858
12
+ P002,S0004,1567,0.69,1,1.1407,0.7018
13
+ P003,S0004,1567,1.79,1,-1.3334,1.1023
14
+ P001,S0005,1567,1.89,0,0.0,1.0221
15
+ P002,S0005,1567,0.89,0,0.0,0.5309
16
+ P003,S0005,1567,1.99,0,0.0,1.1372
17
+ P001,S0006,1567,1.59,1,-1.3334,1.0146
18
+ P002,S0006,1567,0.59,1,1.1407,0.6469
19
+ P003,S0006,1567,2.19,1,-1.3334,1.195
20
+ P001,S0007,1567,1.79,1,-1.3334,1.3415
21
+ P002,S0007,1567,0.59,1,1.1407,0.6219
22
+ P003,S0007,1567,1.59,1,-1.3334,1.0535
23
+ P001,S0008,1567,1.79,1,-1.3334,1.2259
24
+ P002,S0008,1567,0.69,1,1.1407,0.6307
25
+ P003,S0008,1567,2.19,1,-1.3334,1.3021
26
+ P001,S0009,1567,2.09,0,0.0,1.0867
27
+ P002,S0009,1567,1.09,0,0.0,0.5712
28
+ P003,S0009,1567,1.79,0,0.0,0.9551
29
+ P001,S0010,1567,1.99,1,-1.3334,1.0998
30
+ P002,S0010,1567,0.79,1,1.1407,0.6881
31
+ P003,S0010,1567,1.99,1,-1.3334,1.1562
32
+ P001,S0011,1567,2.09,1,-1.3334,1.1728
33
+ P002,S0011,1567,0.89,1,1.1407,0.6305
34
+ P003,S0011,1567,1.89,1,-1.3334,1.0629
35
+ P001,S0012,1567,2.19,0,0.0,1.1783
36
+ P002,S0012,1567,1.19,0,0.0,0.6772
37
+ P003,S0012,1567,2.09,0,0.0,1.1125
38
+ P001,S0001,1568,2.09,0,0.0,1.1516
39
+ P002,S0001,1568,1.19,1,-0.1801,0.7565
40
+ P003,S0001,1568,1.89,0,0.0,1.0229
41
+ P001,S0002,1568,1.99,1,-1.3334,1.0971
42
+ P002,S0002,1568,0.59,1,1.1407,0.617
43
+ P003,S0002,1568,1.49,1,-1.3334,1.0754
44
+ P001,S0003,1568,2.19,0,0.0,1.2275
45
+ P002,S0003,1568,1.09,1,-1.8226,0.6646
46
+ P003,S0003,1568,2.09,0,0.0,1.1378
47
+ P001,S0004,1568,1.89,1,-1.3334,1.0858
48
+ P002,S0004,1568,0.69,1,1.1407,0.7018
49
+ P003,S0004,1568,1.89,1,-1.3334,1.1023
50
+ P001,S0005,1568,1.89,0,0.0,1.0221
51
+ P002,S0005,1568,0.59,1,-0.1801,0.5309
52
+ P003,S0005,1568,1.99,0,0.0,1.1372
53
+ P001,S0006,1568,1.59,1,-1.3334,1.0146
54
+ P002,S0006,1568,0.59,1,1.1407,0.6469
55
+ P003,S0006,1568,2.19,1,-1.3334,1.195
56
+ P001,S0007,1568,2.19,1,-1.3334,1.3415
57
+ P002,S0007,1568,0.59,1,1.1407,0.6219
58
+ P003,S0007,1568,1.49,1,-1.3334,1.0535
59
+ P001,S0008,1568,2.19,1,-1.3334,1.2259
60
+ P002,S0008,1568,0.69,1,1.1407,0.7254
61
+ P003,S0008,1568,2.39,1,-1.3334,1.3021
62
+ P001,S0009,1568,2.09,0,0.0,1.0867
63
+ P002,S0009,1568,0.79,1,-0.1801,0.5712
64
+ P003,S0009,1568,1.79,0,0.0,0.9551
65
+ P001,S0010,1568,1.79,1,-1.3334,1.1259
66
+ P002,S0010,1568,0.69,1,1.1407,0.6881
67
+ P003,S0010,1568,1.79,1,-1.3334,1.1562
68
+ P001,S0011,1568,2.09,1,-1.3334,1.1728
69
+ P002,S0011,1568,0.89,1,1.1407,0.6305
70
+ P003,S0011,1568,1.89,1,-1.3334,1.0629
71
+ P001,S0012,1568,2.19,0,0.0,1.1783
72
+ P002,S0012,1568,0.69,1,-0.1801,0.6772
73
+ P003,S0012,1568,2.09,0,0.0,1.1125
74
+ P001,S0001,1569,1.19,1,0.9659,1.1516
75
+ P002,S0001,1569,0.99,1,-0.1801,0.7565
76
+ P003,S0001,1569,1.19,1,0.9659,1.0229
77
+ P001,S0002,1569,1.89,1,-1.3334,1.0971
78
+ P002,S0002,1569,0.59,1,1.1407,0.617
79
+ P003,S0002,1569,1.69,1,-1.3334,1.0754
80
+ P001,S0003,1569,2.19,0,0.0,1.2275
81
+ P002,S0003,1569,0.89,1,-1.8226,0.6646
82
+ P003,S0003,1569,2.09,0,0.0,1.1378
83
+ P001,S0004,1569,1.59,1,-1.3334,1.0858
84
+ P002,S0004,1569,0.69,1,1.1407,0.7018
85
+ P003,S0004,1569,1.79,1,-1.3334,1.1023
86
+ P001,S0005,1569,1.19,1,0.9659,1.0221
87
+ P002,S0005,1569,0.79,1,-0.1801,0.5309
88
+ P003,S0005,1569,1.69,1,0.9659,1.1372
89
+ P001,S0006,1569,1.49,1,-1.3334,1.0146
90
+ P002,S0006,1569,0.59,1,1.1407,0.6469
91
+ P003,S0006,1569,2.19,1,-1.3334,1.195
92
+ P001,S0007,1569,2.19,1,-1.3334,1.3415
93
+ P002,S0007,1569,0.59,1,1.1407,0.6219
94
+ P003,S0007,1569,1.59,1,-1.3334,1.0535
95
+ P001,S0008,1569,2.09,1,-1.3334,1.2259
96
+ P002,S0008,1569,0.79,1,1.1407,0.7254
97
+ P003,S0008,1569,1.89,1,-1.3334,1.3021
98
+ P001,S0009,1569,1.49,1,0.9659,1.0867
99
+ P002,S0009,1569,0.99,1,-0.1801,0.5712
100
+ P003,S0009,1569,1.59,1,0.9659,0.9551
101
+ P001,S0010,1569,1.89,1,-1.3334,1.1259
102
+ P002,S0010,1569,0.79,1,1.1407,0.6881
103
+ P003,S0010,1569,2.19,1,-1.3334,1.1562
104
+ P001,S0011,1569,1.69,1,-1.3334,1.1728
105
+ P002,S0011,1569,0.79,1,1.1407,0.6305
106
+ P003,S0011,1569,1.49,1,-1.3334,1.0629
107
+ P001,S0012,1569,1.29,1,0.9659,1.1783
108
+ P002,S0012,1569,0.79,1,-0.1801,0.6772
109
+ P003,S0012,1569,1.19,1,0.9659,1.1125
110
+ P001,S0001,1570,1.29,1,0.9659,1.1516
111
+ P002,S0001,1570,1.09,0,0.0,0.591
112
+ P003,S0001,1570,1.39,1,0.9659,1.0229
113
+ P001,S0002,1570,1.59,1,-1.3334,1.0971
114
+ P002,S0002,1570,1.09,0,0.0,0.617
115
+ P003,S0002,1570,1.59,1,-1.3334,1.0754
116
+ P001,S0003,1570,2.09,1,-0.1936,1.2275
117
+ P002,S0003,1570,0.89,1,-1.8226,0.6646
118
+ P003,S0003,1570,1.79,1,-0.1936,1.1378
119
+ P001,S0004,1570,1.89,1,-1.3334,1.0858
120
+ P002,S0004,1570,1.19,0,0.0,0.7018
121
+ P003,S0004,1570,1.89,1,-1.3334,1.1023
122
+ P001,S0005,1570,1.09,1,0.9659,1.0221
123
+ P002,S0005,1570,0.89,0,0.0,0.5309
124
+ P003,S0005,1570,1.59,1,0.9659,1.1372
125
+ P001,S0006,1570,1.69,1,-1.3334,1.0146
126
+ P002,S0006,1570,1.19,0,0.0,0.6469
127
+ P003,S0006,1570,1.69,1,-1.3334,1.195
128
+ P001,S0007,1570,1.59,1,-1.3334,1.3415
129
+ P002,S0007,1570,1.09,0,0.0,0.6219
130
+ P003,S0007,1570,1.49,1,-1.3334,1.0535
131
+ P001,S0008,1570,2.19,1,-1.3334,1.2259
132
+ P002,S0008,1570,1.29,0,0.0,0.7254
133
+ P003,S0008,1570,2.39,1,-1.3334,1.3021
134
+ P001,S0009,1570,1.09,1,0.9659,1.0867
135
+ P002,S0009,1570,1.09,0,0.0,0.5712
136
+ P003,S0009,1570,1.29,1,0.9659,0.9551
137
+ P001,S0010,1570,1.79,1,-1.3334,1.1259
138
+ P002,S0010,1570,1.19,0,0.0,0.6881
139
+ P003,S0010,1570,1.99,1,-1.3334,1.1562
140
+ P001,S0011,1570,2.09,1,-1.3334,1.1728
141
+ P002,S0011,1570,1.19,0,0.0,0.6305
142
+ P003,S0011,1570,1.79,1,-1.3334,1.0629
143
+ P001,S0012,1570,1.59,1,0.9659,1.1783
144
+ P002,S0012,1570,1.19,0,0.0,0.6772
145
+ P003,S0012,1570,1.89,1,0.9659,1.1125
146
+ P001,S0001,1571,1.39,1,0.9659,0.9596
147
+ P002,S0001,1571,1.09,0,0.0,0.591
148
+ P003,S0001,1571,1.89,1,0.9659,1.0229
149
+ P001,S0002,1571,1.99,0,0.0,1.0971
150
+ P002,S0002,1571,1.09,1,0.1581,0.617
151
+ P003,S0002,1571,1.99,0,0.0,1.0754
152
+ P001,S0003,1571,2.19,0,0.0,1.2275
153
+ P002,S0003,1571,1.19,1,-1.8226,0.6646
154
+ P003,S0003,1571,2.09,0,0.0,1.1378
155
+ P001,S0004,1571,1.89,0,0.0,1.0858
156
+ P002,S0004,1571,0.99,1,0.1581,0.7018
157
+ P003,S0004,1571,1.89,0,0.0,1.1023
158
+ P001,S0005,1571,1.39,1,0.9659,1.0221
159
+ P002,S0005,1571,0.89,0,0.0,0.5309
160
+ P003,S0005,1571,1.59,1,0.9659,1.1372
161
+ P001,S0006,1571,1.89,0,0.0,1.0146
162
+ P002,S0006,1571,0.79,1,0.1581,0.6469
163
+ P003,S0006,1571,2.19,0,0.0,1.195
164
+ P001,S0007,1571,2.49,0,0.0,1.3415
165
+ P002,S0007,1571,0.69,1,0.1581,0.6219
166
+ P003,S0007,1571,1.89,0,0.0,1.0535
167
+ P001,S0008,1571,2.19,0,0.0,1.2259
168
+ P002,S0008,1571,0.69,1,0.1581,0.5621
169
+ P003,S0008,1571,2.39,0,0.0,1.3021
170
+ P001,S0009,1571,1.19,1,0.9659,1.0867
171
+ P002,S0009,1571,1.09,0,0.0,0.5712
172
+ P003,S0009,1571,1.09,1,0.9659,0.9551
173
+ P001,S0010,1571,1.89,0,0.0,1.1259
174
+ P002,S0010,1571,0.99,1,0.1581,0.6881
175
+ P003,S0010,1571,2.19,0,0.0,1.1562
176
+ P001,S0011,1571,2.09,0,0.0,1.1728
177
+ P002,S0011,1571,0.79,1,0.1581,0.6305
178
+ P003,S0011,1571,1.89,0,0.0,1.0629
179
+ P001,S0012,1571,1.19,1,0.9659,1.1783
180
+ P002,S0012,1571,1.19,0,0.0,0.6772
181
+ P003,S0012,1571,1.19,1,0.9659,1.1125
182
+ P001,S0001,1572,1.69,0,0.0,0.9596
183
+ P002,S0001,1572,1.09,0,0.0,0.591
184
+ P003,S0001,1572,1.89,0,0.0,1.0229
185
+ P001,S0002,1572,1.99,0,0.0,1.0971
186
+ P002,S0002,1572,0.99,1,0.1581,0.617
187
+ P003,S0002,1572,1.89,0,0.0,0.9819
188
+ P001,S0003,1572,2.19,0,0.0,1.2275
189
+ P002,S0003,1572,1.19,0,0.0,0.6646
190
+ P003,S0003,1572,2.09,0,0.0,1.1378
191
+ P001,S0004,1572,1.59,0,0.0,0.8389
192
+ P002,S0004,1572,0.89,1,0.1581,0.7018
193
+ P003,S0004,1572,1.69,0,0.0,0.9752
194
+ P001,S0005,1572,1.89,0,0.0,1.0221
195
+ P002,S0005,1572,0.89,0,0.0,0.5309
196
+ P003,S0005,1572,1.99,0,0.0,1.1372
197
+ P001,S0006,1572,1.89,0,0.0,1.0146
198
+ P002,S0006,1572,0.89,1,0.1581,0.6469
199
+ P003,S0006,1572,2.19,0,0.0,1.195
200
+ P001,S0007,1572,2.49,0,0.0,1.3415
201
+ P002,S0007,1572,0.89,1,0.1581,0.6219
202
+ P003,S0007,1572,1.89,0,0.0,1.0535
203
+ P001,S0008,1572,2.19,0,0.0,1.2259
204
+ P002,S0008,1572,0.59,1,0.1581,0.5621
205
+ P003,S0008,1572,2.39,0,0.0,1.3021
206
+ P001,S0009,1572,2.09,0,0.0,1.0867
207
+ P002,S0009,1572,1.09,0,0.0,0.5712
208
+ P003,S0009,1572,1.79,0,0.0,0.9551
209
+ P001,S0010,1572,1.89,0,0.0,1.1259
210
+ P002,S0010,1572,0.69,1,0.1581,0.6881
211
+ P003,S0010,1572,2.19,0,0.0,1.1562
212
+ P001,S0011,1572,2.09,0,0.0,1.1728
213
+ P002,S0011,1572,0.79,1,0.1581,0.6305
214
+ P003,S0011,1572,1.89,0,0.0,1.0629
215
+ P001,S0012,1572,2.19,0,0.0,1.1783
216
+ P002,S0012,1572,1.19,0,0.0,0.6772
217
+ P003,S0012,1572,2.09,0,0.0,1.1125
218
+ P001,S0001,1573,1.69,0,0.0,0.9596
219
+ P002,S0001,1573,1.09,0,0.0,0.591
220
+ P003,S0001,1573,1.89,0,0.0,1.0229
221
+ P001,S0002,1573,1.69,0,0.0,0.9266
222
+ P002,S0002,1573,1.09,0,0.0,0.617
223
+ P003,S0002,1573,1.89,0,0.0,0.9819
224
+ P001,S0003,1573,2.19,0,0.0,1.2275
225
+ P002,S0003,1573,1.19,0,0.0,0.6646
226
+ P003,S0003,1573,2.09,0,0.0,1.1378
227
+ P001,S0004,1573,1.59,0,0.0,0.8389
228
+ P002,S0004,1573,0.99,0,0.0,0.5409
229
+ P003,S0004,1573,1.69,0,0.0,0.9752
230
+ P001,S0005,1573,1.89,0,0.0,1.0221
231
+ P002,S0005,1573,0.89,0,0.0,0.5309
232
+ P003,S0005,1573,1.99,0,0.0,1.1372
233
+ P001,S0006,1573,1.89,0,0.0,1.0146
234
+ P002,S0006,1573,1.19,0,0.0,0.6469
235
+ P003,S0006,1573,2.19,0,0.0,1.195
236
+ P001,S0007,1573,2.49,0,0.0,1.3415
237
+ P002,S0007,1573,1.09,0,0.0,0.6219
238
+ P003,S0007,1573,1.89,0,0.0,1.0535
239
+ P001,S0008,1573,2.19,0,0.0,1.2259
240
+ P002,S0008,1573,0.99,0,0.0,0.5621
241
+ P003,S0008,1573,2.39,0,0.0,1.3021
242
+ P001,S0009,1573,2.09,0,0.0,1.0867
243
+ P002,S0009,1573,1.09,0,0.0,0.5712
244
+ P003,S0009,1573,1.79,0,0.0,0.9551
245
+ P001,S0010,1573,1.89,0,0.0,1.1259
246
+ P002,S0010,1573,1.19,0,0.0,0.6881
247
+ P003,S0010,1573,1.79,0,0.0,0.9902
248
+ P001,S0011,1573,2.09,0,0.0,1.1728
249
+ P002,S0011,1573,1.19,0,0.0,0.6305
250
+ P003,S0011,1573,1.89,0,0.0,1.0629
251
+ P001,S0012,1573,2.19,0,0.0,1.1783
252
+ P002,S0012,1573,1.19,0,0.0,0.6772
253
+ P003,S0012,1573,2.09,0,0.0,1.1125
254
+ P001,S0001,1574,1.69,0,0.0,0.9596
255
+ P002,S0001,1574,1.09,0,0.0,0.591
256
+ P003,S0001,1574,1.89,0,0.0,1.0229
257
+ P001,S0002,1574,1.69,0,0.0,0.9266
258
+ P002,S0002,1574,1.09,0,0.0,0.617
259
+ P003,S0002,1574,1.89,0,0.0,0.9819
260
+ P001,S0003,1574,2.19,0,0.0,1.2275
261
+ P002,S0003,1574,1.19,0,0.0,0.6646
262
+ P003,S0003,1574,2.09,0,0.0,1.1378
263
+ P001,S0004,1574,1.59,0,0.0,0.8389
264
+ P002,S0004,1574,0.99,0,0.0,0.5409
265
+ P003,S0004,1574,1.59,0,0.0,0.8875
266
+ P001,S0005,1574,1.89,0,0.0,1.0221
267
+ P002,S0005,1574,0.89,0,0.0,0.5021
268
+ P003,S0005,1574,1.99,0,0.0,1.1372
269
+ P001,S0006,1574,1.89,0,0.0,1.0146
270
+ P002,S0006,1574,1.19,0,0.0,0.6469
271
+ P003,S0006,1574,1.79,0,0.0,0.9448
272
+ P001,S0007,1574,2.49,0,0.0,1.3415
273
+ P002,S0007,1574,1.09,0,0.0,0.6219
274
+ P003,S0007,1574,1.89,0,0.0,1.0535
275
+ P001,S0008,1574,2.19,0,0.0,1.2259
276
+ P002,S0008,1574,0.99,0,0.0,0.5621
277
+ P003,S0008,1574,2.39,0,0.0,1.3021
278
+ P001,S0009,1574,2.09,0,0.0,1.0867
279
+ P002,S0009,1574,1.09,0,0.0,0.5712
280
+ P003,S0009,1574,1.79,0,0.0,0.9551
281
+ P001,S0010,1574,1.89,0,0.0,1.1259
282
+ P002,S0010,1574,1.19,0,0.0,0.6881
283
+ P003,S0010,1574,1.79,0,0.0,0.9902
284
+ P001,S0011,1574,2.09,0,0.0,1.1728
285
+ P002,S0011,1574,1.19,0,0.0,0.6305
286
+ P003,S0011,1574,1.89,0,0.0,1.0629
287
+ P001,S0012,1574,2.19,0,0.0,1.1783
288
+ P002,S0012,1574,1.19,0,0.0,0.6772
289
+ P003,S0012,1574,2.09,0,0.0,1.1125
290
+ P001,S0001,1575,1.69,0,0.0,0.9596
291
+ P002,S0001,1575,1.09,0,0.0,0.591
292
+ P003,S0001,1575,1.89,0,0.0,1.0229
293
+ P001,S0002,1575,1.69,0,0.0,0.9266
294
+ P002,S0002,1575,0.89,1,-0.4569,0.617
295
+ P003,S0002,1575,1.89,0,0.0,0.9819
296
+ P001,S0003,1575,2.19,0,0.0,1.2275
297
+ P002,S0003,1575,1.19,0,0.0,0.6646
298
+ P003,S0003,1575,2.09,0,0.0,1.1378
299
+ P001,S0004,1575,1.59,0,0.0,0.8389
300
+ P002,S0004,1575,0.79,1,-0.4569,0.5409
301
+ P003,S0004,1575,1.59,0,0.0,0.8875
302
+ P001,S0005,1575,1.89,0,0.0,1.0221
303
+ P002,S0005,1575,0.89,0,0.0,0.5021
304
+ P003,S0005,1575,1.99,0,0.0,1.1372
305
+ P001,S0006,1575,1.89,0,0.0,1.0146
306
+ P002,S0006,1575,0.89,1,-0.4569,0.6469
307
+ P003,S0006,1575,1.79,0,0.0,0.9448
308
+ P001,S0007,1575,2.49,0,0.0,1.3415
309
+ P002,S0007,1575,0.69,1,-0.4569,0.5457
310
+ P003,S0007,1575,1.89,0,0.0,1.0535
311
+ P001,S0008,1575,1.79,0,0.0,0.9909
312
+ P002,S0008,1575,0.89,1,-0.4569,0.5621
313
+ P003,S0008,1575,1.59,0,0.0,0.8972
314
+ P001,S0009,1575,2.09,0,0.0,1.0867
315
+ P002,S0009,1575,1.09,0,0.0,0.5712
316
+ P003,S0009,1575,1.79,0,0.0,0.9551
317
+ P001,S0010,1575,1.89,0,0.0,1.1259
318
+ P002,S0010,1575,1.09,1,-0.4569,0.6881
319
+ P003,S0010,1575,1.79,0,0.0,0.9902
320
+ P001,S0011,1575,2.09,0,0.0,1.1728
321
+ P002,S0011,1575,0.99,1,-0.4569,0.6305
322
+ P003,S0011,1575,1.89,0,0.0,1.0629
323
+ P001,S0012,1575,2.19,0,0.0,1.1783
324
+ P002,S0012,1575,1.19,0,0.0,0.6772
325
+ P003,S0012,1575,2.09,0,0.0,1.1125
326
+ P001,S0001,1576,1.69,0,0.0,0.9596
327
+ P002,S0001,1576,1.09,0,0.0,0.591
328
+ P003,S0001,1576,1.99,0,0.0,1.0734
329
+ P001,S0002,1576,1.69,0,0.0,0.9266
330
+ P002,S0002,1576,0.99,1,-0.4569,0.617
331
+ P003,S0002,1576,1.89,0,0.0,0.9819
332
+ P001,S0003,1576,2.19,0,0.0,1.2275
333
+ P002,S0003,1576,1.19,0,0.0,0.6646
334
+ P003,S0003,1576,2.09,0,0.0,1.1378
335
+ P001,S0004,1576,1.59,0,0.0,0.8389
336
+ P002,S0004,1576,0.79,1,-0.4569,0.5409
337
+ P003,S0004,1576,1.59,0,0.0,0.8875
338
+ P001,S0005,1576,1.89,0,0.0,1.0221
339
+ P002,S0005,1576,0.89,0,0.0,0.5021
340
+ P003,S0005,1576,1.99,0,0.0,1.1372
341
+ P001,S0006,1576,1.89,0,0.0,1.0146
342
+ P002,S0006,1576,0.89,1,-0.4569,0.6469
343
+ P003,S0006,1576,1.79,0,0.0,0.9448
344
+ P001,S0007,1576,2.49,0,0.0,1.3415
345
+ P002,S0007,1576,0.79,1,-0.4569,0.5457
346
+ P003,S0007,1576,1.89,0,0.0,1.0535
347
+ P001,S0008,1576,1.79,0,0.0,0.9909
348
+ P002,S0008,1576,0.99,1,-0.4569,0.5621
349
+ P003,S0008,1576,1.59,0,0.0,0.8972
350
+ P001,S0009,1576,2.09,0,0.0,1.0867
351
+ P002,S0009,1576,1.09,0,0.0,0.5712
352
+ P003,S0009,1576,1.79,0,0.0,0.9551
353
+ P001,S0010,1576,1.89,0,0.0,1.1259
354
+ P002,S0010,1576,0.79,1,-0.4569,0.6881
355
+ P003,S0010,1576,1.79,0,0.0,0.9902
356
+ P001,S0011,1576,2.09,0,0.0,1.1728
357
+ P002,S0011,1576,0.69,1,-0.4569,0.6305
358
+ P003,S0011,1576,1.89,0,0.0,1.0629
359
+ P001,S0012,1576,2.19,0,0.0,1.1783
360
+ P002,S0012,1576,1.19,0,0.0,0.6772
361
+ P003,S0012,1576,2.09,0,0.0,1.1125
362
+ P001,S0001,1577,1.69,0,0.0,0.9596
363
+ P002,S0001,1577,1.39,0,0.0,0.7523
364
+ P003,S0001,1577,1.99,0,0.0,1.0734
365
+ P001,S0002,1577,1.69,0,0.0,0.9266
366
+ P002,S0002,1577,0.89,1,-0.4569,0.617
367
+ P003,S0002,1577,1.89,0,0.0,0.9819
368
+ P001,S0003,1577,2.19,0,0.0,1.2275
369
+ P002,S0003,1577,1.19,0,0.0,0.6646
370
+ P003,S0003,1577,2.09,0,0.0,1.1378
371
+ P001,S0004,1577,1.59,0,0.0,0.8389
372
+ P002,S0004,1577,0.89,1,-0.4569,0.5409
373
+ P003,S0004,1577,1.59,0,0.0,0.8875
374
+ P001,S0005,1577,1.89,0,0.0,1.0221
375
+ P002,S0005,1577,0.89,0,0.0,0.5021
376
+ P003,S0005,1577,1.99,0,0.0,1.1372
377
+ P001,S0006,1577,1.89,0,0.0,1.0146
378
+ P002,S0006,1577,0.89,1,-0.4569,0.6469
379
+ P003,S0006,1577,1.79,0,0.0,0.9448
380
+ P001,S0007,1577,2.49,0,0.0,1.3415
381
+ P002,S0007,1577,0.69,1,-0.4569,0.5457
382
+ P003,S0007,1577,1.89,0,0.0,1.0535
383
+ P001,S0008,1577,1.79,0,0.0,0.9909
384
+ P002,S0008,1577,0.69,1,-0.4569,0.5621
385
+ P003,S0008,1577,1.59,0,0.0,0.8972
386
+ P001,S0009,1577,2.09,0,0.0,1.0867
387
+ P002,S0009,1577,1.09,0,0.0,0.5712
388
+ P003,S0009,1577,1.79,0,0.0,0.9551
389
+ P001,S0010,1577,1.89,0,0.0,1.1259
390
+ P002,S0010,1577,0.99,1,-0.4569,0.6881
391
+ P003,S0010,1577,1.79,0,0.0,0.9902
392
+ P001,S0011,1577,2.09,0,0.0,1.1728
393
+ P002,S0011,1577,1.09,1,-0.4569,0.6305
394
+ P003,S0011,1577,1.89,0,0.0,1.0629
395
+ P001,S0012,1577,2.19,0,0.0,1.1783
396
+ P002,S0012,1577,1.19,0,0.0,0.6772
397
+ P003,S0012,1577,2.09,0,0.0,1.1125
398
+ P001,S0001,1578,1.69,0,0.0,0.9596
399
+ P002,S0001,1578,1.39,0,0.0,0.7523
400
+ P003,S0001,1578,1.99,0,0.0,1.0734
401
+ P001,S0002,1578,1.69,0,0.0,0.9266
402
+ P002,S0002,1578,0.89,1,-0.4569,0.617
403
+ P003,S0002,1578,1.89,0,0.0,0.9819
404
+ P001,S0003,1578,2.19,0,0.0,1.2275
405
+ P002,S0003,1578,1.19,0,0.0,0.6646
406
+ P003,S0003,1578,2.09,0,0.0,1.1378
407
+ P001,S0004,1578,1.59,0,0.0,0.8389
408
+ P002,S0004,1578,0.69,1,-0.4569,0.5409
409
+ P003,S0004,1578,1.59,0,0.0,0.8875
410
+ P001,S0005,1578,1.89,0,0.0,1.0221
411
+ P002,S0005,1578,0.89,0,0.0,0.5021
412
+ P003,S0005,1578,1.99,0,0.0,1.1372
413
+ P001,S0006,1578,1.89,0,0.0,1.0146
414
+ P002,S0006,1578,0.79,1,-0.4569,0.6469
415
+ P003,S0006,1578,1.79,0,0.0,0.9448
416
+ P001,S0007,1578,2.49,0,0.0,1.3415
417
+ P002,S0007,1578,0.79,1,-0.4569,0.5457
418
+ P003,S0007,1578,1.89,0,0.0,1.0535
419
+ P001,S0008,1578,1.99,0,0.0,1.121
420
+ P002,S0008,1578,0.99,1,-0.4569,0.5621
421
+ P003,S0008,1578,1.59,0,0.0,0.8972
422
+ P001,S0009,1578,2.09,0,0.0,1.0867
423
+ P002,S0009,1578,1.09,0,0.0,0.5712
424
+ P003,S0009,1578,1.79,0,0.0,0.9551
425
+ P001,S0010,1578,1.89,0,0.0,1.1259
426
+ P002,S0010,1578,0.99,1,-0.4569,0.6881
427
+ P003,S0010,1578,1.79,0,0.0,0.9902
428
+ P001,S0011,1578,2.09,0,0.0,1.1728
429
+ P002,S0011,1578,1.19,1,-0.4569,0.6305
430
+ P003,S0011,1578,1.89,0,0.0,1.0629
431
+ P001,S0012,1578,2.19,0,0.0,1.1783
432
+ P002,S0012,1578,1.19,0,0.0,0.6772
433
+ P003,S0012,1578,2.09,0,0.0,1.1125
434
+ P001,S0001,1579,1.69,0,0.0,0.9596
435
+ P002,S0001,1579,0.89,1,-0.1737,0.7372
436
+ P003,S0001,1579,1.99,0,0.0,1.0734
437
+ P001,S0002,1579,1.69,0,0.0,0.9266
438
+ P002,S0002,1579,1.09,0,0.0,0.617
439
+ P003,S0002,1579,1.89,0,0.0,0.9819
440
+ P001,S0003,1579,2.19,0,0.0,1.2275
441
+ P002,S0003,1579,1.19,0,0.0,0.6646
442
+ P003,S0003,1579,2.09,0,0.0,1.1378
443
+ P001,S0004,1579,1.59,0,0.0,0.8389
444
+ P002,S0004,1579,0.99,0,0.0,0.5409
445
+ P003,S0004,1579,1.59,0,0.0,0.8875
446
+ P001,S0005,1579,1.89,0,0.0,1.0221
447
+ P002,S0005,1579,0.59,1,-0.1737,0.5021
448
+ P003,S0005,1579,1.99,0,0.0,1.1372
449
+ P001,S0006,1579,1.89,0,0.0,1.0146
450
+ P002,S0006,1579,1.19,0,0.0,0.6469
451
+ P003,S0006,1579,1.79,0,0.0,0.9448
452
+ P001,S0007,1579,2.49,0,0.0,1.3415
453
+ P002,S0007,1579,1.09,0,0.0,0.5457
454
+ P003,S0007,1579,1.89,0,0.0,1.0535
455
+ P001,S0008,1579,2.19,0,0.0,1.2579
456
+ P002,S0008,1579,0.99,0,0.0,0.5621
457
+ P003,S0008,1579,1.59,0,0.0,0.8972
458
+ P001,S0009,1579,2.09,0,0.0,1.0867
459
+ P002,S0009,1579,0.89,1,-0.1737,0.5712
460
+ P003,S0009,1579,1.79,0,0.0,0.9551
461
+ P001,S0010,1579,2.29,0,0.0,1.2112
462
+ P002,S0010,1579,1.19,0,0.0,0.6881
463
+ P003,S0010,1579,1.79,0,0.0,0.9902
464
+ P001,S0011,1579,2.09,0,0.0,1.1728
465
+ P002,S0011,1579,1.19,0,0.0,0.6305
466
+ P003,S0011,1579,1.89,0,0.0,1.0629
467
+ P001,S0012,1579,2.19,0,0.0,1.1783
468
+ P002,S0012,1579,0.89,1,-0.1737,0.6772
469
+ P003,S0012,1579,2.09,0,0.0,1.1125
470
+ P001,S0001,1580,1.69,0,0.0,0.9596
471
+ P002,S0001,1580,0.69,1,-0.1737,0.7372
472
+ P003,S0001,1580,1.99,0,0.0,1.0734
473
+ P001,S0002,1580,0.99,1,1.9768,0.9266
474
+ P002,S0002,1580,1.09,0,0.0,0.617
475
+ P003,S0002,1580,1.09,1,1.9768,0.9819
476
+ P001,S0003,1580,2.19,0,0.0,1.2275
477
+ P002,S0003,1580,1.19,0,0.0,0.6646
478
+ P003,S0003,1580,2.09,0,0.0,1.1378
479
+ P001,S0004,1580,0.89,1,1.9768,0.8389
480
+ P002,S0004,1580,0.99,0,0.0,0.5409
481
+ P003,S0004,1580,0.89,1,1.9768,0.8875
482
+ P001,S0005,1580,1.89,0,0.0,1.0221
483
+ P002,S0005,1580,0.59,1,-0.1737,0.5021
484
+ P003,S0005,1580,1.99,0,0.0,1.1372
485
+ P001,S0006,1580,1.19,1,1.9768,1.0146
486
+ P002,S0006,1580,1.19,0,0.0,0.6469
487
+ P003,S0006,1580,0.99,1,1.9768,0.9448
488
+ P001,S0007,1580,1.39,1,1.9768,1.3415
489
+ P002,S0007,1580,1.09,0,0.0,0.5457
490
+ P003,S0007,1580,0.99,1,1.9768,1.0535
491
+ P001,S0008,1580,1.29,1,1.9768,1.2579
492
+ P002,S0008,1580,0.99,0,0.0,0.5621
493
+ P003,S0008,1580,0.99,1,1.9768,0.8972
494
+ P001,S0009,1580,2.09,0,0.0,1.0867
495
+ P002,S0009,1580,1.09,1,-0.1737,0.7068
496
+ P003,S0009,1580,1.79,0,0.0,0.9551
497
+ P001,S0010,1580,1.29,1,1.9768,1.2112
498
+ P002,S0010,1580,1.19,0,0.0,0.6881
499
+ P003,S0010,1580,0.99,1,1.9768,0.9902
500
+ P001,S0011,1580,1.29,1,1.9768,1.1728
501
+ P002,S0011,1580,1.19,0,0.0,0.6305
502
+ P003,S0011,1580,1.09,1,1.9768,1.0629
503
+ P001,S0012,1580,2.19,0,0.0,1.1783
504
+ P002,S0012,1580,0.99,1,-0.1737,0.6772
505
+ P003,S0012,1580,2.09,0,0.0,1.1125
506
+ P001,S0001,1581,1.69,0,0.0,0.9596
507
+ P002,S0001,1581,1.39,0,0.0,0.7372
508
+ P003,S0001,1581,1.99,0,0.0,1.0734
509
+ P001,S0002,1581,1.69,0,0.0,0.9266
510
+ P002,S0002,1581,1.09,0,0.0,0.617
511
+ P003,S0002,1581,1.89,0,0.0,0.9819
512
+ P001,S0003,1581,1.19,1,1.2358,1.2275
513
+ P002,S0003,1581,1.19,0,0.0,0.6646
514
+ P003,S0003,1581,1.39,1,1.2358,1.1378
515
+ P001,S0004,1581,1.59,0,0.0,0.8389
516
+ P002,S0004,1581,0.99,0,0.0,0.5409
517
+ P003,S0004,1581,1.59,0,0.0,0.8875
518
+ P001,S0005,1581,1.89,0,0.0,1.0221
519
+ P002,S0005,1581,0.89,0,0.0,0.5021
520
+ P003,S0005,1581,1.99,0,0.0,1.1372
521
+ P001,S0006,1581,1.89,0,0.0,1.0146
522
+ P002,S0006,1581,1.19,0,0.0,0.6469
523
+ P003,S0006,1581,1.79,0,0.0,0.9448
524
+ P001,S0007,1581,2.49,0,0.0,1.3415
525
+ P002,S0007,1581,1.09,0,0.0,0.5457
526
+ P003,S0007,1581,1.89,0,0.0,1.0535
527
+ P001,S0008,1581,2.19,0,0.0,1.2579
528
+ P002,S0008,1581,0.99,0,0.0,0.5621
529
+ P003,S0008,1581,1.59,0,0.0,0.8972
530
+ P001,S0009,1581,2.09,0,0.0,1.0867
531
+ P002,S0009,1581,1.29,0,0.0,0.7068
532
+ P003,S0009,1581,1.99,0,0.0,1.0962
533
+ P001,S0010,1581,2.29,0,0.0,1.2112
534
+ P002,S0010,1581,1.19,0,0.0,0.6881
535
+ P003,S0010,1581,1.79,0,0.0,0.9902
536
+ P001,S0011,1581,2.09,0,0.0,1.1004
537
+ P002,S0011,1581,1.19,0,0.0,0.6305
538
+ P003,S0011,1581,1.89,0,0.0,1.0629
539
+ P001,S0012,1581,2.19,0,0.0,1.1783
540
+ P002,S0012,1581,1.19,0,0.0,0.6772
541
+ P003,S0012,1581,2.09,0,0.0,1.1125
542
+ P001,S0001,1582,1.69,0,0.0,0.9596
543
+ P002,S0001,1582,1.39,0,0.0,0.7372
544
+ P003,S0001,1582,2.09,0,0.0,1.1569
545
+ P001,S0002,1582,1.69,0,0.0,0.9266
546
+ P002,S0002,1582,0.79,1,-1.4818,0.617
547
+ P003,S0002,1582,1.89,0,0.0,0.9819
548
+ P001,S0003,1582,1.39,1,1.2358,1.2275
549
+ P002,S0003,1582,1.19,0,0.0,0.6646
550
+ P003,S0003,1582,1.59,1,1.2358,1.1378
551
+ P001,S0004,1582,1.59,0,0.0,0.8389
552
+ P002,S0004,1582,0.79,1,-1.4818,0.5409
553
+ P003,S0004,1582,1.59,0,0.0,0.8875
554
+ P001,S0005,1582,1.89,0,0.0,1.0221
555
+ P002,S0005,1582,0.89,0,0.0,0.5021
556
+ P003,S0005,1582,1.99,0,0.0,1.1372
557
+ P001,S0006,1582,1.89,0,0.0,1.0146
558
+ P002,S0006,1582,0.89,1,-1.4818,0.6469
559
+ P003,S0006,1582,1.79,0,0.0,0.9448
560
+ P001,S0007,1582,2.49,0,0.0,1.3415
561
+ P002,S0007,1582,1.09,1,-1.4818,0.5457
562
+ P003,S0007,1582,2.09,0,0.0,1.1901
563
+ P001,S0008,1582,2.19,0,0.0,1.2579
564
+ P002,S0008,1582,0.89,1,-1.4818,0.5621
565
+ P003,S0008,1582,1.59,0,0.0,0.8972
566
+ P001,S0009,1582,2.09,0,0.0,1.0867
567
+ P002,S0009,1582,1.29,0,0.0,0.7068
568
+ P003,S0009,1582,1.99,0,0.0,1.0962
569
+ P001,S0010,1582,2.29,0,0.0,1.2112
570
+ P002,S0010,1582,0.99,1,-1.4818,0.6881
571
+ P003,S0010,1582,1.79,0,0.0,0.9902
572
+ P001,S0011,1582,2.09,0,0.0,1.1004
573
+ P002,S0011,1582,0.99,1,-1.4818,0.6305
574
+ P003,S0011,1582,1.89,0,0.0,1.0629
575
+ P001,S0012,1582,2.19,0,0.0,1.1783
576
+ P002,S0012,1582,1.19,0,0.0,0.6772
577
+ P003,S0012,1582,2.19,0,0.0,1.2307
dev/simple_covariance_probit_endogenous_seed001/public/transactions_train_public.csv ADDED
The diff for this file is too large to render. See raw diff
 
dev/simple_covariance_probit_endogenous_seed001/release/DATASHEET.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Datasheet
2
+
3
+ ## Motivation
4
+
5
+ This benchmark studies counterfactual price-policy demand prediction when observed prices and promotions are endogenous.
6
+
7
+ ## Composition
8
+
9
+ - Category: facial tissue.
10
+ - Transaction unit: aggregate SKU-store-week, released as positive-sales (units>0) rows only (raw-scanner style). Stores carry a permanent SUBSET of the 40-SKU catalog; public carriage := >=1 positive train-window row for a (product, store) pair. The per-(product,store) stocking matrix is a HIDDEN artifact (hidden/stocking_matrix_hidden.csv), never a public matrix — absence of rows is the only public carriage signal.
11
+ - Product metadata: structured attributes, family-level product text, and image specs/paths for complex cells; compact structured attributes only for simple cells.
12
+ - Public store information: anonymized store IDs only.
13
+ - Public instrument-like variable: supply-cost proxy in the transaction/context rows.
14
+ - Demand framing: log-log cells are conditional category demand. covariance-probit cells use a two-stage structural model (incidence + J-only conditional choice; no outside option).
15
+
16
+ ## Hidden Data
17
+
18
+ Hidden files contain true DGP parameters, latent shocks, hidden product distance and cross-price matrices, hidden store covariates, the permanent per-(product,store) stocking matrix, IRI calibration quantities, and counterfactual truth.
19
+
20
+ ## Calibration Snapshot
21
+
22
+ - Zero-sales rate (legacy balanced-grid reference — NOT the released public file, which is positive-rows-only; released realism is characterized by per-store carriage + within-active intermittency): IRI 0.353, synthetic 0.349.
23
+ - Promo rate: IRI 0.368, synthetic 0.256.
24
+ - Median unit price: IRI 0.990, synthetic 1.390.
dev/simple_covariance_probit_endogenous_seed001/release/MANIFEST.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generated_at": "2026-07-18T05:46:44.838681+00:00",
3
+ "benchmark": "CARD (Causal Recovery of Demand)",
4
+ "active_cell": {
5
+ "model_family": "covariance_probit",
6
+ "endogeneity": "on",
7
+ "market_complexity": "simple",
8
+ "seed": 1
9
+ },
10
+ "role": "dev (scoring truth included)",
11
+ "files": [
12
+ {
13
+ "path": "hidden/counterfactual_sweep_truth_hidden.csv",
14
+ "size_bytes": 1727050,
15
+ "sha256": "fe8736cf9d37e994cdaabaf1ffb355ce44d753b702f0c3259da06a814ec8d4a4"
16
+ },
17
+ {
18
+ "path": "hidden/elasticity_truth_hidden.csv",
19
+ "size_bytes": 573,
20
+ "sha256": "84f6eb3da8cb56718fea6732f49c0b0d838e69b5ae69faf6fe64112640de04f3"
21
+ },
22
+ {
23
+ "path": "hidden/transactions_full_hidden.csv",
24
+ "size_bytes": 254284,
25
+ "sha256": "9d2661347129a46333e091b56136d24af4916766f7a1dc3f7450e8fc4a01c9cb"
26
+ },
27
+ {
28
+ "path": "public/counterfactual_sweep_context_public.csv",
29
+ "size_bytes": 571706,
30
+ "sha256": "ae784f9aa152fa1961de7a73e84898fb2fcee0597c522e46af3fd11599c53b69"
31
+ },
32
+ {
33
+ "path": "public/products_public.csv",
34
+ "size_bytes": 62,
35
+ "sha256": "cd423c765d06b1fdd4980dc7851200566fddede19456e1b8114cde90f274b6aa"
36
+ },
37
+ {
38
+ "path": "public/stores_public.csv",
39
+ "size_bytes": 344,
40
+ "sha256": "02b0bb013ff9177685df4345eeb2b0112857212f4db5890afa730f0a900abb4d"
41
+ },
42
+ {
43
+ "path": "public/transactions_holdout_context_public.csv",
44
+ "size_bytes": 20311,
45
+ "sha256": "82eb3e1742ccc415c74b7eba88bc6836f33d83f1e7b765df5b67b7740823574e"
46
+ },
47
+ {
48
+ "path": "public/transactions_train_public.csv",
49
+ "size_bytes": 153470,
50
+ "sha256": "13b3dca76a89c436160025632f00ebcb3e3d8bdb924474e515515c9300d88c44"
51
+ },
52
+ {
53
+ "path": "release/DATASHEET.md",
54
+ "size_bytes": 1703,
55
+ "sha256": "bcbc5cd23b536f419c8ef5becc178a322fc742168220fc6e35f3b28c86f5a38f"
56
+ },
57
+ {
58
+ "path": "release/release_notes.md",
59
+ "size_bytes": 2119,
60
+ "sha256": "a743d4b19478c4603249c50ab7f2c5b29b143f130df97db4d0f068cb53709d82"
61
+ },
62
+ {
63
+ "path": "release/scoring_params.json",
64
+ "size_bytes": 287,
65
+ "sha256": "7a9e89bf804c9b69b7f379273fc06d59efac8adb254a380c29351640a79d69d6"
66
+ }
67
+ ]
68
+ }
dev/simple_covariance_probit_endogenous_seed001/release/release_notes.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Causal Demand Benchmark First Pipeline Run
2
+
3
+ This release folder contains the public-facing files for one benchmark cell:
4
+ simple market, covariance_probit DGP, endogeneity on, seed 001.
5
+
6
+ ## Files
7
+
8
+ - `public/products_public.csv`: public SKU metadata, family-level text, structured attributes, and image specs.
9
+ - `public/transactions_train_public.csv`: positive-sales (units>0) SKU-store-week transaction rows with anonymized store IDs and public supply-cost proxy. Stores carry a permanent subset of the 40-SKU catalog; carriage is inferable from row presence (>=1 positive train-window row) but is NOT released as an explicit matrix.
10
+ - `public/counterfactual_context_public.csv`: price-policy intervention context.
11
+
12
+ Hidden DGP parameters, store covariates, calibration quantities, and counterfactual truth are intentionally outside this public release folder.
13
+
14
+ covariance_probit cells use a two-stage structural model: (1) a purchase-incidence model sets the total category demand per (store, week) via `market_size_st = M_0 * Total_Households[s] * seasonality_t * exp(rho*CV_st) * exp(lambda*G_mt + eps)`, where CV_st = log sum_j exp(Vbar_jst) is the category value (inclusive value of the same brand-choice utilities; Bucklin & Gupta 1992), calibrated against total IRI units; (2) conditional choice is J-only over the J inside products (no outside option). The exogenous inputs `public/households_public.csv` and `public/seasonality_index_public.csv` are released; the realized market-size proxy is retired (option A) so the hidden price response cannot be divided out.
15
+ Simple cells intentionally omit product text and images.
16
+
17
+ ## Selection
18
+
19
+ - SKU count: 3
20
+ - SKU cumulative IRI revenue share: 0.1369
21
+ - Synthetic stores: 12
22
+ - Synthetic weeks: 156
23
+
24
+
25
+ ## CARD packaging (v0.1)
26
+
27
+ - Two legacy counterfactual context files (DGP-construction fixtures the scorer ignores) are not included in this release.
28
+ - `stores_public.market` and `products_public.brand_code` are pseudonymized (consistent across cells and future seeds).
29
+ - `release/scoring_params.json` carries the scoring config (family, eval-window length, version).
dev/simple_covariance_probit_endogenous_seed001/release/scoring_params.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "benchmark_version": "9f30910+djk.a5ec4c8a",
3
+ "benchmark_family": {
4
+ "active_cell": {
5
+ "model_family": "covariance_probit",
6
+ "endogeneity": "on",
7
+ "market_complexity": "simple",
8
+ "seed": 1
9
+ }
10
+ },
11
+ "simulation": {
12
+ "counterfactual_eval_weeks": 16
13
+ }
14
+ }