Skip to content

Commit 9271cb6

Browse files
committed
Naive error data for high dimensional simulations
1 parent 7ddf9ac commit 9271cb6

File tree

56 files changed

+543
-544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+543
-544
lines changed

functions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ compute_error_elliptical <- function(sigma_hat, r_hat, alpha, p) {
307307
#'
308308
#' @return Double, naive error.
309309
compute_error_axes <- function(sigma_hat, r_hat, alpha, p) {
310-
d <- ncol(sigma)
310+
d <- ncol(sigma_hat)
311311

312312
# (1-p)-quantile of the generating variate
313313
r <- sqrt(d * stats::qf(1 - p, d, alpha))
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
s,d,n,p,k,seed,error_med,num_na
2-
100,2,1000,high,large,278,0.34248482421811344,9
3-
100,3,1000,high,large,278,0.3831055561203119,12
4-
100,4,1000,high,large,278,0.37972714405868335,12
5-
100,5,1000,high,large,278,0.4281774252071046,16
6-
100,6,1000,high,large,278,0.4472889276267006,21
7-
100,7,1000,high,large,278,0.48588215545693947,27
8-
100,8,1000,high,large,278,0.5004752159755683,26
9-
100,9,1000,high,large,278,0.45770601271528244,29
10-
100,10,1000,high,large,278,0.500100466548818,20
11-
100,11,1000,high,large,278,0.5661713129750703,31
12-
100,12,1000,high,large,278,0.5482444113069798,38
13-
100,13,1000,high,large,278,0.5458014141873787,32
14-
100,14,1000,high,large,278,0.5136978319200464,37
15-
100,15,1000,high,large,278,0.6132238958855956,35
16-
100,16,1000,high,large,278,0.6895475981205668,38
17-
100,17,1000,high,large,278,0.596701907248223,32
18-
100,18,1000,high,large,278,0.5975805739834952,43
19-
100,19,1000,high,large,278,0.5697830263608864,43
20-
100,20,1000,high,large,278,0.6664557905968442,41
21-
100,21,1000,high,large,278,0.6256236193432521,49
22-
100,22,1000,high,large,278,0.660961175982349,43
23-
100,23,1000,high,large,278,0.598905238089785,36
24-
100,24,1000,high,large,278,0.685203023982518,35
25-
100,25,1000,high,large,278,0.6485216628580279,44
26-
100,26,1000,high,large,278,0.7332464542872597,40
27-
100,27,1000,high,large,278,0.6419579943647692,41
28-
100,28,1000,high,large,278,0.6482033377058893,49
29-
100,29,1000,high,large,278,0.7845313667671677,57
30-
100,30,1000,high,large,278,0.6088025002584754,57
1+
s,d,n,p,k,seed,error_naive_med,error_elliptical_med,num_na
2+
100,2,1000,high,large,278,598.3207586405915,0.34248482421811344,9
3+
100,3,1000,high,large,278,676.126195453493,0.3831055561203119,12
4+
100,4,1000,high,large,278,981.8903778022324,0.37972714405868335,12
5+
100,5,1000,high,large,278,1066.7965333554675,0.4281774252071046,16
6+
100,6,1000,high,large,278,1055.5032626883615,0.4472889276267006,21
7+
100,7,1000,high,large,278,1071.5607694902676,0.48588215545693947,27
8+
100,8,1000,high,large,278,1295.2411350983061,0.5004752159755683,26
9+
100,9,1000,high,large,278,1076.4615819458327,0.45770601271528244,29
10+
100,10,1000,high,large,278,1710.0492182563885,0.500100466548818,20
11+
100,11,1000,high,large,278,1467.3152315872999,0.5661713129750703,31
12+
100,12,1000,high,large,278,1641.1964489488946,0.5482444113069798,38
13+
100,13,1000,high,large,278,1614.6878374620792,0.5458014141873787,32
14+
100,14,1000,high,large,278,1370.575074024247,0.5136978319200464,37
15+
100,15,1000,high,large,278,1873.0683045187757,0.6132238958855956,35
16+
100,16,1000,high,large,278,1735.610130746805,0.6895475981205668,38
17+
100,17,1000,high,large,278,2068.1759147775065,0.596701907248223,32
18+
100,18,1000,high,large,278,1695.4911248496733,0.5975805739834952,43
19+
100,19,1000,high,large,278,1818.2397402064553,0.5697830263608864,43
20+
100,20,1000,high,large,278,2130.793034928043,0.6664557905968442,41
21+
100,21,1000,high,large,278,1882.9915255934534,0.6256236193432521,49
22+
100,22,1000,high,large,278,2028.0051700960137,0.660961175982349,43
23+
100,23,1000,high,large,278,2541.775997500746,0.598905238089785,36
24+
100,24,1000,high,large,278,2693.879977726826,0.685203023982518,35
25+
100,25,1000,high,large,278,2615.5517624728423,0.6485216628580279,44
26+
100,26,1000,high,large,278,2671.990456400793,0.7332464542872597,40
27+
100,27,1000,high,large,278,2722.2737259571372,0.6419579943647692,41
28+
100,28,1000,high,large,278,2203.950520897688,0.6482033377058893,49
29+
100,29,1000,high,large,278,1991.3679104950286,0.7845313667671677,57
30+
100,30,1000,high,large,278,2109.600106595556,0.6088025002584754,57
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
s,d,n,p,k,seed,error_med,num_na
2-
100,2,1000,low,large,278,0.276379975782413,9
3-
100,3,1000,low,large,278,0.32504488691729466,18
4-
100,4,1000,low,large,278,0.3367453499662999,20
5-
100,5,1000,low,large,278,0.3785975838979511,24
6-
100,6,1000,low,large,278,0.406505632492643,28
7-
100,7,1000,low,large,278,0.4152022007951518,32
8-
100,8,1000,low,large,278,0.49802922178042786,35
9-
100,9,1000,low,large,278,0.4260956619888612,39
10-
100,10,1000,low,large,278,0.4522926136134534,26
11-
100,11,1000,low,large,278,0.5171448067806766,38
12-
100,12,1000,low,large,278,0.48850340571063444,45
13-
100,13,1000,low,large,278,0.4820832200357723,43
14-
100,14,1000,low,large,278,0.4543649584157687,50
15-
100,15,1000,low,large,278,0.6059982224011127,45
16-
100,16,1000,low,large,278,0.6481171210702991,44
17-
100,17,1000,low,large,278,0.5627389304597346,41
18-
100,18,1000,low,large,278,0.5491199023173565,52
19-
100,19,1000,low,large,278,0.5199818117380515,57
20-
100,20,1000,low,large,278,0.5983510263849411,50
21-
100,21,1000,low,large,278,0.5521441088201482,53
22-
100,22,1000,low,large,278,0.5979738733184129,53
23-
100,23,1000,low,large,278,0.5543890175467097,47
24-
100,24,1000,low,large,278,0.6970020224967614,47
25-
100,25,1000,low,large,278,0.6119861279963219,54
26-
100,26,1000,low,large,278,0.6859524740655544,50
27-
100,27,1000,low,large,278,0.5797629500200292,53
28-
100,28,1000,low,large,278,0.5895402601315225,64
29-
100,29,1000,low,large,278,0.7159543889843554,63
30-
100,30,1000,low,large,278,0.5516613127648788,62
1+
s,d,n,p,k,seed,error_naive_med,error_elliptical_med,num_na
2+
100,2,1000,low,large,278,118.66557019686218,0.276379975782413,9
3+
100,3,1000,low,large,278,128.71420350631905,0.32504488691729466,18
4+
100,4,1000,low,large,278,188.81694776476212,0.3367453499662999,20
5+
100,5,1000,low,large,278,212.5464408050372,0.3785975838979511,24
6+
100,6,1000,low,large,278,208.15709269734688,0.406505632492643,28
7+
100,7,1000,low,large,278,203.36394634649335,0.4152022007951518,32
8+
100,8,1000,low,large,278,257.18710036430673,0.49802922178042786,35
9+
100,9,1000,low,large,278,201.28878559971707,0.4260956619888612,39
10+
100,10,1000,low,large,278,329.23825744143704,0.4522926136134534,26
11+
100,11,1000,low,large,278,285.90824925518007,0.5171448067806766,38
12+
100,12,1000,low,large,278,306.80086116176454,0.48850340571063444,45
13+
100,13,1000,low,large,278,306.1442028504402,0.4820832200357723,43
14+
100,14,1000,low,large,278,256.9960987640797,0.4543649584157687,50
15+
100,15,1000,low,large,278,353.95241792649546,0.6059982224011127,45
16+
100,16,1000,low,large,278,337.17985103839555,0.6481171210702991,44
17+
100,17,1000,low,large,278,397.566620643973,0.5627389304597346,41
18+
100,18,1000,low,large,278,330.13691814215974,0.5491199023173565,52
19+
100,19,1000,low,large,278,326.90073089000134,0.5199818117380515,57
20+
100,20,1000,low,large,278,402.09893565119546,0.5983510263849411,50
21+
100,21,1000,low,large,278,343.65331840521094,0.5521441088201482,53
22+
100,22,1000,low,large,278,416.41896942749406,0.5979738733184129,53
23+
100,23,1000,low,large,278,508.3963086300139,0.5543890175467097,47
24+
100,24,1000,low,large,278,539.6214886666137,0.6970020224967614,47
25+
100,25,1000,low,large,278,498.2694993208278,0.6119861279963219,54
26+
100,26,1000,low,large,278,525.3748738442043,0.6859524740655544,50
27+
100,27,1000,low,large,278,504.8424190256934,0.5797629500200292,53
28+
100,28,1000,low,large,278,423.0605128717116,0.5895402601315225,64
29+
100,29,1000,low,large,278,387.4683105743994,0.7159543889843554,63
30+
100,30,1000,low,large,278,409.6061590337832,0.5516613127648788,62
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
s,d,n,p,k,seed,error_med,num_na
2-
100,2,1000,medium,large,278,0.30939611790102256,10
3-
100,3,1000,medium,large,278,0.37190796495108047,17
4-
100,4,1000,medium,large,278,0.35482282955131783,15
5-
100,5,1000,medium,large,278,0.3960554474437733,17
6-
100,6,1000,medium,large,278,0.4130367129163829,23
7-
100,7,1000,medium,large,278,0.45394046292766377,30
8-
100,8,1000,medium,large,278,0.5056595717457433,30
9-
100,9,1000,medium,large,278,0.45602851552333923,36
10-
100,10,1000,medium,large,278,0.47577662215045413,23
11-
100,11,1000,medium,large,278,0.5525262861125728,34
12-
100,12,1000,medium,large,278,0.5182345149327698,43
13-
100,13,1000,medium,large,278,0.5124336686057942,36
14-
100,14,1000,medium,large,278,0.4902651946809681,43
15-
100,15,1000,medium,large,278,0.5965826445062584,38
16-
100,16,1000,medium,large,278,0.7080112955171036,41
17-
100,17,1000,medium,large,278,0.5591075932604785,36
18-
100,18,1000,medium,large,278,0.5832458046145554,45
19-
100,19,1000,medium,large,278,0.5535588766752151,51
20-
100,20,1000,medium,large,278,0.6460477378198952,43
21-
100,21,1000,medium,large,278,0.5733499954334969,52
22-
100,22,1000,medium,large,278,0.6228071249832753,48
23-
100,23,1000,medium,large,278,0.5760122571214709,42
24-
100,24,1000,medium,large,278,0.7283098616982953,39
25-
100,25,1000,medium,large,278,0.6183566377882749,45
26-
100,26,1000,medium,large,278,0.6969796520559548,43
27-
100,27,1000,medium,large,278,0.595916911019321,47
28-
100,28,1000,medium,large,278,0.622957191765585,56
29-
100,29,1000,medium,large,278,0.7526077544561997,59
30-
100,30,1000,medium,large,278,0.5750502606705614,59
1+
s,d,n,p,k,seed,error_naive_med,error_elliptical_med,num_na
2+
100,2,1000,medium,large,278,269.43835344414885,0.30939611790102256,10
3+
100,3,1000,medium,large,278,296.99291855650665,0.37190796495108047,17
4+
100,4,1000,medium,large,278,428.2623170717726,0.35482282955131783,15
5+
100,5,1000,medium,large,278,457.1748920174443,0.3960554474437733,17
6+
100,6,1000,medium,large,278,472.50430952373165,0.4130367129163829,23
7+
100,7,1000,medium,large,278,473.12143020895246,0.45394046292766377,30
8+
100,8,1000,medium,large,278,582.4499273706194,0.5056595717457433,30
9+
100,9,1000,medium,large,278,465.61990323529966,0.45602851552333923,36
10+
100,10,1000,medium,large,278,757.5841480355302,0.47577662215045413,23
11+
100,11,1000,medium,large,278,630.2028446174168,0.5525262861125728,34
12+
100,12,1000,medium,large,278,711.5844660431047,0.5182345149327698,43
13+
100,13,1000,medium,large,278,713.4477802829566,0.5124336686057942,36
14+
100,14,1000,medium,large,278,618.6251531500228,0.4902651946809681,43
15+
100,15,1000,medium,large,278,818.24248629486965,0.5965826445062584,38
16+
100,16,1000,medium,large,278,775.2876542249929,0.7080112955171036,41
17+
100,17,1000,medium,large,278,899.4731998119414,0.5591075932604785,36
18+
100,18,1000,medium,large,278,742.5552508801818,0.5832458046145554,45
19+
100,19,1000,medium,large,278,796.2327161528656,0.5535588766752151,51
20+
100,20,1000,medium,large,278,933.1126220604508,0.6460477378198952,43
21+
100,21,1000,medium,large,278,830.9843284146407,0.5733499954334969,52
22+
100,22,1000,medium,large,278,924.4885199082141,0.6228071249832753,48
23+
100,23,1000,medium,large,278,1152.6170909594603,0.5760122571214709,42
24+
100,24,1000,medium,large,278,1207.5553332168051,0.7283098616982953,39
25+
100,25,1000,medium,large,278,1168.2659413569681,0.6183566377882749,45
26+
100,26,1000,medium,large,278,1178.700957327861,0.6969796520559548,43
27+
100,27,1000,medium,large,278,1193.762527215013,0.595916911019321,47
28+
100,28,1000,medium,large,278,985.2512608913414,0.622957191765585,56
29+
100,29,1000,medium,large,278,905.7719039444445,0.7526077544561997,59
30+
100,30,1000,medium,large,278,939.1172994828307,0.5750502606705614,59
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
s,d,n,p,k,seed,error_med,num_na
2-
100,2,1000,high,medium,278,0.3638267587329073,6
3-
100,3,1000,high,medium,278,0.4199032680157107,6
4-
100,4,1000,high,medium,278,0.4354376431267095,15
5-
100,5,1000,high,medium,278,0.4807200338918046,17
6-
100,6,1000,high,medium,278,0.4419340911574581,17
7-
100,7,1000,high,medium,278,0.5378016122065798,22
8-
100,8,1000,high,medium,278,0.5349277361333169,21
9-
100,9,1000,high,medium,278,0.5550999448375271,21
10-
100,10,1000,high,medium,278,0.590303012566243,16
11-
100,11,1000,high,medium,278,0.5431934706599393,23
12-
100,12,1000,high,medium,278,0.6019294543410514,23
13-
100,13,1000,high,medium,278,0.5923999900084295,26
14-
100,14,1000,high,medium,278,0.6317082471197331,28
15-
100,15,1000,high,medium,278,0.6522443094992787,25
16-
100,16,1000,high,medium,278,0.8216746722810988,27
17-
100,17,1000,high,medium,278,0.674798454886884,33
18-
100,18,1000,high,medium,278,0.7079154272615911,26
19-
100,19,1000,high,medium,278,0.632066291656642,40
20-
100,20,1000,high,medium,278,0.6425137317610277,33
21-
100,21,1000,high,medium,278,0.789895269340336,34
22-
100,22,1000,high,medium,278,0.7291848259510373,35
23-
100,23,1000,high,medium,278,0.7732359152137722,30
24-
100,24,1000,high,medium,278,0.7978153512886708,30
25-
100,25,1000,high,medium,278,0.7622713513734942,36
26-
100,26,1000,high,medium,278,0.7991231755091988,29
27-
100,27,1000,high,medium,278,0.752862670799272,37
28-
100,28,1000,high,medium,278,0.7063611886451245,39
29-
100,29,1000,high,medium,278,0.8055898878159589,43
30-
100,30,1000,high,medium,278,0.7330758212386257,45
1+
s,d,n,p,k,seed,error_naive_med,error_elliptical_med,num_na
2+
100,2,1000,high,medium,278,626.3482695141864,0.3638267587329073,6
3+
100,3,1000,high,medium,278,867.9597755822956,0.4199032680157107,6
4+
100,4,1000,high,medium,278,1012.7546661653184,0.4354376431267095,15
5+
100,5,1000,high,medium,278,1270.4449915358207,0.4807200338918046,17
6+
100,6,1000,high,medium,278,1121.9143593822178,0.4419340911574581,17
7+
100,7,1000,high,medium,278,1262.6893558103664,0.5378016122065798,22
8+
100,8,1000,high,medium,278,1725.2389736994182,0.5349277361333169,21
9+
100,9,1000,high,medium,278,1613.0511165349633,0.5550999448375271,21
10+
100,10,1000,high,medium,278,1769.847737421411,0.590303012566243,16
11+
100,11,1000,high,medium,278,1724.1146010335142,0.5431934706599393,23
12+
100,12,1000,high,medium,278,1948.4265132303667,0.6019294543410514,23
13+
100,13,1000,high,medium,278,2112.833077564716,0.5923999900084295,26
14+
100,14,1000,high,medium,278,1801.4179147568684,0.6317082471197331,28
15+
100,15,1000,high,medium,278,2470.265245748212,0.6522443094992787,25
16+
100,16,1000,high,medium,278,2516.944431846481,0.8216746722810988,27
17+
100,17,1000,high,medium,278,2249.046333909563,0.674798454886884,33
18+
100,18,1000,high,medium,278,2428.846376358155,0.7079154272615911,26
19+
100,19,1000,high,medium,278,1977.3184274779796,0.632066291656642,40
20+
100,20,1000,high,medium,278,2784.8483234490095,0.6425137317610277,33
21+
100,21,1000,high,medium,278,2307.8672447089893,0.789895269340336,34
22+
100,22,1000,high,medium,278,2524.765418132183,0.7291848259510373,35
23+
100,23,1000,high,medium,278,2675.678740850548,0.7732359152137722,30
24+
100,24,1000,high,medium,278,2980.000368927051,0.7978153512886708,30
25+
100,25,1000,high,medium,278,2522.9800572007634,0.7622713513734942,36
26+
100,26,1000,high,medium,278,2965.5061669393435,0.7991231755091988,29
27+
100,27,1000,high,medium,278,3172.5344602304754,0.752862670799272,37
28+
100,28,1000,high,medium,278,2897.424089206548,0.7063611886451245,39
29+
100,29,1000,high,medium,278,2747.9307679213875,0.8055898878159589,43
30+
100,30,1000,high,medium,278,2513.2800968939764,0.7330758212386257,45
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
s,d,n,p,k,seed,error_med,num_na
2-
100,2,1000,low,medium,278,0.2904084986448948,6
3-
100,3,1000,low,medium,278,0.3406653476252219,8
4-
100,4,1000,low,medium,278,0.35634627630337135,17
5-
100,5,1000,low,medium,278,0.39953713821291903,21
6-
100,6,1000,low,medium,278,0.38833244354162866,21
7-
100,7,1000,low,medium,278,0.4429786319460729,25
8-
100,8,1000,low,medium,278,0.4707309715734418,25
9-
100,9,1000,low,medium,278,0.48000783504695854,25
10-
100,10,1000,low,medium,278,0.5193570587486256,23
11-
100,11,1000,low,medium,278,0.505552646903312,31
12-
100,12,1000,low,medium,278,0.5104044620569217,32
13-
100,13,1000,low,medium,278,0.5320537781716937,32
14-
100,14,1000,low,medium,278,0.5655766641167003,43
15-
100,15,1000,low,medium,278,0.6062440232605543,32
16-
100,16,1000,low,medium,278,0.7465242059831236,33
17-
100,17,1000,low,medium,278,0.6037875736489462,41
18-
100,18,1000,low,medium,278,0.6773068961255841,39
19-
100,19,1000,low,medium,278,0.5872791603622141,49
20-
100,20,1000,low,medium,278,0.6350246515701787,46
21-
100,21,1000,low,medium,278,0.7280247373246784,45
22-
100,22,1000,low,medium,278,0.6925763863686251,48
23-
100,23,1000,low,medium,278,0.6766122512508519,42
24-
100,24,1000,low,medium,278,0.748843772243728,41
25-
100,25,1000,low,medium,278,0.6794951719479586,50
26-
100,26,1000,low,medium,278,0.7607851346832329,44
27-
100,27,1000,low,medium,278,0.6917710256772065,46
28-
100,28,1000,low,medium,278,0.6681280891568755,54
29-
100,29,1000,low,medium,278,0.829052018810905,56
30-
100,30,1000,low,medium,278,0.6451471993378071,64
1+
s,d,n,p,k,seed,error_naive_med,error_elliptical_med,num_na
2+
100,2,1000,low,medium,278,114.30008038133924,0.2904084986448948,6
3+
100,3,1000,low,medium,278,158.64577734603995,0.3406653476252219,8
4+
100,4,1000,low,medium,278,204.88823498241914,0.35634627630337135,17
5+
100,5,1000,low,medium,278,247.05284221185502,0.39953713821291903,21
6+
100,6,1000,low,medium,278,215.47965064826033,0.38833244354162866,21
7+
100,7,1000,low,medium,278,249.54351631353842,0.4429786319460729,25
8+
100,8,1000,low,medium,278,324.0573490755553,0.4707309715734418,25
9+
100,9,1000,low,medium,278,313.21809767101047,0.48000783504695854,25
10+
100,10,1000,low,medium,278,352.48724306433513,0.5193570587486256,23
11+
100,11,1000,low,medium,278,324.6111017812194,0.505552646903312,31
12+
100,12,1000,low,medium,278,363.23369836716506,0.5104044620569217,32
13+
100,13,1000,low,medium,278,383.30293619913823,0.5320537781716937,32
14+
100,14,1000,low,medium,278,338.31350244958264,0.5655766641167003,43
15+
100,15,1000,low,medium,278,469.6568430137236,0.6062440232605543,32
16+
100,16,1000,low,medium,278,492.4115237109583,0.7465242059831236,33
17+
100,17,1000,low,medium,278,442.0960653615559,0.6037875736489462,41
18+
100,18,1000,low,medium,278,465.1180110069041,0.6773068961255841,39
19+
100,19,1000,low,medium,278,382.09338272403147,0.5872791603622141,49
20+
100,20,1000,low,medium,278,525.6728654142103,0.6350246515701787,46
21+
100,21,1000,low,medium,278,440.0772456037722,0.7280247373246784,45
22+
100,22,1000,low,medium,278,484.62471543250643,0.6925763863686251,48
23+
100,23,1000,low,medium,278,530.0511314383514,0.6766122512508519,42
24+
100,24,1000,low,medium,278,589.9840408274774,0.748843772243728,41
25+
100,25,1000,low,medium,278,471.61015823867956,0.6794951719479586,50
26+
100,26,1000,low,medium,278,590.73627444078,0.7607851346832329,44
27+
100,27,1000,low,medium,278,603.3876868625334,0.6917710256772065,46
28+
100,28,1000,low,medium,278,515.5707978191056,0.6681280891568755,54
29+
100,29,1000,low,medium,278,507.1586185114015,0.829052018810905,56
30+
100,30,1000,low,medium,278,470.2024462185029,0.6451471993378071,64

0 commit comments

Comments
 (0)