From 13d6362d0e8c674064fef7c86ac260152aaa4fcb Mon Sep 17 00:00:00 2001 From: Joe Thorley Date: Sat, 6 Jan 2024 12:48:51 -0600 Subject: [PATCH] name samples based on number and distribution --- R/boot.R | 7 +- tests/testthat/_snaps/bcanz/hc_chloride.csv | 8 +- .../testthat/_snaps/burrIII3/hc_chloride.csv | 2 +- tests/testthat/_snaps/burrIII3/hc_uranium.csv | 2 +- tests/testthat/_snaps/gompertz/hc_prob.csv | 10 +- .../testthat/_snaps/hc-burrlioz/hc_boron.csv | 2 +- .../testthat/_snaps/hc-burrlioz/hc_boron0.csv | 2 +- .../_snaps/hc-burrlioz/hc_burrIII3.csv | 2 +- .../hc-burrlioz/hc_burrIII3_parametric.csv | 2 +- tests/testthat/_snaps/hc/hc.csv | 12 +- tests/testthat/_snaps/hc/hc_1.csv | 2 +- tests/testthat/_snaps/hc/hc_30.csv | 11 +- tests/testthat/_snaps/hc/hc_boron.csv | 2 +- tests/testthat/_snaps/hc/hc_burrIII3.csv | 2 +- .../_snaps/hc/hc_burrIII3_parametric.csv | 2 +- tests/testthat/_snaps/hc/hc_cis.csv | 90 ++- tests/testthat/_snaps/hc/hc_cis_level08.csv | 90 ++- tests/testthat/_snaps/hc/hc_fix.csv | 10 +- tests/testthat/_snaps/hc/hc_fixmulti.csv | 20 +- .../testthat/_snaps/hc/hc_notallestimates.csv | 2 +- tests/testthat/_snaps/hc/hc_para_small.csv | 2 +- tests/testthat/_snaps/hc/hc_save_to.csv | 2 +- tests/testthat/_snaps/hc/hc_save_to1.csv | 2 +- tests/testthat/_snaps/hc/hc_save_to11.csv | 2 +- .../_snaps/hc/hc_save_to1_not_multi.csv | 2 +- .../hc/hc_save_to1_not_multi_default.csv | 2 +- .../_snaps/hc/hc_save_to1_rescale.csv | 2 +- tests/testthat/_snaps/hc/hc_save_to1data.csv | 2 +- .../_snaps/hc/hc_save_to_not_multi.csv | 2 +- .../hc/hc_save_to_not_multi_default.csv | 2 +- .../testthat/_snaps/hc/hc_save_to_rescale.csv | 2 +- tests/testthat/_snaps/hc/hc_unfix.csv | 10 +- tests/testthat/_snaps/hc/hc_unfixmulti.csv | 20 +- tests/testthat/_snaps/hc/hcici.csv | 2 +- tests/testthat/_snaps/hc/hcici_multi.csv | 2 +- .../testthat/_snaps/hp-burrlioz/hp_boron.csv | 2 +- .../_snaps/hp-burrlioz/hp_burrIII3.csv | 2 +- .../hp-burrlioz/hp_burrIII3_parametric.csv | 2 +- tests/testthat/_snaps/hp/hc_fix.csv | 10 +- tests/testthat/_snaps/hp/hc_unfix.csv | 10 +- tests/testthat/_snaps/hp/hp.csv | 12 +- tests/testthat/_snaps/hp/hp98.csv | 2 +- tests/testthat/_snaps/hp/hp_1.csv | 2 +- tests/testthat/_snaps/hp/hp_30.csv | 10 +- tests/testthat/_snaps/invpareto/hc_boron.csv | 10 +- tests/testthat/_snaps/predict/pred_cis.csv | 594 ++++++++++++------ .../_snaps/predict/pred_cis_burrlioz.csv | 198 +++--- tests/testthat/_snaps/weibull/hc_anona.csv | 93 ++- tests/testthat/_snaps/zzz-unstable/hc_err.csv | 11 +- .../_snaps/zzz-unstable/hc_err_na.csv | 10 +- .../_snaps/zzz-unstable/hc_nonpara.csv | 2 +- .../testthat/_snaps/zzz-unstable/hc_para.csv | 2 +- tests/testthat/_snaps/zzz-unstable/hp_err.csv | 11 +- .../_snaps/zzz-unstable/hp_err_na.csv | 9 +- .../_snaps/zzz-unstable/hp_nonpara.csv | 2 +- .../testthat/_snaps/zzz-unstable/hp_para.csv | 2 +- 56 files changed, 819 insertions(+), 513 deletions(-) diff --git a/R/boot.R b/R/boot.R index b55a31cdb..6acbccbd1 100644 --- a/R/boot.R +++ b/R/boot.R @@ -44,8 +44,8 @@ generate_data <- function(dist, data, args, weighted, censoring, parametric) { sample_parametric(dist, args = args, weighted = weighted, censoring = censoring) } -boot_filename <- function(i, dist, prefix, ext) { - paste0(prefix, "_", stringr::str_pad(i, width = 9, pad = "0"), "_", dist, ext) +boot_filename <- function(i, dist, prefix, ext = NULL, sep = "_") { + paste0(prefix, sep, stringr::str_pad(i, width = 9, pad = "0"), sep, dist, ext) } boot_filepath <- function(i, dist, save_to, prefix = "data", ext = ".csv") { @@ -125,6 +125,7 @@ boot_estimates <- function(fun, dist, estimates, pars, nboot, data, weighted, ce wts = wts, .options = furrr::furrr_options(seed = seeds) ) - names(estimates) <- 1:length(estimates) + names(estimates) <- boot_filename(1:length(estimates), prefix = "", sep = "", + dist = paste0("_", dist)) estimates[!vapply(estimates, is.null, TRUE)] } diff --git a/tests/testthat/_snaps/bcanz/hc_chloride.csv b/tests/testthat/_snaps/bcanz/hc_chloride.csv index e6f751585..1731ab201 100644 --- a/tests/testthat/_snaps/bcanz/hc_chloride.csv +++ b/tests/testthat/_snaps/bcanz/hc_chloride.csv @@ -1,5 +1,5 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,1,0.267258,0.110132,0.0373797,0.336421,1,parametric,10,0.8,"c(`1` = 0.0498357, `2` = 0.140521, `3` = 0.119988, `4` = 0.357877, `7` = 0.235275, `8` = 0.0877111, `9` = 0.231497, `10` = 0.0347375)" -average,5,1.25677,0.426673,0.395098,1.58918,1,parametric,10,0.8,"c(`1` = 0.482142, `2` = 0.809011, `3` = 0.70282, `4` = 1.66801, `7` = 1.21757, `8` = 0.622321, `9` = 1.04335, `10` = 0.376634)" -average,10,2.38165,0.729251,1.01781,3.05366,1,parametric,10,0.8,"c(`1` = 1.1536, `2` = 1.64401, `3` = 1.56118, `4` = 3.19172, `7` = 2.40284, `8` = 1.32288, `9` = 2.00015, `10` = 0.989005)" -average,20,4.81004,1.247,2.733,6.16935,1,parametric,10,0.8,"c(`1` = 2.86462, `2` = 3.47234, `3` = 3.72708, `4` = 6.43412, `7` = 4.92113, `8` = 3.07383, `9` = 4.06054, `10` = 2.70508)" +average,1,0.267258,0.110132,0.0373797,0.336421,1,parametric,10,0.8,"c(`000000001_multi` = 0.0498357, `000000002_multi` = 0.140521, `000000003_multi` = 0.119988, `000000004_multi` = 0.357877, `000000007_multi` = 0.235275, `000000008_multi` = 0.0877111, `000000009_multi` = 0.231497, `000000010_multi` = 0.0347375)" +average,5,1.25677,0.426673,0.395098,1.58918,1,parametric,10,0.8,"c(`000000001_multi` = 0.482142, `000000002_multi` = 0.809011, `000000003_multi` = 0.70282, `000000004_multi` = 1.66801, `000000007_multi` = 1.21757, `000000008_multi` = 0.622321, `000000009_multi` = 1.04335, `000000010_multi` = 0.376634)" +average,10,2.38165,0.729251,1.01781,3.05366,1,parametric,10,0.8,"c(`000000001_multi` = 1.1536, `000000002_multi` = 1.64401, `000000003_multi` = 1.56118, `000000004_multi` = 3.19172, `000000007_multi` = 2.40284, `000000008_multi` = 1.32288, `000000009_multi` = 2.00015, `000000010_multi` = 0.989005)" +average,20,4.81004,1.247,2.733,6.16935,1,parametric,10,0.8,"c(`000000001_multi` = 2.86462, `000000002_multi` = 3.47234, `000000003_multi` = 3.72708, `000000004_multi` = 6.43412, `000000007_multi` = 4.92113, `000000008_multi` = 3.07383, `000000009_multi` = 4.06054, `000000010_multi` = 2.70508)" diff --git a/tests/testthat/_snaps/burrIII3/hc_chloride.csv b/tests/testthat/_snaps/burrIII3/hc_chloride.csv index df8dcc73d..511037450 100644 --- a/tests/testthat/_snaps/burrIII3/hc_chloride.csv +++ b/tests/testthat/_snaps/burrIII3/hc_chloride.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,78.2897,66.6679,49.5803,241.121,1,parametric,10,1,"c(`1` = 275.866, `2` = 68.0712, `3` = 69.1215, `4` = 87.1669, `5` = 99.0681, `6` = 75.2955, `7` = 49.5406, `8` = 121.446, `9` = 49.7169, `10` = 69.8141)" +average,5,78.2897,66.6679,49.5803,241.121,1,parametric,10,1,"c(`000000001_burrIII3` = 275.866, `000000002_burrIII3` = 68.0712, `000000003_burrIII3` = 69.1215, `000000004_burrIII3` = 87.1669, `000000005_burrIII3` = 99.0681, `000000006_burrIII3` = 75.2955, `000000007_burrIII3` = 49.5406, `000000008_burrIII3` = 121.446, `000000009_burrIII3` = 49.7169, `000000010_burrIII3` = 69.8141)" diff --git a/tests/testthat/_snaps/burrIII3/hc_uranium.csv b/tests/testthat/_snaps/burrIII3/hc_uranium.csv index dd0a1dc50..d098f6404 100644 --- a/tests/testthat/_snaps/burrIII3/hc_uranium.csv +++ b/tests/testthat/_snaps/burrIII3/hc_uranium.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,16.7034,19.9308,4.02109,58.4951,1,parametric,10,1,"c(`1` = 64.5764, `2` = 5.34432, `3` = 7.7973, `4` = 4.32216, `5` = 10.0636, `6` = 10.8304, `7` = 5.65714, `8` = 37.5486, `9` = 4.96084, `10` = 3.93368)" +average,5,16.7034,19.9308,4.02109,58.4951,1,parametric,10,1,"c(`000000001_burrIII3` = 64.5764, `000000002_burrIII3` = 5.34432, `000000003_burrIII3` = 7.7973, `000000004_burrIII3` = 4.32216, `000000005_burrIII3` = 10.0636, `000000006_burrIII3` = 10.8304, `000000007_burrIII3` = 5.65714, `000000008_burrIII3` = 37.5486, `000000009_burrIII3` = 4.96084, `000000010_burrIII3` = 3.93368)" diff --git a/tests/testthat/_snaps/gompertz/hc_prob.csv b/tests/testthat/_snaps/gompertz/hc_prob.csv index 64c2e1998..90be1fdd9 100644 --- a/tests/testthat/_snaps/gompertz/hc_prob.csv +++ b/tests/testthat/_snaps/gompertz/hc_prob.csv @@ -1,5 +1,7 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,0.179431,0.307761,0.0992247,1.2374,1,parametric,100,0.92,"c(`1` = 0.232636, `3` = 0.104637, `4` = 0.546398, `5` = 0.597141, `6` = 0.232612, `7` = 0.260431, `8` = 0.194922, `9` = 0.687422, `10` = 0.158599, `11` = 0.252416, `12` = 0.212662, `13` = 1.32511, `14` = 0.196367, `15` = 0.556544, `16` = 0.542006, `17` = 0.258814, `18` = 0.467321, `19` = 0.444488, `20` = 0.252327, `21` = 1.00609, `22` = 0.262124, `23` = 0.201934, `24` = 0.221751, `25` = 0.370771, `26` = 0.381563, `27` = 0.587611, `28` = 0.154166, `31` = 0.104224, `32` = 0.249995, `33` = 0.462125, -`34` = 0.396521, `35` = 0, `36` = 0.258785, `37` = 0.242243, `38` = 0.347565, `39` = 0.294371, `40` = 1.14334, `41` = 0.135071, `42` = 0.119921, `43` = 0.313962, `44` = 0.0979543, `45` = 0.135268, `46` = 0.260895, `47` = 0.507332, `49` = 1.83762, `50` = 0.183626, `51` = 0.119591, `52` = 0.166217, `53` = 0.375883, `54` = 0.159972, `55` = 0.378644, `56` = 0.198184, `57` = 0.854106, `58` = 0.113661, `59` = 0.0460331, `60` = 0.261158, `61` = 0.349721, `62` = 0.155654, `63` = 0.257054, `65` = 0.862269, -`66` = 0.252522, `67` = 1.27307, `68` = 0.306418, `69` = 0.102574, `71` = 0.882302, `72` = 0.738851, `74` = 0.290652, `75` = 0.427994, `76` = 0.325665, `77` = 0.260397, `78` = 0.331447, `79` = 1.05246, `80` = 0.616053, `81` = 0.183084, `82` = 0.18414, `83` = 0.141403, `84` = 0.324513, `85` = 0.366182, `86` = 0.671934, `87` = 0.274896, `88` = 0.283223, `89` = 0.252231, `90` = 0.24439, `91` = 0.109753, `92` = 0.192221, `93` = 0.15623, `94` = 0.392484, `95` = 0.171969, `96` = 0.217711, `97` = 0.54861, -`98` = 0.431443, `100` = 0.298392)" +average,5,0.179431,0.307761,0.0992247,1.2374,1,parametric,100,0.92,"c(`000000001_gompertz` = 0.232636, `000000003_gompertz` = 0.104637, `000000004_gompertz` = 0.546398, `000000005_gompertz` = 0.597141, `000000006_gompertz` = 0.232612, `000000007_gompertz` = 0.260431, `000000008_gompertz` = 0.194922, `000000009_gompertz` = 0.687422, `000000010_gompertz` = 0.158599, `000000011_gompertz` = 0.252416, `000000012_gompertz` = 0.212662, `000000013_gompertz` = 1.32511, `000000014_gompertz` = 0.196367, `000000015_gompertz` = 0.556544, `000000016_gompertz` = 0.542006, `000000017_gompertz` = 0.258814, +`000000018_gompertz` = 0.467321, `000000019_gompertz` = 0.444488, `000000020_gompertz` = 0.252327, `000000021_gompertz` = 1.00609, `000000022_gompertz` = 0.262124, `000000023_gompertz` = 0.201934, `000000024_gompertz` = 0.221751, `000000025_gompertz` = 0.370771, `000000026_gompertz` = 0.381563, `000000027_gompertz` = 0.587611, `000000028_gompertz` = 0.154166, `000000031_gompertz` = 0.104224, `000000032_gompertz` = 0.249995, `000000033_gompertz` = 0.462125, `000000034_gompertz` = 0.396521, `000000035_gompertz` = 0, +`000000036_gompertz` = 0.258785, `000000037_gompertz` = 0.242243, `000000038_gompertz` = 0.347565, `000000039_gompertz` = 0.294371, `000000040_gompertz` = 1.14334, `000000041_gompertz` = 0.135071, `000000042_gompertz` = 0.119921, `000000043_gompertz` = 0.313962, `000000044_gompertz` = 0.0979543, `000000045_gompertz` = 0.135268, `000000046_gompertz` = 0.260895, `000000047_gompertz` = 0.507332, `000000049_gompertz` = 1.83762, `000000050_gompertz` = 0.183626, `000000051_gompertz` = 0.119591, `000000052_gompertz` = 0.166217, +`000000053_gompertz` = 0.375883, `000000054_gompertz` = 0.159972, `000000055_gompertz` = 0.378644, `000000056_gompertz` = 0.198184, `000000057_gompertz` = 0.854106, `000000058_gompertz` = 0.113661, `000000059_gompertz` = 0.0460331, `000000060_gompertz` = 0.261158, `000000061_gompertz` = 0.349721, `000000062_gompertz` = 0.155654, `000000063_gompertz` = 0.257054, `000000065_gompertz` = 0.862269, `000000066_gompertz` = 0.252522, `000000067_gompertz` = 1.27307, `000000068_gompertz` = 0.306418, `000000069_gompertz` = 0.102574, +`000000071_gompertz` = 0.882302, `000000072_gompertz` = 0.738851, `000000074_gompertz` = 0.290652, `000000075_gompertz` = 0.427994, `000000076_gompertz` = 0.325665, `000000077_gompertz` = 0.260397, `000000078_gompertz` = 0.331447, `000000079_gompertz` = 1.05246, `000000080_gompertz` = 0.616053, `000000081_gompertz` = 0.183084, `000000082_gompertz` = 0.18414, `000000083_gompertz` = 0.141403, `000000084_gompertz` = 0.324513, `000000085_gompertz` = 0.366182, `000000086_gompertz` = 0.671934, `000000087_gompertz` = 0.274896, +`000000088_gompertz` = 0.283223, `000000089_gompertz` = 0.252231, `000000090_gompertz` = 0.24439, `000000091_gompertz` = 0.109753, `000000092_gompertz` = 0.192221, `000000093_gompertz` = 0.15623, `000000094_gompertz` = 0.392484, `000000095_gompertz` = 0.171969, `000000096_gompertz` = 0.217711, `000000097_gompertz` = 0.54861, `000000098_gompertz` = 0.431443, `000000100_gompertz` = 0.298392)" diff --git a/tests/testthat/_snaps/hc-burrlioz/hc_boron.csv b/tests/testthat/_snaps/hc-burrlioz/hc_boron.csv index 1de4c95c6..b2605b86e 100644 --- a/tests/testthat/_snaps/hc-burrlioz/hc_boron.csv +++ b/tests/testthat/_snaps/hc-burrlioz/hc_boron.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -invpareto,5,0.386944,0.347873,0.195882,1.10643,1,non-parametric,10,1,"c(`1` = 0.982745, `2` = 0.93683, `3` = 0.178607, `4` = 0.292255, `5` = 0.410782, `6` = 0.342529, `7` = 0.255384, `8` = 1.14234, `9` = 0.339202, `10` = 0.476697)" +invpareto,5,0.386944,0.347873,0.195882,1.10643,1,non-parametric,10,1,"c(`000000001_invpareto` = 0.982745, `000000002_invpareto` = 0.93683, `000000003_invpareto` = 0.178607, `000000004_invpareto` = 0.292255, `000000005_invpareto` = 0.410782, `000000006_invpareto` = 0.342529, `000000007_invpareto` = 0.255384, `000000008_invpareto` = 1.14234, `000000009_invpareto` = 0.339202, `000000010_invpareto` = 0.476697)" diff --git a/tests/testthat/_snaps/hc-burrlioz/hc_boron0.csv b/tests/testthat/_snaps/hc-burrlioz/hc_boron0.csv index 1de4c95c6..b2605b86e 100644 --- a/tests/testthat/_snaps/hc-burrlioz/hc_boron0.csv +++ b/tests/testthat/_snaps/hc-burrlioz/hc_boron0.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -invpareto,5,0.386944,0.347873,0.195882,1.10643,1,non-parametric,10,1,"c(`1` = 0.982745, `2` = 0.93683, `3` = 0.178607, `4` = 0.292255, `5` = 0.410782, `6` = 0.342529, `7` = 0.255384, `8` = 1.14234, `9` = 0.339202, `10` = 0.476697)" +invpareto,5,0.386944,0.347873,0.195882,1.10643,1,non-parametric,10,1,"c(`000000001_invpareto` = 0.982745, `000000002_invpareto` = 0.93683, `000000003_invpareto` = 0.178607, `000000004_invpareto` = 0.292255, `000000005_invpareto` = 0.410782, `000000006_invpareto` = 0.342529, `000000007_invpareto` = 0.255384, `000000008_invpareto` = 1.14234, `000000009_invpareto` = 0.339202, `000000010_invpareto` = 0.476697)" diff --git a/tests/testthat/_snaps/hc-burrlioz/hc_burrIII3.csv b/tests/testthat/_snaps/hc-burrlioz/hc_burrIII3.csv index 7c2c64843..4fd503c54 100644 --- a/tests/testthat/_snaps/hc-burrlioz/hc_burrIII3.csv +++ b/tests/testthat/_snaps/hc-burrlioz/hc_burrIII3.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -burrIII3,5,0.0180122,0.0330222,0.00257335,0.0960996,1,non-parametric,10,1,"c(`1` = 0.00216345, `2` = 0.0135629, `3` = 0.0249016, `4` = 0.00398519, `5` = 0.00525064, `6` = 0.0456991, `7` = 0.0174388, `8` = 0.0371055, `9` = 0.00563071, `10` = 0.110732)" +burrIII3,5,0.0180122,0.0330222,0.00257335,0.0960996,1,non-parametric,10,1,"c(`000000001_burrIII3` = 0.00216345, `000000002_burrIII3` = 0.0135629, `000000003_burrIII3` = 0.0249016, `000000004_burrIII3` = 0.00398519, `000000005_burrIII3` = 0.00525064, `000000006_burrIII3` = 0.0456991, `000000007_burrIII3` = 0.0174388, `000000008_burrIII3` = 0.0371055, `000000009_burrIII3` = 0.00563071, `000000010_burrIII3` = 0.110732)" diff --git a/tests/testthat/_snaps/hc-burrlioz/hc_burrIII3_parametric.csv b/tests/testthat/_snaps/hc-burrlioz/hc_burrIII3_parametric.csv index 7bbe41dc5..544baedab 100644 --- a/tests/testthat/_snaps/hc-burrlioz/hc_burrIII3_parametric.csv +++ b/tests/testthat/_snaps/hc-burrlioz/hc_burrIII3_parametric.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -burrIII3,5,0.0180122,0.0149874,0.00621681,0.0503455,1,parametric,10,1,"c(`1` = 0.024927, `2` = 0.0532566, `3` = 0.0161967, `4` = 0.0403185, `5` = 0.0122971, `6` = 0.0185225, `7` = 0.0113264, `8` = 0.00490145, `9` = 0.0107475, `10` = 0.0155147)" +burrIII3,5,0.0180122,0.0149874,0.00621681,0.0503455,1,parametric,10,1,"c(`000000001_burrIII3` = 0.024927, `000000002_burrIII3` = 0.0532566, `000000003_burrIII3` = 0.0161967, `000000004_burrIII3` = 0.0403185, `000000005_burrIII3` = 0.0122971, `000000006_burrIII3` = 0.0185225, `000000007_burrIII3` = 0.0113264, `000000008_burrIII3` = 0.00490145, `000000009_burrIII3` = 0.0107475, `000000010_burrIII3` = 0.0155147)" diff --git a/tests/testthat/_snaps/hc/hc.csv b/tests/testthat/_snaps/hc/hc.csv index b3b48b250..7cf7ca328 100644 --- a/tests/testthat/_snaps/hc/hc.csv +++ b/tests/testthat/_snaps/hc/hc.csv @@ -1,7 +1,7 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -gamma,5,1.07428,0.983875,0.709111,3.19472,0.356574,parametric,10,1,"c(`1` = 0.987785, `2` = 3.15112, `3` = 0.84656, `4` = 0.70604, `5` = 1.98672, `6` = 0.873452, `7` = 1.18798, `8` = 0.836688, `9` = 0.719689, `10` = 3.20738)" -lgumbel,5,1.76939,0.401763,1.39032,2.63032,0.0134466,parametric,10,1,"c(`1` = 2.2833, `2` = 1.48094, `3` = 2.12922, `4` = 2.36856, `5` = 1.81154, `6` = 1.96535, `7` = 1.36401, `8` = 1.93797, `9` = 2.70632, `10` = 2.09232)" -llogis,5,1.56226,0.834776,0.851639,3.37274,0.0656452,parametric,10,1,"c(`1` = 0.751505, `2` = 3.04268, `3` = 2.10953, `4` = 2.22634, `5` = 1.30249, `6` = 2.52802, `7` = 3.46857, `8` = 2.04533, `9` = 1.85618, `10` = 1.19654)" -lnorm,5,1.68117,0.823601,0.8894,3.02109,0.177236,parametric,10,1,"c(`1` = 3.09183, `2` = 2.42899, `3` = 1.325, `4` = 1.61081, `5` = 2.60329, `6` = 0.865973, `7` = 2.77742, `8` = 1.19715, `9` = 2.45546, `10` = 0.970094)" -lnorm_lnorm,5,1.54141,0.329119,0.952154,1.82195,0.0296268,parametric,10,1,"c(`1` = 1.64166, `2` = 1.67909, `3` = 1.80876, `4` = 0.921821, `5` = 1.68365, `6` = 1.28523, `7` = 1.82578, `8` = 1.05663, `9` = 1.20995, `10` = 1.67578)" -weibull,5,1.08673,0.895134,0.819219,3.40858,0.357472,parametric,10,1,"c(`1` = 1.67077, `2` = 0.93999, `3` = 1.45323, `4` = 3.60435, `5` = 1.0464, `6` = 1.48364, `7` = 2.08463, `8` = 1.05416, `9` = 2.73428, `10` = 0.784157)" +gamma,5,1.07428,0.983875,0.709111,3.19472,0.356574,parametric,10,1,"c(`000000001_gamma` = 0.987785, `000000002_gamma` = 3.15112, `000000003_gamma` = 0.84656, `000000004_gamma` = 0.70604, `000000005_gamma` = 1.98672, `000000006_gamma` = 0.873452, `000000007_gamma` = 1.18798, `000000008_gamma` = 0.836688, `000000009_gamma` = 0.719689, `000000010_gamma` = 3.20738)" +lgumbel,5,1.76939,0.401763,1.39032,2.63032,0.0134466,parametric,10,1,"c(`000000001_lgumbel` = 2.2833, `000000002_lgumbel` = 1.48094, `000000003_lgumbel` = 2.12922, `000000004_lgumbel` = 2.36856, `000000005_lgumbel` = 1.81154, `000000006_lgumbel` = 1.96535, `000000007_lgumbel` = 1.36401, `000000008_lgumbel` = 1.93797, `000000009_lgumbel` = 2.70632, `000000010_lgumbel` = 2.09232)" +llogis,5,1.56226,0.834776,0.851639,3.37274,0.0656452,parametric,10,1,"c(`000000001_llogis` = 0.751505, `000000002_llogis` = 3.04268, `000000003_llogis` = 2.10953, `000000004_llogis` = 2.22634, `000000005_llogis` = 1.30249, `000000006_llogis` = 2.52802, `000000007_llogis` = 3.46857, `000000008_llogis` = 2.04533, `000000009_llogis` = 1.85618, `000000010_llogis` = 1.19654)" +lnorm,5,1.68117,0.823601,0.8894,3.02109,0.177236,parametric,10,1,"c(`000000001_lnorm` = 3.09183, `000000002_lnorm` = 2.42899, `000000003_lnorm` = 1.325, `000000004_lnorm` = 1.61081, `000000005_lnorm` = 2.60329, `000000006_lnorm` = 0.865973, `000000007_lnorm` = 2.77742, `000000008_lnorm` = 1.19715, `000000009_lnorm` = 2.45546, `000000010_lnorm` = 0.970094)" +lnorm_lnorm,5,1.54141,0.329119,0.952154,1.82195,0.0296268,parametric,10,1,"c(`000000001_lnorm_lnorm` = 1.64166, `000000002_lnorm_lnorm` = 1.67909, `000000003_lnorm_lnorm` = 1.80876, `000000004_lnorm_lnorm` = 0.921821, `000000005_lnorm_lnorm` = 1.68365, `000000006_lnorm_lnorm` = 1.28523, `000000007_lnorm_lnorm` = 1.82578, `000000008_lnorm_lnorm` = 1.05663, `000000009_lnorm_lnorm` = 1.20995, `000000010_lnorm_lnorm` = 1.67578)" +weibull,5,1.08673,0.895134,0.819219,3.40858,0.357472,parametric,10,1,"c(`000000001_weibull` = 1.67077, `000000002_weibull` = 0.93999, `000000003_weibull` = 1.45323, `000000004_weibull` = 3.60435, `000000005_weibull` = 1.0464, `000000006_weibull` = 1.48364, `000000007_weibull` = 2.08463, `000000008_weibull` = 1.05416, `000000009_weibull` = 2.73428, `000000010_weibull` = 0.784157)" diff --git a/tests/testthat/_snaps/hc/hc_1.csv b/tests/testthat/_snaps/hc/hc_1.csv index f474bd04c..723db6448 100644 --- a/tests/testthat/_snaps/hc/hc_1.csv +++ b/tests/testthat/_snaps/hc/hc_1.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68117,NA,0.934605,0.934605,1,parametric,1,1,c(`1` = 0.934605) +average,5,1.68117,NA,0.934605,0.934605,1,parametric,1,1,c(`000000001_lnorm` = 0.934605) diff --git a/tests/testthat/_snaps/hc/hc_30.csv b/tests/testthat/_snaps/hc/hc_30.csv index 99302f6ee..4e94b9c8b 100644 --- a/tests/testthat/_snaps/hc/hc_30.csv +++ b/tests/testthat/_snaps/hc/hc_30.csv @@ -1,5 +1,8 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,0.9294,0.0164012,0.886164,0.940088,1,parametric,100,0.93,"c(`1` = 0.894528, `2` = 0.922183, `3` = 0.912141, `5` = 0.908011, `6` = 0.915397, `7` = 0.919278, `8` = 0.894388, `9` = 0.9212, `10` = 0.911335, `11` = 0.892179, `13` = 0.927107, `14` = 0.925853, `15` = 0.925711, `16` = 0.910236, `17` = 0.934856, `18` = 0.913838, `19` = 0.900547, `20` = 0.920562, `21` = 0.914073, `22` = 0.932008, `23` = 0.930254, `24` = 0.901149, `25` = 0.921831, `26` = 0.841544, `27` = 0.916689, `28` = 0.896308, `29` = 0.9085, `30` = 0.890225, `31` = 0.863122, `32` = 0.921288, `33` = 0.910742, -`34` = 0.929862, `35` = 0.940227, `36` = 0.909863, `37` = 0.935958, `38` = 0.905931, `39` = 0.914376, `40` = 0.905294, `41` = 0.924455, `42` = 0.918267, `43` = 0.911561, `44` = 0.920956, `45` = 0.895688, `46` = 0.917877, `47` = 0.896098, `48` = 0.927926, `49` = 0.918547, `50` = 0.911536, `51` = 0.898569, `52` = 0.91738, `53` = 0.925962, `54` = 0.906436, `55` = 0.8991, `56` = 0.90451, `57` = 0.919737, `58` = 0.913711, `59` = 0.937586, `61` = 0.918375, `63` = 0.914401, `64` = 0.928999, `65` = 0.938081, -`66` = 0.916425, `67` = 0.933836, `68` = 0.952644, `69` = 0.924201, `70` = 0.92337, `71` = 0.906812, `72` = 0.920485, `73` = 0.909991, `74` = 0.926387, `75` = 0.930155, `77` = 0.900052, `78` = 0.893877, `79` = 0.894669, `80` = 0.92431, `82` = 0.907713, `84` = 0.921995, `85` = 0.939762, `86` = 0.927149, `87` = 0.912768, `88` = 0.915459, `89` = 0.884424, `90` = 0.919002, `91` = 0.907898, `92` = 0.92172, `93` = 0.891476, `94` = 0.906525, `95` = 0.906432, `96` = 0.93509, `97` = 0.907292, `98` = 0.945424, -`99` = 0.912055, `100` = 0.910805)" +average,5,0.9294,0.0164012,0.886164,0.940088,1,parametric,100,0.93,"c(`000000001_lnorm_lnorm` = 0.894528, `000000002_lnorm_lnorm` = 0.922183, `000000003_lnorm_lnorm` = 0.912141, `000000005_lnorm_lnorm` = 0.908011, `000000006_lnorm_lnorm` = 0.915397, `000000007_lnorm_lnorm` = 0.919278, `000000008_lnorm_lnorm` = 0.894388, `000000009_lnorm_lnorm` = 0.9212, `000000010_lnorm_lnorm` = 0.911335, `000000011_lnorm_lnorm` = 0.892179, `000000013_lnorm_lnorm` = 0.927107, `000000014_lnorm_lnorm` = 0.925853, `000000015_lnorm_lnorm` = 0.925711, `000000016_lnorm_lnorm` = 0.910236, +`000000017_lnorm_lnorm` = 0.934856, `000000018_lnorm_lnorm` = 0.913838, `000000019_lnorm_lnorm` = 0.900547, `000000020_lnorm_lnorm` = 0.920562, `000000021_lnorm_lnorm` = 0.914073, `000000022_lnorm_lnorm` = 0.932008, `000000023_lnorm_lnorm` = 0.930254, `000000024_lnorm_lnorm` = 0.901149, `000000025_lnorm_lnorm` = 0.921831, `000000026_lnorm_lnorm` = 0.841544, `000000027_lnorm_lnorm` = 0.916689, `000000028_lnorm_lnorm` = 0.896308, `000000029_lnorm_lnorm` = 0.9085, `000000030_lnorm_lnorm` = 0.890225, +`000000031_lnorm_lnorm` = 0.863122, `000000032_lnorm_lnorm` = 0.921288, `000000033_lnorm_lnorm` = 0.910742, `000000034_lnorm_lnorm` = 0.929862, `000000035_lnorm_lnorm` = 0.940227, `000000036_lnorm_lnorm` = 0.909863, `000000037_lnorm_lnorm` = 0.935958, `000000038_lnorm_lnorm` = 0.905931, `000000039_lnorm_lnorm` = 0.914376, `000000040_lnorm_lnorm` = 0.905294, `000000041_lnorm_lnorm` = 0.924455, `000000042_lnorm_lnorm` = 0.918267, `000000043_lnorm_lnorm` = 0.911561, `000000044_lnorm_lnorm` = 0.920956, +`000000045_lnorm_lnorm` = 0.895688, `000000046_lnorm_lnorm` = 0.917877, `000000047_lnorm_lnorm` = 0.896098, `000000048_lnorm_lnorm` = 0.927926, `000000049_lnorm_lnorm` = 0.918547, `000000050_lnorm_lnorm` = 0.911536, `000000051_lnorm_lnorm` = 0.898569, `000000052_lnorm_lnorm` = 0.91738, `000000053_lnorm_lnorm` = 0.925962, `000000054_lnorm_lnorm` = 0.906436, `000000055_lnorm_lnorm` = 0.8991, `000000056_lnorm_lnorm` = 0.90451, `000000057_lnorm_lnorm` = 0.919737, `000000058_lnorm_lnorm` = 0.913711, `000000059_lnorm_lnorm` = 0.937586, +`000000061_lnorm_lnorm` = 0.918375, `000000063_lnorm_lnorm` = 0.914401, `000000064_lnorm_lnorm` = 0.928999, `000000065_lnorm_lnorm` = 0.938081, `000000066_lnorm_lnorm` = 0.916425, `000000067_lnorm_lnorm` = 0.933836, `000000068_lnorm_lnorm` = 0.952644, `000000069_lnorm_lnorm` = 0.924201, `000000070_lnorm_lnorm` = 0.92337, `000000071_lnorm_lnorm` = 0.906812, `000000072_lnorm_lnorm` = 0.920485, `000000073_lnorm_lnorm` = 0.909991, `000000074_lnorm_lnorm` = 0.926387, `000000075_lnorm_lnorm` = 0.930155, +`000000077_lnorm_lnorm` = 0.900052, `000000078_lnorm_lnorm` = 0.893877, `000000079_lnorm_lnorm` = 0.894669, `000000080_lnorm_lnorm` = 0.92431, `000000082_lnorm_lnorm` = 0.907713, `000000084_lnorm_lnorm` = 0.921995, `000000085_lnorm_lnorm` = 0.939762, `000000086_lnorm_lnorm` = 0.927149, `000000087_lnorm_lnorm` = 0.912768, `000000088_lnorm_lnorm` = 0.915459, `000000089_lnorm_lnorm` = 0.884424, `000000090_lnorm_lnorm` = 0.919002, `000000091_lnorm_lnorm` = 0.907898, `000000092_lnorm_lnorm` = 0.92172, +`000000093_lnorm_lnorm` = 0.891476, `000000094_lnorm_lnorm` = 0.906525, `000000095_lnorm_lnorm` = 0.906432, `000000096_lnorm_lnorm` = 0.93509, `000000097_lnorm_lnorm` = 0.907292, `000000098_lnorm_lnorm` = 0.945424, `000000099_lnorm_lnorm` = 0.912055, `000000100_lnorm_lnorm` = 0.910805)" diff --git a/tests/testthat/_snaps/hc/hc_boron.csv b/tests/testthat/_snaps/hc/hc_boron.csv index 1de4c95c6..b2605b86e 100644 --- a/tests/testthat/_snaps/hc/hc_boron.csv +++ b/tests/testthat/_snaps/hc/hc_boron.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -invpareto,5,0.386944,0.347873,0.195882,1.10643,1,non-parametric,10,1,"c(`1` = 0.982745, `2` = 0.93683, `3` = 0.178607, `4` = 0.292255, `5` = 0.410782, `6` = 0.342529, `7` = 0.255384, `8` = 1.14234, `9` = 0.339202, `10` = 0.476697)" +invpareto,5,0.386944,0.347873,0.195882,1.10643,1,non-parametric,10,1,"c(`000000001_invpareto` = 0.982745, `000000002_invpareto` = 0.93683, `000000003_invpareto` = 0.178607, `000000004_invpareto` = 0.292255, `000000005_invpareto` = 0.410782, `000000006_invpareto` = 0.342529, `000000007_invpareto` = 0.255384, `000000008_invpareto` = 1.14234, `000000009_invpareto` = 0.339202, `000000010_invpareto` = 0.476697)" diff --git a/tests/testthat/_snaps/hc/hc_burrIII3.csv b/tests/testthat/_snaps/hc/hc_burrIII3.csv index 7c2c64843..4fd503c54 100644 --- a/tests/testthat/_snaps/hc/hc_burrIII3.csv +++ b/tests/testthat/_snaps/hc/hc_burrIII3.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -burrIII3,5,0.0180122,0.0330222,0.00257335,0.0960996,1,non-parametric,10,1,"c(`1` = 0.00216345, `2` = 0.0135629, `3` = 0.0249016, `4` = 0.00398519, `5` = 0.00525064, `6` = 0.0456991, `7` = 0.0174388, `8` = 0.0371055, `9` = 0.00563071, `10` = 0.110732)" +burrIII3,5,0.0180122,0.0330222,0.00257335,0.0960996,1,non-parametric,10,1,"c(`000000001_burrIII3` = 0.00216345, `000000002_burrIII3` = 0.0135629, `000000003_burrIII3` = 0.0249016, `000000004_burrIII3` = 0.00398519, `000000005_burrIII3` = 0.00525064, `000000006_burrIII3` = 0.0456991, `000000007_burrIII3` = 0.0174388, `000000008_burrIII3` = 0.0371055, `000000009_burrIII3` = 0.00563071, `000000010_burrIII3` = 0.110732)" diff --git a/tests/testthat/_snaps/hc/hc_burrIII3_parametric.csv b/tests/testthat/_snaps/hc/hc_burrIII3_parametric.csv index 7bbe41dc5..544baedab 100644 --- a/tests/testthat/_snaps/hc/hc_burrIII3_parametric.csv +++ b/tests/testthat/_snaps/hc/hc_burrIII3_parametric.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -burrIII3,5,0.0180122,0.0149874,0.00621681,0.0503455,1,parametric,10,1,"c(`1` = 0.024927, `2` = 0.0532566, `3` = 0.0161967, `4` = 0.0403185, `5` = 0.0122971, `6` = 0.0185225, `7` = 0.0113264, `8` = 0.00490145, `9` = 0.0107475, `10` = 0.0155147)" +burrIII3,5,0.0180122,0.0149874,0.00621681,0.0503455,1,parametric,10,1,"c(`000000001_burrIII3` = 0.024927, `000000002_burrIII3` = 0.0532566, `000000003_burrIII3` = 0.0161967, `000000004_burrIII3` = 0.0403185, `000000005_burrIII3` = 0.0122971, `000000006_burrIII3` = 0.0185225, `000000007_burrIII3` = 0.0113264, `000000008_burrIII3` = 0.00490145, `000000009_burrIII3` = 0.0107475, `000000010_burrIII3` = 0.0155147)" diff --git a/tests/testthat/_snaps/hc/hc_cis.csv b/tests/testthat/_snaps/hc/hc_cis.csv index 9fb527580..cfb9a6998 100644 --- a/tests/testthat/_snaps/hc/hc_cis.csv +++ b/tests/testthat/_snaps/hc/hc_cis.csv @@ -1,35 +1,57 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68117,0.682856,0.916051,3.47923,1,parametric,1000,1,"c(`1` = 1.29091, `2` = 2.32183, `3` = 1.62344, `4` = 1.434, `5` = 1.81625, `6` = 2.64477, `7` = 1.9797, `8` = 1.40648, `9` = 1.75897, `10` = 2.52819, `11` = 1.75286, `12` = 2.64467, `13` = 1.89607, `14` = 1.42891, `15` = 2.04596, `16` = 1.076, `17` = 1.82926, `18` = 1.77754, `19` = 1.81362, `20` = 1.56522, `21` = 1.31328, `22` = 2.34267, `23` = 1.95807, `24` = 0.979764, `25` = 1.90104, `26` = 1.31927, `27` = 1.22681, `28` = 1.36297, `29` = 2.03217, `30` = 1.48939, `31` = 2.32383, `32` = 2.76469, -`33` = 2.12493, `34` = 1.16584, `35` = 2.24326, `36` = 1.85553, `37` = 2.58016, `38` = 2.13527, `39` = 1.12606, `40` = 1.92818, `41` = 2.02068, `42` = 1.98607, `43` = 2.96207, `44` = 1.00953, `45` = 0.524816, `46` = 2.7306, `47` = 1.49195, `48` = 1.52999, `49` = 1.91416, `50` = 0.919343, `51` = 0.984984, `52` = 1.63899, `53` = 1.26687, `54` = 1.31936, `55` = 1.15461, `56` = 1.35223, `57` = 2.41231, `58` = 0.732408, `59` = 1.9412, `60` = 1.82985, `61` = 1.80799, `62` = 1.09987, `63` = 1.46472, `64` = 1.07241, -`65` = 1.27812, `66` = 1.83395, `67` = 1.30446, `68` = 1.2981, `69` = 1.20418, `70` = 2.83823, `71` = 1.18793, `72` = 2.01091, `73` = 1.79121, `74` = 1.15301, `75` = 1.91059, `76` = 1.57129, `77` = 2.16167, `78` = 1.9946, `79` = 2.74488, `80` = 2.45766, `81` = 1.38901, `82` = 1.77219, `83` = 2.34755, `84` = 1.99894, `85` = 1.53282, `86` = 2.63432, `87` = 1.70809, `88` = 1.86773, `89` = 1.98204, `90` = 2.62623, `91` = 2.31919, `92` = 1.75354, `93` = 1.59699, `94` = 1.73771, `95` = 2.15879, `96` = 2.76178, -`97` = 1.34877, `98` = 1.48579, `99` = 2.35546, `100` = 1.28161, `101` = 1.4029, `102` = 3.68421, `103` = 2.36213, `104` = 2.0522, `105` = 1.14376, `106` = 1.78657, `107` = 1.74016, `108` = 1.32566, `109` = 3.36174, `110` = 1.49743, `111` = 1.46767, `112` = 1.47672, `113` = 1.68099, `114` = 2.33906, `115` = 1.43903, `116` = 0.709155, `117` = 0.770378, `118` = 2.2042, `119` = 3.44236, `120` = 1.3995, `121` = 1.18715, `122` = 1.64168, `123` = 2.15108, `124` = 2.45261, `125` = 2.14768, `126` = 2.24817, -`127` = 2.55814, `128` = 2.03521, `129` = 2.90726, `130` = 1.41121, `131` = 2.47096, `132` = 1.22084, `133` = 2.69526, `134` = 1.97344, `135` = 1.71554, `136` = 1.72117, `137` = 4.51797, `138` = 2.22872, `139` = 3.48639, `140` = 1.5389, `141` = 2.00422, `142` = 2.33338, `143` = 1.37927, `144` = 2.16221, `145` = 2.53269, `146` = 1.38425, `147` = 2.00788, `148` = 1.31033, `149` = 2.37918, `150` = 0.949034, `151` = 2.28725, `152` = 1.29019, `153` = 2.63461, `154` = 1.64242, `155` = 1.66381, `156` = 1.61202, -`157` = 1.97332, `158` = 1.3912, `159` = 1.97515, `160` = 2.93092, `161` = 1.92314, `162` = 1.31012, `163` = 1.77709, `164` = 2.2523, `165` = 1.61186, `166` = 2.71488, `167` = 1.53472, `168` = 1.21652, `169` = 2.29438, `170` = 2.67321, `171` = 1.12951, `172` = 1.84354, `173` = 4.08301, `174` = 1.49518, `175` = 1.34551, `176` = 1.70373, `177` = 1.6595, `178` = 1.575, `179` = 2.15906, `180` = 1.7929, `181` = 1.96763, `182` = 1.57101, `183` = 2.83637, `184` = 2.97611, `185` = 1.1848, `186` = 2.06271, -`187` = 1.76132, `188` = 2.49662, `189` = 0.683874, `190` = 2.78282, `191` = 0.923407, `192` = 2.02137, `193` = 2.34055, `194` = 2.4864, `195` = 1.82451, `196` = 1.92975, `197` = 2.12464, `198` = 2.41836, `199` = 2.27514, `200` = 1.68233, `201` = 0.951751, `202` = 1.79286, `203` = 1.0225, `204` = 3.65623, `205` = 1.58279, `206` = 2.56041, `207` = 1.63661, `208` = 2.37805, `209` = 1.81253, `210` = 1.19601, `211` = 2.11508, `212` = 1.5009, `213` = 1.9014, `214` = 1.18229, `215` = 3.0938, `216` = 1.52568, -`217` = 1.5591, `218` = 1.111, `219` = 1.61811, `220` = 1.40567, `221` = 1.92318, `222` = 2.01052, `223` = 1.41332, `224` = 2.93397, `225` = 1.4652, `226` = 1.30126, `227` = 2.30988, `228` = 1.19668, `229` = 1.13459, `230` = 2.25383, `231` = 1.72354, `232` = 2.94255, `233` = 2.01322, `234` = 2.41204, `235` = 2.23295, `236` = 2.58725, `237` = 1.81906, `238` = 1.30274, `239` = 2.29129, `240` = 1.07857, `241` = 1.00845, `242` = 2.1734, `243` = 2.80348, `244` = 1.09174, `245` = 1.57453, `246` = 1.53233, -`247` = 1.13468, `248` = 1.57223, `249` = 1.3564, `250` = 1.57845, `251` = 3.4036, `252` = 2.15519, `253` = 0.957094, `254` = 1.71972, `255` = 1.246, `256` = 1.64064, `257` = 1.85753, `258` = 2.32516, `259` = 1.53653, `260` = 4.93481, `261` = 2.92565, `262` = 1.80187, `263` = 1.30003, `264` = 3.32539, `265` = 1.00911, `266` = 1.3714, `267` = 1.49066, `268` = 1.1618, `269` = 2.1701, `270` = 1.93628, `271` = 1.93382, `272` = 1.56229, `273` = 1.934, `274` = 1.48944, `275` = 1.56079, `276` = 2.76426, -`277` = 1.41112, `278` = 3.02989, `279` = 1.20218, `280` = 1.17921, `281` = 3.31633, `282` = 2.2934, `283` = 1.75066, `284` = 2.23802, `285` = 1.73284, `286` = 2.27552, `287` = 1.06919, `288` = 2.22348, `289` = 1.43162, `290` = 2.38861, `291` = 1.9776, `292` = 1.75614, `293` = 1.51279, `294` = 4.17683, `295` = 1.10022, `296` = 3.42715, `297` = 1.28568, `298` = 1.91588, `299` = 1.14508, `300` = 1.36317, `301` = 1.23333, `302` = 1.07114, `303` = 1.85, `304` = 2.22284, `305` = 1.22098, `306` = 0.769897, -`307` = 2.26782, `308` = 2.76717, `309` = 2.80311, `310` = 1.79249, `311` = 1.50201, `312` = 2.33447, `313` = 1.51844, `314` = 1.4948, `315` = 2.28877, `316` = 2.50457, `317` = 1.49333, `318` = 1.2303, `319` = 2.97666, `320` = 2.11935, `321` = 1.49001, `322` = 1.68884, `323` = 1.43209, `324` = 1.93248, `325` = 1.48784, `326` = 2.98808, `327` = 2.30993, `328` = 2.99876, `329` = 1.74099, `330` = 1.88756, `331` = 2.04143, `332` = 1.25144, `333` = 1.57906, `334` = 1.00788, `335` = 1.2126, `336` = 1.9552, -`337` = 2.82747, `338` = 1.90187, `339` = 1.42327, `340` = 1.43655, `341` = 1.09695, `342` = 1.33248, `343` = 1.19027, `344` = 1.97183, `345` = 1.77387, `346` = 1.07524, `347` = 2.13797, `348` = 2.16009, `349` = 2.22319, `350` = 2.71378, `351` = 1.83287, `352` = 2.48058, `353` = 1.04259, `354` = 1.55658, `355` = 2.4289, `356` = 3.13694, `357` = 1.00273, `358` = 1.32141, `359` = 1.9265, `360` = 1.34318, `361` = 1.42568, `362` = 1.01439, `363` = 1.49848, `364` = 2.22676, `365` = 1.62128, `366` = 2.04695, -`367` = 1.18601, `368` = 1.20377, `369` = 1.2206, `370` = 1.90946, `371` = 1.13542, `372` = 1.6593, `373` = 1.46797, `374` = 1.57447, `375` = 1.85693, `376` = 1.4851, `377` = 1.42378, `378` = 1.59598, `379` = 1.93396, `380` = 1.23379, `381` = 1.44014, `382` = 1.83959, `383` = 2.01984, `384` = 1.50021, `385` = 2.15706, `386` = 2.04668, `387` = 1.55483, `388` = 2.37654, `389` = 3.94267, `390` = 2.21834, `391` = 1.81093, `392` = 4.19887, `393` = 0.918213, `394` = 1.45406, `395` = 1.53526, `396` = 2.26637, -`397` = 2.57149, `398` = 2.40347, `399` = 1.73039, `400` = 2.93577, `401` = 2.69576, `402` = 1.7978, `403` = 1.82191, `404` = 0.916133, `405` = 0.894587, `406` = 3.75364, `407` = 1.03696, `408` = 2.90402, `409` = 1.64099, `410` = 0.919569, `411` = 2.21855, `412` = 1.69848, `413` = 1.7316, `414` = 1.10058, `415` = 1.11313, `416` = 1.2718, `417` = 1.30444, `418` = 2.21172, `419` = 2.60012, `420` = 2.44744, `421` = 1.0187, `422` = 2.21125, `423` = 2.16267, `424` = 1.94559, `425` = 2.48945, `426` = 1.13375, -`427` = 1.87002, `428` = 2.00033, `429` = 0.873977, `430` = 0.832155, `431` = 3.1563, `432` = 1.42628, `433` = 1.64134, `434` = 1.30208, `435` = 1.56605, `436` = 2.81942, `437` = 2.1007, `438` = 2.0308, `439` = 1.14681, `440` = 1.60425, `441` = 1.94172, `442` = 2.32118, `443` = 1.32111, `444` = 1.42303, `445` = 2.13881, `446` = 1.4268, `447` = 2.18789, `448` = 2.17622, `449` = 3.41329, `450` = 3.35896, `451` = 2.77879, `452` = 1.8923, `453` = 1.41733, `454` = 1.33789, `455` = 2.0997, `456` = 1.26299, -`457` = 1.35083, `458` = 1.44983, `459` = 2.76589, `460` = 1.53337, `461` = 1.59673, `462` = 2.08783, `463` = 1.56069, `464` = 1.12092, `465` = 2.0189, `466` = 2.2192, `467` = 1.34221, `468` = 2.11337, `469` = 2.22503, `470` = 1.77325, `471` = 1.74596, `472` = 2.90492, `473` = 0.953169, `474` = 2.73462, `475` = 2.16016, `476` = 1.35835, `477` = 1.27943, `478` = 2.12858, `479` = 1.28948, `480` = 1.08294, `481` = 1.88055, `482` = 1.52331, `483` = 2.0892, `484` = 1.59584, `485` = 1.52771, `486` = 1.34335, -`487` = 2.77588, `488` = 1.26331, `489` = 0.736363, `490` = 2.87051, `491` = 1.69302, `492` = 1.11636, `493` = 4.20855, `494` = 1.93802, `495` = 1.78429, `496` = 2.07513, `497` = 2.9275, `498` = 1.59997, `499` = 4.43423, `500` = 3.1396, `501` = 4.19754, `502` = 1.43101, `503` = 1.24887, `504` = 1.33372, `505` = 3.32688, `506` = 1.43877, `507` = 2.73052, `508` = 1.77473, `509` = 3.87704, `510` = 1.47882, `511` = 1.62539, `512` = 2.10461, `513` = 1.69433, `514` = 2.70887, `515` = 2.54778, `516` = 1.18789, -`517` = 0.947065, `518` = 1.88539, `519` = 1.71256, `520` = 1.14462, `521` = 1.27008, `522` = 2.97766, `523` = 1.77179, `524` = 2.46649, `525` = 1.14346, `526` = 1.89514, `527` = 1.99545, `528` = 1.14086, `529` = 1.29784, `530` = 1.25107, `531` = 1.15474, `532` = 1.24787, `533` = 2.71133, `534` = 1.79474, `535` = 2.32162, `536` = 3.3785, `537` = 4.36058, `538` = 2.60727, `539` = 2.75091, `540` = 1.5868, `541` = 1.1833, `542` = 1.89416, `543` = 2.7693, `544` = 2.34744, `545` = 2.2746, `546` = 3.32722, -`547` = 1.95779, `548` = 1.86548, `549` = 0.48099, `550` = 1.47263, `551` = 1.47392, `552` = 1.54194, `553` = 2.22219, `554` = 0.919689, `555` = 1.39214, `556` = 1.32837, `557` = 2.04919, `558` = 1.79051, `559` = 2.30908, `560` = 0.631205, `561` = 3.11303, `562` = 2.4509, `563` = 2.13419, `564` = 2.32479, `565` = 1.99135, `566` = 1.94901, `567` = 2.55599, `568` = 1.05623, `569` = 1.34003, `570` = 1.3575, `571` = 2.1116, `572` = 1.63934, `573` = 1.52701, `574` = 1.45555, `575` = 2.01982, `576` = 2.75215, -`577` = 0.97708, `578` = 1.3253, `579` = 2.14799, `580` = 2.0086, `581` = 1.60626, `582` = 2.3921, `583` = 2.40397, `584` = 2.9732, `585` = 2.70107, `586` = 1.17736, `587` = 1.5737, `588` = 1.62547, `589` = 1.91191, `590` = 2.45269, `591` = 1.52415, `592` = 1.99608, `593` = 1.6286, `594` = 1.97753, `595` = 1.37223, `596` = 1.07541, `597` = 0.85406, `598` = 1.53575, `599` = 1.44919, `600` = 2.04786, `601` = 2.24641, `602` = 2.61384, `603` = 1.65474, `604` = 2.95766, `605` = 4.66151, `606` = 2.22262, -`607` = 2.01574, `608` = 1.48518, `609` = 0.862165, `610` = 1.29857, `611` = 3.1189, `612` = 1.72008, `613` = 1.09522, `614` = 1.65268, `615` = 2.7714, `616` = 1.2399, `617` = 1.39014, `618` = 1.43025, `619` = 1.06787, `620` = 1.22254, `621` = 1.72323, `622` = 1.71684, `623` = 2.70181, `624` = 1.51176, `625` = 1.2505, `626` = 1.35754, `627` = 0.978436, `628` = 2.75994, `629` = 2.95654, `630` = 1.64154, `631` = 2.44981, `632` = 1.65048, `633` = 1.77068, `634` = 2.26647, `635` = 2.08989, `636` = 2.02098, -`637` = 1.06716, `638` = 1.11345, `639` = 1.41083, `640` = 1.73914, `641` = 1.44619, `642` = 2.17064, `643` = 1.81502, `644` = 1.74061, `645` = 1.35165, `646` = 1.15518, `647` = 1.87199, `648` = 2.62931, `649` = 2.31078, `650` = 2.68424, `651` = 1.7598, `652` = 1.60339, `653` = 3.59301, `654` = 1.10603, `655` = 2.32442, `656` = 1.77175, `657` = 2.20971, `658` = 1.9106, `659` = 2.25715, `660` = 2.06905, `661` = 2.30817, `662` = 2.07573, `663` = 1.77407, `664` = 2.43578, `665` = 2.12828, `666` = 2.20591, -`667` = 1.17683, `668` = 1.66624, `669` = 1.35763, `670` = 1.78977, `671` = 1.13355, `672` = 2.743, `673` = 1.34269, `674` = 0.835481, `675` = 1.51502, `676` = 1.99193, `677` = 2.28651, `678` = 1.16106, `679` = 2.5245, `680` = 3.11831, `681` = 1.94279, `682` = 2.47932, `683` = 1.13268, `684` = 1.69413, `685` = 2.28826, `686` = 1.90979, `687` = 2.65157, `688` = 1.41765, `689` = 2.99469, `690` = 1.32353, `691` = 1.45726, `692` = 1.97339, `693` = 1.7671, `694` = 0.908384, `695` = 2.0966, `696` = 0.965906, -`697` = 1.44357, `698` = 2.20382, `699` = 2.45003, `700` = 2.9088, `701` = 1.06315, `702` = 1.52948, `703` = 1.37854, `704` = 2.45674, `705` = 1.62565, `706` = 1.45386, `707` = 1.79233, `708` = 1.45578, `709` = 3.58952, `710` = 2.75587, `711` = 2.18121, `712` = 1.96543, `713` = 1.42123, `714` = 1.88975, `715` = 2.03468, `716` = 1.83555, `717` = 1.14725, `718` = 2.15482, `719` = 2.83679, `720` = 1.35482, `721` = 1.31996, `722` = 1.58891, `723` = 4.39374, `724` = 1.29783, `725` = 2.57891, `726` = 1.25922, -`727` = 1.23203, `728` = 1.46578, `729` = 1.29022, `730` = 2.609, `731` = 1.98286, `732` = 2.04389, `733` = 2.82228, `734` = 1.37751, `735` = 2.45162, `736` = 1.21815, `737` = 1.15335, `738` = 1.78975, `739` = 1.53569, `740` = 2.2133, `741` = 1.98769, `742` = 1.87513, `743` = 1.04263, `744` = 1.86318, `745` = 2.22433, `746` = 2.00087, `747` = 2.68541, `748` = 3.36272, `749` = 1.84894, `750` = 1.67284, `751` = 1.82971, `752` = 0.966561, `753` = 2.94891, `754` = 2.02551, `755` = 2.14384, `756` = 1.61559, -`757` = 1.34629, `758` = 2.46315, `759` = 1.82355, `760` = 2.20364, `761` = 1.81595, `762` = 1.39895, `763` = 1.11401, `764` = 1.0403, `765` = 3.46626, `766` = 0.612315, `767` = 2.21868, `768` = 1.02168, `769` = 1.85731, `770` = 1.3162, `771` = 1.3084, `772` = 1.03984, `773` = 2.21968, `774` = 1.40523, `775` = 1.63671, `776` = 2.35501, `777` = 2.13487, `778` = 1.59329, `779` = 2.27573, `780` = 0.656163, `781` = 1.92149, `782` = 1.50652, `783` = 1.52454, `784` = 1.40982, `785` = 1.89922, `786` = 3.55173, -`787` = 1.0151, `788` = 1.73648, `789` = 2.21852, `790` = 1.67645, `791` = 2.53566, `792` = 1.78863, `793` = 1.38939, `794` = 1.73823, `795` = 1.93236, `796` = 2.27246, `797` = 1.9506, `798` = 2.79071, `799` = 1.85945, `800` = 1.69699, `801` = 1.20041, `802` = 2.30994, `803` = 2.28003, `804` = 2.12277, `805` = 1.40852, `806` = 2.70246, `807` = 0.952188, `808` = 1.76159, `809` = 1.55078, `810` = 1.46163, `811` = 2.11148, `812` = 1.11352, `813` = 2.73889, `814` = 1.51083, `815` = 1.2664, `816` = 1.60512, -`817` = 1.05833, `818` = 1.68812, `819` = 2.66026, `820` = 1.65418, `821` = 1.08777, `822` = 1.33578, `823` = 1.09943, `824` = 1.50981, `825` = 1.619, `826` = 2.30468, `827` = 0.855122, `828` = 2.42884, `829` = 1.38089, `830` = 4.4522, `831` = 1.66963, `832` = 1.85567, `833` = 1.08886, `834` = 0.921411, `835` = 1.46622, `836` = 2.73844, `837` = 1.58313, `838` = 1.38034, `839` = 4.41954, `840` = 0.943254, `841` = 2.27984, `842` = 0.912844, `843` = 3.55196, `844` = 1.1334, `845` = 1.32161, `846` = 1.15393, -`847` = 1.98561, `848` = 2.20511, `849` = 1.54514, `850` = 2.42928, `851` = 4.14373, `852` = 1.43421, `853` = 1.86873, `854` = 2.12603, `855` = 1.61318, `856` = 2.90885, `857` = 1.78374, `858` = 2.71821, `859` = 2.36494, `860` = 1.34748, `861` = 2.34658, `862` = 1.52776, `863` = 0.600716, `864` = 1.09026, `865` = 2.03663, `866` = 1.49139, `867` = 1.12194, `868` = 1.07614, `869` = 1.85279, `870` = 2.95831, `871` = 2.98388, `872` = 2.99171, `873` = 2.63004, `874` = 2.71376, `875` = 2.88341, `876` = 1.53379, -`877` = 1.38715, `878` = 1.82625, `879` = 2.14879, `880` = 1.45223, `881` = 2.03254, `882` = 1.23025, `883` = 4.04122, `884` = 1.87983, `885` = 0.920498, `886` = 1.39447, `887` = 2.25378, `888` = 1.17531, `889` = 1.54539, `890` = 1.16774, `891` = 1.62573, `892` = 0.973671, `893` = 1.10345, `894` = 1.55087, `895` = 1.43027, `896` = 0.962505, `897` = 2.10172, `898` = 1.45381, `899` = 2.50912, `900` = 0.829113, `901` = 1.49204, `902` = 1.97533, `903` = 1.08147, `904` = 1.12325, `905` = 1.646, `906` = 0.996103, -`907` = 3.10322, `908` = 1.11548, `909` = 1.86724, `910` = 1.93593, `911` = 0.861118, `912` = 2.97444, `913` = 2.62286, `914` = 3.12932, `915` = 1.27295, `916` = 1.42102, `917` = 1.63069, `918` = 3.45913, `919` = 2.76521, `920` = 0.692319, `921` = 1.22273, `922` = 1.62976, `923` = 1.63547, `924` = 1.49555, `925` = 2.0772, `926` = 2.2857, `927` = 2.10495, `928` = 0.715004, `929` = 1.32799, `930` = 2.34715, `931` = 1.48491, `932` = 1.79496, `933` = 2.20081, `934` = 1.68291, `935` = 3.47905, `936` = 2.10751, -`937` = 2.46338, `938` = 2.88346, `939` = 1.03523, `940` = 1.82537, `941` = 1.64746, `942` = 1.83653, `943` = 2.17434, `944` = 2.34556, `945` = 1.35487, `946` = 2.66805, `947` = 1.38449, `948` = 0.992329, `949` = 1.2798, `950` = 2.11436, `951` = 1.54768, `952` = 1.28011, `953` = 1.13938, `954` = 2.31566, `955` = 1.23916, `956` = 1.09096, `957` = 1.80177, `958` = 1.40609, `959` = 2.03731, `960` = 1.96243, `961` = 1.47829, `962` = 1.54191, `963` = 1.50901, `964` = 1.58541, `965` = 1.30164, `966` = 1.54642, -`967` = 0.985903, `968` = 1.74622, `969` = 2.40104, `970` = 1.47236, `971` = 1.01637, `972` = 2.01739, `973` = 1.27309, `974` = 1.34581, `975` = 1.66014, `976` = 1.64592, `977` = 1.23841, `978` = 1.86099, `979` = 1.95426, `980` = 0.994336, `981` = 1.2769, `982` = 1.25548, `983` = 1.55396, `984` = 1.32034, `985` = 1.27724, `986` = 2.93347, `987` = 2.10903, `988` = 1.23573, `989` = 2.31355, `990` = 2.0226, `991` = 1.98181, `992` = 1.36425, `993` = 1.39059, `994` = 2.13309, `995` = 1.17508, `996` = 2.05744, -`997` = 2.25295, `998` = 2.09449, `999` = 1.28196, `1000` = 0.91771)" +average,5,1.68117,0.682856,0.916051,3.47923,1,parametric,1000,1,"c(`000000001_lnorm` = 1.29091, `000000002_lnorm` = 2.32183, `000000003_lnorm` = 1.62344, `000000004_lnorm` = 1.434, `000000005_lnorm` = 1.81625, `000000006_lnorm` = 2.64477, `000000007_lnorm` = 1.9797, `000000008_lnorm` = 1.40648, `000000009_lnorm` = 1.75897, `000000010_lnorm` = 2.52819, `000000011_lnorm` = 1.75286, `000000012_lnorm` = 2.64467, `000000013_lnorm` = 1.89607, `000000014_lnorm` = 1.42891, `000000015_lnorm` = 2.04596, `000000016_lnorm` = 1.076, `000000017_lnorm` = 1.82926, `000000018_lnorm` = 1.77754, +`000000019_lnorm` = 1.81362, `000000020_lnorm` = 1.56522, `000000021_lnorm` = 1.31328, `000000022_lnorm` = 2.34267, `000000023_lnorm` = 1.95807, `000000024_lnorm` = 0.979764, `000000025_lnorm` = 1.90104, `000000026_lnorm` = 1.31927, `000000027_lnorm` = 1.22681, `000000028_lnorm` = 1.36297, `000000029_lnorm` = 2.03217, `000000030_lnorm` = 1.48939, `000000031_lnorm` = 2.32383, `000000032_lnorm` = 2.76469, `000000033_lnorm` = 2.12493, `000000034_lnorm` = 1.16584, `000000035_lnorm` = 2.24326, `000000036_lnorm` = 1.85553, +`000000037_lnorm` = 2.58016, `000000038_lnorm` = 2.13527, `000000039_lnorm` = 1.12606, `000000040_lnorm` = 1.92818, `000000041_lnorm` = 2.02068, `000000042_lnorm` = 1.98607, `000000043_lnorm` = 2.96207, `000000044_lnorm` = 1.00953, `000000045_lnorm` = 0.524816, `000000046_lnorm` = 2.7306, `000000047_lnorm` = 1.49195, `000000048_lnorm` = 1.52999, `000000049_lnorm` = 1.91416, `000000050_lnorm` = 0.919343, `000000051_lnorm` = 0.984984, `000000052_lnorm` = 1.63899, `000000053_lnorm` = 1.26687, `000000054_lnorm` = 1.31936, +`000000055_lnorm` = 1.15461, `000000056_lnorm` = 1.35223, `000000057_lnorm` = 2.41231, `000000058_lnorm` = 0.732408, `000000059_lnorm` = 1.9412, `000000060_lnorm` = 1.82985, `000000061_lnorm` = 1.80799, `000000062_lnorm` = 1.09987, `000000063_lnorm` = 1.46472, `000000064_lnorm` = 1.07241, `000000065_lnorm` = 1.27812, `000000066_lnorm` = 1.83395, `000000067_lnorm` = 1.30446, `000000068_lnorm` = 1.2981, `000000069_lnorm` = 1.20418, `000000070_lnorm` = 2.83823, `000000071_lnorm` = 1.18793, `000000072_lnorm` = 2.01091, +`000000073_lnorm` = 1.79121, `000000074_lnorm` = 1.15301, `000000075_lnorm` = 1.91059, `000000076_lnorm` = 1.57129, `000000077_lnorm` = 2.16167, `000000078_lnorm` = 1.9946, `000000079_lnorm` = 2.74488, `000000080_lnorm` = 2.45766, `000000081_lnorm` = 1.38901, `000000082_lnorm` = 1.77219, `000000083_lnorm` = 2.34755, `000000084_lnorm` = 1.99894, `000000085_lnorm` = 1.53282, `000000086_lnorm` = 2.63432, `000000087_lnorm` = 1.70809, `000000088_lnorm` = 1.86773, `000000089_lnorm` = 1.98204, `000000090_lnorm` = 2.62623, +`000000091_lnorm` = 2.31919, `000000092_lnorm` = 1.75354, `000000093_lnorm` = 1.59699, `000000094_lnorm` = 1.73771, `000000095_lnorm` = 2.15879, `000000096_lnorm` = 2.76178, `000000097_lnorm` = 1.34877, `000000098_lnorm` = 1.48579, `000000099_lnorm` = 2.35546, `000000100_lnorm` = 1.28161, `000000101_lnorm` = 1.4029, `000000102_lnorm` = 3.68421, `000000103_lnorm` = 2.36213, `000000104_lnorm` = 2.0522, `000000105_lnorm` = 1.14376, `000000106_lnorm` = 1.78657, `000000107_lnorm` = 1.74016, `000000108_lnorm` = 1.32566, +`000000109_lnorm` = 3.36174, `000000110_lnorm` = 1.49743, `000000111_lnorm` = 1.46767, `000000112_lnorm` = 1.47672, `000000113_lnorm` = 1.68099, `000000114_lnorm` = 2.33906, `000000115_lnorm` = 1.43903, `000000116_lnorm` = 0.709155, `000000117_lnorm` = 0.770378, `000000118_lnorm` = 2.2042, `000000119_lnorm` = 3.44236, `000000120_lnorm` = 1.3995, `000000121_lnorm` = 1.18715, `000000122_lnorm` = 1.64168, `000000123_lnorm` = 2.15108, `000000124_lnorm` = 2.45261, `000000125_lnorm` = 2.14768, `000000126_lnorm` = 2.24817, +`000000127_lnorm` = 2.55814, `000000128_lnorm` = 2.03521, `000000129_lnorm` = 2.90726, `000000130_lnorm` = 1.41121, `000000131_lnorm` = 2.47096, `000000132_lnorm` = 1.22084, `000000133_lnorm` = 2.69526, `000000134_lnorm` = 1.97344, `000000135_lnorm` = 1.71554, `000000136_lnorm` = 1.72117, `000000137_lnorm` = 4.51797, `000000138_lnorm` = 2.22872, `000000139_lnorm` = 3.48639, `000000140_lnorm` = 1.5389, `000000141_lnorm` = 2.00422, `000000142_lnorm` = 2.33338, `000000143_lnorm` = 1.37927, `000000144_lnorm` = 2.16221, +`000000145_lnorm` = 2.53269, `000000146_lnorm` = 1.38425, `000000147_lnorm` = 2.00788, `000000148_lnorm` = 1.31033, `000000149_lnorm` = 2.37918, `000000150_lnorm` = 0.949034, `000000151_lnorm` = 2.28725, `000000152_lnorm` = 1.29019, `000000153_lnorm` = 2.63461, `000000154_lnorm` = 1.64242, `000000155_lnorm` = 1.66381, `000000156_lnorm` = 1.61202, `000000157_lnorm` = 1.97332, `000000158_lnorm` = 1.3912, `000000159_lnorm` = 1.97515, `000000160_lnorm` = 2.93092, `000000161_lnorm` = 1.92314, `000000162_lnorm` = 1.31012, +`000000163_lnorm` = 1.77709, `000000164_lnorm` = 2.2523, `000000165_lnorm` = 1.61186, `000000166_lnorm` = 2.71488, `000000167_lnorm` = 1.53472, `000000168_lnorm` = 1.21652, `000000169_lnorm` = 2.29438, `000000170_lnorm` = 2.67321, `000000171_lnorm` = 1.12951, `000000172_lnorm` = 1.84354, `000000173_lnorm` = 4.08301, `000000174_lnorm` = 1.49518, `000000175_lnorm` = 1.34551, `000000176_lnorm` = 1.70373, `000000177_lnorm` = 1.6595, `000000178_lnorm` = 1.575, `000000179_lnorm` = 2.15906, `000000180_lnorm` = 1.7929, +`000000181_lnorm` = 1.96763, `000000182_lnorm` = 1.57101, `000000183_lnorm` = 2.83637, `000000184_lnorm` = 2.97611, `000000185_lnorm` = 1.1848, `000000186_lnorm` = 2.06271, `000000187_lnorm` = 1.76132, `000000188_lnorm` = 2.49662, `000000189_lnorm` = 0.683874, `000000190_lnorm` = 2.78282, `000000191_lnorm` = 0.923407, `000000192_lnorm` = 2.02137, `000000193_lnorm` = 2.34055, `000000194_lnorm` = 2.4864, `000000195_lnorm` = 1.82451, `000000196_lnorm` = 1.92975, `000000197_lnorm` = 2.12464, `000000198_lnorm` = 2.41836, +`000000199_lnorm` = 2.27514, `000000200_lnorm` = 1.68233, `000000201_lnorm` = 0.951751, `000000202_lnorm` = 1.79286, `000000203_lnorm` = 1.0225, `000000204_lnorm` = 3.65623, `000000205_lnorm` = 1.58279, `000000206_lnorm` = 2.56041, `000000207_lnorm` = 1.63661, `000000208_lnorm` = 2.37805, `000000209_lnorm` = 1.81253, `000000210_lnorm` = 1.19601, `000000211_lnorm` = 2.11508, `000000212_lnorm` = 1.5009, `000000213_lnorm` = 1.9014, `000000214_lnorm` = 1.18229, `000000215_lnorm` = 3.0938, `000000216_lnorm` = 1.52568, +`000000217_lnorm` = 1.5591, `000000218_lnorm` = 1.111, `000000219_lnorm` = 1.61811, `000000220_lnorm` = 1.40567, `000000221_lnorm` = 1.92318, `000000222_lnorm` = 2.01052, `000000223_lnorm` = 1.41332, `000000224_lnorm` = 2.93397, `000000225_lnorm` = 1.4652, `000000226_lnorm` = 1.30126, `000000227_lnorm` = 2.30988, `000000228_lnorm` = 1.19668, `000000229_lnorm` = 1.13459, `000000230_lnorm` = 2.25383, `000000231_lnorm` = 1.72354, `000000232_lnorm` = 2.94255, `000000233_lnorm` = 2.01322, `000000234_lnorm` = 2.41204, +`000000235_lnorm` = 2.23295, `000000236_lnorm` = 2.58725, `000000237_lnorm` = 1.81906, `000000238_lnorm` = 1.30274, `000000239_lnorm` = 2.29129, `000000240_lnorm` = 1.07857, `000000241_lnorm` = 1.00845, `000000242_lnorm` = 2.1734, `000000243_lnorm` = 2.80348, `000000244_lnorm` = 1.09174, `000000245_lnorm` = 1.57453, `000000246_lnorm` = 1.53233, `000000247_lnorm` = 1.13468, `000000248_lnorm` = 1.57223, `000000249_lnorm` = 1.3564, `000000250_lnorm` = 1.57845, `000000251_lnorm` = 3.4036, `000000252_lnorm` = 2.15519, +`000000253_lnorm` = 0.957094, `000000254_lnorm` = 1.71972, `000000255_lnorm` = 1.246, `000000256_lnorm` = 1.64064, `000000257_lnorm` = 1.85753, `000000258_lnorm` = 2.32516, `000000259_lnorm` = 1.53653, `000000260_lnorm` = 4.93481, `000000261_lnorm` = 2.92565, `000000262_lnorm` = 1.80187, `000000263_lnorm` = 1.30003, `000000264_lnorm` = 3.32539, `000000265_lnorm` = 1.00911, `000000266_lnorm` = 1.3714, `000000267_lnorm` = 1.49066, `000000268_lnorm` = 1.1618, `000000269_lnorm` = 2.1701, `000000270_lnorm` = 1.93628, +`000000271_lnorm` = 1.93382, `000000272_lnorm` = 1.56229, `000000273_lnorm` = 1.934, `000000274_lnorm` = 1.48944, `000000275_lnorm` = 1.56079, `000000276_lnorm` = 2.76426, `000000277_lnorm` = 1.41112, `000000278_lnorm` = 3.02989, `000000279_lnorm` = 1.20218, `000000280_lnorm` = 1.17921, `000000281_lnorm` = 3.31633, `000000282_lnorm` = 2.2934, `000000283_lnorm` = 1.75066, `000000284_lnorm` = 2.23802, `000000285_lnorm` = 1.73284, `000000286_lnorm` = 2.27552, `000000287_lnorm` = 1.06919, `000000288_lnorm` = 2.22348, +`000000289_lnorm` = 1.43162, `000000290_lnorm` = 2.38861, `000000291_lnorm` = 1.9776, `000000292_lnorm` = 1.75614, `000000293_lnorm` = 1.51279, `000000294_lnorm` = 4.17683, `000000295_lnorm` = 1.10022, `000000296_lnorm` = 3.42715, `000000297_lnorm` = 1.28568, `000000298_lnorm` = 1.91588, `000000299_lnorm` = 1.14508, `000000300_lnorm` = 1.36317, `000000301_lnorm` = 1.23333, `000000302_lnorm` = 1.07114, `000000303_lnorm` = 1.85, `000000304_lnorm` = 2.22284, `000000305_lnorm` = 1.22098, `000000306_lnorm` = 0.769897, +`000000307_lnorm` = 2.26782, `000000308_lnorm` = 2.76717, `000000309_lnorm` = 2.80311, `000000310_lnorm` = 1.79249, `000000311_lnorm` = 1.50201, `000000312_lnorm` = 2.33447, `000000313_lnorm` = 1.51844, `000000314_lnorm` = 1.4948, `000000315_lnorm` = 2.28877, `000000316_lnorm` = 2.50457, `000000317_lnorm` = 1.49333, `000000318_lnorm` = 1.2303, `000000319_lnorm` = 2.97666, `000000320_lnorm` = 2.11935, `000000321_lnorm` = 1.49001, `000000322_lnorm` = 1.68884, `000000323_lnorm` = 1.43209, `000000324_lnorm` = 1.93248, +`000000325_lnorm` = 1.48784, `000000326_lnorm` = 2.98808, `000000327_lnorm` = 2.30993, `000000328_lnorm` = 2.99876, `000000329_lnorm` = 1.74099, `000000330_lnorm` = 1.88756, `000000331_lnorm` = 2.04143, `000000332_lnorm` = 1.25144, `000000333_lnorm` = 1.57906, `000000334_lnorm` = 1.00788, `000000335_lnorm` = 1.2126, `000000336_lnorm` = 1.9552, `000000337_lnorm` = 2.82747, `000000338_lnorm` = 1.90187, `000000339_lnorm` = 1.42327, `000000340_lnorm` = 1.43655, `000000341_lnorm` = 1.09695, `000000342_lnorm` = 1.33248, +`000000343_lnorm` = 1.19027, `000000344_lnorm` = 1.97183, `000000345_lnorm` = 1.77387, `000000346_lnorm` = 1.07524, `000000347_lnorm` = 2.13797, `000000348_lnorm` = 2.16009, `000000349_lnorm` = 2.22319, `000000350_lnorm` = 2.71378, `000000351_lnorm` = 1.83287, `000000352_lnorm` = 2.48058, `000000353_lnorm` = 1.04259, `000000354_lnorm` = 1.55658, `000000355_lnorm` = 2.4289, `000000356_lnorm` = 3.13694, `000000357_lnorm` = 1.00273, `000000358_lnorm` = 1.32141, `000000359_lnorm` = 1.9265, `000000360_lnorm` = 1.34318, +`000000361_lnorm` = 1.42568, `000000362_lnorm` = 1.01439, `000000363_lnorm` = 1.49848, `000000364_lnorm` = 2.22676, `000000365_lnorm` = 1.62128, `000000366_lnorm` = 2.04695, `000000367_lnorm` = 1.18601, `000000368_lnorm` = 1.20377, `000000369_lnorm` = 1.2206, `000000370_lnorm` = 1.90946, `000000371_lnorm` = 1.13542, `000000372_lnorm` = 1.6593, `000000373_lnorm` = 1.46797, `000000374_lnorm` = 1.57447, `000000375_lnorm` = 1.85693, `000000376_lnorm` = 1.4851, `000000377_lnorm` = 1.42378, `000000378_lnorm` = 1.59598, +`000000379_lnorm` = 1.93396, `000000380_lnorm` = 1.23379, `000000381_lnorm` = 1.44014, `000000382_lnorm` = 1.83959, `000000383_lnorm` = 2.01984, `000000384_lnorm` = 1.50021, `000000385_lnorm` = 2.15706, `000000386_lnorm` = 2.04668, `000000387_lnorm` = 1.55483, `000000388_lnorm` = 2.37654, `000000389_lnorm` = 3.94267, `000000390_lnorm` = 2.21834, `000000391_lnorm` = 1.81093, `000000392_lnorm` = 4.19887, `000000393_lnorm` = 0.918213, `000000394_lnorm` = 1.45406, `000000395_lnorm` = 1.53526, `000000396_lnorm` = 2.26637, +`000000397_lnorm` = 2.57149, `000000398_lnorm` = 2.40347, `000000399_lnorm` = 1.73039, `000000400_lnorm` = 2.93577, `000000401_lnorm` = 2.69576, `000000402_lnorm` = 1.7978, `000000403_lnorm` = 1.82191, `000000404_lnorm` = 0.916133, `000000405_lnorm` = 0.894587, `000000406_lnorm` = 3.75364, `000000407_lnorm` = 1.03696, `000000408_lnorm` = 2.90402, `000000409_lnorm` = 1.64099, `000000410_lnorm` = 0.919569, `000000411_lnorm` = 2.21855, `000000412_lnorm` = 1.69848, `000000413_lnorm` = 1.7316, `000000414_lnorm` = 1.10058, +`000000415_lnorm` = 1.11313, `000000416_lnorm` = 1.2718, `000000417_lnorm` = 1.30444, `000000418_lnorm` = 2.21172, `000000419_lnorm` = 2.60012, `000000420_lnorm` = 2.44744, `000000421_lnorm` = 1.0187, `000000422_lnorm` = 2.21125, `000000423_lnorm` = 2.16267, `000000424_lnorm` = 1.94559, `000000425_lnorm` = 2.48945, `000000426_lnorm` = 1.13375, `000000427_lnorm` = 1.87002, `000000428_lnorm` = 2.00033, `000000429_lnorm` = 0.873977, `000000430_lnorm` = 0.832155, `000000431_lnorm` = 3.1563, `000000432_lnorm` = 1.42628, +`000000433_lnorm` = 1.64134, `000000434_lnorm` = 1.30208, `000000435_lnorm` = 1.56605, `000000436_lnorm` = 2.81942, `000000437_lnorm` = 2.1007, `000000438_lnorm` = 2.0308, `000000439_lnorm` = 1.14681, `000000440_lnorm` = 1.60425, `000000441_lnorm` = 1.94172, `000000442_lnorm` = 2.32118, `000000443_lnorm` = 1.32111, `000000444_lnorm` = 1.42303, `000000445_lnorm` = 2.13881, `000000446_lnorm` = 1.4268, `000000447_lnorm` = 2.18789, `000000448_lnorm` = 2.17622, `000000449_lnorm` = 3.41329, `000000450_lnorm` = 3.35896, +`000000451_lnorm` = 2.77879, `000000452_lnorm` = 1.8923, `000000453_lnorm` = 1.41733, `000000454_lnorm` = 1.33789, `000000455_lnorm` = 2.0997, `000000456_lnorm` = 1.26299, `000000457_lnorm` = 1.35083, `000000458_lnorm` = 1.44983, `000000459_lnorm` = 2.76589, `000000460_lnorm` = 1.53337, `000000461_lnorm` = 1.59673, `000000462_lnorm` = 2.08783, `000000463_lnorm` = 1.56069, `000000464_lnorm` = 1.12092, `000000465_lnorm` = 2.0189, `000000466_lnorm` = 2.2192, `000000467_lnorm` = 1.34221, `000000468_lnorm` = 2.11337, +`000000469_lnorm` = 2.22503, `000000470_lnorm` = 1.77325, `000000471_lnorm` = 1.74596, `000000472_lnorm` = 2.90492, `000000473_lnorm` = 0.953169, `000000474_lnorm` = 2.73462, `000000475_lnorm` = 2.16016, `000000476_lnorm` = 1.35835, `000000477_lnorm` = 1.27943, `000000478_lnorm` = 2.12858, `000000479_lnorm` = 1.28948, `000000480_lnorm` = 1.08294, `000000481_lnorm` = 1.88055, `000000482_lnorm` = 1.52331, `000000483_lnorm` = 2.0892, `000000484_lnorm` = 1.59584, `000000485_lnorm` = 1.52771, `000000486_lnorm` = 1.34335, +`000000487_lnorm` = 2.77588, `000000488_lnorm` = 1.26331, `000000489_lnorm` = 0.736363, `000000490_lnorm` = 2.87051, `000000491_lnorm` = 1.69302, `000000492_lnorm` = 1.11636, `000000493_lnorm` = 4.20855, `000000494_lnorm` = 1.93802, `000000495_lnorm` = 1.78429, `000000496_lnorm` = 2.07513, `000000497_lnorm` = 2.9275, `000000498_lnorm` = 1.59997, `000000499_lnorm` = 4.43423, `000000500_lnorm` = 3.1396, `000000501_lnorm` = 4.19754, `000000502_lnorm` = 1.43101, `000000503_lnorm` = 1.24887, `000000504_lnorm` = 1.33372, +`000000505_lnorm` = 3.32688, `000000506_lnorm` = 1.43877, `000000507_lnorm` = 2.73052, `000000508_lnorm` = 1.77473, `000000509_lnorm` = 3.87704, `000000510_lnorm` = 1.47882, `000000511_lnorm` = 1.62539, `000000512_lnorm` = 2.10461, `000000513_lnorm` = 1.69433, `000000514_lnorm` = 2.70887, `000000515_lnorm` = 2.54778, `000000516_lnorm` = 1.18789, `000000517_lnorm` = 0.947065, `000000518_lnorm` = 1.88539, `000000519_lnorm` = 1.71256, `000000520_lnorm` = 1.14462, `000000521_lnorm` = 1.27008, `000000522_lnorm` = 2.97766, +`000000523_lnorm` = 1.77179, `000000524_lnorm` = 2.46649, `000000525_lnorm` = 1.14346, `000000526_lnorm` = 1.89514, `000000527_lnorm` = 1.99545, `000000528_lnorm` = 1.14086, `000000529_lnorm` = 1.29784, `000000530_lnorm` = 1.25107, `000000531_lnorm` = 1.15474, `000000532_lnorm` = 1.24787, `000000533_lnorm` = 2.71133, `000000534_lnorm` = 1.79474, `000000535_lnorm` = 2.32162, `000000536_lnorm` = 3.3785, `000000537_lnorm` = 4.36058, `000000538_lnorm` = 2.60727, `000000539_lnorm` = 2.75091, `000000540_lnorm` = 1.5868, +`000000541_lnorm` = 1.1833, `000000542_lnorm` = 1.89416, `000000543_lnorm` = 2.7693, `000000544_lnorm` = 2.34744, `000000545_lnorm` = 2.2746, `000000546_lnorm` = 3.32722, `000000547_lnorm` = 1.95779, `000000548_lnorm` = 1.86548, `000000549_lnorm` = 0.48099, `000000550_lnorm` = 1.47263, `000000551_lnorm` = 1.47392, `000000552_lnorm` = 1.54194, `000000553_lnorm` = 2.22219, `000000554_lnorm` = 0.919689, `000000555_lnorm` = 1.39214, `000000556_lnorm` = 1.32837, `000000557_lnorm` = 2.04919, `000000558_lnorm` = 1.79051, +`000000559_lnorm` = 2.30908, `000000560_lnorm` = 0.631205, `000000561_lnorm` = 3.11303, `000000562_lnorm` = 2.4509, `000000563_lnorm` = 2.13419, `000000564_lnorm` = 2.32479, `000000565_lnorm` = 1.99135, `000000566_lnorm` = 1.94901, `000000567_lnorm` = 2.55599, `000000568_lnorm` = 1.05623, `000000569_lnorm` = 1.34003, `000000570_lnorm` = 1.3575, `000000571_lnorm` = 2.1116, `000000572_lnorm` = 1.63934, `000000573_lnorm` = 1.52701, `000000574_lnorm` = 1.45555, `000000575_lnorm` = 2.01982, `000000576_lnorm` = 2.75215, +`000000577_lnorm` = 0.97708, `000000578_lnorm` = 1.3253, `000000579_lnorm` = 2.14799, `000000580_lnorm` = 2.0086, `000000581_lnorm` = 1.60626, `000000582_lnorm` = 2.3921, `000000583_lnorm` = 2.40397, `000000584_lnorm` = 2.9732, `000000585_lnorm` = 2.70107, `000000586_lnorm` = 1.17736, `000000587_lnorm` = 1.5737, `000000588_lnorm` = 1.62547, `000000589_lnorm` = 1.91191, `000000590_lnorm` = 2.45269, `000000591_lnorm` = 1.52415, `000000592_lnorm` = 1.99608, `000000593_lnorm` = 1.6286, `000000594_lnorm` = 1.97753, +`000000595_lnorm` = 1.37223, `000000596_lnorm` = 1.07541, `000000597_lnorm` = 0.85406, `000000598_lnorm` = 1.53575, `000000599_lnorm` = 1.44919, `000000600_lnorm` = 2.04786, `000000601_lnorm` = 2.24641, `000000602_lnorm` = 2.61384, `000000603_lnorm` = 1.65474, `000000604_lnorm` = 2.95766, `000000605_lnorm` = 4.66151, `000000606_lnorm` = 2.22262, `000000607_lnorm` = 2.01574, `000000608_lnorm` = 1.48518, `000000609_lnorm` = 0.862165, `000000610_lnorm` = 1.29857, `000000611_lnorm` = 3.1189, `000000612_lnorm` = 1.72008, +`000000613_lnorm` = 1.09522, `000000614_lnorm` = 1.65268, `000000615_lnorm` = 2.7714, `000000616_lnorm` = 1.2399, `000000617_lnorm` = 1.39014, `000000618_lnorm` = 1.43025, `000000619_lnorm` = 1.06787, `000000620_lnorm` = 1.22254, `000000621_lnorm` = 1.72323, `000000622_lnorm` = 1.71684, `000000623_lnorm` = 2.70181, `000000624_lnorm` = 1.51176, `000000625_lnorm` = 1.2505, `000000626_lnorm` = 1.35754, `000000627_lnorm` = 0.978436, `000000628_lnorm` = 2.75994, `000000629_lnorm` = 2.95654, `000000630_lnorm` = 1.64154, +`000000631_lnorm` = 2.44981, `000000632_lnorm` = 1.65048, `000000633_lnorm` = 1.77068, `000000634_lnorm` = 2.26647, `000000635_lnorm` = 2.08989, `000000636_lnorm` = 2.02098, `000000637_lnorm` = 1.06716, `000000638_lnorm` = 1.11345, `000000639_lnorm` = 1.41083, `000000640_lnorm` = 1.73914, `000000641_lnorm` = 1.44619, `000000642_lnorm` = 2.17064, `000000643_lnorm` = 1.81502, `000000644_lnorm` = 1.74061, `000000645_lnorm` = 1.35165, `000000646_lnorm` = 1.15518, `000000647_lnorm` = 1.87199, `000000648_lnorm` = 2.62931, +`000000649_lnorm` = 2.31078, `000000650_lnorm` = 2.68424, `000000651_lnorm` = 1.7598, `000000652_lnorm` = 1.60339, `000000653_lnorm` = 3.59301, `000000654_lnorm` = 1.10603, `000000655_lnorm` = 2.32442, `000000656_lnorm` = 1.77175, `000000657_lnorm` = 2.20971, `000000658_lnorm` = 1.9106, `000000659_lnorm` = 2.25715, `000000660_lnorm` = 2.06905, `000000661_lnorm` = 2.30817, `000000662_lnorm` = 2.07573, `000000663_lnorm` = 1.77407, `000000664_lnorm` = 2.43578, `000000665_lnorm` = 2.12828, `000000666_lnorm` = 2.20591, +`000000667_lnorm` = 1.17683, `000000668_lnorm` = 1.66624, `000000669_lnorm` = 1.35763, `000000670_lnorm` = 1.78977, `000000671_lnorm` = 1.13355, `000000672_lnorm` = 2.743, `000000673_lnorm` = 1.34269, `000000674_lnorm` = 0.835481, `000000675_lnorm` = 1.51502, `000000676_lnorm` = 1.99193, `000000677_lnorm` = 2.28651, `000000678_lnorm` = 1.16106, `000000679_lnorm` = 2.5245, `000000680_lnorm` = 3.11831, `000000681_lnorm` = 1.94279, `000000682_lnorm` = 2.47932, `000000683_lnorm` = 1.13268, `000000684_lnorm` = 1.69413, +`000000685_lnorm` = 2.28826, `000000686_lnorm` = 1.90979, `000000687_lnorm` = 2.65157, `000000688_lnorm` = 1.41765, `000000689_lnorm` = 2.99469, `000000690_lnorm` = 1.32353, `000000691_lnorm` = 1.45726, `000000692_lnorm` = 1.97339, `000000693_lnorm` = 1.7671, `000000694_lnorm` = 0.908384, `000000695_lnorm` = 2.0966, `000000696_lnorm` = 0.965906, `000000697_lnorm` = 1.44357, `000000698_lnorm` = 2.20382, `000000699_lnorm` = 2.45003, `000000700_lnorm` = 2.9088, `000000701_lnorm` = 1.06315, `000000702_lnorm` = 1.52948, +`000000703_lnorm` = 1.37854, `000000704_lnorm` = 2.45674, `000000705_lnorm` = 1.62565, `000000706_lnorm` = 1.45386, `000000707_lnorm` = 1.79233, `000000708_lnorm` = 1.45578, `000000709_lnorm` = 3.58952, `000000710_lnorm` = 2.75587, `000000711_lnorm` = 2.18121, `000000712_lnorm` = 1.96543, `000000713_lnorm` = 1.42123, `000000714_lnorm` = 1.88975, `000000715_lnorm` = 2.03468, `000000716_lnorm` = 1.83555, `000000717_lnorm` = 1.14725, `000000718_lnorm` = 2.15482, `000000719_lnorm` = 2.83679, `000000720_lnorm` = 1.35482, +`000000721_lnorm` = 1.31996, `000000722_lnorm` = 1.58891, `000000723_lnorm` = 4.39374, `000000724_lnorm` = 1.29783, `000000725_lnorm` = 2.57891, `000000726_lnorm` = 1.25922, `000000727_lnorm` = 1.23203, `000000728_lnorm` = 1.46578, `000000729_lnorm` = 1.29022, `000000730_lnorm` = 2.609, `000000731_lnorm` = 1.98286, `000000732_lnorm` = 2.04389, `000000733_lnorm` = 2.82228, `000000734_lnorm` = 1.37751, `000000735_lnorm` = 2.45162, `000000736_lnorm` = 1.21815, `000000737_lnorm` = 1.15335, `000000738_lnorm` = 1.78975, +`000000739_lnorm` = 1.53569, `000000740_lnorm` = 2.2133, `000000741_lnorm` = 1.98769, `000000742_lnorm` = 1.87513, `000000743_lnorm` = 1.04263, `000000744_lnorm` = 1.86318, `000000745_lnorm` = 2.22433, `000000746_lnorm` = 2.00087, `000000747_lnorm` = 2.68541, `000000748_lnorm` = 3.36272, `000000749_lnorm` = 1.84894, `000000750_lnorm` = 1.67284, `000000751_lnorm` = 1.82971, `000000752_lnorm` = 0.966561, `000000753_lnorm` = 2.94891, `000000754_lnorm` = 2.02551, `000000755_lnorm` = 2.14384, `000000756_lnorm` = 1.61559, +`000000757_lnorm` = 1.34629, `000000758_lnorm` = 2.46315, `000000759_lnorm` = 1.82355, `000000760_lnorm` = 2.20364, `000000761_lnorm` = 1.81595, `000000762_lnorm` = 1.39895, `000000763_lnorm` = 1.11401, `000000764_lnorm` = 1.0403, `000000765_lnorm` = 3.46626, `000000766_lnorm` = 0.612315, `000000767_lnorm` = 2.21868, `000000768_lnorm` = 1.02168, `000000769_lnorm` = 1.85731, `000000770_lnorm` = 1.3162, `000000771_lnorm` = 1.3084, `000000772_lnorm` = 1.03984, `000000773_lnorm` = 2.21968, `000000774_lnorm` = 1.40523, +`000000775_lnorm` = 1.63671, `000000776_lnorm` = 2.35501, `000000777_lnorm` = 2.13487, `000000778_lnorm` = 1.59329, `000000779_lnorm` = 2.27573, `000000780_lnorm` = 0.656163, `000000781_lnorm` = 1.92149, `000000782_lnorm` = 1.50652, `000000783_lnorm` = 1.52454, `000000784_lnorm` = 1.40982, `000000785_lnorm` = 1.89922, `000000786_lnorm` = 3.55173, `000000787_lnorm` = 1.0151, `000000788_lnorm` = 1.73648, `000000789_lnorm` = 2.21852, `000000790_lnorm` = 1.67645, `000000791_lnorm` = 2.53566, `000000792_lnorm` = 1.78863, +`000000793_lnorm` = 1.38939, `000000794_lnorm` = 1.73823, `000000795_lnorm` = 1.93236, `000000796_lnorm` = 2.27246, `000000797_lnorm` = 1.9506, `000000798_lnorm` = 2.79071, `000000799_lnorm` = 1.85945, `000000800_lnorm` = 1.69699, `000000801_lnorm` = 1.20041, `000000802_lnorm` = 2.30994, `000000803_lnorm` = 2.28003, `000000804_lnorm` = 2.12277, `000000805_lnorm` = 1.40852, `000000806_lnorm` = 2.70246, `000000807_lnorm` = 0.952188, `000000808_lnorm` = 1.76159, `000000809_lnorm` = 1.55078, `000000810_lnorm` = 1.46163, +`000000811_lnorm` = 2.11148, `000000812_lnorm` = 1.11352, `000000813_lnorm` = 2.73889, `000000814_lnorm` = 1.51083, `000000815_lnorm` = 1.2664, `000000816_lnorm` = 1.60512, `000000817_lnorm` = 1.05833, `000000818_lnorm` = 1.68812, `000000819_lnorm` = 2.66026, `000000820_lnorm` = 1.65418, `000000821_lnorm` = 1.08777, `000000822_lnorm` = 1.33578, `000000823_lnorm` = 1.09943, `000000824_lnorm` = 1.50981, `000000825_lnorm` = 1.619, `000000826_lnorm` = 2.30468, `000000827_lnorm` = 0.855122, `000000828_lnorm` = 2.42884, +`000000829_lnorm` = 1.38089, `000000830_lnorm` = 4.4522, `000000831_lnorm` = 1.66963, `000000832_lnorm` = 1.85567, `000000833_lnorm` = 1.08886, `000000834_lnorm` = 0.921411, `000000835_lnorm` = 1.46622, `000000836_lnorm` = 2.73844, `000000837_lnorm` = 1.58313, `000000838_lnorm` = 1.38034, `000000839_lnorm` = 4.41954, `000000840_lnorm` = 0.943254, `000000841_lnorm` = 2.27984, `000000842_lnorm` = 0.912844, `000000843_lnorm` = 3.55196, `000000844_lnorm` = 1.1334, `000000845_lnorm` = 1.32161, `000000846_lnorm` = 1.15393, +`000000847_lnorm` = 1.98561, `000000848_lnorm` = 2.20511, `000000849_lnorm` = 1.54514, `000000850_lnorm` = 2.42928, `000000851_lnorm` = 4.14373, `000000852_lnorm` = 1.43421, `000000853_lnorm` = 1.86873, `000000854_lnorm` = 2.12603, `000000855_lnorm` = 1.61318, `000000856_lnorm` = 2.90885, `000000857_lnorm` = 1.78374, `000000858_lnorm` = 2.71821, `000000859_lnorm` = 2.36494, `000000860_lnorm` = 1.34748, `000000861_lnorm` = 2.34658, `000000862_lnorm` = 1.52776, `000000863_lnorm` = 0.600716, `000000864_lnorm` = 1.09026, +`000000865_lnorm` = 2.03663, `000000866_lnorm` = 1.49139, `000000867_lnorm` = 1.12194, `000000868_lnorm` = 1.07614, `000000869_lnorm` = 1.85279, `000000870_lnorm` = 2.95831, `000000871_lnorm` = 2.98388, `000000872_lnorm` = 2.99171, `000000873_lnorm` = 2.63004, `000000874_lnorm` = 2.71376, `000000875_lnorm` = 2.88341, `000000876_lnorm` = 1.53379, `000000877_lnorm` = 1.38715, `000000878_lnorm` = 1.82625, `000000879_lnorm` = 2.14879, `000000880_lnorm` = 1.45223, `000000881_lnorm` = 2.03254, `000000882_lnorm` = 1.23025, +`000000883_lnorm` = 4.04122, `000000884_lnorm` = 1.87983, `000000885_lnorm` = 0.920498, `000000886_lnorm` = 1.39447, `000000887_lnorm` = 2.25378, `000000888_lnorm` = 1.17531, `000000889_lnorm` = 1.54539, `000000890_lnorm` = 1.16774, `000000891_lnorm` = 1.62573, `000000892_lnorm` = 0.973671, `000000893_lnorm` = 1.10345, `000000894_lnorm` = 1.55087, `000000895_lnorm` = 1.43027, `000000896_lnorm` = 0.962505, `000000897_lnorm` = 2.10172, `000000898_lnorm` = 1.45381, `000000899_lnorm` = 2.50912, `000000900_lnorm` = 0.829113, +`000000901_lnorm` = 1.49204, `000000902_lnorm` = 1.97533, `000000903_lnorm` = 1.08147, `000000904_lnorm` = 1.12325, `000000905_lnorm` = 1.646, `000000906_lnorm` = 0.996103, `000000907_lnorm` = 3.10322, `000000908_lnorm` = 1.11548, `000000909_lnorm` = 1.86724, `000000910_lnorm` = 1.93593, `000000911_lnorm` = 0.861118, `000000912_lnorm` = 2.97444, `000000913_lnorm` = 2.62286, `000000914_lnorm` = 3.12932, `000000915_lnorm` = 1.27295, `000000916_lnorm` = 1.42102, `000000917_lnorm` = 1.63069, `000000918_lnorm` = 3.45913, +`000000919_lnorm` = 2.76521, `000000920_lnorm` = 0.692319, `000000921_lnorm` = 1.22273, `000000922_lnorm` = 1.62976, `000000923_lnorm` = 1.63547, `000000924_lnorm` = 1.49555, `000000925_lnorm` = 2.0772, `000000926_lnorm` = 2.2857, `000000927_lnorm` = 2.10495, `000000928_lnorm` = 0.715004, `000000929_lnorm` = 1.32799, `000000930_lnorm` = 2.34715, `000000931_lnorm` = 1.48491, `000000932_lnorm` = 1.79496, `000000933_lnorm` = 2.20081, `000000934_lnorm` = 1.68291, `000000935_lnorm` = 3.47905, `000000936_lnorm` = 2.10751, +`000000937_lnorm` = 2.46338, `000000938_lnorm` = 2.88346, `000000939_lnorm` = 1.03523, `000000940_lnorm` = 1.82537, `000000941_lnorm` = 1.64746, `000000942_lnorm` = 1.83653, `000000943_lnorm` = 2.17434, `000000944_lnorm` = 2.34556, `000000945_lnorm` = 1.35487, `000000946_lnorm` = 2.66805, `000000947_lnorm` = 1.38449, `000000948_lnorm` = 0.992329, `000000949_lnorm` = 1.2798, `000000950_lnorm` = 2.11436, `000000951_lnorm` = 1.54768, `000000952_lnorm` = 1.28011, `000000953_lnorm` = 1.13938, `000000954_lnorm` = 2.31566, +`000000955_lnorm` = 1.23916, `000000956_lnorm` = 1.09096, `000000957_lnorm` = 1.80177, `000000958_lnorm` = 1.40609, `000000959_lnorm` = 2.03731, `000000960_lnorm` = 1.96243, `000000961_lnorm` = 1.47829, `000000962_lnorm` = 1.54191, `000000963_lnorm` = 1.50901, `000000964_lnorm` = 1.58541, `000000965_lnorm` = 1.30164, `000000966_lnorm` = 1.54642, `000000967_lnorm` = 0.985903, `000000968_lnorm` = 1.74622, `000000969_lnorm` = 2.40104, `000000970_lnorm` = 1.47236, `000000971_lnorm` = 1.01637, `000000972_lnorm` = 2.01739, +`000000973_lnorm` = 1.27309, `000000974_lnorm` = 1.34581, `000000975_lnorm` = 1.66014, `000000976_lnorm` = 1.64592, `000000977_lnorm` = 1.23841, `000000978_lnorm` = 1.86099, `000000979_lnorm` = 1.95426, `000000980_lnorm` = 0.994336, `000000981_lnorm` = 1.2769, `000000982_lnorm` = 1.25548, `000000983_lnorm` = 1.55396, `000000984_lnorm` = 1.32034, `000000985_lnorm` = 1.27724, `000000986_lnorm` = 2.93347, `000000987_lnorm` = 2.10903, `000000988_lnorm` = 1.23573, `000000989_lnorm` = 2.31355, `000000990_lnorm` = 2.0226, +`000000991_lnorm` = 1.98181, `000000992_lnorm` = 1.36425, `000000993_lnorm` = 1.39059, `000000994_lnorm` = 2.13309, `000000995_lnorm` = 1.17508, `000000996_lnorm` = 2.05744, `000000997_lnorm` = 2.25295, `000000998_lnorm` = 2.09449, `000000999_lnorm` = 1.28196, `000001000_lnorm` = 0.91771)" diff --git a/tests/testthat/_snaps/hc/hc_cis_level08.csv b/tests/testthat/_snaps/hc/hc_cis_level08.csv index 8a47809c5..18a61a167 100644 --- a/tests/testthat/_snaps/hc/hc_cis_level08.csv +++ b/tests/testthat/_snaps/hc/hc_cis_level08.csv @@ -1,35 +1,57 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68117,0.682856,1.11342,2.76012,1,parametric,1000,1,"c(`1` = 1.29091, `2` = 2.32183, `3` = 1.62344, `4` = 1.434, `5` = 1.81625, `6` = 2.64477, `7` = 1.9797, `8` = 1.40648, `9` = 1.75897, `10` = 2.52819, `11` = 1.75286, `12` = 2.64467, `13` = 1.89607, `14` = 1.42891, `15` = 2.04596, `16` = 1.076, `17` = 1.82926, `18` = 1.77754, `19` = 1.81362, `20` = 1.56522, `21` = 1.31328, `22` = 2.34267, `23` = 1.95807, `24` = 0.979764, `25` = 1.90104, `26` = 1.31927, `27` = 1.22681, `28` = 1.36297, `29` = 2.03217, `30` = 1.48939, `31` = 2.32383, `32` = 2.76469, -`33` = 2.12493, `34` = 1.16584, `35` = 2.24326, `36` = 1.85553, `37` = 2.58016, `38` = 2.13527, `39` = 1.12606, `40` = 1.92818, `41` = 2.02068, `42` = 1.98607, `43` = 2.96207, `44` = 1.00953, `45` = 0.524816, `46` = 2.7306, `47` = 1.49195, `48` = 1.52999, `49` = 1.91416, `50` = 0.919343, `51` = 0.984984, `52` = 1.63899, `53` = 1.26687, `54` = 1.31936, `55` = 1.15461, `56` = 1.35223, `57` = 2.41231, `58` = 0.732408, `59` = 1.9412, `60` = 1.82985, `61` = 1.80799, `62` = 1.09987, `63` = 1.46472, `64` = 1.07241, -`65` = 1.27812, `66` = 1.83395, `67` = 1.30446, `68` = 1.2981, `69` = 1.20418, `70` = 2.83823, `71` = 1.18793, `72` = 2.01091, `73` = 1.79121, `74` = 1.15301, `75` = 1.91059, `76` = 1.57129, `77` = 2.16167, `78` = 1.9946, `79` = 2.74488, `80` = 2.45766, `81` = 1.38901, `82` = 1.77219, `83` = 2.34755, `84` = 1.99894, `85` = 1.53282, `86` = 2.63432, `87` = 1.70809, `88` = 1.86773, `89` = 1.98204, `90` = 2.62623, `91` = 2.31919, `92` = 1.75354, `93` = 1.59699, `94` = 1.73771, `95` = 2.15879, `96` = 2.76178, -`97` = 1.34877, `98` = 1.48579, `99` = 2.35546, `100` = 1.28161, `101` = 1.4029, `102` = 3.68421, `103` = 2.36213, `104` = 2.0522, `105` = 1.14376, `106` = 1.78657, `107` = 1.74016, `108` = 1.32566, `109` = 3.36174, `110` = 1.49743, `111` = 1.46767, `112` = 1.47672, `113` = 1.68099, `114` = 2.33906, `115` = 1.43903, `116` = 0.709155, `117` = 0.770378, `118` = 2.2042, `119` = 3.44236, `120` = 1.3995, `121` = 1.18715, `122` = 1.64168, `123` = 2.15108, `124` = 2.45261, `125` = 2.14768, `126` = 2.24817, -`127` = 2.55814, `128` = 2.03521, `129` = 2.90726, `130` = 1.41121, `131` = 2.47096, `132` = 1.22084, `133` = 2.69526, `134` = 1.97344, `135` = 1.71554, `136` = 1.72117, `137` = 4.51797, `138` = 2.22872, `139` = 3.48639, `140` = 1.5389, `141` = 2.00422, `142` = 2.33338, `143` = 1.37927, `144` = 2.16221, `145` = 2.53269, `146` = 1.38425, `147` = 2.00788, `148` = 1.31033, `149` = 2.37918, `150` = 0.949034, `151` = 2.28725, `152` = 1.29019, `153` = 2.63461, `154` = 1.64242, `155` = 1.66381, `156` = 1.61202, -`157` = 1.97332, `158` = 1.3912, `159` = 1.97515, `160` = 2.93092, `161` = 1.92314, `162` = 1.31012, `163` = 1.77709, `164` = 2.2523, `165` = 1.61186, `166` = 2.71488, `167` = 1.53472, `168` = 1.21652, `169` = 2.29438, `170` = 2.67321, `171` = 1.12951, `172` = 1.84354, `173` = 4.08301, `174` = 1.49518, `175` = 1.34551, `176` = 1.70373, `177` = 1.6595, `178` = 1.575, `179` = 2.15906, `180` = 1.7929, `181` = 1.96763, `182` = 1.57101, `183` = 2.83637, `184` = 2.97611, `185` = 1.1848, `186` = 2.06271, -`187` = 1.76132, `188` = 2.49662, `189` = 0.683874, `190` = 2.78282, `191` = 0.923407, `192` = 2.02137, `193` = 2.34055, `194` = 2.4864, `195` = 1.82451, `196` = 1.92975, `197` = 2.12464, `198` = 2.41836, `199` = 2.27514, `200` = 1.68233, `201` = 0.951751, `202` = 1.79286, `203` = 1.0225, `204` = 3.65623, `205` = 1.58279, `206` = 2.56041, `207` = 1.63661, `208` = 2.37805, `209` = 1.81253, `210` = 1.19601, `211` = 2.11508, `212` = 1.5009, `213` = 1.9014, `214` = 1.18229, `215` = 3.0938, `216` = 1.52568, -`217` = 1.5591, `218` = 1.111, `219` = 1.61811, `220` = 1.40567, `221` = 1.92318, `222` = 2.01052, `223` = 1.41332, `224` = 2.93397, `225` = 1.4652, `226` = 1.30126, `227` = 2.30988, `228` = 1.19668, `229` = 1.13459, `230` = 2.25383, `231` = 1.72354, `232` = 2.94255, `233` = 2.01322, `234` = 2.41204, `235` = 2.23295, `236` = 2.58725, `237` = 1.81906, `238` = 1.30274, `239` = 2.29129, `240` = 1.07857, `241` = 1.00845, `242` = 2.1734, `243` = 2.80348, `244` = 1.09174, `245` = 1.57453, `246` = 1.53233, -`247` = 1.13468, `248` = 1.57223, `249` = 1.3564, `250` = 1.57845, `251` = 3.4036, `252` = 2.15519, `253` = 0.957094, `254` = 1.71972, `255` = 1.246, `256` = 1.64064, `257` = 1.85753, `258` = 2.32516, `259` = 1.53653, `260` = 4.93481, `261` = 2.92565, `262` = 1.80187, `263` = 1.30003, `264` = 3.32539, `265` = 1.00911, `266` = 1.3714, `267` = 1.49066, `268` = 1.1618, `269` = 2.1701, `270` = 1.93628, `271` = 1.93382, `272` = 1.56229, `273` = 1.934, `274` = 1.48944, `275` = 1.56079, `276` = 2.76426, -`277` = 1.41112, `278` = 3.02989, `279` = 1.20218, `280` = 1.17921, `281` = 3.31633, `282` = 2.2934, `283` = 1.75066, `284` = 2.23802, `285` = 1.73284, `286` = 2.27552, `287` = 1.06919, `288` = 2.22348, `289` = 1.43162, `290` = 2.38861, `291` = 1.9776, `292` = 1.75614, `293` = 1.51279, `294` = 4.17683, `295` = 1.10022, `296` = 3.42715, `297` = 1.28568, `298` = 1.91588, `299` = 1.14508, `300` = 1.36317, `301` = 1.23333, `302` = 1.07114, `303` = 1.85, `304` = 2.22284, `305` = 1.22098, `306` = 0.769897, -`307` = 2.26782, `308` = 2.76717, `309` = 2.80311, `310` = 1.79249, `311` = 1.50201, `312` = 2.33447, `313` = 1.51844, `314` = 1.4948, `315` = 2.28877, `316` = 2.50457, `317` = 1.49333, `318` = 1.2303, `319` = 2.97666, `320` = 2.11935, `321` = 1.49001, `322` = 1.68884, `323` = 1.43209, `324` = 1.93248, `325` = 1.48784, `326` = 2.98808, `327` = 2.30993, `328` = 2.99876, `329` = 1.74099, `330` = 1.88756, `331` = 2.04143, `332` = 1.25144, `333` = 1.57906, `334` = 1.00788, `335` = 1.2126, `336` = 1.9552, -`337` = 2.82747, `338` = 1.90187, `339` = 1.42327, `340` = 1.43655, `341` = 1.09695, `342` = 1.33248, `343` = 1.19027, `344` = 1.97183, `345` = 1.77387, `346` = 1.07524, `347` = 2.13797, `348` = 2.16009, `349` = 2.22319, `350` = 2.71378, `351` = 1.83287, `352` = 2.48058, `353` = 1.04259, `354` = 1.55658, `355` = 2.4289, `356` = 3.13694, `357` = 1.00273, `358` = 1.32141, `359` = 1.9265, `360` = 1.34318, `361` = 1.42568, `362` = 1.01439, `363` = 1.49848, `364` = 2.22676, `365` = 1.62128, `366` = 2.04695, -`367` = 1.18601, `368` = 1.20377, `369` = 1.2206, `370` = 1.90946, `371` = 1.13542, `372` = 1.6593, `373` = 1.46797, `374` = 1.57447, `375` = 1.85693, `376` = 1.4851, `377` = 1.42378, `378` = 1.59598, `379` = 1.93396, `380` = 1.23379, `381` = 1.44014, `382` = 1.83959, `383` = 2.01984, `384` = 1.50021, `385` = 2.15706, `386` = 2.04668, `387` = 1.55483, `388` = 2.37654, `389` = 3.94267, `390` = 2.21834, `391` = 1.81093, `392` = 4.19887, `393` = 0.918213, `394` = 1.45406, `395` = 1.53526, `396` = 2.26637, -`397` = 2.57149, `398` = 2.40347, `399` = 1.73039, `400` = 2.93577, `401` = 2.69576, `402` = 1.7978, `403` = 1.82191, `404` = 0.916133, `405` = 0.894587, `406` = 3.75364, `407` = 1.03696, `408` = 2.90402, `409` = 1.64099, `410` = 0.919569, `411` = 2.21855, `412` = 1.69848, `413` = 1.7316, `414` = 1.10058, `415` = 1.11313, `416` = 1.2718, `417` = 1.30444, `418` = 2.21172, `419` = 2.60012, `420` = 2.44744, `421` = 1.0187, `422` = 2.21125, `423` = 2.16267, `424` = 1.94559, `425` = 2.48945, `426` = 1.13375, -`427` = 1.87002, `428` = 2.00033, `429` = 0.873977, `430` = 0.832155, `431` = 3.1563, `432` = 1.42628, `433` = 1.64134, `434` = 1.30208, `435` = 1.56605, `436` = 2.81942, `437` = 2.1007, `438` = 2.0308, `439` = 1.14681, `440` = 1.60425, `441` = 1.94172, `442` = 2.32118, `443` = 1.32111, `444` = 1.42303, `445` = 2.13881, `446` = 1.4268, `447` = 2.18789, `448` = 2.17622, `449` = 3.41329, `450` = 3.35896, `451` = 2.77879, `452` = 1.8923, `453` = 1.41733, `454` = 1.33789, `455` = 2.0997, `456` = 1.26299, -`457` = 1.35083, `458` = 1.44983, `459` = 2.76589, `460` = 1.53337, `461` = 1.59673, `462` = 2.08783, `463` = 1.56069, `464` = 1.12092, `465` = 2.0189, `466` = 2.2192, `467` = 1.34221, `468` = 2.11337, `469` = 2.22503, `470` = 1.77325, `471` = 1.74596, `472` = 2.90492, `473` = 0.953169, `474` = 2.73462, `475` = 2.16016, `476` = 1.35835, `477` = 1.27943, `478` = 2.12858, `479` = 1.28948, `480` = 1.08294, `481` = 1.88055, `482` = 1.52331, `483` = 2.0892, `484` = 1.59584, `485` = 1.52771, `486` = 1.34335, -`487` = 2.77588, `488` = 1.26331, `489` = 0.736363, `490` = 2.87051, `491` = 1.69302, `492` = 1.11636, `493` = 4.20855, `494` = 1.93802, `495` = 1.78429, `496` = 2.07513, `497` = 2.9275, `498` = 1.59997, `499` = 4.43423, `500` = 3.1396, `501` = 4.19754, `502` = 1.43101, `503` = 1.24887, `504` = 1.33372, `505` = 3.32688, `506` = 1.43877, `507` = 2.73052, `508` = 1.77473, `509` = 3.87704, `510` = 1.47882, `511` = 1.62539, `512` = 2.10461, `513` = 1.69433, `514` = 2.70887, `515` = 2.54778, `516` = 1.18789, -`517` = 0.947065, `518` = 1.88539, `519` = 1.71256, `520` = 1.14462, `521` = 1.27008, `522` = 2.97766, `523` = 1.77179, `524` = 2.46649, `525` = 1.14346, `526` = 1.89514, `527` = 1.99545, `528` = 1.14086, `529` = 1.29784, `530` = 1.25107, `531` = 1.15474, `532` = 1.24787, `533` = 2.71133, `534` = 1.79474, `535` = 2.32162, `536` = 3.3785, `537` = 4.36058, `538` = 2.60727, `539` = 2.75091, `540` = 1.5868, `541` = 1.1833, `542` = 1.89416, `543` = 2.7693, `544` = 2.34744, `545` = 2.2746, `546` = 3.32722, -`547` = 1.95779, `548` = 1.86548, `549` = 0.48099, `550` = 1.47263, `551` = 1.47392, `552` = 1.54194, `553` = 2.22219, `554` = 0.919689, `555` = 1.39214, `556` = 1.32837, `557` = 2.04919, `558` = 1.79051, `559` = 2.30908, `560` = 0.631205, `561` = 3.11303, `562` = 2.4509, `563` = 2.13419, `564` = 2.32479, `565` = 1.99135, `566` = 1.94901, `567` = 2.55599, `568` = 1.05623, `569` = 1.34003, `570` = 1.3575, `571` = 2.1116, `572` = 1.63934, `573` = 1.52701, `574` = 1.45555, `575` = 2.01982, `576` = 2.75215, -`577` = 0.97708, `578` = 1.3253, `579` = 2.14799, `580` = 2.0086, `581` = 1.60626, `582` = 2.3921, `583` = 2.40397, `584` = 2.9732, `585` = 2.70107, `586` = 1.17736, `587` = 1.5737, `588` = 1.62547, `589` = 1.91191, `590` = 2.45269, `591` = 1.52415, `592` = 1.99608, `593` = 1.6286, `594` = 1.97753, `595` = 1.37223, `596` = 1.07541, `597` = 0.85406, `598` = 1.53575, `599` = 1.44919, `600` = 2.04786, `601` = 2.24641, `602` = 2.61384, `603` = 1.65474, `604` = 2.95766, `605` = 4.66151, `606` = 2.22262, -`607` = 2.01574, `608` = 1.48518, `609` = 0.862165, `610` = 1.29857, `611` = 3.1189, `612` = 1.72008, `613` = 1.09522, `614` = 1.65268, `615` = 2.7714, `616` = 1.2399, `617` = 1.39014, `618` = 1.43025, `619` = 1.06787, `620` = 1.22254, `621` = 1.72323, `622` = 1.71684, `623` = 2.70181, `624` = 1.51176, `625` = 1.2505, `626` = 1.35754, `627` = 0.978436, `628` = 2.75994, `629` = 2.95654, `630` = 1.64154, `631` = 2.44981, `632` = 1.65048, `633` = 1.77068, `634` = 2.26647, `635` = 2.08989, `636` = 2.02098, -`637` = 1.06716, `638` = 1.11345, `639` = 1.41083, `640` = 1.73914, `641` = 1.44619, `642` = 2.17064, `643` = 1.81502, `644` = 1.74061, `645` = 1.35165, `646` = 1.15518, `647` = 1.87199, `648` = 2.62931, `649` = 2.31078, `650` = 2.68424, `651` = 1.7598, `652` = 1.60339, `653` = 3.59301, `654` = 1.10603, `655` = 2.32442, `656` = 1.77175, `657` = 2.20971, `658` = 1.9106, `659` = 2.25715, `660` = 2.06905, `661` = 2.30817, `662` = 2.07573, `663` = 1.77407, `664` = 2.43578, `665` = 2.12828, `666` = 2.20591, -`667` = 1.17683, `668` = 1.66624, `669` = 1.35763, `670` = 1.78977, `671` = 1.13355, `672` = 2.743, `673` = 1.34269, `674` = 0.835481, `675` = 1.51502, `676` = 1.99193, `677` = 2.28651, `678` = 1.16106, `679` = 2.5245, `680` = 3.11831, `681` = 1.94279, `682` = 2.47932, `683` = 1.13268, `684` = 1.69413, `685` = 2.28826, `686` = 1.90979, `687` = 2.65157, `688` = 1.41765, `689` = 2.99469, `690` = 1.32353, `691` = 1.45726, `692` = 1.97339, `693` = 1.7671, `694` = 0.908384, `695` = 2.0966, `696` = 0.965906, -`697` = 1.44357, `698` = 2.20382, `699` = 2.45003, `700` = 2.9088, `701` = 1.06315, `702` = 1.52948, `703` = 1.37854, `704` = 2.45674, `705` = 1.62565, `706` = 1.45386, `707` = 1.79233, `708` = 1.45578, `709` = 3.58952, `710` = 2.75587, `711` = 2.18121, `712` = 1.96543, `713` = 1.42123, `714` = 1.88975, `715` = 2.03468, `716` = 1.83555, `717` = 1.14725, `718` = 2.15482, `719` = 2.83679, `720` = 1.35482, `721` = 1.31996, `722` = 1.58891, `723` = 4.39374, `724` = 1.29783, `725` = 2.57891, `726` = 1.25922, -`727` = 1.23203, `728` = 1.46578, `729` = 1.29022, `730` = 2.609, `731` = 1.98286, `732` = 2.04389, `733` = 2.82228, `734` = 1.37751, `735` = 2.45162, `736` = 1.21815, `737` = 1.15335, `738` = 1.78975, `739` = 1.53569, `740` = 2.2133, `741` = 1.98769, `742` = 1.87513, `743` = 1.04263, `744` = 1.86318, `745` = 2.22433, `746` = 2.00087, `747` = 2.68541, `748` = 3.36272, `749` = 1.84894, `750` = 1.67284, `751` = 1.82971, `752` = 0.966561, `753` = 2.94891, `754` = 2.02551, `755` = 2.14384, `756` = 1.61559, -`757` = 1.34629, `758` = 2.46315, `759` = 1.82355, `760` = 2.20364, `761` = 1.81595, `762` = 1.39895, `763` = 1.11401, `764` = 1.0403, `765` = 3.46626, `766` = 0.612315, `767` = 2.21868, `768` = 1.02168, `769` = 1.85731, `770` = 1.3162, `771` = 1.3084, `772` = 1.03984, `773` = 2.21968, `774` = 1.40523, `775` = 1.63671, `776` = 2.35501, `777` = 2.13487, `778` = 1.59329, `779` = 2.27573, `780` = 0.656163, `781` = 1.92149, `782` = 1.50652, `783` = 1.52454, `784` = 1.40982, `785` = 1.89922, `786` = 3.55173, -`787` = 1.0151, `788` = 1.73648, `789` = 2.21852, `790` = 1.67645, `791` = 2.53566, `792` = 1.78863, `793` = 1.38939, `794` = 1.73823, `795` = 1.93236, `796` = 2.27246, `797` = 1.9506, `798` = 2.79071, `799` = 1.85945, `800` = 1.69699, `801` = 1.20041, `802` = 2.30994, `803` = 2.28003, `804` = 2.12277, `805` = 1.40852, `806` = 2.70246, `807` = 0.952188, `808` = 1.76159, `809` = 1.55078, `810` = 1.46163, `811` = 2.11148, `812` = 1.11352, `813` = 2.73889, `814` = 1.51083, `815` = 1.2664, `816` = 1.60512, -`817` = 1.05833, `818` = 1.68812, `819` = 2.66026, `820` = 1.65418, `821` = 1.08777, `822` = 1.33578, `823` = 1.09943, `824` = 1.50981, `825` = 1.619, `826` = 2.30468, `827` = 0.855122, `828` = 2.42884, `829` = 1.38089, `830` = 4.4522, `831` = 1.66963, `832` = 1.85567, `833` = 1.08886, `834` = 0.921411, `835` = 1.46622, `836` = 2.73844, `837` = 1.58313, `838` = 1.38034, `839` = 4.41954, `840` = 0.943254, `841` = 2.27984, `842` = 0.912844, `843` = 3.55196, `844` = 1.1334, `845` = 1.32161, `846` = 1.15393, -`847` = 1.98561, `848` = 2.20511, `849` = 1.54514, `850` = 2.42928, `851` = 4.14373, `852` = 1.43421, `853` = 1.86873, `854` = 2.12603, `855` = 1.61318, `856` = 2.90885, `857` = 1.78374, `858` = 2.71821, `859` = 2.36494, `860` = 1.34748, `861` = 2.34658, `862` = 1.52776, `863` = 0.600716, `864` = 1.09026, `865` = 2.03663, `866` = 1.49139, `867` = 1.12194, `868` = 1.07614, `869` = 1.85279, `870` = 2.95831, `871` = 2.98388, `872` = 2.99171, `873` = 2.63004, `874` = 2.71376, `875` = 2.88341, `876` = 1.53379, -`877` = 1.38715, `878` = 1.82625, `879` = 2.14879, `880` = 1.45223, `881` = 2.03254, `882` = 1.23025, `883` = 4.04122, `884` = 1.87983, `885` = 0.920498, `886` = 1.39447, `887` = 2.25378, `888` = 1.17531, `889` = 1.54539, `890` = 1.16774, `891` = 1.62573, `892` = 0.973671, `893` = 1.10345, `894` = 1.55087, `895` = 1.43027, `896` = 0.962505, `897` = 2.10172, `898` = 1.45381, `899` = 2.50912, `900` = 0.829113, `901` = 1.49204, `902` = 1.97533, `903` = 1.08147, `904` = 1.12325, `905` = 1.646, `906` = 0.996103, -`907` = 3.10322, `908` = 1.11548, `909` = 1.86724, `910` = 1.93593, `911` = 0.861118, `912` = 2.97444, `913` = 2.62286, `914` = 3.12932, `915` = 1.27295, `916` = 1.42102, `917` = 1.63069, `918` = 3.45913, `919` = 2.76521, `920` = 0.692319, `921` = 1.22273, `922` = 1.62976, `923` = 1.63547, `924` = 1.49555, `925` = 2.0772, `926` = 2.2857, `927` = 2.10495, `928` = 0.715004, `929` = 1.32799, `930` = 2.34715, `931` = 1.48491, `932` = 1.79496, `933` = 2.20081, `934` = 1.68291, `935` = 3.47905, `936` = 2.10751, -`937` = 2.46338, `938` = 2.88346, `939` = 1.03523, `940` = 1.82537, `941` = 1.64746, `942` = 1.83653, `943` = 2.17434, `944` = 2.34556, `945` = 1.35487, `946` = 2.66805, `947` = 1.38449, `948` = 0.992329, `949` = 1.2798, `950` = 2.11436, `951` = 1.54768, `952` = 1.28011, `953` = 1.13938, `954` = 2.31566, `955` = 1.23916, `956` = 1.09096, `957` = 1.80177, `958` = 1.40609, `959` = 2.03731, `960` = 1.96243, `961` = 1.47829, `962` = 1.54191, `963` = 1.50901, `964` = 1.58541, `965` = 1.30164, `966` = 1.54642, -`967` = 0.985903, `968` = 1.74622, `969` = 2.40104, `970` = 1.47236, `971` = 1.01637, `972` = 2.01739, `973` = 1.27309, `974` = 1.34581, `975` = 1.66014, `976` = 1.64592, `977` = 1.23841, `978` = 1.86099, `979` = 1.95426, `980` = 0.994336, `981` = 1.2769, `982` = 1.25548, `983` = 1.55396, `984` = 1.32034, `985` = 1.27724, `986` = 2.93347, `987` = 2.10903, `988` = 1.23573, `989` = 2.31355, `990` = 2.0226, `991` = 1.98181, `992` = 1.36425, `993` = 1.39059, `994` = 2.13309, `995` = 1.17508, `996` = 2.05744, -`997` = 2.25295, `998` = 2.09449, `999` = 1.28196, `1000` = 0.91771)" +average,5,1.68117,0.682856,1.11342,2.76012,1,parametric,1000,1,"c(`000000001_lnorm` = 1.29091, `000000002_lnorm` = 2.32183, `000000003_lnorm` = 1.62344, `000000004_lnorm` = 1.434, `000000005_lnorm` = 1.81625, `000000006_lnorm` = 2.64477, `000000007_lnorm` = 1.9797, `000000008_lnorm` = 1.40648, `000000009_lnorm` = 1.75897, `000000010_lnorm` = 2.52819, `000000011_lnorm` = 1.75286, `000000012_lnorm` = 2.64467, `000000013_lnorm` = 1.89607, `000000014_lnorm` = 1.42891, `000000015_lnorm` = 2.04596, `000000016_lnorm` = 1.076, `000000017_lnorm` = 1.82926, `000000018_lnorm` = 1.77754, +`000000019_lnorm` = 1.81362, `000000020_lnorm` = 1.56522, `000000021_lnorm` = 1.31328, `000000022_lnorm` = 2.34267, `000000023_lnorm` = 1.95807, `000000024_lnorm` = 0.979764, `000000025_lnorm` = 1.90104, `000000026_lnorm` = 1.31927, `000000027_lnorm` = 1.22681, `000000028_lnorm` = 1.36297, `000000029_lnorm` = 2.03217, `000000030_lnorm` = 1.48939, `000000031_lnorm` = 2.32383, `000000032_lnorm` = 2.76469, `000000033_lnorm` = 2.12493, `000000034_lnorm` = 1.16584, `000000035_lnorm` = 2.24326, `000000036_lnorm` = 1.85553, +`000000037_lnorm` = 2.58016, `000000038_lnorm` = 2.13527, `000000039_lnorm` = 1.12606, `000000040_lnorm` = 1.92818, `000000041_lnorm` = 2.02068, `000000042_lnorm` = 1.98607, `000000043_lnorm` = 2.96207, `000000044_lnorm` = 1.00953, `000000045_lnorm` = 0.524816, `000000046_lnorm` = 2.7306, `000000047_lnorm` = 1.49195, `000000048_lnorm` = 1.52999, `000000049_lnorm` = 1.91416, `000000050_lnorm` = 0.919343, `000000051_lnorm` = 0.984984, `000000052_lnorm` = 1.63899, `000000053_lnorm` = 1.26687, `000000054_lnorm` = 1.31936, +`000000055_lnorm` = 1.15461, `000000056_lnorm` = 1.35223, `000000057_lnorm` = 2.41231, `000000058_lnorm` = 0.732408, `000000059_lnorm` = 1.9412, `000000060_lnorm` = 1.82985, `000000061_lnorm` = 1.80799, `000000062_lnorm` = 1.09987, `000000063_lnorm` = 1.46472, `000000064_lnorm` = 1.07241, `000000065_lnorm` = 1.27812, `000000066_lnorm` = 1.83395, `000000067_lnorm` = 1.30446, `000000068_lnorm` = 1.2981, `000000069_lnorm` = 1.20418, `000000070_lnorm` = 2.83823, `000000071_lnorm` = 1.18793, `000000072_lnorm` = 2.01091, +`000000073_lnorm` = 1.79121, `000000074_lnorm` = 1.15301, `000000075_lnorm` = 1.91059, `000000076_lnorm` = 1.57129, `000000077_lnorm` = 2.16167, `000000078_lnorm` = 1.9946, `000000079_lnorm` = 2.74488, `000000080_lnorm` = 2.45766, `000000081_lnorm` = 1.38901, `000000082_lnorm` = 1.77219, `000000083_lnorm` = 2.34755, `000000084_lnorm` = 1.99894, `000000085_lnorm` = 1.53282, `000000086_lnorm` = 2.63432, `000000087_lnorm` = 1.70809, `000000088_lnorm` = 1.86773, `000000089_lnorm` = 1.98204, `000000090_lnorm` = 2.62623, +`000000091_lnorm` = 2.31919, `000000092_lnorm` = 1.75354, `000000093_lnorm` = 1.59699, `000000094_lnorm` = 1.73771, `000000095_lnorm` = 2.15879, `000000096_lnorm` = 2.76178, `000000097_lnorm` = 1.34877, `000000098_lnorm` = 1.48579, `000000099_lnorm` = 2.35546, `000000100_lnorm` = 1.28161, `000000101_lnorm` = 1.4029, `000000102_lnorm` = 3.68421, `000000103_lnorm` = 2.36213, `000000104_lnorm` = 2.0522, `000000105_lnorm` = 1.14376, `000000106_lnorm` = 1.78657, `000000107_lnorm` = 1.74016, `000000108_lnorm` = 1.32566, +`000000109_lnorm` = 3.36174, `000000110_lnorm` = 1.49743, `000000111_lnorm` = 1.46767, `000000112_lnorm` = 1.47672, `000000113_lnorm` = 1.68099, `000000114_lnorm` = 2.33906, `000000115_lnorm` = 1.43903, `000000116_lnorm` = 0.709155, `000000117_lnorm` = 0.770378, `000000118_lnorm` = 2.2042, `000000119_lnorm` = 3.44236, `000000120_lnorm` = 1.3995, `000000121_lnorm` = 1.18715, `000000122_lnorm` = 1.64168, `000000123_lnorm` = 2.15108, `000000124_lnorm` = 2.45261, `000000125_lnorm` = 2.14768, `000000126_lnorm` = 2.24817, +`000000127_lnorm` = 2.55814, `000000128_lnorm` = 2.03521, `000000129_lnorm` = 2.90726, `000000130_lnorm` = 1.41121, `000000131_lnorm` = 2.47096, `000000132_lnorm` = 1.22084, `000000133_lnorm` = 2.69526, `000000134_lnorm` = 1.97344, `000000135_lnorm` = 1.71554, `000000136_lnorm` = 1.72117, `000000137_lnorm` = 4.51797, `000000138_lnorm` = 2.22872, `000000139_lnorm` = 3.48639, `000000140_lnorm` = 1.5389, `000000141_lnorm` = 2.00422, `000000142_lnorm` = 2.33338, `000000143_lnorm` = 1.37927, `000000144_lnorm` = 2.16221, +`000000145_lnorm` = 2.53269, `000000146_lnorm` = 1.38425, `000000147_lnorm` = 2.00788, `000000148_lnorm` = 1.31033, `000000149_lnorm` = 2.37918, `000000150_lnorm` = 0.949034, `000000151_lnorm` = 2.28725, `000000152_lnorm` = 1.29019, `000000153_lnorm` = 2.63461, `000000154_lnorm` = 1.64242, `000000155_lnorm` = 1.66381, `000000156_lnorm` = 1.61202, `000000157_lnorm` = 1.97332, `000000158_lnorm` = 1.3912, `000000159_lnorm` = 1.97515, `000000160_lnorm` = 2.93092, `000000161_lnorm` = 1.92314, `000000162_lnorm` = 1.31012, +`000000163_lnorm` = 1.77709, `000000164_lnorm` = 2.2523, `000000165_lnorm` = 1.61186, `000000166_lnorm` = 2.71488, `000000167_lnorm` = 1.53472, `000000168_lnorm` = 1.21652, `000000169_lnorm` = 2.29438, `000000170_lnorm` = 2.67321, `000000171_lnorm` = 1.12951, `000000172_lnorm` = 1.84354, `000000173_lnorm` = 4.08301, `000000174_lnorm` = 1.49518, `000000175_lnorm` = 1.34551, `000000176_lnorm` = 1.70373, `000000177_lnorm` = 1.6595, `000000178_lnorm` = 1.575, `000000179_lnorm` = 2.15906, `000000180_lnorm` = 1.7929, +`000000181_lnorm` = 1.96763, `000000182_lnorm` = 1.57101, `000000183_lnorm` = 2.83637, `000000184_lnorm` = 2.97611, `000000185_lnorm` = 1.1848, `000000186_lnorm` = 2.06271, `000000187_lnorm` = 1.76132, `000000188_lnorm` = 2.49662, `000000189_lnorm` = 0.683874, `000000190_lnorm` = 2.78282, `000000191_lnorm` = 0.923407, `000000192_lnorm` = 2.02137, `000000193_lnorm` = 2.34055, `000000194_lnorm` = 2.4864, `000000195_lnorm` = 1.82451, `000000196_lnorm` = 1.92975, `000000197_lnorm` = 2.12464, `000000198_lnorm` = 2.41836, +`000000199_lnorm` = 2.27514, `000000200_lnorm` = 1.68233, `000000201_lnorm` = 0.951751, `000000202_lnorm` = 1.79286, `000000203_lnorm` = 1.0225, `000000204_lnorm` = 3.65623, `000000205_lnorm` = 1.58279, `000000206_lnorm` = 2.56041, `000000207_lnorm` = 1.63661, `000000208_lnorm` = 2.37805, `000000209_lnorm` = 1.81253, `000000210_lnorm` = 1.19601, `000000211_lnorm` = 2.11508, `000000212_lnorm` = 1.5009, `000000213_lnorm` = 1.9014, `000000214_lnorm` = 1.18229, `000000215_lnorm` = 3.0938, `000000216_lnorm` = 1.52568, +`000000217_lnorm` = 1.5591, `000000218_lnorm` = 1.111, `000000219_lnorm` = 1.61811, `000000220_lnorm` = 1.40567, `000000221_lnorm` = 1.92318, `000000222_lnorm` = 2.01052, `000000223_lnorm` = 1.41332, `000000224_lnorm` = 2.93397, `000000225_lnorm` = 1.4652, `000000226_lnorm` = 1.30126, `000000227_lnorm` = 2.30988, `000000228_lnorm` = 1.19668, `000000229_lnorm` = 1.13459, `000000230_lnorm` = 2.25383, `000000231_lnorm` = 1.72354, `000000232_lnorm` = 2.94255, `000000233_lnorm` = 2.01322, `000000234_lnorm` = 2.41204, +`000000235_lnorm` = 2.23295, `000000236_lnorm` = 2.58725, `000000237_lnorm` = 1.81906, `000000238_lnorm` = 1.30274, `000000239_lnorm` = 2.29129, `000000240_lnorm` = 1.07857, `000000241_lnorm` = 1.00845, `000000242_lnorm` = 2.1734, `000000243_lnorm` = 2.80348, `000000244_lnorm` = 1.09174, `000000245_lnorm` = 1.57453, `000000246_lnorm` = 1.53233, `000000247_lnorm` = 1.13468, `000000248_lnorm` = 1.57223, `000000249_lnorm` = 1.3564, `000000250_lnorm` = 1.57845, `000000251_lnorm` = 3.4036, `000000252_lnorm` = 2.15519, +`000000253_lnorm` = 0.957094, `000000254_lnorm` = 1.71972, `000000255_lnorm` = 1.246, `000000256_lnorm` = 1.64064, `000000257_lnorm` = 1.85753, `000000258_lnorm` = 2.32516, `000000259_lnorm` = 1.53653, `000000260_lnorm` = 4.93481, `000000261_lnorm` = 2.92565, `000000262_lnorm` = 1.80187, `000000263_lnorm` = 1.30003, `000000264_lnorm` = 3.32539, `000000265_lnorm` = 1.00911, `000000266_lnorm` = 1.3714, `000000267_lnorm` = 1.49066, `000000268_lnorm` = 1.1618, `000000269_lnorm` = 2.1701, `000000270_lnorm` = 1.93628, +`000000271_lnorm` = 1.93382, `000000272_lnorm` = 1.56229, `000000273_lnorm` = 1.934, `000000274_lnorm` = 1.48944, `000000275_lnorm` = 1.56079, `000000276_lnorm` = 2.76426, `000000277_lnorm` = 1.41112, `000000278_lnorm` = 3.02989, `000000279_lnorm` = 1.20218, `000000280_lnorm` = 1.17921, `000000281_lnorm` = 3.31633, `000000282_lnorm` = 2.2934, `000000283_lnorm` = 1.75066, `000000284_lnorm` = 2.23802, `000000285_lnorm` = 1.73284, `000000286_lnorm` = 2.27552, `000000287_lnorm` = 1.06919, `000000288_lnorm` = 2.22348, +`000000289_lnorm` = 1.43162, `000000290_lnorm` = 2.38861, `000000291_lnorm` = 1.9776, `000000292_lnorm` = 1.75614, `000000293_lnorm` = 1.51279, `000000294_lnorm` = 4.17683, `000000295_lnorm` = 1.10022, `000000296_lnorm` = 3.42715, `000000297_lnorm` = 1.28568, `000000298_lnorm` = 1.91588, `000000299_lnorm` = 1.14508, `000000300_lnorm` = 1.36317, `000000301_lnorm` = 1.23333, `000000302_lnorm` = 1.07114, `000000303_lnorm` = 1.85, `000000304_lnorm` = 2.22284, `000000305_lnorm` = 1.22098, `000000306_lnorm` = 0.769897, +`000000307_lnorm` = 2.26782, `000000308_lnorm` = 2.76717, `000000309_lnorm` = 2.80311, `000000310_lnorm` = 1.79249, `000000311_lnorm` = 1.50201, `000000312_lnorm` = 2.33447, `000000313_lnorm` = 1.51844, `000000314_lnorm` = 1.4948, `000000315_lnorm` = 2.28877, `000000316_lnorm` = 2.50457, `000000317_lnorm` = 1.49333, `000000318_lnorm` = 1.2303, `000000319_lnorm` = 2.97666, `000000320_lnorm` = 2.11935, `000000321_lnorm` = 1.49001, `000000322_lnorm` = 1.68884, `000000323_lnorm` = 1.43209, `000000324_lnorm` = 1.93248, +`000000325_lnorm` = 1.48784, `000000326_lnorm` = 2.98808, `000000327_lnorm` = 2.30993, `000000328_lnorm` = 2.99876, `000000329_lnorm` = 1.74099, `000000330_lnorm` = 1.88756, `000000331_lnorm` = 2.04143, `000000332_lnorm` = 1.25144, `000000333_lnorm` = 1.57906, `000000334_lnorm` = 1.00788, `000000335_lnorm` = 1.2126, `000000336_lnorm` = 1.9552, `000000337_lnorm` = 2.82747, `000000338_lnorm` = 1.90187, `000000339_lnorm` = 1.42327, `000000340_lnorm` = 1.43655, `000000341_lnorm` = 1.09695, `000000342_lnorm` = 1.33248, +`000000343_lnorm` = 1.19027, `000000344_lnorm` = 1.97183, `000000345_lnorm` = 1.77387, `000000346_lnorm` = 1.07524, `000000347_lnorm` = 2.13797, `000000348_lnorm` = 2.16009, `000000349_lnorm` = 2.22319, `000000350_lnorm` = 2.71378, `000000351_lnorm` = 1.83287, `000000352_lnorm` = 2.48058, `000000353_lnorm` = 1.04259, `000000354_lnorm` = 1.55658, `000000355_lnorm` = 2.4289, `000000356_lnorm` = 3.13694, `000000357_lnorm` = 1.00273, `000000358_lnorm` = 1.32141, `000000359_lnorm` = 1.9265, `000000360_lnorm` = 1.34318, +`000000361_lnorm` = 1.42568, `000000362_lnorm` = 1.01439, `000000363_lnorm` = 1.49848, `000000364_lnorm` = 2.22676, `000000365_lnorm` = 1.62128, `000000366_lnorm` = 2.04695, `000000367_lnorm` = 1.18601, `000000368_lnorm` = 1.20377, `000000369_lnorm` = 1.2206, `000000370_lnorm` = 1.90946, `000000371_lnorm` = 1.13542, `000000372_lnorm` = 1.6593, `000000373_lnorm` = 1.46797, `000000374_lnorm` = 1.57447, `000000375_lnorm` = 1.85693, `000000376_lnorm` = 1.4851, `000000377_lnorm` = 1.42378, `000000378_lnorm` = 1.59598, +`000000379_lnorm` = 1.93396, `000000380_lnorm` = 1.23379, `000000381_lnorm` = 1.44014, `000000382_lnorm` = 1.83959, `000000383_lnorm` = 2.01984, `000000384_lnorm` = 1.50021, `000000385_lnorm` = 2.15706, `000000386_lnorm` = 2.04668, `000000387_lnorm` = 1.55483, `000000388_lnorm` = 2.37654, `000000389_lnorm` = 3.94267, `000000390_lnorm` = 2.21834, `000000391_lnorm` = 1.81093, `000000392_lnorm` = 4.19887, `000000393_lnorm` = 0.918213, `000000394_lnorm` = 1.45406, `000000395_lnorm` = 1.53526, `000000396_lnorm` = 2.26637, +`000000397_lnorm` = 2.57149, `000000398_lnorm` = 2.40347, `000000399_lnorm` = 1.73039, `000000400_lnorm` = 2.93577, `000000401_lnorm` = 2.69576, `000000402_lnorm` = 1.7978, `000000403_lnorm` = 1.82191, `000000404_lnorm` = 0.916133, `000000405_lnorm` = 0.894587, `000000406_lnorm` = 3.75364, `000000407_lnorm` = 1.03696, `000000408_lnorm` = 2.90402, `000000409_lnorm` = 1.64099, `000000410_lnorm` = 0.919569, `000000411_lnorm` = 2.21855, `000000412_lnorm` = 1.69848, `000000413_lnorm` = 1.7316, `000000414_lnorm` = 1.10058, +`000000415_lnorm` = 1.11313, `000000416_lnorm` = 1.2718, `000000417_lnorm` = 1.30444, `000000418_lnorm` = 2.21172, `000000419_lnorm` = 2.60012, `000000420_lnorm` = 2.44744, `000000421_lnorm` = 1.0187, `000000422_lnorm` = 2.21125, `000000423_lnorm` = 2.16267, `000000424_lnorm` = 1.94559, `000000425_lnorm` = 2.48945, `000000426_lnorm` = 1.13375, `000000427_lnorm` = 1.87002, `000000428_lnorm` = 2.00033, `000000429_lnorm` = 0.873977, `000000430_lnorm` = 0.832155, `000000431_lnorm` = 3.1563, `000000432_lnorm` = 1.42628, +`000000433_lnorm` = 1.64134, `000000434_lnorm` = 1.30208, `000000435_lnorm` = 1.56605, `000000436_lnorm` = 2.81942, `000000437_lnorm` = 2.1007, `000000438_lnorm` = 2.0308, `000000439_lnorm` = 1.14681, `000000440_lnorm` = 1.60425, `000000441_lnorm` = 1.94172, `000000442_lnorm` = 2.32118, `000000443_lnorm` = 1.32111, `000000444_lnorm` = 1.42303, `000000445_lnorm` = 2.13881, `000000446_lnorm` = 1.4268, `000000447_lnorm` = 2.18789, `000000448_lnorm` = 2.17622, `000000449_lnorm` = 3.41329, `000000450_lnorm` = 3.35896, +`000000451_lnorm` = 2.77879, `000000452_lnorm` = 1.8923, `000000453_lnorm` = 1.41733, `000000454_lnorm` = 1.33789, `000000455_lnorm` = 2.0997, `000000456_lnorm` = 1.26299, `000000457_lnorm` = 1.35083, `000000458_lnorm` = 1.44983, `000000459_lnorm` = 2.76589, `000000460_lnorm` = 1.53337, `000000461_lnorm` = 1.59673, `000000462_lnorm` = 2.08783, `000000463_lnorm` = 1.56069, `000000464_lnorm` = 1.12092, `000000465_lnorm` = 2.0189, `000000466_lnorm` = 2.2192, `000000467_lnorm` = 1.34221, `000000468_lnorm` = 2.11337, +`000000469_lnorm` = 2.22503, `000000470_lnorm` = 1.77325, `000000471_lnorm` = 1.74596, `000000472_lnorm` = 2.90492, `000000473_lnorm` = 0.953169, `000000474_lnorm` = 2.73462, `000000475_lnorm` = 2.16016, `000000476_lnorm` = 1.35835, `000000477_lnorm` = 1.27943, `000000478_lnorm` = 2.12858, `000000479_lnorm` = 1.28948, `000000480_lnorm` = 1.08294, `000000481_lnorm` = 1.88055, `000000482_lnorm` = 1.52331, `000000483_lnorm` = 2.0892, `000000484_lnorm` = 1.59584, `000000485_lnorm` = 1.52771, `000000486_lnorm` = 1.34335, +`000000487_lnorm` = 2.77588, `000000488_lnorm` = 1.26331, `000000489_lnorm` = 0.736363, `000000490_lnorm` = 2.87051, `000000491_lnorm` = 1.69302, `000000492_lnorm` = 1.11636, `000000493_lnorm` = 4.20855, `000000494_lnorm` = 1.93802, `000000495_lnorm` = 1.78429, `000000496_lnorm` = 2.07513, `000000497_lnorm` = 2.9275, `000000498_lnorm` = 1.59997, `000000499_lnorm` = 4.43423, `000000500_lnorm` = 3.1396, `000000501_lnorm` = 4.19754, `000000502_lnorm` = 1.43101, `000000503_lnorm` = 1.24887, `000000504_lnorm` = 1.33372, +`000000505_lnorm` = 3.32688, `000000506_lnorm` = 1.43877, `000000507_lnorm` = 2.73052, `000000508_lnorm` = 1.77473, `000000509_lnorm` = 3.87704, `000000510_lnorm` = 1.47882, `000000511_lnorm` = 1.62539, `000000512_lnorm` = 2.10461, `000000513_lnorm` = 1.69433, `000000514_lnorm` = 2.70887, `000000515_lnorm` = 2.54778, `000000516_lnorm` = 1.18789, `000000517_lnorm` = 0.947065, `000000518_lnorm` = 1.88539, `000000519_lnorm` = 1.71256, `000000520_lnorm` = 1.14462, `000000521_lnorm` = 1.27008, `000000522_lnorm` = 2.97766, +`000000523_lnorm` = 1.77179, `000000524_lnorm` = 2.46649, `000000525_lnorm` = 1.14346, `000000526_lnorm` = 1.89514, `000000527_lnorm` = 1.99545, `000000528_lnorm` = 1.14086, `000000529_lnorm` = 1.29784, `000000530_lnorm` = 1.25107, `000000531_lnorm` = 1.15474, `000000532_lnorm` = 1.24787, `000000533_lnorm` = 2.71133, `000000534_lnorm` = 1.79474, `000000535_lnorm` = 2.32162, `000000536_lnorm` = 3.3785, `000000537_lnorm` = 4.36058, `000000538_lnorm` = 2.60727, `000000539_lnorm` = 2.75091, `000000540_lnorm` = 1.5868, +`000000541_lnorm` = 1.1833, `000000542_lnorm` = 1.89416, `000000543_lnorm` = 2.7693, `000000544_lnorm` = 2.34744, `000000545_lnorm` = 2.2746, `000000546_lnorm` = 3.32722, `000000547_lnorm` = 1.95779, `000000548_lnorm` = 1.86548, `000000549_lnorm` = 0.48099, `000000550_lnorm` = 1.47263, `000000551_lnorm` = 1.47392, `000000552_lnorm` = 1.54194, `000000553_lnorm` = 2.22219, `000000554_lnorm` = 0.919689, `000000555_lnorm` = 1.39214, `000000556_lnorm` = 1.32837, `000000557_lnorm` = 2.04919, `000000558_lnorm` = 1.79051, +`000000559_lnorm` = 2.30908, `000000560_lnorm` = 0.631205, `000000561_lnorm` = 3.11303, `000000562_lnorm` = 2.4509, `000000563_lnorm` = 2.13419, `000000564_lnorm` = 2.32479, `000000565_lnorm` = 1.99135, `000000566_lnorm` = 1.94901, `000000567_lnorm` = 2.55599, `000000568_lnorm` = 1.05623, `000000569_lnorm` = 1.34003, `000000570_lnorm` = 1.3575, `000000571_lnorm` = 2.1116, `000000572_lnorm` = 1.63934, `000000573_lnorm` = 1.52701, `000000574_lnorm` = 1.45555, `000000575_lnorm` = 2.01982, `000000576_lnorm` = 2.75215, +`000000577_lnorm` = 0.97708, `000000578_lnorm` = 1.3253, `000000579_lnorm` = 2.14799, `000000580_lnorm` = 2.0086, `000000581_lnorm` = 1.60626, `000000582_lnorm` = 2.3921, `000000583_lnorm` = 2.40397, `000000584_lnorm` = 2.9732, `000000585_lnorm` = 2.70107, `000000586_lnorm` = 1.17736, `000000587_lnorm` = 1.5737, `000000588_lnorm` = 1.62547, `000000589_lnorm` = 1.91191, `000000590_lnorm` = 2.45269, `000000591_lnorm` = 1.52415, `000000592_lnorm` = 1.99608, `000000593_lnorm` = 1.6286, `000000594_lnorm` = 1.97753, +`000000595_lnorm` = 1.37223, `000000596_lnorm` = 1.07541, `000000597_lnorm` = 0.85406, `000000598_lnorm` = 1.53575, `000000599_lnorm` = 1.44919, `000000600_lnorm` = 2.04786, `000000601_lnorm` = 2.24641, `000000602_lnorm` = 2.61384, `000000603_lnorm` = 1.65474, `000000604_lnorm` = 2.95766, `000000605_lnorm` = 4.66151, `000000606_lnorm` = 2.22262, `000000607_lnorm` = 2.01574, `000000608_lnorm` = 1.48518, `000000609_lnorm` = 0.862165, `000000610_lnorm` = 1.29857, `000000611_lnorm` = 3.1189, `000000612_lnorm` = 1.72008, +`000000613_lnorm` = 1.09522, `000000614_lnorm` = 1.65268, `000000615_lnorm` = 2.7714, `000000616_lnorm` = 1.2399, `000000617_lnorm` = 1.39014, `000000618_lnorm` = 1.43025, `000000619_lnorm` = 1.06787, `000000620_lnorm` = 1.22254, `000000621_lnorm` = 1.72323, `000000622_lnorm` = 1.71684, `000000623_lnorm` = 2.70181, `000000624_lnorm` = 1.51176, `000000625_lnorm` = 1.2505, `000000626_lnorm` = 1.35754, `000000627_lnorm` = 0.978436, `000000628_lnorm` = 2.75994, `000000629_lnorm` = 2.95654, `000000630_lnorm` = 1.64154, +`000000631_lnorm` = 2.44981, `000000632_lnorm` = 1.65048, `000000633_lnorm` = 1.77068, `000000634_lnorm` = 2.26647, `000000635_lnorm` = 2.08989, `000000636_lnorm` = 2.02098, `000000637_lnorm` = 1.06716, `000000638_lnorm` = 1.11345, `000000639_lnorm` = 1.41083, `000000640_lnorm` = 1.73914, `000000641_lnorm` = 1.44619, `000000642_lnorm` = 2.17064, `000000643_lnorm` = 1.81502, `000000644_lnorm` = 1.74061, `000000645_lnorm` = 1.35165, `000000646_lnorm` = 1.15518, `000000647_lnorm` = 1.87199, `000000648_lnorm` = 2.62931, +`000000649_lnorm` = 2.31078, `000000650_lnorm` = 2.68424, `000000651_lnorm` = 1.7598, `000000652_lnorm` = 1.60339, `000000653_lnorm` = 3.59301, `000000654_lnorm` = 1.10603, `000000655_lnorm` = 2.32442, `000000656_lnorm` = 1.77175, `000000657_lnorm` = 2.20971, `000000658_lnorm` = 1.9106, `000000659_lnorm` = 2.25715, `000000660_lnorm` = 2.06905, `000000661_lnorm` = 2.30817, `000000662_lnorm` = 2.07573, `000000663_lnorm` = 1.77407, `000000664_lnorm` = 2.43578, `000000665_lnorm` = 2.12828, `000000666_lnorm` = 2.20591, +`000000667_lnorm` = 1.17683, `000000668_lnorm` = 1.66624, `000000669_lnorm` = 1.35763, `000000670_lnorm` = 1.78977, `000000671_lnorm` = 1.13355, `000000672_lnorm` = 2.743, `000000673_lnorm` = 1.34269, `000000674_lnorm` = 0.835481, `000000675_lnorm` = 1.51502, `000000676_lnorm` = 1.99193, `000000677_lnorm` = 2.28651, `000000678_lnorm` = 1.16106, `000000679_lnorm` = 2.5245, `000000680_lnorm` = 3.11831, `000000681_lnorm` = 1.94279, `000000682_lnorm` = 2.47932, `000000683_lnorm` = 1.13268, `000000684_lnorm` = 1.69413, +`000000685_lnorm` = 2.28826, `000000686_lnorm` = 1.90979, `000000687_lnorm` = 2.65157, `000000688_lnorm` = 1.41765, `000000689_lnorm` = 2.99469, `000000690_lnorm` = 1.32353, `000000691_lnorm` = 1.45726, `000000692_lnorm` = 1.97339, `000000693_lnorm` = 1.7671, `000000694_lnorm` = 0.908384, `000000695_lnorm` = 2.0966, `000000696_lnorm` = 0.965906, `000000697_lnorm` = 1.44357, `000000698_lnorm` = 2.20382, `000000699_lnorm` = 2.45003, `000000700_lnorm` = 2.9088, `000000701_lnorm` = 1.06315, `000000702_lnorm` = 1.52948, +`000000703_lnorm` = 1.37854, `000000704_lnorm` = 2.45674, `000000705_lnorm` = 1.62565, `000000706_lnorm` = 1.45386, `000000707_lnorm` = 1.79233, `000000708_lnorm` = 1.45578, `000000709_lnorm` = 3.58952, `000000710_lnorm` = 2.75587, `000000711_lnorm` = 2.18121, `000000712_lnorm` = 1.96543, `000000713_lnorm` = 1.42123, `000000714_lnorm` = 1.88975, `000000715_lnorm` = 2.03468, `000000716_lnorm` = 1.83555, `000000717_lnorm` = 1.14725, `000000718_lnorm` = 2.15482, `000000719_lnorm` = 2.83679, `000000720_lnorm` = 1.35482, +`000000721_lnorm` = 1.31996, `000000722_lnorm` = 1.58891, `000000723_lnorm` = 4.39374, `000000724_lnorm` = 1.29783, `000000725_lnorm` = 2.57891, `000000726_lnorm` = 1.25922, `000000727_lnorm` = 1.23203, `000000728_lnorm` = 1.46578, `000000729_lnorm` = 1.29022, `000000730_lnorm` = 2.609, `000000731_lnorm` = 1.98286, `000000732_lnorm` = 2.04389, `000000733_lnorm` = 2.82228, `000000734_lnorm` = 1.37751, `000000735_lnorm` = 2.45162, `000000736_lnorm` = 1.21815, `000000737_lnorm` = 1.15335, `000000738_lnorm` = 1.78975, +`000000739_lnorm` = 1.53569, `000000740_lnorm` = 2.2133, `000000741_lnorm` = 1.98769, `000000742_lnorm` = 1.87513, `000000743_lnorm` = 1.04263, `000000744_lnorm` = 1.86318, `000000745_lnorm` = 2.22433, `000000746_lnorm` = 2.00087, `000000747_lnorm` = 2.68541, `000000748_lnorm` = 3.36272, `000000749_lnorm` = 1.84894, `000000750_lnorm` = 1.67284, `000000751_lnorm` = 1.82971, `000000752_lnorm` = 0.966561, `000000753_lnorm` = 2.94891, `000000754_lnorm` = 2.02551, `000000755_lnorm` = 2.14384, `000000756_lnorm` = 1.61559, +`000000757_lnorm` = 1.34629, `000000758_lnorm` = 2.46315, `000000759_lnorm` = 1.82355, `000000760_lnorm` = 2.20364, `000000761_lnorm` = 1.81595, `000000762_lnorm` = 1.39895, `000000763_lnorm` = 1.11401, `000000764_lnorm` = 1.0403, `000000765_lnorm` = 3.46626, `000000766_lnorm` = 0.612315, `000000767_lnorm` = 2.21868, `000000768_lnorm` = 1.02168, `000000769_lnorm` = 1.85731, `000000770_lnorm` = 1.3162, `000000771_lnorm` = 1.3084, `000000772_lnorm` = 1.03984, `000000773_lnorm` = 2.21968, `000000774_lnorm` = 1.40523, +`000000775_lnorm` = 1.63671, `000000776_lnorm` = 2.35501, `000000777_lnorm` = 2.13487, `000000778_lnorm` = 1.59329, `000000779_lnorm` = 2.27573, `000000780_lnorm` = 0.656163, `000000781_lnorm` = 1.92149, `000000782_lnorm` = 1.50652, `000000783_lnorm` = 1.52454, `000000784_lnorm` = 1.40982, `000000785_lnorm` = 1.89922, `000000786_lnorm` = 3.55173, `000000787_lnorm` = 1.0151, `000000788_lnorm` = 1.73648, `000000789_lnorm` = 2.21852, `000000790_lnorm` = 1.67645, `000000791_lnorm` = 2.53566, `000000792_lnorm` = 1.78863, +`000000793_lnorm` = 1.38939, `000000794_lnorm` = 1.73823, `000000795_lnorm` = 1.93236, `000000796_lnorm` = 2.27246, `000000797_lnorm` = 1.9506, `000000798_lnorm` = 2.79071, `000000799_lnorm` = 1.85945, `000000800_lnorm` = 1.69699, `000000801_lnorm` = 1.20041, `000000802_lnorm` = 2.30994, `000000803_lnorm` = 2.28003, `000000804_lnorm` = 2.12277, `000000805_lnorm` = 1.40852, `000000806_lnorm` = 2.70246, `000000807_lnorm` = 0.952188, `000000808_lnorm` = 1.76159, `000000809_lnorm` = 1.55078, `000000810_lnorm` = 1.46163, +`000000811_lnorm` = 2.11148, `000000812_lnorm` = 1.11352, `000000813_lnorm` = 2.73889, `000000814_lnorm` = 1.51083, `000000815_lnorm` = 1.2664, `000000816_lnorm` = 1.60512, `000000817_lnorm` = 1.05833, `000000818_lnorm` = 1.68812, `000000819_lnorm` = 2.66026, `000000820_lnorm` = 1.65418, `000000821_lnorm` = 1.08777, `000000822_lnorm` = 1.33578, `000000823_lnorm` = 1.09943, `000000824_lnorm` = 1.50981, `000000825_lnorm` = 1.619, `000000826_lnorm` = 2.30468, `000000827_lnorm` = 0.855122, `000000828_lnorm` = 2.42884, +`000000829_lnorm` = 1.38089, `000000830_lnorm` = 4.4522, `000000831_lnorm` = 1.66963, `000000832_lnorm` = 1.85567, `000000833_lnorm` = 1.08886, `000000834_lnorm` = 0.921411, `000000835_lnorm` = 1.46622, `000000836_lnorm` = 2.73844, `000000837_lnorm` = 1.58313, `000000838_lnorm` = 1.38034, `000000839_lnorm` = 4.41954, `000000840_lnorm` = 0.943254, `000000841_lnorm` = 2.27984, `000000842_lnorm` = 0.912844, `000000843_lnorm` = 3.55196, `000000844_lnorm` = 1.1334, `000000845_lnorm` = 1.32161, `000000846_lnorm` = 1.15393, +`000000847_lnorm` = 1.98561, `000000848_lnorm` = 2.20511, `000000849_lnorm` = 1.54514, `000000850_lnorm` = 2.42928, `000000851_lnorm` = 4.14373, `000000852_lnorm` = 1.43421, `000000853_lnorm` = 1.86873, `000000854_lnorm` = 2.12603, `000000855_lnorm` = 1.61318, `000000856_lnorm` = 2.90885, `000000857_lnorm` = 1.78374, `000000858_lnorm` = 2.71821, `000000859_lnorm` = 2.36494, `000000860_lnorm` = 1.34748, `000000861_lnorm` = 2.34658, `000000862_lnorm` = 1.52776, `000000863_lnorm` = 0.600716, `000000864_lnorm` = 1.09026, +`000000865_lnorm` = 2.03663, `000000866_lnorm` = 1.49139, `000000867_lnorm` = 1.12194, `000000868_lnorm` = 1.07614, `000000869_lnorm` = 1.85279, `000000870_lnorm` = 2.95831, `000000871_lnorm` = 2.98388, `000000872_lnorm` = 2.99171, `000000873_lnorm` = 2.63004, `000000874_lnorm` = 2.71376, `000000875_lnorm` = 2.88341, `000000876_lnorm` = 1.53379, `000000877_lnorm` = 1.38715, `000000878_lnorm` = 1.82625, `000000879_lnorm` = 2.14879, `000000880_lnorm` = 1.45223, `000000881_lnorm` = 2.03254, `000000882_lnorm` = 1.23025, +`000000883_lnorm` = 4.04122, `000000884_lnorm` = 1.87983, `000000885_lnorm` = 0.920498, `000000886_lnorm` = 1.39447, `000000887_lnorm` = 2.25378, `000000888_lnorm` = 1.17531, `000000889_lnorm` = 1.54539, `000000890_lnorm` = 1.16774, `000000891_lnorm` = 1.62573, `000000892_lnorm` = 0.973671, `000000893_lnorm` = 1.10345, `000000894_lnorm` = 1.55087, `000000895_lnorm` = 1.43027, `000000896_lnorm` = 0.962505, `000000897_lnorm` = 2.10172, `000000898_lnorm` = 1.45381, `000000899_lnorm` = 2.50912, `000000900_lnorm` = 0.829113, +`000000901_lnorm` = 1.49204, `000000902_lnorm` = 1.97533, `000000903_lnorm` = 1.08147, `000000904_lnorm` = 1.12325, `000000905_lnorm` = 1.646, `000000906_lnorm` = 0.996103, `000000907_lnorm` = 3.10322, `000000908_lnorm` = 1.11548, `000000909_lnorm` = 1.86724, `000000910_lnorm` = 1.93593, `000000911_lnorm` = 0.861118, `000000912_lnorm` = 2.97444, `000000913_lnorm` = 2.62286, `000000914_lnorm` = 3.12932, `000000915_lnorm` = 1.27295, `000000916_lnorm` = 1.42102, `000000917_lnorm` = 1.63069, `000000918_lnorm` = 3.45913, +`000000919_lnorm` = 2.76521, `000000920_lnorm` = 0.692319, `000000921_lnorm` = 1.22273, `000000922_lnorm` = 1.62976, `000000923_lnorm` = 1.63547, `000000924_lnorm` = 1.49555, `000000925_lnorm` = 2.0772, `000000926_lnorm` = 2.2857, `000000927_lnorm` = 2.10495, `000000928_lnorm` = 0.715004, `000000929_lnorm` = 1.32799, `000000930_lnorm` = 2.34715, `000000931_lnorm` = 1.48491, `000000932_lnorm` = 1.79496, `000000933_lnorm` = 2.20081, `000000934_lnorm` = 1.68291, `000000935_lnorm` = 3.47905, `000000936_lnorm` = 2.10751, +`000000937_lnorm` = 2.46338, `000000938_lnorm` = 2.88346, `000000939_lnorm` = 1.03523, `000000940_lnorm` = 1.82537, `000000941_lnorm` = 1.64746, `000000942_lnorm` = 1.83653, `000000943_lnorm` = 2.17434, `000000944_lnorm` = 2.34556, `000000945_lnorm` = 1.35487, `000000946_lnorm` = 2.66805, `000000947_lnorm` = 1.38449, `000000948_lnorm` = 0.992329, `000000949_lnorm` = 1.2798, `000000950_lnorm` = 2.11436, `000000951_lnorm` = 1.54768, `000000952_lnorm` = 1.28011, `000000953_lnorm` = 1.13938, `000000954_lnorm` = 2.31566, +`000000955_lnorm` = 1.23916, `000000956_lnorm` = 1.09096, `000000957_lnorm` = 1.80177, `000000958_lnorm` = 1.40609, `000000959_lnorm` = 2.03731, `000000960_lnorm` = 1.96243, `000000961_lnorm` = 1.47829, `000000962_lnorm` = 1.54191, `000000963_lnorm` = 1.50901, `000000964_lnorm` = 1.58541, `000000965_lnorm` = 1.30164, `000000966_lnorm` = 1.54642, `000000967_lnorm` = 0.985903, `000000968_lnorm` = 1.74622, `000000969_lnorm` = 2.40104, `000000970_lnorm` = 1.47236, `000000971_lnorm` = 1.01637, `000000972_lnorm` = 2.01739, +`000000973_lnorm` = 1.27309, `000000974_lnorm` = 1.34581, `000000975_lnorm` = 1.66014, `000000976_lnorm` = 1.64592, `000000977_lnorm` = 1.23841, `000000978_lnorm` = 1.86099, `000000979_lnorm` = 1.95426, `000000980_lnorm` = 0.994336, `000000981_lnorm` = 1.2769, `000000982_lnorm` = 1.25548, `000000983_lnorm` = 1.55396, `000000984_lnorm` = 1.32034, `000000985_lnorm` = 1.27724, `000000986_lnorm` = 2.93347, `000000987_lnorm` = 2.10903, `000000988_lnorm` = 1.23573, `000000989_lnorm` = 2.31355, `000000990_lnorm` = 2.0226, +`000000991_lnorm` = 1.98181, `000000992_lnorm` = 1.36425, `000000993_lnorm` = 1.39059, `000000994_lnorm` = 2.13309, `000000995_lnorm` = 1.17508, `000000996_lnorm` = 2.05744, `000000997_lnorm` = 2.25295, `000000998_lnorm` = 2.09449, `000000999_lnorm` = 1.28196, `000001000_lnorm` = 0.91771)" diff --git a/tests/testthat/_snaps/hc/hc_fix.csv b/tests/testthat/_snaps/hc/hc_fix.csv index 77295bed5..f4c9cb8ab 100644 --- a/tests/testthat/_snaps/hc/hc_fix.csv +++ b/tests/testthat/_snaps/hc/hc_fix.csv @@ -1,5 +1,7 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68947,0.528953,0.921854,2.95419,1,parametric,100,1,"c(`1` = 1.10357, `2` = 1.5793, `3` = 2.08052, `4` = 2.53789, `5` = 2.12301, `6` = 0.594466, `7` = 2.36326, `8` = 1.52539, `9` = 1.4663, `10` = 2.90171, `11` = 1.25871, `12` = 1.24921, `13` = 1.15486, `14` = 2.20717, `15` = 2.0311, `16` = 2.02475, `17` = 1.47116, `18` = 1.20611, `19` = 1.64372, `20` = 1.12373, `21` = 1.44884, `22` = 1.88825, `23` = 1.35736, `24` = 1.18551, `25` = 3.19107, `26` = 2.1446, `27` = 1.9026, `28` = 1.58645, `29` = 1.54455, `30` = 1.50489, `31` = 1.16407, `32` = 1.78667, -`33` = 1.1176, `34` = 1.80585, `35` = 1.95938, `36` = 1.1355, `37` = 1.54795, `38` = 1.6452, `39` = 1.43524, `40` = 2.46175, `41` = 1.35685, `42` = 3.28089, `43` = 2.65472, `44` = 1.09977, `45` = 0.643482, `46` = 2.17547, `47` = 1.51608, `48` = 2.14445, `49` = 2.25366, `50` = 1.65013, `51` = 1.39619, `52` = 0.997734, `53` = 1.4514, `54` = 2.00727, `55` = 1.41036, `56` = 1.01034, `57` = 1.55153, `58` = 1.73587, `59` = 1.65546, `60` = 1.9081, `61` = 1.24247, `62` = 1.0203, `63` = 0.916669, `64` = 1.88521, -`65` = 1.24127, `66` = 1.93069, `67` = 1.6957, `68` = 1.34166, `69` = 0.927584, `70` = 1.76922, `71` = 1.82751, `72` = 1.71645, `73` = 2.21984, `74` = 1.88269, `75` = 1.03368, `76` = 1.37501, `77` = 2.64563, `78` = 1.81289, `79` = 2.16417, `80` = 1.32974, `81` = 1.40577, `82` = 2.18211, `83` = 3.00167, `84` = 1.88522, `85` = 1.57574, `86` = 2.32654, `87` = 1.65958, `88` = 2.47507, `89` = 1.29989, `90` = 1.77761, `91` = 1.90183, `92` = 2.06413, `93` = 2.5354, `94` = 1.84156, `95` = 2.48379, `96` = 1.32366, -`97` = 1.79192, `98` = 1.46451, `99` = 1.64755, `100` = 1.40724)" +average,5,1.68947,0.528953,0.921854,2.95419,1,parametric,100,1,"c(`000000001_multi` = 1.10357, `000000002_multi` = 1.5793, `000000003_multi` = 2.08052, `000000004_multi` = 2.53789, `000000005_multi` = 2.12301, `000000006_multi` = 0.594466, `000000007_multi` = 2.36326, `000000008_multi` = 1.52539, `000000009_multi` = 1.4663, `000000010_multi` = 2.90171, `000000011_multi` = 1.25871, `000000012_multi` = 1.24921, `000000013_multi` = 1.15486, `000000014_multi` = 2.20717, `000000015_multi` = 2.0311, `000000016_multi` = 2.02475, `000000017_multi` = 1.47116, `000000018_multi` = 1.20611, +`000000019_multi` = 1.64372, `000000020_multi` = 1.12373, `000000021_multi` = 1.44884, `000000022_multi` = 1.88825, `000000023_multi` = 1.35736, `000000024_multi` = 1.18551, `000000025_multi` = 3.19107, `000000026_multi` = 2.1446, `000000027_multi` = 1.9026, `000000028_multi` = 1.58645, `000000029_multi` = 1.54455, `000000030_multi` = 1.50489, `000000031_multi` = 1.16407, `000000032_multi` = 1.78667, `000000033_multi` = 1.1176, `000000034_multi` = 1.80585, `000000035_multi` = 1.95938, `000000036_multi` = 1.1355, +`000000037_multi` = 1.54795, `000000038_multi` = 1.6452, `000000039_multi` = 1.43524, `000000040_multi` = 2.46175, `000000041_multi` = 1.35685, `000000042_multi` = 3.28089, `000000043_multi` = 2.65472, `000000044_multi` = 1.09977, `000000045_multi` = 0.643482, `000000046_multi` = 2.17547, `000000047_multi` = 1.51608, `000000048_multi` = 2.14445, `000000049_multi` = 2.25366, `000000050_multi` = 1.65013, `000000051_multi` = 1.39619, `000000052_multi` = 0.997734, `000000053_multi` = 1.4514, `000000054_multi` = 2.00727, +`000000055_multi` = 1.41036, `000000056_multi` = 1.01034, `000000057_multi` = 1.55153, `000000058_multi` = 1.73587, `000000059_multi` = 1.65546, `000000060_multi` = 1.9081, `000000061_multi` = 1.24247, `000000062_multi` = 1.0203, `000000063_multi` = 0.916669, `000000064_multi` = 1.88521, `000000065_multi` = 1.24127, `000000066_multi` = 1.93069, `000000067_multi` = 1.6957, `000000068_multi` = 1.34166, `000000069_multi` = 0.927584, `000000070_multi` = 1.76922, `000000071_multi` = 1.82751, `000000072_multi` = 1.71645, +`000000073_multi` = 2.21984, `000000074_multi` = 1.88269, `000000075_multi` = 1.03368, `000000076_multi` = 1.37501, `000000077_multi` = 2.64563, `000000078_multi` = 1.81289, `000000079_multi` = 2.16417, `000000080_multi` = 1.32974, `000000081_multi` = 1.40577, `000000082_multi` = 2.18211, `000000083_multi` = 3.00167, `000000084_multi` = 1.88522, `000000085_multi` = 1.57574, `000000086_multi` = 2.32654, `000000087_multi` = 1.65958, `000000088_multi` = 2.47507, `000000089_multi` = 1.29989, `000000090_multi` = 1.77761, +`000000091_multi` = 1.90183, `000000092_multi` = 2.06413, `000000093_multi` = 2.5354, `000000094_multi` = 1.84156, `000000095_multi` = 2.48379, `000000096_multi` = 1.32366, `000000097_multi` = 1.79192, `000000098_multi` = 1.46451, `000000099_multi` = 1.64755, `000000100_multi` = 1.40724)" diff --git a/tests/testthat/_snaps/hc/hc_fixmulti.csv b/tests/testthat/_snaps/hc/hc_fixmulti.csv index 95c32ff77..fcef15f67 100644 --- a/tests/testthat/_snaps/hc/hc_fixmulti.csv +++ b/tests/testthat/_snaps/hc/hc_fixmulti.csv @@ -1,9 +1,13 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68947,0.528953,0.921854,2.95419,1,parametric,100,1,"c(`1` = 1.10357, `2` = 1.5793, `3` = 2.08052, `4` = 2.53789, `5` = 2.12301, `6` = 0.594466, `7` = 2.36326, `8` = 1.52539, `9` = 1.4663, `10` = 2.90171, `11` = 1.25871, `12` = 1.24921, `13` = 1.15486, `14` = 2.20717, `15` = 2.0311, `16` = 2.02475, `17` = 1.47116, `18` = 1.20611, `19` = 1.64372, `20` = 1.12373, `21` = 1.44884, `22` = 1.88825, `23` = 1.35736, `24` = 1.18551, `25` = 3.19107, `26` = 2.1446, `27` = 1.9026, `28` = 1.58645, `29` = 1.54455, `30` = 1.50489, `31` = 1.16407, `32` = 1.78667, -`33` = 1.1176, `34` = 1.80585, `35` = 1.95938, `36` = 1.1355, `37` = 1.54795, `38` = 1.6452, `39` = 1.43524, `40` = 2.46175, `41` = 1.35685, `42` = 3.28089, `43` = 2.65472, `44` = 1.09977, `45` = 0.643482, `46` = 2.17547, `47` = 1.51608, `48` = 2.14445, `49` = 2.25366, `50` = 1.65013, `51` = 1.39619, `52` = 0.997734, `53` = 1.4514, `54` = 2.00727, `55` = 1.41036, `56` = 1.01034, `57` = 1.55153, `58` = 1.73587, `59` = 1.65546, `60` = 1.9081, `61` = 1.24247, `62` = 1.0203, `63` = 0.916669, `64` = 1.88521, -`65` = 1.24127, `66` = 1.93069, `67` = 1.6957, `68` = 1.34166, `69` = 0.927584, `70` = 1.76922, `71` = 1.82751, `72` = 1.71645, `73` = 2.21984, `74` = 1.88269, `75` = 1.03368, `76` = 1.37501, `77` = 2.64563, `78` = 1.81289, `79` = 2.16417, `80` = 1.32974, `81` = 1.40577, `82` = 2.18211, `83` = 3.00167, `84` = 1.88522, `85` = 1.57574, `86` = 2.32654, `87` = 1.65958, `88` = 2.47507, `89` = 1.29989, `90` = 1.77761, `91` = 1.90183, `92` = 2.06413, `93` = 2.5354, `94` = 1.84156, `95` = 2.48379, `96` = 1.32366, -`97` = 1.79192, `98` = 1.46451, `99` = 1.64755, `100` = 1.40724)" -average,10,2.6206,0.716272,1.55146,4.3116,1,parametric,100,1,"c(`1` = 1.82402, `2` = 2.32698, `3` = 3.22591, `4` = 3.64992, `5` = 3.10778, `6` = 1.16191, `7` = 3.52108, `8` = 2.29987, `9` = 2.37396, `10` = 4.07895, `11` = 2.01552, `12` = 1.9723, `13` = 1.93611, `14` = 3.24353, `15` = 3.09525, `16` = 3.04169, `17` = 2.29105, `18` = 1.98955, `19` = 2.607, `20` = 1.80894, `21` = 2.19029, `22` = 2.89538, `23` = 2.13979, `24` = 1.86534, `25` = 4.78971, `26` = 2.95229, `27` = 2.96664, `28` = 2.52057, `29` = 2.3853, `30` = 2.37174, `31` = 1.77223, `32` = 2.8325, `33` = 1.7293, -`34` = 2.89062, `35` = 2.81184, `36` = 1.77005, `37` = 2.4342, `38` = 2.55564, `39` = 2.33062, `40` = 3.70623, `41` = 2.1115, `42` = 4.58723, `43` = 3.94689, `44` = 1.79426, `45` = 1.23642, `46` = 3.38106, `47` = 2.54854, `48` = 3.18268, `49` = 3.43254, `50` = 2.46235, `51` = 2.30611, `52` = 1.66493, `53` = 2.45862, `54` = 3.30073, `55` = 2.26193, `56` = 1.56457, `57` = 2.64729, `58` = 2.9112, `59` = 2.58855, `60` = 3.01313, `61` = 2.04336, `62` = 1.6123, `63` = 1.82995, `64` = 2.97823, `65` = 2.01762, -`66` = 3.08397, `67` = 2.63014, `68` = 2.10574, `69` = 1.53959, `70` = 2.75803, `71` = 2.9988, `72` = 2.53558, `73` = 3.18422, `74` = 2.96022, `75` = 1.71417, `76` = 2.10617, `77` = 4.22167, `78` = 2.68099, `79` = 3.00261, `80` = 2.23357, `81` = 2.15058, `82` = 3.23408, `83` = 4.39297, `84` = 2.76504, `85` = 2.48445, `86` = 3.49336, `87` = 2.47304, `88` = 3.59875, `89` = 2.06416, `90` = 2.75416, `91` = 2.80391, `92` = 3.07868, `93` = 3.52741, `94` = 2.62145, `95` = 3.60671, `96` = 2.14366, `97` = 2.78641, -`98` = 2.26997, `99` = 2.62749, `100` = 2.16078)" +average,5,1.68947,0.528953,0.921854,2.95419,1,parametric,100,1,"c(`000000001_multi` = 1.10357, `000000002_multi` = 1.5793, `000000003_multi` = 2.08052, `000000004_multi` = 2.53789, `000000005_multi` = 2.12301, `000000006_multi` = 0.594466, `000000007_multi` = 2.36326, `000000008_multi` = 1.52539, `000000009_multi` = 1.4663, `000000010_multi` = 2.90171, `000000011_multi` = 1.25871, `000000012_multi` = 1.24921, `000000013_multi` = 1.15486, `000000014_multi` = 2.20717, `000000015_multi` = 2.0311, `000000016_multi` = 2.02475, `000000017_multi` = 1.47116, `000000018_multi` = 1.20611, +`000000019_multi` = 1.64372, `000000020_multi` = 1.12373, `000000021_multi` = 1.44884, `000000022_multi` = 1.88825, `000000023_multi` = 1.35736, `000000024_multi` = 1.18551, `000000025_multi` = 3.19107, `000000026_multi` = 2.1446, `000000027_multi` = 1.9026, `000000028_multi` = 1.58645, `000000029_multi` = 1.54455, `000000030_multi` = 1.50489, `000000031_multi` = 1.16407, `000000032_multi` = 1.78667, `000000033_multi` = 1.1176, `000000034_multi` = 1.80585, `000000035_multi` = 1.95938, `000000036_multi` = 1.1355, +`000000037_multi` = 1.54795, `000000038_multi` = 1.6452, `000000039_multi` = 1.43524, `000000040_multi` = 2.46175, `000000041_multi` = 1.35685, `000000042_multi` = 3.28089, `000000043_multi` = 2.65472, `000000044_multi` = 1.09977, `000000045_multi` = 0.643482, `000000046_multi` = 2.17547, `000000047_multi` = 1.51608, `000000048_multi` = 2.14445, `000000049_multi` = 2.25366, `000000050_multi` = 1.65013, `000000051_multi` = 1.39619, `000000052_multi` = 0.997734, `000000053_multi` = 1.4514, `000000054_multi` = 2.00727, +`000000055_multi` = 1.41036, `000000056_multi` = 1.01034, `000000057_multi` = 1.55153, `000000058_multi` = 1.73587, `000000059_multi` = 1.65546, `000000060_multi` = 1.9081, `000000061_multi` = 1.24247, `000000062_multi` = 1.0203, `000000063_multi` = 0.916669, `000000064_multi` = 1.88521, `000000065_multi` = 1.24127, `000000066_multi` = 1.93069, `000000067_multi` = 1.6957, `000000068_multi` = 1.34166, `000000069_multi` = 0.927584, `000000070_multi` = 1.76922, `000000071_multi` = 1.82751, `000000072_multi` = 1.71645, +`000000073_multi` = 2.21984, `000000074_multi` = 1.88269, `000000075_multi` = 1.03368, `000000076_multi` = 1.37501, `000000077_multi` = 2.64563, `000000078_multi` = 1.81289, `000000079_multi` = 2.16417, `000000080_multi` = 1.32974, `000000081_multi` = 1.40577, `000000082_multi` = 2.18211, `000000083_multi` = 3.00167, `000000084_multi` = 1.88522, `000000085_multi` = 1.57574, `000000086_multi` = 2.32654, `000000087_multi` = 1.65958, `000000088_multi` = 2.47507, `000000089_multi` = 1.29989, `000000090_multi` = 1.77761, +`000000091_multi` = 1.90183, `000000092_multi` = 2.06413, `000000093_multi` = 2.5354, `000000094_multi` = 1.84156, `000000095_multi` = 2.48379, `000000096_multi` = 1.32366, `000000097_multi` = 1.79192, `000000098_multi` = 1.46451, `000000099_multi` = 1.64755, `000000100_multi` = 1.40724)" +average,10,2.6206,0.716272,1.55146,4.3116,1,parametric,100,1,"c(`000000001_multi` = 1.82402, `000000002_multi` = 2.32698, `000000003_multi` = 3.22591, `000000004_multi` = 3.64992, `000000005_multi` = 3.10778, `000000006_multi` = 1.16191, `000000007_multi` = 3.52108, `000000008_multi` = 2.29987, `000000009_multi` = 2.37396, `000000010_multi` = 4.07895, `000000011_multi` = 2.01552, `000000012_multi` = 1.9723, `000000013_multi` = 1.93611, `000000014_multi` = 3.24353, `000000015_multi` = 3.09525, `000000016_multi` = 3.04169, `000000017_multi` = 2.29105, `000000018_multi` = 1.98955, +`000000019_multi` = 2.607, `000000020_multi` = 1.80894, `000000021_multi` = 2.19029, `000000022_multi` = 2.89538, `000000023_multi` = 2.13979, `000000024_multi` = 1.86534, `000000025_multi` = 4.78971, `000000026_multi` = 2.95229, `000000027_multi` = 2.96664, `000000028_multi` = 2.52057, `000000029_multi` = 2.3853, `000000030_multi` = 2.37174, `000000031_multi` = 1.77223, `000000032_multi` = 2.8325, `000000033_multi` = 1.7293, `000000034_multi` = 2.89062, `000000035_multi` = 2.81184, `000000036_multi` = 1.77005, +`000000037_multi` = 2.4342, `000000038_multi` = 2.55564, `000000039_multi` = 2.33062, `000000040_multi` = 3.70623, `000000041_multi` = 2.1115, `000000042_multi` = 4.58723, `000000043_multi` = 3.94689, `000000044_multi` = 1.79426, `000000045_multi` = 1.23642, `000000046_multi` = 3.38106, `000000047_multi` = 2.54854, `000000048_multi` = 3.18268, `000000049_multi` = 3.43254, `000000050_multi` = 2.46235, `000000051_multi` = 2.30611, `000000052_multi` = 1.66493, `000000053_multi` = 2.45862, `000000054_multi` = 3.30073, +`000000055_multi` = 2.26193, `000000056_multi` = 1.56457, `000000057_multi` = 2.64729, `000000058_multi` = 2.9112, `000000059_multi` = 2.58855, `000000060_multi` = 3.01313, `000000061_multi` = 2.04336, `000000062_multi` = 1.6123, `000000063_multi` = 1.82995, `000000064_multi` = 2.97823, `000000065_multi` = 2.01762, `000000066_multi` = 3.08397, `000000067_multi` = 2.63014, `000000068_multi` = 2.10574, `000000069_multi` = 1.53959, `000000070_multi` = 2.75803, `000000071_multi` = 2.9988, `000000072_multi` = 2.53558, +`000000073_multi` = 3.18422, `000000074_multi` = 2.96022, `000000075_multi` = 1.71417, `000000076_multi` = 2.10617, `000000077_multi` = 4.22167, `000000078_multi` = 2.68099, `000000079_multi` = 3.00261, `000000080_multi` = 2.23357, `000000081_multi` = 2.15058, `000000082_multi` = 3.23408, `000000083_multi` = 4.39297, `000000084_multi` = 2.76504, `000000085_multi` = 2.48445, `000000086_multi` = 3.49336, `000000087_multi` = 2.47304, `000000088_multi` = 3.59875, `000000089_multi` = 2.06416, `000000090_multi` = 2.75416, +`000000091_multi` = 2.80391, `000000092_multi` = 3.07868, `000000093_multi` = 3.52741, `000000094_multi` = 2.62145, `000000095_multi` = 3.60671, `000000096_multi` = 2.14366, `000000097_multi` = 2.78641, `000000098_multi` = 2.26997, `000000099_multi` = 2.62749, `000000100_multi` = 2.16078)" diff --git a/tests/testthat/_snaps/hc/hc_notallestimates.csv b/tests/testthat/_snaps/hc/hc_notallestimates.csv index f3488fd18..f79179462 100644 --- a/tests/testthat/_snaps/hc/hc_notallestimates.csv +++ b/tests/testthat/_snaps/hc/hc_notallestimates.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.64901,0.38467,1.3631,2.46218,1,parametric,10,0.9,"c(`1` = 1.61021, `2` = 2.30793, `3` = 1.80507, `4` = 1.97795, `5` = 1.40446, `6` = 2.50075, `7` = 1.88642, `9` = 1.67857, `10` = 1.35275)" +average,5,1.64901,0.38467,1.3631,2.46218,1,parametric,10,0.9,"c(`000000001_multi` = 1.61021, `000000002_multi` = 2.30793, `000000003_multi` = 1.80507, `000000004_multi` = 1.97795, `000000005_multi` = 1.40446, `000000006_multi` = 2.50075, `000000007_multi` = 1.88642, `000000009_multi` = 1.67857, `000000010_multi` = 1.35275)" diff --git a/tests/testthat/_snaps/hc/hc_para_small.csv b/tests/testthat/_snaps/hc/hc_para_small.csv index 1de4c95c6..b2605b86e 100644 --- a/tests/testthat/_snaps/hc/hc_para_small.csv +++ b/tests/testthat/_snaps/hc/hc_para_small.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -invpareto,5,0.386944,0.347873,0.195882,1.10643,1,non-parametric,10,1,"c(`1` = 0.982745, `2` = 0.93683, `3` = 0.178607, `4` = 0.292255, `5` = 0.410782, `6` = 0.342529, `7` = 0.255384, `8` = 1.14234, `9` = 0.339202, `10` = 0.476697)" +invpareto,5,0.386944,0.347873,0.195882,1.10643,1,non-parametric,10,1,"c(`000000001_invpareto` = 0.982745, `000000002_invpareto` = 0.93683, `000000003_invpareto` = 0.178607, `000000004_invpareto` = 0.292255, `000000005_invpareto` = 0.410782, `000000006_invpareto` = 0.342529, `000000007_invpareto` = 0.255384, `000000008_invpareto` = 1.14234, `000000009_invpareto` = 0.339202, `000000010_invpareto` = 0.476697)" diff --git a/tests/testthat/_snaps/hc/hc_save_to.csv b/tests/testthat/_snaps/hc/hc_save_to.csv index 28a31ec5e..44e2d8d34 100644 --- a/tests/testthat/_snaps/hc/hc_save_to.csv +++ b/tests/testthat/_snaps/hc/hc_save_to.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68117,0.515645,1.13096,2.11007,1,parametric,3,1,"c(`1` = 1.10678, `2` = 1.59039, `3` = 2.13742)" +average,5,1.68117,0.515645,1.13096,2.11007,1,parametric,3,1,"c(`000000001_multi` = 1.10678, `000000002_multi` = 1.59039, `000000003_multi` = 2.13742)" diff --git a/tests/testthat/_snaps/hc/hc_save_to1.csv b/tests/testthat/_snaps/hc/hc_save_to1.csv index 28a31ec5e..44e2d8d34 100644 --- a/tests/testthat/_snaps/hc/hc_save_to1.csv +++ b/tests/testthat/_snaps/hc/hc_save_to1.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68117,0.515645,1.13096,2.11007,1,parametric,3,1,"c(`1` = 1.10678, `2` = 1.59039, `3` = 2.13742)" +average,5,1.68117,0.515645,1.13096,2.11007,1,parametric,3,1,"c(`000000001_multi` = 1.10678, `000000002_multi` = 1.59039, `000000003_multi` = 2.13742)" diff --git a/tests/testthat/_snaps/hc/hc_save_to11.csv b/tests/testthat/_snaps/hc/hc_save_to11.csv index 8a0229ed0..b4d397afa 100644 --- a/tests/testthat/_snaps/hc/hc_save_to11.csv +++ b/tests/testthat/_snaps/hc/hc_save_to11.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68117,NA,1.10678,1.10678,1,parametric,1,1,c(`1` = 1.10678) +average,5,1.68117,NA,1.10678,1.10678,1,parametric,1,1,c(`000000001_multi` = 1.10678) diff --git a/tests/testthat/_snaps/hc/hc_save_to1_not_multi.csv b/tests/testthat/_snaps/hc/hc_save_to1_not_multi.csv index 7ac072b92..aefe09e67 100644 --- a/tests/testthat/_snaps/hc/hc_save_to1_not_multi.csv +++ b/tests/testthat/_snaps/hc/hc_save_to1_not_multi.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68117,0.52617,1.30753,2.28691,1,parametric,3,1,"c(`1` = 1.29091, `2` = 2.32183, `3` = 1.62344)" +average,5,1.68117,0.52617,1.30753,2.28691,1,parametric,3,1,"c(`000000001_lnorm` = 1.29091, `000000002_lnorm` = 2.32183, `000000003_lnorm` = 1.62344)" diff --git a/tests/testthat/_snaps/hc/hc_save_to1_not_multi_default.csv b/tests/testthat/_snaps/hc/hc_save_to1_not_multi_default.csv index 7586655d6..3fc4e1fe5 100644 --- a/tests/testthat/_snaps/hc/hc_save_to1_not_multi_default.csv +++ b/tests/testthat/_snaps/hc/hc_save_to1_not_multi_default.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.24152,NA,1.62613,1.62613,1,parametric,1,1,"c(`1` = 0.987785, `1` = 2.2833, `1` = 0.751505, `1` = 3.09183, `1` = 1.64166, `1` = 1.67077)" +average,5,1.24152,NA,1.62613,1.62613,1,parametric,1,1,"c(`000000001_gamma` = 0.987785, `000000001_lgumbel` = 2.2833, `000000001_llogis` = 0.751505, `000000001_lnorm` = 3.09183, `000000001_lnorm_lnorm` = 1.64166, `000000001_weibull` = 1.67077)" diff --git a/tests/testthat/_snaps/hc/hc_save_to1_rescale.csv b/tests/testthat/_snaps/hc/hc_save_to1_rescale.csv index 28a31ec5e..44e2d8d34 100644 --- a/tests/testthat/_snaps/hc/hc_save_to1_rescale.csv +++ b/tests/testthat/_snaps/hc/hc_save_to1_rescale.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68117,0.515645,1.13096,2.11007,1,parametric,3,1,"c(`1` = 1.10678, `2` = 1.59039, `3` = 2.13742)" +average,5,1.68117,0.515645,1.13096,2.11007,1,parametric,3,1,"c(`000000001_multi` = 1.10678, `000000002_multi` = 1.59039, `000000003_multi` = 2.13742)" diff --git a/tests/testthat/_snaps/hc/hc_save_to1data.csv b/tests/testthat/_snaps/hc/hc_save_to1data.csv index 28a31ec5e..44e2d8d34 100644 --- a/tests/testthat/_snaps/hc/hc_save_to1data.csv +++ b/tests/testthat/_snaps/hc/hc_save_to1data.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68117,0.515645,1.13096,2.11007,1,parametric,3,1,"c(`1` = 1.10678, `2` = 1.59039, `3` = 2.13742)" +average,5,1.68117,0.515645,1.13096,2.11007,1,parametric,3,1,"c(`000000001_multi` = 1.10678, `000000002_multi` = 1.59039, `000000003_multi` = 2.13742)" diff --git a/tests/testthat/_snaps/hc/hc_save_to_not_multi.csv b/tests/testthat/_snaps/hc/hc_save_to_not_multi.csv index 7ac072b92..aefe09e67 100644 --- a/tests/testthat/_snaps/hc/hc_save_to_not_multi.csv +++ b/tests/testthat/_snaps/hc/hc_save_to_not_multi.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68117,0.52617,1.30753,2.28691,1,parametric,3,1,"c(`1` = 1.29091, `2` = 2.32183, `3` = 1.62344)" +average,5,1.68117,0.52617,1.30753,2.28691,1,parametric,3,1,"c(`000000001_lnorm` = 1.29091, `000000002_lnorm` = 2.32183, `000000003_lnorm` = 1.62344)" diff --git a/tests/testthat/_snaps/hc/hc_save_to_not_multi_default.csv b/tests/testthat/_snaps/hc/hc_save_to_not_multi_default.csv index 7586655d6..3fc4e1fe5 100644 --- a/tests/testthat/_snaps/hc/hc_save_to_not_multi_default.csv +++ b/tests/testthat/_snaps/hc/hc_save_to_not_multi_default.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.24152,NA,1.62613,1.62613,1,parametric,1,1,"c(`1` = 0.987785, `1` = 2.2833, `1` = 0.751505, `1` = 3.09183, `1` = 1.64166, `1` = 1.67077)" +average,5,1.24152,NA,1.62613,1.62613,1,parametric,1,1,"c(`000000001_gamma` = 0.987785, `000000001_lgumbel` = 2.2833, `000000001_llogis` = 0.751505, `000000001_lnorm` = 3.09183, `000000001_lnorm_lnorm` = 1.64166, `000000001_weibull` = 1.67077)" diff --git a/tests/testthat/_snaps/hc/hc_save_to_rescale.csv b/tests/testthat/_snaps/hc/hc_save_to_rescale.csv index 28a31ec5e..44e2d8d34 100644 --- a/tests/testthat/_snaps/hc/hc_save_to_rescale.csv +++ b/tests/testthat/_snaps/hc/hc_save_to_rescale.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68117,0.515645,1.13096,2.11007,1,parametric,3,1,"c(`1` = 1.10678, `2` = 1.59039, `3` = 2.13742)" +average,5,1.68117,0.515645,1.13096,2.11007,1,parametric,3,1,"c(`000000001_multi` = 1.10678, `000000002_multi` = 1.59039, `000000003_multi` = 2.13742)" diff --git a/tests/testthat/_snaps/hc/hc_unfix.csv b/tests/testthat/_snaps/hc/hc_unfix.csv index b3eeffe87..9e2165e68 100644 --- a/tests/testthat/_snaps/hc/hc_unfix.csv +++ b/tests/testthat/_snaps/hc/hc_unfix.csv @@ -1,5 +1,7 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68947,0.59232,1.02257,3.29179,1,parametric,100,1,"c(`1` = 1.45262, `2` = 1.58556, `3` = 3.24936, `4` = 3.21476, `5` = 2.15219, `6` = 1.20479, `7` = 2.37592, `8` = 1.86562, `9` = 2.30867, `10` = 3.41163, `11` = 1.2597, `12` = 1.4002, `13` = 1.16298, `14` = 2.21334, `15` = 2.03861, `16` = 2.02795, `17` = 1.58608, `18` = 1.21924, `19` = 1.98269, `20` = 1.25104, `21` = 1.75649, `22` = 1.93251, `23` = 1.35672, `24` = 1.203, `25` = 3.20701, `26` = 2.14475, `27` = 1.91108, `28` = 1.75643, `29` = 1.62451, `30` = 1.50484, `31` = 1.20254, `32` = 2.04424, -`33` = 1.1576, `34` = 2.18345, `35` = 1.97292, `36` = 1.17296, `37` = 1.77922, `38` = 1.75525, `39` = 1.43666, `40` = 2.60677, `41` = 1.36858, `42` = 3.33018, `43` = 2.6593, `44` = 1.11495, `45` = 0.644645, `46` = 2.25289, `47` = 1.78444, `48` = 2.15256, `49` = 3.39668, `50` = 1.64949, `51` = 1.49384, `52` = 0.998233, `53` = 1.49073, `54` = 2.01825, `55` = 1.54084, `56` = 1.01562, `57` = 1.91903, `58` = 2.20484, `59` = 1.70217, `60` = 2.41098, `61` = 1.70376, `62` = 1.03025, `63` = 1.76254, `64` = 2.56699, -`65` = 1.38514, `66` = 1.99688, `67` = 1.73916, `68` = 1.38247, `69` = 1.50739, `70` = 1.77171, `71` = 1.8424, `72` = 1.72608, `73` = 2.799, `74` = 1.88272, `75` = 1.05176, `76` = 1.40962, `77` = 2.96666, `78` = 1.86154, `79` = 2.29813, `80` = 2.10876, `81` = 1.82325, `82` = 2.26361, `83` = 3.00163, `84` = 1.89377, `85` = 1.6872, `86` = 2.3597, `87` = 1.79505, `88` = 2.88804, `89` = 1.31556, `90` = 1.8439, `91` = 1.90107, `92` = 2.3051, `93` = 2.57291, `94` = 1.86754, `95` = 2.79026, `96` = 1.342, -`97` = 1.80368, `98` = 1.46857, `99` = 1.9727, `100` = 2.03696)" +average,5,1.68947,0.59232,1.02257,3.29179,1,parametric,100,1,"c(`000000001_multi` = 1.45262, `000000002_multi` = 1.58556, `000000003_multi` = 3.24936, `000000004_multi` = 3.21476, `000000005_multi` = 2.15219, `000000006_multi` = 1.20479, `000000007_multi` = 2.37592, `000000008_multi` = 1.86562, `000000009_multi` = 2.30867, `000000010_multi` = 3.41163, `000000011_multi` = 1.2597, `000000012_multi` = 1.4002, `000000013_multi` = 1.16298, `000000014_multi` = 2.21334, `000000015_multi` = 2.03861, `000000016_multi` = 2.02795, `000000017_multi` = 1.58608, `000000018_multi` = 1.21924, +`000000019_multi` = 1.98269, `000000020_multi` = 1.25104, `000000021_multi` = 1.75649, `000000022_multi` = 1.93251, `000000023_multi` = 1.35672, `000000024_multi` = 1.203, `000000025_multi` = 3.20701, `000000026_multi` = 2.14475, `000000027_multi` = 1.91108, `000000028_multi` = 1.75643, `000000029_multi` = 1.62451, `000000030_multi` = 1.50484, `000000031_multi` = 1.20254, `000000032_multi` = 2.04424, `000000033_multi` = 1.1576, `000000034_multi` = 2.18345, `000000035_multi` = 1.97292, `000000036_multi` = 1.17296, +`000000037_multi` = 1.77922, `000000038_multi` = 1.75525, `000000039_multi` = 1.43666, `000000040_multi` = 2.60677, `000000041_multi` = 1.36858, `000000042_multi` = 3.33018, `000000043_multi` = 2.6593, `000000044_multi` = 1.11495, `000000045_multi` = 0.644645, `000000046_multi` = 2.25289, `000000047_multi` = 1.78444, `000000048_multi` = 2.15256, `000000049_multi` = 3.39668, `000000050_multi` = 1.64949, `000000051_multi` = 1.49384, `000000052_multi` = 0.998233, `000000053_multi` = 1.49073, `000000054_multi` = 2.01825, +`000000055_multi` = 1.54084, `000000056_multi` = 1.01562, `000000057_multi` = 1.91903, `000000058_multi` = 2.20484, `000000059_multi` = 1.70217, `000000060_multi` = 2.41098, `000000061_multi` = 1.70376, `000000062_multi` = 1.03025, `000000063_multi` = 1.76254, `000000064_multi` = 2.56699, `000000065_multi` = 1.38514, `000000066_multi` = 1.99688, `000000067_multi` = 1.73916, `000000068_multi` = 1.38247, `000000069_multi` = 1.50739, `000000070_multi` = 1.77171, `000000071_multi` = 1.8424, `000000072_multi` = 1.72608, +`000000073_multi` = 2.799, `000000074_multi` = 1.88272, `000000075_multi` = 1.05176, `000000076_multi` = 1.40962, `000000077_multi` = 2.96666, `000000078_multi` = 1.86154, `000000079_multi` = 2.29813, `000000080_multi` = 2.10876, `000000081_multi` = 1.82325, `000000082_multi` = 2.26361, `000000083_multi` = 3.00163, `000000084_multi` = 1.89377, `000000085_multi` = 1.6872, `000000086_multi` = 2.3597, `000000087_multi` = 1.79505, `000000088_multi` = 2.88804, `000000089_multi` = 1.31556, `000000090_multi` = 1.8439, +`000000091_multi` = 1.90107, `000000092_multi` = 2.3051, `000000093_multi` = 2.57291, `000000094_multi` = 1.86754, `000000095_multi` = 2.79026, `000000096_multi` = 1.342, `000000097_multi` = 1.80368, `000000098_multi` = 1.46857, `000000099_multi` = 1.9727, `000000100_multi` = 2.03696)" diff --git a/tests/testthat/_snaps/hc/hc_unfixmulti.csv b/tests/testthat/_snaps/hc/hc_unfixmulti.csv index c2cc9ddc3..5ed3e2e0e 100644 --- a/tests/testthat/_snaps/hc/hc_unfixmulti.csv +++ b/tests/testthat/_snaps/hc/hc_unfixmulti.csv @@ -1,9 +1,13 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68947,0.59232,1.02257,3.29179,1,parametric,100,1,"c(`1` = 1.45262, `2` = 1.58556, `3` = 3.24936, `4` = 3.21476, `5` = 2.15219, `6` = 1.20479, `7` = 2.37592, `8` = 1.86562, `9` = 2.30867, `10` = 3.41163, `11` = 1.2597, `12` = 1.4002, `13` = 1.16298, `14` = 2.21334, `15` = 2.03861, `16` = 2.02795, `17` = 1.58608, `18` = 1.21924, `19` = 1.98269, `20` = 1.25104, `21` = 1.75649, `22` = 1.93251, `23` = 1.35672, `24` = 1.203, `25` = 3.20701, `26` = 2.14475, `27` = 1.91108, `28` = 1.75643, `29` = 1.62451, `30` = 1.50484, `31` = 1.20254, `32` = 2.04424, -`33` = 1.1576, `34` = 2.18345, `35` = 1.97292, `36` = 1.17296, `37` = 1.77922, `38` = 1.75525, `39` = 1.43666, `40` = 2.60677, `41` = 1.36858, `42` = 3.33018, `43` = 2.6593, `44` = 1.11495, `45` = 0.644645, `46` = 2.25289, `47` = 1.78444, `48` = 2.15256, `49` = 3.39668, `50` = 1.64949, `51` = 1.49384, `52` = 0.998233, `53` = 1.49073, `54` = 2.01825, `55` = 1.54084, `56` = 1.01562, `57` = 1.91903, `58` = 2.20484, `59` = 1.70217, `60` = 2.41098, `61` = 1.70376, `62` = 1.03025, `63` = 1.76254, `64` = 2.56699, -`65` = 1.38514, `66` = 1.99688, `67` = 1.73916, `68` = 1.38247, `69` = 1.50739, `70` = 1.77171, `71` = 1.8424, `72` = 1.72608, `73` = 2.799, `74` = 1.88272, `75` = 1.05176, `76` = 1.40962, `77` = 2.96666, `78` = 1.86154, `79` = 2.29813, `80` = 2.10876, `81` = 1.82325, `82` = 2.26361, `83` = 3.00163, `84` = 1.89377, `85` = 1.6872, `86` = 2.3597, `87` = 1.79505, `88` = 2.88804, `89` = 1.31556, `90` = 1.8439, `91` = 1.90107, `92` = 2.3051, `93` = 2.57291, `94` = 1.86754, `95` = 2.79026, `96` = 1.342, -`97` = 1.80368, `98` = 1.46857, `99` = 1.9727, `100` = 2.03696)" -average,10,2.6206,0.741085,1.65498,4.39448,1,parametric,100,1,"c(`1` = 2.0653, `2` = 2.32151, `3` = 4.1392, `4` = 4.09275, `5` = 3.10275, `6` = 1.7419, `7` = 3.51008, `8` = 2.5101, `9` = 3.04733, `10` = 4.37277, `11` = 2.02624, `12` = 2.04602, `13` = 1.92981, `14` = 3.27117, `15` = 3.12353, `16` = 3.06158, `17` = 2.33394, `18` = 1.98309, `19` = 2.81331, `20` = 1.86874, `21` = 2.37771, `22` = 2.89637, `23` = 2.14424, `24` = 1.86082, `25` = 4.77609, `26` = 2.9607, `27` = 2.95928, `28` = 2.59848, `29` = 2.40736, `30` = 2.37186, `31` = 1.77782, `32` = 2.96954, `33` = 1.73585, -`34` = 3.12053, `35` = 2.84466, `36` = 1.77466, `37` = 2.55891, `38` = 2.59334, `39` = 2.34664, `40` = 3.7501, `41` = 2.10563, `42` = 4.58074, `43` = 3.94081, `44` = 1.78813, `45` = 1.24824, `46` = 3.38999, `47` = 2.70451, `48` = 3.17522, `49` = 4.30121, `50` = 2.46468, `51` = 2.33762, `52` = 1.67442, `53` = 2.45527, `54` = 3.29217, `55` = 2.31535, `56` = 1.56046, `57` = 2.88259, `58` = 3.22329, `59` = 2.59144, `60` = 3.34163, `61` = 2.37449, `62` = 1.63739, `63` = 2.62527, `64` = 3.46001, `65` = 2.08574, -`66` = 3.09123, `67` = 2.63002, `68` = 2.10855, `69` = 2.0103, `70` = 2.75425, `71` = 2.98879, `72` = 2.52871, `73` = 3.55822, `74` = 2.97349, `75` = 1.70991, `76` = 2.10581, `77` = 4.37741, `78` = 2.68315, `79` = 3.05195, `80` = 2.85602, `81` = 2.43144, `82` = 3.24816, `83` = 4.40993, `84` = 2.75942, `85` = 2.5226, `86` = 3.4879, `87` = 2.52921, `88` = 3.83178, `89` = 2.1009, `90` = 2.76459, `91` = 2.80747, `92` = 3.19751, `93` = 3.52457, `94` = 2.66732, `95` = 3.76118, `96` = 2.18614, `97` = 2.82124, -`98` = 2.26461, `99` = 2.82182, `100` = 2.62939)" +average,5,1.68947,0.59232,1.02257,3.29179,1,parametric,100,1,"c(`000000001_multi` = 1.45262, `000000002_multi` = 1.58556, `000000003_multi` = 3.24936, `000000004_multi` = 3.21476, `000000005_multi` = 2.15219, `000000006_multi` = 1.20479, `000000007_multi` = 2.37592, `000000008_multi` = 1.86562, `000000009_multi` = 2.30867, `000000010_multi` = 3.41163, `000000011_multi` = 1.2597, `000000012_multi` = 1.4002, `000000013_multi` = 1.16298, `000000014_multi` = 2.21334, `000000015_multi` = 2.03861, `000000016_multi` = 2.02795, `000000017_multi` = 1.58608, `000000018_multi` = 1.21924, +`000000019_multi` = 1.98269, `000000020_multi` = 1.25104, `000000021_multi` = 1.75649, `000000022_multi` = 1.93251, `000000023_multi` = 1.35672, `000000024_multi` = 1.203, `000000025_multi` = 3.20701, `000000026_multi` = 2.14475, `000000027_multi` = 1.91108, `000000028_multi` = 1.75643, `000000029_multi` = 1.62451, `000000030_multi` = 1.50484, `000000031_multi` = 1.20254, `000000032_multi` = 2.04424, `000000033_multi` = 1.1576, `000000034_multi` = 2.18345, `000000035_multi` = 1.97292, `000000036_multi` = 1.17296, +`000000037_multi` = 1.77922, `000000038_multi` = 1.75525, `000000039_multi` = 1.43666, `000000040_multi` = 2.60677, `000000041_multi` = 1.36858, `000000042_multi` = 3.33018, `000000043_multi` = 2.6593, `000000044_multi` = 1.11495, `000000045_multi` = 0.644645, `000000046_multi` = 2.25289, `000000047_multi` = 1.78444, `000000048_multi` = 2.15256, `000000049_multi` = 3.39668, `000000050_multi` = 1.64949, `000000051_multi` = 1.49384, `000000052_multi` = 0.998233, `000000053_multi` = 1.49073, `000000054_multi` = 2.01825, +`000000055_multi` = 1.54084, `000000056_multi` = 1.01562, `000000057_multi` = 1.91903, `000000058_multi` = 2.20484, `000000059_multi` = 1.70217, `000000060_multi` = 2.41098, `000000061_multi` = 1.70376, `000000062_multi` = 1.03025, `000000063_multi` = 1.76254, `000000064_multi` = 2.56699, `000000065_multi` = 1.38514, `000000066_multi` = 1.99688, `000000067_multi` = 1.73916, `000000068_multi` = 1.38247, `000000069_multi` = 1.50739, `000000070_multi` = 1.77171, `000000071_multi` = 1.8424, `000000072_multi` = 1.72608, +`000000073_multi` = 2.799, `000000074_multi` = 1.88272, `000000075_multi` = 1.05176, `000000076_multi` = 1.40962, `000000077_multi` = 2.96666, `000000078_multi` = 1.86154, `000000079_multi` = 2.29813, `000000080_multi` = 2.10876, `000000081_multi` = 1.82325, `000000082_multi` = 2.26361, `000000083_multi` = 3.00163, `000000084_multi` = 1.89377, `000000085_multi` = 1.6872, `000000086_multi` = 2.3597, `000000087_multi` = 1.79505, `000000088_multi` = 2.88804, `000000089_multi` = 1.31556, `000000090_multi` = 1.8439, +`000000091_multi` = 1.90107, `000000092_multi` = 2.3051, `000000093_multi` = 2.57291, `000000094_multi` = 1.86754, `000000095_multi` = 2.79026, `000000096_multi` = 1.342, `000000097_multi` = 1.80368, `000000098_multi` = 1.46857, `000000099_multi` = 1.9727, `000000100_multi` = 2.03696)" +average,10,2.6206,0.741085,1.65498,4.39448,1,parametric,100,1,"c(`000000001_multi` = 2.0653, `000000002_multi` = 2.32151, `000000003_multi` = 4.1392, `000000004_multi` = 4.09275, `000000005_multi` = 3.10275, `000000006_multi` = 1.7419, `000000007_multi` = 3.51008, `000000008_multi` = 2.5101, `000000009_multi` = 3.04733, `000000010_multi` = 4.37277, `000000011_multi` = 2.02624, `000000012_multi` = 2.04602, `000000013_multi` = 1.92981, `000000014_multi` = 3.27117, `000000015_multi` = 3.12353, `000000016_multi` = 3.06158, `000000017_multi` = 2.33394, `000000018_multi` = 1.98309, +`000000019_multi` = 2.81331, `000000020_multi` = 1.86874, `000000021_multi` = 2.37771, `000000022_multi` = 2.89637, `000000023_multi` = 2.14424, `000000024_multi` = 1.86082, `000000025_multi` = 4.77609, `000000026_multi` = 2.9607, `000000027_multi` = 2.95928, `000000028_multi` = 2.59848, `000000029_multi` = 2.40736, `000000030_multi` = 2.37186, `000000031_multi` = 1.77782, `000000032_multi` = 2.96954, `000000033_multi` = 1.73585, `000000034_multi` = 3.12053, `000000035_multi` = 2.84466, `000000036_multi` = 1.77466, +`000000037_multi` = 2.55891, `000000038_multi` = 2.59334, `000000039_multi` = 2.34664, `000000040_multi` = 3.7501, `000000041_multi` = 2.10563, `000000042_multi` = 4.58074, `000000043_multi` = 3.94081, `000000044_multi` = 1.78813, `000000045_multi` = 1.24824, `000000046_multi` = 3.38999, `000000047_multi` = 2.70451, `000000048_multi` = 3.17522, `000000049_multi` = 4.30121, `000000050_multi` = 2.46468, `000000051_multi` = 2.33762, `000000052_multi` = 1.67442, `000000053_multi` = 2.45527, `000000054_multi` = 3.29217, +`000000055_multi` = 2.31535, `000000056_multi` = 1.56046, `000000057_multi` = 2.88259, `000000058_multi` = 3.22329, `000000059_multi` = 2.59144, `000000060_multi` = 3.34163, `000000061_multi` = 2.37449, `000000062_multi` = 1.63739, `000000063_multi` = 2.62527, `000000064_multi` = 3.46001, `000000065_multi` = 2.08574, `000000066_multi` = 3.09123, `000000067_multi` = 2.63002, `000000068_multi` = 2.10855, `000000069_multi` = 2.0103, `000000070_multi` = 2.75425, `000000071_multi` = 2.98879, `000000072_multi` = 2.52871, +`000000073_multi` = 3.55822, `000000074_multi` = 2.97349, `000000075_multi` = 1.70991, `000000076_multi` = 2.10581, `000000077_multi` = 4.37741, `000000078_multi` = 2.68315, `000000079_multi` = 3.05195, `000000080_multi` = 2.85602, `000000081_multi` = 2.43144, `000000082_multi` = 3.24816, `000000083_multi` = 4.40993, `000000084_multi` = 2.75942, `000000085_multi` = 2.5226, `000000086_multi` = 3.4879, `000000087_multi` = 2.52921, `000000088_multi` = 3.83178, `000000089_multi` = 2.1009, `000000090_multi` = 2.76459, +`000000091_multi` = 2.80747, `000000092_multi` = 3.19751, `000000093_multi` = 3.52457, `000000094_multi` = 2.66732, `000000095_multi` = 3.76118, `000000096_multi` = 2.18614, `000000097_multi` = 2.82124, `000000098_multi` = 2.26461, `000000099_multi` = 2.82182, `000000100_multi` = 2.62939)" diff --git a/tests/testthat/_snaps/hc/hcici.csv b/tests/testthat/_snaps/hc/hcici.csv index 168cf017c..2959fc036 100644 --- a/tests/testthat/_snaps/hc/hcici.csv +++ b/tests/testthat/_snaps/hc/hcici.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68117,0.455819,0.998397,2.43078,1,parametric,10,1,"c(`1` = 0.934605, `2` = 1.21812, `3` = 1.45944, `4` = 1.76622, `5` = 1.65194, `6` = 1.84673, `7` = 1.60237, `8` = 2.28776, `9` = 2.4723, `10` = 1.56512)" +average,5,1.68117,0.455819,0.998397,2.43078,1,parametric,10,1,"c(`000000001_lnorm` = 0.934605, `000000002_lnorm` = 1.21812, `000000003_lnorm` = 1.45944, `000000004_lnorm` = 1.76622, `000000005_lnorm` = 1.65194, `000000006_lnorm` = 1.84673, `000000007_lnorm` = 1.60237, `000000008_lnorm` = 2.28776, `000000009_lnorm` = 2.4723, `000000010_lnorm` = 1.56512)" diff --git a/tests/testthat/_snaps/hc/hcici_multi.csv b/tests/testthat/_snaps/hc/hcici_multi.csv index 168cf017c..2959fc036 100644 --- a/tests/testthat/_snaps/hc/hcici_multi.csv +++ b/tests/testthat/_snaps/hc/hcici_multi.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.68117,0.455819,0.998397,2.43078,1,parametric,10,1,"c(`1` = 0.934605, `2` = 1.21812, `3` = 1.45944, `4` = 1.76622, `5` = 1.65194, `6` = 1.84673, `7` = 1.60237, `8` = 2.28776, `9` = 2.4723, `10` = 1.56512)" +average,5,1.68117,0.455819,0.998397,2.43078,1,parametric,10,1,"c(`000000001_lnorm` = 0.934605, `000000002_lnorm` = 1.21812, `000000003_lnorm` = 1.45944, `000000004_lnorm` = 1.76622, `000000005_lnorm` = 1.65194, `000000006_lnorm` = 1.84673, `000000007_lnorm` = 1.60237, `000000008_lnorm` = 2.28776, `000000009_lnorm` = 2.4723, `000000010_lnorm` = 1.56512)" diff --git a/tests/testthat/_snaps/hp-burrlioz/hp_boron.csv b/tests/testthat/_snaps/hp-burrlioz/hp_boron.csv index 73e5f30e2..0468407bc 100644 --- a/tests/testthat/_snaps/hp-burrlioz/hp_boron.csv +++ b/tests/testthat/_snaps/hp-burrlioz/hp_boron.csv @@ -1,2 +1,2 @@ dist,conc,est,se,lcl,ucl,wt,method,nboot,pboot,samples -invpareto,1,8.57733,2.41834,4.66069,11.3967,1,non-parametric,10,1,"c(`1` = 5.06062, `2` = 5.22846, `3` = 11.7276, `4` = 9.70733, `5` = 8.33961, `6` = 9.06561, `7` = 10.2569, `8` = 4.54458, `9` = 9.10488, `10` = 7.7534)" +invpareto,1,8.57733,2.41834,4.66069,11.3967,1,non-parametric,10,1,"c(`000000001_invpareto` = 5.06062, `000000002_invpareto` = 5.22846, `000000003_invpareto` = 11.7276, `000000004_invpareto` = 9.70733, `000000005_invpareto` = 8.33961, `000000006_invpareto` = 9.06561, `000000007_invpareto` = 10.2569, `000000008_invpareto` = 4.54458, `000000009_invpareto` = 9.10488, `000000010_invpareto` = 7.7534)" diff --git a/tests/testthat/_snaps/hp-burrlioz/hp_burrIII3.csv b/tests/testthat/_snaps/hp-burrlioz/hp_burrIII3.csv index 083f0c9d2..cb6ab525a 100644 --- a/tests/testthat/_snaps/hp-burrlioz/hp_burrIII3.csv +++ b/tests/testthat/_snaps/hp-burrlioz/hp_burrIII3.csv @@ -1,2 +1,2 @@ dist,conc,est,se,lcl,ucl,wt,method,nboot,pboot,samples -burrIII3,1,57.7535,4.59367,50.995,65.3705,1,non-parametric,10,1,"c(`1` = 66.7397, `2` = 54.7298, `3` = 51.1802, `4` = 60.6545, `5` = 57.2087, `6` = 50.9412, `7` = 54.9825, `8` = 57.6309, `9` = 58.1794, `10` = 56.5409)" +burrIII3,1,57.7535,4.59367,50.995,65.3705,1,non-parametric,10,1,"c(`000000001_burrIII3` = 66.7397, `000000002_burrIII3` = 54.7298, `000000003_burrIII3` = 51.1802, `000000004_burrIII3` = 60.6545, `000000005_burrIII3` = 57.2087, `000000006_burrIII3` = 50.9412, `000000007_burrIII3` = 54.9825, `000000008_burrIII3` = 57.6309, `000000009_burrIII3` = 58.1794, `000000010_burrIII3` = 56.5409)" diff --git a/tests/testthat/_snaps/hp-burrlioz/hp_burrIII3_parametric.csv b/tests/testthat/_snaps/hp-burrlioz/hp_burrIII3_parametric.csv index 52e8da7ac..8e85e3212 100644 --- a/tests/testthat/_snaps/hp-burrlioz/hp_burrIII3_parametric.csv +++ b/tests/testthat/_snaps/hp-burrlioz/hp_burrIII3_parametric.csv @@ -1,2 +1,2 @@ dist,conc,est,se,lcl,ucl,wt,method,nboot,pboot,samples -burrIII3,1,57.7535,7.83875,48.8573,70.7891,1,parametric,10,1,"c(`1` = 62.7167, `2` = 59.2368, `3` = 52.7856, `4` = 54.9571, `5` = 53.1018, `6` = 50.8083, `7` = 48.2909, `8` = 67.7653, `9` = 51.1999, `10` = 71.667)" +burrIII3,1,57.7535,7.83875,48.8573,70.7891,1,parametric,10,1,"c(`000000001_burrIII3` = 62.7167, `000000002_burrIII3` = 59.2368, `000000003_burrIII3` = 52.7856, `000000004_burrIII3` = 54.9571, `000000005_burrIII3` = 53.1018, `000000006_burrIII3` = 50.8083, `000000007_burrIII3` = 48.2909, `000000008_burrIII3` = 67.7653, `000000009_burrIII3` = 51.1999, `000000010_burrIII3` = 71.667)" diff --git a/tests/testthat/_snaps/hp/hc_fix.csv b/tests/testthat/_snaps/hp/hc_fix.csv index a41c5651f..f5c110afc 100644 --- a/tests/testthat/_snaps/hp/hc_fix.csv +++ b/tests/testthat/_snaps/hp/hc_fix.csv @@ -1,5 +1,7 @@ dist,conc,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,1,1.87688,1.55011,0.365887,5.53175,1,parametric,100,1,"c(`1` = 4.31288, `2` = 1.90649, `3` = 1.26988, `4` = 0.53906, `5` = 0.922979, `6` = 8.63338, `7` = 0.765499, `8` = 2.20945, `9` = 2.69635, `10` = 0.30066, `11` = 3.41081, `12` = 3.43169, `13` = 4.03756, `14` = 0.826096, `15` = 1.18608, `16` = 1.13331, `17` = 2.50297, `18` = 3.74453, `19` = 2.11866, `20` = 4.14997, `21` = 2.46302, `22` = 1.45919, `23` = 2.9379, `24` = 3.74222, `25` = 0.376349, `26` = 0.597989, `27` = 1.49933, `28` = 2.2558, `29` = 2.24383, `30` = 2.4284, `31` = 3.78673, `32` = 1.80487, -`33` = 4.11682, `34` = 1.81454, `35` = 0.991042, `36` = 4.01655, `37` = 2.32199, `38` = 2.00874, `39` = 2.75869, `40` = 0.750705, `41` = 2.89913, `42` = 0.180924, `43` = 0.564687, `44` = 4.31189, `45` = 8.08831, `46` = 1.13276, `47` = 2.66367, `48` = 0.953437, `49` = 0.999219, `50` = 1.7821, `51` = 2.96802, `52` = 5.01671, `53` = 2.86176, `54` = 1.56626, `55` = 2.82061, `56` = 4.91227, `57` = 2.61967, `58` = 2.13417, `59` = 2.00604, `60` = 1.58299, `61` = 3.58274, `62` = 4.8365, `63` = 5.48443, `64` = 1.63129, -`65` = 3.54829, `66` = 1.5721, `67` = 1.87572, `68` = 2.99637, `69` = 5.57457, `70` = 1.73332, `71` = 1.84462, `72` = 1.58763, `73` = 0.764209, `74` = 1.55604, `75` = 4.75899, `76` = 2.76915, `77` = 0.849551, `78` = 1.41307, `79` = 0.650073, `80` = 3.28291, `81` = 2.6721, `82` = 0.922484, `83` = 0.356422, `84` = 1.24128, `85` = 2.2472, `86` = 0.838081, `87` = 1.78431, `88` = 0.617976, `89` = 3.19474, `90` = 1.70556, `91` = 1.22936, `92` = 1.09922, `93` = 0.399914, `94` = 1.12012, `95` = 0.603784, -`96` = 3.15656, `97` = 1.65803, `98` = 2.48818, `99` = 2.1293, `100` = 2.69048)" +average,1,1.87688,1.55011,0.365887,5.53175,1,parametric,100,1,"c(`000000001_multi` = 4.31288, `000000002_multi` = 1.90649, `000000003_multi` = 1.26988, `000000004_multi` = 0.53906, `000000005_multi` = 0.922979, `000000006_multi` = 8.63338, `000000007_multi` = 0.765499, `000000008_multi` = 2.20945, `000000009_multi` = 2.69635, `000000010_multi` = 0.30066, `000000011_multi` = 3.41081, `000000012_multi` = 3.43169, `000000013_multi` = 4.03756, `000000014_multi` = 0.826096, `000000015_multi` = 1.18608, `000000016_multi` = 1.13331, `000000017_multi` = 2.50297, `000000018_multi` = 3.74453, +`000000019_multi` = 2.11866, `000000020_multi` = 4.14997, `000000021_multi` = 2.46302, `000000022_multi` = 1.45919, `000000023_multi` = 2.9379, `000000024_multi` = 3.74222, `000000025_multi` = 0.376349, `000000026_multi` = 0.597989, `000000027_multi` = 1.49933, `000000028_multi` = 2.2558, `000000029_multi` = 2.24383, `000000030_multi` = 2.4284, `000000031_multi` = 3.78673, `000000032_multi` = 1.80487, `000000033_multi` = 4.11682, `000000034_multi` = 1.81454, `000000035_multi` = 0.991042, `000000036_multi` = 4.01655, +`000000037_multi` = 2.32199, `000000038_multi` = 2.00874, `000000039_multi` = 2.75869, `000000040_multi` = 0.750705, `000000041_multi` = 2.89913, `000000042_multi` = 0.180924, `000000043_multi` = 0.564687, `000000044_multi` = 4.31189, `000000045_multi` = 8.08831, `000000046_multi` = 1.13276, `000000047_multi` = 2.66367, `000000048_multi` = 0.953437, `000000049_multi` = 0.999219, `000000050_multi` = 1.7821, `000000051_multi` = 2.96802, `000000052_multi` = 5.01671, `000000053_multi` = 2.86176, `000000054_multi` = 1.56626, +`000000055_multi` = 2.82061, `000000056_multi` = 4.91227, `000000057_multi` = 2.61967, `000000058_multi` = 2.13417, `000000059_multi` = 2.00604, `000000060_multi` = 1.58299, `000000061_multi` = 3.58274, `000000062_multi` = 4.8365, `000000063_multi` = 5.48443, `000000064_multi` = 1.63129, `000000065_multi` = 3.54829, `000000066_multi` = 1.5721, `000000067_multi` = 1.87572, `000000068_multi` = 2.99637, `000000069_multi` = 5.57457, `000000070_multi` = 1.73332, `000000071_multi` = 1.84462, `000000072_multi` = 1.58763, +`000000073_multi` = 0.764209, `000000074_multi` = 1.55604, `000000075_multi` = 4.75899, `000000076_multi` = 2.76915, `000000077_multi` = 0.849551, `000000078_multi` = 1.41307, `000000079_multi` = 0.650073, `000000080_multi` = 3.28291, `000000081_multi` = 2.6721, `000000082_multi` = 0.922484, `000000083_multi` = 0.356422, `000000084_multi` = 1.24128, `000000085_multi` = 2.2472, `000000086_multi` = 0.838081, `000000087_multi` = 1.78431, `000000088_multi` = 0.617976, `000000089_multi` = 3.19474, `000000090_multi` = 1.70556, +`000000091_multi` = 1.22936, `000000092_multi` = 1.09922, `000000093_multi` = 0.399914, `000000094_multi` = 1.12012, `000000095_multi` = 0.603784, `000000096_multi` = 3.15656, `000000097_multi` = 1.65803, `000000098_multi` = 2.48818, `000000099_multi` = 2.1293, `000000100_multi` = 2.69048)" diff --git a/tests/testthat/_snaps/hp/hc_unfix.csv b/tests/testthat/_snaps/hp/hc_unfix.csv index e7e911fef..083a94d51 100644 --- a/tests/testthat/_snaps/hp/hc_unfix.csv +++ b/tests/testthat/_snaps/hp/hc_unfix.csv @@ -1,5 +1,7 @@ dist,conc,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,1,1.87688,1.37403,0.0959772,4.81701,1,parametric,100,1,"c(`1` = 2.07429, `2` = 1.85447, `3` = 0.0412632, `4` = 0.0895154, `5` = 0.835907, `6` = 3.27391, `7` = 0.724323, `8` = 0.855624, `9` = 0.213418, `10` = 0.103119, `11` = 3.42287, `12` = 2.46332, `13` = 3.97424, `14` = 0.853211, `15` = 1.21224, `16` = 1.15933, `17` = 1.90293, `18` = 3.64396, `19` = 1.01582, `20` = 3.22912, `21` = 1.0355, `22` = 1.29695, `23` = 2.95154, `24` = 3.59745, `25` = 0.356282, `26` = 0.61168, `27` = 1.45437, `28` = 1.55299, `29` = 1.84629, `30` = 2.42898, `31` = 3.46569, `32` = 1.04543, -`33` = 3.78432, `34` = 0.818127, `35` = 1.01388, `36` = 3.7122, `37` = 1.37174, `38` = 1.54845, `39` = 2.78089, `40` = 0.539166, `41` = 2.80493, `42` = 0.156593, `43` = 0.552691, `44` = 4.19025, `45` = 8.02729, `46` = 0.938238, `47` = 1.62258, `48` = 0.919234, `49` = 0.0434709, `50` = 1.7913, `51` = 2.44568, `52` = 5.01286, `53` = 2.64182, `54` = 1.51865, `55` = 2.12564, `56` = 4.8656, `57` = 1.33088, `58` = 0.838112, `59` = 1.78422, `60` = 0.498218, `61` = 1.2523, `62` = 4.7633, `63` = 1.33567, -`64` = 0.325325, `65` = 2.65783, `66` = 1.35303, `67` = 1.66819, `68` = 2.72067, `69` = 1.33938, `70` = 1.71487, `71` = 1.76947, `72` = 1.52316, `73` = 0.146504, `74` = 1.58016, `75` = 4.62105, `76` = 2.52378, `77` = 0.491895, `78` = 1.21003, `79` = 0.435759, `80` = 0.45713, `81` = 0.792214, `82` = 0.737763, `83` = 0.366825, `84` = 1.19688, `85` = 1.73864, `86` = 0.76116, `87` = 1.24971, `88` = 0.243572, `89` = 3.15827, `90` = 1.44411, `91` = 1.23972, `92` = 0.62425, `93` = 0.351439, `94` = 1.12367, -`95` = 0.301421, `96` = 3.11512, `97` = 1.67859, `98` = 2.45013, `99` = 1.04751, `100` = 0.322636)" +average,1,1.87688,1.37403,0.0959772,4.81701,1,parametric,100,1,"c(`000000001_multi` = 2.07429, `000000002_multi` = 1.85447, `000000003_multi` = 0.0412632, `000000004_multi` = 0.0895154, `000000005_multi` = 0.835907, `000000006_multi` = 3.27391, `000000007_multi` = 0.724323, `000000008_multi` = 0.855624, `000000009_multi` = 0.213418, `000000010_multi` = 0.103119, `000000011_multi` = 3.42287, `000000012_multi` = 2.46332, `000000013_multi` = 3.97424, `000000014_multi` = 0.853211, `000000015_multi` = 1.21224, `000000016_multi` = 1.15933, `000000017_multi` = 1.90293, +`000000018_multi` = 3.64396, `000000019_multi` = 1.01582, `000000020_multi` = 3.22912, `000000021_multi` = 1.0355, `000000022_multi` = 1.29695, `000000023_multi` = 2.95154, `000000024_multi` = 3.59745, `000000025_multi` = 0.356282, `000000026_multi` = 0.61168, `000000027_multi` = 1.45437, `000000028_multi` = 1.55299, `000000029_multi` = 1.84629, `000000030_multi` = 2.42898, `000000031_multi` = 3.46569, `000000032_multi` = 1.04543, `000000033_multi` = 3.78432, `000000034_multi` = 0.818127, `000000035_multi` = 1.01388, +`000000036_multi` = 3.7122, `000000037_multi` = 1.37174, `000000038_multi` = 1.54845, `000000039_multi` = 2.78089, `000000040_multi` = 0.539166, `000000041_multi` = 2.80493, `000000042_multi` = 0.156593, `000000043_multi` = 0.552691, `000000044_multi` = 4.19025, `000000045_multi` = 8.02729, `000000046_multi` = 0.938238, `000000047_multi` = 1.62258, `000000048_multi` = 0.919234, `000000049_multi` = 0.0434709, `000000050_multi` = 1.7913, `000000051_multi` = 2.44568, `000000052_multi` = 5.01286, `000000053_multi` = 2.64182, +`000000054_multi` = 1.51865, `000000055_multi` = 2.12564, `000000056_multi` = 4.8656, `000000057_multi` = 1.33088, `000000058_multi` = 0.838112, `000000059_multi` = 1.78422, `000000060_multi` = 0.498218, `000000061_multi` = 1.2523, `000000062_multi` = 4.7633, `000000063_multi` = 1.33567, `000000064_multi` = 0.325325, `000000065_multi` = 2.65783, `000000066_multi` = 1.35303, `000000067_multi` = 1.66819, `000000068_multi` = 2.72067, `000000069_multi` = 1.33938, `000000070_multi` = 1.71487, `000000071_multi` = 1.76947, +`000000072_multi` = 1.52316, `000000073_multi` = 0.146504, `000000074_multi` = 1.58016, `000000075_multi` = 4.62105, `000000076_multi` = 2.52378, `000000077_multi` = 0.491895, `000000078_multi` = 1.21003, `000000079_multi` = 0.435759, `000000080_multi` = 0.45713, `000000081_multi` = 0.792214, `000000082_multi` = 0.737763, `000000083_multi` = 0.366825, `000000084_multi` = 1.19688, `000000085_multi` = 1.73864, `000000086_multi` = 0.76116, `000000087_multi` = 1.24971, `000000088_multi` = 0.243572, `000000089_multi` = 3.15827, +`000000090_multi` = 1.44411, `000000091_multi` = 1.23972, `000000092_multi` = 0.62425, `000000093_multi` = 0.351439, `000000094_multi` = 1.12367, `000000095_multi` = 0.301421, `000000096_multi` = 3.11512, `000000097_multi` = 1.67859, `000000098_multi` = 2.45013, `000000099_multi` = 1.04751, `000000100_multi` = 0.322636)" diff --git a/tests/testthat/_snaps/hp/hp.csv b/tests/testthat/_snaps/hp/hp.csv index ddc785d2c..09f6dd904 100644 --- a/tests/testthat/_snaps/hp/hp.csv +++ b/tests/testthat/_snaps/hp/hp.csv @@ -1,7 +1,7 @@ dist,conc,est,se,lcl,ucl,wt,method,nboot,pboot,samples -gamma,1,4.67759,2.14332,0.993989,6.55631,0.356574,parametric,10,1,"c(`1` = 5.0567, `2` = 0.957638, `3` = 5.80091, `4` = 6.58178, `5` = 2.53177, `6` = 5.72599, `7` = 4.16365, `8` = 5.81366, `9` = 6.46855, `10` = 1.1192)" -lgumbel,1,0.856452,0.732699,0.0636536,2.21195,0.0134466,parametric,10,1,"c(`1` = 0.50565, `2` = 1.51489, `3` = 0.169421, `4` = 0.110891, `5` = 0.432524, `6` = 0.711895, `7` = 2.41432, `8` = 0.475696, `9` = 0.0499396, `10` = 0.565725)" -llogis,1,2.80047,1.89766,0.460372,6.09523,0.0656452,parametric,10,1,"c(`1` = 6.68504, `2` = 0.735387, `3` = 1.95738, `4` = 1.47453, `5` = 3.6057, `6` = 1.42314, `7` = 0.380529, `8` = 1.73678, `9` = 1.66622, `10` = 4.06367)" -lnorm,1,1.9543,2.09645,0.409861,5.86468,0.177236,parametric,10,1,"c(`1` = 0.370445, `2` = 0.794097, `3` = 3.24612, `4` = 2.22354, `5` = 0.690973, `6` = 6.0503, `7` = 0.545626, `8` = 3.83028, `9` = 0.850279, `10` = 5.22532)" -lnorm_lnorm,1,1.23424,1.92486,0.251418,5.72159,0.0296268,parametric,10,1,"c(`1` = 0.507611, `2` = 0.317895, `3` = 1.60692, `4` = 6.18731, `5` = 1.4108, `6` = 1.36404, `7` = 0.232118, `8` = 4.11746, `9` = 1.46202, `10` = 0.413229)" -weibull,1,4.62301,1.81696,0.79621,6.01478,0.357472,parametric,10,1,"c(`1` = 2.94983, `2` = 5.27778, `3` = 3.42488, `4` = 0.677379, `5` = 4.77613, `6` = 3.38944, `7` = 1.97221, `8` = 4.7655, `9` = 1.20551, `10` = 6.22875)" +gamma,1,4.67759,2.14332,0.993989,6.55631,0.356574,parametric,10,1,"c(`000000001_gamma` = 5.0567, `000000002_gamma` = 0.957638, `000000003_gamma` = 5.80091, `000000004_gamma` = 6.58178, `000000005_gamma` = 2.53177, `000000006_gamma` = 5.72599, `000000007_gamma` = 4.16365, `000000008_gamma` = 5.81366, `000000009_gamma` = 6.46855, `000000010_gamma` = 1.1192)" +lgumbel,1,0.856452,0.732699,0.0636536,2.21195,0.0134466,parametric,10,1,"c(`000000001_lgumbel` = 0.50565, `000000002_lgumbel` = 1.51489, `000000003_lgumbel` = 0.169421, `000000004_lgumbel` = 0.110891, `000000005_lgumbel` = 0.432524, `000000006_lgumbel` = 0.711895, `000000007_lgumbel` = 2.41432, `000000008_lgumbel` = 0.475696, `000000009_lgumbel` = 0.0499396, `000000010_lgumbel` = 0.565725)" +llogis,1,2.80047,1.89766,0.460372,6.09523,0.0656452,parametric,10,1,"c(`000000001_llogis` = 6.68504, `000000002_llogis` = 0.735387, `000000003_llogis` = 1.95738, `000000004_llogis` = 1.47453, `000000005_llogis` = 3.6057, `000000006_llogis` = 1.42314, `000000007_llogis` = 0.380529, `000000008_llogis` = 1.73678, `000000009_llogis` = 1.66622, `000000010_llogis` = 4.06367)" +lnorm,1,1.9543,2.09645,0.409861,5.86468,0.177236,parametric,10,1,"c(`000000001_lnorm` = 0.370445, `000000002_lnorm` = 0.794097, `000000003_lnorm` = 3.24612, `000000004_lnorm` = 2.22354, `000000005_lnorm` = 0.690973, `000000006_lnorm` = 6.0503, `000000007_lnorm` = 0.545626, `000000008_lnorm` = 3.83028, `000000009_lnorm` = 0.850279, `000000010_lnorm` = 5.22532)" +lnorm_lnorm,1,1.23424,1.92486,0.251418,5.72159,0.0296268,parametric,10,1,"c(`000000001_lnorm_lnorm` = 0.507611, `000000002_lnorm_lnorm` = 0.317895, `000000003_lnorm_lnorm` = 1.60692, `000000004_lnorm_lnorm` = 6.18731, `000000005_lnorm_lnorm` = 1.4108, `000000006_lnorm_lnorm` = 1.36404, `000000007_lnorm_lnorm` = 0.232118, `000000008_lnorm_lnorm` = 4.11746, `000000009_lnorm_lnorm` = 1.46202, `000000010_lnorm_lnorm` = 0.413229)" +weibull,1,4.62301,1.81696,0.79621,6.01478,0.357472,parametric,10,1,"c(`000000001_weibull` = 2.94983, `000000002_weibull` = 5.27778, `000000003_weibull` = 3.42488, `000000004_weibull` = 0.677379, `000000005_weibull` = 4.77613, `000000006_weibull` = 3.38944, `000000007_weibull` = 1.97221, `000000008_weibull` = 4.7655, `000000009_weibull` = 1.20551, `000000010_weibull` = 6.22875)" diff --git a/tests/testthat/_snaps/hp/hp98.csv b/tests/testthat/_snaps/hp/hp98.csv index 6bdff7607..3e421ba52 100644 --- a/tests/testthat/_snaps/hp/hp98.csv +++ b/tests/testthat/_snaps/hp/hp98.csv @@ -1,2 +1,2 @@ dist,conc,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,1,1.9543,1.45516,0.63677,5.11975,1,parametric,10,1,"c(`1` = 5.58252, `2` = 3.52573, `3` = 2.55717, `4` = 1.82391, `5` = 1.7567, `6` = 1.26999, `7` = 2.16266, `8` = 0.81978, `9` = 0.583638, `10` = 2.3715)" +average,1,1.9543,1.45516,0.63677,5.11975,1,parametric,10,1,"c(`000000001_lnorm` = 5.58252, `000000002_lnorm` = 3.52573, `000000003_lnorm` = 2.55717, `000000004_lnorm` = 1.82391, `000000005_lnorm` = 1.7567, `000000006_lnorm` = 1.26999, `000000007_lnorm` = 2.16266, `000000008_lnorm` = 0.81978, `000000009_lnorm` = 0.583638, `000000010_lnorm` = 2.3715)" diff --git a/tests/testthat/_snaps/hp/hp_1.csv b/tests/testthat/_snaps/hp/hp_1.csv index a6d05affe..1b92ac527 100644 --- a/tests/testthat/_snaps/hp/hp_1.csv +++ b/tests/testthat/_snaps/hp/hp_1.csv @@ -1,2 +1,2 @@ dist,conc,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,1,1.9543,NA,5.58252,5.58252,1,parametric,1,1,c(`1` = 5.58252) +average,1,1.9543,NA,5.58252,5.58252,1,parametric,1,1,c(`000000001_lnorm` = 5.58252) diff --git a/tests/testthat/_snaps/hp/hp_30.csv b/tests/testthat/_snaps/hp/hp_30.csv index 37914c857..7eb532e8a 100644 --- a/tests/testthat/_snaps/hp/hp_30.csv +++ b/tests/testthat/_snaps/hp/hp_30.csv @@ -1,4 +1,8 @@ dist,conc,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,1,14.0388,3.71053,7.63528,26.3366,1,parametric,100,0.93,"c(`1` = 21.9055, `2` = 19.0993, `3` = 19.7107, `5` = 19.7678, `6` = 22.255, `7` = 17.6761, `8` = 21.7766, `9` = 23.5255, `10` = 26.3781, `11` = 23.9476, `13` = 18.5067, `14` = 21.7041, `15` = 21.1394, `16` = 21.6942, `17` = 22.569, `18` = 22.5337, `19` = 6.60557, `20` = 22.7365, `21` = 21.3298, `22` = 18.3085, `23` = 21.3185, `24` = 21.0779, `25` = 20.8334, `26` = 8.05119, `27` = 19.8604, `28` = 27.3055, `29` = 23.5015, `30` = 23.8014, `31` = 7.45703, `32` = 23.6524, `33` = 23.9135, `34` = 17.7643, -`35` = 19.7899, `36` = 23.8413, `37` = 20.1812, `38` = 19.8816, `39` = 22.1952, `40` = 23.1981, `41` = 19.5319, `42` = 22.7882, `43` = 22.8706, `44` = 18.9935, `45` = 20.7769, `46` = 18.0692, `47` = 25.5759, `48` = 21.0408, `49` = 22.6472, `50` = 24.4121, `51` = 22.2617, `52` = 22.8462, `53` = 21.8708, `54` = 23.2417, `55` = 24.0353, `56` = 21.039, `57` = 21.5919, `58` = 19.8798, `59` = 19.0152, `61` = 20.2954, `63` = 21.3015, `64` = 24.4903, `65` = 15.7792, `66` = 20.1214, `67` = 18.4234, `68` = 17.403, -`69` = 20.0947, `70` = 23.9469, `71` = 24.3479, `72` = 22.7138, `73` = 27.4189, `74` = 19.2081, `75` = 19.1559, `77` = 6.92862, `78` = 25.3856, `79` = 25.0592, `80` = 17.9107, `82` = 20.8878, `84` = 19.6943, `85` = 20.6525, `86` = 18.7989, `87` = 21.0121, `88` = 23.6383, `89` = 22.2092, `90` = 20.4299, `91` = 21.1715, `92` = 20.0891, `93` = 23.3409, `94` = 18.1024, `95` = 22.3366, `96` = 20.5793, `97` = 26.2397, `98` = 21.2263, `99` = 21.9677, `100` = 23.0767)" +average,1,14.0388,3.71053,7.63528,26.3366,1,parametric,100,0.93,"c(`000000001_lnorm_lnorm` = 21.9055, `000000002_lnorm_lnorm` = 19.0993, `000000003_lnorm_lnorm` = 19.7107, `000000005_lnorm_lnorm` = 19.7678, `000000006_lnorm_lnorm` = 22.255, `000000007_lnorm_lnorm` = 17.6761, `000000008_lnorm_lnorm` = 21.7766, `000000009_lnorm_lnorm` = 23.5255, `000000010_lnorm_lnorm` = 26.3781, `000000011_lnorm_lnorm` = 23.9476, `000000013_lnorm_lnorm` = 18.5067, `000000014_lnorm_lnorm` = 21.7041, `000000015_lnorm_lnorm` = 21.1394, `000000016_lnorm_lnorm` = 21.6942, `000000017_lnorm_lnorm` = 22.569, +`000000018_lnorm_lnorm` = 22.5337, `000000019_lnorm_lnorm` = 6.60557, `000000020_lnorm_lnorm` = 22.7365, `000000021_lnorm_lnorm` = 21.3298, `000000022_lnorm_lnorm` = 18.3085, `000000023_lnorm_lnorm` = 21.3185, `000000024_lnorm_lnorm` = 21.0779, `000000025_lnorm_lnorm` = 20.8334, `000000026_lnorm_lnorm` = 8.05119, `000000027_lnorm_lnorm` = 19.8604, `000000028_lnorm_lnorm` = 27.3055, `000000029_lnorm_lnorm` = 23.5015, `000000030_lnorm_lnorm` = 23.8014, `000000031_lnorm_lnorm` = 7.45703, `000000032_lnorm_lnorm` = 23.6524, +`000000033_lnorm_lnorm` = 23.9135, `000000034_lnorm_lnorm` = 17.7643, `000000035_lnorm_lnorm` = 19.7899, `000000036_lnorm_lnorm` = 23.8413, `000000037_lnorm_lnorm` = 20.1812, `000000038_lnorm_lnorm` = 19.8816, `000000039_lnorm_lnorm` = 22.1952, `000000040_lnorm_lnorm` = 23.1981, `000000041_lnorm_lnorm` = 19.5319, `000000042_lnorm_lnorm` = 22.7882, `000000043_lnorm_lnorm` = 22.8706, `000000044_lnorm_lnorm` = 18.9935, `000000045_lnorm_lnorm` = 20.7769, `000000046_lnorm_lnorm` = 18.0692, `000000047_lnorm_lnorm` = 25.5759, +`000000048_lnorm_lnorm` = 21.0408, `000000049_lnorm_lnorm` = 22.6472, `000000050_lnorm_lnorm` = 24.4121, `000000051_lnorm_lnorm` = 22.2617, `000000052_lnorm_lnorm` = 22.8462, `000000053_lnorm_lnorm` = 21.8708, `000000054_lnorm_lnorm` = 23.2417, `000000055_lnorm_lnorm` = 24.0353, `000000056_lnorm_lnorm` = 21.039, `000000057_lnorm_lnorm` = 21.5919, `000000058_lnorm_lnorm` = 19.8798, `000000059_lnorm_lnorm` = 19.0152, `000000061_lnorm_lnorm` = 20.2954, `000000063_lnorm_lnorm` = 21.3015, `000000064_lnorm_lnorm` = 24.4903, +`000000065_lnorm_lnorm` = 15.7792, `000000066_lnorm_lnorm` = 20.1214, `000000067_lnorm_lnorm` = 18.4234, `000000068_lnorm_lnorm` = 17.403, `000000069_lnorm_lnorm` = 20.0947, `000000070_lnorm_lnorm` = 23.9469, `000000071_lnorm_lnorm` = 24.3479, `000000072_lnorm_lnorm` = 22.7138, `000000073_lnorm_lnorm` = 27.4189, `000000074_lnorm_lnorm` = 19.2081, `000000075_lnorm_lnorm` = 19.1559, `000000077_lnorm_lnorm` = 6.92862, `000000078_lnorm_lnorm` = 25.3856, `000000079_lnorm_lnorm` = 25.0592, `000000080_lnorm_lnorm` = 17.9107, +`000000082_lnorm_lnorm` = 20.8878, `000000084_lnorm_lnorm` = 19.6943, `000000085_lnorm_lnorm` = 20.6525, `000000086_lnorm_lnorm` = 18.7989, `000000087_lnorm_lnorm` = 21.0121, `000000088_lnorm_lnorm` = 23.6383, `000000089_lnorm_lnorm` = 22.2092, `000000090_lnorm_lnorm` = 20.4299, `000000091_lnorm_lnorm` = 21.1715, `000000092_lnorm_lnorm` = 20.0891, `000000093_lnorm_lnorm` = 23.3409, `000000094_lnorm_lnorm` = 18.1024, `000000095_lnorm_lnorm` = 22.3366, `000000096_lnorm_lnorm` = 20.5793, `000000097_lnorm_lnorm` = 26.2397, +`000000098_lnorm_lnorm` = 21.2263, `000000099_lnorm_lnorm` = 21.9677, `000000100_lnorm_lnorm` = 23.0767)" diff --git a/tests/testthat/_snaps/invpareto/hc_boron.csv b/tests/testthat/_snaps/invpareto/hc_boron.csv index 6c313e2f9..40bdef9ba 100644 --- a/tests/testthat/_snaps/invpareto/hc_boron.csv +++ b/tests/testthat/_snaps/invpareto/hc_boron.csv @@ -1,5 +1,7 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,0.386944,0.399067,0.0653409,1.61932,1,parametric,100,1,"c(`1` = 1.56247, `2` = 0.400166, `3` = 0.253929, `4` = 0.256294, `5` = 0.501515, `6` = 0.288336, `7` = 0.195476, `8` = 0.323431, `9` = 0.377317, `10` = 0.458898, `11` = 0.306446, `12` = 1.02948, `13` = 0.493444, `14` = 0.248135, `15` = 0.223464, `16` = 1.0636, `17` = 0.50697, `18` = 0.209837, `19` = 0.0549665, `20` = 0.227692, `21` = 0.89167, `22` = 0.50649, `23` = 0.404041, `24` = 0.366847, `25` = 0.218858, `26` = 0.274032, `27` = 0.727305, `28` = 0.839638, `29` = 0.0298699, `30` = 0.82018, `31` = 0.305451, -`32` = 0.272701, `33` = 0.23849, `34` = 1.26155, `35` = 0.160792, `36` = 0.26142, `37` = 0.620122, `38` = 0.381318, `39` = 1.67075, `40` = 0.378817, `41` = 0.338324, `42` = 0.653714, `43` = 0.078812, `44` = 0.369199, `45` = 0.18526, `46` = 0.236007, `47` = 0.822142, `48` = 0.765152, `49` = 0.893584, `50` = 0.275912, `51` = 0.625307, `52` = 0.716129, `53` = 0.506941, `54` = 0.0863136, `55` = 0.122999, `56` = 1.1238, `57` = 1.47271, `58` = 0.557123, `59` = 0.426322, `60` = 1.27694, `61` = 0.440778, -`62` = 0.0768074, `63` = 1.8385, `64` = 0.760694, `65` = 0.931577, `66` = 0.156017, `67` = 0.117414, `68` = 0.330591, `69` = 0.181361, `70` = 0.185442, `71` = 0.514292, `72` = 0.649996, `73` = 0.0880625, `74` = 0.510426, `75` = 0.237708, `76` = 0.315236, `77` = 1.28862, `78` = 0.430361, `79` = 0.153333, `80` = 0.566823, `81` = 0.510195, `82` = 0.3312, `83` = 0.173947, `84` = 0.181106, `85` = 0.415026, `86` = 0.834721, `87` = 1.67913, `88` = 0.234101, `89` = 1.00061, `90` = 0.388937, `91` = 0.48843, -`92` = 0.291854, `93` = 0.404953, `94` = 0.283956, `95` = 0.916419, `96` = 0.692592, `97` = 1.11182, `98` = 0.308437, `99` = 0.0190746, `100` = 0.093483)" +average,5,0.386944,0.399067,0.0653409,1.61932,1,parametric,100,1,"c(`000000001_multi` = 1.56247, `000000002_multi` = 0.400166, `000000003_multi` = 0.253929, `000000004_multi` = 0.256294, `000000005_multi` = 0.501515, `000000006_multi` = 0.288336, `000000007_multi` = 0.195476, `000000008_multi` = 0.323431, `000000009_multi` = 0.377317, `000000010_multi` = 0.458898, `000000011_multi` = 0.306446, `000000012_multi` = 1.02948, `000000013_multi` = 0.493444, `000000014_multi` = 0.248135, `000000015_multi` = 0.223464, `000000016_multi` = 1.0636, `000000017_multi` = 0.50697, +`000000018_multi` = 0.209837, `000000019_multi` = 0.0549665, `000000020_multi` = 0.227692, `000000021_multi` = 0.89167, `000000022_multi` = 0.50649, `000000023_multi` = 0.404041, `000000024_multi` = 0.366847, `000000025_multi` = 0.218858, `000000026_multi` = 0.274032, `000000027_multi` = 0.727305, `000000028_multi` = 0.839638, `000000029_multi` = 0.0298699, `000000030_multi` = 0.82018, `000000031_multi` = 0.305451, `000000032_multi` = 0.272701, `000000033_multi` = 0.23849, `000000034_multi` = 1.26155, +`000000035_multi` = 0.160792, `000000036_multi` = 0.26142, `000000037_multi` = 0.620122, `000000038_multi` = 0.381318, `000000039_multi` = 1.67075, `000000040_multi` = 0.378817, `000000041_multi` = 0.338324, `000000042_multi` = 0.653714, `000000043_multi` = 0.078812, `000000044_multi` = 0.369199, `000000045_multi` = 0.18526, `000000046_multi` = 0.236007, `000000047_multi` = 0.822142, `000000048_multi` = 0.765152, `000000049_multi` = 0.893584, `000000050_multi` = 0.275912, `000000051_multi` = 0.625307, +`000000052_multi` = 0.716129, `000000053_multi` = 0.506941, `000000054_multi` = 0.0863136, `000000055_multi` = 0.122999, `000000056_multi` = 1.1238, `000000057_multi` = 1.47271, `000000058_multi` = 0.557123, `000000059_multi` = 0.426322, `000000060_multi` = 1.27694, `000000061_multi` = 0.440778, `000000062_multi` = 0.0768074, `000000063_multi` = 1.8385, `000000064_multi` = 0.760694, `000000065_multi` = 0.931577, `000000066_multi` = 0.156017, `000000067_multi` = 0.117414, `000000068_multi` = 0.330591, +`000000069_multi` = 0.181361, `000000070_multi` = 0.185442, `000000071_multi` = 0.514292, `000000072_multi` = 0.649996, `000000073_multi` = 0.0880625, `000000074_multi` = 0.510426, `000000075_multi` = 0.237708, `000000076_multi` = 0.315236, `000000077_multi` = 1.28862, `000000078_multi` = 0.430361, `000000079_multi` = 0.153333, `000000080_multi` = 0.566823, `000000081_multi` = 0.510195, `000000082_multi` = 0.3312, `000000083_multi` = 0.173947, `000000084_multi` = 0.181106, `000000085_multi` = 0.415026, +`000000086_multi` = 0.834721, `000000087_multi` = 1.67913, `000000088_multi` = 0.234101, `000000089_multi` = 1.00061, `000000090_multi` = 0.388937, `000000091_multi` = 0.48843, `000000092_multi` = 0.291854, `000000093_multi` = 0.404953, `000000094_multi` = 0.283956, `000000095_multi` = 0.916419, `000000096_multi` = 0.692592, `000000097_multi` = 1.11182, `000000098_multi` = 0.308437, `000000099_multi` = 0.0190746, `000000100_multi` = 0.093483)" diff --git a/tests/testthat/_snaps/predict/pred_cis.csv b/tests/testthat/_snaps/predict/pred_cis.csv index c67aaa57e..d85f6b959 100644 --- a/tests/testthat/_snaps/predict/pred_cis.csv +++ b/tests/testthat/_snaps/predict/pred_cis.csv @@ -1,199 +1,397 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,1,0.341191,0.222047,0.152493,0.793526,1,parametric,10,1,"c(`1` = 0.0442787, `2` = 0.298668, `3` = 0.470857, `4` = 0.103992, `5` = 0.40574, `6` = 0.380888, `7` = 0.455992, `8` = 0.645062, `9` = 0.191238, `10` = 0.0796538, `1` = 1.05456, `2` = 1.65686, `3` = 0.649797, `4` = 0.917997, `5` = 0.81374, `6` = 1.43081, `7` = 1.20692, `8` = 1.60748, `9` = 1.24328, `10` = 1.46289, `1` = 0.986457, `2` = 0.577991, `3` = 0.316773, `4` = 0.254591, `5` = 0.871376, `6` = 0.560185, `7` = 0.779357, `8` = 0.553599, `9` = 0.0744858, `10` = 0.663036, `1` = 0.973046, `2` = 1.04545, -`3` = 1.45861, `4` = 1.03091, `5` = 0.804277, `6` = 0.998165, `7` = 0.923113, `8` = 0.587176, `9` = 0.377318, `10` = 0.770422, `1` = 0.944332, `2` = 0.607611, `3` = 0.78826, `4` = 1.12264, `5` = 1.3334, `6` = 1.14072, `7` = 1.04911, `8` = 0.795161, `9` = 1.42745, `10` = 0.764056, `1` = 0.35288, `2` = 0.584495, `3` = 0.406658, `4` = 0.111839, `5` = 0.248517, `6` = 0.281616, `7` = 0.12398, `8` = 0.132672, `9` = 0.580246, `10` = 0.0498109)" -average,2,0.573299,0.34303,0.262086,1.25377,1,parametric,10,1,"c(`1` = 0.124861, `2` = 0.579575, `3` = 0.850666, `4` = 0.246682, `5` = 0.745984, `6` = 0.682069, `7` = 0.827009, `8` = 1.12018, `9` = 0.397048, `10` = 0.191755, `1` = 1.30355, `2` = 1.95464, `3` = 0.859593, `4` = 1.14301, `5` = 0.988177, `6` = 1.73163, `7` = 1.46107, `8` = 1.93326, `9` = 1.42371, `10` = 1.81383, `1` = 1.59089, `2` = 0.939597, `3` = 0.578213, `4` = 0.454448, `5` = 1.29491, `6` = 0.87924, `7` = 1.2243, `8` = 0.945787, `9` = 0.158578, `10` = 1.02809, `1` = 1.36916, `2` = 1.43045, `3` = 1.93861, -`4` = 1.34897, `5` = 1.13913, `6` = 1.32769, `7` = 1.26574, `8` = 0.786752, `9` = 0.540095, `10` = 1.10595, `1` = 1.09987, `2` = 0.870222, `3` = 0.997035, `4` = 1.26511, `5` = 1.70468, `6` = 1.26588, `7` = 1.23922, `8` = 1.01634, `9` = 1.58276, `10` = 1.02699, `1` = 0.703743, `2` = 1.06557, `3` = 0.77561, `4` = 0.240039, `5` = 0.502521, `6` = 0.560391, `7` = 0.2659, `8` = 0.283503, `9` = 1.01275, `10` = 0.122636)" -average,3,0.797571,0.445753,0.377274,1.66538,1,parametric,10,1,"c(`1` = 0.229135, `2` = 0.856179, `3` = 1.20579, `4` = 0.409382, `5` = 1.06817, `6` = 0.961889, `7` = 1.17489, `8` = 1.55197, `9` = 0.609928, `10` = 0.320964, `1` = 1.50271, `2` = 2.18381, `3` = 1.03705, `4` = 1.32408, `5` = 1.12568, `6` = 1.96809, `7` = 1.66089, `8` = 2.18801, `9` = 1.5592, `10` = 2.09526, `1` = 2.11024, `2` = 1.25221, `3` = 0.825213, `4` = 0.640074, `5` = 1.63655, `6` = 1.14771, `7` = 1.59895, `8` = 1.29802, `9` = 0.24787, `10` = 1.3324, `1` = 1.70043, `2` = 1.74528, `3` = 2.32209, -`4` = 1.59992, `5` = 1.42064, `6` = 1.59112, `7` = 1.54641, `8` = 0.947239, `9` = 0.678105, `10` = 1.39107, `1` = 1.21776, `2` = 1.1018, `3` = 1.16234, `4` = 1.36766, `5` = 1.99374, `6` = 1.35557, `7` = 1.33283, `8` = 1.19124, `9` = 1.68547, `10` = 1.24634, `1` = 1.05609, `2` = 1.51685, `3` = 1.1338, `4` = 0.376118, `5` = 0.76028, `6` = 0.839878, `7` = 0.41646, `8` = 0.443075, `9` = 1.40522, `10` = 0.208312)" -average,4,1.01963,0.538078,0.499046,2.0510100000000002,1,parametric,10,1,"c(`1` = 0.352713, `2` = 1.13114, `3` = 1.54745, `4` = 0.587008, `5` = 1.38061, `6` = 1.23002, `7` = 1.51016, `8` = 1.96, `9` = 0.828265, `10` = 0.463012, `1` = 1.67952, `2` = 2.38168, `3` = 1.20107, `4` = 1.48551, `5` = 1.24646, `6` = 2.17538, `7` = 1.83609, `8` = 2.41049, `9` = 1.67412, `10` = 2.34555, `1` = 2.584, `2` = 1.53852, `3` = 1.06492, `4` = 0.818222, `5` = 1.93569, `6` = 1.3893, `7` = 1.93625, `8` = 1.62874, `9` = 0.341426, `10` = 1.60458, `1` = 2.00147, `2` = 2.02702, `3` = 2.6598, `4` = 1.81902, -`5` = 1.67738, `6` = 1.8232, `7` = 1.79786, `8` = 1.0892, `9` = 0.804711, `10` = 1.65305, `1` = 1.31934, `2` = 1.32286, `3` = 1.30823, `4` = 1.45229, `5` = 2.24413, `6` = 1.42953, `7` = 1.40037, `8` = 1.34505, `9` = 1.76765, `10` = 1.4474, `1` = 1.41069, `2` = 1.9513, `3` = 1.48643, `4` = 0.518125, `5` = 1.02147, `6` = 1.12085, `7` = 0.573521, `8` = 0.609238, `9` = 1.77499, `10` = 0.303966)" -average,5,1.24152,0.623282,0.625225,2.42089,1,parametric,10,1,"c(`1` = 0.493123, `2` = 1.40569, `3` = 1.88057, `4` = 0.776975, `5` = 1.68703, `6` = 1.49068, `7` = 1.83747, `8` = 2.35269, `9` = 1.05132, `10` = 0.615709, `1` = 1.84386, `2` = 2.56152, `3` = 1.35858, `4` = 1.63609, `5` = 1.35777, `6` = 2.3661, `7` = 1.99731, `8` = 2.61458, `9` = 1.77708, `10` = 2.57853, `1` = 3.02858, `2` = 1.808, `3` = 1.30054, `4` = 0.991879, `5` = 2.20791, `6` = 1.61372, `7` = 2.24966, `8` = 1.94588, `9` = 0.438838, `10` = 1.85625, `1` = 2.28524, `2` = 2.28941, `3` = 2.9704, -`4` = 2.01919, `5` = 1.92009, `6` = 2.03674, `7` = 2.03226, `8` = 1.22023, `9` = 0.924938, `10` = 1.90213, `1` = 1.41221, `2` = 1.54142, `3` = 1.44346, `4` = 1.52661, `5` = 2.47169, `6` = 1.49457, `7` = 1.45614, `8` = 1.48691, `9` = 1.83896, `10` = 1.63961, `1` = 1.76796, `2` = 2.37474, `3` = 1.8359, `4` = 0.665132, `5` = 1.28598, `6` = 1.40371, `7` = 0.736068, `8` = 0.780972, `9` = 2.12962, `10` = 0.408123)" -average,6,1.46426,0.703143,0.756963,2.78042,1,parametric,10,1,"c(`1` = 0.648749, `2` = 1.68059, `3` = 2.20794, `4` = 0.977705, `5` = 1.98952, `6` = 1.74626, `7` = 2.15946, `8` = 2.73469, `9` = 1.27868, `10` = 0.777709, `1` = 2.00062, `2` = 2.72978, `3` = 1.51307, `4` = 1.78015, `5` = 1.46317, `6` = 2.54644, `7` = 2.14976, `8` = 2.80706, `9` = 1.87224, `10` = 2.80104, `1` = 3.45279, `2` = 2.06575, `3` = 1.53393, `4` = 1.16273, `5` = 2.46131, `6` = 1.82611, `7` = 2.54635, `8` = 2.25379, `9` = 0.539903, `10` = 2.09357, `1` = 2.55826, `2` = 2.53934, `3` = 3.26319, -`4` = 2.20683, `5` = 2.15414, `6` = 2.23808, `7` = 2.2557, `8` = 1.3441, `9` = 1.04132, `10` = 2.14349, `1` = 1.50013, `2` = 1.76188, `3` = 1.57238, `4` = 1.59429, `5` = 2.68423, `6` = 1.55394, `7` = 1.50545, `8` = 1.62136, `9` = 1.90376, `10` = 1.82784, `1` = 2.12816, `2` = 2.79046, `3` = 2.18362, `4` = 0.816601, `5` = 1.55375, `6` = 1.68871, `7` = 0.903513, `8` = 0.957689, `9` = 2.47333, `10` = 0.519884)" -average,7,1.68846,0.778775,0.894392,3.13267,1,parametric,10,1,"c(`1` = 0.818444, `2` = 1.95631, `3` = 2.53132, `4` = 1.18814, `5` = 2.28944, `6` = 1.99826, `7` = 2.47778, `8` = 3.1089, `9` = 1.5101, `10` = 0.948105, `1` = 2.1526, `2` = 2.89017, `3` = 1.66662, `4` = 1.92019, `5` = 1.5647, `6` = 2.71995, `7` = 2.29646, `8` = 2.99183, `9` = 1.96196, `10` = 3.01702, `1` = 3.86208, `2` = 2.31493, `3` = 1.76629, `4` = 1.33187, `5` = 2.70078, `6` = 2.02962, `7` = 2.83071, `8` = 2.55524, `9` = 0.644518, `10` = 2.32026, `1` = 2.82435, `2` = 2.78083, `3` = 3.54356, `4` = 2.38564, -`5` = 2.38272, `6` = 2.43093, `7` = 2.47173, `8` = 1.46301, `9` = 1.15535, `10` = 2.3802, `1` = 1.58538, `2` = 1.98719, `3` = 1.69758, `4` = 1.6574, `5` = 2.88623, `6` = 1.6095, `7` = 1.55094, `8` = 1.75107, `9` = 1.96444, `10` = 2.01512, `1` = 2.49151, `2` = 3.20059, `3` = 2.53052, `4` = 0.97219, `5` = 1.82478, `6` = 1.97603, `7` = 1.07548, `8` = 1.13902, `9` = 2.80879, `10` = 0.638645)" -average,8,1.91453,0.85094,1.03785,3.47976,1,parametric,10,1,"c(`1` = 1.00136, `2` = 2.23322, `3` = 2.85193, `4` = 1.40753, `5` = 2.58774, `6` = 2.2477, `7` = 2.7936, `8` = 3.47731, `9` = 1.74542, `10` = 1.12625, `1` = 2.30164, `2` = 3.04504, `3` = 1.82059, `4` = 2.05785, `5` = 1.66369, `6` = 2.88891, `7` = 2.43933, `8` = 3.17138, `9` = 2.04776, `10` = 3.22903, `1` = 4.2601, `2` = 2.55769, `3` = 1.99847, `4` = 1.50006, `5` = 2.92953, `6` = 2.22635, `7` = 3.10565, `8` = 2.85213, `9` = 0.752639, `10` = 2.53883, `1` = 3.08601, `2` = 3.01648, `3` = 3.81498, `4` = 2.55801, -`5` = 2.60789, `6` = 2.61766, `7` = 2.68267, `8` = 1.57839, `9` = 1.26801, `10` = 2.61423, `1` = 1.66951, `2` = 2.21966, `3` = 1.82078, `4` = 1.71726, `5` = 3.0806, `6` = 1.66243, `7` = 1.59416, `8` = 1.87775, `9` = 2.02252, `10` = 2.20356, `1` = 2.85816, `2` = 3.60663, `3` = 2.87728, `4` = 1.13167, `5` = 2.09909, `6` = 2.26584, `7` = 1.25172, `8` = 1.32471, `9` = 3.13782, `10` = 0.763984)" -average,9,2.14276,0.9202,1.18715,3.82279,1,parametric,10,1,"c(`1` = 1.19683, `2` = 2.51161, `3` = 3.17069, `4` = 1.63532, `5` = 2.8851, `6` = 2.49537, `7` = 3.10778, `8` = 3.84137, `9` = 1.98453, `10` = 1.31167, `1` = 2.449, `2` = 3.19601, `3` = 1.976, `4` = 2.19425, `5` = 1.76102, `6` = 3.05489, `7` = 2.57969, `8` = 3.34742, `9` = 2.13063, `10` = 3.43883, `1` = 4.6495, `2` = 2.79555, `3` = 2.23113, `4` = 1.66787, `5` = 3.14979, `6` = 2.41782, `7` = 3.37326, `8` = 3.14584, `9` = 0.864263, `10` = 2.75103, `1` = 3.34496, `2` = 3.24808, `3` = 4.07984, `4` = 2.72556, -`5` = 2.8311, `6` = 2.79991, `7` = 2.89009, `8` = 1.6912, `9` = 1.37999, `10` = 2.847, `1` = 1.75374, `2` = 2.46127, `3` = 1.94321, `4` = 1.77475, `5` = 3.26931, `6` = 1.71355, `7` = 1.63616, `8` = 2.00263, `9` = 2.07908, `10` = 2.39484, `1` = 3.22827, `2` = 4.00966, `3` = 3.22439, `4` = 1.29488, `5` = 2.3767, `6` = 2.55826, `7` = 1.43207, `8` = 1.51458, `9` = 3.46178, `10` = 0.895591)" -average,10,2.37337,0.986987,1.34237,4.16271,1,parametric,10,1,"c(`1` = 1.40435, `2` = 2.79171, `3` = 3.48829, `4` = 1.8711, `5` = 3.18209, `6` = 2.74183, `7` = 3.42097, `8` = 4.20217, `9` = 2.22738, `10` = 1.50399, `1` = 2.5956, `2` = 3.34423, `3` = 2.13361, `4` = 2.33023, `5` = 1.85738, `6` = 3.21903, `7` = 2.7185, `8` = 3.52121, `9` = 2.21132, `10` = 3.64775, `1` = 5.03225, `2` = 3.02967, `3` = 2.46481, `4` = 1.83575, `5` = 3.36324, `6` = 2.60512, `7` = 3.63511, `8` = 3.43745, `9` = 0.97941, `10` = 2.95819, `1` = 3.6025, `2` = 3.47697, `3` = 4.33986, `4` = 2.88947, -`5` = 3.05341, `6` = 2.97887, `7` = 3.09517, `8` = 1.80215, `9` = 1.49178, `10` = 3.07954, `1` = 1.8391, `2` = 2.71389, `3` = 2.06587, `4` = 1.83054, `5` = 3.4538, `6` = 1.76347, `7` = 1.67776, `8` = 2.12663, `9` = 2.13492, `10` = 2.59035, `1` = 3.60198, `2` = 4.41054, `3` = 3.57227, `4` = 1.46172, `5` = 2.65766, `6` = 2.85341, `7` = 1.61638, `8` = 1.70853, `9` = 3.78167, `10` = 1.03324)" -average,11,2.60657,1.05165,1.5034,4.50044,1,parametric,10,1,"c(`1` = 1.6235, `2` = 3.07371, `3` = 3.80527, `4` = 2.11454, `5` = 3.47914, `6` = 2.98756, `7` = 3.73371, `8` = 4.56057, `9` = 2.47393, `10` = 1.70294, `1` = 2.74217, `2` = 3.49058, `3` = 2.29407, `4` = 2.46645, `5` = 1.95326, `6` = 3.38222, `7` = 2.85652, `8` = 3.6937, `9` = 2.29035, `10` = 3.85679, `1` = 5.40989, `2` = 3.26096, `3` = 2.69992, `4` = 2.00407, `5` = 3.57112, `6` = 2.78914, `7` = 3.89239, `8` = 3.72781, `9` = 1.09812, `10` = 3.16132, `1` = 3.8596, `2` = 3.70413, `3` = 4.59636, `4` = 3.05064, -`5` = 3.27565, `6` = 3.15544, `7` = 3.2988, `8` = 1.91179, `9` = 1.60378, `10` = 3.31266, `1` = 1.92657, `2` = 2.97932, `3` = 2.18956, `4` = 1.88511, `5` = 3.63513, `6` = 1.81267, `7` = 1.71964, `8` = 2.25048, `9` = 2.19076, `10` = 2.79139, `1` = 3.97941, `2` = 4.80996, `3` = 3.92125, `4` = 1.6321, `5` = 2.94201, `6` = 3.1514, `7` = 1.8046, `8` = 1.90647, `9` = 4.09829, `10` = 1.17676)" -average,12,2.84252,1.11446,1.66997,4.83669,1,parametric,10,1,"c(`1` = 1.85398, `2` = 3.35778, `3` = 4.1221, `4` = 2.36539, `5` = 3.77661, `6` = 3.23294, `7` = 4.04644, `8` = 4.91727, `9` = 2.72416, `10` = 1.9083, `1` = 2.88928, `2` = 3.63576, `3` = 2.45791, `4` = 2.60343, `5` = 2.04906, `6` = 3.54515, `7` = 2.99433, `8` = 3.86563, `9` = 2.36817, `10` = 4.06677, `1` = 5.78366, `2` = 3.49014, `3` = 2.93685, `4` = 2.17315, `5` = 3.77444, `6` = 2.97055, `7` = 4.14606, `8` = 4.0176, `9` = 1.22046, `10` = 3.36122, `1` = 4.11704, `2` = 3.93036, `3` = 4.85036, `4` = 3.20975, -`5` = 3.49848, `6` = 3.33031, `7` = 3.50168, `8` = 2.02053, `9` = 1.71631, `10` = 3.54702, `1` = 2.01714, `2` = 3.25939, `3` = 2.31501, `4` = 1.93888, `5` = 3.81417, `6` = 1.86155, `7` = 1.76249, `8` = 2.37478, `9` = 2.24721, `10` = 2.99918, `1` = 4.36068, `2` = 5.20847, `3` = 4.27163, `4` = 1.80597, `5` = 3.22981, `6` = 3.45234, `7` = 1.99665, `8` = 2.10834, `9` = 4.4123, `10` = 1.32603)" -average,13,3.08137,1.17568,1.84226,5.17383,1,parametric,10,1,"c(`1` = 2.09551, `2` = 3.64409, `3` = 4.43917, `4` = 2.62346, `5` = 4.07482, `6` = 3.47828, `7` = 4.35951, `8` = 5.27284, `9` = 2.97809, `10` = 2.1199, `1` = 3.03744, `2` = 3.78032, `3` = 2.62562, `4` = 2.74161, `5` = 2.14513, `6` = 3.70838, `7` = 3.13241, `8` = 4.03763, `9` = 2.4451, `10` = 4.27839, `1` = 6.15458, `2` = 3.71782, `3` = 3.17594, `4` = 2.34325, `5` = 3.97399, `6` = 3.14992, `7` = 4.39691, `8` = 4.30744, `9` = 1.3465, `10` = 3.55854, `1` = 4.37548, `2` = 4.1563, `3` = 5.10269, `4` = 3.36736, -`5` = 3.72244, `6` = 3.50406, `7` = 3.70438, `8` = 2.12872, `9` = 1.82962, `10` = 3.78314, `1` = 2.11191, `2` = 3.55592, `3` = 2.44289, `4` = 1.99217, `5` = 3.99158, `6` = 1.91046, `7` = 1.807, `8` = 2.50007, `9` = 2.30491, `10` = 3.21497, `1` = 4.74592, `2` = 5.60654, `3` = 4.62364, `4` = 1.9833, `5` = 3.52112, `6` = 3.75632, `7` = 2.19251, `8` = 2.31411, `9` = 4.72423, `10` = 1.48096)" -average,14,3.32327,1.2355,2.01826,5.51522,1,parametric,10,1,"c(`1` = 2.34788, `2` = 3.93277, `3` = 4.75679, `4` = 2.88861, `5` = 4.37402, `6` = 3.72386, `7` = 4.67324, `8` = 5.62779, `9` = 3.23572, `10` = 2.33761, `1` = 3.18704, `2` = 3.92473, `3` = 2.79765, `4` = 2.88139, `5` = 2.24174, `6` = 3.87241, `7` = 3.27116, `8` = 4.21022, `9` = 2.52143, `10` = 4.49223, `1` = 6.52352, `2` = 3.94451, `3` = 3.41748, `4` = 2.51461, `5` = 4.17045, `6` = 3.32772, `7` = 4.64559, `8` = 4.59781, `9` = 1.47632, `10` = 3.75384, `1` = 4.63547, `2` = 4.38249, `3` = 5.35403, `4` = 3.52393, -`5` = 3.94799, `6` = 3.67714, `7` = 3.90738, `8` = 2.23663, `9` = 1.94396, `10` = 4.02149, `1` = 2.21213, `2` = 3.87074, `3` = 2.57384, `4` = 2.04528, `5` = 4.16793, `6` = 1.95972, `7` = 1.85403, `8` = 2.6268, `9` = 2.36451, `10` = 3.44005, `1` = 5.13526, `2` = 6.00459, `3` = 4.97751, `4` = 2.16408, `5` = 3.816, `6` = 4.06345, `7` = 2.39216, `8` = 2.52378, `9` = 5.03453, `10` = 1.64148)" -average,15,3.56835,1.29412,2.19428,5.85714,1,parametric,10,1,"c(`1` = 2.61095, `2` = 4.22396, `3` = 5.07527, `4` = 3.16073, `5` = 4.67447, `6` = 3.96992, `7` = 4.98792, `8` = 5.98252, `9` = 3.49708, `10` = 2.56134, `1` = 3.33846, `2` = 4.06939, `3` = 2.97442, `4` = 3.02308, `5` = 2.33914, `6` = 4.03766, `7` = 3.41096, `8` = 4.38384, `9` = 2.59737, `10` = 4.70882, `1` = 6.89121, `2` = 4.17064, `3` = 3.66175, `4` = 2.68745, `5` = 4.36435, `6` = 3.50435, `7` = 4.89266, `8` = 4.88919, `9` = 1.61002, `10` = 3.94759, `1` = 4.89747, `2` = 4.60938, `3` = 5.60495, `4` = 3.67984, -`5` = 4.17554, `6` = 3.84996, `7` = 4.11108, `8` = 2.3445, `9` = 2.05951, `10` = 4.26249, `1` = 2.31932, `2` = 4.20555, `3` = 2.70853, `4` = 2.09845, `5` = 4.34371, `6` = 2.00966, `7` = 1.90462, `8` = 2.75543, `9` = 2.42677, `10` = 3.67579, `1` = 5.5288, `2` = 6.40297, `3` = 5.33345, `4` = 2.3483, `5` = 4.11453, `6` = 4.37383, `7` = 2.5956, `8` = 2.73733, `9` = 5.34361, `10` = 1.80756)" -average,16,3.81676,1.35168,2.37517,6.20129,1,parametric,10,1,"c(`1` = 2.88457, `2` = 4.51778, `3` = 5.39485, `4` = 3.43974, `5` = 4.97636, `6` = 4.21667, `7` = 5.30378, `8` = 6.33741, `9` = 3.76221, `10` = 2.791, `1` = 3.49204, `2` = 4.21463, `3` = 3.15635, `4` = 3.16702, `5` = 2.43755, `6` = 4.20449, `7` = 3.5521, `8` = 4.5589, `9` = 2.67314, `10` = 4.92863, `1` = 7.2583, `2` = 4.39661, `3` = 3.90902, `4` = 2.86199, `5` = 4.55619, `6` = 3.68017, `7` = 5.13861, `8` = 5.18198, `9` = 1.7477, `10` = 4.14017, `1` = 5.16191, `2` = 4.83738, `3` = 5.85593, `4` = 3.8354, -`5` = 4.40544, `6` = 4.02285, `7` = 4.31584, `8` = 2.45255, `9` = 2.17645, `10` = 4.50651, `1` = 2.43541, `2` = 4.56185, `3` = 2.84763, `4` = 2.15195, `5` = 4.51931, `6` = 2.06059, `7` = 1.9602, `8` = 2.88637, `9` = 2.49257, `10` = 3.92368, `1` = 5.92667, `2` = 6.802, `3` = 5.69165, `4` = 2.53598, `5` = 4.41677, `6` = 4.68755, `7` = 2.80283, `8` = 2.95479, `9` = 5.65179, `10` = 1.97918)" -average,17,4.06864,1.40832,2.56098,6.54938,1,parametric,10,1,"c(`1` = 3.16866, `2` = 4.81436, `3` = 5.71579, `4` = 3.72559, `5` = 5.27991, `6` = 4.4643, `7` = 5.62107, `8` = 6.6928, `9` = 4.03115, `10` = 3.02656, `1` = 3.64807, `2` = 4.36076, `3` = 3.34384, `4` = 3.31349, `5` = 2.53717, `6` = 4.37325, `7` = 3.69489, `8` = 4.73574, `9` = 2.7489, `10` = 5.15211, `1` = 7.62538, `2` = 4.62276, `3` = 4.15955, `4` = 3.03839, `5` = 4.74636, `6` = 3.85547, `7` = 5.38387, `8` = 5.47654, `9` = 1.88949, `10` = 4.33194, `1` = 5.42917, `2` = 5.06684, `3` = 6.10742, `4` = 3.99092, -`5` = 4.63803, `6` = 4.1961, `7` = 4.52198, `8` = 2.56094, `9` = 2.29494, `10` = 4.75386, `1` = 2.56292, `2` = 4.94075, `3` = 2.99188, `4` = 2.206, `5` = 4.69509, `6` = 2.11286, `7` = 2.02283, `8` = 3.02004, `9` = 2.56304, `10` = 4.18537, `1` = 6.32899, `2` = 7.20197, `3` = 6.05228, `4` = 2.72712, `5` = 4.72281, `6` = 5.00471, `7` = 3.01387, `8` = 3.17617, `9` = 5.95939, `10` = 2.15633)" -average,18,4.32414,1.46418,2.75182,6.89939,1,parametric,10,1,"c(`1` = 3.46316, `2` = 5.11382, `3` = 6.03828, `4` = 4.01824, `5` = 5.5853, `6` = 4.71299, `7` = 5.93998, `8` = 7.04897, `9` = 4.30395, `10` = 3.26797, `1` = 3.80687, `2` = 4.50807, `3` = 3.53729, `4` = 3.46277, `5` = 2.63818, `6` = 4.54424, `7` = 3.83957, `8` = 4.9147, `9` = 2.82481, `10` = 5.37967, `1` = 7.99297, `2` = 4.84941, `3` = 4.41357, `4` = 3.21686, `5` = 4.93523, `6` = 4.03053, `7` = 5.62881, `8` = 5.77323, `9` = 2.0355, `10` = 4.52321, `1` = 5.6996, `2` = 5.29809, `3` = 6.3598, `4` = 4.14663, -`5` = 4.8736, `6` = 4.36999, `7` = 4.72978, `8` = 2.66984, `9` = 2.41514, `10` = 5.00488, `1` = 2.70529, `2` = 5.34267, `3` = 3.14208, `4` = 2.26083, `5` = 4.87139, `6` = 2.16684, `7` = 2.09565, `8` = 3.15685, `9` = 2.63963, `10` = 4.46265, `1` = 6.73589, `2` = 7.60314, `3` = 6.4155, `4` = 2.92176, `5` = 5.03273, `6` = 5.32542, `7` = 3.22876, `8` = 3.40151, `9` = 6.26666, `10` = 2.33904)" -average,19,4.58341,1.51933,2.94785,7.2516,1,parametric,10,1,"c(`1` = 3.76804, `2` = 5.41628, `3` = 6.36254, `4` = 4.31768, `5` = 5.89269, `6` = 4.9629, `7` = 6.26071, `8` = 7.40621, `9` = 4.58067, `10` = 3.51523, `1` = 3.96869, `2` = 4.65681, `3` = 3.73711, `4` = 3.61512, `5` = 2.74075, `6` = 4.71778, `7` = 3.98642, `8` = 5.09609, `9` = 2.901, `10` = 5.61173, `1` = 8.36153, `2` = 5.07683, `3` = 4.67132, `4` = 3.39757, `5` = 5.12311, `6` = 4.20561, `7` = 5.87379, `8` = 6.07237, `9` = 2.18587, `10` = 4.71428, `1` = 5.97353, `2` = 5.5314, `3` = 6.61341, `4` = 4.30276, -`5` = 5.11243, `6` = 4.54475, `7` = 4.93951, `8` = 2.7794, `9` = 2.53718, `10` = 5.25986, `1` = 2.86737, `2` = 5.76717, `3` = 3.29911, `4` = 2.31669, `5` = 5.04849, `6` = 2.22295, `7` = 2.1837, `8` = 3.29725, `9` = 2.72432, `10` = 4.75756, `1` = 7.1475, `2` = 8.00576, `3` = 6.78149, `4` = 3.11993, `5` = 5.34662, `6` = 5.64977, `7` = 3.44754, `8` = 3.63085, `9` = 6.57386, `10` = 2.52731)" -average,20,4.84662,1.57387,3.1491,7.6062,1,parametric,10,1,"c(`1` = 4.08326, `2` = 5.72185, `3` = 6.68874, `4` = 4.62393, `5` = 6.20225, `6` = 5.21418, `7` = 6.58345, `8` = 7.76476, `9` = 4.86138, `10` = 3.76833, `1` = 4.13383, `2` = 4.80722, `3` = 3.94372, `4` = 3.7708, `5` = 2.84507, `6` = 4.89414, `7` = 4.13565, `8` = 5.2802, `9` = 2.97761, `10` = 5.84867, `1` = 8.73153, `2` = 5.3053, `3` = 4.93306, `4` = 3.58068, `5` = 5.31031, `6` = 4.38092, `7` = 6.11912, `8` = 6.37427, `9` = 2.34075, `10` = 4.90539, `1` = 6.25127, `2` = 5.76708, `3` = 6.86858, `4` = 4.45951, -`5` = 5.3548, `6` = 4.72059, `7` = 5.15142, `8` = 2.88975, `9` = 2.66121, `10` = 5.51909, `1` = 3.05628, `2` = 6.21272, `3` = 3.46399, `4` = 2.37383, `5` = 5.22667, `6` = 2.28169, `7` = 2.29523, `8` = 3.44167, `9` = 2.81992, `10` = 5.0723, `1` = 7.56394, `2` = 8.41004, `3` = 7.15039, `4` = 3.32166, `5` = 5.66457, `6` = 5.97788, `7` = 3.67023, `8` = 3.86422, `9` = 6.88121, `10` = 2.7212)" -average,21,5.11394,1.62782,3.35488,7.9634,1,parametric,10,1,"c(`1` = 4.40885, `2` = 6.03065, `3` = 7.01708, `4` = 4.93699, `5` = 6.51414, `6` = 5.46698, `7` = 6.90836, `8` = 8.12485, `9` = 5.14613, `10` = 4.0273, `1` = 4.30254, `2` = 4.95952, `3` = 4.15755, `4` = 3.93007, `5` = 2.95128, `6` = 5.07359, `7` = 4.28752, `8` = 5.46733, `9` = 3.05474, `10` = 6.09089, `1` = 9.10336, `2` = 5.53508, `3` = 5.199, `4` = 3.76638, `5` = 5.49707, `6` = 4.55668, `7` = 6.3651, `8` = 6.67923, `9` = 2.5003, `10` = 5.09677, `1` = 6.53312, `2` = 6.00536, `3` = 7.12559, `4` = 4.61708, -`5` = 5.60097, `6` = 4.89772, `7` = 5.36574, `8` = 3.00102, `9` = 2.78736, `10` = 5.78284, `1` = 3.28276, `2` = 6.67664, `3` = 3.63789, `4` = 2.43251, `5` = 5.40617, `6` = 2.34368, `7` = 2.44249, `8` = 3.5906, `9` = 2.93054, `10` = 5.40931, `1` = 7.98536, `2` = 8.81621, `3` = 7.52236, `4` = 3.52701, `5` = 5.98666, `6` = 6.30984, `7` = 3.89691, `8` = 4.1017, `9` = 7.18892, `10` = 2.92074)" -average,22,5.38557,1.68124,3.56525,8.32449,1,parametric,10,1,"c(`1` = 4.74483, `2` = 6.34279, `3` = 7.34772, `4` = 5.25691, `5` = 6.8285, `6` = 5.72143, `7` = 7.23562, `8` = 8.48672, `9` = 5.43502, `10` = 4.29215, `1` = 4.4751, `2` = 5.11394, `3` = 4.37905, `4` = 4.0932, `5` = 3.05955, `6` = 5.25641, `7` = 4.44224, `8` = 5.65773, `9` = 3.13251, `10` = 6.33876, `1` = 9.47743, `2` = 5.76639, `3` = 5.46941, `4` = 3.95482, `5` = 5.68364, `6` = 4.73308, `7` = 6.61199, `8` = 6.98755, `9` = 2.66466, `10` = 5.28867, `1` = 6.81937, `2` = 6.2465, `3` = 7.38472, `4` = 4.77563, -`5` = 5.85119, `6` = 5.07634, `7` = 5.58268, `8` = 3.11332, `9` = 2.91575, `10` = 6.05138, `1` = 3.56329, `2` = 7.15531, `3` = 3.82218, `4` = 2.49305, `5` = 5.58724, `6` = 2.40965, `7` = 2.6356, `8` = 3.74455, `9` = 3.06243, `10` = 5.77118, `1` = 8.41188, `2` = 9.22448, `3` = 7.89755, `4` = 3.73603, `5` = 6.31301, `6` = 6.64576, `7` = 4.12762, `8` = 4.34333, `9` = 7.49719, `10` = 3.12601)" -average,23,5.66173,1.73423,3.78082,8.68859,1,parametric,10,1,"c(`1` = 5.09125, `2` = 6.6584, `3` = 7.68083, `4` = 5.58374, `5` = 7.1455, `6` = 5.97767, `7` = 7.56538, `8` = 8.85057, `9` = 5.72812, `10` = 4.56293, `1` = 4.65177, `2` = 5.2707, `3` = 4.60868, `4` = 4.26044, `5` = 3.17005, `6` = 5.44287, `7` = 4.60005, `8` = 5.8517, `9` = 3.21102, `10` = 6.5927, `1` = 9.85412, `2` = 5.99947, `3` = 5.74451, `4` = 4.14618, `5` = 5.87025, `6` = 4.91032, `7` = 6.86008, `8` = 7.29951, `9` = 2.83403, `10` = 5.48127, `1` = 7.1103, `2` = 6.49073, `3` = 7.64624, `4` = 4.93534, -`5` = 6.1057, `6` = 5.25661, `7` = 5.80247, `8` = 3.22677, `9` = 3.04652, `10` = 6.325, `1` = 3.92194, `2` = 7.64456, `3` = 4.01849, `4` = 2.55578, `5` = 5.77012, `6` = 2.48058, `7` = 2.86604, `8` = 3.90407, `9` = 3.22498, `10` = 6.16062, `1` = 8.84365, `2` = 9.63504, `3` = 8.27611, `4` = 3.94877, `5` = 6.64372, `6` = 6.98577, `7` = 4.36242, `8` = 4.58919, `9` = 7.80618, `10` = 3.33706)" -average,24,5.94265,1.78694,4.0017,9.05583,1,parametric,10,1,"c(`1` = 5.44816, `2` = 6.97759, `3` = 8.01657, `4` = 5.91753, `5` = 7.46526, `6` = 6.23583, `7` = 7.89782, `8` = 9.2166, `9` = 6.02551, `10` = 4.83969, `1` = 4.83283, `2` = 5.42999, `3` = 4.84693, `4` = 4.43206, `5` = 3.28292, `6` = 5.63322, `7` = 4.76116, `8` = 6.0495, `9` = 3.29037, `10` = 6.85309, `1` = 10.2338, `2` = 6.23455, `3` = 6.02456, `4` = 4.34064, `5` = 6.0571, `6` = 5.08857, `7` = 7.1096, `8` = 7.6154, `9` = 3.00859, `10` = 5.67479, `1` = 7.40619, `2` = 6.7383, `3` = 7.91039, `4` = 5.09635, -`5` = 6.36477, `6` = 5.43873, `7` = 6.02531, `8` = 3.34148, `9` = 3.17981, `10` = 6.60397, `1` = 4.38565, `2` = 8.14009, `3` = 4.22879, `4` = 2.62109, `5` = 5.95502, `6` = 2.55773, `7` = 3.11173, `8` = 4.06979, `9` = 3.43106, `10` = 6.58026, `1` = 9.28082, `2` = 10.0481, `3` = 8.65819, `4` = 4.1653, `5` = 6.97889, `6` = 7.32998, `7` = 4.6014, `8` = 4.83935, `9` = 8.11609, `10` = 3.55398)" -average,25,6.2286,1.83956,4.22783,9.42632,1,parametric,10,1,"c(`1` = 5.81566, `2` = 7.30048, `3` = 8.35511, `4` = 6.25836, `5` = 7.78794, `6` = 6.49603, `7` = 8.23308, `8` = 9.58502, `9` = 6.32729, `10` = 5.12248, `1` = 5.01857, `2` = 5.59203, `3` = 5.09431, `4` = 4.60833, `5` = 3.39834, `6` = 5.82775, `7` = 4.92582, `8` = 6.25141, `9` = 3.37067, `10` = 7.12034, `1` = 10.6168, `2` = 6.47184, `3` = 6.3098, `4` = 4.53836, `5` = 6.24439, `6` = 5.26801, `7` = 7.36079, `8` = 7.93549, `9` = 3.18854, `10` = 5.86941, `1` = 7.70734, `2` = 6.98942, `3` = 8.17742, `4` = 5.25881, -`5` = 6.62864, `6` = 5.62284, `7` = 6.25141, `8` = 3.45755, `9` = 3.31572, `10` = 6.88855, `1` = 4.95917, `2` = 8.63799, `3` = 4.45551, `4` = 2.68944, `5` = 6.14217, `6` = 2.64283, `7` = 3.35988, `8` = 4.24239, `9` = 3.69227, `10` = 7.03239, `1` = 9.72354, `2` = 10.4638, `3` = 9.04393, `4` = 4.38569, `5` = 7.31863, `6` = 7.6785, `7` = 4.84462, `8` = 5.09389, `9` = 8.42706, `10` = 3.77686)" -average,26,6.51984,1.89226,4.4595,9.80021,1,parametric,10,1,"c(`1` = 6.19383, `2` = 7.62721, `3` = 8.69659, `4` = 6.60633, `5` = 8.11368, `6` = 6.75839, `7` = 8.57131, `8` = 9.95601, `9` = 6.63355, `10` = 5.41138, `1` = 5.20926, `2` = 5.75703, `3` = 5.35137, `4` = 4.78955, `5` = 3.51647, `6` = 6.02672, `7` = 5.09424, `8` = 6.45771, `9` = 3.452, `10` = 7.39487, `1` = 11.0035, `2` = 6.71155, `3` = 6.60051, `4` = 4.73953, `5` = 6.43231, `6` = 5.4488, `7` = 7.6139, `8` = 8.26008, `9` = 3.37409, `10` = 6.06531, `1` = 8.01401, `2` = 7.24434, `3` = 8.44758, `4` = 5.42288, -`5` = 6.89755, `6` = 5.80912, `7` = 6.48098, `8` = 3.57508, `9` = 3.45441, `10` = 7.17903, `1` = 5.59898, `2` = 9.13502, `3` = 4.70164, `4` = 2.76138, `5` = 6.33179, `6` = 2.73836, `7` = 3.60736, `8` = 4.42262, `9` = 4.00526, `10` = 7.51864, `1` = 10.172, `2` = 10.8824, `3` = 9.43349, `4` = 4.61001, `5` = 7.66307, `6` = 8.03146, `7` = 5.09217, `8` = 5.3529, `9` = 8.73927, `10` = 4.00579)" -average,27,6.81664,1.94511,4.69678,10.1776,1,parametric,10,1,"c(`1` = 6.58279, `2` = 7.95789, `3` = 9.04118, `4` = 6.96151, `5` = 8.44263, `6` = 7.02305, `7` = 8.91268, `8` = 10.3298, `9` = 6.94441, `10` = 5.70646, `1` = 5.40521, `2` = 5.9252, `3` = 5.61866, `4` = 4.976, `5` = 3.63748, `6` = 6.23043, `7` = 5.26668, `8` = 6.66867, `9` = 3.53446, `10` = 7.67712, `1` = 11.3942, `2` = 6.95391, `3` = 6.89695, `4` = 4.94432, `5` = 6.62105, `6` = 5.63111, `7` = 7.86914, `8` = 8.58946, `9` = 3.56546, `10` = 6.26268, `1` = 8.3265, `2` = 7.50327, `3` = 8.72108, `4` = 5.5887, -`5` = 7.17177, `6` = 5.99774, `7` = 6.71422, `8` = 3.69418, `9` = 3.59601, `10` = 7.47568, `1` = 6.2473, `2` = 9.62875, `3` = 4.97105, `4` = 2.83758, `5` = 6.52409, `6` = 2.84802, `7` = 3.8542, `8` = 4.61136, `9` = 4.34761, `10` = 8.0395, `1` = 10.6263, `2` = 11.304, `3` = 9.82701, `4` = 4.83834, `5` = 8.01233, `6` = 8.38899, `7` = 5.34414, `8` = 5.61646, `9` = 9.05287, `10` = 4.24088)" -average,28,7.11922,1.99812,4.93949,10.5588,1,parametric,10,1,"c(`1` = 6.98267, `2` = 8.29266, `3` = 9.38904, `4` = 7.32403, `5` = 8.77492, `6` = 7.29012, `7` = 9.25734, `8` = 10.7064, `9` = 7.25996, `10` = 6.00782, `1` = 5.60672, `2` = 6.09674, `3` = 5.89679, `4` = 5.16798, `5` = 3.76155, `6` = 6.43915, `7` = 5.44338, `8` = 6.8846, `9` = 3.61815, `10` = 7.96754, `1` = 11.7893, `2` = 7.19912, `3` = 7.19941, `4` = 5.15293, `5` = 6.81078, `6` = 5.8151, `7` = 8.12676, `8` = 8.92391, `9` = 3.76289, `10` = 6.4617, `1` = 8.6451, `2` = 7.76644, `3` = 8.99818, `4` = 5.75639, -`5` = 7.45155, `6` = 6.18884, `7` = 6.95133, `8` = 3.81495, `9` = 3.74064, `10` = 7.77881, `1` = 6.87477, `2` = 10.1175, `3` = 5.26869, `4` = 2.91886, `5` = 6.71929, `6` = 2.97768, `7` = 4.10106, `8` = 4.80958, `9` = 4.69781, `10` = 8.59384, `1` = 11.0866, `2` = 11.7288, `3` = 10.2247, `4` = 5.07077, `5` = 8.36654, `6` = 8.75123, `7` = 5.60061, `8` = 5.88468, `9` = 9.36801, `10` = 4.48224)" -average,29,7.42769,2.05127,5.18821,10.9438,1,parametric,10,1,"c(`1` = 7.39361, `2` = 8.63166, `3` = 9.74032, `4` = 7.69399, `5` = 9.11071, `6` = 7.55972, `7` = 9.60544, `8` = 11.0863, `9` = 7.58033, `10` = 6.31555, `1` = 5.81412, `2` = 6.27189, `3` = 6.18642, `4` = 5.36582, `5` = 3.88885, `6` = 6.65319, `7` = 5.62459, `8` = 7.10579, `9` = 3.70315, `10` = 8.26661, `1` = 12.1891, `2` = 7.44741, `3` = 7.50816, `4` = 5.36555, `5` = 7.00167, `6` = 6.00093, `7` = 8.38698, `8` = 9.26374, `9` = 3.96663, `10` = 6.66254, `1` = 8.9701, `2` = 8.03408, `3` = 9.27909, `4` = 5.92611, -`5` = 7.73716, `6` = 6.38259, `7` = 7.19253, `8` = 3.93749, `9` = 3.88846, `10` = 8.0887, `1` = 7.47555, `2` = 10.6004, `3` = 5.60121, `4` = 3.00628, `5` = 6.91761, `6` = 3.1374, `7` = 4.34862, `8` = 5.01842, `9` = 5.04629, `10` = 9.17869, `1` = 11.5531, `2` = 12.1571, `3` = 10.6266, `4` = 5.30739, `5` = 8.72584, `6` = 9.1183, `7` = 5.8617, `8` = 6.15766, `9` = 9.68483, `10` = 4.73001)" -average,30,7.74206,2.10451,5.44323,11.3328,1,parametric,10,1,"c(`1` = 7.81576, `2` = 8.97501, `3` = 10.0952, `4` = 8.07154, `5` = 9.45014, `6` = 7.83199, `7` = 9.95714, `8` = 11.4694, `9` = 7.90563, `10` = 6.62976, `1` = 6.02775, `2` = 6.45087, `3` = 6.48821, `4` = 5.56985, `5` = 4.01957, `6` = 6.87286, `7` = 5.81057, `8` = 7.33256, `9` = 3.78957, `10` = 8.57481, `1` = 12.594, `2` = 7.69898, `3` = 7.82351, `4` = 5.58238, `5` = 7.1939, `6` = 6.18877, `7` = 8.65002, `8` = 9.60925, `9` = 4.17695, `10` = 6.86538, `1` = 9.30181, `2` = 8.30643, `3` = 9.56405, `4` = 6.09799, -`5` = 8.02887, `6` = 6.57915, `7` = 7.43803, `8` = 4.06191, `9` = 4.03961, `10` = 8.40567, `1` = 8.05238, `2` = 11.0769, `3` = 5.97771, `4` = 3.1012, `5` = 7.11929, `6` = 3.34614, `7` = 4.5975, `8` = 5.23916, `9` = 5.39093, `10` = 9.78929, `1` = 12.0261, `2` = 12.5889, `3` = 11.033, `4` = 5.54829, `5` = 9.09035, `6` = 9.49037, `7` = 6.1275, `8` = 6.43551, `9` = 10.0035, `10` = 4.98431)" -average,31,8.06223,2.15774,5.693,11.7259,1,parametric,10,1,"c(`1` = 8.24932, `2` = 9.32287, `3` = 10.4538, `4` = 8.45681, `5` = 9.79337, `6` = 8.10704, `7` = 10.3126, `8` = 11.856, `9` = 8.23599, `10` = 6.95057, `1` = 6.24795, `2` = 6.63389, `3` = 6.80289, `4` = 5.78042, `5` = 4.15392, `6` = 7.09848, `7` = 6.0016, `8` = 7.56522, `9` = 3.87751, `10` = 8.89267, `1` = 13.0043, `2` = 7.95406, `3` = 8.14578, `4` = 5.80364, `5` = 7.38762, `6` = 6.37877, `7` = 8.9161, `8` = 9.96076, `9` = 4.39413, `10` = 7.07039, `1` = 9.64054, `2` = 8.58372, `3` = 9.8533, `4` = 6.27217, -`5` = 8.32696, `6` = 6.77869, `7` = 7.68805, `8` = 4.18831, `9` = 4.19424, `10` = 8.73004, `1` = 8.6098, `2` = 11.547, `3` = 6.41106, `4` = 3.20546, `5` = 7.32456, `6` = 3.64378, `7` = 4.84823, `8` = 5.47334, `9` = 5.7322, `10` = 10.4196, `1` = 12.5056, `2` = 13.0244, `3` = 11.444, `4` = 5.79358, `5` = 9.46024, `6` = 9.86756, `7` = 6.39813, `8` = 6.71835, `9` = 10.3241, `10` = 5.24528)" -average,32,8.38805,2.21077,5.94596,12.1234,1,parametric,10,1,"c(`1` = 8.69446, `2` = 9.67538, `3` = 10.8163, `4` = 8.84995, `5` = 10.1405, `6` = 8.385, `7` = 10.672, `8` = 12.2464, `9` = 8.57155, `10` = 7.2781, `1` = 6.47511, `2` = 6.82121, `3` = 7.13125, `4` = 5.99791, `5` = 4.29209, `6` = 7.3304, `7` = 6.19796, `8` = 7.80412, `9` = 3.96705, `10` = 9.22073, `1` = 13.4204, `2` = 8.21287, `3` = 8.4753, `4` = 6.02953, `5` = 7.58301, `6` = 6.57111, `7` = 9.18548, `8` = 10.3186, `9` = 4.61848, `10` = 7.27775, `1` = 9.98662, `2` = 8.86621, `3` = 10.1471, `4` = 6.44879, -`5` = 8.63173, `6` = 6.98137, `7` = 7.9428, `8` = 4.3168, `9` = 4.3525, `10` = 9.06213, `1` = 9.15203, `2` = 12.0108, `3` = 6.9203, `4` = 3.32157, `5` = 7.53364, `6` = 4.114, `7` = 5.10129, `8` = 5.72274, `9` = 6.07117, `10` = 11.063, `1` = 12.9919, `2` = 13.464, `3` = 11.8597, `4` = 6.04336, `5` = 9.83565, `6` = 10.25, `7` = 6.6737, `8` = 7.00631, `9` = 10.6469, `10` = 5.51309)" -average,33,8.71941,2.26358,6.20626,12.5255,1,parametric,10,1,"c(`1` = 9.15139, `2` = 10.0327, `3` = 11.1829, `4` = 9.25112, `5` = 10.4918, `6` = 8.66601, `7` = 11.0354, `8` = 12.6405, `9` = 8.91244, `10` = 7.61249, `1` = 6.70961, `2` = 7.01308, `3` = 7.47411, `4` = 6.2227, `5` = 4.4343, `6` = 7.56896, `7` = 6.39997, `8` = 8.0496, `9` = 4.05831, `10` = 9.55957, `1` = 13.8426, `2` = 8.47565, `3` = 8.81241, `4` = 6.26029, `5` = 7.78023, `6` = 6.76595, `7` = 9.45836, `8` = 10.6831, `9` = 4.85033, `10` = 7.48763, `1` = 10.3404, `2` = 9.15414, `3` = 10.4456, `4` = 6.62799, -`5` = 8.94347, `6` = 7.18735, `7` = 8.20251, `8` = 4.44748, `9` = 4.51456, `10` = 9.40229, `1` = 9.68263, `2` = 12.4688, `3` = 7.53495, `4` = 3.45316, `5` = 7.7468, `6` = 4.82394, `7` = 5.35712, `8` = 5.98946, `9` = 6.40894, `10` = 11.7132, `1` = 13.4853, `2` = 13.9076, `3` = 12.2804, `4` = 6.29776, `5` = 10.2167, `6` = 10.638, `7` = 6.95435, `8` = 7.2995, `9` = 10.9719, `10` = 5.78789)" -average,34,9.05631,2.31697,6.4731,12.9322,1,parametric,10,1,"c(`1` = 9.62033, `2` = 10.395, `3` = 11.5537, `4` = 9.6605, `5` = 10.8474, `6` = 8.95019, `7` = 11.4032, `8` = 13.0388, `9` = 9.25882, `10` = 7.95389, `1` = 6.95187, `2` = 7.20975, `3` = 7.83237, `4` = 6.45521, `5` = 4.58078, `6` = 7.81454, `7` = 6.60793, `8` = 8.30204, `9` = 4.15139, `10` = 9.9098, `1` = 14.2714, `2` = 8.74263, `3` = 9.15747, `4` = 6.49616, `5` = 7.97946, `6` = 6.96346, `7` = 9.735, `8` = 11.0546, `9` = 5.09, `10` = 7.70023, `1` = 10.7022, `2` = 9.44777, `3` = 10.7492, `4` = 6.80992, -`5` = 9.2625, `6` = 7.39681, `7` = 8.46743, `8` = 4.58046, `9` = 4.68059, `10` = 9.75088, `1` = 10.2045, `2` = 12.9215, `3` = 8.30351, `4` = 3.60564, `5` = 7.9643, `6` = 5.61397, `7` = 5.61611, `8` = 6.27603, `9` = 6.74651, `10` = 12.3652, `1` = 13.9858, `2` = 14.3556, `3` = 12.7063, `4` = 6.55688, `5` = 10.6037, `6` = 11.0315, `7` = 7.24021, `8` = 7.59808, `9` = 11.2993, `10` = 6.06986)" -average,35,9.3988,2.37155,6.74283,13.3453,1,parametric,10,1,"c(`1` = 10.1015, `2` = 10.7624, `3` = 11.929, `4` = 10.0783, `5` = 11.2073, `6` = 9.23767, `7` = 11.7753, `8` = 13.4413, `9` = 9.61084, `10` = 8.30245, `1` = 7.20232, `2` = 7.41149, `3` = 8.20697, `4` = 6.69588, `5` = 4.73177, `6` = 8.06754, `7` = 6.82217, `8` = 8.56184, `9` = 4.2464, `10` = 10.2721, `1` = 14.7071, `2` = 9.01407, `3` = 9.51087, `4` = 6.73738, `5` = 8.18085, `6` = 7.16381, `7` = 10.0156, `8` = 11.4335, `9` = 5.33786, `10` = 7.91572, `1` = 11.0724, `2` = 9.74738, `3` = 11.058, `4` = 6.99471, -`5` = 9.58914, `6` = 7.60993, `7` = 8.73779, `8` = 4.71587, `9` = 4.85076, `10` = 10.1083, `1` = 10.72, `2` = 13.3694, `3` = 9.30998, `4` = 3.7877, `5` = 8.18639, `6` = 6.35145, `7` = 5.87867, `8` = 6.5855, `9` = 7.08474, `10` = 13.0148, `1` = 14.4937, `2` = 14.8082, `3` = 13.1374, `4` = 6.82086, `5` = 10.9967, `6` = 11.4309, `7` = 7.53142, `8` = 7.90218, `9` = 11.6293, `10` = 6.35919)" -average,36,9.74703,2.42787,7.01946,13.7684,1,parametric,10,1,"c(`1` = 10.5953, `2` = 11.1351, `3` = 12.3088, `4` = 10.5047, `5` = 11.5719, `6` = 9.52861, `7` = 12.1521, `8` = 13.8482, `9` = 9.96867, `10` = 8.65834, `1` = 7.46144, `2` = 7.61859, `3` = 8.59894, `4` = 6.94518, `5` = 4.88752, `6` = 8.32837, `7` = 7.04306, `8` = 8.82939, `9` = 4.34345, `10` = 10.6471, `1` = 15.1502, `2` = 9.2902, `3` = 9.87301, `4` = 6.98422, `5` = 8.38459, `6` = 7.36719, `7` = 10.3005, `8` = 11.8202, `9` = 5.59432, `10` = 8.1343, `1` = 11.4513, `2` = 10.0532, `3` = 11.3724, `4` = 7.18253, -`5` = 9.92374, `6` = 7.82688, `7` = 9.01385, `8` = 4.85381, `9` = 5.02526, `10` = 10.4749, `1` = 11.2312, `2` = 13.8132, `3` = 10.6988, `4` = 4.01422, `5` = 8.41337, `6` = 7.03228, `7` = 6.14514, `8` = 6.92155, `9` = 7.42439, `10` = 13.6594, `1` = 15.0093, `2` = 15.2654, `3` = 13.5741, `4` = 7.08984, `5` = 11.3959, `6` = 11.8362, `7` = 7.82812, `8` = 8.21197, `9` = 11.962, `10` = 6.65606)" -average,37,10.1012,2.48711,7.30383,14.198,1,parametric,10,1,"c(`1` = 11.1018, `2` = 11.5133, `3` = 12.6935, `4` = 10.9398, `5` = 11.9413, `6` = 9.82314, `7` = 12.5336, `8` = 14.2598, `9` = 10.3325, `10` = 9.02174, `1` = 7.72972, `2` = 7.83136, `3` = 9.00939, `4` = 7.2036, `5` = 5.0483, `6` = 8.59747, `7` = 7.27097, `8` = 9.10514, `9` = 4.44266, `10` = 11.0355, `1` = 15.601, `2` = 9.57131, `3` = 10.2443, `4` = 7.23696, `5` = 8.59086, `6` = 7.57378, `7` = 10.59, `8` = 12.215, `9` = 5.85976, `10` = 8.35616, `1` = 11.8395, `2` = 10.3656, `3` = 11.6926, `4` = 7.37353, -`5` = 10.2667, `6` = 8.04787, `7` = 9.29588, `8` = 4.99442, `9` = 5.20428, `10` = 10.851, `1` = 11.7396, `2` = 14.2534, `3` = 12.6329, `4` = 4.31322, `5` = 8.64552, `6` = 7.67212, `7` = 6.41588, `8` = 7.2887, `9` = 7.76614, `10` = 14.2973, `1` = 15.5329, `2` = 15.7276, `3` = 14.0164, `4` = 7.36395, `5` = 11.8015, `6` = 12.2478, `7` = 8.13048, `8` = 8.5276, `9` = 12.2975, `10` = 6.96069)" -average,38,10.4614,2.54988,7.59747,14.6379,1,parametric,10,1,"c(`1` = 11.6214, `2` = 11.8972, `3` = 13.0831, `4` = 11.384, `5` = 12.3156, `6` = 10.1214, `7` = 12.9201, `8` = 14.6763, `9` = 10.7024, `10` = 9.39284, `1` = 8.00769, `2` = 8.0501, `3` = 9.43949, `4` = 7.47168, `5` = 5.21439, `6` = 8.8753, `7` = 7.50628, `8` = 9.38954, `9` = 4.54414, `10` = 11.4382, `1` = 16.06, `2` = 9.85766, `3` = 10.6252, `4` = 7.49589, `5` = 8.79982, `6` = 7.78377, `7` = 10.8841, `8` = 12.6184, `9` = 6.13465, `10` = 8.58151, `1` = 12.2372, `2` = 10.6849, `3` = 12.0189, `4` = 7.56787, -`5` = 10.6183, `6` = 8.27307, `7` = 9.58414, `8` = 5.13781, `9` = 5.38803, `10` = 11.2373, `1` = 12.2466, `2` = 14.6906, `3` = 14.9343, `4` = 4.74202, `5` = 8.88317, `6` = 8.28317, `7` = 6.69125, `8` = 7.69251, `9` = 8.11063, `10` = 14.9279, `1` = 16.0646, `2` = 16.1949, `3` = 14.4647, `4` = 7.64334, `5` = 12.2137, `6` = 12.6656, `7` = 8.43866, `8` = 8.84925, `9` = 12.6361, `10` = 7.2733)" -average,39,10.8281,2.61394,7.90296,15.1186,1,parametric,10,1,"c(`1` = 12.1544, `2` = 12.2869, `3` = 13.4779, `4` = 11.8375, `5` = 12.6951, `6` = 10.4236, `7` = 13.3119, `8` = 15.0978, `9` = 11.0787, `10` = 9.77183, `1` = 8.29592, `2` = 8.27514, `3` = 9.89054, `4` = 7.74999, `5` = 5.38611, `6` = 9.16238, `7` = 7.74943, `8` = 9.68309, `9` = 4.64804, `10` = 11.8559, `1` = 16.5276, `2` = 10.1495, `3` = 11.0162, `4` = 7.76132, `5` = 9.01166, `6` = 7.99737, `7` = 11.1834, `8` = 13.0309, `9` = 6.41945, `10` = 8.81057, `1` = 12.6449, `2` = 11.0113, `3` = 12.3515, `4` = 7.76572, -`5` = 10.979, `6` = 8.50271, `7` = 9.87894, `8` = 5.28413, `9` = 5.57672, `10` = 11.634, `1` = 12.7536, `2` = 15.1254, `3` = 17.0747, `4` = 5.40496, `5` = 9.12665, `6` = 8.87378, `7` = 6.97159, `8` = 8.13984, `9` = 8.4584, `10` = 15.551, `1` = 16.6047, `2` = 16.6676, `3` = 14.9192, `4` = 7.92818, `5` = 12.6327, `6` = 13.0901, `7` = 8.75283, `8` = 9.17709, `9` = 12.9778, `10` = 7.59412)" -average,40,11.2014,2.67779,8.2208,15.5999,1,parametric,10,1,"c(`1` = 12.7011, `2` = 12.6827, `3` = 13.8781, `4` = 12.3005, `5` = 13.08, `6` = 10.7298, `7` = 13.709, `8` = 15.5247, `9` = 11.4616, `10` = 10.1589, `1` = 8.595, `2` = 8.50686, `3` = 10.3639, `4` = 8.03913, `5` = 5.56376, `6` = 9.45922, `7` = 8.00086, `8` = 9.98631, `9` = 4.75449, `10` = 12.2896, `1` = 17.0043, `2` = 10.4473, `3` = 11.4178, `4` = 8.03356, `5` = 9.22659, `6` = 8.21479, `7` = 11.488, `8` = 13.4528, `9` = 6.71466, `10` = 9.04354, `1` = 13.0631, `2` = 11.3452, `3` = 12.6909, `4` = 7.96724, -`5` = 11.3492, `6` = 8.73698, `7` = 10.1806, `8` = 5.4335, `9` = 5.77057, `10` = 12.0417, `1` = 13.2615, `2` = 15.5584, `3` = 18.8868, `4` = 6.31409, `5` = 9.3763, `6` = 9.44985, `7` = 7.25726, `8` = 8.6391, `9` = 8.81002, `10` = 16.1668, `1` = 17.1536, `2` = 17.1459, `3` = 15.38, `4` = 8.21863, `5` = 13.0588, `6` = 13.5214, `7` = 9.07317, `8` = 9.51133, `9` = 13.3228, `10` = 7.9234)" -average,41,11.5816,2.74232,8.54555,16.0953,1,parametric,10,1,"c(`1` = 13.2619, `2` = 13.0848, `3` = 14.2839, `4` = 12.7734, `5` = 13.4704, `6` = 11.0402, `7` = 14.1117, `8` = 15.9571, `9` = 11.8512, `10` = 10.5544, `1` = 8.90559, `2` = 8.74561, `3` = 10.8611, `4` = 8.33976, `5` = 5.7477, `6` = 9.76638, `7` = 8.26105, `8` = 10.2997, `9` = 4.86363, `10` = 12.7403, `1` = 17.4907, `2` = 10.7511, `3` = 11.8305, `4` = 8.31298, `5` = 9.4448, `6` = 8.43623, `7` = 11.7983, `8` = 13.8848, `9` = 7.02083, `10` = 9.28066, `1` = 13.4923, `2` = 11.6869, `3` = 13.0373, `4` = 8.17263, -`5` = 11.7293, `6` = 8.97611, `7` = 10.4893, `8` = 5.58608, `9` = 5.96984, `10` = 12.4609, `1` = 13.7713, `2` = 15.9902, `3` = 20.4399, `4` = 7.22213, `5` = 9.63249, `6` = 10.0157, `7` = 7.54859, `8` = 9.20042, `9` = 9.16598, `10` = 16.776, `1` = 17.7114, `2` = 17.63, `3` = 15.8473, `4` = 8.51487, `5` = 13.4921, `6` = 13.9597, `7` = 9.39989, `8` = 9.85215, `9` = 13.6713, `10` = 8.2614)" -average,42,11.969,2.80808,8.87208,16.5944,1,parametric,10,1,"c(`1` = 13.8372, `2` = 13.4934, `3` = 14.6955, `4` = 13.2562, `5` = 13.8667, `6` = 11.355, `7` = 14.5202, `8` = 16.3952, `9` = 12.2478, `10` = 10.9584, `1` = 9.22837, `2` = 8.99181, `3` = 11.3837, `4` = 8.65257, `5` = 5.9383, `6` = 10.0845, `7` = 8.53052, `8` = 10.624, `9` = 4.9756, `10` = 13.2088, `1` = 17.9872, `2` = 11.0615, `3` = 12.2549, `4` = 8.59994, `5` = 9.66648, `6` = 8.66194, `7` = 12.1146, `8` = 14.3272, `9` = 7.33853, `10` = 9.52218, `1` = 13.9329, `2` = 12.0369, `3` = 13.391, `4` = 8.38207, -`5` = 12.1198, `6` = 9.22033, `7` = 10.8056, `8` = 5.74202, `9` = 6.17475, `10` = 12.8921, `1` = 14.2841, `2` = 16.4212, `3` = 21.8118, `4` = 8.01695, `5` = 9.89563, `6` = 10.5745, `7` = 7.84595, `8` = 9.83558, `9` = 9.52678, `10` = 17.3792, `1` = 18.2786, `2` = 18.1201, `3` = 16.3216, `4` = 8.81708, `5` = 13.933, `6` = 14.4054, `7` = 9.73319, `8` = 10.1998, `9` = 14.0235, `10` = 8.6084)" -average,43,12.3639,2.87518,9.20017,17.0987,1,parametric,10,1,"c(`1` = 14.4274, `2` = 13.9088, `3` = 15.1132, `4` = 13.7495, `5` = 14.2689, `6` = 11.6744, `7` = 14.9348, `8` = 16.8394, `9` = 12.6516, `10` = 11.3713, `1` = 9.56409, `2` = 9.24586, `3` = 11.9335, `4` = 8.97832, `5` = 6.13594, `6` = 10.4142, `7` = 8.8098, `8` = 10.9597, `9` = 5.09058, `10` = 13.6964, `1` = 18.4945, `2` = 11.3787, `3` = 12.6916, `4` = 8.89483, `5` = 9.89187, `6` = 8.89214, `7` = 12.4372, `8` = 14.7807, `9` = 7.66839, `10` = 9.76833, `1` = 14.3856, `2` = 12.3954, `3` = 13.7524, `4` = 8.59575, -`5` = 12.5213, `6` = 9.46988, `7` = 11.1296, `8` = 5.90147, `9` = 6.38559, `10` = 13.3358, `1` = 14.8005, `2` = 16.852, `3` = 23.0551, `4` = 8.71912, `5` = 10.1661, `6` = 11.129, `7` = 8.14972, `8` = 10.557, `9` = 9.89292, `10` = 17.9773, `1` = 18.8555, `2` = 18.6166, `3` = 16.8029, `4` = 9.12546, `5` = 14.3817, `6` = 14.8585, `7` = 10.0733, `8` = 10.5544, `9` = 14.3795, `10` = 8.9647)" -average,44,12.7666,2.94379,9.53468,17.6095,1,parametric,10,1,"c(`1` = 15.0329, `2` = 14.3311, `3` = 15.5372, `4` = 14.2535, `5` = 14.6773, `6` = 11.9986, `7` = 15.3557, `8` = 17.2898, `9` = 13.0629, `10` = 11.7933, `1` = 9.91355, `2` = 9.50824, `3` = 12.5124, `4` = 9.31782, `5` = 6.34106, `6` = 10.7561, `7` = 9.09949, `8` = 11.3075, `9` = 5.20872, `10` = 14.2042, `1` = 19.013, `2` = 11.7031, `3` = 13.1412, `4` = 9.19806, `5` = 10.1212, `6` = 9.1271, `7` = 12.7665, `8` = 15.2459, `9` = 8.01106, `10` = 10.0194, `1` = 14.8508, `2` = 12.763, `3` = 14.1219, `4` = 8.81389, -`5` = 12.9341, `6` = 9.72503, `7` = 11.4619, `8` = 6.06461, `9` = 6.60264, `10` = 13.7928, `1` = 15.3214, `2` = 17.283, `3` = 24.2043, `4` = 9.35681, `5` = 10.4445, `6` = 11.6812, `7` = 8.46026, `8` = 11.3751, `9` = 10.2649, `10` = 18.5712, `1` = 19.4424, `2` = 19.1197, `3` = 17.2916, `4` = 9.44022, `5` = 14.8384, `6` = 15.3195, `7` = 10.4204, `8` = 10.9164, `9` = 14.7396, `10` = 9.33061)" -average,45,13.1775,3.01411,9.87694,18.1277,1,parametric,10,1,"c(`1` = 15.6542, `2` = 14.7607, `3` = 15.9678, `4` = 14.7685, `5` = 15.0923, `6` = 12.3276, `7` = 15.7831, `8` = 17.7468, `9` = 13.4819, `10` = 12.2247, `1` = 10.2776, `2` = 9.77943, `3` = 13.1225, `4` = 9.67194, `5` = 6.55411, `6` = 11.111, `7` = 9.40022, `8` = 11.6682, `9` = 5.33022, `10` = 14.7335, `1` = 19.5434, `2` = 12.0351, `3` = 13.6045, `4` = 9.51008, `5` = 10.3547, `6` = 9.36708, `7` = 13.1028, `8` = 15.7233, `9` = 8.36728, `10` = 10.2756, `1` = 15.3292, `2` = 13.1399, `3` = 14.4999, `4` = 9.0367, -`5` = 13.3589, `6` = 9.98603, `7` = 11.8028, `8` = 6.2316, `9` = 6.82619, `10` = 14.2636, `1` = 15.8475, `2` = 17.7148, `3` = 25.2826, `4` = 9.94907, `5` = 10.7311, `6` = 12.2329, `7` = 8.77797, `8` = 12.2937, `9` = 10.6431, `10` = 19.1617, `1` = 20.0396, `2` = 19.6296, `3` = 17.7879, `4` = 9.76158, `5` = 15.3035, `6` = 15.7885, `7` = 10.7748, `8` = 11.2858, `9` = 15.1039, `10` = 9.70646)" -average,46,13.5969,3.08641,10.226,18.654,1,parametric,10,1,"c(`1` = 16.2918, `2` = 15.1979, `3` = 16.4052, `4` = 15.295, `5` = 15.514, `6` = 12.6619, `7` = 16.2174, `8` = 18.2106, `9` = 13.9088, `10` = 12.6658, `1` = 10.6572, `2` = 10.0599, `3` = 13.766, `4` = 10.0416, `5` = 6.77557, `6` = 11.4798, `7` = 9.71266, `8` = 12.0425, `9` = 5.45526, `10` = 15.2857, `1` = 20.0864, `2` = 12.3751, `3` = 14.0821, `4` = 9.83136, `5` = 10.5926, `6` = 9.61237, `7` = 13.4466, `8` = 16.2137, `9` = 8.73779, `10` = 10.5374, `1` = 15.8215, `2` = 13.5268, `3` = 14.8867, `4` = 9.2644, -`5` = 13.7962, `6` = 10.2532, `7` = 12.1527, `8` = 6.40264, `9` = 7.05657, `10` = 14.7489, `1` = 16.3795, `2` = 18.1479, `3` = 26.3063, `4` = 10.5084, `5` = 11.0265, `6` = 12.7857, `7` = 9.10326, `8` = 13.3038, `9` = 11.0281, `10` = 19.7496, `1` = 20.6476, `2` = 20.1467, `3` = 18.2922, `4` = 10.0898, `5` = 15.7773, `6` = 16.266, `7` = 11.1367, `8` = 11.663, `9` = 15.4725, `10` = 10.0926)" -average,47,14.0252,3.16096,10.551,19.1969,1,parametric,10,1,"c(`1` = 16.9461, `2` = 15.6428, `3` = 16.8497, `4` = 15.8332, `5` = 15.9428, `6` = 13.0015, `7` = 16.6587, `8` = 18.6815, `9` = 14.3441, `10` = 13.1169, `1` = 11.0533, `2` = 10.3503, `3` = 14.4454, `4` = 10.4279, `5` = 7.00598, `6` = 11.8632, `7` = 10.0375, `8` = 12.4312, `9` = 5.58404, `10` = 15.8622, `1` = 20.6427, `2` = 12.7236, `3` = 14.5749, `4` = 10.1624, `5` = 10.8351, `6` = 9.86326, `7` = 13.7982, `8` = 16.7177, `9` = 9.12344, `10` = 10.8049, `1` = 16.3282, `2` = 13.924, `3` = 15.2828, `4` = 9.49725, -`5` = 14.2467, `6` = 10.5268, `7` = 12.512, `8` = 6.57793, `9` = 7.29411, `10` = 15.2494, `1` = 16.9183, `2` = 18.5827, `3` = 27.2871, `4` = 11.0432, `5` = 11.3313, `6` = 13.3409, `7` = 9.43657, `8` = 14.3814, `9` = 11.4204, `10` = 20.3359, `1` = 21.2667, `2` = 20.6712, `3` = 18.8048, `4` = 10.425, `5` = 16.26, `6` = 16.7522, `7` = 11.5064, `8` = 12.0483, `9` = 15.8458, `10` = 10.4894)" -average,48,14.4628,3.23799,10.8832,19.7623,1,parametric,10,1,"c(`1` = 17.6178, `2` = 16.0959, `3` = 17.3016, `4` = 16.3837, `5` = 16.3789, `6` = 13.3467, `7` = 17.1075, `8` = 19.1599, `9` = 14.788, `10` = 13.5784, `1` = 11.4671, `2` = 10.6512, `3` = 15.1634, `4` = 10.8318, `5` = 7.2459, `6` = 12.2623, `7` = 10.3757, `8` = 12.8354, `9` = 5.71678, `10` = 16.4647, `1` = 21.2129, `2` = 13.0811, `3` = 15.0836, `4` = 10.5038, `5` = 11.0826, `6` = 10.1201, `7` = 14.1582, `8` = 17.2361, `9` = 9.52513, `10` = 11.0785, `1` = 16.8501, `2` = 14.3321, `3` = 15.6887, `4` = 9.73549, -`5` = 14.711, `6` = 10.8071, `7` = 12.8812, `8` = 6.75767, `9` = 7.53917, `10` = 15.7659, `1` = 17.4644, `2` = 19.0197, `3` = 28.2339, `4` = 11.5595, `5` = 11.6461, `6` = 13.8997, `7` = 9.77832, `8` = 15.493, `9` = 11.8205, `10` = 20.9214, `1` = 21.8974, `2` = 21.2036, `3` = 19.326, `4` = 10.7677, `5` = 16.752, `6` = 17.2474, `7` = 11.8842, `8` = 12.4419, `9` = 16.2239, `10` = 10.8973)" -average,49,14.91,3.31772,11.2225,20.3402,1,parametric,10,1,"c(`1` = 18.3074, `2` = 16.5575, `3` = 17.7613, `4` = 16.9468, `5` = 16.8226, `6` = 13.6978, `7` = 17.564, `8` = 19.646, `9` = 15.2408, `10` = 14.0506, `1` = 11.8996, `2` = 10.9632, `3` = 15.9229, `4` = 11.2547, `5` = 7.49595, `6` = 12.6779, `7` = 10.7279, `8` = 13.2559, `9` = 5.85373, `10` = 17.0949, `1` = 21.798, `2` = 13.448, `3` = 15.6093, `4` = 10.856, `5` = 11.3354, `6` = 10.3831, `7` = 14.5269, `8` = 17.7697, `9` = 9.94381, `10` = 11.3586, `1` = 17.3881, `2` = 14.7517, `3` = 16.1048, `4` = 9.97939, -`5` = 15.1898, `6` = 11.0946, `7` = 13.2609, `8` = 6.94209, `9` = 7.79215, `10` = 16.2992, `1` = 18.0186, `2` = 19.4593, `3` = 29.1535, `4` = 12.0617, `5` = 11.9715, `6` = 14.4632, `7` = 10.129, `8` = 16.6069, `9` = 12.2288, `10` = 21.5069, `1` = 22.5402, `2` = 21.744, `3` = 19.8561, `4` = 11.1179, `5` = 17.2537, `6` = 17.752, `7` = 12.2703, `8` = 12.8442, `9` = 16.6071, `10` = 11.3166)" -average,50,15.3674,3.40031,11.5693,20.9299,1,parametric,10,1,"c(`1` = 19.0155, `2` = 17.0278, `3` = 18.229, `4` = 17.523, `5` = 17.2742, `6` = 14.0549, `7` = 18.0285, `8` = 20.1402, `9` = 15.7029, `10` = 14.534, `1` = 12.3523, `2` = 11.287, `3` = 16.7272, `4` = 11.6977, `5` = 7.75679, `6` = 13.1112, `7` = 11.0951, `8` = 13.6938, `9` = 5.99512, `10` = 17.7547, `1` = 22.3987, `2` = 13.8248, `3` = 16.1528, `4` = 11.2198, `5` = 11.5937, `6` = 10.6528, `7` = 14.905, `8` = 18.3194, `9` = 10.3805, `10` = 11.6456, `1` = 17.9429, `2` = 15.1832, `3` = 16.5317, `4` = 10.2293, -`5` = 15.6839, `6` = 11.3895, `7` = 13.6515, `8` = 7.13141, `9` = 8.05344, `10` = 16.8502, `1` = 18.5816, `2` = 19.902, `3` = 30.0514, `4` = 12.5532, `5` = 12.3082, `6` = 15.0325, `7` = 10.4891, `8` = 17.701, `9` = 12.646, `10` = 22.0932, `1` = 23.1954, `2` = 22.2929, `3` = 20.3955, `4` = 11.476, `5` = 17.7655, `6` = 18.2664, `7` = 12.6652, `8` = 13.2556, `9` = 16.9956, `10` = 11.7479)" -average,51,15.8353,3.48591,11.9245,21.5322,1,parametric,10,1,"c(`1` = 19.7429, `2` = 17.5073, `3` = 18.7051, `4` = 18.1128, `5` = 17.7341, `6` = 14.4184, `7` = 18.5014, `8` = 20.6429, `9` = 16.1747, `10` = 15.029, `1` = 12.8264, `2` = 11.6234, `3` = 17.5798, `4` = 12.1624, `5` = 8.02915, `6` = 13.5634, `7` = 11.4783, `8` = 14.1502, `9` = 6.14123, `10` = 18.4462, `1` = 23.016, `2` = 14.2123, `3` = 16.7153, `4` = 11.5957, `5` = 11.8579, `6` = 10.9295, `7` = 15.2929, `8` = 18.8861, `9` = 10.8364, `10` = 11.9398, `1` = 18.5154, `2` = 15.6274, `3` = 16.9699, `4` = 10.4854, -`5` = 16.1941, `6` = 11.6923, `7` = 14.0536, `8` = 7.32591, `9` = 8.3235, `10` = 17.4198, `1` = 19.1541, `2` = 20.3483, `3` = 30.932, `4` = 13.0367, `5` = 12.657, `6` = 15.6087, `7` = 10.8592, `8` = 18.7642, `9` = 13.0726, `10` = 22.6811, `1` = 23.8637, `2` = 22.8506, `3` = 20.9446, `4` = 11.8424, `5` = 18.2878, `6` = 18.791, `7` = 13.0691, `8` = 13.6763, `9` = 17.3896, `10` = 12.1916)" -average,52,16.3143,3.57468,12.2851,22.1478,1,parametric,10,1,"c(`1` = 20.4902, `2` = 17.9964, `3` = 19.19, `4` = 18.7167, `5` = 18.2027, `6` = 14.7885, `7` = 18.9831, `8` = 21.1545, `9` = 16.6564, `10` = 15.5359, `1` = 13.3235, `2` = 11.9732, `3` = 18.4847, `4` = 12.6502, `5` = 8.31382, `6` = 14.0357, `7` = 11.8786, `8` = 14.6265, `9` = 6.29235, `10` = 19.1716, `1` = 23.6508, `2` = 14.6109, `3` = 17.2979, `4` = 11.9846, `5` = 12.1284, `6` = 11.2136, `7` = 15.6912, `8` = 19.4708, `9` = 11.3128, `10` = 12.2417, `1` = 19.1065, `2` = 16.0848, `3` = 17.42, `4` = 10.7481, -`5` = 16.7212, `6` = 12.0033, `7` = 14.4678, `8` = 7.52583, `9` = 8.60279, `10` = 18.0091, `1` = 19.7369, `2` = 20.7987, `3` = 31.7991, `4` = 13.5144, `5` = 13.0187, `6` = 16.1926, `7` = 11.2398, `8` = 19.7931, `9` = 13.5092, `10` = 23.2714, `1` = 24.5455, `2` = 23.4175, `3` = 21.5039, `4` = 12.2173, `5` = 18.8209, `6` = 19.3262, `7` = 13.4825, `8` = 14.1068, `9` = 17.7894, `10` = 12.6483)" -average,53,16.805,3.66676,12.6512,22.7774,1,parametric,10,1,"c(`1` = 21.2583, `2` = 18.4954, `3` = 19.684, `4` = 19.3353, `5` = 18.6803, `6` = 15.1655, `7` = 19.4739, `8` = 21.6753, `9` = 17.1487, `10` = 16.0553, `1` = 13.8452, `2` = 12.3373, `3` = 19.4462, `4` = 13.1629, `5` = 8.61165, `6` = 14.5296, `7` = 12.2971, `8` = 15.1239, `9` = 6.4488, `10` = 19.9335, `1` = 24.3042, `2` = 15.0213, `3` = 17.9017, `4` = 12.3872, `5` = 12.4054, `6` = 11.5056, `7` = 16.1005, `8` = 20.0745, `9` = 11.8108, `10` = 12.5517, `1` = 19.7172, `2` = 16.5563, `3` = 17.8827, `4` = 11.0177, -`5` = 17.2661, `6` = 12.3229, `7` = 14.8948, `8` = 7.73147, `9` = 8.89182, `10` = 18.619, `1` = 20.3308, `2` = 21.2535, `3` = 32.6556, `4` = 13.9881, `5` = 13.3941, `6` = 16.7853, `7` = 11.6315, `8` = 20.7888, `9` = 13.9564, `10` = 23.8648, `1` = 25.2415, `2` = 23.9941, `3` = 22.0737, `4` = 12.6012, `5` = 19.3654, `6` = 19.8724, `7` = 13.9057, `8` = 14.5474, `9` = 18.1953, `10` = 13.1184)" -average,54,17.3078,3.76234,13.0264,23.4217,1,parametric,10,1,"c(`1` = 22.0478, `2` = 19.0048, `3` = 20.1877, `4` = 19.9692, `5` = 19.1673, `6` = 15.5498, `7` = 19.9742, `8` = 22.2057, `9` = 17.6518, `10` = 16.5877, `1` = 14.3935, `2` = 12.7165, `3` = 20.4689, `4` = 13.7023, `5` = 8.92358, `6` = 15.0465, `7` = 12.7353, `8` = 15.6439, `9` = 6.6109, `10` = 20.7344, `1` = 24.9773, `2` = 15.4444, `3` = 18.5281, `4` = 12.8043, `5` = 12.6895, `6` = 11.8059, `7` = 16.5216, `8` = 20.6986, `9` = 12.3321, `10` = 12.8704, `1` = 20.3488, `2` = 17.0425, `3` = 18.3585, `4` = 11.2946, -`5` = 17.8299, `6` = 12.6518, `7` = 15.3352, `8` = 7.94314, `9` = 9.19114, `10` = 19.2509, `1` = 20.9364, `2` = 21.7134, `3` = 33.5044, `4` = 14.4594, `5` = 13.7843, `6` = 17.3877, `7` = 12.0349, `8` = 21.7545, `9` = 14.4149, `10` = 24.4621, `1` = 25.9522, `2` = 24.5808, `3` = 22.6545, `4` = 12.9943, `5` = 19.9218, `6` = 20.4301, `7` = 14.3391, `8` = 14.9986, `9` = 18.6075, `10` = 13.6026)" -average,55,17.8234,3.8616,13.4113,24.1039,1,parametric,10,1,"c(`1` = 22.8597, `2` = 19.525, `3` = 20.7014, `4` = 20.619, `5` = 19.6642, `6` = 15.9417, `7` = 20.4846, `8` = 22.7464, `9` = 18.1663, `10` = 17.1336, `1` = 14.9701, `2` = 13.1121, `3` = 21.5583, `4` = 14.2705, `5` = 9.25063, `6` = 15.5881, `7` = 13.1944, `8` = 16.1882, `9` = 6.77903, `10` = 21.5773, `1` = 25.6712, `2` = 15.8807, `3` = 19.1786, `4` = 13.2369, `5` = 12.981, `6` = 12.115, `7` = 16.955, `8` = 21.3441, `9` = 12.8782, `10` = 13.1982, `1` = 21.0022, `2` = 17.5442, `3` = 18.8483, `4` = 11.5792, -`5` = 18.4136, `6` = 12.9902, `7` = 15.7898, `8` = 8.16116, `9` = 9.50133, `10` = 19.9058, `1` = 21.5548, `2` = 22.1787, `3` = 34.3477, `4` = 14.9295, `5` = 14.1902, `6` = 18.0008, `7` = 12.4508, `8` = 22.6944, `9` = 14.8853, `10` = 25.0641, `1` = 26.6783, `2` = 25.178, `3` = 23.2469, `4` = 13.3972, `5` = 20.4905, `6` = 20.9999, `7` = 14.7832, `8` = 15.4608, `9` = 19.0265, `10` = 14.1014)" -average,56,18.3524,3.96474,13.8039,24.8378,1,parametric,10,1,"c(`1` = 23.695, `2` = 20.0566, `3` = 21.2255, `4` = 21.2854, `5` = 20.1714, `6` = 16.3416, `7` = 21.0055, `8` = 23.2976, `9` = 18.6926, `10` = 17.6936, `1` = 15.5774, `2` = 13.525, `3` = 22.7202, `4` = 14.8696, `5` = 9.59391, `6` = 16.1563, `7` = 13.676, `8` = 16.7585, `9` = 6.95359, `10` = 22.4656, `1` = 26.3874, `2` = 16.3312, `3` = 19.8547, `4` = 13.6859, `5` = 13.2805, `6` = 12.4336, `7` = 17.4017, `8` = 22.0125, `9` = 13.4508, `10` = 13.5358, `1` = 21.6787, `2` = 18.0624, `3` = 19.3527, `4` = 11.8719, -`5` = 19.0183, `6` = 13.3389, `7` = 16.2593, `8` = 8.38588, `9` = 9.82302, `10` = 20.5853, `1` = 22.1867, `2` = 22.6501, `3` = 35.1877, `4` = 15.3999, `5` = 14.613, `6` = 18.6256, `7` = 12.8798, `8` = 23.6124, `9` = 15.3684, `10` = 25.6715, `1` = 27.4205, `2` = 25.7862, `3` = 23.8513, `4` = 13.8101, `5` = 21.0721, `6` = 21.5822, `7` = 15.2384, `8` = 15.9346, `9` = 19.4524, `10` = 14.6156)" -average,57,18.8955,4.07198,14.2053,25.592,1,parametric,10,1,"c(`1` = 24.5546, `2` = 20.6001, `3` = 21.7607, `4` = 21.9692, `5` = 20.6895, `6` = 16.7497, `7` = 21.5373, `8` = 23.86, `9` = 19.2314, `10` = 18.2683, `1` = 16.2178, `2` = 13.9566, `3` = 23.961, `4` = 15.5022, `5` = 9.95465, `6` = 16.7529, `7` = 14.1818, `8` = 17.3566, `9` = 7.13501, `10` = 23.4026, `1` = 27.1272, `2` = 16.7968, `3` = 20.5581, `4` = 14.1524, `5` = 13.5883, `6` = 12.7621, `7` = 17.8624, `8` = 22.7052, `9` = 14.0519, `10` = 13.8836, `1` = 22.3798, `2` = 18.598, `3` = 19.8727, `4` = 12.1732, -`5` = 19.6454, `6` = 13.6983, `7` = 16.7448, `8` = 8.61769, `9` = 10.1569, `10` = 21.2906, `1` = 22.833, `2` = 23.128, `3` = 36.0263, `4` = 15.8715, `5` = 15.0539, `6` = 19.263, `7` = 13.3228, `8` = 24.5124, `9` = 15.865, `10` = 26.285, `1` = 28.1795, `2` = 26.4061, `3` = 24.4683, `4` = 14.2337, `5` = 21.6673, `6` = 22.1777, `7` = 15.7054, `8` = 16.4205, `9` = 19.8857, `10` = 15.1459)" -average,58,19.4534,4.18354,14.6176,26.3675,1,parametric,10,1,"c(`1` = 25.4396, `2` = 21.156, `3` = 22.3074, `4` = 22.671, `5` = 21.2188, `6` = 17.1666, `7` = 22.0806, `8` = 24.4342, `9` = 19.7832, `10` = 18.8584, `1` = 16.8938, `2` = 14.4082, `3` = 25.2881, `4` = 16.171, `5` = 10.3342, `6` = 17.3803, `7` = 14.7137, `8` = 17.9848, `9` = 7.32375, `10` = 24.3925, `1` = 27.8922, `2` = 17.2785, `3` = 21.2906, `4` = 14.6377, `5` = 13.9052, `6` = 13.1013, `7` = 18.3381, `8` = 23.4239, `9` = 14.6835, `10` = 14.2425, `1` = 23.1069, `2` = 19.152, `3` = 20.409, `4` = 12.4835, -`5` = 20.2961, `6` = 14.069, `7` = 17.247, `8` = 8.857, `9` = 10.5037, `10` = 22.0235, `1` = 23.4948, `2` = 23.6131, `3` = 36.8653, `4` = 16.3454, `5` = 15.5143, `6` = 19.9142, `7` = 13.7805, `8` = 25.3982, `9` = 16.3759, `10` = 26.9056, `1` = 28.9561, `2` = 27.0381, `3` = 25.0985, `4` = 14.6683, `5` = 22.2766, `6` = 22.7869, `7` = 16.1845, `8` = 16.919, `9` = 20.3268, `10` = 15.693)" -average,59,20.027,4.29968,15.0413,27.1654,1,parametric,10,1,"c(`1` = 26.3511, `2` = 21.7249, `3` = 22.8663, `4` = 23.3918, `5` = 21.7601, `6` = 17.5926, `7` = 22.636, `8` = 25.0206, `9` = 20.3486, `10` = 19.4645, `1` = 17.6085, `2` = 14.8813, `3` = 26.7096, `4` = 16.879, `5` = 10.7341, `6` = 18.0408, `7` = 15.2737, `8` = 18.6454, `9` = 7.52033, `10` = 25.4396, `1` = 28.684, `2` = 17.7773, `3` = 22.0544, `4` = 15.143, `5` = 14.2316, `6` = 13.4518, `7` = 18.8297, `8` = 24.1704, `9` = 15.348, `10` = 14.6132, `1` = 23.8616, `2` = 19.7255, `3` = 20.9628, `4` = 12.8034, -`5` = 20.9719, `6` = 14.4518, `7` = 17.767, `8` = 9.10424, `9` = 10.8643, `10` = 22.7856, `1` = 24.1731, `2` = 24.1058, `3` = 37.7064, `4` = 16.8226, `5` = 15.9955, `6` = 20.5802, `7` = 14.2539, `8` = 26.2728, `9` = 16.902, `10` = 27.534, `1` = 29.7512, `2` = 27.6828, `3` = 25.7425, `4` = 15.1146, `5` = 22.9007, `6` = 23.4106, `7` = 16.6764, `8` = 17.4307, `9` = 20.776, `10` = 16.2578)" -average,60,20.6171,4.42066,15.4772,27.987,1,parametric,10,1,"c(`1` = 27.2905, `2` = 22.3076, `3` = 23.4378, `4` = 24.1325, `5` = 22.3139, `6` = 18.0283, `7` = 23.204, `8` = 25.6199, `9` = 20.9282, `10` = 20.0876, `1` = 18.365, `2` = 15.3775, `3` = 28.2347, `4` = 17.6295, `5` = 11.1559, `6` = 18.7371, `7` = 15.864, `8` = 19.3409, `9` = 7.72532, `10` = 26.5487, `1` = 29.5044, `2` = 18.2944, `3` = 22.8516, `4` = 15.6697, `5` = 14.5681, `6` = 13.8144, `7` = 19.3382, `8` = 24.9464, `9` = 16.0478, `10` = 14.9963, `1` = 24.6455, `2` = 20.3197, `3` = 21.5349, `4` = 13.1335, -`5` = 21.6743, `6` = 14.8473, `7` = 18.3058, `8` = 9.3599, `9` = 11.2394, `10` = 23.5788, `1` = 24.8689, `2` = 24.6069, `3` = 38.5511, `4` = 17.3039, `5` = 16.4993, `6` = 21.2622, `7` = 14.744, `8` = 27.1394, `9` = 17.4443, `10` = 28.171, `1` = 30.5657, `2` = 28.341, `3` = 26.4011, `4` = 15.5731, `5` = 23.5404, `6` = 24.0494, `7` = 17.1818, `8` = 17.9564, `9` = 21.2337, `10` = 16.8411)" -average,61,21.2246,4.54678,15.9258,28.8338,1,parametric,10,1,"c(`1` = 28.2591, `2` = 22.9046, `3` = 24.0228, `4` = 24.8941, `5` = 22.8808, `6` = 18.4741, `7` = 23.7855, `8` = 26.2328, `9` = 21.5229, `10` = 20.7283, `1` = 19.1669, `2` = 15.8986, `3` = 29.8735, `4` = 18.4264, `5` = 11.6014, `6` = 19.4721, `7` = 16.4872, `8` = 20.0741, `9` = 7.93934, `10` = 27.7251, `1` = 30.3555, `2` = 18.831, `3` = 23.6846, `4` = 16.2194, `5` = 14.9156, `6` = 14.19, `7` = 19.865, `8` = 25.7542, `9` = 16.7858, `10` = 15.3929, `1` = 25.4606, `2` = 20.9358, `3` = 22.1266, `4` = 13.4743, -`5` = 22.4051, `6` = 15.2564, `7` = 18.8647, `8` = 9.62449, `9` = 11.6301, `10` = 24.4051, `1` = 25.5835, `2` = 25.1169, `3` = 39.401, `4` = 17.7904, `5` = 17.0273, `6` = 21.9614, `7` = 15.2518, `8` = 28.0005, `9` = 18.0038, `10` = 28.8175, `1` = 31.4005, `2` = 29.0132, `3` = 27.075, `4` = 16.0444, `5` = 24.1964, `6` = 24.7042, `7` = 17.7012, `8` = 18.4966, `9` = 21.7004, `10` = 17.444)" -average,62,21.8506,4.67834,16.3878,29.7072,1,parametric,10,1,"c(`1` = 29.2582, `2` = 23.5168, `3` = 24.6218, `4` = 25.6775, `5` = 23.4616, `6` = 18.9306, `7` = 24.3809, `8` = 26.8601, `9` = 22.1333, `10` = 21.3876, `1` = 20.0184, `2` = 16.4467, `3` = 31.6375, `4` = 19.2736, `5` = 12.0728, `6` = 20.2491, `7` = 17.1461, `8` = 20.8483, `9` = 8.16305, `10` = 28.975, `1` = 31.2394, `2` = 19.3886, `3` = 24.5562, `4` = 16.7937, `5` = 15.2747, `6` = 14.5794, `7` = 20.4112, `8` = 26.596, `9` = 17.5651, `10` = 15.8037, `1` = 26.3089, `2` = 21.5754, `3` = 22.739, `4` = 13.8266, -`5` = 23.1662, `6` = 15.6799, `7` = 19.445, `8` = 9.89858, `9` = 12.0374, `10` = 25.2667, `1` = 26.3181, `2` = 25.6366, `3` = 40.2576, `4` = 18.283, `5` = 17.5813, `6` = 22.679, `7` = 15.7785, `8` = 28.8586, `9` = 18.5817, `10` = 29.4745, `1` = 32.2568, `2` = 29.7002, `3` = 27.765, `4` = 16.5291, `5` = 24.8696, `6` = 25.3757, `7` = 18.2355, `8` = 19.0522, `9` = 22.1766, `10` = 18.0674)" -average,63,22.4962,4.8157,16.8641,30.6089,1,parametric,10,1,"c(`1` = 30.2896, `2` = 24.1449, `3` = 25.2357, `4` = 26.484, `5` = 24.057, `6` = 19.3984, `7` = 24.9913, `8` = 27.5025, `9` = 22.7604, `10` = 22.0665, `1` = 20.9238, `2` = 17.0239, `3` = 33.54, `4` = 20.1759, `5` = 12.5722, `6` = 21.0718, `7` = 17.8438, `8` = 21.6669, `9` = 8.39722, `10` = 30.3049, `1` = 32.1585, `2` = 19.9686, `3` = 25.4692, `4` = 17.3945, `5` = 15.6462, `6` = 14.9836, `7` = 20.9782, `8` = 27.4744, `9` = 18.3891, `10` = 16.2299, `1` = 27.1927, `2` = 22.2399, `3` = 23.3736, `4` = 14.191, -`5` = 23.9596, `6` = 16.1187, `7` = 20.048, `8` = 10.1828, `9` = 12.4624, `10` = 26.166, `1` = 27.0741, `2` = 26.1667, `3` = 41.1223, `4` = 18.7825, `5` = 18.1635, `6` = 23.4165, `7` = 16.3254, `8` = 29.7161, `9` = 19.1791, `10` = 30.1429, `1` = 33.1356, `2` = 30.403, `3` = 28.472, `4` = 17.0281, `5` = 25.5609, `6` = 26.0648, `7` = 18.7855, `8` = 19.624, `9` = 22.6629, `10` = 18.7126)" -average,64,23.1625,4.95924,17.3531,31.5406,1,parametric,10,1,"c(`1` = 31.3548, `2` = 24.7899, `3` = 25.8654, `4` = 27.3147, `5` = 24.6677, `6` = 19.878, `7` = 25.6172, `8` = 28.1609, `9` = 23.405, `10` = 22.766, `1` = 21.8883, `2` = 17.6327, `3` = 35.5956, `4` = 21.1384, `5` = 13.1022, `6` = 21.9442, `7` = 18.5836, `8` = 22.5338, `9` = 8.64266, `10` = 31.7224, `1` = 33.1153, `2` = 20.5729, `3` = 26.427, `4` = 18.024, `5` = 16.0311, `6` = 15.4038, `7` = 21.5676, `8` = 28.3921, `9` = 19.2616, `10` = 16.6726, `1` = 28.1144, `2` = 22.9309, `3` = 24.0316, `4` = 14.5683, -`5` = 24.7876, `6` = 16.5738, `7` = 20.6752, `8` = 10.4778, `9` = 12.9064, `10` = 27.1057, `1` = 27.8529, `2` = 26.7079, `3` = 41.9968, `4` = 19.2899, `5` = 18.7761, `6` = 24.1754, `7` = 16.8938, `8` = 30.5752, `9` = 19.7974, `10` = 30.8237, `1` = 34.0383, `2` = 31.1222, `3` = 29.1968, `4` = 17.5421, `5` = 26.2714, `6` = 26.7725, `7` = 19.3519, `8` = 20.2128, `9` = 23.1597, `10` = 19.3807)" -average,65,23.8508,5.10937,17.8518,32.5044,1,parametric,10,1,"c(`1` = 32.4558, `2` = 25.4527, `3` = 26.5116, `4` = 28.1711, `5` = 25.2948, `6` = 20.3703, `7` = 26.2597, `8` = 28.8362, `9` = 24.0681, `10` = 23.4872, `1` = 22.9174, `2` = 18.2759, `3` = 37.8211, `4` = 22.1671, `5` = 13.6655, `6` = 22.8709, `7` = 19.3695, `8` = 23.4534, `9` = 8.90029, `10` = 33.2359, `1` = 34.1129, `2` = 21.2031, `3` = 27.4333, `4` = 18.6843, `5` = 16.4303, `6` = 15.8411, `7` = 22.1811, `8` = 29.3523, `9` = 20.187, `10` = 17.133, `1` = 29.0766, `2` = 23.6505, `3` = 24.7148, `4` = 14.9595, -`5` = 25.6525, `6` = 17.0463, `7` = 21.3284, `8` = 10.7842, `9` = 13.3707, `10` = 28.0888, `1` = 28.6562, `2` = 27.2612, `3` = 42.8823, `4` = 19.8061, `5` = 19.4214, `6` = 24.9572, `7` = 17.4852, `8` = 31.4379, `9` = 20.4381, `10` = 31.5179, `1` = 34.966, `2` = 31.8589, `3` = 29.9406, `4` = 18.0718, `5` = 27.002, `6` = 27.4999, `7` = 19.9357, `8` = 20.8197, `9` = 23.6677, `10` = 20.073)" -average,66,24.5626,5.26655,18.3668,33.5028,1,parametric,10,1,"c(`1` = 33.5945, `2` = 26.1343, `3` = 27.1754, `4` = 29.0546, `5` = 25.9391, `6` = 20.8758, `7` = 26.9198, `8` = 29.5295, `9` = 24.7507, `10` = 24.2314, `1` = 24.0176, `2` = 18.9564, `3` = 40.236, `4` = 23.2686, `5` = 14.2654, `6` = 23.857, `7` = 20.2059, `8` = 24.4306, `9` = 9.17114, `10` = 34.855, `1` = 35.1544, `2` = 21.8614, `3` = 28.492, `4` = 19.3782, `5` = 16.845, `6` = 16.2969, `7` = 22.8206, `8` = 30.3583, `9` = 21.1701, `10` = 17.6125, `1` = 30.0824, `2` = 24.4005, `3` = 25.4249, `4` = 15.3655, -`5` = 26.5571, `6` = 17.5374, `7` = 22.0094, `8` = 11.103, `9` = 13.8568, `10` = 29.1183, `1` = 29.4857, `2` = 27.8274, `3` = 43.7807, `4` = 20.3321, `5` = 20.1021, `6` = 25.7637, `7` = 18.1013, `8` = 32.3062, `9` = 21.1026, `10` = 32.2269, `1` = 35.9204, `2` = 32.614, `3` = 30.7043, `4` = 18.6184, `5` = 27.754, `6` = 28.2481, `7` = 20.5381, `8` = 21.4456, `9` = 24.1876, `10` = 20.7911)" -average,67,25.2995,5.43131,18.8994,34.5382,1,parametric,10,1,"c(`1` = 34.7732, `2` = 26.8358, `3` = 27.8579, `4` = 29.9667, `5` = 26.6017, `6` = 21.3955, `7` = 27.5984, `8` = 30.2417, `9` = 25.4541, `10` = 24.9999, `1` = 25.196, `2` = 19.6778, `3` = 42.8621, `4` = 24.4504, `5` = 14.9055, `6` = 24.9082, `7` = 21.0976, `8` = 25.4709, `9` = 9.45634, `10` = 36.5905, `1` = 36.2433, `2` = 22.55, `3` = 29.6076, `4` = 20.1083, `5` = 17.2764, `6` = 16.7726, `7` = 23.488, `8` = 31.4141, `9` = 22.2161, `10` = 18.1125, `1` = 31.1349, `2` = 25.1832, `3` = 26.1638, `4` = 15.7872, -`5` = 27.5045, `6` = 18.0485, `7` = 22.7203, `8` = 11.435, `9` = 14.3664, `10` = 30.1978, `1` = 30.3433, `2` = 28.4075, `3` = 44.6933, `4` = 20.869, `5` = 20.821, `6` = 26.5967, `7` = 18.7439, `8` = 33.1821, `9` = 21.7929, `10` = 32.9517, `1` = 36.903, `2` = 33.3887, `3` = 31.4892, `4` = 19.1826, `5` = 28.5286, `6` = 29.0183, `7` = 21.1599, `8` = 22.0918, `9` = 24.7201, `10` = 21.5365)" -average,68,26.0632,5.60423,19.4495,35.6127,1,parametric,10,1,"c(`1` = 35.9943, `2` = 27.5586, `3` = 28.5601, `4` = 30.9093, `5` = 27.2838, `6` = 21.9302, `7` = 28.2967, `8` = 30.9741, `9` = 26.1795, `10` = 25.7942, `1` = 26.4609, `2` = 20.4439, `3` = 45.725, `4` = 25.7209, `5` = 15.5897, `6` = 26.0311, `7` = 22.0501, `8` = 26.5806, `9` = 9.75715, `10` = 38.4545, `1` = 37.3837, `2` = 23.2715, `3` = 30.7853, `4` = 20.8778, `5` = 17.7257, `6` = 17.2699, `7` = 24.1858, `8` = 32.5238, `9` = 23.3314, `10` = 18.6349, `1` = 32.2378, `2` = 26.001, `3` = 26.9336, `4` = 16.2259, -`5` = 28.4978, `6` = 18.581, `7` = 23.4632, `8` = 11.7812, `9` = 14.9013, `10` = 31.3313, `1` = 31.2311, `2` = 29.0025, `3` = 45.6221, `4` = 21.4179, `5` = 21.5811, `6` = 27.4583, `7` = 19.415, `8` = 34.0677, `9` = 22.5107, `10` = 33.6937, `1` = 37.9154, `2` = 34.1843, `3` = 32.2966, `4` = 19.7658, `5` = 29.3272, `6` = 29.8118, `7` = 21.8025, `8` = 22.7594, `9` = 25.2659, `10` = 22.3109)" -average,69,26.8556,5.78594,20.0191,36.7417,1,parametric,10,1,"c(`1` = 37.2604, `2` = 28.3039, `3` = 29.2835, `4` = 31.8842, `5` = 27.9865, `6` = 22.4808, `7` = 29.0161, `8` = 31.728, `9` = 26.9283, `10` = 26.6159, `1` = 27.8216, `2` = 21.2591, `3` = 48.8539, `4` = 27.09, `5` = 16.3227, `6` = 27.2331, `7` = 23.0698, `8` = 27.7666, `9` = 10.075, `10` = 40.4612, `1` = 38.5799, `2` = 24.0287, `3` = 32.0306, `4` = 21.6905, `5` = 18.1945, `6` = 17.7907, `7` = 24.9165, `8` = 33.6922, `9` = 24.5226, `10` = 19.1814, `1` = 33.3951, `2` = 26.8567, `3` = 27.7366, `4` = 16.6828, -`5` = 29.5408, `6` = 19.1366, `7` = 24.2407, `8` = 12.1426, `9` = 15.4636, `10` = 32.5232, `1` = 32.1513, `2` = 29.6137, `3` = 46.5686, `4` = 21.9799, `5` = 22.3858, `6` = 28.3507, `7` = 20.1168, `8` = 34.9649, `9` = 23.2582, `10` = 34.4544, `1` = 38.9597, `2` = 35.0019, `3` = 33.1279, `4` = 20.369, `5` = 30.1514, `6` = 30.6303, `7` = 22.4673, `8` = 23.45, `9` = 25.8259, `10` = 23.1164)" -average,70,27.6788,5.97717,20.6098,37.922,1,parametric,10,1,"c(`1` = 38.5744, `2` = 29.0732, `3` = 30.0293, `4` = 32.8935, `5` = 28.7112, `6` = 23.0485, `7` = 29.7579, `8` = 32.5048, `9` = 27.702, `10` = 27.4668, `1` = 29.2888, `2` = 22.1283, `3` = 52.2829, `4` = 28.5688, `5` = 17.1097, `6` = 28.5226, `7` = 24.1637, `8` = 29.0371, `9` = 10.4115, `10` = 42.6265, `1` = 39.8368, `2` = 24.8249, `3` = 33.35, `4` = 22.5501, `5` = 18.6845, `6` = 18.3369, `7` = 25.683, `8` = 34.9247, `9` = 25.7977, `10` = 19.7542, `1` = 34.6112, `2` = 27.7532, `3` = 28.5755, `4` = 17.1593, -`5` = 30.6376, `6` = 19.717, `7` = 25.0555, `8` = 12.5205, `9` = 16.0555, `10` = 33.7782, `1` = 33.1066, `2` = 30.2423, `3` = 47.5349, `4` = 22.5562, `5` = 23.2385, `6` = 29.2765, `7` = 20.8518, `8` = 35.8758, `9` = 24.0377, `10` = 35.2353, `1` = 40.038, `2` = 35.8431, `3` = 33.9847, `4` = 20.9936, `5` = 31.0028, `6` = 31.4753, `7` = 23.1555, `8` = 24.1648, `9` = 26.4011, `10` = 23.9549)" -average,71,28.5351,6.17876,21.2231,39.1519,1,parametric,10,1,"c(`1` = 39.9395, `2` = 29.8682, `3` = 30.7992, `4` = 33.9396, `5` = 29.4595, `6` = 23.6344, `7` = 30.5236, `8` = 33.3061, `9` = 28.5023, `10` = 28.3489, `1` = 30.8747, `2` = 23.0571, `3` = 56.0518, `4` = 30.1701, `5` = 17.9566, `6` = 29.9093, `7` = 25.3402, `8` = 30.4012, `9` = 10.7685, `10` = 44.9689, `1` = 41.16, `2` = 25.6634, `3` = 34.7508, `4` = 23.4614, `5` = 19.1974, `6` = 18.9108, `7` = 26.4885, `8` = 36.2273, `9` = 27.1655, `10` = 20.3556, `1` = 35.8911, `2` = 28.694, `3` = 29.4531, `4` = 17.657, -`5` = 31.7927, `6` = 20.3242, `7` = 25.9107, `8` = 12.9161, `9` = 16.6796, `10` = 35.1019, `1` = 34.0997, `2` = 30.8897, `3` = 48.5229, `4` = 23.1484, `5` = 24.1431, `6` = 30.2384, `7` = 21.6227, `8` = 36.8025, `9` = 24.8519, `10` = 36.0381, `1` = 41.1524, `2` = 36.7095, `3` = 34.8688, `4` = 21.6411, `5` = 31.8833, `6` = 32.3485, `7` = 23.869, `8` = 24.9057, `9` = 26.9924, `10` = 24.8289)" -average,72,29.4272,6.39163,21.8609,40.4357,1,parametric,10,1,"c(`1` = 41.3593, `2` = 30.6906, `3` = 31.5947, `4` = 35.025, `5` = 30.233, `6` = 24.2397, `7` = 31.3149, `8` = 34.1337, `9` = 29.3312, `10` = 29.2643, `1` = 32.5936, `2` = 24.052, `3` = 60.2072, `4` = 31.9089, `5` = 18.8705, `6` = 31.4042, `7` = 26.6087, `8` = 31.8695, `9` = 11.1481, `10` = 47.5096, `1` = 42.5559, `2` = 26.5485, `3` = 36.2411, `4` = 24.4295, `5` = 19.7355, `6` = 19.5152, `7` = 27.3366, `8` = 37.6068, `9` = 28.6364, `10` = 20.9883, `1` = 37.2404, `2` = 29.6829, `3` = 30.3725, `4` = 18.1776, -`5` = 33.0113, `6` = 20.9605, `7` = 26.8097, `8` = 13.331, `9` = 17.3387, `10` = 36.5003, `1` = 35.1336, `2` = 31.5575, `3` = 49.5348, `4` = 23.7578, `5` = 25.1035, `6` = 31.2393, `7` = 22.4326, `8` = 37.7473, `9` = 25.7035, `10` = 36.8648, `1` = 42.3055, `2` = 37.6028, `3` = 35.7819, `4` = 22.313, `5` = 32.7949, `6` = 33.2521, `7` = 24.6094, `8` = 25.6745, `9` = 27.6011, `10` = 25.7408)" -average,73,30.358,6.61686,22.523,41.7779,1,parametric,10,1,"c(`1` = 42.8378, `2` = 31.5425, `3` = 32.4178, `4` = 36.1525, `5` = 31.0336, `6` = 24.866, `7` = 32.1337, `8` = 34.9894, `9` = 30.1905, `10` = 30.2155, `1` = 34.4619, `2` = 25.1204, `3` = 64.804, `4` = 33.8024, `5` = 19.8593, `6` = 33.0203, `7` = 27.98, `8` = 33.4542, `9` = 11.5525, `10` = 50.2733, `1` = 44.0315, `2` = 27.4847, `3` = 37.8304, `4` = 25.4602, `5` = 20.301, `6` = 20.1528, `7` = 28.2316, `8` = 39.0712, `9` = 30.2221, `10` = 21.6553, `1` = 38.6653, `2` = 30.724, `3` = 31.3376, `4` = 18.7231, -`5` = 34.2991, `6` = 21.6283, `7` = 27.7565, `8` = 13.7668, `9` = 18.0361, `10` = 37.9803, `1` = 36.212, `2` = 32.2473, `3` = 50.5732, `4` = 24.386, `5` = 26.1241, `6` = 32.2828, `7` = 23.285, `8` = 38.7125, `9` = 26.5959, `10` = 37.7175, `1` = 43.5003, `2` = 38.5249, `3` = 36.7262, `4` = 23.0112, `5` = 33.7399, `6` = 34.1881, `7` = 25.3787, `8` = 26.4732, `9` = 28.2283, `10` = 26.6937)" -average,74,31.3308,6.85566,23.2078,43.1836,1,parametric,10,1,"c(`1` = 44.3793, `2` = 32.4261, `3` = 33.2707, `4` = 37.3254, `5` = 31.8632, `6` = 25.5147, `7` = 32.9821, `8` = 35.8754, `9` = 31.0828, `10` = 31.2051, `1` = 36.4989, `2` = 26.2709, `3` = 69.9074, `4` = 35.8709, `5` = 20.9323, `6` = 34.7723, `7` = 29.4667, `8` = 35.1693, `9` = 11.9845, `10` = 53.2891, `1` = 45.595, `2` = 28.4772, `3` = 39.5294, `4` = 26.5604, `5` = 20.8967, `6` = 20.8271, `7` = 29.178, `8` = 40.6291, `9` = 31.9362, `10` = 22.36, `1` = 40.173, `2` = 31.8221, `3` = 32.3522, `4` = 19.2956, -`5` = 35.6627, `6` = 22.3305, `7` = 28.7554, `8` = 14.2254, `9` = 18.7754, `10` = 39.5497, `1` = 37.3386, `2` = 32.961, `3` = 51.6404, `4` = 25.0349, `5` = 27.2095, `6` = 33.3725, `7` = 24.1838, `8` = 39.7008, `9` = 27.5327, `10` = 38.5983, `1` = 44.7397, `2` = 39.4781, `3` = 37.7041, `4` = 23.7377, `5` = 34.7207, `6` = 35.1591, `7` = 26.1791, `8` = 27.3042, `9` = 28.8755, `10` = 27.6907)" -average,75,32.3493,7.10946,23.9225,44.6588,1,parametric,10,1,"c(`1` = 45.9887, `2` = 33.3439, `3` = 34.1555, `4` = 38.5471, `5` = 32.7242, `6` = 26.1877, `7` = 33.8624, `8` = 36.7941, `9` = 32.0105, `10` = 32.2362, `1` = 38.7271, `2` = 27.5132, `3` = 75.5952, `4` = 38.1381, `5` = 22.1003, `6` = 36.6776, `7` = 31.0838, `8` = 37.0313, `9` = 12.4473, `10` = 56.5907, `1` = 47.2557, `2` = 29.5319, `3` = 41.3507, `4` = 27.7377, `5` = 21.5256, `6` = 21.5418, `7` = 30.1813, `8` = 42.291, `9` = 33.7946, `10` = 23.1063, `1` = 41.7715, `2` = 32.9827, `3` = 33.421, `4` = 19.8976, -`5` = 37.1095, `6` = 23.0703, `7` = 29.8114, `8` = 14.709, `9` = 19.5607, `10` = 41.2175, `1` = 38.5178, `2` = 33.7009, `3` = 52.7396, `4` = 25.7065, `5` = 28.3645, `6` = 34.5127, `7` = 25.1333, `8` = 40.7148, `9` = 28.518, `10` = 39.5101, `1` = 46.0273, `2` = 40.4647, `3` = 38.7182, `4` = 24.4947, `5` = 35.7403, `6` = 36.1677, `7` = 27.0132, `8` = 28.1698, `9` = 29.5443, `10` = 28.7355)" -average,76,33.4177,7.37987,24.6675,46.2102,1,parametric,10,1,"c(`1` = 47.6715, `2` = 34.2986, `3` = 35.075, `4` = 39.8216, `5` = 33.6192, `6` = 26.887, `7` = 34.7773, `8` = 37.7482, `9` = 32.9765, `10` = 33.312, `1` = 41.1733, `2` = 28.8591, `3` = 81.9607, `4` = 40.6321, `5` = 23.376, `6` = 38.7567, `7` = 32.8484, `8` = 39.0594, `9` = 12.9443, `10` = 60.2184, `1` = 49.0242, `2` = 30.6559, `3` = 43.3085, `4` = 29.0012, `5` = 22.1912, `6` = 22.3015, `7` = 31.2477, `8` = 44.0686, `9` = 35.8159, `10` = 23.8987, `1` = 43.47, `2` = 34.2119, `3` = 34.5492, `4` = 20.5319, -`5` = 38.6479, `6` = 23.8513, `7` = 30.9301, `8` = 15.2199, `9` = 20.3968, `10` = 42.9936, `1` = 39.7547, `2` = 34.4692, `3` = 53.8739, `4` = 26.403, `5` = 29.5943, `6` = 35.7083, `7` = 26.1386, `8` = 41.7578, `9` = 29.5564, `10` = 40.4555, `1` = 47.3671, `2` = 41.4874, `3` = 39.7714, `4` = 25.2848, `5` = 36.8018, `6` = 37.217, `7` = 27.8837, `8` = 29.0731, `9` = 30.2362, `10` = 29.832)" -average,77,34.541,7.66882,25.4436,47.8455,1,parametric,10,1,"c(`1` = 49.4341, `2` = 35.2935, `3` = 36.0321, `4` = 41.1535, `5` = 34.551, `6` = 27.6148, `7` = 35.7296, `8` = 38.7407, `9` = 33.984, `10` = 34.4364, `1` = 43.8689, `2` = 30.322, `3` = 89.117, `4` = 43.3864, `5` = 24.7746, `6` = 41.0337, `7` = 34.7812, `8` = 41.2766, `9` = 13.4799, `10` = 64.2198, `1` = 50.9131, `2` = 31.8571, `3` = 45.4198, `4` = 30.3613, `5` = 22.8975, `6` = 23.111, `7` = 32.3842, `8` = 45.9757, `9` = 38.022, `10` = 24.7424, `1` = 45.279, `2` = 35.5168, `3` = 35.7428, `4` = 21.2017, -`5` = 40.2878, `6` = 24.6776, `7` = 32.118, `8` = 15.761, `9` = 21.2891, `10` = 44.8899, `1` = 41.0547, `2` = 35.2687, `3` = 55.0469, `4` = 27.1268, `5` = 30.9044, `6` = 36.9647, `7` = 27.2054, `8` = 42.8329, `9` = 30.6534, `10` = 41.4379, `1` = 48.7634, `2` = 42.5494, `3` = 40.867, `4` = 26.1108, `5` = 37.9088, `6` = 38.3106, `7` = 28.7936, `8` = 30.0173, `9` = 30.9534, `10` = 30.985)" -average,78,35.7245,7.97853,26.2479,49.5737,1,parametric,10,1,"c(`1` = 51.2834, `2` = 36.332, `3` = 37.0302, `4` = 42.5478, `5` = 35.523, `6` = 28.3736, `7` = 36.7227, `8` = 39.775, `9` = 35.0369, `10` = 35.6138, `1` = 46.8521, `2` = 31.9181, `3` = 97.2021, `4` = 46.4413, `5` = 26.314, `6` = 43.5374, `7` = 36.9065, `8` = 43.7097, `9` = 14.059, `10` = 68.652, `1` = 52.9366, `2` = 33.1448, `3` = 47.7044, `4` = 31.8304, `5` = 23.6493, `6` = 23.9765, `7` = 33.5993, `8` = 48.0283, `9` = 40.4387, `10` = 25.6435, `1` = 47.2107, `2` = 36.9055, `3` = 37.0085, `4` = 21.9107, -`5` = 42.0402, `6` = 25.554, `7` = 33.3824, `8` = 16.3353, `9` = 22.244, `10` = 46.9196, `1` = 42.4245, `2` = 36.1024, `3` = 56.2626, `4` = 27.881, `5` = 32.3009, `6` = 38.2882, `7` = 28.3404, `8` = 43.944, `9` = 31.815, `10` = 42.461, `1` = 50.2213, `2` = 43.6539, `3` = 42.0088, `4` = 26.9758, `5` = 39.0652, `6` = 39.4523, `7` = 29.7466, `8` = 31.0059, `9` = 31.698, `10` = 32.1996)" -average,79,36.9746,8.31166,27.0937,51.4052,1,parametric,10,1,"c(`1` = 53.2276, `2` = 37.4184, `3` = 38.073, `4` = 44.0103, `5` = 36.5389, `6` = 29.1663, `7` = 37.7604, `8` = 40.855, `9` = 36.1393, `10` = 36.8491, `1` = 50.1686, `2` = 33.6665, `3` = 106.386, `4` = 49.8452, `5` = 28.0157, `6` = 46.3022, `7` = 39.2537, `8` = 46.3913, `9` = 14.6874, `10` = 73.5842, `1` = 55.1119, `2` = 34.53, `3` = 50.1855, `4` = 33.423, `5` = 24.452, `6` = 24.9047, `7` = 34.9026, `8` = 50.2453, `9` = 43.0971, `10` = 26.609, `1` = 49.2792, `2` = 38.3874, `3` = 38.3544, `4` = 22.6632, -`5` = 43.9183, `6` = 26.486, `7` = 34.7321, `8` = 16.9466, `9` = 23.2686, `10` = 49.0985, `1` = 43.8713, `2` = 36.9739, `3` = 57.5256, `4` = 28.6685, `5` = 33.7903, `6` = 39.686, `7` = 29.5511, `8` = 45.0953, `9` = 33.0482, `10` = 43.5289, `1` = 51.7465, `2` = 44.805, `3` = 43.201, `4` = 27.8837, `5` = 40.2758, `6` = 40.6466, `7` = 30.7468, `8` = 32.0434, `9` = 32.4725, `10` = 33.4819)" -average,80,38.2989,8.67138,27.9855,53.3557,1,parametric,10,1,"c(`1` = 55.2759, `2` = 38.5571, `3` = 39.1649, `4` = 45.5477, `5` = 37.6029, `6` = 29.9963, `7` = 38.8471, `8` = 41.9852, `9` = 37.296, `10` = 38.1478, `1` = 53.874, `2` = 35.5901, `3` = 116.878, `4` = 53.6575, `5` = 29.906, `6` = 49.3699, `7` = 41.8583, `8` = 49.3605, `9` = 15.372, `10` = 79.1004, `1` = 57.4588, `2` = 36.0255, `3` = 52.891, `4` = 35.1563, `5` = 25.3119, `6` = 25.9039, `7` = 36.3056, `8` = 52.6492, `9` = 46.0345, `10` = 27.6472, `1` = 51.501, `2` = 39.9735, `3` = 39.7895, `4` = 23.4639, -`5` = 45.9373, `6` = 27.4798, `7` = 36.1771, `8` = 17.5991, `9` = 24.3716, `10` = 51.4449, `1` = 45.4037, `2` = 37.8871, `3` = 58.8412, `4` = 29.4932, `5` = 35.3798, `6` = 41.1663, `7` = 30.8466, `8` = 46.2916, `9` = 34.3613, `10` = 44.6466, `1` = 53.3456, `2` = 46.0072, `3` = 44.4485, `4` = 28.8386, `5` = 41.5457, `6` = 41.8986, `7` = 31.7987, `8` = 33.1343, `9` = 33.2798, `10` = 34.8387)" -average,81,39.7061,9.06146,28.9284,55.446,1,parametric,10,1,"c(`1` = 57.439, `2` = 39.7537, `3` = 40.3111, `4` = 47.1677, `5` = 38.72, `6` = 30.8673, `7` = 39.9877, `8` = 43.1707, `9` = 38.5126, `10` = 39.5166, `1` = 58.037, `2` = 37.7167, `3` = 128.944, `4` = 57.9512, `5` = 32.0167, `6` = 52.7913, `7` = 44.7635, `8` = 52.6649, `9` = 16.1211, `10` = 85.3042, `1` = 60.0014, `2` = 37.6467, `3` = 55.8545, `4` = 37.0511, `5` = 26.2368, `6` = 26.9837, `7` = 37.822, `8` = 55.2667, `9` = 49.2963, `10` = 28.7679, `1` = 53.8955, `2` = 41.6766, `3` = 41.3247, `4` = 24.3187, -`5` = 48.1151, `6` = 28.5431, `7` = 37.7291, `8` = 18.2978, `9` = 25.563, `10` = 53.9802, `1` = 47.0318, `2` = 38.8468, `3` = 60.2155, `4` = 30.3594, `5` = 37.0776, `6` = 42.739, `7` = 32.2372, `8` = 47.5384, `9` = 35.7638, `10` = 45.8197, `1` = 55.0261, `2` = 47.2655, `3` = 45.7569, `4` = 29.8455, `5` = 42.8812, `6` = 43.2143, `7` = 32.9078, `8` = 34.2843, `9` = 34.1232, `10` = 36.2781)" -average,82,41.2063,9.48654,29.9283,57.6917,1,parametric,10,1,"c(`1` = 59.7294, `2` = 41.0143, `3` = 41.5173, `4` = 48.8792, `5` = 39.8959, `6` = 31.7839, `7` = 41.1882, `8` = 44.4175, `9` = 39.7956, `10` = 40.9629, `1` = 62.7424, `2` = 40.0805, `3` = 142.92, `4` = 62.8171, `5` = 34.3873, `6` = 56.6293, `7` = 48.0227, `8` = 56.3633, `9` = 16.945, `10` = 92.3242, `1` = 62.7681, `2` = 39.4122, `3` = 59.1165, `4` = 39.1324, `5` = 27.2356, `6` = 28.1557, `7` = 39.4681, `8` = 58.1304, `9` = 52.9381, `10` = 29.9831, `1` = 56.4858, `2` = 43.512, `3` = 42.9726, `4` = 25.2344, -`5` = 50.473, `6` = 29.6845, `7` = 39.4021, `8` = 19.0487, `9` = 26.8547, `10` = 56.7303, `1` = 48.7672, `2` = 39.8583, `3` = 61.6554, `4` = 31.2721, `5` = 38.893, `6` = 44.4154, `7` = 33.7354, `8` = 48.8419, `9` = 37.2671, `10` = 47.0546, `1` = 56.7969, `2` = 48.586, `3` = 47.1328, `4` = 30.9099, `5` = 44.2893, `6` = 44.6005, `7` = 34.0804, `8` = 35.4999, `9` = 35.0065, `10` = 37.8093)" -average,83,42.8118,9.95229,30.991,60.1113,1,parametric,10,1,"c(`1` = 62.1617, `2` = 42.3463, `3` = 42.7903, `4` = 50.6927, `5` = 41.1374, `6` = 32.7511, `7` = 42.4554, `8` = 45.7327, `9` = 41.1526, `10` = 42.4958, `1` = 68.097, `2` = 42.7235, `3` = 159.236, `4` = 68.3695, `5` = 37.067, `6` = 60.9621, `7` = 51.7025, `8` = 60.5286, `9` = 17.8558, `10` = 100.322, `1` = 65.7939, `2` = 41.3445, `3` = 62.7267, `4` = 41.4309, `5` = 28.3194, `6` = 29.4342, `7` = 41.2637, `8` = 61.2796, `9` = 57.0289, `10` = 31.307, `1` = 59.2994, `2` = 45.4978, `3` = 44.7484, `4` = 26.2189, -`5` = 53.0366, `6` = 30.9146, `7` = 41.2128, `8` = 19.8587, `9` = 28.2612, `10` = 59.7259, `1` = 50.624, `2` = 40.9281, `3` = 63.1691, `4` = 32.237, `5` = 40.8369, `6` = 46.209, `7` = 35.3559, `8` = 50.2097, `9` = 38.8845, `10` = 48.3591, `1` = 58.6683, `2` = 49.9757, `3` = 48.5839, `4` = 32.0387, `5` = 45.7783, `6` = 46.0652, `7` = 35.3237, `8` = 36.7887, `9` = 35.9342, `10` = 39.4435)" -average,84,44.5375,10.4658,32.1175,62.7292,1,parametric,10,1,"c(`1` = 64.7532, `2` = 43.7583, `3` = 44.1384, `4` = 52.6206, `5` = 42.4524, `6` = 33.7752, `7` = 43.7973, `8` = 47.1244, `9` = 42.5925, `10` = 44.1257, `1` = 74.2367, `2` = 45.6982, `3` = 178.455, `4` = 74.7543, `5` = 40.1179, `6` = 65.8885, `7` = 55.887, `8` = 65.2528, `9` = 18.869, `10` = 109.503, `1` = 69.1213, `2` = 43.4712, `3` = 66.7467, `4` = 43.9847, `5` = 29.5014, `6` = 30.8363, `7` = 43.2331, `8` = 64.7629, `9` = 61.6555, `10` = 32.7572, `1` = 62.3697, `2` = 47.656, `3` = 46.6702, `4` = 27.282, -`5` = 55.8367, `6` = 32.246, `7` = 43.1813, `8` = 20.7364, `9` = 29.7999, `10` = 63.0042, `1` = 52.6186, `2` = 42.0638, `3` = 64.7664, `4` = 33.2613, `5` = 42.9222, `6` = 48.1361, `7` = 37.1166, `8` = 51.6505, `9` = 40.6323, `10` = 49.7422, `1` = 60.6524, `2` = 51.4428, `3` = 50.1191, `4` = 33.2396, `5` = 47.358, `6` = 47.6181, `7` = 36.6464, `8` = 38.1596, `9` = 36.9116, `10` = 41.1935)" -average,85,46.4012,11.0359,33.3165,65.5773,1,parametric,10,1,"c(`1` = 67.5245, `2` = 45.2608, `3` = 45.5712, `4` = 54.6777, `5` = 43.8504, `6` = 34.8634, `7` = 45.2235, `8` = 48.6026, `9` = 44.1261, `10` = 45.8652, `1` = 81.3365, `2` = 49.0715, `3` = 201.32, `4` = 82.1601, `5` = 43.6199, `6` = 71.5351, `7` = 60.6836, `8` = 70.6533, `9` = 20.0036, `10` = 120.134, `1` = 72.8034, `2` = 45.8265, `3` = 71.254, `4` = 46.8412, `5` = 30.7982, `6` = 32.3833, `7` = 45.4064, `8` = 68.6412, `9` = 66.9281, `10` = 34.3552, `1` = 65.7374, `2` = 50.0132, `3` = 48.7601, `4` = 28.4354, -`5` = 58.911, `6` = 33.6941, `7` = 45.332, `8` = 21.692, `9` = 31.4919, `10` = 66.6109, `1` = 54.7714, `2` = 43.2745, `3` = 66.4588, `4` = 34.3531, `5` = 45.1646, `6` = 50.2161, `7` = 39.0391, `8` = 53.1745, `9` = 42.53, `10` = 51.2149, `1` = 62.7637, `2` = 52.9972, `3` = 51.7492, `4` = 34.5222, `5` = 49.0402, `6` = 49.2703, `7` = 38.059, `8` = 39.6234, `9` = 37.9449, `10` = 43.075)" -average,86,48.4253,11.6741,34.5851,68.6964,1,parametric,10,1,"c(`1` = 70.5007, `2` = 46.866, `3` = 47.1003, `4` = 56.8819, `5` = 45.3429, `6` = 36.0247, `7` = 46.7458, `8` = 50.1791, `9` = 45.7664, `10` = 47.7294, `1` = 89.6261, `2` = 52.9292, `3` = 228.836, `4` = 90.835, `5` = 47.6765, `6` = 78.0663, `7` = 66.2324, `8` = 76.8824, `9` = 21.2841, `10` = 132.564, `1` = 76.9069, `2` = 48.4537, `3` = 76.3471, `4` = 50.0609, `5` = 32.2301, `6` = 34.1022, `7` = 47.8214, `8` = 72.9912, `9` = 72.9893, `10` = 36.1283, `1` = 69.4529, `2` = 52.6026, `3` = 51.0452, `4` = 29.6934, -`5` = 62.3064, `6` = 35.2777, `7` = 47.6953, `8` = 22.7383, `9` = 33.3638, `10` = 70.6028, `1` = 57.1068, `2` = 44.5712, `3` = 68.2603, `4` = 35.5228, `5` = 47.5831, `6` = 52.4731, `7` = 41.1502, `8` = 54.7945, `9` = 44.6018, `10` = 52.7905, `1` = 65.0199, `2` = 54.6508, `3` = 53.4872, `4` = 35.8978, `5` = 50.839, `6` = 51.0357, `7` = 39.5741, `8` = 41.193, `9` = 39.0418, `10` = 45.1071)" -average,87,50.6374,12.3954,35.9594,72.1617,1,parametric,10,1,"c(`1` = 73.7123, `2` = 48.5893, `3` = 48.74, `4` = 59.2552, `5` = 46.9437, `6` = 37.2697, `7` = 48.3783, `8` = 51.8686, `9` = 47.5291, `10` = 49.737, `1` = 99.4122, `2` = 57.3835, `3` = 262.38, `4` = 101.111, `5` = 52.4253, `6` = 85.6996, `7` = 72.7184, `8` = 84.141, `9` = 22.7419, `10` = 147.258, `1` = 81.517, `2` = 51.4081, `3` = 82.1535, `4` = 53.7218, `5` = 33.8234, `6` = 36.0272, `7` = 50.526, `8` = 77.9118, `9` = 80.0264, `10` = 38.1111, `1` = 73.5797, `2` = 55.4652, `3` = 53.5594, `4` = 31.074, -`5` = 66.0817, `6` = 37.0202, `7` = 50.3089, `8` = 23.891, `9` = 35.4488, `10` = 75.0511, `1` = 59.6556, `2` = 45.9678, `3` = 70.1883, `4` = 36.7828, `5` = 50.2015, `6` = 54.9368, `7` = 43.4835, `8` = 56.5258, `9` = 46.8775, `10` = 54.4852, `1` = 67.4423, `2` = 56.4179, `3` = 55.349, `4` = 37.3804, `5` = 52.7718, `6` = 52.931, `7` = 41.207, `8` = 42.8843, `9` = 40.2113, `10` = 47.313)" -average,88,53.0729,13.2196,37.4577,76.0711,1,parametric,10,1,"c(`1` = 77.1972, `2` = 50.4497, `3` = 50.508, `4` = 61.8246, `5` = 48.6704, `6` = 38.612, `7` = 50.1386, `8` = 53.689, `9` = 49.4339, `10` = 51.9109, `1` = 111.113, `2` = 62.5846, `3` = 303.891, `4` = 113.443, `5` = 58.0522, `6` = 94.7287, `7` = 80.3915, `8` = 92.6996, `9` = 24.4187, `10` = 164.854, `1` = 86.7449, `2` = 54.7617, `3` = 88.8415, `4` = 57.9268, `5` = 35.6117, `6` = 38.2026, `7` = 53.583, `8` = 83.5324, `9` = 88.2907, `10` = 40.3485, `1` = 78.1986, `2` = 58.6537, `3` = 56.3458, `4` = 32.5999, -`5` = 70.312, `6` = 38.9516, `7` = 53.2211, `8` = 25.1702, `9` = 37.7893, `10` = 80.0472, `1` = 62.4562, `2` = 47.4811, `3` = 72.2639, `4` = 38.1487, `5` = 53.0501, `6` = 57.6447, `7` = 46.0815, `8` = 58.3875, `9` = 49.3953, `10` = 56.3194, `1` = 70.0576, `2` = 58.3164, `3` = 57.3542, `4` = 38.9875, `5` = 54.8601, `6` = 54.9769, `7` = 42.9768, `8` = 44.7172, `9` = 41.4648, `10` = 49.7218)" -average,89,55.7779,14.1741,39.1039,80.5633,1,parametric,10,1,"c(`1` = 81.0035, `2` = 52.4708, `3` = 52.4266, `4` = 64.6245, `5` = 50.5446, `6` = 40.0684, `7` = 52.049, `8` = 55.663, `9` = 51.5056, `10` = 54.2804, `1` = 125.311, `2` = 68.7371, `3` = 356.17, `4` = 128.467, `5` = 64.8146, `6` = 105.56, `7` = 89.5972, `8` = 102.931, `9` = 26.3701, `10` = 186.244, `1` = 92.7381, `2` = 58.6104, `3` = 96.6379, `4` = 62.8138, `5` = 37.6392, `6` = 40.6874, `7` = 57.075, `8` = 90.0262, `9` = 98.127, `10` = 42.8999, `1` = 83.4147, `2` = 62.236, `3` = 59.4595, `4` = 34.3002, -`5` = 75.095, `6` = 41.1103, `7` = 56.4942, `8` = 26.6018, `9` = 40.4407, `10` = 85.71, `1` = 65.5581, `2` = 49.133, `3` = 74.5143, `4` = 39.6405, `5` = 56.1675, `6` = 60.6449, `7` = 48.9995, `8` = 60.4039, `9` = 52.204, `10` = 58.3189, `1` = 72.8994, `2` = 60.3689, `3` = 59.5275, `4` = 40.7409, `5` = 57.1309, `6` = 57.1997, `7` = 44.9078, `8` = 46.7165, `9` = 42.8167, `10` = 52.3704)" -average,90,58.8136,15.2974,40.9198,85.7395,1,parametric,10,1,"c(`1` = 85.1929, `2` = 54.6835, `3` = 54.5244, `4` = 67.699, `5` = 52.5945, `6` = 41.6606, `7` = 54.138, `8` = 57.8199, `9` = 53.776, `10` = 56.8828, `1` = 142.847, `2` = 76.128, `3` = 423.39, `4` = 147.103, `5` = 73.0788, `6` = 118.769, `7` = 100.827, `8` = 115.363, `9` = 28.6733, `10` = 212.708, `1` = 99.6976, `2` = 63.0847, `3` = 105.856, `4` = 68.5734, `5` = 39.9657, `6` = 43.5613, `7` = 61.1146, `8` = 97.6305, `9` = 110.021, `10` = 45.8456, `1` = 89.3677, `2` = 66.302, `3` = 62.9738, `4` = 36.2134, -`5` = 80.5608, `6` = 43.547, `7` = 60.211, `8` = 28.2202, `9` = 43.477, `10` = 92.1983, `1` = 69.026, `2` = 50.9515, `3` = 76.9746, `4` = 41.2837, `5` = 59.6045, `6` = 64.0004, `7` = 52.3104, `8` = 62.6061, `9` = 55.3683, `10` = 60.5173, `1` = 76.0107, `2` = 62.6043, `3` = 61.9007, `4` = 42.6691, `5` = 59.6192, `6` = 59.6331, `7` = 47.0311, `8` = 48.9144, `9` = 44.2852, `10` = 55.3066)" -average,91,62.2637,16.6457,42.9533,91.7803,1,parametric,10,1,"c(`1` = 89.8468, `2` = 57.1281, `3` = 56.8392, `4` = 71.1064, `5` = 54.8572, `6` = 43.4172, `7` = 56.4432, `8` = 60.1982, `9` = 56.2871, `10` = 59.7676, `1` = 164.967, `2` = 85.1721, `3` = 512.003, `4` = 170.72, `5` = 83.3836, `6` = 135.205, `7` = 114.8, `8` = 130.767, `9` = 31.4377, `10` = 246.156, `1` = 107.905, `2` = 68.368, `3` = 116.943, `4` = 75.4757, `5` = 42.674, `6` = 46.936, `7` = 65.8585, `8` = 106.681, `9` = 124.679, `10` = 49.2979, `1` = 96.2483, `2` = 70.9742, `3` = 66.9874, `4` = 38.3913, -`5` = 86.8869, `6` = 46.3303, `7` = 64.4836, `8` = 30.0717, `9` = 46.999, `10` = 99.729, `1` = 72.9469, `2` = 52.9742, `3` = 79.6908, `4` = 43.1129, `5` = 63.4291, `6` = 67.796, `7` = 56.1135, `8` = 65.0357, `9` = 58.9752, `10` = 62.9591, `1` = 79.4484, `2` = 65.0603, `3` = 64.5155, `4` = 44.8093, `5` = 62.3708, `6` = 62.3213, `7` = 49.3877, `8` = 51.3534, `9` = 45.8944, `10` = 58.5938)" -average,92,66.2464,18.3046,45.2624,98.9849,1,parametric,10,1,"c(`1` = 95.0758, `2` = 59.8592, `3` = 59.422, `4` = 74.9255, `5` = 57.3827, `6` = 45.3768, `7` = 59.0155, `8` = 62.8498, `9` = 59.0958, `10` = 63.0016, `1` = 193.599, `2` = 96.4929, `3` = 632.443, `4` = 201.452, `5` = 96.5536, `6` = 156.158, `7` = 132.619, `8` = 150.318, `9` = 34.8248, `10` = 289.549, `1` = 117.768, `2` = 74.726, `3` = 130.557, `4` = 83.9191, `5` = 45.8825, `6` = 50.9724, `7` = 71.5336, `8` = 117.667, `9` = 143.17, `10` = 53.4184, `1` = 104.325, `2` = 76.4237, `3` = 71.638, `4` = 40.9059, -`5` = 94.3236, `6` = 49.556, `7` = 69.4695, `8` = 32.2209, `9` = 51.1492, `10` = 108.609, `1` = 77.4413, `2` = 55.2522, `3` = 82.7263, `4` = 45.175, `5` = 67.7353, `6` = 72.149, `7` = 60.5475, `8` = 67.7489, `9` = 63.1459, `10` = 65.705, `1` = 83.2894, `2` = 67.7882, `3` = 67.4286, `4` = 47.2122, `5` = 65.4481, `6` = 65.3245, `7` = 52.0335, `8` = 54.091, `9` = 47.6765, `10` = 62.3182)" -average,93,70.9363,20.4117,47.8675,107.823,1,parametric,10,1,"c(`1` = 101.035, `2` = 62.9536, `3` = 62.3443, `4` = 79.267, `5` = 60.2411, `6` = 47.5936, `7` = 61.9262, `8` = 65.8475, `9` = 62.2818, `10` = 66.6788, `1` = 231.884, `2` = 111.071, `3` = 802.538, `4` = 242.785, `5` = 113.913, `6` = 183.702, `7` = 156.048, `8` = 175.888, `9` = 39.0833, `10` = 347.712, `1` = 129.905, `2` = 82.5622, `3` = 147.719, `4` = 94.5163, `5` = 49.7686, `6` = 55.9134, `7` = 78.4816, `8` = 131.338, `9` = 167.188, `10` = 58.4504, `1` = 113.99, `2` = 82.8999, `3` = 77.1251, `4` = 43.8614, -`5` = 103.237, `6` = 53.3627, `7` = 75.3978, `8` = 34.7619, `9` = 56.1368, `10` = 119.288, `1` = 82.6821, `2` = 57.8583, `3` = 86.1698, `4` = 47.5367, `5` = 72.6567, `6` = 77.228, `7` = 65.8147, `8` = 70.8254, `9` = 68.056, `10` = 68.8415, `1` = 87.6415, `2` = 70.8595, `3` = 70.7188, `4` = 49.9492, `5` = 68.9383, `6` = 68.7267, `7` = 55.047, `8` = 57.2081, `9` = 49.6766, `10` = 66.602)" -average,94,76.6048,23.2032,50.8284,119.092,1,parametric,10,1,"c(`1` = 107.952, `2` = 66.5234, `3` = 65.7108, `4` = 84.2931, `5` = 63.5352, `6` = 50.1469, `7` = 65.2796, `8` = 69.298, `9` = 65.962, `10` = 70.9369, `1` = 285.264, `2` = 130.545, `3` = 1054.96, `4` = 300.801, `5` = 137.726, `6` = 221.367, `7` = 188.094, `8` = 210.654, `9` = 44.6185, `10` = 429.038, `1` = 145.304, `2` = 92.5214, `3` = 170.095, `4` = 108.265, `5` = 54.6108, `6` = 62.1446, `7` = 87.2457, `8` = 148.905, `9` = 199.583, `10` = 64.7794, `1` = 125.846, `2` = 90.7836, `3` = 83.7516, `4` = 47.4154, -`5` = 114.192, `6` = 57.9608, `7` = 82.6189, `8` = 37.8373, `9` = 62.2843, `10` = 132.461, `1` = 88.9296, `2` = 60.9006, `3` = 90.1529, `4` = 50.2972, `5` = 78.3927, `6` = 83.287, `7` = 72.2235, `8` = 74.3828, `9` = 73.9712, `10` = 72.4964, `1` = 92.6626, `2` = 74.3783, `3` = 74.5016, `4` = 53.1248, `5` = 72.9694, `6` = 72.6513, `7` = 58.5433, `8` = 60.8237, `9` = 51.9606, `10` = 71.6254)" -average,95,83.7044,27.1235,54.4206,134.268,1,parametric,10,1,"c(`1` = 116.181, `2` = 70.7426, `3` = 69.6837, `4` = 90.2557, `5` = 67.4242, `6` = 53.1596, `7` = 69.2373, `8` = 73.3664, `9` = 70.3174, `10` = 75.9896, `1` = 363.995, `2` = 157.868, `3` = 1455.3, `4` = 387.035, `5` = 172.188, `6` = 275.678, `7` = 234.315, `8` = 260.447, `9` = 52.1418, `10` = 549.378, `1` = 165.656, `2` = 105.711, `3` = 200.619, `4` = 126.914, `5` = 60.8786, `6` = 70.3237, `7` = 98.7519, `8` = 172.467, `9` = 245.548, `10` = 73.0612, `1` = 140.881, `2` = 100.694, `3` = 92.0069, `4` = 51.8216, -`5` = 128.112, `6` = 63.6906, `7` = 91.7024, `8` = 41.6783, `9` = 70.1213, `10` = 149.269, `1` = 96.6001, `2` = 64.5494, `3` = 94.8812, `4` = 53.6129, `5` = 85.2577, `6` = 90.7323, `7` = 80.2755, `8` = 78.6051, `9` = 81.3202, `10` = 76.8709, `1` = 98.5972, `2` = 78.5056, `3` = 78.9557, `4` = 56.9018, `5` = 77.7394, `6` = 77.289, `7` = 62.7014, `8` = 65.1223, `9` = 54.6296, `10` = 77.6706)" -average,96,93.067,33.1168,58.9674,156.395,1,parametric,10,1,"c(`1` = 126.315, `2` = 75.9026, `3` = 74.5344, `4` = 97.577, `5` = 72.1744, `6` = 56.8371, `7` = 74.07, `8` = 78.3287, `9` = 75.6516, `10` = 82.1954, `1` = 489.729, `2` = 198.963, `3` = 2153.01, `4` = 526.043, `5` = 225.981, `6` = 360.085, `7` = 306.177, `8` = 337.212, `9` = 63.0331, `10` = 742.32, `1` = 194.157, `2` = 124.227, `3` = 245.009, `4` = 153.85, `5` = 69.4399, `6` = 81.6831, `7` = 114.736, `8` = 206.048, `9` = 315.605, `10` = 84.5207, `1` = 160.855, `2` = 113.729, `3` = 102.751, `4` = 57.5241, -`5` = 146.648, `6` = 71.15, `7` = 103.658, `8` = 46.6921, `9` = 80.5977, `10` = 171.761, `1` = 106.417, `2` = 69.0958, `3` = 100.703, `4` = 57.7511, `5` = 93.7898, `6` = 100.27, `7` = 90.8583, `8` = 83.8046, `9` = 90.855, `10` = 82.3077, `1` = 105.855, `2` = 83.5095, `3` = 84.3796, `4` = 61.5539, `5` = 83.5809, `6` = 82.9596, `7` = 67.8225, `8` = 70.4146, `9` = 57.8519, `10` = 85.2157)" -average,97,106.456,43.5908,65.1123,192.96,1,parametric,10,1,"c(`1` = 139.47, `2` = 82.5492, `3` = 80.7712, `4` = 107.05, `5` = 78.2849, `6` = 61.5643, `7` = 80.2842, `8` = 84.702, `9` = 82.5337, `10` = 90.2274, `1` = 716.492, `2` = 267.688, `3` = 3557.81, `4` = 779.712, `5` = 320.252, `6` = 507.194, `7` = 431.476, `8` = 469.649, `9` = 80.3934, `10` = 1092.02, `1` = 237.747, `2` = 152.631, `3` = 316.179, `4` = 196.67, `5` = 82.1324, `6` = 98.8777, `7` = 138.94, `8` = 258.547, `9` = 434.726, `10` = 101.787, `1` = 189.333, `2` = 132.087, `3` = 117.695, `4` = 65.4017, -`5` = 173.152, `6` = 81.5281, `7` = 120.513, `8` = 53.6898, `9` = 95.6459, `10` = 204.108, `1` = 119.797, `2` = 75.0989, `3` = 108.281, `4` = 63.2252, `5` = 105.022, `6` = 113.287, `7` = 105.751, `8` = 90.5755, `9` = 104.066, `10` = 89.4633, `1` = 115.204, `2` = 89.89, `3` = 91.3307, `4` = 67.5961, `5` = 91.1169, `6` = 90.262, `7` = 74.4733, `8` = 77.2849, `9` = 61.9405, `10` = 95.1686)" -average,98,128.602,66.8453,74.431,268.383,1,parametric,10,1,"c(`1` = 158.159, `2` = 91.9079, `3` = 89.5338, `4` = 120.457, `5` = 86.8747, `6` = 68.204, `7` = 89.0161, `8` = 93.6448, `9` = 92.2421, `10` = 101.599, `1` = 1221.55, `2` = 405.785, `3` = 7194.91, `4` = 1353.84, `5` = 522.145, `6` = 819.895, `7` = 697.979, `8` = 747.288, `9` = 113.071, `10` = 1876.19, `1` = 315.36, `2` = 203.413, `3` = 451.243, `4` = 277.003, `5` = 103.802, `6` = 129.069, `7` = 181.457, `8` = 354.837, `9` = 679.512, `10` = 131.914, `1` = 235.142, `2` = 161.16, `3` = 140.976, `4` = 77.5683, -`5` = 215.942, `6` = 97.7044, `7` = 147.236, `8` = 64.6418, `9` = 120.086, `10` = 256.729, `1` = 140.109, `2` = 83.8563, `3` = 119.13, `4` = 71.226, `5` = 121.347, `6` = 133.082, `7` = 129.307, `8` = 100.279, `9` = 124.548, `10` = 99.8524, `1` = 128.365, `2` = 98.7603, `3` = 101.056, `4` = 76.1906, `5` = 101.747, `6` = 100.539, `7` = 83.9326, `8` = 87.0513, `9` = 67.59, `10` = 109.601)" -average,99,180.146,156.616,92.7806,534.267,1,parametric,10,1,"c(`1` = 190.431, `2` = 107.886, `3` = 104.452, `4` = 143.5, `5` = 101.51, `6` = 79.5043, `7` = 103.885, `8` = 108.844, `9` = 108.857, `10` = 121.152, `1` = 3026.47, `2` = 823.254, `3` = 23830.6, `4` = 3460.02, `5` = 1199.01, `6` = 1855.55, `7` = 1581.5, `8` = 1646.35, `9` = 201.958, `10` = 4709.65, `1` = 508.591, `2` = 330.673, `3` = 823.663, `4` = 494.455, `5` = 154.255, `6` = 202.581, `7` = 285.053, `8` = 606.215, `9` = 1446.66, `10` = 204.544, `1` = 330.865, `2` = 220.509, `3` = 187.369, `4` = 101.5, -`5` = 305.846, `6` = 129.959, `7` = 201.886, `8` = 86.6131, `9` = 171.892, `10` = 368.536, `1` = 179.062, `2` = 99.7269, `3` = 138.229, `4` = 85.7423, `5` = 150.767, `6` = 171.139, `7` = 177.303, `8` = 117.395, `9` = 165.063, `10` = 118.516, `1` = 150.83, `2` = 113.636, `3` = 117.51, `4` = 91.074, `5` = 119.941, `6` = 118.074, `7` = 100.311, `8` = 103.949, `9` = 76.9833, `10` = 135.28)" +average,1,0.341191,0.222047,0.152493,0.793526,1,parametric,10,1,"c(`000000001_gamma` = 0.0442787, `000000002_gamma` = 0.298668, `000000003_gamma` = 0.470857, `000000004_gamma` = 0.103992, `000000005_gamma` = 0.40574, `000000006_gamma` = 0.380888, `000000007_gamma` = 0.455992, `000000008_gamma` = 0.645062, `000000009_gamma` = 0.191238, `000000010_gamma` = 0.0796538, `000000001_lgumbel` = 1.05456, `000000002_lgumbel` = 1.65686, `000000003_lgumbel` = 0.649797, `000000004_lgumbel` = 0.917997, `000000005_lgumbel` = 0.81374, `000000006_lgumbel` = 1.43081, `000000007_lgumbel` = 1.20692, +`000000008_lgumbel` = 1.60748, `000000009_lgumbel` = 1.24328, `000000010_lgumbel` = 1.46289, `000000001_llogis` = 0.986457, `000000002_llogis` = 0.577991, `000000003_llogis` = 0.316773, `000000004_llogis` = 0.254591, `000000005_llogis` = 0.871376, `000000006_llogis` = 0.560185, `000000007_llogis` = 0.779357, `000000008_llogis` = 0.553599, `000000009_llogis` = 0.0744858, `000000010_llogis` = 0.663036, `000000001_lnorm` = 0.973046, `000000002_lnorm` = 1.04545, `000000003_lnorm` = 1.45861, `000000004_lnorm` = 1.03091, +`000000005_lnorm` = 0.804277, `000000006_lnorm` = 0.998165, `000000007_lnorm` = 0.923113, `000000008_lnorm` = 0.587176, `000000009_lnorm` = 0.377318, `000000010_lnorm` = 0.770422, `000000001_lnorm_lnorm` = 0.944332, `000000002_lnorm_lnorm` = 0.607611, `000000003_lnorm_lnorm` = 0.78826, `000000004_lnorm_lnorm` = 1.12264, `000000005_lnorm_lnorm` = 1.3334, `000000006_lnorm_lnorm` = 1.14072, `000000007_lnorm_lnorm` = 1.04911, `000000008_lnorm_lnorm` = 0.795161, `000000009_lnorm_lnorm` = 1.42745, `000000010_lnorm_lnorm` = 0.764056, +`000000001_weibull` = 0.35288, `000000002_weibull` = 0.584495, `000000003_weibull` = 0.406658, `000000004_weibull` = 0.111839, `000000005_weibull` = 0.248517, `000000006_weibull` = 0.281616, `000000007_weibull` = 0.12398, `000000008_weibull` = 0.132672, `000000009_weibull` = 0.580246, `000000010_weibull` = 0.0498109)" +average,2,0.573299,0.34303,0.262086,1.25377,1,parametric,10,1,"c(`000000001_gamma` = 0.124861, `000000002_gamma` = 0.579575, `000000003_gamma` = 0.850666, `000000004_gamma` = 0.246682, `000000005_gamma` = 0.745984, `000000006_gamma` = 0.682069, `000000007_gamma` = 0.827009, `000000008_gamma` = 1.12018, `000000009_gamma` = 0.397048, `000000010_gamma` = 0.191755, `000000001_lgumbel` = 1.30355, `000000002_lgumbel` = 1.95464, `000000003_lgumbel` = 0.859593, `000000004_lgumbel` = 1.14301, `000000005_lgumbel` = 0.988177, `000000006_lgumbel` = 1.73163, `000000007_lgumbel` = 1.46107, +`000000008_lgumbel` = 1.93326, `000000009_lgumbel` = 1.42371, `000000010_lgumbel` = 1.81383, `000000001_llogis` = 1.59089, `000000002_llogis` = 0.939597, `000000003_llogis` = 0.578213, `000000004_llogis` = 0.454448, `000000005_llogis` = 1.29491, `000000006_llogis` = 0.87924, `000000007_llogis` = 1.2243, `000000008_llogis` = 0.945787, `000000009_llogis` = 0.158578, `000000010_llogis` = 1.02809, `000000001_lnorm` = 1.36916, `000000002_lnorm` = 1.43045, `000000003_lnorm` = 1.93861, `000000004_lnorm` = 1.34897, +`000000005_lnorm` = 1.13913, `000000006_lnorm` = 1.32769, `000000007_lnorm` = 1.26574, `000000008_lnorm` = 0.786752, `000000009_lnorm` = 0.540095, `000000010_lnorm` = 1.10595, `000000001_lnorm_lnorm` = 1.09987, `000000002_lnorm_lnorm` = 0.870222, `000000003_lnorm_lnorm` = 0.997035, `000000004_lnorm_lnorm` = 1.26511, `000000005_lnorm_lnorm` = 1.70468, `000000006_lnorm_lnorm` = 1.26588, `000000007_lnorm_lnorm` = 1.23922, `000000008_lnorm_lnorm` = 1.01634, `000000009_lnorm_lnorm` = 1.58276, `000000010_lnorm_lnorm` = 1.02699, +`000000001_weibull` = 0.703743, `000000002_weibull` = 1.06557, `000000003_weibull` = 0.77561, `000000004_weibull` = 0.240039, `000000005_weibull` = 0.502521, `000000006_weibull` = 0.560391, `000000007_weibull` = 0.2659, `000000008_weibull` = 0.283503, `000000009_weibull` = 1.01275, `000000010_weibull` = 0.122636)" +average,3,0.797571,0.445753,0.377274,1.66538,1,parametric,10,1,"c(`000000001_gamma` = 0.229135, `000000002_gamma` = 0.856179, `000000003_gamma` = 1.20579, `000000004_gamma` = 0.409382, `000000005_gamma` = 1.06817, `000000006_gamma` = 0.961889, `000000007_gamma` = 1.17489, `000000008_gamma` = 1.55197, `000000009_gamma` = 0.609928, `000000010_gamma` = 0.320964, `000000001_lgumbel` = 1.50271, `000000002_lgumbel` = 2.18381, `000000003_lgumbel` = 1.03705, `000000004_lgumbel` = 1.32408, `000000005_lgumbel` = 1.12568, `000000006_lgumbel` = 1.96809, `000000007_lgumbel` = 1.66089, +`000000008_lgumbel` = 2.18801, `000000009_lgumbel` = 1.5592, `000000010_lgumbel` = 2.09526, `000000001_llogis` = 2.11024, `000000002_llogis` = 1.25221, `000000003_llogis` = 0.825213, `000000004_llogis` = 0.640074, `000000005_llogis` = 1.63655, `000000006_llogis` = 1.14771, `000000007_llogis` = 1.59895, `000000008_llogis` = 1.29802, `000000009_llogis` = 0.24787, `000000010_llogis` = 1.3324, `000000001_lnorm` = 1.70043, `000000002_lnorm` = 1.74528, `000000003_lnorm` = 2.32209, `000000004_lnorm` = 1.59992, +`000000005_lnorm` = 1.42064, `000000006_lnorm` = 1.59112, `000000007_lnorm` = 1.54641, `000000008_lnorm` = 0.947239, `000000009_lnorm` = 0.678105, `000000010_lnorm` = 1.39107, `000000001_lnorm_lnorm` = 1.21776, `000000002_lnorm_lnorm` = 1.1018, `000000003_lnorm_lnorm` = 1.16234, `000000004_lnorm_lnorm` = 1.36766, `000000005_lnorm_lnorm` = 1.99374, `000000006_lnorm_lnorm` = 1.35557, `000000007_lnorm_lnorm` = 1.33283, `000000008_lnorm_lnorm` = 1.19124, `000000009_lnorm_lnorm` = 1.68547, `000000010_lnorm_lnorm` = 1.24634, +`000000001_weibull` = 1.05609, `000000002_weibull` = 1.51685, `000000003_weibull` = 1.1338, `000000004_weibull` = 0.376118, `000000005_weibull` = 0.76028, `000000006_weibull` = 0.839878, `000000007_weibull` = 0.41646, `000000008_weibull` = 0.443075, `000000009_weibull` = 1.40522, `000000010_weibull` = 0.208312)" +average,4,1.01963,0.538078,0.499046,2.0510100000000002,1,parametric,10,1,"c(`000000001_gamma` = 0.352713, `000000002_gamma` = 1.13114, `000000003_gamma` = 1.54745, `000000004_gamma` = 0.587008, `000000005_gamma` = 1.38061, `000000006_gamma` = 1.23002, `000000007_gamma` = 1.51016, `000000008_gamma` = 1.96, `000000009_gamma` = 0.828265, `000000010_gamma` = 0.463012, `000000001_lgumbel` = 1.67952, `000000002_lgumbel` = 2.38168, `000000003_lgumbel` = 1.20107, `000000004_lgumbel` = 1.48551, `000000005_lgumbel` = 1.24646, `000000006_lgumbel` = 2.17538, `000000007_lgumbel` = 1.83609, +`000000008_lgumbel` = 2.41049, `000000009_lgumbel` = 1.67412, `000000010_lgumbel` = 2.34555, `000000001_llogis` = 2.584, `000000002_llogis` = 1.53852, `000000003_llogis` = 1.06492, `000000004_llogis` = 0.818222, `000000005_llogis` = 1.93569, `000000006_llogis` = 1.3893, `000000007_llogis` = 1.93625, `000000008_llogis` = 1.62874, `000000009_llogis` = 0.341426, `000000010_llogis` = 1.60458, `000000001_lnorm` = 2.00147, `000000002_lnorm` = 2.02702, `000000003_lnorm` = 2.6598, `000000004_lnorm` = 1.81902, +`000000005_lnorm` = 1.67738, `000000006_lnorm` = 1.8232, `000000007_lnorm` = 1.79786, `000000008_lnorm` = 1.0892, `000000009_lnorm` = 0.804711, `000000010_lnorm` = 1.65305, `000000001_lnorm_lnorm` = 1.31934, `000000002_lnorm_lnorm` = 1.32286, `000000003_lnorm_lnorm` = 1.30823, `000000004_lnorm_lnorm` = 1.45229, `000000005_lnorm_lnorm` = 2.24413, `000000006_lnorm_lnorm` = 1.42953, `000000007_lnorm_lnorm` = 1.40037, `000000008_lnorm_lnorm` = 1.34505, `000000009_lnorm_lnorm` = 1.76765, `000000010_lnorm_lnorm` = 1.4474, +`000000001_weibull` = 1.41069, `000000002_weibull` = 1.9513, `000000003_weibull` = 1.48643, `000000004_weibull` = 0.518125, `000000005_weibull` = 1.02147, `000000006_weibull` = 1.12085, `000000007_weibull` = 0.573521, `000000008_weibull` = 0.609238, `000000009_weibull` = 1.77499, `000000010_weibull` = 0.303966)" +average,5,1.24152,0.623282,0.625225,2.42089,1,parametric,10,1,"c(`000000001_gamma` = 0.493123, `000000002_gamma` = 1.40569, `000000003_gamma` = 1.88057, `000000004_gamma` = 0.776975, `000000005_gamma` = 1.68703, `000000006_gamma` = 1.49068, `000000007_gamma` = 1.83747, `000000008_gamma` = 2.35269, `000000009_gamma` = 1.05132, `000000010_gamma` = 0.615709, `000000001_lgumbel` = 1.84386, `000000002_lgumbel` = 2.56152, `000000003_lgumbel` = 1.35858, `000000004_lgumbel` = 1.63609, `000000005_lgumbel` = 1.35777, `000000006_lgumbel` = 2.3661, `000000007_lgumbel` = 1.99731, +`000000008_lgumbel` = 2.61458, `000000009_lgumbel` = 1.77708, `000000010_lgumbel` = 2.57853, `000000001_llogis` = 3.02858, `000000002_llogis` = 1.808, `000000003_llogis` = 1.30054, `000000004_llogis` = 0.991879, `000000005_llogis` = 2.20791, `000000006_llogis` = 1.61372, `000000007_llogis` = 2.24966, `000000008_llogis` = 1.94588, `000000009_llogis` = 0.438838, `000000010_llogis` = 1.85625, `000000001_lnorm` = 2.28524, `000000002_lnorm` = 2.28941, `000000003_lnorm` = 2.9704, `000000004_lnorm` = 2.01919, +`000000005_lnorm` = 1.92009, `000000006_lnorm` = 2.03674, `000000007_lnorm` = 2.03226, `000000008_lnorm` = 1.22023, `000000009_lnorm` = 0.924938, `000000010_lnorm` = 1.90213, `000000001_lnorm_lnorm` = 1.41221, `000000002_lnorm_lnorm` = 1.54142, `000000003_lnorm_lnorm` = 1.44346, `000000004_lnorm_lnorm` = 1.52661, `000000005_lnorm_lnorm` = 2.47169, `000000006_lnorm_lnorm` = 1.49457, `000000007_lnorm_lnorm` = 1.45614, `000000008_lnorm_lnorm` = 1.48691, `000000009_lnorm_lnorm` = 1.83896, `000000010_lnorm_lnorm` = 1.63961, +`000000001_weibull` = 1.76796, `000000002_weibull` = 2.37474, `000000003_weibull` = 1.8359, `000000004_weibull` = 0.665132, `000000005_weibull` = 1.28598, `000000006_weibull` = 1.40371, `000000007_weibull` = 0.736068, `000000008_weibull` = 0.780972, `000000009_weibull` = 2.12962, `000000010_weibull` = 0.408123)" +average,6,1.46426,0.703143,0.756963,2.78042,1,parametric,10,1,"c(`000000001_gamma` = 0.648749, `000000002_gamma` = 1.68059, `000000003_gamma` = 2.20794, `000000004_gamma` = 0.977705, `000000005_gamma` = 1.98952, `000000006_gamma` = 1.74626, `000000007_gamma` = 2.15946, `000000008_gamma` = 2.73469, `000000009_gamma` = 1.27868, `000000010_gamma` = 0.777709, `000000001_lgumbel` = 2.00062, `000000002_lgumbel` = 2.72978, `000000003_lgumbel` = 1.51307, `000000004_lgumbel` = 1.78015, `000000005_lgumbel` = 1.46317, `000000006_lgumbel` = 2.54644, `000000007_lgumbel` = 2.14976, +`000000008_lgumbel` = 2.80706, `000000009_lgumbel` = 1.87224, `000000010_lgumbel` = 2.80104, `000000001_llogis` = 3.45279, `000000002_llogis` = 2.06575, `000000003_llogis` = 1.53393, `000000004_llogis` = 1.16273, `000000005_llogis` = 2.46131, `000000006_llogis` = 1.82611, `000000007_llogis` = 2.54635, `000000008_llogis` = 2.25379, `000000009_llogis` = 0.539903, `000000010_llogis` = 2.09357, `000000001_lnorm` = 2.55826, `000000002_lnorm` = 2.53934, `000000003_lnorm` = 3.26319, `000000004_lnorm` = 2.20683, +`000000005_lnorm` = 2.15414, `000000006_lnorm` = 2.23808, `000000007_lnorm` = 2.2557, `000000008_lnorm` = 1.3441, `000000009_lnorm` = 1.04132, `000000010_lnorm` = 2.14349, `000000001_lnorm_lnorm` = 1.50013, `000000002_lnorm_lnorm` = 1.76188, `000000003_lnorm_lnorm` = 1.57238, `000000004_lnorm_lnorm` = 1.59429, `000000005_lnorm_lnorm` = 2.68423, `000000006_lnorm_lnorm` = 1.55394, `000000007_lnorm_lnorm` = 1.50545, `000000008_lnorm_lnorm` = 1.62136, `000000009_lnorm_lnorm` = 1.90376, `000000010_lnorm_lnorm` = 1.82784, +`000000001_weibull` = 2.12816, `000000002_weibull` = 2.79046, `000000003_weibull` = 2.18362, `000000004_weibull` = 0.816601, `000000005_weibull` = 1.55375, `000000006_weibull` = 1.68871, `000000007_weibull` = 0.903513, `000000008_weibull` = 0.957689, `000000009_weibull` = 2.47333, `000000010_weibull` = 0.519884)" +average,7,1.68846,0.778775,0.894392,3.13267,1,parametric,10,1,"c(`000000001_gamma` = 0.818444, `000000002_gamma` = 1.95631, `000000003_gamma` = 2.53132, `000000004_gamma` = 1.18814, `000000005_gamma` = 2.28944, `000000006_gamma` = 1.99826, `000000007_gamma` = 2.47778, `000000008_gamma` = 3.1089, `000000009_gamma` = 1.5101, `000000010_gamma` = 0.948105, `000000001_lgumbel` = 2.1526, `000000002_lgumbel` = 2.89017, `000000003_lgumbel` = 1.66662, `000000004_lgumbel` = 1.92019, `000000005_lgumbel` = 1.5647, `000000006_lgumbel` = 2.71995, `000000007_lgumbel` = 2.29646, +`000000008_lgumbel` = 2.99183, `000000009_lgumbel` = 1.96196, `000000010_lgumbel` = 3.01702, `000000001_llogis` = 3.86208, `000000002_llogis` = 2.31493, `000000003_llogis` = 1.76629, `000000004_llogis` = 1.33187, `000000005_llogis` = 2.70078, `000000006_llogis` = 2.02962, `000000007_llogis` = 2.83071, `000000008_llogis` = 2.55524, `000000009_llogis` = 0.644518, `000000010_llogis` = 2.32026, `000000001_lnorm` = 2.82435, `000000002_lnorm` = 2.78083, `000000003_lnorm` = 3.54356, `000000004_lnorm` = 2.38564, +`000000005_lnorm` = 2.38272, `000000006_lnorm` = 2.43093, `000000007_lnorm` = 2.47173, `000000008_lnorm` = 1.46301, `000000009_lnorm` = 1.15535, `000000010_lnorm` = 2.3802, `000000001_lnorm_lnorm` = 1.58538, `000000002_lnorm_lnorm` = 1.98719, `000000003_lnorm_lnorm` = 1.69758, `000000004_lnorm_lnorm` = 1.6574, `000000005_lnorm_lnorm` = 2.88623, `000000006_lnorm_lnorm` = 1.6095, `000000007_lnorm_lnorm` = 1.55094, `000000008_lnorm_lnorm` = 1.75107, `000000009_lnorm_lnorm` = 1.96444, `000000010_lnorm_lnorm` = 2.01512, +`000000001_weibull` = 2.49151, `000000002_weibull` = 3.20059, `000000003_weibull` = 2.53052, `000000004_weibull` = 0.97219, `000000005_weibull` = 1.82478, `000000006_weibull` = 1.97603, `000000007_weibull` = 1.07548, `000000008_weibull` = 1.13902, `000000009_weibull` = 2.80879, `000000010_weibull` = 0.638645)" +average,8,1.91453,0.85094,1.03785,3.47976,1,parametric,10,1,"c(`000000001_gamma` = 1.00136, `000000002_gamma` = 2.23322, `000000003_gamma` = 2.85193, `000000004_gamma` = 1.40753, `000000005_gamma` = 2.58774, `000000006_gamma` = 2.2477, `000000007_gamma` = 2.7936, `000000008_gamma` = 3.47731, `000000009_gamma` = 1.74542, `000000010_gamma` = 1.12625, `000000001_lgumbel` = 2.30164, `000000002_lgumbel` = 3.04504, `000000003_lgumbel` = 1.82059, `000000004_lgumbel` = 2.05785, `000000005_lgumbel` = 1.66369, `000000006_lgumbel` = 2.88891, `000000007_lgumbel` = 2.43933, +`000000008_lgumbel` = 3.17138, `000000009_lgumbel` = 2.04776, `000000010_lgumbel` = 3.22903, `000000001_llogis` = 4.2601, `000000002_llogis` = 2.55769, `000000003_llogis` = 1.99847, `000000004_llogis` = 1.50006, `000000005_llogis` = 2.92953, `000000006_llogis` = 2.22635, `000000007_llogis` = 3.10565, `000000008_llogis` = 2.85213, `000000009_llogis` = 0.752639, `000000010_llogis` = 2.53883, `000000001_lnorm` = 3.08601, `000000002_lnorm` = 3.01648, `000000003_lnorm` = 3.81498, `000000004_lnorm` = 2.55801, +`000000005_lnorm` = 2.60789, `000000006_lnorm` = 2.61766, `000000007_lnorm` = 2.68267, `000000008_lnorm` = 1.57839, `000000009_lnorm` = 1.26801, `000000010_lnorm` = 2.61423, `000000001_lnorm_lnorm` = 1.66951, `000000002_lnorm_lnorm` = 2.21966, `000000003_lnorm_lnorm` = 1.82078, `000000004_lnorm_lnorm` = 1.71726, `000000005_lnorm_lnorm` = 3.0806, `000000006_lnorm_lnorm` = 1.66243, `000000007_lnorm_lnorm` = 1.59416, `000000008_lnorm_lnorm` = 1.87775, `000000009_lnorm_lnorm` = 2.02252, `000000010_lnorm_lnorm` = 2.20356, +`000000001_weibull` = 2.85816, `000000002_weibull` = 3.60663, `000000003_weibull` = 2.87728, `000000004_weibull` = 1.13167, `000000005_weibull` = 2.09909, `000000006_weibull` = 2.26584, `000000007_weibull` = 1.25172, `000000008_weibull` = 1.32471, `000000009_weibull` = 3.13782, `000000010_weibull` = 0.763984)" +average,9,2.14276,0.9202,1.18715,3.82279,1,parametric,10,1,"c(`000000001_gamma` = 1.19683, `000000002_gamma` = 2.51161, `000000003_gamma` = 3.17069, `000000004_gamma` = 1.63532, `000000005_gamma` = 2.8851, `000000006_gamma` = 2.49537, `000000007_gamma` = 3.10778, `000000008_gamma` = 3.84137, `000000009_gamma` = 1.98453, `000000010_gamma` = 1.31167, `000000001_lgumbel` = 2.449, `000000002_lgumbel` = 3.19601, `000000003_lgumbel` = 1.976, `000000004_lgumbel` = 2.19425, `000000005_lgumbel` = 1.76102, `000000006_lgumbel` = 3.05489, `000000007_lgumbel` = 2.57969, +`000000008_lgumbel` = 3.34742, `000000009_lgumbel` = 2.13063, `000000010_lgumbel` = 3.43883, `000000001_llogis` = 4.6495, `000000002_llogis` = 2.79555, `000000003_llogis` = 2.23113, `000000004_llogis` = 1.66787, `000000005_llogis` = 3.14979, `000000006_llogis` = 2.41782, `000000007_llogis` = 3.37326, `000000008_llogis` = 3.14584, `000000009_llogis` = 0.864263, `000000010_llogis` = 2.75103, `000000001_lnorm` = 3.34496, `000000002_lnorm` = 3.24808, `000000003_lnorm` = 4.07984, `000000004_lnorm` = 2.72556, +`000000005_lnorm` = 2.8311, `000000006_lnorm` = 2.79991, `000000007_lnorm` = 2.89009, `000000008_lnorm` = 1.6912, `000000009_lnorm` = 1.37999, `000000010_lnorm` = 2.847, `000000001_lnorm_lnorm` = 1.75374, `000000002_lnorm_lnorm` = 2.46127, `000000003_lnorm_lnorm` = 1.94321, `000000004_lnorm_lnorm` = 1.77475, `000000005_lnorm_lnorm` = 3.26931, `000000006_lnorm_lnorm` = 1.71355, `000000007_lnorm_lnorm` = 1.63616, `000000008_lnorm_lnorm` = 2.00263, `000000009_lnorm_lnorm` = 2.07908, `000000010_lnorm_lnorm` = 2.39484, +`000000001_weibull` = 3.22827, `000000002_weibull` = 4.00966, `000000003_weibull` = 3.22439, `000000004_weibull` = 1.29488, `000000005_weibull` = 2.3767, `000000006_weibull` = 2.55826, `000000007_weibull` = 1.43207, `000000008_weibull` = 1.51458, `000000009_weibull` = 3.46178, `000000010_weibull` = 0.895591)" +average,10,2.37337,0.986987,1.34237,4.16271,1,parametric,10,1,"c(`000000001_gamma` = 1.40435, `000000002_gamma` = 2.79171, `000000003_gamma` = 3.48829, `000000004_gamma` = 1.8711, `000000005_gamma` = 3.18209, `000000006_gamma` = 2.74183, `000000007_gamma` = 3.42097, `000000008_gamma` = 4.20217, `000000009_gamma` = 2.22738, `000000010_gamma` = 1.50399, `000000001_lgumbel` = 2.5956, `000000002_lgumbel` = 3.34423, `000000003_lgumbel` = 2.13361, `000000004_lgumbel` = 2.33023, `000000005_lgumbel` = 1.85738, `000000006_lgumbel` = 3.21903, `000000007_lgumbel` = 2.7185, +`000000008_lgumbel` = 3.52121, `000000009_lgumbel` = 2.21132, `000000010_lgumbel` = 3.64775, `000000001_llogis` = 5.03225, `000000002_llogis` = 3.02967, `000000003_llogis` = 2.46481, `000000004_llogis` = 1.83575, `000000005_llogis` = 3.36324, `000000006_llogis` = 2.60512, `000000007_llogis` = 3.63511, `000000008_llogis` = 3.43745, `000000009_llogis` = 0.97941, `000000010_llogis` = 2.95819, `000000001_lnorm` = 3.6025, `000000002_lnorm` = 3.47697, `000000003_lnorm` = 4.33986, `000000004_lnorm` = 2.88947, +`000000005_lnorm` = 3.05341, `000000006_lnorm` = 2.97887, `000000007_lnorm` = 3.09517, `000000008_lnorm` = 1.80215, `000000009_lnorm` = 1.49178, `000000010_lnorm` = 3.07954, `000000001_lnorm_lnorm` = 1.8391, `000000002_lnorm_lnorm` = 2.71389, `000000003_lnorm_lnorm` = 2.06587, `000000004_lnorm_lnorm` = 1.83054, `000000005_lnorm_lnorm` = 3.4538, `000000006_lnorm_lnorm` = 1.76347, `000000007_lnorm_lnorm` = 1.67776, `000000008_lnorm_lnorm` = 2.12663, `000000009_lnorm_lnorm` = 2.13492, `000000010_lnorm_lnorm` = 2.59035, +`000000001_weibull` = 3.60198, `000000002_weibull` = 4.41054, `000000003_weibull` = 3.57227, `000000004_weibull` = 1.46172, `000000005_weibull` = 2.65766, `000000006_weibull` = 2.85341, `000000007_weibull` = 1.61638, `000000008_weibull` = 1.70853, `000000009_weibull` = 3.78167, `000000010_weibull` = 1.03324)" +average,11,2.60657,1.05165,1.5034,4.50044,1,parametric,10,1,"c(`000000001_gamma` = 1.6235, `000000002_gamma` = 3.07371, `000000003_gamma` = 3.80527, `000000004_gamma` = 2.11454, `000000005_gamma` = 3.47914, `000000006_gamma` = 2.98756, `000000007_gamma` = 3.73371, `000000008_gamma` = 4.56057, `000000009_gamma` = 2.47393, `000000010_gamma` = 1.70294, `000000001_lgumbel` = 2.74217, `000000002_lgumbel` = 3.49058, `000000003_lgumbel` = 2.29407, `000000004_lgumbel` = 2.46645, `000000005_lgumbel` = 1.95326, `000000006_lgumbel` = 3.38222, `000000007_lgumbel` = 2.85652, +`000000008_lgumbel` = 3.6937, `000000009_lgumbel` = 2.29035, `000000010_lgumbel` = 3.85679, `000000001_llogis` = 5.40989, `000000002_llogis` = 3.26096, `000000003_llogis` = 2.69992, `000000004_llogis` = 2.00407, `000000005_llogis` = 3.57112, `000000006_llogis` = 2.78914, `000000007_llogis` = 3.89239, `000000008_llogis` = 3.72781, `000000009_llogis` = 1.09812, `000000010_llogis` = 3.16132, `000000001_lnorm` = 3.8596, `000000002_lnorm` = 3.70413, `000000003_lnorm` = 4.59636, `000000004_lnorm` = 3.05064, +`000000005_lnorm` = 3.27565, `000000006_lnorm` = 3.15544, `000000007_lnorm` = 3.2988, `000000008_lnorm` = 1.91179, `000000009_lnorm` = 1.60378, `000000010_lnorm` = 3.31266, `000000001_lnorm_lnorm` = 1.92657, `000000002_lnorm_lnorm` = 2.97932, `000000003_lnorm_lnorm` = 2.18956, `000000004_lnorm_lnorm` = 1.88511, `000000005_lnorm_lnorm` = 3.63513, `000000006_lnorm_lnorm` = 1.81267, `000000007_lnorm_lnorm` = 1.71964, `000000008_lnorm_lnorm` = 2.25048, `000000009_lnorm_lnorm` = 2.19076, `000000010_lnorm_lnorm` = 2.79139, +`000000001_weibull` = 3.97941, `000000002_weibull` = 4.80996, `000000003_weibull` = 3.92125, `000000004_weibull` = 1.6321, `000000005_weibull` = 2.94201, `000000006_weibull` = 3.1514, `000000007_weibull` = 1.8046, `000000008_weibull` = 1.90647, `000000009_weibull` = 4.09829, `000000010_weibull` = 1.17676)" +average,12,2.84252,1.11446,1.66997,4.83669,1,parametric,10,1,"c(`000000001_gamma` = 1.85398, `000000002_gamma` = 3.35778, `000000003_gamma` = 4.1221, `000000004_gamma` = 2.36539, `000000005_gamma` = 3.77661, `000000006_gamma` = 3.23294, `000000007_gamma` = 4.04644, `000000008_gamma` = 4.91727, `000000009_gamma` = 2.72416, `000000010_gamma` = 1.9083, `000000001_lgumbel` = 2.88928, `000000002_lgumbel` = 3.63576, `000000003_lgumbel` = 2.45791, `000000004_lgumbel` = 2.60343, `000000005_lgumbel` = 2.04906, `000000006_lgumbel` = 3.54515, `000000007_lgumbel` = 2.99433, +`000000008_lgumbel` = 3.86563, `000000009_lgumbel` = 2.36817, `000000010_lgumbel` = 4.06677, `000000001_llogis` = 5.78366, `000000002_llogis` = 3.49014, `000000003_llogis` = 2.93685, `000000004_llogis` = 2.17315, `000000005_llogis` = 3.77444, `000000006_llogis` = 2.97055, `000000007_llogis` = 4.14606, `000000008_llogis` = 4.0176, `000000009_llogis` = 1.22046, `000000010_llogis` = 3.36122, `000000001_lnorm` = 4.11704, `000000002_lnorm` = 3.93036, `000000003_lnorm` = 4.85036, `000000004_lnorm` = 3.20975, +`000000005_lnorm` = 3.49848, `000000006_lnorm` = 3.33031, `000000007_lnorm` = 3.50168, `000000008_lnorm` = 2.02053, `000000009_lnorm` = 1.71631, `000000010_lnorm` = 3.54702, `000000001_lnorm_lnorm` = 2.01714, `000000002_lnorm_lnorm` = 3.25939, `000000003_lnorm_lnorm` = 2.31501, `000000004_lnorm_lnorm` = 1.93888, `000000005_lnorm_lnorm` = 3.81417, `000000006_lnorm_lnorm` = 1.86155, `000000007_lnorm_lnorm` = 1.76249, `000000008_lnorm_lnorm` = 2.37478, `000000009_lnorm_lnorm` = 2.24721, `000000010_lnorm_lnorm` = 2.99918, +`000000001_weibull` = 4.36068, `000000002_weibull` = 5.20847, `000000003_weibull` = 4.27163, `000000004_weibull` = 1.80597, `000000005_weibull` = 3.22981, `000000006_weibull` = 3.45234, `000000007_weibull` = 1.99665, `000000008_weibull` = 2.10834, `000000009_weibull` = 4.4123, `000000010_weibull` = 1.32603)" +average,13,3.08137,1.17568,1.84226,5.17383,1,parametric,10,1,"c(`000000001_gamma` = 2.09551, `000000002_gamma` = 3.64409, `000000003_gamma` = 4.43917, `000000004_gamma` = 2.62346, `000000005_gamma` = 4.07482, `000000006_gamma` = 3.47828, `000000007_gamma` = 4.35951, `000000008_gamma` = 5.27284, `000000009_gamma` = 2.97809, `000000010_gamma` = 2.1199, `000000001_lgumbel` = 3.03744, `000000002_lgumbel` = 3.78032, `000000003_lgumbel` = 2.62562, `000000004_lgumbel` = 2.74161, `000000005_lgumbel` = 2.14513, `000000006_lgumbel` = 3.70838, `000000007_lgumbel` = 3.13241, +`000000008_lgumbel` = 4.03763, `000000009_lgumbel` = 2.4451, `000000010_lgumbel` = 4.27839, `000000001_llogis` = 6.15458, `000000002_llogis` = 3.71782, `000000003_llogis` = 3.17594, `000000004_llogis` = 2.34325, `000000005_llogis` = 3.97399, `000000006_llogis` = 3.14992, `000000007_llogis` = 4.39691, `000000008_llogis` = 4.30744, `000000009_llogis` = 1.3465, `000000010_llogis` = 3.55854, `000000001_lnorm` = 4.37548, `000000002_lnorm` = 4.1563, `000000003_lnorm` = 5.10269, `000000004_lnorm` = 3.36736, +`000000005_lnorm` = 3.72244, `000000006_lnorm` = 3.50406, `000000007_lnorm` = 3.70438, `000000008_lnorm` = 2.12872, `000000009_lnorm` = 1.82962, `000000010_lnorm` = 3.78314, `000000001_lnorm_lnorm` = 2.11191, `000000002_lnorm_lnorm` = 3.55592, `000000003_lnorm_lnorm` = 2.44289, `000000004_lnorm_lnorm` = 1.99217, `000000005_lnorm_lnorm` = 3.99158, `000000006_lnorm_lnorm` = 1.91046, `000000007_lnorm_lnorm` = 1.807, `000000008_lnorm_lnorm` = 2.50007, `000000009_lnorm_lnorm` = 2.30491, `000000010_lnorm_lnorm` = 3.21497, +`000000001_weibull` = 4.74592, `000000002_weibull` = 5.60654, `000000003_weibull` = 4.62364, `000000004_weibull` = 1.9833, `000000005_weibull` = 3.52112, `000000006_weibull` = 3.75632, `000000007_weibull` = 2.19251, `000000008_weibull` = 2.31411, `000000009_weibull` = 4.72423, `000000010_weibull` = 1.48096)" +average,14,3.32327,1.2355,2.01826,5.51522,1,parametric,10,1,"c(`000000001_gamma` = 2.34788, `000000002_gamma` = 3.93277, `000000003_gamma` = 4.75679, `000000004_gamma` = 2.88861, `000000005_gamma` = 4.37402, `000000006_gamma` = 3.72386, `000000007_gamma` = 4.67324, `000000008_gamma` = 5.62779, `000000009_gamma` = 3.23572, `000000010_gamma` = 2.33761, `000000001_lgumbel` = 3.18704, `000000002_lgumbel` = 3.92473, `000000003_lgumbel` = 2.79765, `000000004_lgumbel` = 2.88139, `000000005_lgumbel` = 2.24174, `000000006_lgumbel` = 3.87241, `000000007_lgumbel` = 3.27116, +`000000008_lgumbel` = 4.21022, `000000009_lgumbel` = 2.52143, `000000010_lgumbel` = 4.49223, `000000001_llogis` = 6.52352, `000000002_llogis` = 3.94451, `000000003_llogis` = 3.41748, `000000004_llogis` = 2.51461, `000000005_llogis` = 4.17045, `000000006_llogis` = 3.32772, `000000007_llogis` = 4.64559, `000000008_llogis` = 4.59781, `000000009_llogis` = 1.47632, `000000010_llogis` = 3.75384, `000000001_lnorm` = 4.63547, `000000002_lnorm` = 4.38249, `000000003_lnorm` = 5.35403, `000000004_lnorm` = 3.52393, +`000000005_lnorm` = 3.94799, `000000006_lnorm` = 3.67714, `000000007_lnorm` = 3.90738, `000000008_lnorm` = 2.23663, `000000009_lnorm` = 1.94396, `000000010_lnorm` = 4.02149, `000000001_lnorm_lnorm` = 2.21213, `000000002_lnorm_lnorm` = 3.87074, `000000003_lnorm_lnorm` = 2.57384, `000000004_lnorm_lnorm` = 2.04528, `000000005_lnorm_lnorm` = 4.16793, `000000006_lnorm_lnorm` = 1.95972, `000000007_lnorm_lnorm` = 1.85403, `000000008_lnorm_lnorm` = 2.6268, `000000009_lnorm_lnorm` = 2.36451, `000000010_lnorm_lnorm` = 3.44005, +`000000001_weibull` = 5.13526, `000000002_weibull` = 6.00459, `000000003_weibull` = 4.97751, `000000004_weibull` = 2.16408, `000000005_weibull` = 3.816, `000000006_weibull` = 4.06345, `000000007_weibull` = 2.39216, `000000008_weibull` = 2.52378, `000000009_weibull` = 5.03453, `000000010_weibull` = 1.64148)" +average,15,3.56835,1.29412,2.19428,5.85714,1,parametric,10,1,"c(`000000001_gamma` = 2.61095, `000000002_gamma` = 4.22396, `000000003_gamma` = 5.07527, `000000004_gamma` = 3.16073, `000000005_gamma` = 4.67447, `000000006_gamma` = 3.96992, `000000007_gamma` = 4.98792, `000000008_gamma` = 5.98252, `000000009_gamma` = 3.49708, `000000010_gamma` = 2.56134, `000000001_lgumbel` = 3.33846, `000000002_lgumbel` = 4.06939, `000000003_lgumbel` = 2.97442, `000000004_lgumbel` = 3.02308, `000000005_lgumbel` = 2.33914, `000000006_lgumbel` = 4.03766, `000000007_lgumbel` = 3.41096, +`000000008_lgumbel` = 4.38384, `000000009_lgumbel` = 2.59737, `000000010_lgumbel` = 4.70882, `000000001_llogis` = 6.89121, `000000002_llogis` = 4.17064, `000000003_llogis` = 3.66175, `000000004_llogis` = 2.68745, `000000005_llogis` = 4.36435, `000000006_llogis` = 3.50435, `000000007_llogis` = 4.89266, `000000008_llogis` = 4.88919, `000000009_llogis` = 1.61002, `000000010_llogis` = 3.94759, `000000001_lnorm` = 4.89747, `000000002_lnorm` = 4.60938, `000000003_lnorm` = 5.60495, `000000004_lnorm` = 3.67984, +`000000005_lnorm` = 4.17554, `000000006_lnorm` = 3.84996, `000000007_lnorm` = 4.11108, `000000008_lnorm` = 2.3445, `000000009_lnorm` = 2.05951, `000000010_lnorm` = 4.26249, `000000001_lnorm_lnorm` = 2.31932, `000000002_lnorm_lnorm` = 4.20555, `000000003_lnorm_lnorm` = 2.70853, `000000004_lnorm_lnorm` = 2.09845, `000000005_lnorm_lnorm` = 4.34371, `000000006_lnorm_lnorm` = 2.00966, `000000007_lnorm_lnorm` = 1.90462, `000000008_lnorm_lnorm` = 2.75543, `000000009_lnorm_lnorm` = 2.42677, `000000010_lnorm_lnorm` = 3.67579, +`000000001_weibull` = 5.5288, `000000002_weibull` = 6.40297, `000000003_weibull` = 5.33345, `000000004_weibull` = 2.3483, `000000005_weibull` = 4.11453, `000000006_weibull` = 4.37383, `000000007_weibull` = 2.5956, `000000008_weibull` = 2.73733, `000000009_weibull` = 5.34361, `000000010_weibull` = 1.80756)" +average,16,3.81676,1.35168,2.37517,6.20129,1,parametric,10,1,"c(`000000001_gamma` = 2.88457, `000000002_gamma` = 4.51778, `000000003_gamma` = 5.39485, `000000004_gamma` = 3.43974, `000000005_gamma` = 4.97636, `000000006_gamma` = 4.21667, `000000007_gamma` = 5.30378, `000000008_gamma` = 6.33741, `000000009_gamma` = 3.76221, `000000010_gamma` = 2.791, `000000001_lgumbel` = 3.49204, `000000002_lgumbel` = 4.21463, `000000003_lgumbel` = 3.15635, `000000004_lgumbel` = 3.16702, `000000005_lgumbel` = 2.43755, `000000006_lgumbel` = 4.20449, `000000007_lgumbel` = 3.5521, +`000000008_lgumbel` = 4.5589, `000000009_lgumbel` = 2.67314, `000000010_lgumbel` = 4.92863, `000000001_llogis` = 7.2583, `000000002_llogis` = 4.39661, `000000003_llogis` = 3.90902, `000000004_llogis` = 2.86199, `000000005_llogis` = 4.55619, `000000006_llogis` = 3.68017, `000000007_llogis` = 5.13861, `000000008_llogis` = 5.18198, `000000009_llogis` = 1.7477, `000000010_llogis` = 4.14017, `000000001_lnorm` = 5.16191, `000000002_lnorm` = 4.83738, `000000003_lnorm` = 5.85593, `000000004_lnorm` = 3.8354, +`000000005_lnorm` = 4.40544, `000000006_lnorm` = 4.02285, `000000007_lnorm` = 4.31584, `000000008_lnorm` = 2.45255, `000000009_lnorm` = 2.17645, `000000010_lnorm` = 4.50651, `000000001_lnorm_lnorm` = 2.43541, `000000002_lnorm_lnorm` = 4.56185, `000000003_lnorm_lnorm` = 2.84763, `000000004_lnorm_lnorm` = 2.15195, `000000005_lnorm_lnorm` = 4.51931, `000000006_lnorm_lnorm` = 2.06059, `000000007_lnorm_lnorm` = 1.9602, `000000008_lnorm_lnorm` = 2.88637, `000000009_lnorm_lnorm` = 2.49257, `000000010_lnorm_lnorm` = 3.92368, +`000000001_weibull` = 5.92667, `000000002_weibull` = 6.802, `000000003_weibull` = 5.69165, `000000004_weibull` = 2.53598, `000000005_weibull` = 4.41677, `000000006_weibull` = 4.68755, `000000007_weibull` = 2.80283, `000000008_weibull` = 2.95479, `000000009_weibull` = 5.65179, `000000010_weibull` = 1.97918)" +average,17,4.06864,1.40832,2.56098,6.54938,1,parametric,10,1,"c(`000000001_gamma` = 3.16866, `000000002_gamma` = 4.81436, `000000003_gamma` = 5.71579, `000000004_gamma` = 3.72559, `000000005_gamma` = 5.27991, `000000006_gamma` = 4.4643, `000000007_gamma` = 5.62107, `000000008_gamma` = 6.6928, `000000009_gamma` = 4.03115, `000000010_gamma` = 3.02656, `000000001_lgumbel` = 3.64807, `000000002_lgumbel` = 4.36076, `000000003_lgumbel` = 3.34384, `000000004_lgumbel` = 3.31349, `000000005_lgumbel` = 2.53717, `000000006_lgumbel` = 4.37325, `000000007_lgumbel` = 3.69489, +`000000008_lgumbel` = 4.73574, `000000009_lgumbel` = 2.7489, `000000010_lgumbel` = 5.15211, `000000001_llogis` = 7.62538, `000000002_llogis` = 4.62276, `000000003_llogis` = 4.15955, `000000004_llogis` = 3.03839, `000000005_llogis` = 4.74636, `000000006_llogis` = 3.85547, `000000007_llogis` = 5.38387, `000000008_llogis` = 5.47654, `000000009_llogis` = 1.88949, `000000010_llogis` = 4.33194, `000000001_lnorm` = 5.42917, `000000002_lnorm` = 5.06684, `000000003_lnorm` = 6.10742, `000000004_lnorm` = 3.99092, +`000000005_lnorm` = 4.63803, `000000006_lnorm` = 4.1961, `000000007_lnorm` = 4.52198, `000000008_lnorm` = 2.56094, `000000009_lnorm` = 2.29494, `000000010_lnorm` = 4.75386, `000000001_lnorm_lnorm` = 2.56292, `000000002_lnorm_lnorm` = 4.94075, `000000003_lnorm_lnorm` = 2.99188, `000000004_lnorm_lnorm` = 2.206, `000000005_lnorm_lnorm` = 4.69509, `000000006_lnorm_lnorm` = 2.11286, `000000007_lnorm_lnorm` = 2.02283, `000000008_lnorm_lnorm` = 3.02004, `000000009_lnorm_lnorm` = 2.56304, `000000010_lnorm_lnorm` = 4.18537, +`000000001_weibull` = 6.32899, `000000002_weibull` = 7.20197, `000000003_weibull` = 6.05228, `000000004_weibull` = 2.72712, `000000005_weibull` = 4.72281, `000000006_weibull` = 5.00471, `000000007_weibull` = 3.01387, `000000008_weibull` = 3.17617, `000000009_weibull` = 5.95939, `000000010_weibull` = 2.15633)" +average,18,4.32414,1.46418,2.75182,6.89939,1,parametric,10,1,"c(`000000001_gamma` = 3.46316, `000000002_gamma` = 5.11382, `000000003_gamma` = 6.03828, `000000004_gamma` = 4.01824, `000000005_gamma` = 5.5853, `000000006_gamma` = 4.71299, `000000007_gamma` = 5.93998, `000000008_gamma` = 7.04897, `000000009_gamma` = 4.30395, `000000010_gamma` = 3.26797, `000000001_lgumbel` = 3.80687, `000000002_lgumbel` = 4.50807, `000000003_lgumbel` = 3.53729, `000000004_lgumbel` = 3.46277, `000000005_lgumbel` = 2.63818, `000000006_lgumbel` = 4.54424, `000000007_lgumbel` = 3.83957, +`000000008_lgumbel` = 4.9147, `000000009_lgumbel` = 2.82481, `000000010_lgumbel` = 5.37967, `000000001_llogis` = 7.99297, `000000002_llogis` = 4.84941, `000000003_llogis` = 4.41357, `000000004_llogis` = 3.21686, `000000005_llogis` = 4.93523, `000000006_llogis` = 4.03053, `000000007_llogis` = 5.62881, `000000008_llogis` = 5.77323, `000000009_llogis` = 2.0355, `000000010_llogis` = 4.52321, `000000001_lnorm` = 5.6996, `000000002_lnorm` = 5.29809, `000000003_lnorm` = 6.3598, `000000004_lnorm` = 4.14663, +`000000005_lnorm` = 4.8736, `000000006_lnorm` = 4.36999, `000000007_lnorm` = 4.72978, `000000008_lnorm` = 2.66984, `000000009_lnorm` = 2.41514, `000000010_lnorm` = 5.00488, `000000001_lnorm_lnorm` = 2.70529, `000000002_lnorm_lnorm` = 5.34267, `000000003_lnorm_lnorm` = 3.14208, `000000004_lnorm_lnorm` = 2.26083, `000000005_lnorm_lnorm` = 4.87139, `000000006_lnorm_lnorm` = 2.16684, `000000007_lnorm_lnorm` = 2.09565, `000000008_lnorm_lnorm` = 3.15685, `000000009_lnorm_lnorm` = 2.63963, `000000010_lnorm_lnorm` = 4.46265, +`000000001_weibull` = 6.73589, `000000002_weibull` = 7.60314, `000000003_weibull` = 6.4155, `000000004_weibull` = 2.92176, `000000005_weibull` = 5.03273, `000000006_weibull` = 5.32542, `000000007_weibull` = 3.22876, `000000008_weibull` = 3.40151, `000000009_weibull` = 6.26666, `000000010_weibull` = 2.33904)" +average,19,4.58341,1.51933,2.94785,7.2516,1,parametric,10,1,"c(`000000001_gamma` = 3.76804, `000000002_gamma` = 5.41628, `000000003_gamma` = 6.36254, `000000004_gamma` = 4.31768, `000000005_gamma` = 5.89269, `000000006_gamma` = 4.9629, `000000007_gamma` = 6.26071, `000000008_gamma` = 7.40621, `000000009_gamma` = 4.58067, `000000010_gamma` = 3.51523, `000000001_lgumbel` = 3.96869, `000000002_lgumbel` = 4.65681, `000000003_lgumbel` = 3.73711, `000000004_lgumbel` = 3.61512, `000000005_lgumbel` = 2.74075, `000000006_lgumbel` = 4.71778, `000000007_lgumbel` = 3.98642, +`000000008_lgumbel` = 5.09609, `000000009_lgumbel` = 2.901, `000000010_lgumbel` = 5.61173, `000000001_llogis` = 8.36153, `000000002_llogis` = 5.07683, `000000003_llogis` = 4.67132, `000000004_llogis` = 3.39757, `000000005_llogis` = 5.12311, `000000006_llogis` = 4.20561, `000000007_llogis` = 5.87379, `000000008_llogis` = 6.07237, `000000009_llogis` = 2.18587, `000000010_llogis` = 4.71428, `000000001_lnorm` = 5.97353, `000000002_lnorm` = 5.5314, `000000003_lnorm` = 6.61341, `000000004_lnorm` = 4.30276, +`000000005_lnorm` = 5.11243, `000000006_lnorm` = 4.54475, `000000007_lnorm` = 4.93951, `000000008_lnorm` = 2.7794, `000000009_lnorm` = 2.53718, `000000010_lnorm` = 5.25986, `000000001_lnorm_lnorm` = 2.86737, `000000002_lnorm_lnorm` = 5.76717, `000000003_lnorm_lnorm` = 3.29911, `000000004_lnorm_lnorm` = 2.31669, `000000005_lnorm_lnorm` = 5.04849, `000000006_lnorm_lnorm` = 2.22295, `000000007_lnorm_lnorm` = 2.1837, `000000008_lnorm_lnorm` = 3.29725, `000000009_lnorm_lnorm` = 2.72432, `000000010_lnorm_lnorm` = 4.75756, +`000000001_weibull` = 7.1475, `000000002_weibull` = 8.00576, `000000003_weibull` = 6.78149, `000000004_weibull` = 3.11993, `000000005_weibull` = 5.34662, `000000006_weibull` = 5.64977, `000000007_weibull` = 3.44754, `000000008_weibull` = 3.63085, `000000009_weibull` = 6.57386, `000000010_weibull` = 2.52731)" +average,20,4.84662,1.57387,3.1491,7.6062,1,parametric,10,1,"c(`000000001_gamma` = 4.08326, `000000002_gamma` = 5.72185, `000000003_gamma` = 6.68874, `000000004_gamma` = 4.62393, `000000005_gamma` = 6.20225, `000000006_gamma` = 5.21418, `000000007_gamma` = 6.58345, `000000008_gamma` = 7.76476, `000000009_gamma` = 4.86138, `000000010_gamma` = 3.76833, `000000001_lgumbel` = 4.13383, `000000002_lgumbel` = 4.80722, `000000003_lgumbel` = 3.94372, `000000004_lgumbel` = 3.7708, `000000005_lgumbel` = 2.84507, `000000006_lgumbel` = 4.89414, `000000007_lgumbel` = 4.13565, +`000000008_lgumbel` = 5.2802, `000000009_lgumbel` = 2.97761, `000000010_lgumbel` = 5.84867, `000000001_llogis` = 8.73153, `000000002_llogis` = 5.3053, `000000003_llogis` = 4.93306, `000000004_llogis` = 3.58068, `000000005_llogis` = 5.31031, `000000006_llogis` = 4.38092, `000000007_llogis` = 6.11912, `000000008_llogis` = 6.37427, `000000009_llogis` = 2.34075, `000000010_llogis` = 4.90539, `000000001_lnorm` = 6.25127, `000000002_lnorm` = 5.76708, `000000003_lnorm` = 6.86858, `000000004_lnorm` = 4.45951, +`000000005_lnorm` = 5.3548, `000000006_lnorm` = 4.72059, `000000007_lnorm` = 5.15142, `000000008_lnorm` = 2.88975, `000000009_lnorm` = 2.66121, `000000010_lnorm` = 5.51909, `000000001_lnorm_lnorm` = 3.05628, `000000002_lnorm_lnorm` = 6.21272, `000000003_lnorm_lnorm` = 3.46399, `000000004_lnorm_lnorm` = 2.37383, `000000005_lnorm_lnorm` = 5.22667, `000000006_lnorm_lnorm` = 2.28169, `000000007_lnorm_lnorm` = 2.29523, `000000008_lnorm_lnorm` = 3.44167, `000000009_lnorm_lnorm` = 2.81992, `000000010_lnorm_lnorm` = 5.0723, +`000000001_weibull` = 7.56394, `000000002_weibull` = 8.41004, `000000003_weibull` = 7.15039, `000000004_weibull` = 3.32166, `000000005_weibull` = 5.66457, `000000006_weibull` = 5.97788, `000000007_weibull` = 3.67023, `000000008_weibull` = 3.86422, `000000009_weibull` = 6.88121, `000000010_weibull` = 2.7212)" +average,21,5.11394,1.62782,3.35488,7.9634,1,parametric,10,1,"c(`000000001_gamma` = 4.40885, `000000002_gamma` = 6.03065, `000000003_gamma` = 7.01708, `000000004_gamma` = 4.93699, `000000005_gamma` = 6.51414, `000000006_gamma` = 5.46698, `000000007_gamma` = 6.90836, `000000008_gamma` = 8.12485, `000000009_gamma` = 5.14613, `000000010_gamma` = 4.0273, `000000001_lgumbel` = 4.30254, `000000002_lgumbel` = 4.95952, `000000003_lgumbel` = 4.15755, `000000004_lgumbel` = 3.93007, `000000005_lgumbel` = 2.95128, `000000006_lgumbel` = 5.07359, `000000007_lgumbel` = 4.28752, +`000000008_lgumbel` = 5.46733, `000000009_lgumbel` = 3.05474, `000000010_lgumbel` = 6.09089, `000000001_llogis` = 9.10336, `000000002_llogis` = 5.53508, `000000003_llogis` = 5.199, `000000004_llogis` = 3.76638, `000000005_llogis` = 5.49707, `000000006_llogis` = 4.55668, `000000007_llogis` = 6.3651, `000000008_llogis` = 6.67923, `000000009_llogis` = 2.5003, `000000010_llogis` = 5.09677, `000000001_lnorm` = 6.53312, `000000002_lnorm` = 6.00536, `000000003_lnorm` = 7.12559, `000000004_lnorm` = 4.61708, +`000000005_lnorm` = 5.60097, `000000006_lnorm` = 4.89772, `000000007_lnorm` = 5.36574, `000000008_lnorm` = 3.00102, `000000009_lnorm` = 2.78736, `000000010_lnorm` = 5.78284, `000000001_lnorm_lnorm` = 3.28276, `000000002_lnorm_lnorm` = 6.67664, `000000003_lnorm_lnorm` = 3.63789, `000000004_lnorm_lnorm` = 2.43251, `000000005_lnorm_lnorm` = 5.40617, `000000006_lnorm_lnorm` = 2.34368, `000000007_lnorm_lnorm` = 2.44249, `000000008_lnorm_lnorm` = 3.5906, `000000009_lnorm_lnorm` = 2.93054, `000000010_lnorm_lnorm` = 5.40931, +`000000001_weibull` = 7.98536, `000000002_weibull` = 8.81621, `000000003_weibull` = 7.52236, `000000004_weibull` = 3.52701, `000000005_weibull` = 5.98666, `000000006_weibull` = 6.30984, `000000007_weibull` = 3.89691, `000000008_weibull` = 4.1017, `000000009_weibull` = 7.18892, `000000010_weibull` = 2.92074)" +average,22,5.38557,1.68124,3.56525,8.32449,1,parametric,10,1,"c(`000000001_gamma` = 4.74483, `000000002_gamma` = 6.34279, `000000003_gamma` = 7.34772, `000000004_gamma` = 5.25691, `000000005_gamma` = 6.8285, `000000006_gamma` = 5.72143, `000000007_gamma` = 7.23562, `000000008_gamma` = 8.48672, `000000009_gamma` = 5.43502, `000000010_gamma` = 4.29215, `000000001_lgumbel` = 4.4751, `000000002_lgumbel` = 5.11394, `000000003_lgumbel` = 4.37905, `000000004_lgumbel` = 4.0932, `000000005_lgumbel` = 3.05955, `000000006_lgumbel` = 5.25641, `000000007_lgumbel` = 4.44224, +`000000008_lgumbel` = 5.65773, `000000009_lgumbel` = 3.13251, `000000010_lgumbel` = 6.33876, `000000001_llogis` = 9.47743, `000000002_llogis` = 5.76639, `000000003_llogis` = 5.46941, `000000004_llogis` = 3.95482, `000000005_llogis` = 5.68364, `000000006_llogis` = 4.73308, `000000007_llogis` = 6.61199, `000000008_llogis` = 6.98755, `000000009_llogis` = 2.66466, `000000010_llogis` = 5.28867, `000000001_lnorm` = 6.81937, `000000002_lnorm` = 6.2465, `000000003_lnorm` = 7.38472, `000000004_lnorm` = 4.77563, +`000000005_lnorm` = 5.85119, `000000006_lnorm` = 5.07634, `000000007_lnorm` = 5.58268, `000000008_lnorm` = 3.11332, `000000009_lnorm` = 2.91575, `000000010_lnorm` = 6.05138, `000000001_lnorm_lnorm` = 3.56329, `000000002_lnorm_lnorm` = 7.15531, `000000003_lnorm_lnorm` = 3.82218, `000000004_lnorm_lnorm` = 2.49305, `000000005_lnorm_lnorm` = 5.58724, `000000006_lnorm_lnorm` = 2.40965, `000000007_lnorm_lnorm` = 2.6356, `000000008_lnorm_lnorm` = 3.74455, `000000009_lnorm_lnorm` = 3.06243, `000000010_lnorm_lnorm` = 5.77118, +`000000001_weibull` = 8.41188, `000000002_weibull` = 9.22448, `000000003_weibull` = 7.89755, `000000004_weibull` = 3.73603, `000000005_weibull` = 6.31301, `000000006_weibull` = 6.64576, `000000007_weibull` = 4.12762, `000000008_weibull` = 4.34333, `000000009_weibull` = 7.49719, `000000010_weibull` = 3.12601)" +average,23,5.66173,1.73423,3.78082,8.68859,1,parametric,10,1,"c(`000000001_gamma` = 5.09125, `000000002_gamma` = 6.6584, `000000003_gamma` = 7.68083, `000000004_gamma` = 5.58374, `000000005_gamma` = 7.1455, `000000006_gamma` = 5.97767, `000000007_gamma` = 7.56538, `000000008_gamma` = 8.85057, `000000009_gamma` = 5.72812, `000000010_gamma` = 4.56293, `000000001_lgumbel` = 4.65177, `000000002_lgumbel` = 5.2707, `000000003_lgumbel` = 4.60868, `000000004_lgumbel` = 4.26044, `000000005_lgumbel` = 3.17005, `000000006_lgumbel` = 5.44287, `000000007_lgumbel` = 4.60005, +`000000008_lgumbel` = 5.8517, `000000009_lgumbel` = 3.21102, `000000010_lgumbel` = 6.5927, `000000001_llogis` = 9.85412, `000000002_llogis` = 5.99947, `000000003_llogis` = 5.74451, `000000004_llogis` = 4.14618, `000000005_llogis` = 5.87025, `000000006_llogis` = 4.91032, `000000007_llogis` = 6.86008, `000000008_llogis` = 7.29951, `000000009_llogis` = 2.83403, `000000010_llogis` = 5.48127, `000000001_lnorm` = 7.1103, `000000002_lnorm` = 6.49073, `000000003_lnorm` = 7.64624, `000000004_lnorm` = 4.93534, +`000000005_lnorm` = 6.1057, `000000006_lnorm` = 5.25661, `000000007_lnorm` = 5.80247, `000000008_lnorm` = 3.22677, `000000009_lnorm` = 3.04652, `000000010_lnorm` = 6.325, `000000001_lnorm_lnorm` = 3.92194, `000000002_lnorm_lnorm` = 7.64456, `000000003_lnorm_lnorm` = 4.01849, `000000004_lnorm_lnorm` = 2.55578, `000000005_lnorm_lnorm` = 5.77012, `000000006_lnorm_lnorm` = 2.48058, `000000007_lnorm_lnorm` = 2.86604, `000000008_lnorm_lnorm` = 3.90407, `000000009_lnorm_lnorm` = 3.22498, `000000010_lnorm_lnorm` = 6.16062, +`000000001_weibull` = 8.84365, `000000002_weibull` = 9.63504, `000000003_weibull` = 8.27611, `000000004_weibull` = 3.94877, `000000005_weibull` = 6.64372, `000000006_weibull` = 6.98577, `000000007_weibull` = 4.36242, `000000008_weibull` = 4.58919, `000000009_weibull` = 7.80618, `000000010_weibull` = 3.33706)" +average,24,5.94265,1.78694,4.0017,9.05583,1,parametric,10,1,"c(`000000001_gamma` = 5.44816, `000000002_gamma` = 6.97759, `000000003_gamma` = 8.01657, `000000004_gamma` = 5.91753, `000000005_gamma` = 7.46526, `000000006_gamma` = 6.23583, `000000007_gamma` = 7.89782, `000000008_gamma` = 9.2166, `000000009_gamma` = 6.02551, `000000010_gamma` = 4.83969, `000000001_lgumbel` = 4.83283, `000000002_lgumbel` = 5.42999, `000000003_lgumbel` = 4.84693, `000000004_lgumbel` = 4.43206, `000000005_lgumbel` = 3.28292, `000000006_lgumbel` = 5.63322, `000000007_lgumbel` = 4.76116, +`000000008_lgumbel` = 6.0495, `000000009_lgumbel` = 3.29037, `000000010_lgumbel` = 6.85309, `000000001_llogis` = 10.2338, `000000002_llogis` = 6.23455, `000000003_llogis` = 6.02456, `000000004_llogis` = 4.34064, `000000005_llogis` = 6.0571, `000000006_llogis` = 5.08857, `000000007_llogis` = 7.1096, `000000008_llogis` = 7.6154, `000000009_llogis` = 3.00859, `000000010_llogis` = 5.67479, `000000001_lnorm` = 7.40619, `000000002_lnorm` = 6.7383, `000000003_lnorm` = 7.91039, `000000004_lnorm` = 5.09635, +`000000005_lnorm` = 6.36477, `000000006_lnorm` = 5.43873, `000000007_lnorm` = 6.02531, `000000008_lnorm` = 3.34148, `000000009_lnorm` = 3.17981, `000000010_lnorm` = 6.60397, `000000001_lnorm_lnorm` = 4.38565, `000000002_lnorm_lnorm` = 8.14009, `000000003_lnorm_lnorm` = 4.22879, `000000004_lnorm_lnorm` = 2.62109, `000000005_lnorm_lnorm` = 5.95502, `000000006_lnorm_lnorm` = 2.55773, `000000007_lnorm_lnorm` = 3.11173, `000000008_lnorm_lnorm` = 4.06979, `000000009_lnorm_lnorm` = 3.43106, `000000010_lnorm_lnorm` = 6.58026, +`000000001_weibull` = 9.28082, `000000002_weibull` = 10.0481, `000000003_weibull` = 8.65819, `000000004_weibull` = 4.1653, `000000005_weibull` = 6.97889, `000000006_weibull` = 7.32998, `000000007_weibull` = 4.6014, `000000008_weibull` = 4.83935, `000000009_weibull` = 8.11609, `000000010_weibull` = 3.55398)" +average,25,6.2286,1.83956,4.22783,9.42632,1,parametric,10,1,"c(`000000001_gamma` = 5.81566, `000000002_gamma` = 7.30048, `000000003_gamma` = 8.35511, `000000004_gamma` = 6.25836, `000000005_gamma` = 7.78794, `000000006_gamma` = 6.49603, `000000007_gamma` = 8.23308, `000000008_gamma` = 9.58502, `000000009_gamma` = 6.32729, `000000010_gamma` = 5.12248, `000000001_lgumbel` = 5.01857, `000000002_lgumbel` = 5.59203, `000000003_lgumbel` = 5.09431, `000000004_lgumbel` = 4.60833, `000000005_lgumbel` = 3.39834, `000000006_lgumbel` = 5.82775, `000000007_lgumbel` = 4.92582, +`000000008_lgumbel` = 6.25141, `000000009_lgumbel` = 3.37067, `000000010_lgumbel` = 7.12034, `000000001_llogis` = 10.6168, `000000002_llogis` = 6.47184, `000000003_llogis` = 6.3098, `000000004_llogis` = 4.53836, `000000005_llogis` = 6.24439, `000000006_llogis` = 5.26801, `000000007_llogis` = 7.36079, `000000008_llogis` = 7.93549, `000000009_llogis` = 3.18854, `000000010_llogis` = 5.86941, `000000001_lnorm` = 7.70734, `000000002_lnorm` = 6.98942, `000000003_lnorm` = 8.17742, `000000004_lnorm` = 5.25881, +`000000005_lnorm` = 6.62864, `000000006_lnorm` = 5.62284, `000000007_lnorm` = 6.25141, `000000008_lnorm` = 3.45755, `000000009_lnorm` = 3.31572, `000000010_lnorm` = 6.88855, `000000001_lnorm_lnorm` = 4.95917, `000000002_lnorm_lnorm` = 8.63799, `000000003_lnorm_lnorm` = 4.45551, `000000004_lnorm_lnorm` = 2.68944, `000000005_lnorm_lnorm` = 6.14217, `000000006_lnorm_lnorm` = 2.64283, `000000007_lnorm_lnorm` = 3.35988, `000000008_lnorm_lnorm` = 4.24239, `000000009_lnorm_lnorm` = 3.69227, `000000010_lnorm_lnorm` = 7.03239, +`000000001_weibull` = 9.72354, `000000002_weibull` = 10.4638, `000000003_weibull` = 9.04393, `000000004_weibull` = 4.38569, `000000005_weibull` = 7.31863, `000000006_weibull` = 7.6785, `000000007_weibull` = 4.84462, `000000008_weibull` = 5.09389, `000000009_weibull` = 8.42706, `000000010_weibull` = 3.77686)" +average,26,6.51984,1.89226,4.4595,9.80021,1,parametric,10,1,"c(`000000001_gamma` = 6.19383, `000000002_gamma` = 7.62721, `000000003_gamma` = 8.69659, `000000004_gamma` = 6.60633, `000000005_gamma` = 8.11368, `000000006_gamma` = 6.75839, `000000007_gamma` = 8.57131, `000000008_gamma` = 9.95601, `000000009_gamma` = 6.63355, `000000010_gamma` = 5.41138, `000000001_lgumbel` = 5.20926, `000000002_lgumbel` = 5.75703, `000000003_lgumbel` = 5.35137, `000000004_lgumbel` = 4.78955, `000000005_lgumbel` = 3.51647, `000000006_lgumbel` = 6.02672, `000000007_lgumbel` = 5.09424, +`000000008_lgumbel` = 6.45771, `000000009_lgumbel` = 3.452, `000000010_lgumbel` = 7.39487, `000000001_llogis` = 11.0035, `000000002_llogis` = 6.71155, `000000003_llogis` = 6.60051, `000000004_llogis` = 4.73953, `000000005_llogis` = 6.43231, `000000006_llogis` = 5.4488, `000000007_llogis` = 7.6139, `000000008_llogis` = 8.26008, `000000009_llogis` = 3.37409, `000000010_llogis` = 6.06531, `000000001_lnorm` = 8.01401, `000000002_lnorm` = 7.24434, `000000003_lnorm` = 8.44758, `000000004_lnorm` = 5.42288, +`000000005_lnorm` = 6.89755, `000000006_lnorm` = 5.80912, `000000007_lnorm` = 6.48098, `000000008_lnorm` = 3.57508, `000000009_lnorm` = 3.45441, `000000010_lnorm` = 7.17903, `000000001_lnorm_lnorm` = 5.59898, `000000002_lnorm_lnorm` = 9.13502, `000000003_lnorm_lnorm` = 4.70164, `000000004_lnorm_lnorm` = 2.76138, `000000005_lnorm_lnorm` = 6.33179, `000000006_lnorm_lnorm` = 2.73836, `000000007_lnorm_lnorm` = 3.60736, `000000008_lnorm_lnorm` = 4.42262, `000000009_lnorm_lnorm` = 4.00526, `000000010_lnorm_lnorm` = 7.51864, +`000000001_weibull` = 10.172, `000000002_weibull` = 10.8824, `000000003_weibull` = 9.43349, `000000004_weibull` = 4.61001, `000000005_weibull` = 7.66307, `000000006_weibull` = 8.03146, `000000007_weibull` = 5.09217, `000000008_weibull` = 5.3529, `000000009_weibull` = 8.73927, `000000010_weibull` = 4.00579)" +average,27,6.81664,1.94511,4.69678,10.1776,1,parametric,10,1,"c(`000000001_gamma` = 6.58279, `000000002_gamma` = 7.95789, `000000003_gamma` = 9.04118, `000000004_gamma` = 6.96151, `000000005_gamma` = 8.44263, `000000006_gamma` = 7.02305, `000000007_gamma` = 8.91268, `000000008_gamma` = 10.3298, `000000009_gamma` = 6.94441, `000000010_gamma` = 5.70646, `000000001_lgumbel` = 5.40521, `000000002_lgumbel` = 5.9252, `000000003_lgumbel` = 5.61866, `000000004_lgumbel` = 4.976, `000000005_lgumbel` = 3.63748, `000000006_lgumbel` = 6.23043, `000000007_lgumbel` = 5.26668, +`000000008_lgumbel` = 6.66867, `000000009_lgumbel` = 3.53446, `000000010_lgumbel` = 7.67712, `000000001_llogis` = 11.3942, `000000002_llogis` = 6.95391, `000000003_llogis` = 6.89695, `000000004_llogis` = 4.94432, `000000005_llogis` = 6.62105, `000000006_llogis` = 5.63111, `000000007_llogis` = 7.86914, `000000008_llogis` = 8.58946, `000000009_llogis` = 3.56546, `000000010_llogis` = 6.26268, `000000001_lnorm` = 8.3265, `000000002_lnorm` = 7.50327, `000000003_lnorm` = 8.72108, `000000004_lnorm` = 5.5887, +`000000005_lnorm` = 7.17177, `000000006_lnorm` = 5.99774, `000000007_lnorm` = 6.71422, `000000008_lnorm` = 3.69418, `000000009_lnorm` = 3.59601, `000000010_lnorm` = 7.47568, `000000001_lnorm_lnorm` = 6.2473, `000000002_lnorm_lnorm` = 9.62875, `000000003_lnorm_lnorm` = 4.97105, `000000004_lnorm_lnorm` = 2.83758, `000000005_lnorm_lnorm` = 6.52409, `000000006_lnorm_lnorm` = 2.84802, `000000007_lnorm_lnorm` = 3.8542, `000000008_lnorm_lnorm` = 4.61136, `000000009_lnorm_lnorm` = 4.34761, `000000010_lnorm_lnorm` = 8.0395, +`000000001_weibull` = 10.6263, `000000002_weibull` = 11.304, `000000003_weibull` = 9.82701, `000000004_weibull` = 4.83834, `000000005_weibull` = 8.01233, `000000006_weibull` = 8.38899, `000000007_weibull` = 5.34414, `000000008_weibull` = 5.61646, `000000009_weibull` = 9.05287, `000000010_weibull` = 4.24088)" +average,28,7.11922,1.99812,4.93949,10.5588,1,parametric,10,1,"c(`000000001_gamma` = 6.98267, `000000002_gamma` = 8.29266, `000000003_gamma` = 9.38904, `000000004_gamma` = 7.32403, `000000005_gamma` = 8.77492, `000000006_gamma` = 7.29012, `000000007_gamma` = 9.25734, `000000008_gamma` = 10.7064, `000000009_gamma` = 7.25996, `000000010_gamma` = 6.00782, `000000001_lgumbel` = 5.60672, `000000002_lgumbel` = 6.09674, `000000003_lgumbel` = 5.89679, `000000004_lgumbel` = 5.16798, `000000005_lgumbel` = 3.76155, `000000006_lgumbel` = 6.43915, `000000007_lgumbel` = 5.44338, +`000000008_lgumbel` = 6.8846, `000000009_lgumbel` = 3.61815, `000000010_lgumbel` = 7.96754, `000000001_llogis` = 11.7893, `000000002_llogis` = 7.19912, `000000003_llogis` = 7.19941, `000000004_llogis` = 5.15293, `000000005_llogis` = 6.81078, `000000006_llogis` = 5.8151, `000000007_llogis` = 8.12676, `000000008_llogis` = 8.92391, `000000009_llogis` = 3.76289, `000000010_llogis` = 6.4617, `000000001_lnorm` = 8.6451, `000000002_lnorm` = 7.76644, `000000003_lnorm` = 8.99818, `000000004_lnorm` = 5.75639, +`000000005_lnorm` = 7.45155, `000000006_lnorm` = 6.18884, `000000007_lnorm` = 6.95133, `000000008_lnorm` = 3.81495, `000000009_lnorm` = 3.74064, `000000010_lnorm` = 7.77881, `000000001_lnorm_lnorm` = 6.87477, `000000002_lnorm_lnorm` = 10.1175, `000000003_lnorm_lnorm` = 5.26869, `000000004_lnorm_lnorm` = 2.91886, `000000005_lnorm_lnorm` = 6.71929, `000000006_lnorm_lnorm` = 2.97768, `000000007_lnorm_lnorm` = 4.10106, `000000008_lnorm_lnorm` = 4.80958, `000000009_lnorm_lnorm` = 4.69781, `000000010_lnorm_lnorm` = 8.59384, +`000000001_weibull` = 11.0866, `000000002_weibull` = 11.7288, `000000003_weibull` = 10.2247, `000000004_weibull` = 5.07077, `000000005_weibull` = 8.36654, `000000006_weibull` = 8.75123, `000000007_weibull` = 5.60061, `000000008_weibull` = 5.88468, `000000009_weibull` = 9.36801, `000000010_weibull` = 4.48224)" +average,29,7.42769,2.05127,5.18821,10.9438,1,parametric,10,1,"c(`000000001_gamma` = 7.39361, `000000002_gamma` = 8.63166, `000000003_gamma` = 9.74032, `000000004_gamma` = 7.69399, `000000005_gamma` = 9.11071, `000000006_gamma` = 7.55972, `000000007_gamma` = 9.60544, `000000008_gamma` = 11.0863, `000000009_gamma` = 7.58033, `000000010_gamma` = 6.31555, `000000001_lgumbel` = 5.81412, `000000002_lgumbel` = 6.27189, `000000003_lgumbel` = 6.18642, `000000004_lgumbel` = 5.36582, `000000005_lgumbel` = 3.88885, `000000006_lgumbel` = 6.65319, `000000007_lgumbel` = 5.62459, +`000000008_lgumbel` = 7.10579, `000000009_lgumbel` = 3.70315, `000000010_lgumbel` = 8.26661, `000000001_llogis` = 12.1891, `000000002_llogis` = 7.44741, `000000003_llogis` = 7.50816, `000000004_llogis` = 5.36555, `000000005_llogis` = 7.00167, `000000006_llogis` = 6.00093, `000000007_llogis` = 8.38698, `000000008_llogis` = 9.26374, `000000009_llogis` = 3.96663, `000000010_llogis` = 6.66254, `000000001_lnorm` = 8.9701, `000000002_lnorm` = 8.03408, `000000003_lnorm` = 9.27909, `000000004_lnorm` = 5.92611, +`000000005_lnorm` = 7.73716, `000000006_lnorm` = 6.38259, `000000007_lnorm` = 7.19253, `000000008_lnorm` = 3.93749, `000000009_lnorm` = 3.88846, `000000010_lnorm` = 8.0887, `000000001_lnorm_lnorm` = 7.47555, `000000002_lnorm_lnorm` = 10.6004, `000000003_lnorm_lnorm` = 5.60121, `000000004_lnorm_lnorm` = 3.00628, `000000005_lnorm_lnorm` = 6.91761, `000000006_lnorm_lnorm` = 3.1374, `000000007_lnorm_lnorm` = 4.34862, `000000008_lnorm_lnorm` = 5.01842, `000000009_lnorm_lnorm` = 5.04629, `000000010_lnorm_lnorm` = 9.17869, +`000000001_weibull` = 11.5531, `000000002_weibull` = 12.1571, `000000003_weibull` = 10.6266, `000000004_weibull` = 5.30739, `000000005_weibull` = 8.72584, `000000006_weibull` = 9.1183, `000000007_weibull` = 5.8617, `000000008_weibull` = 6.15766, `000000009_weibull` = 9.68483, `000000010_weibull` = 4.73001)" +average,30,7.74206,2.10451,5.44323,11.3328,1,parametric,10,1,"c(`000000001_gamma` = 7.81576, `000000002_gamma` = 8.97501, `000000003_gamma` = 10.0952, `000000004_gamma` = 8.07154, `000000005_gamma` = 9.45014, `000000006_gamma` = 7.83199, `000000007_gamma` = 9.95714, `000000008_gamma` = 11.4694, `000000009_gamma` = 7.90563, `000000010_gamma` = 6.62976, `000000001_lgumbel` = 6.02775, `000000002_lgumbel` = 6.45087, `000000003_lgumbel` = 6.48821, `000000004_lgumbel` = 5.56985, `000000005_lgumbel` = 4.01957, `000000006_lgumbel` = 6.87286, `000000007_lgumbel` = 5.81057, +`000000008_lgumbel` = 7.33256, `000000009_lgumbel` = 3.78957, `000000010_lgumbel` = 8.57481, `000000001_llogis` = 12.594, `000000002_llogis` = 7.69898, `000000003_llogis` = 7.82351, `000000004_llogis` = 5.58238, `000000005_llogis` = 7.1939, `000000006_llogis` = 6.18877, `000000007_llogis` = 8.65002, `000000008_llogis` = 9.60925, `000000009_llogis` = 4.17695, `000000010_llogis` = 6.86538, `000000001_lnorm` = 9.30181, `000000002_lnorm` = 8.30643, `000000003_lnorm` = 9.56405, `000000004_lnorm` = 6.09799, +`000000005_lnorm` = 8.02887, `000000006_lnorm` = 6.57915, `000000007_lnorm` = 7.43803, `000000008_lnorm` = 4.06191, `000000009_lnorm` = 4.03961, `000000010_lnorm` = 8.40567, `000000001_lnorm_lnorm` = 8.05238, `000000002_lnorm_lnorm` = 11.0769, `000000003_lnorm_lnorm` = 5.97771, `000000004_lnorm_lnorm` = 3.1012, `000000005_lnorm_lnorm` = 7.11929, `000000006_lnorm_lnorm` = 3.34614, `000000007_lnorm_lnorm` = 4.5975, `000000008_lnorm_lnorm` = 5.23916, `000000009_lnorm_lnorm` = 5.39093, `000000010_lnorm_lnorm` = 9.78929, +`000000001_weibull` = 12.0261, `000000002_weibull` = 12.5889, `000000003_weibull` = 11.033, `000000004_weibull` = 5.54829, `000000005_weibull` = 9.09035, `000000006_weibull` = 9.49037, `000000007_weibull` = 6.1275, `000000008_weibull` = 6.43551, `000000009_weibull` = 10.0035, `000000010_weibull` = 4.98431)" +average,31,8.06223,2.15774,5.693,11.7259,1,parametric,10,1,"c(`000000001_gamma` = 8.24932, `000000002_gamma` = 9.32287, `000000003_gamma` = 10.4538, `000000004_gamma` = 8.45681, `000000005_gamma` = 9.79337, `000000006_gamma` = 8.10704, `000000007_gamma` = 10.3126, `000000008_gamma` = 11.856, `000000009_gamma` = 8.23599, `000000010_gamma` = 6.95057, `000000001_lgumbel` = 6.24795, `000000002_lgumbel` = 6.63389, `000000003_lgumbel` = 6.80289, `000000004_lgumbel` = 5.78042, `000000005_lgumbel` = 4.15392, `000000006_lgumbel` = 7.09848, `000000007_lgumbel` = 6.0016, +`000000008_lgumbel` = 7.56522, `000000009_lgumbel` = 3.87751, `000000010_lgumbel` = 8.89267, `000000001_llogis` = 13.0043, `000000002_llogis` = 7.95406, `000000003_llogis` = 8.14578, `000000004_llogis` = 5.80364, `000000005_llogis` = 7.38762, `000000006_llogis` = 6.37877, `000000007_llogis` = 8.9161, `000000008_llogis` = 9.96076, `000000009_llogis` = 4.39413, `000000010_llogis` = 7.07039, `000000001_lnorm` = 9.64054, `000000002_lnorm` = 8.58372, `000000003_lnorm` = 9.8533, `000000004_lnorm` = 6.27217, +`000000005_lnorm` = 8.32696, `000000006_lnorm` = 6.77869, `000000007_lnorm` = 7.68805, `000000008_lnorm` = 4.18831, `000000009_lnorm` = 4.19424, `000000010_lnorm` = 8.73004, `000000001_lnorm_lnorm` = 8.6098, `000000002_lnorm_lnorm` = 11.547, `000000003_lnorm_lnorm` = 6.41106, `000000004_lnorm_lnorm` = 3.20546, `000000005_lnorm_lnorm` = 7.32456, `000000006_lnorm_lnorm` = 3.64378, `000000007_lnorm_lnorm` = 4.84823, `000000008_lnorm_lnorm` = 5.47334, `000000009_lnorm_lnorm` = 5.7322, `000000010_lnorm_lnorm` = 10.4196, +`000000001_weibull` = 12.5056, `000000002_weibull` = 13.0244, `000000003_weibull` = 11.444, `000000004_weibull` = 5.79358, `000000005_weibull` = 9.46024, `000000006_weibull` = 9.86756, `000000007_weibull` = 6.39813, `000000008_weibull` = 6.71835, `000000009_weibull` = 10.3241, `000000010_weibull` = 5.24528)" +average,32,8.38805,2.21077,5.94596,12.1234,1,parametric,10,1,"c(`000000001_gamma` = 8.69446, `000000002_gamma` = 9.67538, `000000003_gamma` = 10.8163, `000000004_gamma` = 8.84995, `000000005_gamma` = 10.1405, `000000006_gamma` = 8.385, `000000007_gamma` = 10.672, `000000008_gamma` = 12.2464, `000000009_gamma` = 8.57155, `000000010_gamma` = 7.2781, `000000001_lgumbel` = 6.47511, `000000002_lgumbel` = 6.82121, `000000003_lgumbel` = 7.13125, `000000004_lgumbel` = 5.99791, `000000005_lgumbel` = 4.29209, `000000006_lgumbel` = 7.3304, `000000007_lgumbel` = 6.19796, +`000000008_lgumbel` = 7.80412, `000000009_lgumbel` = 3.96705, `000000010_lgumbel` = 9.22073, `000000001_llogis` = 13.4204, `000000002_llogis` = 8.21287, `000000003_llogis` = 8.4753, `000000004_llogis` = 6.02953, `000000005_llogis` = 7.58301, `000000006_llogis` = 6.57111, `000000007_llogis` = 9.18548, `000000008_llogis` = 10.3186, `000000009_llogis` = 4.61848, `000000010_llogis` = 7.27775, `000000001_lnorm` = 9.98662, `000000002_lnorm` = 8.86621, `000000003_lnorm` = 10.1471, `000000004_lnorm` = 6.44879, +`000000005_lnorm` = 8.63173, `000000006_lnorm` = 6.98137, `000000007_lnorm` = 7.9428, `000000008_lnorm` = 4.3168, `000000009_lnorm` = 4.3525, `000000010_lnorm` = 9.06213, `000000001_lnorm_lnorm` = 9.15203, `000000002_lnorm_lnorm` = 12.0108, `000000003_lnorm_lnorm` = 6.9203, `000000004_lnorm_lnorm` = 3.32157, `000000005_lnorm_lnorm` = 7.53364, `000000006_lnorm_lnorm` = 4.114, `000000007_lnorm_lnorm` = 5.10129, `000000008_lnorm_lnorm` = 5.72274, `000000009_lnorm_lnorm` = 6.07117, `000000010_lnorm_lnorm` = 11.063, +`000000001_weibull` = 12.9919, `000000002_weibull` = 13.464, `000000003_weibull` = 11.8597, `000000004_weibull` = 6.04336, `000000005_weibull` = 9.83565, `000000006_weibull` = 10.25, `000000007_weibull` = 6.6737, `000000008_weibull` = 7.00631, `000000009_weibull` = 10.6469, `000000010_weibull` = 5.51309)" +average,33,8.71941,2.26358,6.20626,12.5255,1,parametric,10,1,"c(`000000001_gamma` = 9.15139, `000000002_gamma` = 10.0327, `000000003_gamma` = 11.1829, `000000004_gamma` = 9.25112, `000000005_gamma` = 10.4918, `000000006_gamma` = 8.66601, `000000007_gamma` = 11.0354, `000000008_gamma` = 12.6405, `000000009_gamma` = 8.91244, `000000010_gamma` = 7.61249, `000000001_lgumbel` = 6.70961, `000000002_lgumbel` = 7.01308, `000000003_lgumbel` = 7.47411, `000000004_lgumbel` = 6.2227, `000000005_lgumbel` = 4.4343, `000000006_lgumbel` = 7.56896, `000000007_lgumbel` = 6.39997, +`000000008_lgumbel` = 8.0496, `000000009_lgumbel` = 4.05831, `000000010_lgumbel` = 9.55957, `000000001_llogis` = 13.8426, `000000002_llogis` = 8.47565, `000000003_llogis` = 8.81241, `000000004_llogis` = 6.26029, `000000005_llogis` = 7.78023, `000000006_llogis` = 6.76595, `000000007_llogis` = 9.45836, `000000008_llogis` = 10.6831, `000000009_llogis` = 4.85033, `000000010_llogis` = 7.48763, `000000001_lnorm` = 10.3404, `000000002_lnorm` = 9.15414, `000000003_lnorm` = 10.4456, `000000004_lnorm` = 6.62799, +`000000005_lnorm` = 8.94347, `000000006_lnorm` = 7.18735, `000000007_lnorm` = 8.20251, `000000008_lnorm` = 4.44748, `000000009_lnorm` = 4.51456, `000000010_lnorm` = 9.40229, `000000001_lnorm_lnorm` = 9.68263, `000000002_lnorm_lnorm` = 12.4688, `000000003_lnorm_lnorm` = 7.53495, `000000004_lnorm_lnorm` = 3.45316, `000000005_lnorm_lnorm` = 7.7468, `000000006_lnorm_lnorm` = 4.82394, `000000007_lnorm_lnorm` = 5.35712, `000000008_lnorm_lnorm` = 5.98946, `000000009_lnorm_lnorm` = 6.40894, `000000010_lnorm_lnorm` = 11.7132, +`000000001_weibull` = 13.4853, `000000002_weibull` = 13.9076, `000000003_weibull` = 12.2804, `000000004_weibull` = 6.29776, `000000005_weibull` = 10.2167, `000000006_weibull` = 10.638, `000000007_weibull` = 6.95435, `000000008_weibull` = 7.2995, `000000009_weibull` = 10.9719, `000000010_weibull` = 5.78789)" +average,34,9.05631,2.31697,6.4731,12.9322,1,parametric,10,1,"c(`000000001_gamma` = 9.62033, `000000002_gamma` = 10.395, `000000003_gamma` = 11.5537, `000000004_gamma` = 9.6605, `000000005_gamma` = 10.8474, `000000006_gamma` = 8.95019, `000000007_gamma` = 11.4032, `000000008_gamma` = 13.0388, `000000009_gamma` = 9.25882, `000000010_gamma` = 7.95389, `000000001_lgumbel` = 6.95187, `000000002_lgumbel` = 7.20975, `000000003_lgumbel` = 7.83237, `000000004_lgumbel` = 6.45521, `000000005_lgumbel` = 4.58078, `000000006_lgumbel` = 7.81454, `000000007_lgumbel` = 6.60793, +`000000008_lgumbel` = 8.30204, `000000009_lgumbel` = 4.15139, `000000010_lgumbel` = 9.9098, `000000001_llogis` = 14.2714, `000000002_llogis` = 8.74263, `000000003_llogis` = 9.15747, `000000004_llogis` = 6.49616, `000000005_llogis` = 7.97946, `000000006_llogis` = 6.96346, `000000007_llogis` = 9.735, `000000008_llogis` = 11.0546, `000000009_llogis` = 5.09, `000000010_llogis` = 7.70023, `000000001_lnorm` = 10.7022, `000000002_lnorm` = 9.44777, `000000003_lnorm` = 10.7492, `000000004_lnorm` = 6.80992, +`000000005_lnorm` = 9.2625, `000000006_lnorm` = 7.39681, `000000007_lnorm` = 8.46743, `000000008_lnorm` = 4.58046, `000000009_lnorm` = 4.68059, `000000010_lnorm` = 9.75088, `000000001_lnorm_lnorm` = 10.2045, `000000002_lnorm_lnorm` = 12.9215, `000000003_lnorm_lnorm` = 8.30351, `000000004_lnorm_lnorm` = 3.60564, `000000005_lnorm_lnorm` = 7.9643, `000000006_lnorm_lnorm` = 5.61397, `000000007_lnorm_lnorm` = 5.61611, `000000008_lnorm_lnorm` = 6.27603, `000000009_lnorm_lnorm` = 6.74651, `000000010_lnorm_lnorm` = 12.3652, +`000000001_weibull` = 13.9858, `000000002_weibull` = 14.3556, `000000003_weibull` = 12.7063, `000000004_weibull` = 6.55688, `000000005_weibull` = 10.6037, `000000006_weibull` = 11.0315, `000000007_weibull` = 7.24021, `000000008_weibull` = 7.59808, `000000009_weibull` = 11.2993, `000000010_weibull` = 6.06986)" +average,35,9.3988,2.37155,6.74283,13.3453,1,parametric,10,1,"c(`000000001_gamma` = 10.1015, `000000002_gamma` = 10.7624, `000000003_gamma` = 11.929, `000000004_gamma` = 10.0783, `000000005_gamma` = 11.2073, `000000006_gamma` = 9.23767, `000000007_gamma` = 11.7753, `000000008_gamma` = 13.4413, `000000009_gamma` = 9.61084, `000000010_gamma` = 8.30245, `000000001_lgumbel` = 7.20232, `000000002_lgumbel` = 7.41149, `000000003_lgumbel` = 8.20697, `000000004_lgumbel` = 6.69588, `000000005_lgumbel` = 4.73177, `000000006_lgumbel` = 8.06754, `000000007_lgumbel` = 6.82217, +`000000008_lgumbel` = 8.56184, `000000009_lgumbel` = 4.2464, `000000010_lgumbel` = 10.2721, `000000001_llogis` = 14.7071, `000000002_llogis` = 9.01407, `000000003_llogis` = 9.51087, `000000004_llogis` = 6.73738, `000000005_llogis` = 8.18085, `000000006_llogis` = 7.16381, `000000007_llogis` = 10.0156, `000000008_llogis` = 11.4335, `000000009_llogis` = 5.33786, `000000010_llogis` = 7.91572, `000000001_lnorm` = 11.0724, `000000002_lnorm` = 9.74738, `000000003_lnorm` = 11.058, `000000004_lnorm` = 6.99471, +`000000005_lnorm` = 9.58914, `000000006_lnorm` = 7.60993, `000000007_lnorm` = 8.73779, `000000008_lnorm` = 4.71587, `000000009_lnorm` = 4.85076, `000000010_lnorm` = 10.1083, `000000001_lnorm_lnorm` = 10.72, `000000002_lnorm_lnorm` = 13.3694, `000000003_lnorm_lnorm` = 9.30998, `000000004_lnorm_lnorm` = 3.7877, `000000005_lnorm_lnorm` = 8.18639, `000000006_lnorm_lnorm` = 6.35145, `000000007_lnorm_lnorm` = 5.87867, `000000008_lnorm_lnorm` = 6.5855, `000000009_lnorm_lnorm` = 7.08474, `000000010_lnorm_lnorm` = 13.0148, +`000000001_weibull` = 14.4937, `000000002_weibull` = 14.8082, `000000003_weibull` = 13.1374, `000000004_weibull` = 6.82086, `000000005_weibull` = 10.9967, `000000006_weibull` = 11.4309, `000000007_weibull` = 7.53142, `000000008_weibull` = 7.90218, `000000009_weibull` = 11.6293, `000000010_weibull` = 6.35919)" +average,36,9.74703,2.42787,7.01946,13.7684,1,parametric,10,1,"c(`000000001_gamma` = 10.5953, `000000002_gamma` = 11.1351, `000000003_gamma` = 12.3088, `000000004_gamma` = 10.5047, `000000005_gamma` = 11.5719, `000000006_gamma` = 9.52861, `000000007_gamma` = 12.1521, `000000008_gamma` = 13.8482, `000000009_gamma` = 9.96867, `000000010_gamma` = 8.65834, `000000001_lgumbel` = 7.46144, `000000002_lgumbel` = 7.61859, `000000003_lgumbel` = 8.59894, `000000004_lgumbel` = 6.94518, `000000005_lgumbel` = 4.88752, `000000006_lgumbel` = 8.32837, `000000007_lgumbel` = 7.04306, +`000000008_lgumbel` = 8.82939, `000000009_lgumbel` = 4.34345, `000000010_lgumbel` = 10.6471, `000000001_llogis` = 15.1502, `000000002_llogis` = 9.2902, `000000003_llogis` = 9.87301, `000000004_llogis` = 6.98422, `000000005_llogis` = 8.38459, `000000006_llogis` = 7.36719, `000000007_llogis` = 10.3005, `000000008_llogis` = 11.8202, `000000009_llogis` = 5.59432, `000000010_llogis` = 8.1343, `000000001_lnorm` = 11.4513, `000000002_lnorm` = 10.0532, `000000003_lnorm` = 11.3724, `000000004_lnorm` = 7.18253, +`000000005_lnorm` = 9.92374, `000000006_lnorm` = 7.82688, `000000007_lnorm` = 9.01385, `000000008_lnorm` = 4.85381, `000000009_lnorm` = 5.02526, `000000010_lnorm` = 10.4749, `000000001_lnorm_lnorm` = 11.2312, `000000002_lnorm_lnorm` = 13.8132, `000000003_lnorm_lnorm` = 10.6988, `000000004_lnorm_lnorm` = 4.01422, `000000005_lnorm_lnorm` = 8.41337, `000000006_lnorm_lnorm` = 7.03228, `000000007_lnorm_lnorm` = 6.14514, `000000008_lnorm_lnorm` = 6.92155, `000000009_lnorm_lnorm` = 7.42439, `000000010_lnorm_lnorm` = 13.6594, +`000000001_weibull` = 15.0093, `000000002_weibull` = 15.2654, `000000003_weibull` = 13.5741, `000000004_weibull` = 7.08984, `000000005_weibull` = 11.3959, `000000006_weibull` = 11.8362, `000000007_weibull` = 7.82812, `000000008_weibull` = 8.21197, `000000009_weibull` = 11.962, `000000010_weibull` = 6.65606)" +average,37,10.1012,2.48711,7.30383,14.198,1,parametric,10,1,"c(`000000001_gamma` = 11.1018, `000000002_gamma` = 11.5133, `000000003_gamma` = 12.6935, `000000004_gamma` = 10.9398, `000000005_gamma` = 11.9413, `000000006_gamma` = 9.82314, `000000007_gamma` = 12.5336, `000000008_gamma` = 14.2598, `000000009_gamma` = 10.3325, `000000010_gamma` = 9.02174, `000000001_lgumbel` = 7.72972, `000000002_lgumbel` = 7.83136, `000000003_lgumbel` = 9.00939, `000000004_lgumbel` = 7.2036, `000000005_lgumbel` = 5.0483, `000000006_lgumbel` = 8.59747, `000000007_lgumbel` = 7.27097, +`000000008_lgumbel` = 9.10514, `000000009_lgumbel` = 4.44266, `000000010_lgumbel` = 11.0355, `000000001_llogis` = 15.601, `000000002_llogis` = 9.57131, `000000003_llogis` = 10.2443, `000000004_llogis` = 7.23696, `000000005_llogis` = 8.59086, `000000006_llogis` = 7.57378, `000000007_llogis` = 10.59, `000000008_llogis` = 12.215, `000000009_llogis` = 5.85976, `000000010_llogis` = 8.35616, `000000001_lnorm` = 11.8395, `000000002_lnorm` = 10.3656, `000000003_lnorm` = 11.6926, `000000004_lnorm` = 7.37353, +`000000005_lnorm` = 10.2667, `000000006_lnorm` = 8.04787, `000000007_lnorm` = 9.29588, `000000008_lnorm` = 4.99442, `000000009_lnorm` = 5.20428, `000000010_lnorm` = 10.851, `000000001_lnorm_lnorm` = 11.7396, `000000002_lnorm_lnorm` = 14.2534, `000000003_lnorm_lnorm` = 12.6329, `000000004_lnorm_lnorm` = 4.31322, `000000005_lnorm_lnorm` = 8.64552, `000000006_lnorm_lnorm` = 7.67212, `000000007_lnorm_lnorm` = 6.41588, `000000008_lnorm_lnorm` = 7.2887, `000000009_lnorm_lnorm` = 7.76614, `000000010_lnorm_lnorm` = 14.2973, +`000000001_weibull` = 15.5329, `000000002_weibull` = 15.7276, `000000003_weibull` = 14.0164, `000000004_weibull` = 7.36395, `000000005_weibull` = 11.8015, `000000006_weibull` = 12.2478, `000000007_weibull` = 8.13048, `000000008_weibull` = 8.5276, `000000009_weibull` = 12.2975, `000000010_weibull` = 6.96069)" +average,38,10.4614,2.54988,7.59747,14.6379,1,parametric,10,1,"c(`000000001_gamma` = 11.6214, `000000002_gamma` = 11.8972, `000000003_gamma` = 13.0831, `000000004_gamma` = 11.384, `000000005_gamma` = 12.3156, `000000006_gamma` = 10.1214, `000000007_gamma` = 12.9201, `000000008_gamma` = 14.6763, `000000009_gamma` = 10.7024, `000000010_gamma` = 9.39284, `000000001_lgumbel` = 8.00769, `000000002_lgumbel` = 8.0501, `000000003_lgumbel` = 9.43949, `000000004_lgumbel` = 7.47168, `000000005_lgumbel` = 5.21439, `000000006_lgumbel` = 8.8753, `000000007_lgumbel` = 7.50628, +`000000008_lgumbel` = 9.38954, `000000009_lgumbel` = 4.54414, `000000010_lgumbel` = 11.4382, `000000001_llogis` = 16.06, `000000002_llogis` = 9.85766, `000000003_llogis` = 10.6252, `000000004_llogis` = 7.49589, `000000005_llogis` = 8.79982, `000000006_llogis` = 7.78377, `000000007_llogis` = 10.8841, `000000008_llogis` = 12.6184, `000000009_llogis` = 6.13465, `000000010_llogis` = 8.58151, `000000001_lnorm` = 12.2372, `000000002_lnorm` = 10.6849, `000000003_lnorm` = 12.0189, `000000004_lnorm` = 7.56787, +`000000005_lnorm` = 10.6183, `000000006_lnorm` = 8.27307, `000000007_lnorm` = 9.58414, `000000008_lnorm` = 5.13781, `000000009_lnorm` = 5.38803, `000000010_lnorm` = 11.2373, `000000001_lnorm_lnorm` = 12.2466, `000000002_lnorm_lnorm` = 14.6906, `000000003_lnorm_lnorm` = 14.9343, `000000004_lnorm_lnorm` = 4.74202, `000000005_lnorm_lnorm` = 8.88317, `000000006_lnorm_lnorm` = 8.28317, `000000007_lnorm_lnorm` = 6.69125, `000000008_lnorm_lnorm` = 7.69251, `000000009_lnorm_lnorm` = 8.11063, `000000010_lnorm_lnorm` = 14.9279, +`000000001_weibull` = 16.0646, `000000002_weibull` = 16.1949, `000000003_weibull` = 14.4647, `000000004_weibull` = 7.64334, `000000005_weibull` = 12.2137, `000000006_weibull` = 12.6656, `000000007_weibull` = 8.43866, `000000008_weibull` = 8.84925, `000000009_weibull` = 12.6361, `000000010_weibull` = 7.2733)" +average,39,10.8281,2.61394,7.90296,15.1186,1,parametric,10,1,"c(`000000001_gamma` = 12.1544, `000000002_gamma` = 12.2869, `000000003_gamma` = 13.4779, `000000004_gamma` = 11.8375, `000000005_gamma` = 12.6951, `000000006_gamma` = 10.4236, `000000007_gamma` = 13.3119, `000000008_gamma` = 15.0978, `000000009_gamma` = 11.0787, `000000010_gamma` = 9.77183, `000000001_lgumbel` = 8.29592, `000000002_lgumbel` = 8.27514, `000000003_lgumbel` = 9.89054, `000000004_lgumbel` = 7.74999, `000000005_lgumbel` = 5.38611, `000000006_lgumbel` = 9.16238, `000000007_lgumbel` = 7.74943, +`000000008_lgumbel` = 9.68309, `000000009_lgumbel` = 4.64804, `000000010_lgumbel` = 11.8559, `000000001_llogis` = 16.5276, `000000002_llogis` = 10.1495, `000000003_llogis` = 11.0162, `000000004_llogis` = 7.76132, `000000005_llogis` = 9.01166, `000000006_llogis` = 7.99737, `000000007_llogis` = 11.1834, `000000008_llogis` = 13.0309, `000000009_llogis` = 6.41945, `000000010_llogis` = 8.81057, `000000001_lnorm` = 12.6449, `000000002_lnorm` = 11.0113, `000000003_lnorm` = 12.3515, `000000004_lnorm` = 7.76572, +`000000005_lnorm` = 10.979, `000000006_lnorm` = 8.50271, `000000007_lnorm` = 9.87894, `000000008_lnorm` = 5.28413, `000000009_lnorm` = 5.57672, `000000010_lnorm` = 11.634, `000000001_lnorm_lnorm` = 12.7536, `000000002_lnorm_lnorm` = 15.1254, `000000003_lnorm_lnorm` = 17.0747, `000000004_lnorm_lnorm` = 5.40496, `000000005_lnorm_lnorm` = 9.12665, `000000006_lnorm_lnorm` = 8.87378, `000000007_lnorm_lnorm` = 6.97159, `000000008_lnorm_lnorm` = 8.13984, `000000009_lnorm_lnorm` = 8.4584, `000000010_lnorm_lnorm` = 15.551, +`000000001_weibull` = 16.6047, `000000002_weibull` = 16.6676, `000000003_weibull` = 14.9192, `000000004_weibull` = 7.92818, `000000005_weibull` = 12.6327, `000000006_weibull` = 13.0901, `000000007_weibull` = 8.75283, `000000008_weibull` = 9.17709, `000000009_weibull` = 12.9778, `000000010_weibull` = 7.59412)" +average,40,11.2014,2.67779,8.2208,15.5999,1,parametric,10,1,"c(`000000001_gamma` = 12.7011, `000000002_gamma` = 12.6827, `000000003_gamma` = 13.8781, `000000004_gamma` = 12.3005, `000000005_gamma` = 13.08, `000000006_gamma` = 10.7298, `000000007_gamma` = 13.709, `000000008_gamma` = 15.5247, `000000009_gamma` = 11.4616, `000000010_gamma` = 10.1589, `000000001_lgumbel` = 8.595, `000000002_lgumbel` = 8.50686, `000000003_lgumbel` = 10.3639, `000000004_lgumbel` = 8.03913, `000000005_lgumbel` = 5.56376, `000000006_lgumbel` = 9.45922, `000000007_lgumbel` = 8.00086, +`000000008_lgumbel` = 9.98631, `000000009_lgumbel` = 4.75449, `000000010_lgumbel` = 12.2896, `000000001_llogis` = 17.0043, `000000002_llogis` = 10.4473, `000000003_llogis` = 11.4178, `000000004_llogis` = 8.03356, `000000005_llogis` = 9.22659, `000000006_llogis` = 8.21479, `000000007_llogis` = 11.488, `000000008_llogis` = 13.4528, `000000009_llogis` = 6.71466, `000000010_llogis` = 9.04354, `000000001_lnorm` = 13.0631, `000000002_lnorm` = 11.3452, `000000003_lnorm` = 12.6909, `000000004_lnorm` = 7.96724, +`000000005_lnorm` = 11.3492, `000000006_lnorm` = 8.73698, `000000007_lnorm` = 10.1806, `000000008_lnorm` = 5.4335, `000000009_lnorm` = 5.77057, `000000010_lnorm` = 12.0417, `000000001_lnorm_lnorm` = 13.2615, `000000002_lnorm_lnorm` = 15.5584, `000000003_lnorm_lnorm` = 18.8868, `000000004_lnorm_lnorm` = 6.31409, `000000005_lnorm_lnorm` = 9.3763, `000000006_lnorm_lnorm` = 9.44985, `000000007_lnorm_lnorm` = 7.25726, `000000008_lnorm_lnorm` = 8.6391, `000000009_lnorm_lnorm` = 8.81002, `000000010_lnorm_lnorm` = 16.1668, +`000000001_weibull` = 17.1536, `000000002_weibull` = 17.1459, `000000003_weibull` = 15.38, `000000004_weibull` = 8.21863, `000000005_weibull` = 13.0588, `000000006_weibull` = 13.5214, `000000007_weibull` = 9.07317, `000000008_weibull` = 9.51133, `000000009_weibull` = 13.3228, `000000010_weibull` = 7.9234)" +average,41,11.5816,2.74232,8.54555,16.0953,1,parametric,10,1,"c(`000000001_gamma` = 13.2619, `000000002_gamma` = 13.0848, `000000003_gamma` = 14.2839, `000000004_gamma` = 12.7734, `000000005_gamma` = 13.4704, `000000006_gamma` = 11.0402, `000000007_gamma` = 14.1117, `000000008_gamma` = 15.9571, `000000009_gamma` = 11.8512, `000000010_gamma` = 10.5544, `000000001_lgumbel` = 8.90559, `000000002_lgumbel` = 8.74561, `000000003_lgumbel` = 10.8611, `000000004_lgumbel` = 8.33976, `000000005_lgumbel` = 5.7477, `000000006_lgumbel` = 9.76638, `000000007_lgumbel` = 8.26105, +`000000008_lgumbel` = 10.2997, `000000009_lgumbel` = 4.86363, `000000010_lgumbel` = 12.7403, `000000001_llogis` = 17.4907, `000000002_llogis` = 10.7511, `000000003_llogis` = 11.8305, `000000004_llogis` = 8.31298, `000000005_llogis` = 9.4448, `000000006_llogis` = 8.43623, `000000007_llogis` = 11.7983, `000000008_llogis` = 13.8848, `000000009_llogis` = 7.02083, `000000010_llogis` = 9.28066, `000000001_lnorm` = 13.4923, `000000002_lnorm` = 11.6869, `000000003_lnorm` = 13.0373, `000000004_lnorm` = 8.17263, +`000000005_lnorm` = 11.7293, `000000006_lnorm` = 8.97611, `000000007_lnorm` = 10.4893, `000000008_lnorm` = 5.58608, `000000009_lnorm` = 5.96984, `000000010_lnorm` = 12.4609, `000000001_lnorm_lnorm` = 13.7713, `000000002_lnorm_lnorm` = 15.9902, `000000003_lnorm_lnorm` = 20.4399, `000000004_lnorm_lnorm` = 7.22213, `000000005_lnorm_lnorm` = 9.63249, `000000006_lnorm_lnorm` = 10.0157, `000000007_lnorm_lnorm` = 7.54859, `000000008_lnorm_lnorm` = 9.20042, `000000009_lnorm_lnorm` = 9.16598, `000000010_lnorm_lnorm` = 16.776, +`000000001_weibull` = 17.7114, `000000002_weibull` = 17.63, `000000003_weibull` = 15.8473, `000000004_weibull` = 8.51487, `000000005_weibull` = 13.4921, `000000006_weibull` = 13.9597, `000000007_weibull` = 9.39989, `000000008_weibull` = 9.85215, `000000009_weibull` = 13.6713, `000000010_weibull` = 8.2614)" +average,42,11.969,2.80808,8.87208,16.5944,1,parametric,10,1,"c(`000000001_gamma` = 13.8372, `000000002_gamma` = 13.4934, `000000003_gamma` = 14.6955, `000000004_gamma` = 13.2562, `000000005_gamma` = 13.8667, `000000006_gamma` = 11.355, `000000007_gamma` = 14.5202, `000000008_gamma` = 16.3952, `000000009_gamma` = 12.2478, `000000010_gamma` = 10.9584, `000000001_lgumbel` = 9.22837, `000000002_lgumbel` = 8.99181, `000000003_lgumbel` = 11.3837, `000000004_lgumbel` = 8.65257, `000000005_lgumbel` = 5.9383, `000000006_lgumbel` = 10.0845, `000000007_lgumbel` = 8.53052, +`000000008_lgumbel` = 10.624, `000000009_lgumbel` = 4.9756, `000000010_lgumbel` = 13.2088, `000000001_llogis` = 17.9872, `000000002_llogis` = 11.0615, `000000003_llogis` = 12.2549, `000000004_llogis` = 8.59994, `000000005_llogis` = 9.66648, `000000006_llogis` = 8.66194, `000000007_llogis` = 12.1146, `000000008_llogis` = 14.3272, `000000009_llogis` = 7.33853, `000000010_llogis` = 9.52218, `000000001_lnorm` = 13.9329, `000000002_lnorm` = 12.0369, `000000003_lnorm` = 13.391, `000000004_lnorm` = 8.38207, +`000000005_lnorm` = 12.1198, `000000006_lnorm` = 9.22033, `000000007_lnorm` = 10.8056, `000000008_lnorm` = 5.74202, `000000009_lnorm` = 6.17475, `000000010_lnorm` = 12.8921, `000000001_lnorm_lnorm` = 14.2841, `000000002_lnorm_lnorm` = 16.4212, `000000003_lnorm_lnorm` = 21.8118, `000000004_lnorm_lnorm` = 8.01695, `000000005_lnorm_lnorm` = 9.89563, `000000006_lnorm_lnorm` = 10.5745, `000000007_lnorm_lnorm` = 7.84595, `000000008_lnorm_lnorm` = 9.83558, `000000009_lnorm_lnorm` = 9.52678, `000000010_lnorm_lnorm` = 17.3792, +`000000001_weibull` = 18.2786, `000000002_weibull` = 18.1201, `000000003_weibull` = 16.3216, `000000004_weibull` = 8.81708, `000000005_weibull` = 13.933, `000000006_weibull` = 14.4054, `000000007_weibull` = 9.73319, `000000008_weibull` = 10.1998, `000000009_weibull` = 14.0235, `000000010_weibull` = 8.6084)" +average,43,12.3639,2.87518,9.20017,17.0987,1,parametric,10,1,"c(`000000001_gamma` = 14.4274, `000000002_gamma` = 13.9088, `000000003_gamma` = 15.1132, `000000004_gamma` = 13.7495, `000000005_gamma` = 14.2689, `000000006_gamma` = 11.6744, `000000007_gamma` = 14.9348, `000000008_gamma` = 16.8394, `000000009_gamma` = 12.6516, `000000010_gamma` = 11.3713, `000000001_lgumbel` = 9.56409, `000000002_lgumbel` = 9.24586, `000000003_lgumbel` = 11.9335, `000000004_lgumbel` = 8.97832, `000000005_lgumbel` = 6.13594, `000000006_lgumbel` = 10.4142, `000000007_lgumbel` = 8.8098, +`000000008_lgumbel` = 10.9597, `000000009_lgumbel` = 5.09058, `000000010_lgumbel` = 13.6964, `000000001_llogis` = 18.4945, `000000002_llogis` = 11.3787, `000000003_llogis` = 12.6916, `000000004_llogis` = 8.89483, `000000005_llogis` = 9.89187, `000000006_llogis` = 8.89214, `000000007_llogis` = 12.4372, `000000008_llogis` = 14.7807, `000000009_llogis` = 7.66839, `000000010_llogis` = 9.76833, `000000001_lnorm` = 14.3856, `000000002_lnorm` = 12.3954, `000000003_lnorm` = 13.7524, `000000004_lnorm` = 8.59575, +`000000005_lnorm` = 12.5213, `000000006_lnorm` = 9.46988, `000000007_lnorm` = 11.1296, `000000008_lnorm` = 5.90147, `000000009_lnorm` = 6.38559, `000000010_lnorm` = 13.3358, `000000001_lnorm_lnorm` = 14.8005, `000000002_lnorm_lnorm` = 16.852, `000000003_lnorm_lnorm` = 23.0551, `000000004_lnorm_lnorm` = 8.71912, `000000005_lnorm_lnorm` = 10.1661, `000000006_lnorm_lnorm` = 11.129, `000000007_lnorm_lnorm` = 8.14972, `000000008_lnorm_lnorm` = 10.557, `000000009_lnorm_lnorm` = 9.89292, `000000010_lnorm_lnorm` = 17.9773, +`000000001_weibull` = 18.8555, `000000002_weibull` = 18.6166, `000000003_weibull` = 16.8029, `000000004_weibull` = 9.12546, `000000005_weibull` = 14.3817, `000000006_weibull` = 14.8585, `000000007_weibull` = 10.0733, `000000008_weibull` = 10.5544, `000000009_weibull` = 14.3795, `000000010_weibull` = 8.9647)" +average,44,12.7666,2.94379,9.53468,17.6095,1,parametric,10,1,"c(`000000001_gamma` = 15.0329, `000000002_gamma` = 14.3311, `000000003_gamma` = 15.5372, `000000004_gamma` = 14.2535, `000000005_gamma` = 14.6773, `000000006_gamma` = 11.9986, `000000007_gamma` = 15.3557, `000000008_gamma` = 17.2898, `000000009_gamma` = 13.0629, `000000010_gamma` = 11.7933, `000000001_lgumbel` = 9.91355, `000000002_lgumbel` = 9.50824, `000000003_lgumbel` = 12.5124, `000000004_lgumbel` = 9.31782, `000000005_lgumbel` = 6.34106, `000000006_lgumbel` = 10.7561, `000000007_lgumbel` = 9.09949, +`000000008_lgumbel` = 11.3075, `000000009_lgumbel` = 5.20872, `000000010_lgumbel` = 14.2042, `000000001_llogis` = 19.013, `000000002_llogis` = 11.7031, `000000003_llogis` = 13.1412, `000000004_llogis` = 9.19806, `000000005_llogis` = 10.1212, `000000006_llogis` = 9.1271, `000000007_llogis` = 12.7665, `000000008_llogis` = 15.2459, `000000009_llogis` = 8.01106, `000000010_llogis` = 10.0194, `000000001_lnorm` = 14.8508, `000000002_lnorm` = 12.763, `000000003_lnorm` = 14.1219, `000000004_lnorm` = 8.81389, +`000000005_lnorm` = 12.9341, `000000006_lnorm` = 9.72503, `000000007_lnorm` = 11.4619, `000000008_lnorm` = 6.06461, `000000009_lnorm` = 6.60264, `000000010_lnorm` = 13.7928, `000000001_lnorm_lnorm` = 15.3214, `000000002_lnorm_lnorm` = 17.283, `000000003_lnorm_lnorm` = 24.2043, `000000004_lnorm_lnorm` = 9.35681, `000000005_lnorm_lnorm` = 10.4445, `000000006_lnorm_lnorm` = 11.6812, `000000007_lnorm_lnorm` = 8.46026, `000000008_lnorm_lnorm` = 11.3751, `000000009_lnorm_lnorm` = 10.2649, `000000010_lnorm_lnorm` = 18.5712, +`000000001_weibull` = 19.4424, `000000002_weibull` = 19.1197, `000000003_weibull` = 17.2916, `000000004_weibull` = 9.44022, `000000005_weibull` = 14.8384, `000000006_weibull` = 15.3195, `000000007_weibull` = 10.4204, `000000008_weibull` = 10.9164, `000000009_weibull` = 14.7396, `000000010_weibull` = 9.33061)" +average,45,13.1775,3.01411,9.87694,18.1277,1,parametric,10,1,"c(`000000001_gamma` = 15.6542, `000000002_gamma` = 14.7607, `000000003_gamma` = 15.9678, `000000004_gamma` = 14.7685, `000000005_gamma` = 15.0923, `000000006_gamma` = 12.3276, `000000007_gamma` = 15.7831, `000000008_gamma` = 17.7468, `000000009_gamma` = 13.4819, `000000010_gamma` = 12.2247, `000000001_lgumbel` = 10.2776, `000000002_lgumbel` = 9.77943, `000000003_lgumbel` = 13.1225, `000000004_lgumbel` = 9.67194, `000000005_lgumbel` = 6.55411, `000000006_lgumbel` = 11.111, `000000007_lgumbel` = 9.40022, +`000000008_lgumbel` = 11.6682, `000000009_lgumbel` = 5.33022, `000000010_lgumbel` = 14.7335, `000000001_llogis` = 19.5434, `000000002_llogis` = 12.0351, `000000003_llogis` = 13.6045, `000000004_llogis` = 9.51008, `000000005_llogis` = 10.3547, `000000006_llogis` = 9.36708, `000000007_llogis` = 13.1028, `000000008_llogis` = 15.7233, `000000009_llogis` = 8.36728, `000000010_llogis` = 10.2756, `000000001_lnorm` = 15.3292, `000000002_lnorm` = 13.1399, `000000003_lnorm` = 14.4999, `000000004_lnorm` = 9.0367, +`000000005_lnorm` = 13.3589, `000000006_lnorm` = 9.98603, `000000007_lnorm` = 11.8028, `000000008_lnorm` = 6.2316, `000000009_lnorm` = 6.82619, `000000010_lnorm` = 14.2636, `000000001_lnorm_lnorm` = 15.8475, `000000002_lnorm_lnorm` = 17.7148, `000000003_lnorm_lnorm` = 25.2826, `000000004_lnorm_lnorm` = 9.94907, `000000005_lnorm_lnorm` = 10.7311, `000000006_lnorm_lnorm` = 12.2329, `000000007_lnorm_lnorm` = 8.77797, `000000008_lnorm_lnorm` = 12.2937, `000000009_lnorm_lnorm` = 10.6431, `000000010_lnorm_lnorm` = 19.1617, +`000000001_weibull` = 20.0396, `000000002_weibull` = 19.6296, `000000003_weibull` = 17.7879, `000000004_weibull` = 9.76158, `000000005_weibull` = 15.3035, `000000006_weibull` = 15.7885, `000000007_weibull` = 10.7748, `000000008_weibull` = 11.2858, `000000009_weibull` = 15.1039, `000000010_weibull` = 9.70646)" +average,46,13.5969,3.08641,10.226,18.654,1,parametric,10,1,"c(`000000001_gamma` = 16.2918, `000000002_gamma` = 15.1979, `000000003_gamma` = 16.4052, `000000004_gamma` = 15.295, `000000005_gamma` = 15.514, `000000006_gamma` = 12.6619, `000000007_gamma` = 16.2174, `000000008_gamma` = 18.2106, `000000009_gamma` = 13.9088, `000000010_gamma` = 12.6658, `000000001_lgumbel` = 10.6572, `000000002_lgumbel` = 10.0599, `000000003_lgumbel` = 13.766, `000000004_lgumbel` = 10.0416, `000000005_lgumbel` = 6.77557, `000000006_lgumbel` = 11.4798, `000000007_lgumbel` = 9.71266, +`000000008_lgumbel` = 12.0425, `000000009_lgumbel` = 5.45526, `000000010_lgumbel` = 15.2857, `000000001_llogis` = 20.0864, `000000002_llogis` = 12.3751, `000000003_llogis` = 14.0821, `000000004_llogis` = 9.83136, `000000005_llogis` = 10.5926, `000000006_llogis` = 9.61237, `000000007_llogis` = 13.4466, `000000008_llogis` = 16.2137, `000000009_llogis` = 8.73779, `000000010_llogis` = 10.5374, `000000001_lnorm` = 15.8215, `000000002_lnorm` = 13.5268, `000000003_lnorm` = 14.8867, `000000004_lnorm` = 9.2644, +`000000005_lnorm` = 13.7962, `000000006_lnorm` = 10.2532, `000000007_lnorm` = 12.1527, `000000008_lnorm` = 6.40264, `000000009_lnorm` = 7.05657, `000000010_lnorm` = 14.7489, `000000001_lnorm_lnorm` = 16.3795, `000000002_lnorm_lnorm` = 18.1479, `000000003_lnorm_lnorm` = 26.3063, `000000004_lnorm_lnorm` = 10.5084, `000000005_lnorm_lnorm` = 11.0265, `000000006_lnorm_lnorm` = 12.7857, `000000007_lnorm_lnorm` = 9.10326, `000000008_lnorm_lnorm` = 13.3038, `000000009_lnorm_lnorm` = 11.0281, `000000010_lnorm_lnorm` = 19.7496, +`000000001_weibull` = 20.6476, `000000002_weibull` = 20.1467, `000000003_weibull` = 18.2922, `000000004_weibull` = 10.0898, `000000005_weibull` = 15.7773, `000000006_weibull` = 16.266, `000000007_weibull` = 11.1367, `000000008_weibull` = 11.663, `000000009_weibull` = 15.4725, `000000010_weibull` = 10.0926)" +average,47,14.0252,3.16096,10.551,19.1969,1,parametric,10,1,"c(`000000001_gamma` = 16.9461, `000000002_gamma` = 15.6428, `000000003_gamma` = 16.8497, `000000004_gamma` = 15.8332, `000000005_gamma` = 15.9428, `000000006_gamma` = 13.0015, `000000007_gamma` = 16.6587, `000000008_gamma` = 18.6815, `000000009_gamma` = 14.3441, `000000010_gamma` = 13.1169, `000000001_lgumbel` = 11.0533, `000000002_lgumbel` = 10.3503, `000000003_lgumbel` = 14.4454, `000000004_lgumbel` = 10.4279, `000000005_lgumbel` = 7.00598, `000000006_lgumbel` = 11.8632, `000000007_lgumbel` = 10.0375, +`000000008_lgumbel` = 12.4312, `000000009_lgumbel` = 5.58404, `000000010_lgumbel` = 15.8622, `000000001_llogis` = 20.6427, `000000002_llogis` = 12.7236, `000000003_llogis` = 14.5749, `000000004_llogis` = 10.1624, `000000005_llogis` = 10.8351, `000000006_llogis` = 9.86326, `000000007_llogis` = 13.7982, `000000008_llogis` = 16.7177, `000000009_llogis` = 9.12344, `000000010_llogis` = 10.8049, `000000001_lnorm` = 16.3282, `000000002_lnorm` = 13.924, `000000003_lnorm` = 15.2828, `000000004_lnorm` = 9.49725, +`000000005_lnorm` = 14.2467, `000000006_lnorm` = 10.5268, `000000007_lnorm` = 12.512, `000000008_lnorm` = 6.57793, `000000009_lnorm` = 7.29411, `000000010_lnorm` = 15.2494, `000000001_lnorm_lnorm` = 16.9183, `000000002_lnorm_lnorm` = 18.5827, `000000003_lnorm_lnorm` = 27.2871, `000000004_lnorm_lnorm` = 11.0432, `000000005_lnorm_lnorm` = 11.3313, `000000006_lnorm_lnorm` = 13.3409, `000000007_lnorm_lnorm` = 9.43657, `000000008_lnorm_lnorm` = 14.3814, `000000009_lnorm_lnorm` = 11.4204, `000000010_lnorm_lnorm` = 20.3359, +`000000001_weibull` = 21.2667, `000000002_weibull` = 20.6712, `000000003_weibull` = 18.8048, `000000004_weibull` = 10.425, `000000005_weibull` = 16.26, `000000006_weibull` = 16.7522, `000000007_weibull` = 11.5064, `000000008_weibull` = 12.0483, `000000009_weibull` = 15.8458, `000000010_weibull` = 10.4894)" +average,48,14.4628,3.23799,10.8832,19.7623,1,parametric,10,1,"c(`000000001_gamma` = 17.6178, `000000002_gamma` = 16.0959, `000000003_gamma` = 17.3016, `000000004_gamma` = 16.3837, `000000005_gamma` = 16.3789, `000000006_gamma` = 13.3467, `000000007_gamma` = 17.1075, `000000008_gamma` = 19.1599, `000000009_gamma` = 14.788, `000000010_gamma` = 13.5784, `000000001_lgumbel` = 11.4671, `000000002_lgumbel` = 10.6512, `000000003_lgumbel` = 15.1634, `000000004_lgumbel` = 10.8318, `000000005_lgumbel` = 7.2459, `000000006_lgumbel` = 12.2623, `000000007_lgumbel` = 10.3757, +`000000008_lgumbel` = 12.8354, `000000009_lgumbel` = 5.71678, `000000010_lgumbel` = 16.4647, `000000001_llogis` = 21.2129, `000000002_llogis` = 13.0811, `000000003_llogis` = 15.0836, `000000004_llogis` = 10.5038, `000000005_llogis` = 11.0826, `000000006_llogis` = 10.1201, `000000007_llogis` = 14.1582, `000000008_llogis` = 17.2361, `000000009_llogis` = 9.52513, `000000010_llogis` = 11.0785, `000000001_lnorm` = 16.8501, `000000002_lnorm` = 14.3321, `000000003_lnorm` = 15.6887, `000000004_lnorm` = 9.73549, +`000000005_lnorm` = 14.711, `000000006_lnorm` = 10.8071, `000000007_lnorm` = 12.8812, `000000008_lnorm` = 6.75767, `000000009_lnorm` = 7.53917, `000000010_lnorm` = 15.7659, `000000001_lnorm_lnorm` = 17.4644, `000000002_lnorm_lnorm` = 19.0197, `000000003_lnorm_lnorm` = 28.2339, `000000004_lnorm_lnorm` = 11.5595, `000000005_lnorm_lnorm` = 11.6461, `000000006_lnorm_lnorm` = 13.8997, `000000007_lnorm_lnorm` = 9.77832, `000000008_lnorm_lnorm` = 15.493, `000000009_lnorm_lnorm` = 11.8205, `000000010_lnorm_lnorm` = 20.9214, +`000000001_weibull` = 21.8974, `000000002_weibull` = 21.2036, `000000003_weibull` = 19.326, `000000004_weibull` = 10.7677, `000000005_weibull` = 16.752, `000000006_weibull` = 17.2474, `000000007_weibull` = 11.8842, `000000008_weibull` = 12.4419, `000000009_weibull` = 16.2239, `000000010_weibull` = 10.8973)" +average,49,14.91,3.31772,11.2225,20.3402,1,parametric,10,1,"c(`000000001_gamma` = 18.3074, `000000002_gamma` = 16.5575, `000000003_gamma` = 17.7613, `000000004_gamma` = 16.9468, `000000005_gamma` = 16.8226, `000000006_gamma` = 13.6978, `000000007_gamma` = 17.564, `000000008_gamma` = 19.646, `000000009_gamma` = 15.2408, `000000010_gamma` = 14.0506, `000000001_lgumbel` = 11.8996, `000000002_lgumbel` = 10.9632, `000000003_lgumbel` = 15.9229, `000000004_lgumbel` = 11.2547, `000000005_lgumbel` = 7.49595, `000000006_lgumbel` = 12.6779, `000000007_lgumbel` = 10.7279, +`000000008_lgumbel` = 13.2559, `000000009_lgumbel` = 5.85373, `000000010_lgumbel` = 17.0949, `000000001_llogis` = 21.798, `000000002_llogis` = 13.448, `000000003_llogis` = 15.6093, `000000004_llogis` = 10.856, `000000005_llogis` = 11.3354, `000000006_llogis` = 10.3831, `000000007_llogis` = 14.5269, `000000008_llogis` = 17.7697, `000000009_llogis` = 9.94381, `000000010_llogis` = 11.3586, `000000001_lnorm` = 17.3881, `000000002_lnorm` = 14.7517, `000000003_lnorm` = 16.1048, `000000004_lnorm` = 9.97939, +`000000005_lnorm` = 15.1898, `000000006_lnorm` = 11.0946, `000000007_lnorm` = 13.2609, `000000008_lnorm` = 6.94209, `000000009_lnorm` = 7.79215, `000000010_lnorm` = 16.2992, `000000001_lnorm_lnorm` = 18.0186, `000000002_lnorm_lnorm` = 19.4593, `000000003_lnorm_lnorm` = 29.1535, `000000004_lnorm_lnorm` = 12.0617, `000000005_lnorm_lnorm` = 11.9715, `000000006_lnorm_lnorm` = 14.4632, `000000007_lnorm_lnorm` = 10.129, `000000008_lnorm_lnorm` = 16.6069, `000000009_lnorm_lnorm` = 12.2288, `000000010_lnorm_lnorm` = 21.5069, +`000000001_weibull` = 22.5402, `000000002_weibull` = 21.744, `000000003_weibull` = 19.8561, `000000004_weibull` = 11.1179, `000000005_weibull` = 17.2537, `000000006_weibull` = 17.752, `000000007_weibull` = 12.2703, `000000008_weibull` = 12.8442, `000000009_weibull` = 16.6071, `000000010_weibull` = 11.3166)" +average,50,15.3674,3.40031,11.5693,20.9299,1,parametric,10,1,"c(`000000001_gamma` = 19.0155, `000000002_gamma` = 17.0278, `000000003_gamma` = 18.229, `000000004_gamma` = 17.523, `000000005_gamma` = 17.2742, `000000006_gamma` = 14.0549, `000000007_gamma` = 18.0285, `000000008_gamma` = 20.1402, `000000009_gamma` = 15.7029, `000000010_gamma` = 14.534, `000000001_lgumbel` = 12.3523, `000000002_lgumbel` = 11.287, `000000003_lgumbel` = 16.7272, `000000004_lgumbel` = 11.6977, `000000005_lgumbel` = 7.75679, `000000006_lgumbel` = 13.1112, `000000007_lgumbel` = 11.0951, +`000000008_lgumbel` = 13.6938, `000000009_lgumbel` = 5.99512, `000000010_lgumbel` = 17.7547, `000000001_llogis` = 22.3987, `000000002_llogis` = 13.8248, `000000003_llogis` = 16.1528, `000000004_llogis` = 11.2198, `000000005_llogis` = 11.5937, `000000006_llogis` = 10.6528, `000000007_llogis` = 14.905, `000000008_llogis` = 18.3194, `000000009_llogis` = 10.3805, `000000010_llogis` = 11.6456, `000000001_lnorm` = 17.9429, `000000002_lnorm` = 15.1832, `000000003_lnorm` = 16.5317, `000000004_lnorm` = 10.2293, +`000000005_lnorm` = 15.6839, `000000006_lnorm` = 11.3895, `000000007_lnorm` = 13.6515, `000000008_lnorm` = 7.13141, `000000009_lnorm` = 8.05344, `000000010_lnorm` = 16.8502, `000000001_lnorm_lnorm` = 18.5816, `000000002_lnorm_lnorm` = 19.902, `000000003_lnorm_lnorm` = 30.0514, `000000004_lnorm_lnorm` = 12.5532, `000000005_lnorm_lnorm` = 12.3082, `000000006_lnorm_lnorm` = 15.0325, `000000007_lnorm_lnorm` = 10.4891, `000000008_lnorm_lnorm` = 17.701, `000000009_lnorm_lnorm` = 12.646, `000000010_lnorm_lnorm` = 22.0932, +`000000001_weibull` = 23.1954, `000000002_weibull` = 22.2929, `000000003_weibull` = 20.3955, `000000004_weibull` = 11.476, `000000005_weibull` = 17.7655, `000000006_weibull` = 18.2664, `000000007_weibull` = 12.6652, `000000008_weibull` = 13.2556, `000000009_weibull` = 16.9956, `000000010_weibull` = 11.7479)" +average,51,15.8353,3.48591,11.9245,21.5322,1,parametric,10,1,"c(`000000001_gamma` = 19.7429, `000000002_gamma` = 17.5073, `000000003_gamma` = 18.7051, `000000004_gamma` = 18.1128, `000000005_gamma` = 17.7341, `000000006_gamma` = 14.4184, `000000007_gamma` = 18.5014, `000000008_gamma` = 20.6429, `000000009_gamma` = 16.1747, `000000010_gamma` = 15.029, `000000001_lgumbel` = 12.8264, `000000002_lgumbel` = 11.6234, `000000003_lgumbel` = 17.5798, `000000004_lgumbel` = 12.1624, `000000005_lgumbel` = 8.02915, `000000006_lgumbel` = 13.5634, `000000007_lgumbel` = 11.4783, +`000000008_lgumbel` = 14.1502, `000000009_lgumbel` = 6.14123, `000000010_lgumbel` = 18.4462, `000000001_llogis` = 23.016, `000000002_llogis` = 14.2123, `000000003_llogis` = 16.7153, `000000004_llogis` = 11.5957, `000000005_llogis` = 11.8579, `000000006_llogis` = 10.9295, `000000007_llogis` = 15.2929, `000000008_llogis` = 18.8861, `000000009_llogis` = 10.8364, `000000010_llogis` = 11.9398, `000000001_lnorm` = 18.5154, `000000002_lnorm` = 15.6274, `000000003_lnorm` = 16.9699, `000000004_lnorm` = 10.4854, +`000000005_lnorm` = 16.1941, `000000006_lnorm` = 11.6923, `000000007_lnorm` = 14.0536, `000000008_lnorm` = 7.32591, `000000009_lnorm` = 8.3235, `000000010_lnorm` = 17.4198, `000000001_lnorm_lnorm` = 19.1541, `000000002_lnorm_lnorm` = 20.3483, `000000003_lnorm_lnorm` = 30.932, `000000004_lnorm_lnorm` = 13.0367, `000000005_lnorm_lnorm` = 12.657, `000000006_lnorm_lnorm` = 15.6087, `000000007_lnorm_lnorm` = 10.8592, `000000008_lnorm_lnorm` = 18.7642, `000000009_lnorm_lnorm` = 13.0726, `000000010_lnorm_lnorm` = 22.6811, +`000000001_weibull` = 23.8637, `000000002_weibull` = 22.8506, `000000003_weibull` = 20.9446, `000000004_weibull` = 11.8424, `000000005_weibull` = 18.2878, `000000006_weibull` = 18.791, `000000007_weibull` = 13.0691, `000000008_weibull` = 13.6763, `000000009_weibull` = 17.3896, `000000010_weibull` = 12.1916)" +average,52,16.3143,3.57468,12.2851,22.1478,1,parametric,10,1,"c(`000000001_gamma` = 20.4902, `000000002_gamma` = 17.9964, `000000003_gamma` = 19.19, `000000004_gamma` = 18.7167, `000000005_gamma` = 18.2027, `000000006_gamma` = 14.7885, `000000007_gamma` = 18.9831, `000000008_gamma` = 21.1545, `000000009_gamma` = 16.6564, `000000010_gamma` = 15.5359, `000000001_lgumbel` = 13.3235, `000000002_lgumbel` = 11.9732, `000000003_lgumbel` = 18.4847, `000000004_lgumbel` = 12.6502, `000000005_lgumbel` = 8.31382, `000000006_lgumbel` = 14.0357, `000000007_lgumbel` = 11.8786, +`000000008_lgumbel` = 14.6265, `000000009_lgumbel` = 6.29235, `000000010_lgumbel` = 19.1716, `000000001_llogis` = 23.6508, `000000002_llogis` = 14.6109, `000000003_llogis` = 17.2979, `000000004_llogis` = 11.9846, `000000005_llogis` = 12.1284, `000000006_llogis` = 11.2136, `000000007_llogis` = 15.6912, `000000008_llogis` = 19.4708, `000000009_llogis` = 11.3128, `000000010_llogis` = 12.2417, `000000001_lnorm` = 19.1065, `000000002_lnorm` = 16.0848, `000000003_lnorm` = 17.42, `000000004_lnorm` = 10.7481, +`000000005_lnorm` = 16.7212, `000000006_lnorm` = 12.0033, `000000007_lnorm` = 14.4678, `000000008_lnorm` = 7.52583, `000000009_lnorm` = 8.60279, `000000010_lnorm` = 18.0091, `000000001_lnorm_lnorm` = 19.7369, `000000002_lnorm_lnorm` = 20.7987, `000000003_lnorm_lnorm` = 31.7991, `000000004_lnorm_lnorm` = 13.5144, `000000005_lnorm_lnorm` = 13.0187, `000000006_lnorm_lnorm` = 16.1926, `000000007_lnorm_lnorm` = 11.2398, `000000008_lnorm_lnorm` = 19.7931, `000000009_lnorm_lnorm` = 13.5092, `000000010_lnorm_lnorm` = 23.2714, +`000000001_weibull` = 24.5455, `000000002_weibull` = 23.4175, `000000003_weibull` = 21.5039, `000000004_weibull` = 12.2173, `000000005_weibull` = 18.8209, `000000006_weibull` = 19.3262, `000000007_weibull` = 13.4825, `000000008_weibull` = 14.1068, `000000009_weibull` = 17.7894, `000000010_weibull` = 12.6483)" +average,53,16.805,3.66676,12.6512,22.7774,1,parametric,10,1,"c(`000000001_gamma` = 21.2583, `000000002_gamma` = 18.4954, `000000003_gamma` = 19.684, `000000004_gamma` = 19.3353, `000000005_gamma` = 18.6803, `000000006_gamma` = 15.1655, `000000007_gamma` = 19.4739, `000000008_gamma` = 21.6753, `000000009_gamma` = 17.1487, `000000010_gamma` = 16.0553, `000000001_lgumbel` = 13.8452, `000000002_lgumbel` = 12.3373, `000000003_lgumbel` = 19.4462, `000000004_lgumbel` = 13.1629, `000000005_lgumbel` = 8.61165, `000000006_lgumbel` = 14.5296, `000000007_lgumbel` = 12.2971, +`000000008_lgumbel` = 15.1239, `000000009_lgumbel` = 6.4488, `000000010_lgumbel` = 19.9335, `000000001_llogis` = 24.3042, `000000002_llogis` = 15.0213, `000000003_llogis` = 17.9017, `000000004_llogis` = 12.3872, `000000005_llogis` = 12.4054, `000000006_llogis` = 11.5056, `000000007_llogis` = 16.1005, `000000008_llogis` = 20.0745, `000000009_llogis` = 11.8108, `000000010_llogis` = 12.5517, `000000001_lnorm` = 19.7172, `000000002_lnorm` = 16.5563, `000000003_lnorm` = 17.8827, `000000004_lnorm` = 11.0177, +`000000005_lnorm` = 17.2661, `000000006_lnorm` = 12.3229, `000000007_lnorm` = 14.8948, `000000008_lnorm` = 7.73147, `000000009_lnorm` = 8.89182, `000000010_lnorm` = 18.619, `000000001_lnorm_lnorm` = 20.3308, `000000002_lnorm_lnorm` = 21.2535, `000000003_lnorm_lnorm` = 32.6556, `000000004_lnorm_lnorm` = 13.9881, `000000005_lnorm_lnorm` = 13.3941, `000000006_lnorm_lnorm` = 16.7853, `000000007_lnorm_lnorm` = 11.6315, `000000008_lnorm_lnorm` = 20.7888, `000000009_lnorm_lnorm` = 13.9564, `000000010_lnorm_lnorm` = 23.8648, +`000000001_weibull` = 25.2415, `000000002_weibull` = 23.9941, `000000003_weibull` = 22.0737, `000000004_weibull` = 12.6012, `000000005_weibull` = 19.3654, `000000006_weibull` = 19.8724, `000000007_weibull` = 13.9057, `000000008_weibull` = 14.5474, `000000009_weibull` = 18.1953, `000000010_weibull` = 13.1184)" +average,54,17.3078,3.76234,13.0264,23.4217,1,parametric,10,1,"c(`000000001_gamma` = 22.0478, `000000002_gamma` = 19.0048, `000000003_gamma` = 20.1877, `000000004_gamma` = 19.9692, `000000005_gamma` = 19.1673, `000000006_gamma` = 15.5498, `000000007_gamma` = 19.9742, `000000008_gamma` = 22.2057, `000000009_gamma` = 17.6518, `000000010_gamma` = 16.5877, `000000001_lgumbel` = 14.3935, `000000002_lgumbel` = 12.7165, `000000003_lgumbel` = 20.4689, `000000004_lgumbel` = 13.7023, `000000005_lgumbel` = 8.92358, `000000006_lgumbel` = 15.0465, `000000007_lgumbel` = 12.7353, +`000000008_lgumbel` = 15.6439, `000000009_lgumbel` = 6.6109, `000000010_lgumbel` = 20.7344, `000000001_llogis` = 24.9773, `000000002_llogis` = 15.4444, `000000003_llogis` = 18.5281, `000000004_llogis` = 12.8043, `000000005_llogis` = 12.6895, `000000006_llogis` = 11.8059, `000000007_llogis` = 16.5216, `000000008_llogis` = 20.6986, `000000009_llogis` = 12.3321, `000000010_llogis` = 12.8704, `000000001_lnorm` = 20.3488, `000000002_lnorm` = 17.0425, `000000003_lnorm` = 18.3585, `000000004_lnorm` = 11.2946, +`000000005_lnorm` = 17.8299, `000000006_lnorm` = 12.6518, `000000007_lnorm` = 15.3352, `000000008_lnorm` = 7.94314, `000000009_lnorm` = 9.19114, `000000010_lnorm` = 19.2509, `000000001_lnorm_lnorm` = 20.9364, `000000002_lnorm_lnorm` = 21.7134, `000000003_lnorm_lnorm` = 33.5044, `000000004_lnorm_lnorm` = 14.4594, `000000005_lnorm_lnorm` = 13.7843, `000000006_lnorm_lnorm` = 17.3877, `000000007_lnorm_lnorm` = 12.0349, `000000008_lnorm_lnorm` = 21.7545, `000000009_lnorm_lnorm` = 14.4149, `000000010_lnorm_lnorm` = 24.4621, +`000000001_weibull` = 25.9522, `000000002_weibull` = 24.5808, `000000003_weibull` = 22.6545, `000000004_weibull` = 12.9943, `000000005_weibull` = 19.9218, `000000006_weibull` = 20.4301, `000000007_weibull` = 14.3391, `000000008_weibull` = 14.9986, `000000009_weibull` = 18.6075, `000000010_weibull` = 13.6026)" +average,55,17.8234,3.8616,13.4113,24.1039,1,parametric,10,1,"c(`000000001_gamma` = 22.8597, `000000002_gamma` = 19.525, `000000003_gamma` = 20.7014, `000000004_gamma` = 20.619, `000000005_gamma` = 19.6642, `000000006_gamma` = 15.9417, `000000007_gamma` = 20.4846, `000000008_gamma` = 22.7464, `000000009_gamma` = 18.1663, `000000010_gamma` = 17.1336, `000000001_lgumbel` = 14.9701, `000000002_lgumbel` = 13.1121, `000000003_lgumbel` = 21.5583, `000000004_lgumbel` = 14.2705, `000000005_lgumbel` = 9.25063, `000000006_lgumbel` = 15.5881, `000000007_lgumbel` = 13.1944, +`000000008_lgumbel` = 16.1882, `000000009_lgumbel` = 6.77903, `000000010_lgumbel` = 21.5773, `000000001_llogis` = 25.6712, `000000002_llogis` = 15.8807, `000000003_llogis` = 19.1786, `000000004_llogis` = 13.2369, `000000005_llogis` = 12.981, `000000006_llogis` = 12.115, `000000007_llogis` = 16.955, `000000008_llogis` = 21.3441, `000000009_llogis` = 12.8782, `000000010_llogis` = 13.1982, `000000001_lnorm` = 21.0022, `000000002_lnorm` = 17.5442, `000000003_lnorm` = 18.8483, `000000004_lnorm` = 11.5792, +`000000005_lnorm` = 18.4136, `000000006_lnorm` = 12.9902, `000000007_lnorm` = 15.7898, `000000008_lnorm` = 8.16116, `000000009_lnorm` = 9.50133, `000000010_lnorm` = 19.9058, `000000001_lnorm_lnorm` = 21.5548, `000000002_lnorm_lnorm` = 22.1787, `000000003_lnorm_lnorm` = 34.3477, `000000004_lnorm_lnorm` = 14.9295, `000000005_lnorm_lnorm` = 14.1902, `000000006_lnorm_lnorm` = 18.0008, `000000007_lnorm_lnorm` = 12.4508, `000000008_lnorm_lnorm` = 22.6944, `000000009_lnorm_lnorm` = 14.8853, `000000010_lnorm_lnorm` = 25.0641, +`000000001_weibull` = 26.6783, `000000002_weibull` = 25.178, `000000003_weibull` = 23.2469, `000000004_weibull` = 13.3972, `000000005_weibull` = 20.4905, `000000006_weibull` = 20.9999, `000000007_weibull` = 14.7832, `000000008_weibull` = 15.4608, `000000009_weibull` = 19.0265, `000000010_weibull` = 14.1014)" +average,56,18.3524,3.96474,13.8039,24.8378,1,parametric,10,1,"c(`000000001_gamma` = 23.695, `000000002_gamma` = 20.0566, `000000003_gamma` = 21.2255, `000000004_gamma` = 21.2854, `000000005_gamma` = 20.1714, `000000006_gamma` = 16.3416, `000000007_gamma` = 21.0055, `000000008_gamma` = 23.2976, `000000009_gamma` = 18.6926, `000000010_gamma` = 17.6936, `000000001_lgumbel` = 15.5774, `000000002_lgumbel` = 13.525, `000000003_lgumbel` = 22.7202, `000000004_lgumbel` = 14.8696, `000000005_lgumbel` = 9.59391, `000000006_lgumbel` = 16.1563, `000000007_lgumbel` = 13.676, +`000000008_lgumbel` = 16.7585, `000000009_lgumbel` = 6.95359, `000000010_lgumbel` = 22.4656, `000000001_llogis` = 26.3874, `000000002_llogis` = 16.3312, `000000003_llogis` = 19.8547, `000000004_llogis` = 13.6859, `000000005_llogis` = 13.2805, `000000006_llogis` = 12.4336, `000000007_llogis` = 17.4017, `000000008_llogis` = 22.0125, `000000009_llogis` = 13.4508, `000000010_llogis` = 13.5358, `000000001_lnorm` = 21.6787, `000000002_lnorm` = 18.0624, `000000003_lnorm` = 19.3527, `000000004_lnorm` = 11.8719, +`000000005_lnorm` = 19.0183, `000000006_lnorm` = 13.3389, `000000007_lnorm` = 16.2593, `000000008_lnorm` = 8.38588, `000000009_lnorm` = 9.82302, `000000010_lnorm` = 20.5853, `000000001_lnorm_lnorm` = 22.1867, `000000002_lnorm_lnorm` = 22.6501, `000000003_lnorm_lnorm` = 35.1877, `000000004_lnorm_lnorm` = 15.3999, `000000005_lnorm_lnorm` = 14.613, `000000006_lnorm_lnorm` = 18.6256, `000000007_lnorm_lnorm` = 12.8798, `000000008_lnorm_lnorm` = 23.6124, `000000009_lnorm_lnorm` = 15.3684, `000000010_lnorm_lnorm` = 25.6715, +`000000001_weibull` = 27.4205, `000000002_weibull` = 25.7862, `000000003_weibull` = 23.8513, `000000004_weibull` = 13.8101, `000000005_weibull` = 21.0721, `000000006_weibull` = 21.5822, `000000007_weibull` = 15.2384, `000000008_weibull` = 15.9346, `000000009_weibull` = 19.4524, `000000010_weibull` = 14.6156)" +average,57,18.8955,4.07198,14.2053,25.592,1,parametric,10,1,"c(`000000001_gamma` = 24.5546, `000000002_gamma` = 20.6001, `000000003_gamma` = 21.7607, `000000004_gamma` = 21.9692, `000000005_gamma` = 20.6895, `000000006_gamma` = 16.7497, `000000007_gamma` = 21.5373, `000000008_gamma` = 23.86, `000000009_gamma` = 19.2314, `000000010_gamma` = 18.2683, `000000001_lgumbel` = 16.2178, `000000002_lgumbel` = 13.9566, `000000003_lgumbel` = 23.961, `000000004_lgumbel` = 15.5022, `000000005_lgumbel` = 9.95465, `000000006_lgumbel` = 16.7529, `000000007_lgumbel` = 14.1818, +`000000008_lgumbel` = 17.3566, `000000009_lgumbel` = 7.13501, `000000010_lgumbel` = 23.4026, `000000001_llogis` = 27.1272, `000000002_llogis` = 16.7968, `000000003_llogis` = 20.5581, `000000004_llogis` = 14.1524, `000000005_llogis` = 13.5883, `000000006_llogis` = 12.7621, `000000007_llogis` = 17.8624, `000000008_llogis` = 22.7052, `000000009_llogis` = 14.0519, `000000010_llogis` = 13.8836, `000000001_lnorm` = 22.3798, `000000002_lnorm` = 18.598, `000000003_lnorm` = 19.8727, `000000004_lnorm` = 12.1732, +`000000005_lnorm` = 19.6454, `000000006_lnorm` = 13.6983, `000000007_lnorm` = 16.7448, `000000008_lnorm` = 8.61769, `000000009_lnorm` = 10.1569, `000000010_lnorm` = 21.2906, `000000001_lnorm_lnorm` = 22.833, `000000002_lnorm_lnorm` = 23.128, `000000003_lnorm_lnorm` = 36.0263, `000000004_lnorm_lnorm` = 15.8715, `000000005_lnorm_lnorm` = 15.0539, `000000006_lnorm_lnorm` = 19.263, `000000007_lnorm_lnorm` = 13.3228, `000000008_lnorm_lnorm` = 24.5124, `000000009_lnorm_lnorm` = 15.865, `000000010_lnorm_lnorm` = 26.285, +`000000001_weibull` = 28.1795, `000000002_weibull` = 26.4061, `000000003_weibull` = 24.4683, `000000004_weibull` = 14.2337, `000000005_weibull` = 21.6673, `000000006_weibull` = 22.1777, `000000007_weibull` = 15.7054, `000000008_weibull` = 16.4205, `000000009_weibull` = 19.8857, `000000010_weibull` = 15.1459)" +average,58,19.4534,4.18354,14.6176,26.3675,1,parametric,10,1,"c(`000000001_gamma` = 25.4396, `000000002_gamma` = 21.156, `000000003_gamma` = 22.3074, `000000004_gamma` = 22.671, `000000005_gamma` = 21.2188, `000000006_gamma` = 17.1666, `000000007_gamma` = 22.0806, `000000008_gamma` = 24.4342, `000000009_gamma` = 19.7832, `000000010_gamma` = 18.8584, `000000001_lgumbel` = 16.8938, `000000002_lgumbel` = 14.4082, `000000003_lgumbel` = 25.2881, `000000004_lgumbel` = 16.171, `000000005_lgumbel` = 10.3342, `000000006_lgumbel` = 17.3803, `000000007_lgumbel` = 14.7137, +`000000008_lgumbel` = 17.9848, `000000009_lgumbel` = 7.32375, `000000010_lgumbel` = 24.3925, `000000001_llogis` = 27.8922, `000000002_llogis` = 17.2785, `000000003_llogis` = 21.2906, `000000004_llogis` = 14.6377, `000000005_llogis` = 13.9052, `000000006_llogis` = 13.1013, `000000007_llogis` = 18.3381, `000000008_llogis` = 23.4239, `000000009_llogis` = 14.6835, `000000010_llogis` = 14.2425, `000000001_lnorm` = 23.1069, `000000002_lnorm` = 19.152, `000000003_lnorm` = 20.409, `000000004_lnorm` = 12.4835, +`000000005_lnorm` = 20.2961, `000000006_lnorm` = 14.069, `000000007_lnorm` = 17.247, `000000008_lnorm` = 8.857, `000000009_lnorm` = 10.5037, `000000010_lnorm` = 22.0235, `000000001_lnorm_lnorm` = 23.4948, `000000002_lnorm_lnorm` = 23.6131, `000000003_lnorm_lnorm` = 36.8653, `000000004_lnorm_lnorm` = 16.3454, `000000005_lnorm_lnorm` = 15.5143, `000000006_lnorm_lnorm` = 19.9142, `000000007_lnorm_lnorm` = 13.7805, `000000008_lnorm_lnorm` = 25.3982, `000000009_lnorm_lnorm` = 16.3759, `000000010_lnorm_lnorm` = 26.9056, +`000000001_weibull` = 28.9561, `000000002_weibull` = 27.0381, `000000003_weibull` = 25.0985, `000000004_weibull` = 14.6683, `000000005_weibull` = 22.2766, `000000006_weibull` = 22.7869, `000000007_weibull` = 16.1845, `000000008_weibull` = 16.919, `000000009_weibull` = 20.3268, `000000010_weibull` = 15.693)" +average,59,20.027,4.29968,15.0413,27.1654,1,parametric,10,1,"c(`000000001_gamma` = 26.3511, `000000002_gamma` = 21.7249, `000000003_gamma` = 22.8663, `000000004_gamma` = 23.3918, `000000005_gamma` = 21.7601, `000000006_gamma` = 17.5926, `000000007_gamma` = 22.636, `000000008_gamma` = 25.0206, `000000009_gamma` = 20.3486, `000000010_gamma` = 19.4645, `000000001_lgumbel` = 17.6085, `000000002_lgumbel` = 14.8813, `000000003_lgumbel` = 26.7096, `000000004_lgumbel` = 16.879, `000000005_lgumbel` = 10.7341, `000000006_lgumbel` = 18.0408, `000000007_lgumbel` = 15.2737, +`000000008_lgumbel` = 18.6454, `000000009_lgumbel` = 7.52033, `000000010_lgumbel` = 25.4396, `000000001_llogis` = 28.684, `000000002_llogis` = 17.7773, `000000003_llogis` = 22.0544, `000000004_llogis` = 15.143, `000000005_llogis` = 14.2316, `000000006_llogis` = 13.4518, `000000007_llogis` = 18.8297, `000000008_llogis` = 24.1704, `000000009_llogis` = 15.348, `000000010_llogis` = 14.6132, `000000001_lnorm` = 23.8616, `000000002_lnorm` = 19.7255, `000000003_lnorm` = 20.9628, `000000004_lnorm` = 12.8034, +`000000005_lnorm` = 20.9719, `000000006_lnorm` = 14.4518, `000000007_lnorm` = 17.767, `000000008_lnorm` = 9.10424, `000000009_lnorm` = 10.8643, `000000010_lnorm` = 22.7856, `000000001_lnorm_lnorm` = 24.1731, `000000002_lnorm_lnorm` = 24.1058, `000000003_lnorm_lnorm` = 37.7064, `000000004_lnorm_lnorm` = 16.8226, `000000005_lnorm_lnorm` = 15.9955, `000000006_lnorm_lnorm` = 20.5802, `000000007_lnorm_lnorm` = 14.2539, `000000008_lnorm_lnorm` = 26.2728, `000000009_lnorm_lnorm` = 16.902, `000000010_lnorm_lnorm` = 27.534, +`000000001_weibull` = 29.7512, `000000002_weibull` = 27.6828, `000000003_weibull` = 25.7425, `000000004_weibull` = 15.1146, `000000005_weibull` = 22.9007, `000000006_weibull` = 23.4106, `000000007_weibull` = 16.6764, `000000008_weibull` = 17.4307, `000000009_weibull` = 20.776, `000000010_weibull` = 16.2578)" +average,60,20.6171,4.42066,15.4772,27.987,1,parametric,10,1,"c(`000000001_gamma` = 27.2905, `000000002_gamma` = 22.3076, `000000003_gamma` = 23.4378, `000000004_gamma` = 24.1325, `000000005_gamma` = 22.3139, `000000006_gamma` = 18.0283, `000000007_gamma` = 23.204, `000000008_gamma` = 25.6199, `000000009_gamma` = 20.9282, `000000010_gamma` = 20.0876, `000000001_lgumbel` = 18.365, `000000002_lgumbel` = 15.3775, `000000003_lgumbel` = 28.2347, `000000004_lgumbel` = 17.6295, `000000005_lgumbel` = 11.1559, `000000006_lgumbel` = 18.7371, `000000007_lgumbel` = 15.864, +`000000008_lgumbel` = 19.3409, `000000009_lgumbel` = 7.72532, `000000010_lgumbel` = 26.5487, `000000001_llogis` = 29.5044, `000000002_llogis` = 18.2944, `000000003_llogis` = 22.8516, `000000004_llogis` = 15.6697, `000000005_llogis` = 14.5681, `000000006_llogis` = 13.8144, `000000007_llogis` = 19.3382, `000000008_llogis` = 24.9464, `000000009_llogis` = 16.0478, `000000010_llogis` = 14.9963, `000000001_lnorm` = 24.6455, `000000002_lnorm` = 20.3197, `000000003_lnorm` = 21.5349, `000000004_lnorm` = 13.1335, +`000000005_lnorm` = 21.6743, `000000006_lnorm` = 14.8473, `000000007_lnorm` = 18.3058, `000000008_lnorm` = 9.3599, `000000009_lnorm` = 11.2394, `000000010_lnorm` = 23.5788, `000000001_lnorm_lnorm` = 24.8689, `000000002_lnorm_lnorm` = 24.6069, `000000003_lnorm_lnorm` = 38.5511, `000000004_lnorm_lnorm` = 17.3039, `000000005_lnorm_lnorm` = 16.4993, `000000006_lnorm_lnorm` = 21.2622, `000000007_lnorm_lnorm` = 14.744, `000000008_lnorm_lnorm` = 27.1394, `000000009_lnorm_lnorm` = 17.4443, `000000010_lnorm_lnorm` = 28.171, +`000000001_weibull` = 30.5657, `000000002_weibull` = 28.341, `000000003_weibull` = 26.4011, `000000004_weibull` = 15.5731, `000000005_weibull` = 23.5404, `000000006_weibull` = 24.0494, `000000007_weibull` = 17.1818, `000000008_weibull` = 17.9564, `000000009_weibull` = 21.2337, `000000010_weibull` = 16.8411)" +average,61,21.2246,4.54678,15.9258,28.8338,1,parametric,10,1,"c(`000000001_gamma` = 28.2591, `000000002_gamma` = 22.9046, `000000003_gamma` = 24.0228, `000000004_gamma` = 24.8941, `000000005_gamma` = 22.8808, `000000006_gamma` = 18.4741, `000000007_gamma` = 23.7855, `000000008_gamma` = 26.2328, `000000009_gamma` = 21.5229, `000000010_gamma` = 20.7283, `000000001_lgumbel` = 19.1669, `000000002_lgumbel` = 15.8986, `000000003_lgumbel` = 29.8735, `000000004_lgumbel` = 18.4264, `000000005_lgumbel` = 11.6014, `000000006_lgumbel` = 19.4721, `000000007_lgumbel` = 16.4872, +`000000008_lgumbel` = 20.0741, `000000009_lgumbel` = 7.93934, `000000010_lgumbel` = 27.7251, `000000001_llogis` = 30.3555, `000000002_llogis` = 18.831, `000000003_llogis` = 23.6846, `000000004_llogis` = 16.2194, `000000005_llogis` = 14.9156, `000000006_llogis` = 14.19, `000000007_llogis` = 19.865, `000000008_llogis` = 25.7542, `000000009_llogis` = 16.7858, `000000010_llogis` = 15.3929, `000000001_lnorm` = 25.4606, `000000002_lnorm` = 20.9358, `000000003_lnorm` = 22.1266, `000000004_lnorm` = 13.4743, +`000000005_lnorm` = 22.4051, `000000006_lnorm` = 15.2564, `000000007_lnorm` = 18.8647, `000000008_lnorm` = 9.62449, `000000009_lnorm` = 11.6301, `000000010_lnorm` = 24.4051, `000000001_lnorm_lnorm` = 25.5835, `000000002_lnorm_lnorm` = 25.1169, `000000003_lnorm_lnorm` = 39.401, `000000004_lnorm_lnorm` = 17.7904, `000000005_lnorm_lnorm` = 17.0273, `000000006_lnorm_lnorm` = 21.9614, `000000007_lnorm_lnorm` = 15.2518, `000000008_lnorm_lnorm` = 28.0005, `000000009_lnorm_lnorm` = 18.0038, `000000010_lnorm_lnorm` = 28.8175, +`000000001_weibull` = 31.4005, `000000002_weibull` = 29.0132, `000000003_weibull` = 27.075, `000000004_weibull` = 16.0444, `000000005_weibull` = 24.1964, `000000006_weibull` = 24.7042, `000000007_weibull` = 17.7012, `000000008_weibull` = 18.4966, `000000009_weibull` = 21.7004, `000000010_weibull` = 17.444)" +average,62,21.8506,4.67834,16.3878,29.7072,1,parametric,10,1,"c(`000000001_gamma` = 29.2582, `000000002_gamma` = 23.5168, `000000003_gamma` = 24.6218, `000000004_gamma` = 25.6775, `000000005_gamma` = 23.4616, `000000006_gamma` = 18.9306, `000000007_gamma` = 24.3809, `000000008_gamma` = 26.8601, `000000009_gamma` = 22.1333, `000000010_gamma` = 21.3876, `000000001_lgumbel` = 20.0184, `000000002_lgumbel` = 16.4467, `000000003_lgumbel` = 31.6375, `000000004_lgumbel` = 19.2736, `000000005_lgumbel` = 12.0728, `000000006_lgumbel` = 20.2491, `000000007_lgumbel` = 17.1461, +`000000008_lgumbel` = 20.8483, `000000009_lgumbel` = 8.16305, `000000010_lgumbel` = 28.975, `000000001_llogis` = 31.2394, `000000002_llogis` = 19.3886, `000000003_llogis` = 24.5562, `000000004_llogis` = 16.7937, `000000005_llogis` = 15.2747, `000000006_llogis` = 14.5794, `000000007_llogis` = 20.4112, `000000008_llogis` = 26.596, `000000009_llogis` = 17.5651, `000000010_llogis` = 15.8037, `000000001_lnorm` = 26.3089, `000000002_lnorm` = 21.5754, `000000003_lnorm` = 22.739, `000000004_lnorm` = 13.8266, +`000000005_lnorm` = 23.1662, `000000006_lnorm` = 15.6799, `000000007_lnorm` = 19.445, `000000008_lnorm` = 9.89858, `000000009_lnorm` = 12.0374, `000000010_lnorm` = 25.2667, `000000001_lnorm_lnorm` = 26.3181, `000000002_lnorm_lnorm` = 25.6366, `000000003_lnorm_lnorm` = 40.2576, `000000004_lnorm_lnorm` = 18.283, `000000005_lnorm_lnorm` = 17.5813, `000000006_lnorm_lnorm` = 22.679, `000000007_lnorm_lnorm` = 15.7785, `000000008_lnorm_lnorm` = 28.8586, `000000009_lnorm_lnorm` = 18.5817, `000000010_lnorm_lnorm` = 29.4745, +`000000001_weibull` = 32.2568, `000000002_weibull` = 29.7002, `000000003_weibull` = 27.765, `000000004_weibull` = 16.5291, `000000005_weibull` = 24.8696, `000000006_weibull` = 25.3757, `000000007_weibull` = 18.2355, `000000008_weibull` = 19.0522, `000000009_weibull` = 22.1766, `000000010_weibull` = 18.0674)" +average,63,22.4962,4.8157,16.8641,30.6089,1,parametric,10,1,"c(`000000001_gamma` = 30.2896, `000000002_gamma` = 24.1449, `000000003_gamma` = 25.2357, `000000004_gamma` = 26.484, `000000005_gamma` = 24.057, `000000006_gamma` = 19.3984, `000000007_gamma` = 24.9913, `000000008_gamma` = 27.5025, `000000009_gamma` = 22.7604, `000000010_gamma` = 22.0665, `000000001_lgumbel` = 20.9238, `000000002_lgumbel` = 17.0239, `000000003_lgumbel` = 33.54, `000000004_lgumbel` = 20.1759, `000000005_lgumbel` = 12.5722, `000000006_lgumbel` = 21.0718, `000000007_lgumbel` = 17.8438, +`000000008_lgumbel` = 21.6669, `000000009_lgumbel` = 8.39722, `000000010_lgumbel` = 30.3049, `000000001_llogis` = 32.1585, `000000002_llogis` = 19.9686, `000000003_llogis` = 25.4692, `000000004_llogis` = 17.3945, `000000005_llogis` = 15.6462, `000000006_llogis` = 14.9836, `000000007_llogis` = 20.9782, `000000008_llogis` = 27.4744, `000000009_llogis` = 18.3891, `000000010_llogis` = 16.2299, `000000001_lnorm` = 27.1927, `000000002_lnorm` = 22.2399, `000000003_lnorm` = 23.3736, `000000004_lnorm` = 14.191, +`000000005_lnorm` = 23.9596, `000000006_lnorm` = 16.1187, `000000007_lnorm` = 20.048, `000000008_lnorm` = 10.1828, `000000009_lnorm` = 12.4624, `000000010_lnorm` = 26.166, `000000001_lnorm_lnorm` = 27.0741, `000000002_lnorm_lnorm` = 26.1667, `000000003_lnorm_lnorm` = 41.1223, `000000004_lnorm_lnorm` = 18.7825, `000000005_lnorm_lnorm` = 18.1635, `000000006_lnorm_lnorm` = 23.4165, `000000007_lnorm_lnorm` = 16.3254, `000000008_lnorm_lnorm` = 29.7161, `000000009_lnorm_lnorm` = 19.1791, `000000010_lnorm_lnorm` = 30.1429, +`000000001_weibull` = 33.1356, `000000002_weibull` = 30.403, `000000003_weibull` = 28.472, `000000004_weibull` = 17.0281, `000000005_weibull` = 25.5609, `000000006_weibull` = 26.0648, `000000007_weibull` = 18.7855, `000000008_weibull` = 19.624, `000000009_weibull` = 22.6629, `000000010_weibull` = 18.7126)" +average,64,23.1625,4.95924,17.3531,31.5406,1,parametric,10,1,"c(`000000001_gamma` = 31.3548, `000000002_gamma` = 24.7899, `000000003_gamma` = 25.8654, `000000004_gamma` = 27.3147, `000000005_gamma` = 24.6677, `000000006_gamma` = 19.878, `000000007_gamma` = 25.6172, `000000008_gamma` = 28.1609, `000000009_gamma` = 23.405, `000000010_gamma` = 22.766, `000000001_lgumbel` = 21.8883, `000000002_lgumbel` = 17.6327, `000000003_lgumbel` = 35.5956, `000000004_lgumbel` = 21.1384, `000000005_lgumbel` = 13.1022, `000000006_lgumbel` = 21.9442, `000000007_lgumbel` = 18.5836, +`000000008_lgumbel` = 22.5338, `000000009_lgumbel` = 8.64266, `000000010_lgumbel` = 31.7224, `000000001_llogis` = 33.1153, `000000002_llogis` = 20.5729, `000000003_llogis` = 26.427, `000000004_llogis` = 18.024, `000000005_llogis` = 16.0311, `000000006_llogis` = 15.4038, `000000007_llogis` = 21.5676, `000000008_llogis` = 28.3921, `000000009_llogis` = 19.2616, `000000010_llogis` = 16.6726, `000000001_lnorm` = 28.1144, `000000002_lnorm` = 22.9309, `000000003_lnorm` = 24.0316, `000000004_lnorm` = 14.5683, +`000000005_lnorm` = 24.7876, `000000006_lnorm` = 16.5738, `000000007_lnorm` = 20.6752, `000000008_lnorm` = 10.4778, `000000009_lnorm` = 12.9064, `000000010_lnorm` = 27.1057, `000000001_lnorm_lnorm` = 27.8529, `000000002_lnorm_lnorm` = 26.7079, `000000003_lnorm_lnorm` = 41.9968, `000000004_lnorm_lnorm` = 19.2899, `000000005_lnorm_lnorm` = 18.7761, `000000006_lnorm_lnorm` = 24.1754, `000000007_lnorm_lnorm` = 16.8938, `000000008_lnorm_lnorm` = 30.5752, `000000009_lnorm_lnorm` = 19.7974, `000000010_lnorm_lnorm` = 30.8237, +`000000001_weibull` = 34.0383, `000000002_weibull` = 31.1222, `000000003_weibull` = 29.1968, `000000004_weibull` = 17.5421, `000000005_weibull` = 26.2714, `000000006_weibull` = 26.7725, `000000007_weibull` = 19.3519, `000000008_weibull` = 20.2128, `000000009_weibull` = 23.1597, `000000010_weibull` = 19.3807)" +average,65,23.8508,5.10937,17.8518,32.5044,1,parametric,10,1,"c(`000000001_gamma` = 32.4558, `000000002_gamma` = 25.4527, `000000003_gamma` = 26.5116, `000000004_gamma` = 28.1711, `000000005_gamma` = 25.2948, `000000006_gamma` = 20.3703, `000000007_gamma` = 26.2597, `000000008_gamma` = 28.8362, `000000009_gamma` = 24.0681, `000000010_gamma` = 23.4872, `000000001_lgumbel` = 22.9174, `000000002_lgumbel` = 18.2759, `000000003_lgumbel` = 37.8211, `000000004_lgumbel` = 22.1671, `000000005_lgumbel` = 13.6655, `000000006_lgumbel` = 22.8709, `000000007_lgumbel` = 19.3695, +`000000008_lgumbel` = 23.4534, `000000009_lgumbel` = 8.90029, `000000010_lgumbel` = 33.2359, `000000001_llogis` = 34.1129, `000000002_llogis` = 21.2031, `000000003_llogis` = 27.4333, `000000004_llogis` = 18.6843, `000000005_llogis` = 16.4303, `000000006_llogis` = 15.8411, `000000007_llogis` = 22.1811, `000000008_llogis` = 29.3523, `000000009_llogis` = 20.187, `000000010_llogis` = 17.133, `000000001_lnorm` = 29.0766, `000000002_lnorm` = 23.6505, `000000003_lnorm` = 24.7148, `000000004_lnorm` = 14.9595, +`000000005_lnorm` = 25.6525, `000000006_lnorm` = 17.0463, `000000007_lnorm` = 21.3284, `000000008_lnorm` = 10.7842, `000000009_lnorm` = 13.3707, `000000010_lnorm` = 28.0888, `000000001_lnorm_lnorm` = 28.6562, `000000002_lnorm_lnorm` = 27.2612, `000000003_lnorm_lnorm` = 42.8823, `000000004_lnorm_lnorm` = 19.8061, `000000005_lnorm_lnorm` = 19.4214, `000000006_lnorm_lnorm` = 24.9572, `000000007_lnorm_lnorm` = 17.4852, `000000008_lnorm_lnorm` = 31.4379, `000000009_lnorm_lnorm` = 20.4381, `000000010_lnorm_lnorm` = 31.5179, +`000000001_weibull` = 34.966, `000000002_weibull` = 31.8589, `000000003_weibull` = 29.9406, `000000004_weibull` = 18.0718, `000000005_weibull` = 27.002, `000000006_weibull` = 27.4999, `000000007_weibull` = 19.9357, `000000008_weibull` = 20.8197, `000000009_weibull` = 23.6677, `000000010_weibull` = 20.073)" +average,66,24.5626,5.26655,18.3668,33.5028,1,parametric,10,1,"c(`000000001_gamma` = 33.5945, `000000002_gamma` = 26.1343, `000000003_gamma` = 27.1754, `000000004_gamma` = 29.0546, `000000005_gamma` = 25.9391, `000000006_gamma` = 20.8758, `000000007_gamma` = 26.9198, `000000008_gamma` = 29.5295, `000000009_gamma` = 24.7507, `000000010_gamma` = 24.2314, `000000001_lgumbel` = 24.0176, `000000002_lgumbel` = 18.9564, `000000003_lgumbel` = 40.236, `000000004_lgumbel` = 23.2686, `000000005_lgumbel` = 14.2654, `000000006_lgumbel` = 23.857, `000000007_lgumbel` = 20.2059, +`000000008_lgumbel` = 24.4306, `000000009_lgumbel` = 9.17114, `000000010_lgumbel` = 34.855, `000000001_llogis` = 35.1544, `000000002_llogis` = 21.8614, `000000003_llogis` = 28.492, `000000004_llogis` = 19.3782, `000000005_llogis` = 16.845, `000000006_llogis` = 16.2969, `000000007_llogis` = 22.8206, `000000008_llogis` = 30.3583, `000000009_llogis` = 21.1701, `000000010_llogis` = 17.6125, `000000001_lnorm` = 30.0824, `000000002_lnorm` = 24.4005, `000000003_lnorm` = 25.4249, `000000004_lnorm` = 15.3655, +`000000005_lnorm` = 26.5571, `000000006_lnorm` = 17.5374, `000000007_lnorm` = 22.0094, `000000008_lnorm` = 11.103, `000000009_lnorm` = 13.8568, `000000010_lnorm` = 29.1183, `000000001_lnorm_lnorm` = 29.4857, `000000002_lnorm_lnorm` = 27.8274, `000000003_lnorm_lnorm` = 43.7807, `000000004_lnorm_lnorm` = 20.3321, `000000005_lnorm_lnorm` = 20.1021, `000000006_lnorm_lnorm` = 25.7637, `000000007_lnorm_lnorm` = 18.1013, `000000008_lnorm_lnorm` = 32.3062, `000000009_lnorm_lnorm` = 21.1026, `000000010_lnorm_lnorm` = 32.2269, +`000000001_weibull` = 35.9204, `000000002_weibull` = 32.614, `000000003_weibull` = 30.7043, `000000004_weibull` = 18.6184, `000000005_weibull` = 27.754, `000000006_weibull` = 28.2481, `000000007_weibull` = 20.5381, `000000008_weibull` = 21.4456, `000000009_weibull` = 24.1876, `000000010_weibull` = 20.7911)" +average,67,25.2995,5.43131,18.8994,34.5382,1,parametric,10,1,"c(`000000001_gamma` = 34.7732, `000000002_gamma` = 26.8358, `000000003_gamma` = 27.8579, `000000004_gamma` = 29.9667, `000000005_gamma` = 26.6017, `000000006_gamma` = 21.3955, `000000007_gamma` = 27.5984, `000000008_gamma` = 30.2417, `000000009_gamma` = 25.4541, `000000010_gamma` = 24.9999, `000000001_lgumbel` = 25.196, `000000002_lgumbel` = 19.6778, `000000003_lgumbel` = 42.8621, `000000004_lgumbel` = 24.4504, `000000005_lgumbel` = 14.9055, `000000006_lgumbel` = 24.9082, `000000007_lgumbel` = 21.0976, +`000000008_lgumbel` = 25.4709, `000000009_lgumbel` = 9.45634, `000000010_lgumbel` = 36.5905, `000000001_llogis` = 36.2433, `000000002_llogis` = 22.55, `000000003_llogis` = 29.6076, `000000004_llogis` = 20.1083, `000000005_llogis` = 17.2764, `000000006_llogis` = 16.7726, `000000007_llogis` = 23.488, `000000008_llogis` = 31.4141, `000000009_llogis` = 22.2161, `000000010_llogis` = 18.1125, `000000001_lnorm` = 31.1349, `000000002_lnorm` = 25.1832, `000000003_lnorm` = 26.1638, `000000004_lnorm` = 15.7872, +`000000005_lnorm` = 27.5045, `000000006_lnorm` = 18.0485, `000000007_lnorm` = 22.7203, `000000008_lnorm` = 11.435, `000000009_lnorm` = 14.3664, `000000010_lnorm` = 30.1978, `000000001_lnorm_lnorm` = 30.3433, `000000002_lnorm_lnorm` = 28.4075, `000000003_lnorm_lnorm` = 44.6933, `000000004_lnorm_lnorm` = 20.869, `000000005_lnorm_lnorm` = 20.821, `000000006_lnorm_lnorm` = 26.5967, `000000007_lnorm_lnorm` = 18.7439, `000000008_lnorm_lnorm` = 33.1821, `000000009_lnorm_lnorm` = 21.7929, `000000010_lnorm_lnorm` = 32.9517, +`000000001_weibull` = 36.903, `000000002_weibull` = 33.3887, `000000003_weibull` = 31.4892, `000000004_weibull` = 19.1826, `000000005_weibull` = 28.5286, `000000006_weibull` = 29.0183, `000000007_weibull` = 21.1599, `000000008_weibull` = 22.0918, `000000009_weibull` = 24.7201, `000000010_weibull` = 21.5365)" +average,68,26.0632,5.60423,19.4495,35.6127,1,parametric,10,1,"c(`000000001_gamma` = 35.9943, `000000002_gamma` = 27.5586, `000000003_gamma` = 28.5601, `000000004_gamma` = 30.9093, `000000005_gamma` = 27.2838, `000000006_gamma` = 21.9302, `000000007_gamma` = 28.2967, `000000008_gamma` = 30.9741, `000000009_gamma` = 26.1795, `000000010_gamma` = 25.7942, `000000001_lgumbel` = 26.4609, `000000002_lgumbel` = 20.4439, `000000003_lgumbel` = 45.725, `000000004_lgumbel` = 25.7209, `000000005_lgumbel` = 15.5897, `000000006_lgumbel` = 26.0311, `000000007_lgumbel` = 22.0501, +`000000008_lgumbel` = 26.5806, `000000009_lgumbel` = 9.75715, `000000010_lgumbel` = 38.4545, `000000001_llogis` = 37.3837, `000000002_llogis` = 23.2715, `000000003_llogis` = 30.7853, `000000004_llogis` = 20.8778, `000000005_llogis` = 17.7257, `000000006_llogis` = 17.2699, `000000007_llogis` = 24.1858, `000000008_llogis` = 32.5238, `000000009_llogis` = 23.3314, `000000010_llogis` = 18.6349, `000000001_lnorm` = 32.2378, `000000002_lnorm` = 26.001, `000000003_lnorm` = 26.9336, `000000004_lnorm` = 16.2259, +`000000005_lnorm` = 28.4978, `000000006_lnorm` = 18.581, `000000007_lnorm` = 23.4632, `000000008_lnorm` = 11.7812, `000000009_lnorm` = 14.9013, `000000010_lnorm` = 31.3313, `000000001_lnorm_lnorm` = 31.2311, `000000002_lnorm_lnorm` = 29.0025, `000000003_lnorm_lnorm` = 45.6221, `000000004_lnorm_lnorm` = 21.4179, `000000005_lnorm_lnorm` = 21.5811, `000000006_lnorm_lnorm` = 27.4583, `000000007_lnorm_lnorm` = 19.415, `000000008_lnorm_lnorm` = 34.0677, `000000009_lnorm_lnorm` = 22.5107, `000000010_lnorm_lnorm` = 33.6937, +`000000001_weibull` = 37.9154, `000000002_weibull` = 34.1843, `000000003_weibull` = 32.2966, `000000004_weibull` = 19.7658, `000000005_weibull` = 29.3272, `000000006_weibull` = 29.8118, `000000007_weibull` = 21.8025, `000000008_weibull` = 22.7594, `000000009_weibull` = 25.2659, `000000010_weibull` = 22.3109)" +average,69,26.8556,5.78594,20.0191,36.7417,1,parametric,10,1,"c(`000000001_gamma` = 37.2604, `000000002_gamma` = 28.3039, `000000003_gamma` = 29.2835, `000000004_gamma` = 31.8842, `000000005_gamma` = 27.9865, `000000006_gamma` = 22.4808, `000000007_gamma` = 29.0161, `000000008_gamma` = 31.728, `000000009_gamma` = 26.9283, `000000010_gamma` = 26.6159, `000000001_lgumbel` = 27.8216, `000000002_lgumbel` = 21.2591, `000000003_lgumbel` = 48.8539, `000000004_lgumbel` = 27.09, `000000005_lgumbel` = 16.3227, `000000006_lgumbel` = 27.2331, `000000007_lgumbel` = 23.0698, +`000000008_lgumbel` = 27.7666, `000000009_lgumbel` = 10.075, `000000010_lgumbel` = 40.4612, `000000001_llogis` = 38.5799, `000000002_llogis` = 24.0287, `000000003_llogis` = 32.0306, `000000004_llogis` = 21.6905, `000000005_llogis` = 18.1945, `000000006_llogis` = 17.7907, `000000007_llogis` = 24.9165, `000000008_llogis` = 33.6922, `000000009_llogis` = 24.5226, `000000010_llogis` = 19.1814, `000000001_lnorm` = 33.3951, `000000002_lnorm` = 26.8567, `000000003_lnorm` = 27.7366, `000000004_lnorm` = 16.6828, +`000000005_lnorm` = 29.5408, `000000006_lnorm` = 19.1366, `000000007_lnorm` = 24.2407, `000000008_lnorm` = 12.1426, `000000009_lnorm` = 15.4636, `000000010_lnorm` = 32.5232, `000000001_lnorm_lnorm` = 32.1513, `000000002_lnorm_lnorm` = 29.6137, `000000003_lnorm_lnorm` = 46.5686, `000000004_lnorm_lnorm` = 21.9799, `000000005_lnorm_lnorm` = 22.3858, `000000006_lnorm_lnorm` = 28.3507, `000000007_lnorm_lnorm` = 20.1168, `000000008_lnorm_lnorm` = 34.9649, `000000009_lnorm_lnorm` = 23.2582, `000000010_lnorm_lnorm` = 34.4544, +`000000001_weibull` = 38.9597, `000000002_weibull` = 35.0019, `000000003_weibull` = 33.1279, `000000004_weibull` = 20.369, `000000005_weibull` = 30.1514, `000000006_weibull` = 30.6303, `000000007_weibull` = 22.4673, `000000008_weibull` = 23.45, `000000009_weibull` = 25.8259, `000000010_weibull` = 23.1164)" +average,70,27.6788,5.97717,20.6098,37.922,1,parametric,10,1,"c(`000000001_gamma` = 38.5744, `000000002_gamma` = 29.0732, `000000003_gamma` = 30.0293, `000000004_gamma` = 32.8935, `000000005_gamma` = 28.7112, `000000006_gamma` = 23.0485, `000000007_gamma` = 29.7579, `000000008_gamma` = 32.5048, `000000009_gamma` = 27.702, `000000010_gamma` = 27.4668, `000000001_lgumbel` = 29.2888, `000000002_lgumbel` = 22.1283, `000000003_lgumbel` = 52.2829, `000000004_lgumbel` = 28.5688, `000000005_lgumbel` = 17.1097, `000000006_lgumbel` = 28.5226, `000000007_lgumbel` = 24.1637, +`000000008_lgumbel` = 29.0371, `000000009_lgumbel` = 10.4115, `000000010_lgumbel` = 42.6265, `000000001_llogis` = 39.8368, `000000002_llogis` = 24.8249, `000000003_llogis` = 33.35, `000000004_llogis` = 22.5501, `000000005_llogis` = 18.6845, `000000006_llogis` = 18.3369, `000000007_llogis` = 25.683, `000000008_llogis` = 34.9247, `000000009_llogis` = 25.7977, `000000010_llogis` = 19.7542, `000000001_lnorm` = 34.6112, `000000002_lnorm` = 27.7532, `000000003_lnorm` = 28.5755, `000000004_lnorm` = 17.1593, +`000000005_lnorm` = 30.6376, `000000006_lnorm` = 19.717, `000000007_lnorm` = 25.0555, `000000008_lnorm` = 12.5205, `000000009_lnorm` = 16.0555, `000000010_lnorm` = 33.7782, `000000001_lnorm_lnorm` = 33.1066, `000000002_lnorm_lnorm` = 30.2423, `000000003_lnorm_lnorm` = 47.5349, `000000004_lnorm_lnorm` = 22.5562, `000000005_lnorm_lnorm` = 23.2385, `000000006_lnorm_lnorm` = 29.2765, `000000007_lnorm_lnorm` = 20.8518, `000000008_lnorm_lnorm` = 35.8758, `000000009_lnorm_lnorm` = 24.0377, `000000010_lnorm_lnorm` = 35.2353, +`000000001_weibull` = 40.038, `000000002_weibull` = 35.8431, `000000003_weibull` = 33.9847, `000000004_weibull` = 20.9936, `000000005_weibull` = 31.0028, `000000006_weibull` = 31.4753, `000000007_weibull` = 23.1555, `000000008_weibull` = 24.1648, `000000009_weibull` = 26.4011, `000000010_weibull` = 23.9549)" +average,71,28.5351,6.17876,21.2231,39.1519,1,parametric,10,1,"c(`000000001_gamma` = 39.9395, `000000002_gamma` = 29.8682, `000000003_gamma` = 30.7992, `000000004_gamma` = 33.9396, `000000005_gamma` = 29.4595, `000000006_gamma` = 23.6344, `000000007_gamma` = 30.5236, `000000008_gamma` = 33.3061, `000000009_gamma` = 28.5023, `000000010_gamma` = 28.3489, `000000001_lgumbel` = 30.8747, `000000002_lgumbel` = 23.0571, `000000003_lgumbel` = 56.0518, `000000004_lgumbel` = 30.1701, `000000005_lgumbel` = 17.9566, `000000006_lgumbel` = 29.9093, `000000007_lgumbel` = 25.3402, +`000000008_lgumbel` = 30.4012, `000000009_lgumbel` = 10.7685, `000000010_lgumbel` = 44.9689, `000000001_llogis` = 41.16, `000000002_llogis` = 25.6634, `000000003_llogis` = 34.7508, `000000004_llogis` = 23.4614, `000000005_llogis` = 19.1974, `000000006_llogis` = 18.9108, `000000007_llogis` = 26.4885, `000000008_llogis` = 36.2273, `000000009_llogis` = 27.1655, `000000010_llogis` = 20.3556, `000000001_lnorm` = 35.8911, `000000002_lnorm` = 28.694, `000000003_lnorm` = 29.4531, `000000004_lnorm` = 17.657, +`000000005_lnorm` = 31.7927, `000000006_lnorm` = 20.3242, `000000007_lnorm` = 25.9107, `000000008_lnorm` = 12.9161, `000000009_lnorm` = 16.6796, `000000010_lnorm` = 35.1019, `000000001_lnorm_lnorm` = 34.0997, `000000002_lnorm_lnorm` = 30.8897, `000000003_lnorm_lnorm` = 48.5229, `000000004_lnorm_lnorm` = 23.1484, `000000005_lnorm_lnorm` = 24.1431, `000000006_lnorm_lnorm` = 30.2384, `000000007_lnorm_lnorm` = 21.6227, `000000008_lnorm_lnorm` = 36.8025, `000000009_lnorm_lnorm` = 24.8519, `000000010_lnorm_lnorm` = 36.0381, +`000000001_weibull` = 41.1524, `000000002_weibull` = 36.7095, `000000003_weibull` = 34.8688, `000000004_weibull` = 21.6411, `000000005_weibull` = 31.8833, `000000006_weibull` = 32.3485, `000000007_weibull` = 23.869, `000000008_weibull` = 24.9057, `000000009_weibull` = 26.9924, `000000010_weibull` = 24.8289)" +average,72,29.4272,6.39163,21.8609,40.4357,1,parametric,10,1,"c(`000000001_gamma` = 41.3593, `000000002_gamma` = 30.6906, `000000003_gamma` = 31.5947, `000000004_gamma` = 35.025, `000000005_gamma` = 30.233, `000000006_gamma` = 24.2397, `000000007_gamma` = 31.3149, `000000008_gamma` = 34.1337, `000000009_gamma` = 29.3312, `000000010_gamma` = 29.2643, `000000001_lgumbel` = 32.5936, `000000002_lgumbel` = 24.052, `000000003_lgumbel` = 60.2072, `000000004_lgumbel` = 31.9089, `000000005_lgumbel` = 18.8705, `000000006_lgumbel` = 31.4042, `000000007_lgumbel` = 26.6087, +`000000008_lgumbel` = 31.8695, `000000009_lgumbel` = 11.1481, `000000010_lgumbel` = 47.5096, `000000001_llogis` = 42.5559, `000000002_llogis` = 26.5485, `000000003_llogis` = 36.2411, `000000004_llogis` = 24.4295, `000000005_llogis` = 19.7355, `000000006_llogis` = 19.5152, `000000007_llogis` = 27.3366, `000000008_llogis` = 37.6068, `000000009_llogis` = 28.6364, `000000010_llogis` = 20.9883, `000000001_lnorm` = 37.2404, `000000002_lnorm` = 29.6829, `000000003_lnorm` = 30.3725, `000000004_lnorm` = 18.1776, +`000000005_lnorm` = 33.0113, `000000006_lnorm` = 20.9605, `000000007_lnorm` = 26.8097, `000000008_lnorm` = 13.331, `000000009_lnorm` = 17.3387, `000000010_lnorm` = 36.5003, `000000001_lnorm_lnorm` = 35.1336, `000000002_lnorm_lnorm` = 31.5575, `000000003_lnorm_lnorm` = 49.5348, `000000004_lnorm_lnorm` = 23.7578, `000000005_lnorm_lnorm` = 25.1035, `000000006_lnorm_lnorm` = 31.2393, `000000007_lnorm_lnorm` = 22.4326, `000000008_lnorm_lnorm` = 37.7473, `000000009_lnorm_lnorm` = 25.7035, `000000010_lnorm_lnorm` = 36.8648, +`000000001_weibull` = 42.3055, `000000002_weibull` = 37.6028, `000000003_weibull` = 35.7819, `000000004_weibull` = 22.313, `000000005_weibull` = 32.7949, `000000006_weibull` = 33.2521, `000000007_weibull` = 24.6094, `000000008_weibull` = 25.6745, `000000009_weibull` = 27.6011, `000000010_weibull` = 25.7408)" +average,73,30.358,6.61686,22.523,41.7779,1,parametric,10,1,"c(`000000001_gamma` = 42.8378, `000000002_gamma` = 31.5425, `000000003_gamma` = 32.4178, `000000004_gamma` = 36.1525, `000000005_gamma` = 31.0336, `000000006_gamma` = 24.866, `000000007_gamma` = 32.1337, `000000008_gamma` = 34.9894, `000000009_gamma` = 30.1905, `000000010_gamma` = 30.2155, `000000001_lgumbel` = 34.4619, `000000002_lgumbel` = 25.1204, `000000003_lgumbel` = 64.804, `000000004_lgumbel` = 33.8024, `000000005_lgumbel` = 19.8593, `000000006_lgumbel` = 33.0203, `000000007_lgumbel` = 27.98, +`000000008_lgumbel` = 33.4542, `000000009_lgumbel` = 11.5525, `000000010_lgumbel` = 50.2733, `000000001_llogis` = 44.0315, `000000002_llogis` = 27.4847, `000000003_llogis` = 37.8304, `000000004_llogis` = 25.4602, `000000005_llogis` = 20.301, `000000006_llogis` = 20.1528, `000000007_llogis` = 28.2316, `000000008_llogis` = 39.0712, `000000009_llogis` = 30.2221, `000000010_llogis` = 21.6553, `000000001_lnorm` = 38.6653, `000000002_lnorm` = 30.724, `000000003_lnorm` = 31.3376, `000000004_lnorm` = 18.7231, +`000000005_lnorm` = 34.2991, `000000006_lnorm` = 21.6283, `000000007_lnorm` = 27.7565, `000000008_lnorm` = 13.7668, `000000009_lnorm` = 18.0361, `000000010_lnorm` = 37.9803, `000000001_lnorm_lnorm` = 36.212, `000000002_lnorm_lnorm` = 32.2473, `000000003_lnorm_lnorm` = 50.5732, `000000004_lnorm_lnorm` = 24.386, `000000005_lnorm_lnorm` = 26.1241, `000000006_lnorm_lnorm` = 32.2828, `000000007_lnorm_lnorm` = 23.285, `000000008_lnorm_lnorm` = 38.7125, `000000009_lnorm_lnorm` = 26.5959, `000000010_lnorm_lnorm` = 37.7175, +`000000001_weibull` = 43.5003, `000000002_weibull` = 38.5249, `000000003_weibull` = 36.7262, `000000004_weibull` = 23.0112, `000000005_weibull` = 33.7399, `000000006_weibull` = 34.1881, `000000007_weibull` = 25.3787, `000000008_weibull` = 26.4732, `000000009_weibull` = 28.2283, `000000010_weibull` = 26.6937)" +average,74,31.3308,6.85566,23.2078,43.1836,1,parametric,10,1,"c(`000000001_gamma` = 44.3793, `000000002_gamma` = 32.4261, `000000003_gamma` = 33.2707, `000000004_gamma` = 37.3254, `000000005_gamma` = 31.8632, `000000006_gamma` = 25.5147, `000000007_gamma` = 32.9821, `000000008_gamma` = 35.8754, `000000009_gamma` = 31.0828, `000000010_gamma` = 31.2051, `000000001_lgumbel` = 36.4989, `000000002_lgumbel` = 26.2709, `000000003_lgumbel` = 69.9074, `000000004_lgumbel` = 35.8709, `000000005_lgumbel` = 20.9323, `000000006_lgumbel` = 34.7723, `000000007_lgumbel` = 29.4667, +`000000008_lgumbel` = 35.1693, `000000009_lgumbel` = 11.9845, `000000010_lgumbel` = 53.2891, `000000001_llogis` = 45.595, `000000002_llogis` = 28.4772, `000000003_llogis` = 39.5294, `000000004_llogis` = 26.5604, `000000005_llogis` = 20.8967, `000000006_llogis` = 20.8271, `000000007_llogis` = 29.178, `000000008_llogis` = 40.6291, `000000009_llogis` = 31.9362, `000000010_llogis` = 22.36, `000000001_lnorm` = 40.173, `000000002_lnorm` = 31.8221, `000000003_lnorm` = 32.3522, `000000004_lnorm` = 19.2956, +`000000005_lnorm` = 35.6627, `000000006_lnorm` = 22.3305, `000000007_lnorm` = 28.7554, `000000008_lnorm` = 14.2254, `000000009_lnorm` = 18.7754, `000000010_lnorm` = 39.5497, `000000001_lnorm_lnorm` = 37.3386, `000000002_lnorm_lnorm` = 32.961, `000000003_lnorm_lnorm` = 51.6404, `000000004_lnorm_lnorm` = 25.0349, `000000005_lnorm_lnorm` = 27.2095, `000000006_lnorm_lnorm` = 33.3725, `000000007_lnorm_lnorm` = 24.1838, `000000008_lnorm_lnorm` = 39.7008, `000000009_lnorm_lnorm` = 27.5327, `000000010_lnorm_lnorm` = 38.5983, +`000000001_weibull` = 44.7397, `000000002_weibull` = 39.4781, `000000003_weibull` = 37.7041, `000000004_weibull` = 23.7377, `000000005_weibull` = 34.7207, `000000006_weibull` = 35.1591, `000000007_weibull` = 26.1791, `000000008_weibull` = 27.3042, `000000009_weibull` = 28.8755, `000000010_weibull` = 27.6907)" +average,75,32.3493,7.10946,23.9225,44.6588,1,parametric,10,1,"c(`000000001_gamma` = 45.9887, `000000002_gamma` = 33.3439, `000000003_gamma` = 34.1555, `000000004_gamma` = 38.5471, `000000005_gamma` = 32.7242, `000000006_gamma` = 26.1877, `000000007_gamma` = 33.8624, `000000008_gamma` = 36.7941, `000000009_gamma` = 32.0105, `000000010_gamma` = 32.2362, `000000001_lgumbel` = 38.7271, `000000002_lgumbel` = 27.5132, `000000003_lgumbel` = 75.5952, `000000004_lgumbel` = 38.1381, `000000005_lgumbel` = 22.1003, `000000006_lgumbel` = 36.6776, `000000007_lgumbel` = 31.0838, +`000000008_lgumbel` = 37.0313, `000000009_lgumbel` = 12.4473, `000000010_lgumbel` = 56.5907, `000000001_llogis` = 47.2557, `000000002_llogis` = 29.5319, `000000003_llogis` = 41.3507, `000000004_llogis` = 27.7377, `000000005_llogis` = 21.5256, `000000006_llogis` = 21.5418, `000000007_llogis` = 30.1813, `000000008_llogis` = 42.291, `000000009_llogis` = 33.7946, `000000010_llogis` = 23.1063, `000000001_lnorm` = 41.7715, `000000002_lnorm` = 32.9827, `000000003_lnorm` = 33.421, `000000004_lnorm` = 19.8976, +`000000005_lnorm` = 37.1095, `000000006_lnorm` = 23.0703, `000000007_lnorm` = 29.8114, `000000008_lnorm` = 14.709, `000000009_lnorm` = 19.5607, `000000010_lnorm` = 41.2175, `000000001_lnorm_lnorm` = 38.5178, `000000002_lnorm_lnorm` = 33.7009, `000000003_lnorm_lnorm` = 52.7396, `000000004_lnorm_lnorm` = 25.7065, `000000005_lnorm_lnorm` = 28.3645, `000000006_lnorm_lnorm` = 34.5127, `000000007_lnorm_lnorm` = 25.1333, `000000008_lnorm_lnorm` = 40.7148, `000000009_lnorm_lnorm` = 28.518, `000000010_lnorm_lnorm` = 39.5101, +`000000001_weibull` = 46.0273, `000000002_weibull` = 40.4647, `000000003_weibull` = 38.7182, `000000004_weibull` = 24.4947, `000000005_weibull` = 35.7403, `000000006_weibull` = 36.1677, `000000007_weibull` = 27.0132, `000000008_weibull` = 28.1698, `000000009_weibull` = 29.5443, `000000010_weibull` = 28.7355)" +average,76,33.4177,7.37987,24.6675,46.2102,1,parametric,10,1,"c(`000000001_gamma` = 47.6715, `000000002_gamma` = 34.2986, `000000003_gamma` = 35.075, `000000004_gamma` = 39.8216, `000000005_gamma` = 33.6192, `000000006_gamma` = 26.887, `000000007_gamma` = 34.7773, `000000008_gamma` = 37.7482, `000000009_gamma` = 32.9765, `000000010_gamma` = 33.312, `000000001_lgumbel` = 41.1733, `000000002_lgumbel` = 28.8591, `000000003_lgumbel` = 81.9607, `000000004_lgumbel` = 40.6321, `000000005_lgumbel` = 23.376, `000000006_lgumbel` = 38.7567, `000000007_lgumbel` = 32.8484, +`000000008_lgumbel` = 39.0594, `000000009_lgumbel` = 12.9443, `000000010_lgumbel` = 60.2184, `000000001_llogis` = 49.0242, `000000002_llogis` = 30.6559, `000000003_llogis` = 43.3085, `000000004_llogis` = 29.0012, `000000005_llogis` = 22.1912, `000000006_llogis` = 22.3015, `000000007_llogis` = 31.2477, `000000008_llogis` = 44.0686, `000000009_llogis` = 35.8159, `000000010_llogis` = 23.8987, `000000001_lnorm` = 43.47, `000000002_lnorm` = 34.2119, `000000003_lnorm` = 34.5492, `000000004_lnorm` = 20.5319, +`000000005_lnorm` = 38.6479, `000000006_lnorm` = 23.8513, `000000007_lnorm` = 30.9301, `000000008_lnorm` = 15.2199, `000000009_lnorm` = 20.3968, `000000010_lnorm` = 42.9936, `000000001_lnorm_lnorm` = 39.7547, `000000002_lnorm_lnorm` = 34.4692, `000000003_lnorm_lnorm` = 53.8739, `000000004_lnorm_lnorm` = 26.403, `000000005_lnorm_lnorm` = 29.5943, `000000006_lnorm_lnorm` = 35.7083, `000000007_lnorm_lnorm` = 26.1386, `000000008_lnorm_lnorm` = 41.7578, `000000009_lnorm_lnorm` = 29.5564, `000000010_lnorm_lnorm` = 40.4555, +`000000001_weibull` = 47.3671, `000000002_weibull` = 41.4874, `000000003_weibull` = 39.7714, `000000004_weibull` = 25.2848, `000000005_weibull` = 36.8018, `000000006_weibull` = 37.217, `000000007_weibull` = 27.8837, `000000008_weibull` = 29.0731, `000000009_weibull` = 30.2362, `000000010_weibull` = 29.832)" +average,77,34.541,7.66882,25.4436,47.8455,1,parametric,10,1,"c(`000000001_gamma` = 49.4341, `000000002_gamma` = 35.2935, `000000003_gamma` = 36.0321, `000000004_gamma` = 41.1535, `000000005_gamma` = 34.551, `000000006_gamma` = 27.6148, `000000007_gamma` = 35.7296, `000000008_gamma` = 38.7407, `000000009_gamma` = 33.984, `000000010_gamma` = 34.4364, `000000001_lgumbel` = 43.8689, `000000002_lgumbel` = 30.322, `000000003_lgumbel` = 89.117, `000000004_lgumbel` = 43.3864, `000000005_lgumbel` = 24.7746, `000000006_lgumbel` = 41.0337, `000000007_lgumbel` = 34.7812, +`000000008_lgumbel` = 41.2766, `000000009_lgumbel` = 13.4799, `000000010_lgumbel` = 64.2198, `000000001_llogis` = 50.9131, `000000002_llogis` = 31.8571, `000000003_llogis` = 45.4198, `000000004_llogis` = 30.3613, `000000005_llogis` = 22.8975, `000000006_llogis` = 23.111, `000000007_llogis` = 32.3842, `000000008_llogis` = 45.9757, `000000009_llogis` = 38.022, `000000010_llogis` = 24.7424, `000000001_lnorm` = 45.279, `000000002_lnorm` = 35.5168, `000000003_lnorm` = 35.7428, `000000004_lnorm` = 21.2017, +`000000005_lnorm` = 40.2878, `000000006_lnorm` = 24.6776, `000000007_lnorm` = 32.118, `000000008_lnorm` = 15.761, `000000009_lnorm` = 21.2891, `000000010_lnorm` = 44.8899, `000000001_lnorm_lnorm` = 41.0547, `000000002_lnorm_lnorm` = 35.2687, `000000003_lnorm_lnorm` = 55.0469, `000000004_lnorm_lnorm` = 27.1268, `000000005_lnorm_lnorm` = 30.9044, `000000006_lnorm_lnorm` = 36.9647, `000000007_lnorm_lnorm` = 27.2054, `000000008_lnorm_lnorm` = 42.8329, `000000009_lnorm_lnorm` = 30.6534, `000000010_lnorm_lnorm` = 41.4379, +`000000001_weibull` = 48.7634, `000000002_weibull` = 42.5494, `000000003_weibull` = 40.867, `000000004_weibull` = 26.1108, `000000005_weibull` = 37.9088, `000000006_weibull` = 38.3106, `000000007_weibull` = 28.7936, `000000008_weibull` = 30.0173, `000000009_weibull` = 30.9534, `000000010_weibull` = 30.985)" +average,78,35.7245,7.97853,26.2479,49.5737,1,parametric,10,1,"c(`000000001_gamma` = 51.2834, `000000002_gamma` = 36.332, `000000003_gamma` = 37.0302, `000000004_gamma` = 42.5478, `000000005_gamma` = 35.523, `000000006_gamma` = 28.3736, `000000007_gamma` = 36.7227, `000000008_gamma` = 39.775, `000000009_gamma` = 35.0369, `000000010_gamma` = 35.6138, `000000001_lgumbel` = 46.8521, `000000002_lgumbel` = 31.9181, `000000003_lgumbel` = 97.2021, `000000004_lgumbel` = 46.4413, `000000005_lgumbel` = 26.314, `000000006_lgumbel` = 43.5374, `000000007_lgumbel` = 36.9065, +`000000008_lgumbel` = 43.7097, `000000009_lgumbel` = 14.059, `000000010_lgumbel` = 68.652, `000000001_llogis` = 52.9366, `000000002_llogis` = 33.1448, `000000003_llogis` = 47.7044, `000000004_llogis` = 31.8304, `000000005_llogis` = 23.6493, `000000006_llogis` = 23.9765, `000000007_llogis` = 33.5993, `000000008_llogis` = 48.0283, `000000009_llogis` = 40.4387, `000000010_llogis` = 25.6435, `000000001_lnorm` = 47.2107, `000000002_lnorm` = 36.9055, `000000003_lnorm` = 37.0085, `000000004_lnorm` = 21.9107, +`000000005_lnorm` = 42.0402, `000000006_lnorm` = 25.554, `000000007_lnorm` = 33.3824, `000000008_lnorm` = 16.3353, `000000009_lnorm` = 22.244, `000000010_lnorm` = 46.9196, `000000001_lnorm_lnorm` = 42.4245, `000000002_lnorm_lnorm` = 36.1024, `000000003_lnorm_lnorm` = 56.2626, `000000004_lnorm_lnorm` = 27.881, `000000005_lnorm_lnorm` = 32.3009, `000000006_lnorm_lnorm` = 38.2882, `000000007_lnorm_lnorm` = 28.3404, `000000008_lnorm_lnorm` = 43.944, `000000009_lnorm_lnorm` = 31.815, `000000010_lnorm_lnorm` = 42.461, +`000000001_weibull` = 50.2213, `000000002_weibull` = 43.6539, `000000003_weibull` = 42.0088, `000000004_weibull` = 26.9758, `000000005_weibull` = 39.0652, `000000006_weibull` = 39.4523, `000000007_weibull` = 29.7466, `000000008_weibull` = 31.0059, `000000009_weibull` = 31.698, `000000010_weibull` = 32.1996)" +average,79,36.9746,8.31166,27.0937,51.4052,1,parametric,10,1,"c(`000000001_gamma` = 53.2276, `000000002_gamma` = 37.4184, `000000003_gamma` = 38.073, `000000004_gamma` = 44.0103, `000000005_gamma` = 36.5389, `000000006_gamma` = 29.1663, `000000007_gamma` = 37.7604, `000000008_gamma` = 40.855, `000000009_gamma` = 36.1393, `000000010_gamma` = 36.8491, `000000001_lgumbel` = 50.1686, `000000002_lgumbel` = 33.6665, `000000003_lgumbel` = 106.386, `000000004_lgumbel` = 49.8452, `000000005_lgumbel` = 28.0157, `000000006_lgumbel` = 46.3022, `000000007_lgumbel` = 39.2537, +`000000008_lgumbel` = 46.3913, `000000009_lgumbel` = 14.6874, `000000010_lgumbel` = 73.5842, `000000001_llogis` = 55.1119, `000000002_llogis` = 34.53, `000000003_llogis` = 50.1855, `000000004_llogis` = 33.423, `000000005_llogis` = 24.452, `000000006_llogis` = 24.9047, `000000007_llogis` = 34.9026, `000000008_llogis` = 50.2453, `000000009_llogis` = 43.0971, `000000010_llogis` = 26.609, `000000001_lnorm` = 49.2792, `000000002_lnorm` = 38.3874, `000000003_lnorm` = 38.3544, `000000004_lnorm` = 22.6632, +`000000005_lnorm` = 43.9183, `000000006_lnorm` = 26.486, `000000007_lnorm` = 34.7321, `000000008_lnorm` = 16.9466, `000000009_lnorm` = 23.2686, `000000010_lnorm` = 49.0985, `000000001_lnorm_lnorm` = 43.8713, `000000002_lnorm_lnorm` = 36.9739, `000000003_lnorm_lnorm` = 57.5256, `000000004_lnorm_lnorm` = 28.6685, `000000005_lnorm_lnorm` = 33.7903, `000000006_lnorm_lnorm` = 39.686, `000000007_lnorm_lnorm` = 29.5511, `000000008_lnorm_lnorm` = 45.0953, `000000009_lnorm_lnorm` = 33.0482, `000000010_lnorm_lnorm` = 43.5289, +`000000001_weibull` = 51.7465, `000000002_weibull` = 44.805, `000000003_weibull` = 43.201, `000000004_weibull` = 27.8837, `000000005_weibull` = 40.2758, `000000006_weibull` = 40.6466, `000000007_weibull` = 30.7468, `000000008_weibull` = 32.0434, `000000009_weibull` = 32.4725, `000000010_weibull` = 33.4819)" +average,80,38.2989,8.67138,27.9855,53.3557,1,parametric,10,1,"c(`000000001_gamma` = 55.2759, `000000002_gamma` = 38.5571, `000000003_gamma` = 39.1649, `000000004_gamma` = 45.5477, `000000005_gamma` = 37.6029, `000000006_gamma` = 29.9963, `000000007_gamma` = 38.8471, `000000008_gamma` = 41.9852, `000000009_gamma` = 37.296, `000000010_gamma` = 38.1478, `000000001_lgumbel` = 53.874, `000000002_lgumbel` = 35.5901, `000000003_lgumbel` = 116.878, `000000004_lgumbel` = 53.6575, `000000005_lgumbel` = 29.906, `000000006_lgumbel` = 49.3699, `000000007_lgumbel` = 41.8583, +`000000008_lgumbel` = 49.3605, `000000009_lgumbel` = 15.372, `000000010_lgumbel` = 79.1004, `000000001_llogis` = 57.4588, `000000002_llogis` = 36.0255, `000000003_llogis` = 52.891, `000000004_llogis` = 35.1563, `000000005_llogis` = 25.3119, `000000006_llogis` = 25.9039, `000000007_llogis` = 36.3056, `000000008_llogis` = 52.6492, `000000009_llogis` = 46.0345, `000000010_llogis` = 27.6472, `000000001_lnorm` = 51.501, `000000002_lnorm` = 39.9735, `000000003_lnorm` = 39.7895, `000000004_lnorm` = 23.4639, +`000000005_lnorm` = 45.9373, `000000006_lnorm` = 27.4798, `000000007_lnorm` = 36.1771, `000000008_lnorm` = 17.5991, `000000009_lnorm` = 24.3716, `000000010_lnorm` = 51.4449, `000000001_lnorm_lnorm` = 45.4037, `000000002_lnorm_lnorm` = 37.8871, `000000003_lnorm_lnorm` = 58.8412, `000000004_lnorm_lnorm` = 29.4932, `000000005_lnorm_lnorm` = 35.3798, `000000006_lnorm_lnorm` = 41.1663, `000000007_lnorm_lnorm` = 30.8466, `000000008_lnorm_lnorm` = 46.2916, `000000009_lnorm_lnorm` = 34.3613, `000000010_lnorm_lnorm` = 44.6466, +`000000001_weibull` = 53.3456, `000000002_weibull` = 46.0072, `000000003_weibull` = 44.4485, `000000004_weibull` = 28.8386, `000000005_weibull` = 41.5457, `000000006_weibull` = 41.8986, `000000007_weibull` = 31.7987, `000000008_weibull` = 33.1343, `000000009_weibull` = 33.2798, `000000010_weibull` = 34.8387)" +average,81,39.7061,9.06146,28.9284,55.446,1,parametric,10,1,"c(`000000001_gamma` = 57.439, `000000002_gamma` = 39.7537, `000000003_gamma` = 40.3111, `000000004_gamma` = 47.1677, `000000005_gamma` = 38.72, `000000006_gamma` = 30.8673, `000000007_gamma` = 39.9877, `000000008_gamma` = 43.1707, `000000009_gamma` = 38.5126, `000000010_gamma` = 39.5166, `000000001_lgumbel` = 58.037, `000000002_lgumbel` = 37.7167, `000000003_lgumbel` = 128.944, `000000004_lgumbel` = 57.9512, `000000005_lgumbel` = 32.0167, `000000006_lgumbel` = 52.7913, `000000007_lgumbel` = 44.7635, +`000000008_lgumbel` = 52.6649, `000000009_lgumbel` = 16.1211, `000000010_lgumbel` = 85.3042, `000000001_llogis` = 60.0014, `000000002_llogis` = 37.6467, `000000003_llogis` = 55.8545, `000000004_llogis` = 37.0511, `000000005_llogis` = 26.2368, `000000006_llogis` = 26.9837, `000000007_llogis` = 37.822, `000000008_llogis` = 55.2667, `000000009_llogis` = 49.2963, `000000010_llogis` = 28.7679, `000000001_lnorm` = 53.8955, `000000002_lnorm` = 41.6766, `000000003_lnorm` = 41.3247, `000000004_lnorm` = 24.3187, +`000000005_lnorm` = 48.1151, `000000006_lnorm` = 28.5431, `000000007_lnorm` = 37.7291, `000000008_lnorm` = 18.2978, `000000009_lnorm` = 25.563, `000000010_lnorm` = 53.9802, `000000001_lnorm_lnorm` = 47.0318, `000000002_lnorm_lnorm` = 38.8468, `000000003_lnorm_lnorm` = 60.2155, `000000004_lnorm_lnorm` = 30.3594, `000000005_lnorm_lnorm` = 37.0776, `000000006_lnorm_lnorm` = 42.739, `000000007_lnorm_lnorm` = 32.2372, `000000008_lnorm_lnorm` = 47.5384, `000000009_lnorm_lnorm` = 35.7638, `000000010_lnorm_lnorm` = 45.8197, +`000000001_weibull` = 55.0261, `000000002_weibull` = 47.2655, `000000003_weibull` = 45.7569, `000000004_weibull` = 29.8455, `000000005_weibull` = 42.8812, `000000006_weibull` = 43.2143, `000000007_weibull` = 32.9078, `000000008_weibull` = 34.2843, `000000009_weibull` = 34.1232, `000000010_weibull` = 36.2781)" +average,82,41.2063,9.48654,29.9283,57.6917,1,parametric,10,1,"c(`000000001_gamma` = 59.7294, `000000002_gamma` = 41.0143, `000000003_gamma` = 41.5173, `000000004_gamma` = 48.8792, `000000005_gamma` = 39.8959, `000000006_gamma` = 31.7839, `000000007_gamma` = 41.1882, `000000008_gamma` = 44.4175, `000000009_gamma` = 39.7956, `000000010_gamma` = 40.9629, `000000001_lgumbel` = 62.7424, `000000002_lgumbel` = 40.0805, `000000003_lgumbel` = 142.92, `000000004_lgumbel` = 62.8171, `000000005_lgumbel` = 34.3873, `000000006_lgumbel` = 56.6293, `000000007_lgumbel` = 48.0227, +`000000008_lgumbel` = 56.3633, `000000009_lgumbel` = 16.945, `000000010_lgumbel` = 92.3242, `000000001_llogis` = 62.7681, `000000002_llogis` = 39.4122, `000000003_llogis` = 59.1165, `000000004_llogis` = 39.1324, `000000005_llogis` = 27.2356, `000000006_llogis` = 28.1557, `000000007_llogis` = 39.4681, `000000008_llogis` = 58.1304, `000000009_llogis` = 52.9381, `000000010_llogis` = 29.9831, `000000001_lnorm` = 56.4858, `000000002_lnorm` = 43.512, `000000003_lnorm` = 42.9726, `000000004_lnorm` = 25.2344, +`000000005_lnorm` = 50.473, `000000006_lnorm` = 29.6845, `000000007_lnorm` = 39.4021, `000000008_lnorm` = 19.0487, `000000009_lnorm` = 26.8547, `000000010_lnorm` = 56.7303, `000000001_lnorm_lnorm` = 48.7672, `000000002_lnorm_lnorm` = 39.8583, `000000003_lnorm_lnorm` = 61.6554, `000000004_lnorm_lnorm` = 31.2721, `000000005_lnorm_lnorm` = 38.893, `000000006_lnorm_lnorm` = 44.4154, `000000007_lnorm_lnorm` = 33.7354, `000000008_lnorm_lnorm` = 48.8419, `000000009_lnorm_lnorm` = 37.2671, `000000010_lnorm_lnorm` = 47.0546, +`000000001_weibull` = 56.7969, `000000002_weibull` = 48.586, `000000003_weibull` = 47.1328, `000000004_weibull` = 30.9099, `000000005_weibull` = 44.2893, `000000006_weibull` = 44.6005, `000000007_weibull` = 34.0804, `000000008_weibull` = 35.4999, `000000009_weibull` = 35.0065, `000000010_weibull` = 37.8093)" +average,83,42.8118,9.95229,30.991,60.1113,1,parametric,10,1,"c(`000000001_gamma` = 62.1617, `000000002_gamma` = 42.3463, `000000003_gamma` = 42.7903, `000000004_gamma` = 50.6927, `000000005_gamma` = 41.1374, `000000006_gamma` = 32.7511, `000000007_gamma` = 42.4554, `000000008_gamma` = 45.7327, `000000009_gamma` = 41.1526, `000000010_gamma` = 42.4958, `000000001_lgumbel` = 68.097, `000000002_lgumbel` = 42.7235, `000000003_lgumbel` = 159.236, `000000004_lgumbel` = 68.3695, `000000005_lgumbel` = 37.067, `000000006_lgumbel` = 60.9621, `000000007_lgumbel` = 51.7025, +`000000008_lgumbel` = 60.5286, `000000009_lgumbel` = 17.8558, `000000010_lgumbel` = 100.322, `000000001_llogis` = 65.7939, `000000002_llogis` = 41.3445, `000000003_llogis` = 62.7267, `000000004_llogis` = 41.4309, `000000005_llogis` = 28.3194, `000000006_llogis` = 29.4342, `000000007_llogis` = 41.2637, `000000008_llogis` = 61.2796, `000000009_llogis` = 57.0289, `000000010_llogis` = 31.307, `000000001_lnorm` = 59.2994, `000000002_lnorm` = 45.4978, `000000003_lnorm` = 44.7484, `000000004_lnorm` = 26.2189, +`000000005_lnorm` = 53.0366, `000000006_lnorm` = 30.9146, `000000007_lnorm` = 41.2128, `000000008_lnorm` = 19.8587, `000000009_lnorm` = 28.2612, `000000010_lnorm` = 59.7259, `000000001_lnorm_lnorm` = 50.624, `000000002_lnorm_lnorm` = 40.9281, `000000003_lnorm_lnorm` = 63.1691, `000000004_lnorm_lnorm` = 32.237, `000000005_lnorm_lnorm` = 40.8369, `000000006_lnorm_lnorm` = 46.209, `000000007_lnorm_lnorm` = 35.3559, `000000008_lnorm_lnorm` = 50.2097, `000000009_lnorm_lnorm` = 38.8845, `000000010_lnorm_lnorm` = 48.3591, +`000000001_weibull` = 58.6683, `000000002_weibull` = 49.9757, `000000003_weibull` = 48.5839, `000000004_weibull` = 32.0387, `000000005_weibull` = 45.7783, `000000006_weibull` = 46.0652, `000000007_weibull` = 35.3237, `000000008_weibull` = 36.7887, `000000009_weibull` = 35.9342, `000000010_weibull` = 39.4435)" +average,84,44.5375,10.4658,32.1175,62.7292,1,parametric,10,1,"c(`000000001_gamma` = 64.7532, `000000002_gamma` = 43.7583, `000000003_gamma` = 44.1384, `000000004_gamma` = 52.6206, `000000005_gamma` = 42.4524, `000000006_gamma` = 33.7752, `000000007_gamma` = 43.7973, `000000008_gamma` = 47.1244, `000000009_gamma` = 42.5925, `000000010_gamma` = 44.1257, `000000001_lgumbel` = 74.2367, `000000002_lgumbel` = 45.6982, `000000003_lgumbel` = 178.455, `000000004_lgumbel` = 74.7543, `000000005_lgumbel` = 40.1179, `000000006_lgumbel` = 65.8885, `000000007_lgumbel` = 55.887, +`000000008_lgumbel` = 65.2528, `000000009_lgumbel` = 18.869, `000000010_lgumbel` = 109.503, `000000001_llogis` = 69.1213, `000000002_llogis` = 43.4712, `000000003_llogis` = 66.7467, `000000004_llogis` = 43.9847, `000000005_llogis` = 29.5014, `000000006_llogis` = 30.8363, `000000007_llogis` = 43.2331, `000000008_llogis` = 64.7629, `000000009_llogis` = 61.6555, `000000010_llogis` = 32.7572, `000000001_lnorm` = 62.3697, `000000002_lnorm` = 47.656, `000000003_lnorm` = 46.6702, `000000004_lnorm` = 27.282, +`000000005_lnorm` = 55.8367, `000000006_lnorm` = 32.246, `000000007_lnorm` = 43.1813, `000000008_lnorm` = 20.7364, `000000009_lnorm` = 29.7999, `000000010_lnorm` = 63.0042, `000000001_lnorm_lnorm` = 52.6186, `000000002_lnorm_lnorm` = 42.0638, `000000003_lnorm_lnorm` = 64.7664, `000000004_lnorm_lnorm` = 33.2613, `000000005_lnorm_lnorm` = 42.9222, `000000006_lnorm_lnorm` = 48.1361, `000000007_lnorm_lnorm` = 37.1166, `000000008_lnorm_lnorm` = 51.6505, `000000009_lnorm_lnorm` = 40.6323, `000000010_lnorm_lnorm` = 49.7422, +`000000001_weibull` = 60.6524, `000000002_weibull` = 51.4428, `000000003_weibull` = 50.1191, `000000004_weibull` = 33.2396, `000000005_weibull` = 47.358, `000000006_weibull` = 47.6181, `000000007_weibull` = 36.6464, `000000008_weibull` = 38.1596, `000000009_weibull` = 36.9116, `000000010_weibull` = 41.1935)" +average,85,46.4012,11.0359,33.3165,65.5773,1,parametric,10,1,"c(`000000001_gamma` = 67.5245, `000000002_gamma` = 45.2608, `000000003_gamma` = 45.5712, `000000004_gamma` = 54.6777, `000000005_gamma` = 43.8504, `000000006_gamma` = 34.8634, `000000007_gamma` = 45.2235, `000000008_gamma` = 48.6026, `000000009_gamma` = 44.1261, `000000010_gamma` = 45.8652, `000000001_lgumbel` = 81.3365, `000000002_lgumbel` = 49.0715, `000000003_lgumbel` = 201.32, `000000004_lgumbel` = 82.1601, `000000005_lgumbel` = 43.6199, `000000006_lgumbel` = 71.5351, `000000007_lgumbel` = 60.6836, +`000000008_lgumbel` = 70.6533, `000000009_lgumbel` = 20.0036, `000000010_lgumbel` = 120.134, `000000001_llogis` = 72.8034, `000000002_llogis` = 45.8265, `000000003_llogis` = 71.254, `000000004_llogis` = 46.8412, `000000005_llogis` = 30.7982, `000000006_llogis` = 32.3833, `000000007_llogis` = 45.4064, `000000008_llogis` = 68.6412, `000000009_llogis` = 66.9281, `000000010_llogis` = 34.3552, `000000001_lnorm` = 65.7374, `000000002_lnorm` = 50.0132, `000000003_lnorm` = 48.7601, `000000004_lnorm` = 28.4354, +`000000005_lnorm` = 58.911, `000000006_lnorm` = 33.6941, `000000007_lnorm` = 45.332, `000000008_lnorm` = 21.692, `000000009_lnorm` = 31.4919, `000000010_lnorm` = 66.6109, `000000001_lnorm_lnorm` = 54.7714, `000000002_lnorm_lnorm` = 43.2745, `000000003_lnorm_lnorm` = 66.4588, `000000004_lnorm_lnorm` = 34.3531, `000000005_lnorm_lnorm` = 45.1646, `000000006_lnorm_lnorm` = 50.2161, `000000007_lnorm_lnorm` = 39.0391, `000000008_lnorm_lnorm` = 53.1745, `000000009_lnorm_lnorm` = 42.53, `000000010_lnorm_lnorm` = 51.2149, +`000000001_weibull` = 62.7637, `000000002_weibull` = 52.9972, `000000003_weibull` = 51.7492, `000000004_weibull` = 34.5222, `000000005_weibull` = 49.0402, `000000006_weibull` = 49.2703, `000000007_weibull` = 38.059, `000000008_weibull` = 39.6234, `000000009_weibull` = 37.9449, `000000010_weibull` = 43.075)" +average,86,48.4253,11.6741,34.5851,68.6964,1,parametric,10,1,"c(`000000001_gamma` = 70.5007, `000000002_gamma` = 46.866, `000000003_gamma` = 47.1003, `000000004_gamma` = 56.8819, `000000005_gamma` = 45.3429, `000000006_gamma` = 36.0247, `000000007_gamma` = 46.7458, `000000008_gamma` = 50.1791, `000000009_gamma` = 45.7664, `000000010_gamma` = 47.7294, `000000001_lgumbel` = 89.6261, `000000002_lgumbel` = 52.9292, `000000003_lgumbel` = 228.836, `000000004_lgumbel` = 90.835, `000000005_lgumbel` = 47.6765, `000000006_lgumbel` = 78.0663, `000000007_lgumbel` = 66.2324, +`000000008_lgumbel` = 76.8824, `000000009_lgumbel` = 21.2841, `000000010_lgumbel` = 132.564, `000000001_llogis` = 76.9069, `000000002_llogis` = 48.4537, `000000003_llogis` = 76.3471, `000000004_llogis` = 50.0609, `000000005_llogis` = 32.2301, `000000006_llogis` = 34.1022, `000000007_llogis` = 47.8214, `000000008_llogis` = 72.9912, `000000009_llogis` = 72.9893, `000000010_llogis` = 36.1283, `000000001_lnorm` = 69.4529, `000000002_lnorm` = 52.6026, `000000003_lnorm` = 51.0452, `000000004_lnorm` = 29.6934, +`000000005_lnorm` = 62.3064, `000000006_lnorm` = 35.2777, `000000007_lnorm` = 47.6953, `000000008_lnorm` = 22.7383, `000000009_lnorm` = 33.3638, `000000010_lnorm` = 70.6028, `000000001_lnorm_lnorm` = 57.1068, `000000002_lnorm_lnorm` = 44.5712, `000000003_lnorm_lnorm` = 68.2603, `000000004_lnorm_lnorm` = 35.5228, `000000005_lnorm_lnorm` = 47.5831, `000000006_lnorm_lnorm` = 52.4731, `000000007_lnorm_lnorm` = 41.1502, `000000008_lnorm_lnorm` = 54.7945, `000000009_lnorm_lnorm` = 44.6018, `000000010_lnorm_lnorm` = 52.7905, +`000000001_weibull` = 65.0199, `000000002_weibull` = 54.6508, `000000003_weibull` = 53.4872, `000000004_weibull` = 35.8978, `000000005_weibull` = 50.839, `000000006_weibull` = 51.0357, `000000007_weibull` = 39.5741, `000000008_weibull` = 41.193, `000000009_weibull` = 39.0418, `000000010_weibull` = 45.1071)" +average,87,50.6374,12.3954,35.9594,72.1617,1,parametric,10,1,"c(`000000001_gamma` = 73.7123, `000000002_gamma` = 48.5893, `000000003_gamma` = 48.74, `000000004_gamma` = 59.2552, `000000005_gamma` = 46.9437, `000000006_gamma` = 37.2697, `000000007_gamma` = 48.3783, `000000008_gamma` = 51.8686, `000000009_gamma` = 47.5291, `000000010_gamma` = 49.737, `000000001_lgumbel` = 99.4122, `000000002_lgumbel` = 57.3835, `000000003_lgumbel` = 262.38, `000000004_lgumbel` = 101.111, `000000005_lgumbel` = 52.4253, `000000006_lgumbel` = 85.6996, `000000007_lgumbel` = 72.7184, +`000000008_lgumbel` = 84.141, `000000009_lgumbel` = 22.7419, `000000010_lgumbel` = 147.258, `000000001_llogis` = 81.517, `000000002_llogis` = 51.4081, `000000003_llogis` = 82.1535, `000000004_llogis` = 53.7218, `000000005_llogis` = 33.8234, `000000006_llogis` = 36.0272, `000000007_llogis` = 50.526, `000000008_llogis` = 77.9118, `000000009_llogis` = 80.0264, `000000010_llogis` = 38.1111, `000000001_lnorm` = 73.5797, `000000002_lnorm` = 55.4652, `000000003_lnorm` = 53.5594, `000000004_lnorm` = 31.074, +`000000005_lnorm` = 66.0817, `000000006_lnorm` = 37.0202, `000000007_lnorm` = 50.3089, `000000008_lnorm` = 23.891, `000000009_lnorm` = 35.4488, `000000010_lnorm` = 75.0511, `000000001_lnorm_lnorm` = 59.6556, `000000002_lnorm_lnorm` = 45.9678, `000000003_lnorm_lnorm` = 70.1883, `000000004_lnorm_lnorm` = 36.7828, `000000005_lnorm_lnorm` = 50.2015, `000000006_lnorm_lnorm` = 54.9368, `000000007_lnorm_lnorm` = 43.4835, `000000008_lnorm_lnorm` = 56.5258, `000000009_lnorm_lnorm` = 46.8775, `000000010_lnorm_lnorm` = 54.4852, +`000000001_weibull` = 67.4423, `000000002_weibull` = 56.4179, `000000003_weibull` = 55.349, `000000004_weibull` = 37.3804, `000000005_weibull` = 52.7718, `000000006_weibull` = 52.931, `000000007_weibull` = 41.207, `000000008_weibull` = 42.8843, `000000009_weibull` = 40.2113, `000000010_weibull` = 47.313)" +average,88,53.0729,13.2196,37.4577,76.0711,1,parametric,10,1,"c(`000000001_gamma` = 77.1972, `000000002_gamma` = 50.4497, `000000003_gamma` = 50.508, `000000004_gamma` = 61.8246, `000000005_gamma` = 48.6704, `000000006_gamma` = 38.612, `000000007_gamma` = 50.1386, `000000008_gamma` = 53.689, `000000009_gamma` = 49.4339, `000000010_gamma` = 51.9109, `000000001_lgumbel` = 111.113, `000000002_lgumbel` = 62.5846, `000000003_lgumbel` = 303.891, `000000004_lgumbel` = 113.443, `000000005_lgumbel` = 58.0522, `000000006_lgumbel` = 94.7287, `000000007_lgumbel` = 80.3915, +`000000008_lgumbel` = 92.6996, `000000009_lgumbel` = 24.4187, `000000010_lgumbel` = 164.854, `000000001_llogis` = 86.7449, `000000002_llogis` = 54.7617, `000000003_llogis` = 88.8415, `000000004_llogis` = 57.9268, `000000005_llogis` = 35.6117, `000000006_llogis` = 38.2026, `000000007_llogis` = 53.583, `000000008_llogis` = 83.5324, `000000009_llogis` = 88.2907, `000000010_llogis` = 40.3485, `000000001_lnorm` = 78.1986, `000000002_lnorm` = 58.6537, `000000003_lnorm` = 56.3458, `000000004_lnorm` = 32.5999, +`000000005_lnorm` = 70.312, `000000006_lnorm` = 38.9516, `000000007_lnorm` = 53.2211, `000000008_lnorm` = 25.1702, `000000009_lnorm` = 37.7893, `000000010_lnorm` = 80.0472, `000000001_lnorm_lnorm` = 62.4562, `000000002_lnorm_lnorm` = 47.4811, `000000003_lnorm_lnorm` = 72.2639, `000000004_lnorm_lnorm` = 38.1487, `000000005_lnorm_lnorm` = 53.0501, `000000006_lnorm_lnorm` = 57.6447, `000000007_lnorm_lnorm` = 46.0815, `000000008_lnorm_lnorm` = 58.3875, `000000009_lnorm_lnorm` = 49.3953, `000000010_lnorm_lnorm` = 56.3194, +`000000001_weibull` = 70.0576, `000000002_weibull` = 58.3164, `000000003_weibull` = 57.3542, `000000004_weibull` = 38.9875, `000000005_weibull` = 54.8601, `000000006_weibull` = 54.9769, `000000007_weibull` = 42.9768, `000000008_weibull` = 44.7172, `000000009_weibull` = 41.4648, `000000010_weibull` = 49.7218)" +average,89,55.7779,14.1741,39.1039,80.5633,1,parametric,10,1,"c(`000000001_gamma` = 81.0035, `000000002_gamma` = 52.4708, `000000003_gamma` = 52.4266, `000000004_gamma` = 64.6245, `000000005_gamma` = 50.5446, `000000006_gamma` = 40.0684, `000000007_gamma` = 52.049, `000000008_gamma` = 55.663, `000000009_gamma` = 51.5056, `000000010_gamma` = 54.2804, `000000001_lgumbel` = 125.311, `000000002_lgumbel` = 68.7371, `000000003_lgumbel` = 356.17, `000000004_lgumbel` = 128.467, `000000005_lgumbel` = 64.8146, `000000006_lgumbel` = 105.56, `000000007_lgumbel` = 89.5972, +`000000008_lgumbel` = 102.931, `000000009_lgumbel` = 26.3701, `000000010_lgumbel` = 186.244, `000000001_llogis` = 92.7381, `000000002_llogis` = 58.6104, `000000003_llogis` = 96.6379, `000000004_llogis` = 62.8138, `000000005_llogis` = 37.6392, `000000006_llogis` = 40.6874, `000000007_llogis` = 57.075, `000000008_llogis` = 90.0262, `000000009_llogis` = 98.127, `000000010_llogis` = 42.8999, `000000001_lnorm` = 83.4147, `000000002_lnorm` = 62.236, `000000003_lnorm` = 59.4595, `000000004_lnorm` = 34.3002, +`000000005_lnorm` = 75.095, `000000006_lnorm` = 41.1103, `000000007_lnorm` = 56.4942, `000000008_lnorm` = 26.6018, `000000009_lnorm` = 40.4407, `000000010_lnorm` = 85.71, `000000001_lnorm_lnorm` = 65.5581, `000000002_lnorm_lnorm` = 49.133, `000000003_lnorm_lnorm` = 74.5143, `000000004_lnorm_lnorm` = 39.6405, `000000005_lnorm_lnorm` = 56.1675, `000000006_lnorm_lnorm` = 60.6449, `000000007_lnorm_lnorm` = 48.9995, `000000008_lnorm_lnorm` = 60.4039, `000000009_lnorm_lnorm` = 52.204, `000000010_lnorm_lnorm` = 58.3189, +`000000001_weibull` = 72.8994, `000000002_weibull` = 60.3689, `000000003_weibull` = 59.5275, `000000004_weibull` = 40.7409, `000000005_weibull` = 57.1309, `000000006_weibull` = 57.1997, `000000007_weibull` = 44.9078, `000000008_weibull` = 46.7165, `000000009_weibull` = 42.8167, `000000010_weibull` = 52.3704)" +average,90,58.8136,15.2974,40.9198,85.7395,1,parametric,10,1,"c(`000000001_gamma` = 85.1929, `000000002_gamma` = 54.6835, `000000003_gamma` = 54.5244, `000000004_gamma` = 67.699, `000000005_gamma` = 52.5945, `000000006_gamma` = 41.6606, `000000007_gamma` = 54.138, `000000008_gamma` = 57.8199, `000000009_gamma` = 53.776, `000000010_gamma` = 56.8828, `000000001_lgumbel` = 142.847, `000000002_lgumbel` = 76.128, `000000003_lgumbel` = 423.39, `000000004_lgumbel` = 147.103, `000000005_lgumbel` = 73.0788, `000000006_lgumbel` = 118.769, `000000007_lgumbel` = 100.827, +`000000008_lgumbel` = 115.363, `000000009_lgumbel` = 28.6733, `000000010_lgumbel` = 212.708, `000000001_llogis` = 99.6976, `000000002_llogis` = 63.0847, `000000003_llogis` = 105.856, `000000004_llogis` = 68.5734, `000000005_llogis` = 39.9657, `000000006_llogis` = 43.5613, `000000007_llogis` = 61.1146, `000000008_llogis` = 97.6305, `000000009_llogis` = 110.021, `000000010_llogis` = 45.8456, `000000001_lnorm` = 89.3677, `000000002_lnorm` = 66.302, `000000003_lnorm` = 62.9738, `000000004_lnorm` = 36.2134, +`000000005_lnorm` = 80.5608, `000000006_lnorm` = 43.547, `000000007_lnorm` = 60.211, `000000008_lnorm` = 28.2202, `000000009_lnorm` = 43.477, `000000010_lnorm` = 92.1983, `000000001_lnorm_lnorm` = 69.026, `000000002_lnorm_lnorm` = 50.9515, `000000003_lnorm_lnorm` = 76.9746, `000000004_lnorm_lnorm` = 41.2837, `000000005_lnorm_lnorm` = 59.6045, `000000006_lnorm_lnorm` = 64.0004, `000000007_lnorm_lnorm` = 52.3104, `000000008_lnorm_lnorm` = 62.6061, `000000009_lnorm_lnorm` = 55.3683, `000000010_lnorm_lnorm` = 60.5173, +`000000001_weibull` = 76.0107, `000000002_weibull` = 62.6043, `000000003_weibull` = 61.9007, `000000004_weibull` = 42.6691, `000000005_weibull` = 59.6192, `000000006_weibull` = 59.6331, `000000007_weibull` = 47.0311, `000000008_weibull` = 48.9144, `000000009_weibull` = 44.2852, `000000010_weibull` = 55.3066)" +average,91,62.2637,16.6457,42.9533,91.7803,1,parametric,10,1,"c(`000000001_gamma` = 89.8468, `000000002_gamma` = 57.1281, `000000003_gamma` = 56.8392, `000000004_gamma` = 71.1064, `000000005_gamma` = 54.8572, `000000006_gamma` = 43.4172, `000000007_gamma` = 56.4432, `000000008_gamma` = 60.1982, `000000009_gamma` = 56.2871, `000000010_gamma` = 59.7676, `000000001_lgumbel` = 164.967, `000000002_lgumbel` = 85.1721, `000000003_lgumbel` = 512.003, `000000004_lgumbel` = 170.72, `000000005_lgumbel` = 83.3836, `000000006_lgumbel` = 135.205, `000000007_lgumbel` = 114.8, +`000000008_lgumbel` = 130.767, `000000009_lgumbel` = 31.4377, `000000010_lgumbel` = 246.156, `000000001_llogis` = 107.905, `000000002_llogis` = 68.368, `000000003_llogis` = 116.943, `000000004_llogis` = 75.4757, `000000005_llogis` = 42.674, `000000006_llogis` = 46.936, `000000007_llogis` = 65.8585, `000000008_llogis` = 106.681, `000000009_llogis` = 124.679, `000000010_llogis` = 49.2979, `000000001_lnorm` = 96.2483, `000000002_lnorm` = 70.9742, `000000003_lnorm` = 66.9874, `000000004_lnorm` = 38.3913, +`000000005_lnorm` = 86.8869, `000000006_lnorm` = 46.3303, `000000007_lnorm` = 64.4836, `000000008_lnorm` = 30.0717, `000000009_lnorm` = 46.999, `000000010_lnorm` = 99.729, `000000001_lnorm_lnorm` = 72.9469, `000000002_lnorm_lnorm` = 52.9742, `000000003_lnorm_lnorm` = 79.6908, `000000004_lnorm_lnorm` = 43.1129, `000000005_lnorm_lnorm` = 63.4291, `000000006_lnorm_lnorm` = 67.796, `000000007_lnorm_lnorm` = 56.1135, `000000008_lnorm_lnorm` = 65.0357, `000000009_lnorm_lnorm` = 58.9752, `000000010_lnorm_lnorm` = 62.9591, +`000000001_weibull` = 79.4484, `000000002_weibull` = 65.0603, `000000003_weibull` = 64.5155, `000000004_weibull` = 44.8093, `000000005_weibull` = 62.3708, `000000006_weibull` = 62.3213, `000000007_weibull` = 49.3877, `000000008_weibull` = 51.3534, `000000009_weibull` = 45.8944, `000000010_weibull` = 58.5938)" +average,92,66.2464,18.3046,45.2624,98.9849,1,parametric,10,1,"c(`000000001_gamma` = 95.0758, `000000002_gamma` = 59.8592, `000000003_gamma` = 59.422, `000000004_gamma` = 74.9255, `000000005_gamma` = 57.3827, `000000006_gamma` = 45.3768, `000000007_gamma` = 59.0155, `000000008_gamma` = 62.8498, `000000009_gamma` = 59.0958, `000000010_gamma` = 63.0016, `000000001_lgumbel` = 193.599, `000000002_lgumbel` = 96.4929, `000000003_lgumbel` = 632.443, `000000004_lgumbel` = 201.452, `000000005_lgumbel` = 96.5536, `000000006_lgumbel` = 156.158, `000000007_lgumbel` = 132.619, +`000000008_lgumbel` = 150.318, `000000009_lgumbel` = 34.8248, `000000010_lgumbel` = 289.549, `000000001_llogis` = 117.768, `000000002_llogis` = 74.726, `000000003_llogis` = 130.557, `000000004_llogis` = 83.9191, `000000005_llogis` = 45.8825, `000000006_llogis` = 50.9724, `000000007_llogis` = 71.5336, `000000008_llogis` = 117.667, `000000009_llogis` = 143.17, `000000010_llogis` = 53.4184, `000000001_lnorm` = 104.325, `000000002_lnorm` = 76.4237, `000000003_lnorm` = 71.638, `000000004_lnorm` = 40.9059, +`000000005_lnorm` = 94.3236, `000000006_lnorm` = 49.556, `000000007_lnorm` = 69.4695, `000000008_lnorm` = 32.2209, `000000009_lnorm` = 51.1492, `000000010_lnorm` = 108.609, `000000001_lnorm_lnorm` = 77.4413, `000000002_lnorm_lnorm` = 55.2522, `000000003_lnorm_lnorm` = 82.7263, `000000004_lnorm_lnorm` = 45.175, `000000005_lnorm_lnorm` = 67.7353, `000000006_lnorm_lnorm` = 72.149, `000000007_lnorm_lnorm` = 60.5475, `000000008_lnorm_lnorm` = 67.7489, `000000009_lnorm_lnorm` = 63.1459, `000000010_lnorm_lnorm` = 65.705, +`000000001_weibull` = 83.2894, `000000002_weibull` = 67.7882, `000000003_weibull` = 67.4286, `000000004_weibull` = 47.2122, `000000005_weibull` = 65.4481, `000000006_weibull` = 65.3245, `000000007_weibull` = 52.0335, `000000008_weibull` = 54.091, `000000009_weibull` = 47.6765, `000000010_weibull` = 62.3182)" +average,93,70.9363,20.4117,47.8675,107.823,1,parametric,10,1,"c(`000000001_gamma` = 101.035, `000000002_gamma` = 62.9536, `000000003_gamma` = 62.3443, `000000004_gamma` = 79.267, `000000005_gamma` = 60.2411, `000000006_gamma` = 47.5936, `000000007_gamma` = 61.9262, `000000008_gamma` = 65.8475, `000000009_gamma` = 62.2818, `000000010_gamma` = 66.6788, `000000001_lgumbel` = 231.884, `000000002_lgumbel` = 111.071, `000000003_lgumbel` = 802.538, `000000004_lgumbel` = 242.785, `000000005_lgumbel` = 113.913, `000000006_lgumbel` = 183.702, `000000007_lgumbel` = 156.048, +`000000008_lgumbel` = 175.888, `000000009_lgumbel` = 39.0833, `000000010_lgumbel` = 347.712, `000000001_llogis` = 129.905, `000000002_llogis` = 82.5622, `000000003_llogis` = 147.719, `000000004_llogis` = 94.5163, `000000005_llogis` = 49.7686, `000000006_llogis` = 55.9134, `000000007_llogis` = 78.4816, `000000008_llogis` = 131.338, `000000009_llogis` = 167.188, `000000010_llogis` = 58.4504, `000000001_lnorm` = 113.99, `000000002_lnorm` = 82.8999, `000000003_lnorm` = 77.1251, `000000004_lnorm` = 43.8614, +`000000005_lnorm` = 103.237, `000000006_lnorm` = 53.3627, `000000007_lnorm` = 75.3978, `000000008_lnorm` = 34.7619, `000000009_lnorm` = 56.1368, `000000010_lnorm` = 119.288, `000000001_lnorm_lnorm` = 82.6821, `000000002_lnorm_lnorm` = 57.8583, `000000003_lnorm_lnorm` = 86.1698, `000000004_lnorm_lnorm` = 47.5367, `000000005_lnorm_lnorm` = 72.6567, `000000006_lnorm_lnorm` = 77.228, `000000007_lnorm_lnorm` = 65.8147, `000000008_lnorm_lnorm` = 70.8254, `000000009_lnorm_lnorm` = 68.056, `000000010_lnorm_lnorm` = 68.8415, +`000000001_weibull` = 87.6415, `000000002_weibull` = 70.8595, `000000003_weibull` = 70.7188, `000000004_weibull` = 49.9492, `000000005_weibull` = 68.9383, `000000006_weibull` = 68.7267, `000000007_weibull` = 55.047, `000000008_weibull` = 57.2081, `000000009_weibull` = 49.6766, `000000010_weibull` = 66.602)" +average,94,76.6048,23.2032,50.8284,119.092,1,parametric,10,1,"c(`000000001_gamma` = 107.952, `000000002_gamma` = 66.5234, `000000003_gamma` = 65.7108, `000000004_gamma` = 84.2931, `000000005_gamma` = 63.5352, `000000006_gamma` = 50.1469, `000000007_gamma` = 65.2796, `000000008_gamma` = 69.298, `000000009_gamma` = 65.962, `000000010_gamma` = 70.9369, `000000001_lgumbel` = 285.264, `000000002_lgumbel` = 130.545, `000000003_lgumbel` = 1054.96, `000000004_lgumbel` = 300.801, `000000005_lgumbel` = 137.726, `000000006_lgumbel` = 221.367, `000000007_lgumbel` = 188.094, +`000000008_lgumbel` = 210.654, `000000009_lgumbel` = 44.6185, `000000010_lgumbel` = 429.038, `000000001_llogis` = 145.304, `000000002_llogis` = 92.5214, `000000003_llogis` = 170.095, `000000004_llogis` = 108.265, `000000005_llogis` = 54.6108, `000000006_llogis` = 62.1446, `000000007_llogis` = 87.2457, `000000008_llogis` = 148.905, `000000009_llogis` = 199.583, `000000010_llogis` = 64.7794, `000000001_lnorm` = 125.846, `000000002_lnorm` = 90.7836, `000000003_lnorm` = 83.7516, `000000004_lnorm` = 47.4154, +`000000005_lnorm` = 114.192, `000000006_lnorm` = 57.9608, `000000007_lnorm` = 82.6189, `000000008_lnorm` = 37.8373, `000000009_lnorm` = 62.2843, `000000010_lnorm` = 132.461, `000000001_lnorm_lnorm` = 88.9296, `000000002_lnorm_lnorm` = 60.9006, `000000003_lnorm_lnorm` = 90.1529, `000000004_lnorm_lnorm` = 50.2972, `000000005_lnorm_lnorm` = 78.3927, `000000006_lnorm_lnorm` = 83.287, `000000007_lnorm_lnorm` = 72.2235, `000000008_lnorm_lnorm` = 74.3828, `000000009_lnorm_lnorm` = 73.9712, `000000010_lnorm_lnorm` = 72.4964, +`000000001_weibull` = 92.6626, `000000002_weibull` = 74.3783, `000000003_weibull` = 74.5016, `000000004_weibull` = 53.1248, `000000005_weibull` = 72.9694, `000000006_weibull` = 72.6513, `000000007_weibull` = 58.5433, `000000008_weibull` = 60.8237, `000000009_weibull` = 51.9606, `000000010_weibull` = 71.6254)" +average,95,83.7044,27.1235,54.4206,134.268,1,parametric,10,1,"c(`000000001_gamma` = 116.181, `000000002_gamma` = 70.7426, `000000003_gamma` = 69.6837, `000000004_gamma` = 90.2557, `000000005_gamma` = 67.4242, `000000006_gamma` = 53.1596, `000000007_gamma` = 69.2373, `000000008_gamma` = 73.3664, `000000009_gamma` = 70.3174, `000000010_gamma` = 75.9896, `000000001_lgumbel` = 363.995, `000000002_lgumbel` = 157.868, `000000003_lgumbel` = 1455.3, `000000004_lgumbel` = 387.035, `000000005_lgumbel` = 172.188, `000000006_lgumbel` = 275.678, `000000007_lgumbel` = 234.315, +`000000008_lgumbel` = 260.447, `000000009_lgumbel` = 52.1418, `000000010_lgumbel` = 549.378, `000000001_llogis` = 165.656, `000000002_llogis` = 105.711, `000000003_llogis` = 200.619, `000000004_llogis` = 126.914, `000000005_llogis` = 60.8786, `000000006_llogis` = 70.3237, `000000007_llogis` = 98.7519, `000000008_llogis` = 172.467, `000000009_llogis` = 245.548, `000000010_llogis` = 73.0612, `000000001_lnorm` = 140.881, `000000002_lnorm` = 100.694, `000000003_lnorm` = 92.0069, `000000004_lnorm` = 51.8216, +`000000005_lnorm` = 128.112, `000000006_lnorm` = 63.6906, `000000007_lnorm` = 91.7024, `000000008_lnorm` = 41.6783, `000000009_lnorm` = 70.1213, `000000010_lnorm` = 149.269, `000000001_lnorm_lnorm` = 96.6001, `000000002_lnorm_lnorm` = 64.5494, `000000003_lnorm_lnorm` = 94.8812, `000000004_lnorm_lnorm` = 53.6129, `000000005_lnorm_lnorm` = 85.2577, `000000006_lnorm_lnorm` = 90.7323, `000000007_lnorm_lnorm` = 80.2755, `000000008_lnorm_lnorm` = 78.6051, `000000009_lnorm_lnorm` = 81.3202, `000000010_lnorm_lnorm` = 76.8709, +`000000001_weibull` = 98.5972, `000000002_weibull` = 78.5056, `000000003_weibull` = 78.9557, `000000004_weibull` = 56.9018, `000000005_weibull` = 77.7394, `000000006_weibull` = 77.289, `000000007_weibull` = 62.7014, `000000008_weibull` = 65.1223, `000000009_weibull` = 54.6296, `000000010_weibull` = 77.6706)" +average,96,93.067,33.1168,58.9674,156.395,1,parametric,10,1,"c(`000000001_gamma` = 126.315, `000000002_gamma` = 75.9026, `000000003_gamma` = 74.5344, `000000004_gamma` = 97.577, `000000005_gamma` = 72.1744, `000000006_gamma` = 56.8371, `000000007_gamma` = 74.07, `000000008_gamma` = 78.3287, `000000009_gamma` = 75.6516, `000000010_gamma` = 82.1954, `000000001_lgumbel` = 489.729, `000000002_lgumbel` = 198.963, `000000003_lgumbel` = 2153.01, `000000004_lgumbel` = 526.043, `000000005_lgumbel` = 225.981, `000000006_lgumbel` = 360.085, `000000007_lgumbel` = 306.177, +`000000008_lgumbel` = 337.212, `000000009_lgumbel` = 63.0331, `000000010_lgumbel` = 742.32, `000000001_llogis` = 194.157, `000000002_llogis` = 124.227, `000000003_llogis` = 245.009, `000000004_llogis` = 153.85, `000000005_llogis` = 69.4399, `000000006_llogis` = 81.6831, `000000007_llogis` = 114.736, `000000008_llogis` = 206.048, `000000009_llogis` = 315.605, `000000010_llogis` = 84.5207, `000000001_lnorm` = 160.855, `000000002_lnorm` = 113.729, `000000003_lnorm` = 102.751, `000000004_lnorm` = 57.5241, +`000000005_lnorm` = 146.648, `000000006_lnorm` = 71.15, `000000007_lnorm` = 103.658, `000000008_lnorm` = 46.6921, `000000009_lnorm` = 80.5977, `000000010_lnorm` = 171.761, `000000001_lnorm_lnorm` = 106.417, `000000002_lnorm_lnorm` = 69.0958, `000000003_lnorm_lnorm` = 100.703, `000000004_lnorm_lnorm` = 57.7511, `000000005_lnorm_lnorm` = 93.7898, `000000006_lnorm_lnorm` = 100.27, `000000007_lnorm_lnorm` = 90.8583, `000000008_lnorm_lnorm` = 83.8046, `000000009_lnorm_lnorm` = 90.855, `000000010_lnorm_lnorm` = 82.3077, +`000000001_weibull` = 105.855, `000000002_weibull` = 83.5095, `000000003_weibull` = 84.3796, `000000004_weibull` = 61.5539, `000000005_weibull` = 83.5809, `000000006_weibull` = 82.9596, `000000007_weibull` = 67.8225, `000000008_weibull` = 70.4146, `000000009_weibull` = 57.8519, `000000010_weibull` = 85.2157)" +average,97,106.456,43.5908,65.1123,192.96,1,parametric,10,1,"c(`000000001_gamma` = 139.47, `000000002_gamma` = 82.5492, `000000003_gamma` = 80.7712, `000000004_gamma` = 107.05, `000000005_gamma` = 78.2849, `000000006_gamma` = 61.5643, `000000007_gamma` = 80.2842, `000000008_gamma` = 84.702, `000000009_gamma` = 82.5337, `000000010_gamma` = 90.2274, `000000001_lgumbel` = 716.492, `000000002_lgumbel` = 267.688, `000000003_lgumbel` = 3557.81, `000000004_lgumbel` = 779.712, `000000005_lgumbel` = 320.252, `000000006_lgumbel` = 507.194, `000000007_lgumbel` = 431.476, +`000000008_lgumbel` = 469.649, `000000009_lgumbel` = 80.3934, `000000010_lgumbel` = 1092.02, `000000001_llogis` = 237.747, `000000002_llogis` = 152.631, `000000003_llogis` = 316.179, `000000004_llogis` = 196.67, `000000005_llogis` = 82.1324, `000000006_llogis` = 98.8777, `000000007_llogis` = 138.94, `000000008_llogis` = 258.547, `000000009_llogis` = 434.726, `000000010_llogis` = 101.787, `000000001_lnorm` = 189.333, `000000002_lnorm` = 132.087, `000000003_lnorm` = 117.695, `000000004_lnorm` = 65.4017, +`000000005_lnorm` = 173.152, `000000006_lnorm` = 81.5281, `000000007_lnorm` = 120.513, `000000008_lnorm` = 53.6898, `000000009_lnorm` = 95.6459, `000000010_lnorm` = 204.108, `000000001_lnorm_lnorm` = 119.797, `000000002_lnorm_lnorm` = 75.0989, `000000003_lnorm_lnorm` = 108.281, `000000004_lnorm_lnorm` = 63.2252, `000000005_lnorm_lnorm` = 105.022, `000000006_lnorm_lnorm` = 113.287, `000000007_lnorm_lnorm` = 105.751, `000000008_lnorm_lnorm` = 90.5755, `000000009_lnorm_lnorm` = 104.066, `000000010_lnorm_lnorm` = 89.4633, +`000000001_weibull` = 115.204, `000000002_weibull` = 89.89, `000000003_weibull` = 91.3307, `000000004_weibull` = 67.5961, `000000005_weibull` = 91.1169, `000000006_weibull` = 90.262, `000000007_weibull` = 74.4733, `000000008_weibull` = 77.2849, `000000009_weibull` = 61.9405, `000000010_weibull` = 95.1686)" +average,98,128.602,66.8453,74.431,268.383,1,parametric,10,1,"c(`000000001_gamma` = 158.159, `000000002_gamma` = 91.9079, `000000003_gamma` = 89.5338, `000000004_gamma` = 120.457, `000000005_gamma` = 86.8747, `000000006_gamma` = 68.204, `000000007_gamma` = 89.0161, `000000008_gamma` = 93.6448, `000000009_gamma` = 92.2421, `000000010_gamma` = 101.599, `000000001_lgumbel` = 1221.55, `000000002_lgumbel` = 405.785, `000000003_lgumbel` = 7194.91, `000000004_lgumbel` = 1353.84, `000000005_lgumbel` = 522.145, `000000006_lgumbel` = 819.895, `000000007_lgumbel` = 697.979, +`000000008_lgumbel` = 747.288, `000000009_lgumbel` = 113.071, `000000010_lgumbel` = 1876.19, `000000001_llogis` = 315.36, `000000002_llogis` = 203.413, `000000003_llogis` = 451.243, `000000004_llogis` = 277.003, `000000005_llogis` = 103.802, `000000006_llogis` = 129.069, `000000007_llogis` = 181.457, `000000008_llogis` = 354.837, `000000009_llogis` = 679.512, `000000010_llogis` = 131.914, `000000001_lnorm` = 235.142, `000000002_lnorm` = 161.16, `000000003_lnorm` = 140.976, `000000004_lnorm` = 77.5683, +`000000005_lnorm` = 215.942, `000000006_lnorm` = 97.7044, `000000007_lnorm` = 147.236, `000000008_lnorm` = 64.6418, `000000009_lnorm` = 120.086, `000000010_lnorm` = 256.729, `000000001_lnorm_lnorm` = 140.109, `000000002_lnorm_lnorm` = 83.8563, `000000003_lnorm_lnorm` = 119.13, `000000004_lnorm_lnorm` = 71.226, `000000005_lnorm_lnorm` = 121.347, `000000006_lnorm_lnorm` = 133.082, `000000007_lnorm_lnorm` = 129.307, `000000008_lnorm_lnorm` = 100.279, `000000009_lnorm_lnorm` = 124.548, `000000010_lnorm_lnorm` = 99.8524, +`000000001_weibull` = 128.365, `000000002_weibull` = 98.7603, `000000003_weibull` = 101.056, `000000004_weibull` = 76.1906, `000000005_weibull` = 101.747, `000000006_weibull` = 100.539, `000000007_weibull` = 83.9326, `000000008_weibull` = 87.0513, `000000009_weibull` = 67.59, `000000010_weibull` = 109.601)" +average,99,180.146,156.616,92.7806,534.267,1,parametric,10,1,"c(`000000001_gamma` = 190.431, `000000002_gamma` = 107.886, `000000003_gamma` = 104.452, `000000004_gamma` = 143.5, `000000005_gamma` = 101.51, `000000006_gamma` = 79.5043, `000000007_gamma` = 103.885, `000000008_gamma` = 108.844, `000000009_gamma` = 108.857, `000000010_gamma` = 121.152, `000000001_lgumbel` = 3026.47, `000000002_lgumbel` = 823.254, `000000003_lgumbel` = 23830.6, `000000004_lgumbel` = 3460.02, `000000005_lgumbel` = 1199.01, `000000006_lgumbel` = 1855.55, `000000007_lgumbel` = 1581.5, +`000000008_lgumbel` = 1646.35, `000000009_lgumbel` = 201.958, `000000010_lgumbel` = 4709.65, `000000001_llogis` = 508.591, `000000002_llogis` = 330.673, `000000003_llogis` = 823.663, `000000004_llogis` = 494.455, `000000005_llogis` = 154.255, `000000006_llogis` = 202.581, `000000007_llogis` = 285.053, `000000008_llogis` = 606.215, `000000009_llogis` = 1446.66, `000000010_llogis` = 204.544, `000000001_lnorm` = 330.865, `000000002_lnorm` = 220.509, `000000003_lnorm` = 187.369, `000000004_lnorm` = 101.5, +`000000005_lnorm` = 305.846, `000000006_lnorm` = 129.959, `000000007_lnorm` = 201.886, `000000008_lnorm` = 86.6131, `000000009_lnorm` = 171.892, `000000010_lnorm` = 368.536, `000000001_lnorm_lnorm` = 179.062, `000000002_lnorm_lnorm` = 99.7269, `000000003_lnorm_lnorm` = 138.229, `000000004_lnorm_lnorm` = 85.7423, `000000005_lnorm_lnorm` = 150.767, `000000006_lnorm_lnorm` = 171.139, `000000007_lnorm_lnorm` = 177.303, `000000008_lnorm_lnorm` = 117.395, `000000009_lnorm_lnorm` = 165.063, `000000010_lnorm_lnorm` = 118.516, +`000000001_weibull` = 150.83, `000000002_weibull` = 113.636, `000000003_weibull` = 117.51, `000000004_weibull` = 91.074, `000000005_weibull` = 119.941, `000000006_weibull` = 118.074, `000000007_weibull` = 100.311, `000000008_weibull` = 103.949, `000000009_weibull` = 76.9833, `000000010_weibull` = 135.28)" diff --git a/tests/testthat/_snaps/predict/pred_cis_burrlioz.csv b/tests/testthat/_snaps/predict/pred_cis_burrlioz.csv index 22e2728a8..b3cac60ba 100644 --- a/tests/testthat/_snaps/predict/pred_cis_burrlioz.csv +++ b/tests/testthat/_snaps/predict/pred_cis_burrlioz.csv @@ -1,100 +1,100 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -invpareto,1,0.0228003,0.025642,0.00251136,0.0734722,1,parametric,10,1,"c(`1` = 0.00306287, `2` = 0.00509538, `3` = 0.00739571, `4` = 0.0850842, `5` = 0.0291124, `6` = 0.0334755, `7` = 0.0265852, `8` = 0.00303159, `9` = 0.0095609, `10` = 0.00236032)" -invpareto,2,0.0771874,0.0703443,0.0119519,0.207236,1,parametric,10,1,"c(`1` = 0.0141845, `2` = 0.021642, `3` = 0.0298053, `4` = 0.236931, `5` = 0.094209, `6` = 0.104953, `7` = 0.0883773, `8` = 0.0139669, `9` = 0.0367576, `10` = 0.0113669)" -invpareto,3,0.157524,0.126158,0.0297744,0.380346,1,parametric,10,1,"c(`1` = 0.0347709, `2` = 0.050434, `3` = 0.0673563, `4` = 0.431317, `5` = 0.187254, `6` = 0.204782, `7` = 0.17845, `8` = 0.0341335, `9` = 0.0808095, `10` = 0.0285088)" -invpareto,4,0.261308,0.190119,0.0569024,0.585359,1,parametric,10,1,"c(`1` = 0.0656901, `2` = 0.0919215, `3` = 0.120117, `4` = 0.659771, `5` = 0.304864, `6` = 0.329049, `7` = 0.293793, `8` = 0.064347, `9` = 0.141318, `10` = 0.054741)" -invpareto,5,0.386944,0.260446,0.0940446,0.817973,1,parametric,10,1,"c(`1` = 0.107598, `2` = 0.146429, `3` = 0.188137, `4` = 0.917441, `5` = 0.444932, `6` = 0.47536, `7` = 0.432506, `8` = 0.105222, `9` = 0.21801, `10` = 0.0907996)" -invpareto,6,0.533277,0.3359,0.141785,1.07529,1,parametric,10,1,"c(`1` = 0.161028, `2` = 0.214212, `3` = 0.271451, `4` = 1.20107, `5` = 0.605961, `6` = 0.642034, `7` = 0.593222, `8` = 0.157257, `9` = 0.310679, `10` = 0.137293)" -invpareto,7,0.699412,0.41554,0.200626,1.35517,1,parametric,10,1,"c(`1` = 0.226436, `2` = 0.295483, `3` = 0.370091, `4` = 1.50828, `5` = 0.786806, `6` = 0.827797, `7` = 0.774889, `8` = 0.220877, `9` = 0.419158, `10` = 0.194747)" -invpareto,8,0.884625,0.498617,0.27101,1.65598,1,parametric,10,1,"c(`1` = 0.304219, `2` = 0.390424, `3` = 0.484082, `4` = 1.83724, `5` = 0.986551, `6` = 1.03164, `7` = 0.976658, `8` = 0.296454, `9` = 0.543307, `10` = 0.263623)" -invpareto,9,1.0883100000000001,0.584512,0.353335,1.97638,1,parametric,10,1,"c(`1` = 0.394732, `2` = 0.499195, `3` = 0.613447, `4` = 2.18647, `5` = 1.20444, `6` = 1.25272, `7` = 1.19782, `8` = 0.384318, `9` = 0.683008, `10` = 0.344339)" -invpareto,10,1.30995,0.6727,0.447961,2.31527,1,parametric,10,1,"c(`1` = 0.498298, `2` = 0.621937, `3` = 0.758205, `4` = 2.55476, `5` = 1.43982, `6` = 1.49035, `7` = 1.43778, `8` = 0.484768, `9` = 0.838156, `10` = 0.437275)" -invpareto,11,1.54909,0.762727,0.555223,2.67173,1,parametric,10,1,"c(`1` = 0.61521, `2` = 0.758779, `3` = 0.918374, `4` = 2.94109, `5` = 1.69214, `6` = 1.74392, `7` = 1.69601, `8` = 0.598078, `9` = 1.00866, `10` = 0.542781)" -invpareto,12,1.80534,0.854194,0.675428,3.04495,1,parametric,10,1,"c(`1` = 0.74574, `2` = 0.909837, `3` = 1.09397, `4` = 3.34457, `5` = 1.96091, `6` = 2.01291, `7` = 1.97205, `8` = 0.7245, `9` = 1.19443, `10` = 0.661182)" -invpareto,13,2.07834,0.946745,0.808867,3.43424,1,parametric,10,1,"c(`1` = 0.890141, `2` = 1.07522, `3` = 1.285, `4` = 3.76445, `5` = 2.24571, `6` = 2.29685, `7` = 2.26549, `8` = 0.86427, `9` = 1.39539, `10` = 0.792782)" -invpareto,14,2.36777,1.04006,0.955809,3.83899,1,parametric,10,1,"c(`1` = 1.04865, `2` = 1.25503, `3` = 1.4915, `4` = 4.20005, `5` = 2.54614, `6` = 2.59532, `7` = 2.57597, `8` = 1.01761, `9` = 1.61149, `10` = 0.937868)" -invpareto,15,2.67334,1.13385,1.11651,4.25864,1,parametric,10,1,"c(`1` = 1.22149, `2` = 1.44935, `3` = 1.71345, `4` = 4.65078, `5` = 2.86184, `6` = 2.90795, `7` = 2.90314, `8` = 1.18472, `9` = 1.84264, `10` = 1.09671)" -invpareto,16,2.99478,1.22785,1.29122,4.69548,1,parametric,10,1,"c(`1` = 1.40887, `2` = 1.65828, `3` = 1.95089, `4` = 5.11609, `5` = 3.19252, `6` = 3.2344, `7` = 3.24671, `8` = 1.3658, `9` = 2.08879, `10` = 1.26956)" -invpareto,17,3.33186,1.32182,1.48016,5.14795,1,parametric,10,1,"c(`1` = 1.611, `2` = 1.88189, `3` = 2.20381, `4` = 5.5955, `5` = 3.53786, `6` = 3.57436, `7` = 3.60639, `8` = 1.56103, `9` = 2.34989, `10` = 1.45668)" -invpareto,18,3.68433,1.41552,1.68355,5.61458,1,parametric,10,1,"c(`1` = 1.82805, `2` = 2.12027, `3` = 2.47224, `4` = 6.08858, `5` = 3.8976, `6` = 3.92755, `7` = 3.98193, `8` = 1.7706, `9` = 2.62588, `10` = 1.65828)" -invpareto,19,4.052,1.50876,1.90161,6.095,1,parametric,10,1,"c(`1` = 2.06022, `2` = 2.37348, `3` = 2.75617, `4` = 6.59492, `5` = 4.27149, `6` = 4.2937, `7` = 4.37308, `8` = 1.99466, `9` = 2.91672, `10` = 1.8746)" -invpareto,20,4.43466,1.60133,2.13454,6.58888,1,parametric,10,1,"c(`1` = 2.30768, `2` = 2.6416, `3` = 3.05562, `4` = 7.11415, `5` = 4.6593, `6` = 4.67257, `7` = 4.77962, `8` = 2.23338, `9` = 3.22236, `10` = 2.10584)" -invpareto,21,4.83214,1.69305,2.38253,7.09589,1,parametric,10,1,"c(`1` = 2.57058, `2` = 2.92469, `3` = 3.3706, `4` = 7.64592, `5` = 5.06081, `6` = 5.06393, `7` = 5.20135, `8` = 2.48691, `9` = 3.54275, `10` = 2.35222)" -invpareto,22,5.24425,1.78375,2.64577,7.61576,1,parametric,10,1,"c(`1` = 2.84911, `2` = 3.22282, `3` = 3.70112, `4` = 8.18994, `5` = 5.47582, `6` = 5.46757, `7` = 5.63806, `8` = 2.75541, `9` = 3.87786, `10` = 2.61394)" -invpareto,23,5.67084,1.87327,2.92444,8.14822,1,parametric,10,1,"c(`1` = 3.1434, `2` = 3.53604, `3` = 4.04717, `4` = 8.74589, `5` = 5.90414, `6` = 5.88328, `7` = 6.08957, `8` = 3.03901, `9` = 4.22765, `10` = 2.89118)" -invpareto,24,6.11175,1.96145,3.21872,8.693,1,parametric,10,1,"c(`1` = 3.45361, `2` = 3.86442, `3` = 4.40878, `4` = 9.31351, `5` = 6.34559, `6` = 6.31089, `7` = 6.5557, `8` = 3.33785, `9` = 4.59208, `10` = 3.18414)" -invpareto,25,6.56683,2.04816,3.52878,9.24988,1,parametric,10,1,"c(`1` = 3.77988, `2` = 4.20801, `3` = 4.78594, `4` = 9.89253, `5` = 6.79999, `6` = 6.75022, `7` = 7.03629, `8` = 3.65207, `9` = 4.97111, `10` = 3.49298)" -invpareto,26,7.03595,2.13324,3.85477,9.81863,1,parametric,10,1,"c(`1` = 4.12235, `2` = 4.56686, `3` = 5.17867, `4` = 10.4827, `5` = 7.2672, `6` = 7.20109, `7` = 7.53119, `8` = 3.98179, `9` = 5.36471, `10` = 3.8179)" -invpareto,27,7.51898,2.21658,4.19687,10.399,1,parametric,10,1,"c(`1` = 4.48115, `2` = 4.94103, `3` = 5.58697, `4` = 11.0839, `5` = 7.74704, `6` = 7.66335, `7` = 8.04024, `8` = 4.32713, `9` = 5.77284, `10` = 4.15905)" -invpareto,28,8.01578,2.29805,4.55522,10.9909,1,parametric,10,1,"c(`1` = 4.85642, `2` = 5.33056, `3` = 6.01084, `4` = 11.6957, `5` = 8.23939, `6` = 8.13686, `7` = 8.5633, `8` = 4.68823, `9` = 6.19548, `10` = 4.51661)" -invpareto,29,8.52625,2.37753,4.92998,11.5941,1,parametric,10,1,"c(`1` = 5.24829, `2` = 5.73551, `3` = 6.4503, `4` = 12.3181, `5` = 8.7441, `6` = 8.62146, `7` = 9.10024, `8` = 5.06519, `9` = 6.6326, `10` = 4.89073)" -invpareto,30,9.05025,2.45491,5.32129,12.2084,1,parametric,10,1,"c(`1` = 5.65687, `2` = 6.15593, `3` = 6.90535, `4` = 12.9508, `5` = 9.26104, `6` = 9.11702, `7` = 9.65093, `8` = 5.45813, `9` = 7.08416, `10` = 5.28156)" -invpareto,31,9.58769,2.53008,5.7293,12.8336,1,parametric,10,1,"c(`1` = 6.08228, `2` = 6.59185, `3` = 7.37599, `4` = 13.5937, `5` = 9.79008, `6` = 9.62341, `7` = 10.2152, `8` = 5.86716, `9` = 7.55015, `10` = 5.68927)" -invpareto,32,10.1385,2.60293,6.15414,13.4695,1,parametric,10,1,"c(`1` = 6.52466, `2` = 7.04332, `3` = 7.86223, `4` = 14.2466, `5` = 10.3311, `6` = 10.1405, `7` = 10.7931, `8` = 6.29238, `9` = 8.03052, `10` = 6.114)" -invpareto,33,10.7025,2.67339,6.59595,14.1161,1,parametric,10,1,"c(`1` = 6.98409, `2` = 7.51039, `3` = 8.36408, `4` = 14.9092, `5` = 10.884, `6` = 10.6682, `7` = 11.3843, `8` = 6.73391, `9` = 8.52526, `10` = 6.5559)" -invpareto,34,11.2796,2.74134,7.05487,14.7732,1,parametric,10,1,"c(`1` = 7.46071, `2` = 7.99309, `3` = 8.88154, `4` = 15.5816, `5` = 11.4486, `6` = 11.2064, `7` = 11.9888, `8` = 7.19185, `9` = 9.03433, `10` = 7.0151)" -invpareto,35,11.8697,2.8067,7.53102,15.4406,1,parametric,10,1,"c(`1` = 7.95462, `2` = 8.49147, `3` = 9.41462, `4` = 16.2634, `5` = 12.0249, `6` = 11.7549, `7` = 12.6064, `8` = 7.66629, `9` = 9.55773, `10` = 7.49175)" -invpareto,36,12.4728,2.86939,8.02454,16.1182,1,parametric,10,1,"c(`1` = 8.46592, `2` = 9.00556, `3` = 9.96331, `4` = 16.9546, `5` = 12.6128, `6` = 12.3137, `7` = 13.2372, `8` = 8.15733, `9` = 10.0954, `10` = 7.98599)" -invpareto,37,13.0888,2.92933,8.53554,16.8059,1,parametric,10,1,"c(`1` = 8.99472, `2` = 9.53541, `3` = 10.5276, `4` = 17.6551, `5` = 13.2121, `6` = 12.8826, `7` = 13.8809, `8` = 8.66508, `9` = 10.6474, `10` = 8.49793)" -invpareto,38,13.7175,2.98644,9.06415,17.5035,1,parametric,10,1,"c(`1` = 9.54112, `2` = 10.081, `3` = 11.1076, `4` = 18.3646, `5` = 13.8227, `6` = 13.4616, `7` = 14.5375, `8` = 9.18962, `9` = 11.2136, `10` = 9.02773)" -invpareto,39,14.359,3.04065,9.6105,18.211,1,parametric,10,1,"c(`1` = 10.1052, `2` = 10.6425, `3` = 11.7032, `4` = 19.0831, `5` = 14.4446, `6` = 14.0506, `7` = 15.2068, `8` = 9.73104, `9` = 11.794, `10` = 9.5755)" -invpareto,40,15.013,3.0919,10.1747,18.9281,1,parametric,10,1,"c(`1` = 10.6871, `2` = 11.2198, `3` = 12.3144, `4` = 19.8105, `5` = 15.0777, `6` = 14.6495, `7` = 15.8889, `8` = 10.2894, `9` = 12.3886, `10` = 10.1414)" -invpareto,41,15.6796,3.14011,10.7568,19.6549,1,parametric,10,1,"c(`1` = 11.2869, `2` = 11.8131, `3` = 12.9413, `4` = 20.5466, `5` = 15.7218, `6` = 15.2581, `7` = 16.5836, `8` = 10.8649, `9` = 12.9974, `10` = 10.7255)" -invpareto,42,16.3586,3.18523,11.3571,20.3912,1,parametric,10,1,"c(`1` = 11.9047, `2` = 12.4222, `3` = 13.5838, `4` = 21.2913, `5` = 16.377, `6` = 15.8765, `7` = 17.2909, `8` = 11.4575, `9` = 13.6204, `10` = 11.3279)" -invpareto,43,17.05,3.2272,11.9755,21.1369,1,parametric,10,1,"c(`1` = 12.5405, `2` = 13.0474, `3` = 14.242, `4` = 22.0445, `5` = 17.0431, `6` = 16.5044, `7` = 18.0106, `8` = 12.0673, `9` = 14.2575, `10` = 11.9488)" -invpareto,44,17.7537,3.26597,12.6122,21.8919,1,parametric,10,1,"c(`1` = 13.1946, `2` = 13.6885, `3` = 14.9158, `4` = 22.8062, `5` = 17.72, `6` = 17.142, `7` = 18.7426, `8` = 12.6945, `9` = 14.9088, `10` = 12.5883)" -invpareto,45,18.4697,3.3015,13.2673,22.6561,1,parametric,10,1,"c(`1` = 13.8668, `2` = 14.3457, `3` = 15.6053, `4` = 23.5762, `5` = 18.4077, `6` = 17.7889, `7` = 19.487, `8` = 13.339, `9` = 15.5741, `10` = 13.2464)" -invpareto,46,19.1979,3.33373,13.9409,23.4294,1,parametric,10,1,"c(`1` = 14.5575, `2` = 15.0189, `3` = 16.3104, `4` = 24.3543, `5` = 19.106, `6` = 18.4453, `7` = 20.2436, `8` = 14.0011, `9` = 16.2535, `10` = 13.9234)" -invpareto,47,19.9382,3.36263,14.6331,24.2118,1,parametric,10,1,"c(`1` = 15.2665, `2` = 15.7082, `3` = 17.0312, `4` = 25.1406, `5` = 19.815, `6` = 19.111, `7` = 21.0123, `8` = 14.6807, `9` = 16.9471, `10` = 14.6193)" -invpareto,48,20.6905,3.38816,15.3441,25.003,1,parametric,10,1,"c(`1` = 15.9941, `2` = 16.4136, `3` = 17.7677, `4` = 25.935, `5` = 20.5346, `6` = 19.786, `7` = 21.7931, `8` = 15.3779, `9` = 17.6546, `10` = 15.3342)" -invpareto,49,21.4549,3.4103,16.0738,25.8032,1,parametric,10,1,"c(`1` = 16.7402, `2` = 17.1352, `3` = 18.5199, `4` = 26.7372, `5` = 21.2646, `6` = 20.4701, `7` = 22.586, `8` = 16.0928, `9` = 18.3762, `10` = 16.0683)" -invpareto,50,22.2312,3.42902,16.8225,26.6121,1,parametric,10,1,"c(`1` = 17.5051, `2` = 17.873, `3` = 19.2877, `4` = 27.5473, `5` = 22.005, `6` = 21.1633, `7` = 23.3908, `8` = 16.8255, `9` = 19.1118, `10` = 16.8216)" -invpareto,51,23.0193,3.44431,17.5802,27.4297,1,parametric,10,1,"c(`1` = 18.2886, `2` = 18.6269, `3` = 20.0712, `4` = 28.3652, `5` = 22.7558, `6` = 21.8656, `7` = 24.2075, `8` = 17.5761, `9` = 19.8614, `10` = 17.5943)" -invpareto,52,23.8193,3.45614,18.354,28.256,1,parametric,10,1,"c(`1` = 19.0911, `2` = 19.3971, `3` = 20.8704, `4` = 29.1908, `5` = 23.5169, `6` = 22.5769, `7` = 25.036, `8` = 18.3445, `9` = 20.625, `10` = 18.3863)" -invpareto,53,24.6311,3.46452,19.1461,29.0908,1,parametric,10,1,"c(`1` = 19.9124, `2` = 20.1836, `3` = 21.6853, `4` = 30.024, `5` = 24.2882, `6` = 23.2971, `7` = 25.8762, `8` = 19.131, `9` = 21.4026, `10` = 19.198)" -invpareto,54,25.4545,3.46944,19.9567,29.9341,1,parametric,10,1,"c(`1` = 20.7527, `2` = 20.9864, `3` = 22.5159, `4` = 30.8648, `5` = 25.0697, `6` = 24.0262, `7` = 26.7282, `8` = 19.9356, `9` = 22.1942, `10` = 20.0293)" -invpareto,55,26.2897,3.47091,20.7857,30.7857,1,parametric,10,1,"c(`1` = 21.6121, `2` = 21.8055, `3` = 23.3622, `4` = 31.713, `5` = 25.8613, `6` = 24.7641, `7` = 27.5918, `8` = 20.7583, `9` = 22.9996, `10` = 20.8803)" -invpareto,56,27.1364,3.46895,21.6334,31.6458,1,parametric,10,1,"c(`1` = 22.4907, `2` = 22.6409, `3` = 24.2241, `4` = 32.5686, `5` = 26.663, `6` = 25.5107, `7` = 28.467, `8` = 21.5992, `9` = 23.819, `10` = 21.7512)" -invpareto,57,27.9947,3.46359,22.4997,32.5141,1,parametric,10,1,"c(`1` = 23.3884, `2` = 23.4927, `3` = 25.1018, `4` = 33.4316, `5` = 27.4746, `6` = 26.2661, `7` = 29.3538, `8` = 22.4584, `9` = 24.6524, `10` = 22.642)" -invpareto,58,28.8645,3.45486,23.3847,33.3906,1,parametric,10,1,"c(`1` = 24.3054, `2` = 24.3609, `3` = 25.9952, `4` = 34.3018, `5` = 28.2962, `6` = 27.0301, `7` = 30.252, `8` = 23.3359, `9` = 25.4996, `10` = 23.5529)" -invpareto,59,29.7458,3.44282,24.2885,34.2752,1,parametric,10,1,"c(`1` = 25.2418, `2` = 25.2455, `3` = 26.9043, `4` = 35.1792, `5` = 29.1277, `6` = 27.8026, `7` = 31.1616, `8` = 24.2318, `9` = 26.3607, `10` = 24.4839)" -invpareto,60,30.6385,3.42751,25.2112,35.168,1,parametric,10,1,"c(`1` = 26.1976, `2` = 26.1465, `3` = 27.8291, `4` = 36.0637, `5` = 29.9691, `6` = 28.5838, `7` = 32.0826, `8` = 25.1462, `9` = 27.2356, `10` = 25.4351)" -invpareto,61,31.5425,3.40902,26.1528,36.0687,1,parametric,10,1,"c(`1` = 27.1729, `2` = 27.064, `3` = 28.7696, `4` = 36.9553, `5` = 30.8202, `6` = 29.3734, `7` = 33.015, `8` = 26.0791, `9` = 28.1245, `10` = 26.4066)" -invpareto,62,32.4579,3.38744,27.1134,36.9774,1,parametric,10,1,"c(`1` = 28.1678, `2` = 27.998, `3` = 29.7258, `4` = 37.8539, `5` = 31.6811, `6` = 30.1714, `7` = 33.9586, `8` = 27.0306, `9` = 29.0271, `10` = 27.3986)" -invpareto,63,33.3846,3.36287,28.0931,37.8941,1,parametric,10,1,"c(`1` = 29.1823, `2` = 28.9485, `3` = 30.6977, `4` = 38.7594, `5` = 32.5516, `6` = 30.9778, `7` = 34.9134, `8` = 28.0008, `9` = 29.9436, `10` = 28.411)" -invpareto,64,34.3225,3.33545,29.0919,38.818600000000004,1,parametric,10,1,"c(`1` = 30.2164, `2` = 29.9156, `3` = 31.6854, `4` = 39.6719, `5` = 33.4318, `6` = 31.7926, `7` = 35.8794, `8` = 28.9897, `9` = 30.874, `10` = 29.444)" -invpareto,65,35.2716,3.30533,30.1099,39.7509,1,parametric,10,1,"c(`1` = 31.2704, `2` = 30.8992, `3` = 32.6888, `4` = 40.5911, `5` = 34.3217, `6` = 32.6157, `7` = 36.8566, `8` = 29.9974, `9` = 31.8181, `10` = 30.4976)" -invpareto,66,36.2318,3.27268,31.1472,40.6909,1,parametric,10,1,"c(`1` = 32.3442, `2` = 31.8994, `3` = 33.7079, `4` = 41.5172, `5` = 35.221, `6` = 33.447, `7` = 37.8448, `8` = 31.0239, `9` = 32.776, `10` = 31.5721)" -invpareto,67,37.2032,3.23771,32.2039,41.6386,1,parametric,10,1,"c(`1` = 33.4378, `2` = 32.9162, `3` = 34.7427, `4` = 42.45, `5` = 36.1299, `6` = 34.2866, `7` = 38.844, `8` = 32.0693, `9` = 33.7477, `10` = 32.6673)" -invpareto,68,38.1856,3.20065,33.2799,42.594,1,parametric,10,1,"c(`1` = 34.5514, `2` = 33.9496, `3` = 35.7933, `4` = 43.3894, `5` = 37.0482, `6` = 35.1343, `7` = 39.8543, `8` = 33.1337, `9` = 34.7332, `10` = 33.7835)" -invpareto,69,39.179,3.1618,34.3753,43.557,1,parametric,10,1,"c(`1` = 35.6851, `2` = 34.9997, `3` = 36.8596, `4` = 44.3355, `5` = 37.976, `6` = 35.9901, `7` = 40.8755, `8` = 34.217, `9` = 35.7325, `10` = 34.9207)" -invpareto,70,40.1835,3.12145,35.4875,44.5275,1,parametric,10,1,"c(`1` = 36.8388, `2` = 36.0664, `3` = 37.9416, `4` = 45.2881, `5` = 38.9132, `6` = 36.8541, `7` = 41.9076, `8` = 35.3195, `9` = 36.7454, `10` = 36.079)" -invpareto,71,41.1989,3.07998,36.6005,45.5055,1,parametric,10,1,"c(`1` = 38.0126, `2` = 37.1498, `3` = 39.0394, `4` = 46.2473, `5` = 39.8596, `6` = 37.726, `7` = 42.9505, `8` = 36.441, `9` = 37.7722, `10` = 37.2584)" -invpareto,72,42.2252,3.0378,37.7321,46.491,1,parametric,10,1,"c(`1` = 39.2067, `2` = 38.25, `3` = 40.1529, `4` = 47.2129, `5` = 40.8154, `6` = 38.606, `7` = 44.0043, `8` = 37.5818, `9` = 38.8126, `10` = 38.4591)" -invpareto,73,43.2624,2.99538,38.8824,47.4838,1,parametric,10,1,"c(`1` = 40.421, `2` = 39.3668, `3` = 41.2822, `4` = 48.1849, `5` = 41.7805, `6` = 39.4939, `7` = 45.0689, `8` = 38.7417, `9` = 39.8668, `10` = 39.6811)" -invpareto,74,44.3105,2.95326,40.0265,48.4841,1,parametric,10,1,"c(`1` = 41.6556, `2` = 40.5004, `3` = 42.4272, `4` = 49.1634, `5` = 42.7548, `6` = 40.3898, `7` = 46.1442, `8` = 39.921, `9` = 40.9347, `10` = 40.9246)" -invpareto,75,45.3693,2.91204,41.1587,49.4916,1,parametric,10,1,"c(`1` = 42.9106, `2` = 41.6508, `3` = 43.5879, `4` = 50.1481, `5` = 43.7382, `6` = 41.2935, `7` = 47.2303, `8` = 41.1196, `9` = 42.0162, `10` = 42.1895)" -invpareto,76,46.439,2.8724,42.2349,50.5064,1,parametric,10,1,"c(`1` = 44.1861, `2` = 42.8179, `3` = 44.7644, `4` = 51.1392, `5` = 44.7308, `6` = 42.2051, `7` = 48.327, `8` = 42.3376, `9` = 43.1115, `10` = 43.476)" -invpareto,77,47.5193,2.83507,43.2258,51.5285,1,parametric,10,1,"c(`1` = 45.482, `2` = 44.0019, `3` = 45.9567, `4` = 52.1365, `5` = 45.7325, `6` = 43.1245, `7` = 49.4343, `8` = 43.575, `9` = 44.2204, `10` = 44.7841)" -invpareto,78,48.6104,2.8009,44.2272,52.5578,1,parametric,10,1,"c(`1` = 46.7985, `2` = 45.2027, `3` = 47.1647, `4` = 53.14, `5` = 46.7433, `6` = 44.0516, `7` = 50.5522, `8` = 44.832, `9` = 45.3429, `10` = 46.1139)" -invpareto,79,49.7122,2.77078,45.239,53.5942,1,parametric,10,1,"c(`1` = 48.1356, `2` = 46.4203, `3` = 48.3884, `4` = 54.1497, `5` = 47.7631, `6` = 44.9866, `7` = 51.6807, `8` = 46.1085, `9` = 46.4792, `10` = 47.4656)" -invpareto,80,50.8246,2.74567,46.2611,54.6377,1,parametric,10,1,"c(`1` = 49.4933, `2` = 47.6548, `3` = 49.628, `4` = 55.1655, `5` = 48.7919, `6` = 45.9292, `7` = 52.8197, `8` = 47.4046, `9` = 47.629, `10` = 48.8391)" -invpareto,81,51.9476,2.7266,47.2937,55.6882,1,parametric,10,1,"c(`1` = 50.8718, `2` = 48.9062, `3` = 50.8832, `4` = 56.1873, `5` = 49.8297, `6` = 46.8795, `7` = 53.9691, `8` = 48.7203, `9` = 48.7925, `10` = 50.2345)" -invpareto,82,53.0812,2.71462,48.3172,56.7459,1,parametric,10,1,"c(`1` = 52.271, `2` = 50.1745, `3` = 52.1543, `4` = 57.2153, `5` = 50.8764, `6` = 47.8374, `7` = 55.1291, `8` = 50.0558, `9` = 49.9697, `10` = 51.652)" -invpareto,83,54.2253,2.71081,49.3334,57.8105,1,parametric,10,1,"c(`1` = 53.691, `2` = 51.4597, `3` = 53.4411, `4` = 58.2492, `5` = 51.9321, `6` = 48.8029, `7` = 56.2994, `8` = 51.411, `9` = 51.1604, `10` = 53.0915)" -invpareto,84,55.3799,2.71622,50.3585,58.8821,1,parametric,10,1,"c(`1` = 55.132, `2` = 52.7619, `3` = 54.7437, `4` = 59.2891, `5` = 52.9965, `6` = 49.7761, `7` = 57.4801, `8` = 52.786, `9` = 52.3647, `10` = 54.5532)" -invpareto,85,56.545,2.73187,51.3926,59.9605,1,parametric,10,1,"c(`1` = 56.5938, `2` = 54.0809, `3` = 56.062, `4` = 60.3349, `5` = 54.0699, `6` = 50.7567, `7` = 58.6712, `8` = 54.1808, `9` = 53.5827, `10` = 56.0371)" -invpareto,86,57.7206,2.75867,52.4355,61.0459,1,parametric,10,1,"c(`1` = 58.0767, `2` = 55.417, `3` = 57.3962, `4` = 61.3866, `5` = 55.152, `6` = 51.7449, `7` = 59.8726, `8` = 55.5956, `9` = 54.8142, `10` = 57.5433)" -invpareto,87,58.9066,2.79743,53.4873,62.1382,1,parametric,10,1,"c(`1` = 59.5806, `2` = 56.7701, `3` = 58.7461, `4` = 62.4441, `5` = 56.2429, `6` = 52.7405, `7` = 61.0843, `8` = 57.0303, `9` = 56.0593, `10` = 59.0719)" -invpareto,88,60.103,2.84883,54.5479,63.2372,1,parametric,10,1,"c(`1` = 61.1055, `2` = 58.1401, `3` = 60.1117, `4` = 63.5075, `5` = 57.3425, `6` = 53.7436, `7` = 62.3062, `8` = 58.4849, `9` = 57.3179, `10` = 60.623)" -invpareto,89,61.3098,2.91338,55.5859,64.3431,1,parametric,10,1,"c(`1` = 62.6516, `2` = 59.5272, `3` = 61.4932, `4` = 64.5767, `5` = 58.4509, `6` = 54.7542, `7` = 63.5384, `8` = 59.9597, `9` = 58.5902, `10` = 62.1965)" -invpareto,90,62.5269,2.99141,56.6261,65.4556,1,parametric,10,1,"c(`1` = 64.2189, `2` = 60.9313, `3` = 62.8904, `4` = 65.6516, `5` = 59.5679, `6` = 55.7721, `7` = 64.7807, `8` = 61.4545, `9` = 59.8759, `10` = 63.7926)" -invpareto,91,63.7543,3.08311,57.674,66.5749,1,parametric,10,1,"c(`1` = 65.8075, `2` = 62.3525, `3` = 64.3034, `4` = 66.7322, `5` = 60.6935, `6` = 56.7973, `7` = 66.0332, `8` = 62.9694, `9` = 61.1752, `10` = 65.4113)" -invpareto,92,64.9921,3.1885,58.7295,67.7283,1,parametric,10,1,"c(`1` = 67.4173, `2` = 63.7907, `3` = 65.7322, `4` = 67.8186, `5` = 61.8278, `6` = 57.8299, `7` = 67.2958, `8` = 64.5045, `9` = 62.4881, `10` = 67.0528)" -invpareto,93,66.24,3.30748,59.7925,69.0174,1,parametric,10,1,"c(`1` = 69.0484, `2` = 65.246, `3` = 67.1768, `4` = 68.9105, `5` = 62.9707, `6` = 58.8699, `7` = 68.5686, `8` = 66.0598, `9` = 63.8144, `10` = 68.7171)" -invpareto,94,67.4982,3.43984,60.8632,70.6342,1,parametric,10,1,"c(`1` = 70.701, `2` = 66.7185, `3` = 68.6371, `4` = 70.0081, `5` = 64.1222, `6` = 59.917, `7` = 69.8514, `8` = 67.6354, `9` = 65.1543, `10` = 70.4041)" -invpareto,95,68.7666,3.5853,61.9414,72.3163,1,parametric,10,1,"c(`1` = 72.3749, `2` = 68.208, `3` = 70.1133, `4` = 71.1113, `5` = 65.2822, `6` = 60.9715, `7` = 71.1442, `8` = 69.2313, `9` = 66.5077, `10` = 72.1141)" -invpareto,96,70.0452,3.7435,63.0271,74.0202,1,parametric,10,1,"c(`1` = 74.0704, `2` = 69.7147, `3` = 71.6052, `4` = 72.22, `5` = 66.4506, `6` = 62.0331, `7` = 72.4471, `8` = 70.8476, `9` = 67.8746, `10` = 73.8471)" -invpareto,97,71.3339,3.91408,64.1203,75.7459,1,parametric,10,1,"c(`1` = 75.7874, `2` = 71.2385, `3` = 73.1129, `4` = 73.3343, `5` = 67.6276, `6` = 63.102, `7` = 73.7599, `8` = 72.4842, `9` = 69.255, `10` = 75.6031)" -invpareto,98,72.6328,4.09664,65.2209,77.4936,1,parametric,10,1,"c(`1` = 77.5259, `2` = 72.7795, `3` = 74.6365, `4` = 74.4541, `5` = 68.813, `6` = 64.178, `7` = 75.0827, `8` = 74.1413, `9` = 70.6488, `10` = 77.3822)" -invpareto,99,73.9418,4.29079,66.329,79.2633,1,parametric,10,1,"c(`1` = 79.2861, `2` = 74.3377, `3` = 76.1758, `4` = 75.5793, `5` = 70.0069, `6` = 65.2612, `7` = 76.4155, `8` = 75.8189, `9` = 72.0562, `10` = 79.1845)" +invpareto,1,0.0228003,0.025642,0.00251136,0.0734722,1,parametric,10,1,"c(`000000001_invpareto` = 0.00306287, `000000002_invpareto` = 0.00509538, `000000003_invpareto` = 0.00739571, `000000004_invpareto` = 0.0850842, `000000005_invpareto` = 0.0291124, `000000006_invpareto` = 0.0334755, `000000007_invpareto` = 0.0265852, `000000008_invpareto` = 0.00303159, `000000009_invpareto` = 0.0095609, `000000010_invpareto` = 0.00236032)" +invpareto,2,0.0771874,0.0703443,0.0119519,0.207236,1,parametric,10,1,"c(`000000001_invpareto` = 0.0141845, `000000002_invpareto` = 0.021642, `000000003_invpareto` = 0.0298053, `000000004_invpareto` = 0.236931, `000000005_invpareto` = 0.094209, `000000006_invpareto` = 0.104953, `000000007_invpareto` = 0.0883773, `000000008_invpareto` = 0.0139669, `000000009_invpareto` = 0.0367576, `000000010_invpareto` = 0.0113669)" +invpareto,3,0.157524,0.126158,0.0297744,0.380346,1,parametric,10,1,"c(`000000001_invpareto` = 0.0347709, `000000002_invpareto` = 0.050434, `000000003_invpareto` = 0.0673563, `000000004_invpareto` = 0.431317, `000000005_invpareto` = 0.187254, `000000006_invpareto` = 0.204782, `000000007_invpareto` = 0.17845, `000000008_invpareto` = 0.0341335, `000000009_invpareto` = 0.0808095, `000000010_invpareto` = 0.0285088)" +invpareto,4,0.261308,0.190119,0.0569024,0.585359,1,parametric,10,1,"c(`000000001_invpareto` = 0.0656901, `000000002_invpareto` = 0.0919215, `000000003_invpareto` = 0.120117, `000000004_invpareto` = 0.659771, `000000005_invpareto` = 0.304864, `000000006_invpareto` = 0.329049, `000000007_invpareto` = 0.293793, `000000008_invpareto` = 0.064347, `000000009_invpareto` = 0.141318, `000000010_invpareto` = 0.054741)" +invpareto,5,0.386944,0.260446,0.0940446,0.817973,1,parametric,10,1,"c(`000000001_invpareto` = 0.107598, `000000002_invpareto` = 0.146429, `000000003_invpareto` = 0.188137, `000000004_invpareto` = 0.917441, `000000005_invpareto` = 0.444932, `000000006_invpareto` = 0.47536, `000000007_invpareto` = 0.432506, `000000008_invpareto` = 0.105222, `000000009_invpareto` = 0.21801, `000000010_invpareto` = 0.0907996)" +invpareto,6,0.533277,0.3359,0.141785,1.07529,1,parametric,10,1,"c(`000000001_invpareto` = 0.161028, `000000002_invpareto` = 0.214212, `000000003_invpareto` = 0.271451, `000000004_invpareto` = 1.20107, `000000005_invpareto` = 0.605961, `000000006_invpareto` = 0.642034, `000000007_invpareto` = 0.593222, `000000008_invpareto` = 0.157257, `000000009_invpareto` = 0.310679, `000000010_invpareto` = 0.137293)" +invpareto,7,0.699412,0.41554,0.200626,1.35517,1,parametric,10,1,"c(`000000001_invpareto` = 0.226436, `000000002_invpareto` = 0.295483, `000000003_invpareto` = 0.370091, `000000004_invpareto` = 1.50828, `000000005_invpareto` = 0.786806, `000000006_invpareto` = 0.827797, `000000007_invpareto` = 0.774889, `000000008_invpareto` = 0.220877, `000000009_invpareto` = 0.419158, `000000010_invpareto` = 0.194747)" +invpareto,8,0.884625,0.498617,0.27101,1.65598,1,parametric,10,1,"c(`000000001_invpareto` = 0.304219, `000000002_invpareto` = 0.390424, `000000003_invpareto` = 0.484082, `000000004_invpareto` = 1.83724, `000000005_invpareto` = 0.986551, `000000006_invpareto` = 1.03164, `000000007_invpareto` = 0.976658, `000000008_invpareto` = 0.296454, `000000009_invpareto` = 0.543307, `000000010_invpareto` = 0.263623)" +invpareto,9,1.0883100000000001,0.584512,0.353335,1.97638,1,parametric,10,1,"c(`000000001_invpareto` = 0.394732, `000000002_invpareto` = 0.499195, `000000003_invpareto` = 0.613447, `000000004_invpareto` = 2.18647, `000000005_invpareto` = 1.20444, `000000006_invpareto` = 1.25272, `000000007_invpareto` = 1.19782, `000000008_invpareto` = 0.384318, `000000009_invpareto` = 0.683008, `000000010_invpareto` = 0.344339)" +invpareto,10,1.30995,0.6727,0.447961,2.31527,1,parametric,10,1,"c(`000000001_invpareto` = 0.498298, `000000002_invpareto` = 0.621937, `000000003_invpareto` = 0.758205, `000000004_invpareto` = 2.55476, `000000005_invpareto` = 1.43982, `000000006_invpareto` = 1.49035, `000000007_invpareto` = 1.43778, `000000008_invpareto` = 0.484768, `000000009_invpareto` = 0.838156, `000000010_invpareto` = 0.437275)" +invpareto,11,1.54909,0.762727,0.555223,2.67173,1,parametric,10,1,"c(`000000001_invpareto` = 0.61521, `000000002_invpareto` = 0.758779, `000000003_invpareto` = 0.918374, `000000004_invpareto` = 2.94109, `000000005_invpareto` = 1.69214, `000000006_invpareto` = 1.74392, `000000007_invpareto` = 1.69601, `000000008_invpareto` = 0.598078, `000000009_invpareto` = 1.00866, `000000010_invpareto` = 0.542781)" +invpareto,12,1.80534,0.854194,0.675428,3.04495,1,parametric,10,1,"c(`000000001_invpareto` = 0.74574, `000000002_invpareto` = 0.909837, `000000003_invpareto` = 1.09397, `000000004_invpareto` = 3.34457, `000000005_invpareto` = 1.96091, `000000006_invpareto` = 2.01291, `000000007_invpareto` = 1.97205, `000000008_invpareto` = 0.7245, `000000009_invpareto` = 1.19443, `000000010_invpareto` = 0.661182)" +invpareto,13,2.07834,0.946745,0.808867,3.43424,1,parametric,10,1,"c(`000000001_invpareto` = 0.890141, `000000002_invpareto` = 1.07522, `000000003_invpareto` = 1.285, `000000004_invpareto` = 3.76445, `000000005_invpareto` = 2.24571, `000000006_invpareto` = 2.29685, `000000007_invpareto` = 2.26549, `000000008_invpareto` = 0.86427, `000000009_invpareto` = 1.39539, `000000010_invpareto` = 0.792782)" +invpareto,14,2.36777,1.04006,0.955809,3.83899,1,parametric,10,1,"c(`000000001_invpareto` = 1.04865, `000000002_invpareto` = 1.25503, `000000003_invpareto` = 1.4915, `000000004_invpareto` = 4.20005, `000000005_invpareto` = 2.54614, `000000006_invpareto` = 2.59532, `000000007_invpareto` = 2.57597, `000000008_invpareto` = 1.01761, `000000009_invpareto` = 1.61149, `000000010_invpareto` = 0.937868)" +invpareto,15,2.67334,1.13385,1.11651,4.25864,1,parametric,10,1,"c(`000000001_invpareto` = 1.22149, `000000002_invpareto` = 1.44935, `000000003_invpareto` = 1.71345, `000000004_invpareto` = 4.65078, `000000005_invpareto` = 2.86184, `000000006_invpareto` = 2.90795, `000000007_invpareto` = 2.90314, `000000008_invpareto` = 1.18472, `000000009_invpareto` = 1.84264, `000000010_invpareto` = 1.09671)" +invpareto,16,2.99478,1.22785,1.29122,4.69548,1,parametric,10,1,"c(`000000001_invpareto` = 1.40887, `000000002_invpareto` = 1.65828, `000000003_invpareto` = 1.95089, `000000004_invpareto` = 5.11609, `000000005_invpareto` = 3.19252, `000000006_invpareto` = 3.2344, `000000007_invpareto` = 3.24671, `000000008_invpareto` = 1.3658, `000000009_invpareto` = 2.08879, `000000010_invpareto` = 1.26956)" +invpareto,17,3.33186,1.32182,1.48016,5.14795,1,parametric,10,1,"c(`000000001_invpareto` = 1.611, `000000002_invpareto` = 1.88189, `000000003_invpareto` = 2.20381, `000000004_invpareto` = 5.5955, `000000005_invpareto` = 3.53786, `000000006_invpareto` = 3.57436, `000000007_invpareto` = 3.60639, `000000008_invpareto` = 1.56103, `000000009_invpareto` = 2.34989, `000000010_invpareto` = 1.45668)" +invpareto,18,3.68433,1.41552,1.68355,5.61458,1,parametric,10,1,"c(`000000001_invpareto` = 1.82805, `000000002_invpareto` = 2.12027, `000000003_invpareto` = 2.47224, `000000004_invpareto` = 6.08858, `000000005_invpareto` = 3.8976, `000000006_invpareto` = 3.92755, `000000007_invpareto` = 3.98193, `000000008_invpareto` = 1.7706, `000000009_invpareto` = 2.62588, `000000010_invpareto` = 1.65828)" +invpareto,19,4.052,1.50876,1.90161,6.095,1,parametric,10,1,"c(`000000001_invpareto` = 2.06022, `000000002_invpareto` = 2.37348, `000000003_invpareto` = 2.75617, `000000004_invpareto` = 6.59492, `000000005_invpareto` = 4.27149, `000000006_invpareto` = 4.2937, `000000007_invpareto` = 4.37308, `000000008_invpareto` = 1.99466, `000000009_invpareto` = 2.91672, `000000010_invpareto` = 1.8746)" +invpareto,20,4.43466,1.60133,2.13454,6.58888,1,parametric,10,1,"c(`000000001_invpareto` = 2.30768, `000000002_invpareto` = 2.6416, `000000003_invpareto` = 3.05562, `000000004_invpareto` = 7.11415, `000000005_invpareto` = 4.6593, `000000006_invpareto` = 4.67257, `000000007_invpareto` = 4.77962, `000000008_invpareto` = 2.23338, `000000009_invpareto` = 3.22236, `000000010_invpareto` = 2.10584)" +invpareto,21,4.83214,1.69305,2.38253,7.09589,1,parametric,10,1,"c(`000000001_invpareto` = 2.57058, `000000002_invpareto` = 2.92469, `000000003_invpareto` = 3.3706, `000000004_invpareto` = 7.64592, `000000005_invpareto` = 5.06081, `000000006_invpareto` = 5.06393, `000000007_invpareto` = 5.20135, `000000008_invpareto` = 2.48691, `000000009_invpareto` = 3.54275, `000000010_invpareto` = 2.35222)" +invpareto,22,5.24425,1.78375,2.64577,7.61576,1,parametric,10,1,"c(`000000001_invpareto` = 2.84911, `000000002_invpareto` = 3.22282, `000000003_invpareto` = 3.70112, `000000004_invpareto` = 8.18994, `000000005_invpareto` = 5.47582, `000000006_invpareto` = 5.46757, `000000007_invpareto` = 5.63806, `000000008_invpareto` = 2.75541, `000000009_invpareto` = 3.87786, `000000010_invpareto` = 2.61394)" +invpareto,23,5.67084,1.87327,2.92444,8.14822,1,parametric,10,1,"c(`000000001_invpareto` = 3.1434, `000000002_invpareto` = 3.53604, `000000003_invpareto` = 4.04717, `000000004_invpareto` = 8.74589, `000000005_invpareto` = 5.90414, `000000006_invpareto` = 5.88328, `000000007_invpareto` = 6.08957, `000000008_invpareto` = 3.03901, `000000009_invpareto` = 4.22765, `000000010_invpareto` = 2.89118)" +invpareto,24,6.11175,1.96145,3.21872,8.693,1,parametric,10,1,"c(`000000001_invpareto` = 3.45361, `000000002_invpareto` = 3.86442, `000000003_invpareto` = 4.40878, `000000004_invpareto` = 9.31351, `000000005_invpareto` = 6.34559, `000000006_invpareto` = 6.31089, `000000007_invpareto` = 6.5557, `000000008_invpareto` = 3.33785, `000000009_invpareto` = 4.59208, `000000010_invpareto` = 3.18414)" +invpareto,25,6.56683,2.04816,3.52878,9.24988,1,parametric,10,1,"c(`000000001_invpareto` = 3.77988, `000000002_invpareto` = 4.20801, `000000003_invpareto` = 4.78594, `000000004_invpareto` = 9.89253, `000000005_invpareto` = 6.79999, `000000006_invpareto` = 6.75022, `000000007_invpareto` = 7.03629, `000000008_invpareto` = 3.65207, `000000009_invpareto` = 4.97111, `000000010_invpareto` = 3.49298)" +invpareto,26,7.03595,2.13324,3.85477,9.81863,1,parametric,10,1,"c(`000000001_invpareto` = 4.12235, `000000002_invpareto` = 4.56686, `000000003_invpareto` = 5.17867, `000000004_invpareto` = 10.4827, `000000005_invpareto` = 7.2672, `000000006_invpareto` = 7.20109, `000000007_invpareto` = 7.53119, `000000008_invpareto` = 3.98179, `000000009_invpareto` = 5.36471, `000000010_invpareto` = 3.8179)" +invpareto,27,7.51898,2.21658,4.19687,10.399,1,parametric,10,1,"c(`000000001_invpareto` = 4.48115, `000000002_invpareto` = 4.94103, `000000003_invpareto` = 5.58697, `000000004_invpareto` = 11.0839, `000000005_invpareto` = 7.74704, `000000006_invpareto` = 7.66335, `000000007_invpareto` = 8.04024, `000000008_invpareto` = 4.32713, `000000009_invpareto` = 5.77284, `000000010_invpareto` = 4.15905)" +invpareto,28,8.01578,2.29805,4.55522,10.9909,1,parametric,10,1,"c(`000000001_invpareto` = 4.85642, `000000002_invpareto` = 5.33056, `000000003_invpareto` = 6.01084, `000000004_invpareto` = 11.6957, `000000005_invpareto` = 8.23939, `000000006_invpareto` = 8.13686, `000000007_invpareto` = 8.5633, `000000008_invpareto` = 4.68823, `000000009_invpareto` = 6.19548, `000000010_invpareto` = 4.51661)" +invpareto,29,8.52625,2.37753,4.92998,11.5941,1,parametric,10,1,"c(`000000001_invpareto` = 5.24829, `000000002_invpareto` = 5.73551, `000000003_invpareto` = 6.4503, `000000004_invpareto` = 12.3181, `000000005_invpareto` = 8.7441, `000000006_invpareto` = 8.62146, `000000007_invpareto` = 9.10024, `000000008_invpareto` = 5.06519, `000000009_invpareto` = 6.6326, `000000010_invpareto` = 4.89073)" +invpareto,30,9.05025,2.45491,5.32129,12.2084,1,parametric,10,1,"c(`000000001_invpareto` = 5.65687, `000000002_invpareto` = 6.15593, `000000003_invpareto` = 6.90535, `000000004_invpareto` = 12.9508, `000000005_invpareto` = 9.26104, `000000006_invpareto` = 9.11702, `000000007_invpareto` = 9.65093, `000000008_invpareto` = 5.45813, `000000009_invpareto` = 7.08416, `000000010_invpareto` = 5.28156)" +invpareto,31,9.58769,2.53008,5.7293,12.8336,1,parametric,10,1,"c(`000000001_invpareto` = 6.08228, `000000002_invpareto` = 6.59185, `000000003_invpareto` = 7.37599, `000000004_invpareto` = 13.5937, `000000005_invpareto` = 9.79008, `000000006_invpareto` = 9.62341, `000000007_invpareto` = 10.2152, `000000008_invpareto` = 5.86716, `000000009_invpareto` = 7.55015, `000000010_invpareto` = 5.68927)" +invpareto,32,10.1385,2.60293,6.15414,13.4695,1,parametric,10,1,"c(`000000001_invpareto` = 6.52466, `000000002_invpareto` = 7.04332, `000000003_invpareto` = 7.86223, `000000004_invpareto` = 14.2466, `000000005_invpareto` = 10.3311, `000000006_invpareto` = 10.1405, `000000007_invpareto` = 10.7931, `000000008_invpareto` = 6.29238, `000000009_invpareto` = 8.03052, `000000010_invpareto` = 6.114)" +invpareto,33,10.7025,2.67339,6.59595,14.1161,1,parametric,10,1,"c(`000000001_invpareto` = 6.98409, `000000002_invpareto` = 7.51039, `000000003_invpareto` = 8.36408, `000000004_invpareto` = 14.9092, `000000005_invpareto` = 10.884, `000000006_invpareto` = 10.6682, `000000007_invpareto` = 11.3843, `000000008_invpareto` = 6.73391, `000000009_invpareto` = 8.52526, `000000010_invpareto` = 6.5559)" +invpareto,34,11.2796,2.74134,7.05487,14.7732,1,parametric,10,1,"c(`000000001_invpareto` = 7.46071, `000000002_invpareto` = 7.99309, `000000003_invpareto` = 8.88154, `000000004_invpareto` = 15.5816, `000000005_invpareto` = 11.4486, `000000006_invpareto` = 11.2064, `000000007_invpareto` = 11.9888, `000000008_invpareto` = 7.19185, `000000009_invpareto` = 9.03433, `000000010_invpareto` = 7.0151)" +invpareto,35,11.8697,2.8067,7.53102,15.4406,1,parametric,10,1,"c(`000000001_invpareto` = 7.95462, `000000002_invpareto` = 8.49147, `000000003_invpareto` = 9.41462, `000000004_invpareto` = 16.2634, `000000005_invpareto` = 12.0249, `000000006_invpareto` = 11.7549, `000000007_invpareto` = 12.6064, `000000008_invpareto` = 7.66629, `000000009_invpareto` = 9.55773, `000000010_invpareto` = 7.49175)" +invpareto,36,12.4728,2.86939,8.02454,16.1182,1,parametric,10,1,"c(`000000001_invpareto` = 8.46592, `000000002_invpareto` = 9.00556, `000000003_invpareto` = 9.96331, `000000004_invpareto` = 16.9546, `000000005_invpareto` = 12.6128, `000000006_invpareto` = 12.3137, `000000007_invpareto` = 13.2372, `000000008_invpareto` = 8.15733, `000000009_invpareto` = 10.0954, `000000010_invpareto` = 7.98599)" +invpareto,37,13.0888,2.92933,8.53554,16.8059,1,parametric,10,1,"c(`000000001_invpareto` = 8.99472, `000000002_invpareto` = 9.53541, `000000003_invpareto` = 10.5276, `000000004_invpareto` = 17.6551, `000000005_invpareto` = 13.2121, `000000006_invpareto` = 12.8826, `000000007_invpareto` = 13.8809, `000000008_invpareto` = 8.66508, `000000009_invpareto` = 10.6474, `000000010_invpareto` = 8.49793)" +invpareto,38,13.7175,2.98644,9.06415,17.5035,1,parametric,10,1,"c(`000000001_invpareto` = 9.54112, `000000002_invpareto` = 10.081, `000000003_invpareto` = 11.1076, `000000004_invpareto` = 18.3646, `000000005_invpareto` = 13.8227, `000000006_invpareto` = 13.4616, `000000007_invpareto` = 14.5375, `000000008_invpareto` = 9.18962, `000000009_invpareto` = 11.2136, `000000010_invpareto` = 9.02773)" +invpareto,39,14.359,3.04065,9.6105,18.211,1,parametric,10,1,"c(`000000001_invpareto` = 10.1052, `000000002_invpareto` = 10.6425, `000000003_invpareto` = 11.7032, `000000004_invpareto` = 19.0831, `000000005_invpareto` = 14.4446, `000000006_invpareto` = 14.0506, `000000007_invpareto` = 15.2068, `000000008_invpareto` = 9.73104, `000000009_invpareto` = 11.794, `000000010_invpareto` = 9.5755)" +invpareto,40,15.013,3.0919,10.1747,18.9281,1,parametric,10,1,"c(`000000001_invpareto` = 10.6871, `000000002_invpareto` = 11.2198, `000000003_invpareto` = 12.3144, `000000004_invpareto` = 19.8105, `000000005_invpareto` = 15.0777, `000000006_invpareto` = 14.6495, `000000007_invpareto` = 15.8889, `000000008_invpareto` = 10.2894, `000000009_invpareto` = 12.3886, `000000010_invpareto` = 10.1414)" +invpareto,41,15.6796,3.14011,10.7568,19.6549,1,parametric,10,1,"c(`000000001_invpareto` = 11.2869, `000000002_invpareto` = 11.8131, `000000003_invpareto` = 12.9413, `000000004_invpareto` = 20.5466, `000000005_invpareto` = 15.7218, `000000006_invpareto` = 15.2581, `000000007_invpareto` = 16.5836, `000000008_invpareto` = 10.8649, `000000009_invpareto` = 12.9974, `000000010_invpareto` = 10.7255)" +invpareto,42,16.3586,3.18523,11.3571,20.3912,1,parametric,10,1,"c(`000000001_invpareto` = 11.9047, `000000002_invpareto` = 12.4222, `000000003_invpareto` = 13.5838, `000000004_invpareto` = 21.2913, `000000005_invpareto` = 16.377, `000000006_invpareto` = 15.8765, `000000007_invpareto` = 17.2909, `000000008_invpareto` = 11.4575, `000000009_invpareto` = 13.6204, `000000010_invpareto` = 11.3279)" +invpareto,43,17.05,3.2272,11.9755,21.1369,1,parametric,10,1,"c(`000000001_invpareto` = 12.5405, `000000002_invpareto` = 13.0474, `000000003_invpareto` = 14.242, `000000004_invpareto` = 22.0445, `000000005_invpareto` = 17.0431, `000000006_invpareto` = 16.5044, `000000007_invpareto` = 18.0106, `000000008_invpareto` = 12.0673, `000000009_invpareto` = 14.2575, `000000010_invpareto` = 11.9488)" +invpareto,44,17.7537,3.26597,12.6122,21.8919,1,parametric,10,1,"c(`000000001_invpareto` = 13.1946, `000000002_invpareto` = 13.6885, `000000003_invpareto` = 14.9158, `000000004_invpareto` = 22.8062, `000000005_invpareto` = 17.72, `000000006_invpareto` = 17.142, `000000007_invpareto` = 18.7426, `000000008_invpareto` = 12.6945, `000000009_invpareto` = 14.9088, `000000010_invpareto` = 12.5883)" +invpareto,45,18.4697,3.3015,13.2673,22.6561,1,parametric,10,1,"c(`000000001_invpareto` = 13.8668, `000000002_invpareto` = 14.3457, `000000003_invpareto` = 15.6053, `000000004_invpareto` = 23.5762, `000000005_invpareto` = 18.4077, `000000006_invpareto` = 17.7889, `000000007_invpareto` = 19.487, `000000008_invpareto` = 13.339, `000000009_invpareto` = 15.5741, `000000010_invpareto` = 13.2464)" +invpareto,46,19.1979,3.33373,13.9409,23.4294,1,parametric,10,1,"c(`000000001_invpareto` = 14.5575, `000000002_invpareto` = 15.0189, `000000003_invpareto` = 16.3104, `000000004_invpareto` = 24.3543, `000000005_invpareto` = 19.106, `000000006_invpareto` = 18.4453, `000000007_invpareto` = 20.2436, `000000008_invpareto` = 14.0011, `000000009_invpareto` = 16.2535, `000000010_invpareto` = 13.9234)" +invpareto,47,19.9382,3.36263,14.6331,24.2118,1,parametric,10,1,"c(`000000001_invpareto` = 15.2665, `000000002_invpareto` = 15.7082, `000000003_invpareto` = 17.0312, `000000004_invpareto` = 25.1406, `000000005_invpareto` = 19.815, `000000006_invpareto` = 19.111, `000000007_invpareto` = 21.0123, `000000008_invpareto` = 14.6807, `000000009_invpareto` = 16.9471, `000000010_invpareto` = 14.6193)" +invpareto,48,20.6905,3.38816,15.3441,25.003,1,parametric,10,1,"c(`000000001_invpareto` = 15.9941, `000000002_invpareto` = 16.4136, `000000003_invpareto` = 17.7677, `000000004_invpareto` = 25.935, `000000005_invpareto` = 20.5346, `000000006_invpareto` = 19.786, `000000007_invpareto` = 21.7931, `000000008_invpareto` = 15.3779, `000000009_invpareto` = 17.6546, `000000010_invpareto` = 15.3342)" +invpareto,49,21.4549,3.4103,16.0738,25.8032,1,parametric,10,1,"c(`000000001_invpareto` = 16.7402, `000000002_invpareto` = 17.1352, `000000003_invpareto` = 18.5199, `000000004_invpareto` = 26.7372, `000000005_invpareto` = 21.2646, `000000006_invpareto` = 20.4701, `000000007_invpareto` = 22.586, `000000008_invpareto` = 16.0928, `000000009_invpareto` = 18.3762, `000000010_invpareto` = 16.0683)" +invpareto,50,22.2312,3.42902,16.8225,26.6121,1,parametric,10,1,"c(`000000001_invpareto` = 17.5051, `000000002_invpareto` = 17.873, `000000003_invpareto` = 19.2877, `000000004_invpareto` = 27.5473, `000000005_invpareto` = 22.005, `000000006_invpareto` = 21.1633, `000000007_invpareto` = 23.3908, `000000008_invpareto` = 16.8255, `000000009_invpareto` = 19.1118, `000000010_invpareto` = 16.8216)" +invpareto,51,23.0193,3.44431,17.5802,27.4297,1,parametric,10,1,"c(`000000001_invpareto` = 18.2886, `000000002_invpareto` = 18.6269, `000000003_invpareto` = 20.0712, `000000004_invpareto` = 28.3652, `000000005_invpareto` = 22.7558, `000000006_invpareto` = 21.8656, `000000007_invpareto` = 24.2075, `000000008_invpareto` = 17.5761, `000000009_invpareto` = 19.8614, `000000010_invpareto` = 17.5943)" +invpareto,52,23.8193,3.45614,18.354,28.256,1,parametric,10,1,"c(`000000001_invpareto` = 19.0911, `000000002_invpareto` = 19.3971, `000000003_invpareto` = 20.8704, `000000004_invpareto` = 29.1908, `000000005_invpareto` = 23.5169, `000000006_invpareto` = 22.5769, `000000007_invpareto` = 25.036, `000000008_invpareto` = 18.3445, `000000009_invpareto` = 20.625, `000000010_invpareto` = 18.3863)" +invpareto,53,24.6311,3.46452,19.1461,29.0908,1,parametric,10,1,"c(`000000001_invpareto` = 19.9124, `000000002_invpareto` = 20.1836, `000000003_invpareto` = 21.6853, `000000004_invpareto` = 30.024, `000000005_invpareto` = 24.2882, `000000006_invpareto` = 23.2971, `000000007_invpareto` = 25.8762, `000000008_invpareto` = 19.131, `000000009_invpareto` = 21.4026, `000000010_invpareto` = 19.198)" +invpareto,54,25.4545,3.46944,19.9567,29.9341,1,parametric,10,1,"c(`000000001_invpareto` = 20.7527, `000000002_invpareto` = 20.9864, `000000003_invpareto` = 22.5159, `000000004_invpareto` = 30.8648, `000000005_invpareto` = 25.0697, `000000006_invpareto` = 24.0262, `000000007_invpareto` = 26.7282, `000000008_invpareto` = 19.9356, `000000009_invpareto` = 22.1942, `000000010_invpareto` = 20.0293)" +invpareto,55,26.2897,3.47091,20.7857,30.7857,1,parametric,10,1,"c(`000000001_invpareto` = 21.6121, `000000002_invpareto` = 21.8055, `000000003_invpareto` = 23.3622, `000000004_invpareto` = 31.713, `000000005_invpareto` = 25.8613, `000000006_invpareto` = 24.7641, `000000007_invpareto` = 27.5918, `000000008_invpareto` = 20.7583, `000000009_invpareto` = 22.9996, `000000010_invpareto` = 20.8803)" +invpareto,56,27.1364,3.46895,21.6334,31.6458,1,parametric,10,1,"c(`000000001_invpareto` = 22.4907, `000000002_invpareto` = 22.6409, `000000003_invpareto` = 24.2241, `000000004_invpareto` = 32.5686, `000000005_invpareto` = 26.663, `000000006_invpareto` = 25.5107, `000000007_invpareto` = 28.467, `000000008_invpareto` = 21.5992, `000000009_invpareto` = 23.819, `000000010_invpareto` = 21.7512)" +invpareto,57,27.9947,3.46359,22.4997,32.5141,1,parametric,10,1,"c(`000000001_invpareto` = 23.3884, `000000002_invpareto` = 23.4927, `000000003_invpareto` = 25.1018, `000000004_invpareto` = 33.4316, `000000005_invpareto` = 27.4746, `000000006_invpareto` = 26.2661, `000000007_invpareto` = 29.3538, `000000008_invpareto` = 22.4584, `000000009_invpareto` = 24.6524, `000000010_invpareto` = 22.642)" +invpareto,58,28.8645,3.45486,23.3847,33.3906,1,parametric,10,1,"c(`000000001_invpareto` = 24.3054, `000000002_invpareto` = 24.3609, `000000003_invpareto` = 25.9952, `000000004_invpareto` = 34.3018, `000000005_invpareto` = 28.2962, `000000006_invpareto` = 27.0301, `000000007_invpareto` = 30.252, `000000008_invpareto` = 23.3359, `000000009_invpareto` = 25.4996, `000000010_invpareto` = 23.5529)" +invpareto,59,29.7458,3.44282,24.2885,34.2752,1,parametric,10,1,"c(`000000001_invpareto` = 25.2418, `000000002_invpareto` = 25.2455, `000000003_invpareto` = 26.9043, `000000004_invpareto` = 35.1792, `000000005_invpareto` = 29.1277, `000000006_invpareto` = 27.8026, `000000007_invpareto` = 31.1616, `000000008_invpareto` = 24.2318, `000000009_invpareto` = 26.3607, `000000010_invpareto` = 24.4839)" +invpareto,60,30.6385,3.42751,25.2112,35.168,1,parametric,10,1,"c(`000000001_invpareto` = 26.1976, `000000002_invpareto` = 26.1465, `000000003_invpareto` = 27.8291, `000000004_invpareto` = 36.0637, `000000005_invpareto` = 29.9691, `000000006_invpareto` = 28.5838, `000000007_invpareto` = 32.0826, `000000008_invpareto` = 25.1462, `000000009_invpareto` = 27.2356, `000000010_invpareto` = 25.4351)" +invpareto,61,31.5425,3.40902,26.1528,36.0687,1,parametric,10,1,"c(`000000001_invpareto` = 27.1729, `000000002_invpareto` = 27.064, `000000003_invpareto` = 28.7696, `000000004_invpareto` = 36.9553, `000000005_invpareto` = 30.8202, `000000006_invpareto` = 29.3734, `000000007_invpareto` = 33.015, `000000008_invpareto` = 26.0791, `000000009_invpareto` = 28.1245, `000000010_invpareto` = 26.4066)" +invpareto,62,32.4579,3.38744,27.1134,36.9774,1,parametric,10,1,"c(`000000001_invpareto` = 28.1678, `000000002_invpareto` = 27.998, `000000003_invpareto` = 29.7258, `000000004_invpareto` = 37.8539, `000000005_invpareto` = 31.6811, `000000006_invpareto` = 30.1714, `000000007_invpareto` = 33.9586, `000000008_invpareto` = 27.0306, `000000009_invpareto` = 29.0271, `000000010_invpareto` = 27.3986)" +invpareto,63,33.3846,3.36287,28.0931,37.8941,1,parametric,10,1,"c(`000000001_invpareto` = 29.1823, `000000002_invpareto` = 28.9485, `000000003_invpareto` = 30.6977, `000000004_invpareto` = 38.7594, `000000005_invpareto` = 32.5516, `000000006_invpareto` = 30.9778, `000000007_invpareto` = 34.9134, `000000008_invpareto` = 28.0008, `000000009_invpareto` = 29.9436, `000000010_invpareto` = 28.411)" +invpareto,64,34.3225,3.33545,29.0919,38.818600000000004,1,parametric,10,1,"c(`000000001_invpareto` = 30.2164, `000000002_invpareto` = 29.9156, `000000003_invpareto` = 31.6854, `000000004_invpareto` = 39.6719, `000000005_invpareto` = 33.4318, `000000006_invpareto` = 31.7926, `000000007_invpareto` = 35.8794, `000000008_invpareto` = 28.9897, `000000009_invpareto` = 30.874, `000000010_invpareto` = 29.444)" +invpareto,65,35.2716,3.30533,30.1099,39.7509,1,parametric,10,1,"c(`000000001_invpareto` = 31.2704, `000000002_invpareto` = 30.8992, `000000003_invpareto` = 32.6888, `000000004_invpareto` = 40.5911, `000000005_invpareto` = 34.3217, `000000006_invpareto` = 32.6157, `000000007_invpareto` = 36.8566, `000000008_invpareto` = 29.9974, `000000009_invpareto` = 31.8181, `000000010_invpareto` = 30.4976)" +invpareto,66,36.2318,3.27268,31.1472,40.6909,1,parametric,10,1,"c(`000000001_invpareto` = 32.3442, `000000002_invpareto` = 31.8994, `000000003_invpareto` = 33.7079, `000000004_invpareto` = 41.5172, `000000005_invpareto` = 35.221, `000000006_invpareto` = 33.447, `000000007_invpareto` = 37.8448, `000000008_invpareto` = 31.0239, `000000009_invpareto` = 32.776, `000000010_invpareto` = 31.5721)" +invpareto,67,37.2032,3.23771,32.2039,41.6386,1,parametric,10,1,"c(`000000001_invpareto` = 33.4378, `000000002_invpareto` = 32.9162, `000000003_invpareto` = 34.7427, `000000004_invpareto` = 42.45, `000000005_invpareto` = 36.1299, `000000006_invpareto` = 34.2866, `000000007_invpareto` = 38.844, `000000008_invpareto` = 32.0693, `000000009_invpareto` = 33.7477, `000000010_invpareto` = 32.6673)" +invpareto,68,38.1856,3.20065,33.2799,42.594,1,parametric,10,1,"c(`000000001_invpareto` = 34.5514, `000000002_invpareto` = 33.9496, `000000003_invpareto` = 35.7933, `000000004_invpareto` = 43.3894, `000000005_invpareto` = 37.0482, `000000006_invpareto` = 35.1343, `000000007_invpareto` = 39.8543, `000000008_invpareto` = 33.1337, `000000009_invpareto` = 34.7332, `000000010_invpareto` = 33.7835)" +invpareto,69,39.179,3.1618,34.3753,43.557,1,parametric,10,1,"c(`000000001_invpareto` = 35.6851, `000000002_invpareto` = 34.9997, `000000003_invpareto` = 36.8596, `000000004_invpareto` = 44.3355, `000000005_invpareto` = 37.976, `000000006_invpareto` = 35.9901, `000000007_invpareto` = 40.8755, `000000008_invpareto` = 34.217, `000000009_invpareto` = 35.7325, `000000010_invpareto` = 34.9207)" +invpareto,70,40.1835,3.12145,35.4875,44.5275,1,parametric,10,1,"c(`000000001_invpareto` = 36.8388, `000000002_invpareto` = 36.0664, `000000003_invpareto` = 37.9416, `000000004_invpareto` = 45.2881, `000000005_invpareto` = 38.9132, `000000006_invpareto` = 36.8541, `000000007_invpareto` = 41.9076, `000000008_invpareto` = 35.3195, `000000009_invpareto` = 36.7454, `000000010_invpareto` = 36.079)" +invpareto,71,41.1989,3.07998,36.6005,45.5055,1,parametric,10,1,"c(`000000001_invpareto` = 38.0126, `000000002_invpareto` = 37.1498, `000000003_invpareto` = 39.0394, `000000004_invpareto` = 46.2473, `000000005_invpareto` = 39.8596, `000000006_invpareto` = 37.726, `000000007_invpareto` = 42.9505, `000000008_invpareto` = 36.441, `000000009_invpareto` = 37.7722, `000000010_invpareto` = 37.2584)" +invpareto,72,42.2252,3.0378,37.7321,46.491,1,parametric,10,1,"c(`000000001_invpareto` = 39.2067, `000000002_invpareto` = 38.25, `000000003_invpareto` = 40.1529, `000000004_invpareto` = 47.2129, `000000005_invpareto` = 40.8154, `000000006_invpareto` = 38.606, `000000007_invpareto` = 44.0043, `000000008_invpareto` = 37.5818, `000000009_invpareto` = 38.8126, `000000010_invpareto` = 38.4591)" +invpareto,73,43.2624,2.99538,38.8824,47.4838,1,parametric,10,1,"c(`000000001_invpareto` = 40.421, `000000002_invpareto` = 39.3668, `000000003_invpareto` = 41.2822, `000000004_invpareto` = 48.1849, `000000005_invpareto` = 41.7805, `000000006_invpareto` = 39.4939, `000000007_invpareto` = 45.0689, `000000008_invpareto` = 38.7417, `000000009_invpareto` = 39.8668, `000000010_invpareto` = 39.6811)" +invpareto,74,44.3105,2.95326,40.0265,48.4841,1,parametric,10,1,"c(`000000001_invpareto` = 41.6556, `000000002_invpareto` = 40.5004, `000000003_invpareto` = 42.4272, `000000004_invpareto` = 49.1634, `000000005_invpareto` = 42.7548, `000000006_invpareto` = 40.3898, `000000007_invpareto` = 46.1442, `000000008_invpareto` = 39.921, `000000009_invpareto` = 40.9347, `000000010_invpareto` = 40.9246)" +invpareto,75,45.3693,2.91204,41.1587,49.4916,1,parametric,10,1,"c(`000000001_invpareto` = 42.9106, `000000002_invpareto` = 41.6508, `000000003_invpareto` = 43.5879, `000000004_invpareto` = 50.1481, `000000005_invpareto` = 43.7382, `000000006_invpareto` = 41.2935, `000000007_invpareto` = 47.2303, `000000008_invpareto` = 41.1196, `000000009_invpareto` = 42.0162, `000000010_invpareto` = 42.1895)" +invpareto,76,46.439,2.8724,42.2349,50.5064,1,parametric,10,1,"c(`000000001_invpareto` = 44.1861, `000000002_invpareto` = 42.8179, `000000003_invpareto` = 44.7644, `000000004_invpareto` = 51.1392, `000000005_invpareto` = 44.7308, `000000006_invpareto` = 42.2051, `000000007_invpareto` = 48.327, `000000008_invpareto` = 42.3376, `000000009_invpareto` = 43.1115, `000000010_invpareto` = 43.476)" +invpareto,77,47.5193,2.83507,43.2258,51.5285,1,parametric,10,1,"c(`000000001_invpareto` = 45.482, `000000002_invpareto` = 44.0019, `000000003_invpareto` = 45.9567, `000000004_invpareto` = 52.1365, `000000005_invpareto` = 45.7325, `000000006_invpareto` = 43.1245, `000000007_invpareto` = 49.4343, `000000008_invpareto` = 43.575, `000000009_invpareto` = 44.2204, `000000010_invpareto` = 44.7841)" +invpareto,78,48.6104,2.8009,44.2272,52.5578,1,parametric,10,1,"c(`000000001_invpareto` = 46.7985, `000000002_invpareto` = 45.2027, `000000003_invpareto` = 47.1647, `000000004_invpareto` = 53.14, `000000005_invpareto` = 46.7433, `000000006_invpareto` = 44.0516, `000000007_invpareto` = 50.5522, `000000008_invpareto` = 44.832, `000000009_invpareto` = 45.3429, `000000010_invpareto` = 46.1139)" +invpareto,79,49.7122,2.77078,45.239,53.5942,1,parametric,10,1,"c(`000000001_invpareto` = 48.1356, `000000002_invpareto` = 46.4203, `000000003_invpareto` = 48.3884, `000000004_invpareto` = 54.1497, `000000005_invpareto` = 47.7631, `000000006_invpareto` = 44.9866, `000000007_invpareto` = 51.6807, `000000008_invpareto` = 46.1085, `000000009_invpareto` = 46.4792, `000000010_invpareto` = 47.4656)" +invpareto,80,50.8246,2.74567,46.2611,54.6377,1,parametric,10,1,"c(`000000001_invpareto` = 49.4933, `000000002_invpareto` = 47.6548, `000000003_invpareto` = 49.628, `000000004_invpareto` = 55.1655, `000000005_invpareto` = 48.7919, `000000006_invpareto` = 45.9292, `000000007_invpareto` = 52.8197, `000000008_invpareto` = 47.4046, `000000009_invpareto` = 47.629, `000000010_invpareto` = 48.8391)" +invpareto,81,51.9476,2.7266,47.2937,55.6882,1,parametric,10,1,"c(`000000001_invpareto` = 50.8718, `000000002_invpareto` = 48.9062, `000000003_invpareto` = 50.8832, `000000004_invpareto` = 56.1873, `000000005_invpareto` = 49.8297, `000000006_invpareto` = 46.8795, `000000007_invpareto` = 53.9691, `000000008_invpareto` = 48.7203, `000000009_invpareto` = 48.7925, `000000010_invpareto` = 50.2345)" +invpareto,82,53.0812,2.71462,48.3172,56.7459,1,parametric,10,1,"c(`000000001_invpareto` = 52.271, `000000002_invpareto` = 50.1745, `000000003_invpareto` = 52.1543, `000000004_invpareto` = 57.2153, `000000005_invpareto` = 50.8764, `000000006_invpareto` = 47.8374, `000000007_invpareto` = 55.1291, `000000008_invpareto` = 50.0558, `000000009_invpareto` = 49.9697, `000000010_invpareto` = 51.652)" +invpareto,83,54.2253,2.71081,49.3334,57.8105,1,parametric,10,1,"c(`000000001_invpareto` = 53.691, `000000002_invpareto` = 51.4597, `000000003_invpareto` = 53.4411, `000000004_invpareto` = 58.2492, `000000005_invpareto` = 51.9321, `000000006_invpareto` = 48.8029, `000000007_invpareto` = 56.2994, `000000008_invpareto` = 51.411, `000000009_invpareto` = 51.1604, `000000010_invpareto` = 53.0915)" +invpareto,84,55.3799,2.71622,50.3585,58.8821,1,parametric,10,1,"c(`000000001_invpareto` = 55.132, `000000002_invpareto` = 52.7619, `000000003_invpareto` = 54.7437, `000000004_invpareto` = 59.2891, `000000005_invpareto` = 52.9965, `000000006_invpareto` = 49.7761, `000000007_invpareto` = 57.4801, `000000008_invpareto` = 52.786, `000000009_invpareto` = 52.3647, `000000010_invpareto` = 54.5532)" +invpareto,85,56.545,2.73187,51.3926,59.9605,1,parametric,10,1,"c(`000000001_invpareto` = 56.5938, `000000002_invpareto` = 54.0809, `000000003_invpareto` = 56.062, `000000004_invpareto` = 60.3349, `000000005_invpareto` = 54.0699, `000000006_invpareto` = 50.7567, `000000007_invpareto` = 58.6712, `000000008_invpareto` = 54.1808, `000000009_invpareto` = 53.5827, `000000010_invpareto` = 56.0371)" +invpareto,86,57.7206,2.75867,52.4355,61.0459,1,parametric,10,1,"c(`000000001_invpareto` = 58.0767, `000000002_invpareto` = 55.417, `000000003_invpareto` = 57.3962, `000000004_invpareto` = 61.3866, `000000005_invpareto` = 55.152, `000000006_invpareto` = 51.7449, `000000007_invpareto` = 59.8726, `000000008_invpareto` = 55.5956, `000000009_invpareto` = 54.8142, `000000010_invpareto` = 57.5433)" +invpareto,87,58.9066,2.79743,53.4873,62.1382,1,parametric,10,1,"c(`000000001_invpareto` = 59.5806, `000000002_invpareto` = 56.7701, `000000003_invpareto` = 58.7461, `000000004_invpareto` = 62.4441, `000000005_invpareto` = 56.2429, `000000006_invpareto` = 52.7405, `000000007_invpareto` = 61.0843, `000000008_invpareto` = 57.0303, `000000009_invpareto` = 56.0593, `000000010_invpareto` = 59.0719)" +invpareto,88,60.103,2.84883,54.5479,63.2372,1,parametric,10,1,"c(`000000001_invpareto` = 61.1055, `000000002_invpareto` = 58.1401, `000000003_invpareto` = 60.1117, `000000004_invpareto` = 63.5075, `000000005_invpareto` = 57.3425, `000000006_invpareto` = 53.7436, `000000007_invpareto` = 62.3062, `000000008_invpareto` = 58.4849, `000000009_invpareto` = 57.3179, `000000010_invpareto` = 60.623)" +invpareto,89,61.3098,2.91338,55.5859,64.3431,1,parametric,10,1,"c(`000000001_invpareto` = 62.6516, `000000002_invpareto` = 59.5272, `000000003_invpareto` = 61.4932, `000000004_invpareto` = 64.5767, `000000005_invpareto` = 58.4509, `000000006_invpareto` = 54.7542, `000000007_invpareto` = 63.5384, `000000008_invpareto` = 59.9597, `000000009_invpareto` = 58.5902, `000000010_invpareto` = 62.1965)" +invpareto,90,62.5269,2.99141,56.6261,65.4556,1,parametric,10,1,"c(`000000001_invpareto` = 64.2189, `000000002_invpareto` = 60.9313, `000000003_invpareto` = 62.8904, `000000004_invpareto` = 65.6516, `000000005_invpareto` = 59.5679, `000000006_invpareto` = 55.7721, `000000007_invpareto` = 64.7807, `000000008_invpareto` = 61.4545, `000000009_invpareto` = 59.8759, `000000010_invpareto` = 63.7926)" +invpareto,91,63.7543,3.08311,57.674,66.5749,1,parametric,10,1,"c(`000000001_invpareto` = 65.8075, `000000002_invpareto` = 62.3525, `000000003_invpareto` = 64.3034, `000000004_invpareto` = 66.7322, `000000005_invpareto` = 60.6935, `000000006_invpareto` = 56.7973, `000000007_invpareto` = 66.0332, `000000008_invpareto` = 62.9694, `000000009_invpareto` = 61.1752, `000000010_invpareto` = 65.4113)" +invpareto,92,64.9921,3.1885,58.7295,67.7283,1,parametric,10,1,"c(`000000001_invpareto` = 67.4173, `000000002_invpareto` = 63.7907, `000000003_invpareto` = 65.7322, `000000004_invpareto` = 67.8186, `000000005_invpareto` = 61.8278, `000000006_invpareto` = 57.8299, `000000007_invpareto` = 67.2958, `000000008_invpareto` = 64.5045, `000000009_invpareto` = 62.4881, `000000010_invpareto` = 67.0528)" +invpareto,93,66.24,3.30748,59.7925,69.0174,1,parametric,10,1,"c(`000000001_invpareto` = 69.0484, `000000002_invpareto` = 65.246, `000000003_invpareto` = 67.1768, `000000004_invpareto` = 68.9105, `000000005_invpareto` = 62.9707, `000000006_invpareto` = 58.8699, `000000007_invpareto` = 68.5686, `000000008_invpareto` = 66.0598, `000000009_invpareto` = 63.8144, `000000010_invpareto` = 68.7171)" +invpareto,94,67.4982,3.43984,60.8632,70.6342,1,parametric,10,1,"c(`000000001_invpareto` = 70.701, `000000002_invpareto` = 66.7185, `000000003_invpareto` = 68.6371, `000000004_invpareto` = 70.0081, `000000005_invpareto` = 64.1222, `000000006_invpareto` = 59.917, `000000007_invpareto` = 69.8514, `000000008_invpareto` = 67.6354, `000000009_invpareto` = 65.1543, `000000010_invpareto` = 70.4041)" +invpareto,95,68.7666,3.5853,61.9414,72.3163,1,parametric,10,1,"c(`000000001_invpareto` = 72.3749, `000000002_invpareto` = 68.208, `000000003_invpareto` = 70.1133, `000000004_invpareto` = 71.1113, `000000005_invpareto` = 65.2822, `000000006_invpareto` = 60.9715, `000000007_invpareto` = 71.1442, `000000008_invpareto` = 69.2313, `000000009_invpareto` = 66.5077, `000000010_invpareto` = 72.1141)" +invpareto,96,70.0452,3.7435,63.0271,74.0202,1,parametric,10,1,"c(`000000001_invpareto` = 74.0704, `000000002_invpareto` = 69.7147, `000000003_invpareto` = 71.6052, `000000004_invpareto` = 72.22, `000000005_invpareto` = 66.4506, `000000006_invpareto` = 62.0331, `000000007_invpareto` = 72.4471, `000000008_invpareto` = 70.8476, `000000009_invpareto` = 67.8746, `000000010_invpareto` = 73.8471)" +invpareto,97,71.3339,3.91408,64.1203,75.7459,1,parametric,10,1,"c(`000000001_invpareto` = 75.7874, `000000002_invpareto` = 71.2385, `000000003_invpareto` = 73.1129, `000000004_invpareto` = 73.3343, `000000005_invpareto` = 67.6276, `000000006_invpareto` = 63.102, `000000007_invpareto` = 73.7599, `000000008_invpareto` = 72.4842, `000000009_invpareto` = 69.255, `000000010_invpareto` = 75.6031)" +invpareto,98,72.6328,4.09664,65.2209,77.4936,1,parametric,10,1,"c(`000000001_invpareto` = 77.5259, `000000002_invpareto` = 72.7795, `000000003_invpareto` = 74.6365, `000000004_invpareto` = 74.4541, `000000005_invpareto` = 68.813, `000000006_invpareto` = 64.178, `000000007_invpareto` = 75.0827, `000000008_invpareto` = 74.1413, `000000009_invpareto` = 70.6488, `000000010_invpareto` = 77.3822)" +invpareto,99,73.9418,4.29079,66.329,79.2633,1,parametric,10,1,"c(`000000001_invpareto` = 79.2861, `000000002_invpareto` = 74.3377, `000000003_invpareto` = 76.1758, `000000004_invpareto` = 75.5793, `000000005_invpareto` = 70.0069, `000000006_invpareto` = 65.2612, `000000007_invpareto` = 76.4155, `000000008_invpareto` = 75.8189, `000000009_invpareto` = 72.0562, `000000010_invpareto` = 79.1845)" diff --git a/tests/testthat/_snaps/weibull/hc_anona.csv b/tests/testthat/_snaps/weibull/hc_anona.csv index e95446814..dbd90aacc 100644 --- a/tests/testthat/_snaps/weibull/hc_anona.csv +++ b/tests/testthat/_snaps/weibull/hc_anona.csv @@ -1,35 +1,60 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,6.42593,15.7252,0.700779,53.8366,1,parametric,1000,1,"c(`1` = 19.5331, `2` = 3.50237, `3` = 4.40539, `4` = 8.44417, `5` = 40.9936, `6` = 17.6807, `7` = 5.57319, `8` = 43.9998, `9` = 2.57976, `10` = 5.23002, `11` = 8.07911, `12` = 5.01415, `13` = 4.07884, `14` = 3.04445, `15` = 6.10087, `16` = 2.21551, `17` = 14.4184, `18` = 19.3822, `19` = 8.63474, `20` = 8.64451, `21` = 3.8992, `22` = 15.5584, `23` = 9.03457, `24` = 1.29008, `25` = 22.3785, `26` = 24.1325, `27` = 3.70208, `28` = 11.4905, `29` = 40.4752, `30` = 26.3224, `31` = 22.5898, `32` = 35.578, -`33` = 0.763847, `34` = 6.62819, `35` = 5.91055, `36` = 7.85492, `37` = 16.9274, `38` = 13.8314, `39` = 3.60487, `40` = 2.39172, `41` = 7.35896, `42` = 15.659, `43` = 75.3306, `44` = 26.3684, `45` = 22.3269, `46` = 33.0258, `47` = 10.0165, `48` = 2.14456, `49` = 2.60983, `50` = 5.91748, `51` = 16.2137, `52` = 2.84679, `53` = 86.756, `54` = 7.54035, `55` = 3.97361, `56` = 46.5391, `57` = 1.13562, `58` = 9.83459, `59` = 25.256, `60` = 28.5201, `61` = 2.29067, `62` = 2.89851, `63` = 13.054, `64` = 6.09376, -`65` = 8.04456, `66` = 6.73045, `67` = 42.9916, `68` = 9.31959, `69` = 17.2919, `70` = 16.7999, `71` = 18.8282, `72` = 3.50651, `73` = 32.3081, `74` = 14.462, `75` = 6.57278, `76` = 22.0119, `77` = 11.9243, `78` = 7.57869, `79` = 19.0743, `80` = 8.43343, `81` = 32.8611, `82` = 15.8782, `83` = 44.5713, `84` = 4.57285, `85` = 24.3771, `86` = 1.33401, `87` = 8.91724, `88` = 10.5243, `89` = 3.34072, `90` = 1.33834, `91` = 11.0379, `92` = 26.8795, `93` = 12.1171, `94` = 2.51289, `95` = 2.69368, `96` = 6.79688, -`97` = 2.47583, `98` = 10.5081, `99` = 49.6402, `100` = 3.51314, `101` = 9.0091, `102` = 4.57828, `103` = 3.18767, `104` = 2.22859, `105` = 5.089, `106` = 4.30603, `107` = 25.2069, `108` = 32.431, `109` = 16.917, `110` = 18.3169, `111` = 3.60502, `112` = 5.19706, `113` = 58.2366, `114` = 2.4731, `115` = 39.7094, `116` = 5.262, `117` = 32.1961, `118` = 21.2358, `119` = 2.26054, `120` = 4.44526, `121` = 2.98823, `122` = 7.56639, `123` = 26.8841, `124` = 9.39364, `125` = 13.0359, `126` = 5.72898, `127` = 8.1963, -`128` = 21.5161, `129` = 4.52517, `130` = 6.24429, `131` = 1.58898, `132` = 8.30927, `133` = 5.38344, `134` = 10.1527, `135` = 5.81332, `136` = 0.536, `137` = 1.29951, `138` = 70.4598, `139` = 4.5218, `140` = 21.6146, `141` = 3.35853, `142` = 16.6267, `143` = 6.14599, `144` = 9.08013, `145` = 1.86929, `146` = 0.223709, `147` = 2.16602, `148` = 6.83188, `149` = 8.64161, `150` = 10.0088, `151` = 9.28437, `152` = 0.340506, `153` = 10.6452, `154` = 6.50586, `155` = 28.2793, `156` = 3.38084, `157` = 40.4067, -`158` = 5.30406, `159` = 11.2295, `160` = 9.52455, `161` = 4.97173, `162` = 2.37949, `163` = 7.09773, `164` = 17.0816, `165` = 14.4958, `166` = 2.64117, `167` = 7.71315, `168` = 3.82515, `169` = 15.1812, `170` = 30.7656, `171` = 92.2867, `172` = 63.871, `173` = 24.312, `174` = 0.712989, `175` = 9.70749, `176` = 6.05038, `177` = 7.88639, `178` = 4.43079, `179` = 13.4615, `180` = 9.501, `181` = 38.8943, `182` = 11.0954, `183` = 9.27302, `184` = 4.25854, `185` = 93.3952, `186` = 15.5652, `187` = 39.1772, -`188` = 26.6589, `189` = 11.7129, `190` = 1.55133, `191` = 17.8172, `192` = 3.16555, `193` = 1.09582, `194` = 0.888257, `195` = 2.11508, `196` = 10.838, `197` = 3.27186, `198` = 22.6642, `199` = 0.621174, `200` = 5.66405, `201` = 5.161, `202` = 9.22598, `203` = 5.47799, `204` = 30.7631, `205` = 22.0846, `206` = 7.74121, `207` = 51.2734, `208` = 26.0558, `209` = 11.8084, `210` = 25.3367, `211` = 1.47333, `212` = 5.2519, `213` = 2.78534, `214` = 11.5703, `215` = 3.51625, `216` = 3.49188, `217` = 28.7613, -`218` = 7.91703, `219` = 10.5716, `220` = 4.28306, `221` = 11.8531, `222` = 7.44154, `223` = 3.765, `224` = 14.7505, `225` = 19.7469, `226` = 86.9182, `227` = 7.47854, `228` = 3.75788, `229` = 43.5514, `230` = 2.74848, `231` = 52.9375, `232` = 9.81075, `233` = 1.98022, `234` = 11.5546, `235` = 1.3808, `236` = 3.58995, `237` = 13.5264, `238` = 19.9423, `239` = 38.3479, `240` = 20.8023, `241` = 18.5119, `242` = 1.78821, `243` = 7.96529, `244` = 8.86736, `245` = 2.79539, `246` = 11.9238, `247` = 6.10008, -`248` = 4.57045, `249` = 23.1688, `250` = 5.40854, `251` = 42.124, `252` = 1.32764, `253` = 4.74331, `254` = 1.0336, `255` = 16.1201, `256` = 22.1978, `257` = 5.61835, `258` = 4.56019, `259` = 7.0714, `260` = 12.9862, `261` = 50.809, `262` = 2.90617, `263` = 14.2774, `264` = 49.8992, `265` = 2.85013, `266` = 15.6402, `267` = 5.55375, `268` = 3.17407, `269` = 2.81712, `270` = 6.64363, `271` = 18.8463, `272` = 8.59413, `273` = 4.7508, `274` = 0.510619, `275` = 15.9513, `276` = 8.20081, `277` = 1.40353, -`278` = 0.992825, `279` = 14.8639, `280` = 19.2484, `281` = 15.9111, `282` = 10.7234, `283` = 1.50415, `284` = 9.50879, `285` = 14.9757, `286` = 3.65943, `287` = 4.25508, `288` = 4.24626, `289` = 9.34912, `290` = 53.8243, `291` = 2.59144, `292` = 9.13096, `293` = 20.5689, `294` = 13.1817, `295` = 18.78, `296` = 13.8531, `297` = 98.3678, `298` = 51.642, `299` = 5.91122, `300` = 10.8193, `301` = 3.33318, `302` = 16.0674, `303` = 9.00824, `304` = 1.3898, `305` = 28.6678, `306` = 1.68446, `307` = 4.05562, -`308` = 20.7891, `309` = 2.50671, `310` = 21.1992, `311` = 60.1338, `312` = 91.2446, `313` = 0.701339, `314` = 4.01817, `315` = 6.45842, `316` = 11.7885, `317` = 15.399, `318` = 2.65002, `319` = 2.40269, `320` = 39.8727, `321` = 9.38844, `322` = 5.76483, `323` = 4.43044, `324` = 1.01785, `325` = 0.327894, `326` = 0.654509, `327` = 9.82909, `328` = 19.1258, `329` = 0.557289, `330` = 37.2338, `331` = 10.8717, `332` = 11.3219, `333` = 4.65425, `334` = 50.9008, `335` = 3.51677, `336` = 21.0197, `337` = 5.05263, -`338` = 0.861398, `339` = 1.31786, `340` = 27.6166, `341` = 1.38816, `342` = 41.2752, `343` = 68.5281, `344` = 5.23127, `345` = 10.2059, `346` = 4.4233, `347` = 8.75434, `348` = 2.07132, `349` = 4.36785, `350` = 5.03359, `351` = 2.30897, `352` = 29.6719, `353` = 35.8913, `354` = 2.04622, `355` = 2.37574, `356` = 7.59887, `357` = 2.58463, `358` = 7.05482, `359` = 1.90845, `360` = 19.8462, `361` = 4.73499, `362` = 8.12275, `363` = 32.4012, `364` = 36.7951, `365` = 2.21385, `366` = 54.3174, `367` = 0.464626, -`368` = 16.6775, `369` = 7.05753, `370` = 11.9265, `371` = 1.41303, `372` = 6.04357, `373` = 8.41013, `374` = 10.677, `375` = 5.10192, `376` = 42.4096, `377` = 25.3015, `378` = 3.04731, `379` = 43.449, `380` = 23.1752, `381` = 13.8767, `382` = 5.41866, `383` = 24.9717, `384` = 8.41034, `385` = 20.6526, `386` = 6.76133, `387` = 17.6998, `388` = 48.3427, `389` = 9.7351, `390` = 4.57018, `391` = 4.70174, `392` = 4.72629, `393` = 5.5764, `394` = 18.9296, `395` = 2.71817, `396` = 19.8358, `397` = 0.678945, -`398` = 3.15241, `399` = 2.89394, `400` = 8.84677, `401` = 3.53039, `402` = 7.37068, `403` = 8.72959, `404` = 1.50688, `405` = 0.430325, `406` = 6.00501, `407` = 2.41181, `408` = 13.1094, `409` = 5.04393, `410` = 10.4089, `411` = 8.84265, `412` = 21.1067, `413` = 0.250168, `414` = 4.72983, `415` = 6.08896, `416` = 4.38115, `417` = 18.6699, `418` = 0.22805, `419` = 46.1543, `420` = 35.9379, `421` = 5.47857, `422` = 42.5041, `423` = 13.1088, `424` = 3.16285, `425` = 7.68579, `426` = 20.0096, `427` = 1.70812, -`428` = 0.574166, `429` = 4.13371, `430` = 15.8509, `431` = 7.38628, `432` = 5.06015, `433` = 6.70333, `434` = 3.81487, `435` = 1.81241, `436` = 18.9917, `437` = 8.71808, `438` = 11.5419, `439` = 6.60181, `440` = 4.76986, `441` = 9.30323, `442` = 49.0862, `443` = 7.68434, `444` = 13.7419, `445` = 8.47849, `446` = 18.8172, `447` = 4.5712, `448` = 9.60829, `449` = 11.7751, `450` = 2.77071, `451` = 6.0213, `452` = 50.83, `453` = 16.4183, `454` = 4.14901, `455` = 7.10344, `456` = 22.5496, `457` = 3.79408, -`458` = 7.88205, `459` = 4.2691, `460` = 7.28264, `461` = 3.43429, `462` = 7.04886, `463` = 6.06098, `464` = 2.60018, `465` = 1.61453, `466` = 3.18944, `467` = 6.31173, `468` = 9.56193, `469` = 8.56931, `470` = 6.43574, `471` = 2.09943, `472` = 0.734383, `473` = 4.02167, `474` = 26.0732, `475` = 20.7008, `476` = 2.77823, `477` = 2.40451, `478` = 2.55422, `479` = 15.7038, `480` = 16.5543, `481` = 3.91185, `482` = 11.4309, `483` = 7.20386, `484` = 9.02764, `485` = 5.64589, `486` = 12.0163, `487` = 5.95359, -`488` = 29.2679, `489` = 2.02076, `490` = 0.72865, `491` = 10.7785, `492` = 1.75088, `493` = 4.26436, `494` = 1.54503, `495` = 32.653, `496` = 21.4886, `497` = 5.26937, `498` = 2.40438, `499` = 13.2695, `500` = 73.5551, `501` = 7.52621, `502` = 2.26801, `503` = 11.1128, `504` = 3.80305, `505` = 7.32303, `506` = 14.122, `507` = 24.5668, `508` = 10.7908, `509` = 7.11964, `510` = 18.0186, `511` = 27.3591, `512` = 45.8108, `513` = 15.531, `514` = 1.15017, `515` = 35.6829, `516` = 4.04566, `517` = 7.56499, -`518` = 57.08, `519` = 7.93466, `520` = 23.9923, `521` = 17.3402, `522` = 49.0538, `523` = 44.6869, `524` = 0.641294, `525` = 4.78781, `526` = 17.5014, `527` = 16.4103, `528` = 18.7773, `529` = 6.80921, `530` = 28.16, `531` = 19.2592, `532` = 3.19314, `533` = 8.08718, `534` = 12.3017, `535` = 3.26366, `536` = 9.14029, `537` = 9.55315, `538` = 1.04408, `539` = 3.33757, `540` = 1.42497, `541` = 7.79056, `542` = 37.3029, `543` = 19.1744, `544` = 1.4297, `545` = 17.0227, `546` = 37.4758, `547` = 1.77215, -`548` = 8.71198, `549` = 7.46525, `550` = 10.1372, `551` = 12.5699, `552` = 17.6189, `553` = 25.3683, `554` = 23.6704, `555` = 0.791656, `556` = 0.88918, `557` = 1.3843, `558` = 6.16652, `559` = 10.8137, `560` = 2.52467, `561` = 2.56055, `562` = 19.1653, `563` = 11.4417, `564` = 1.06915, `565` = 7.3853, `566` = 9.49729, `567` = 5.66331, `568` = 9.51731, `569` = 5.84608, `570` = 31.8077, `571` = 2.19095, `572` = 2.17926, `573` = 2.7264, `574` = 26.7503, `575` = 3.82691, `576` = 22.2218, `577` = 4.30551, -`578` = 7.97402, `579` = 1.58586, `580` = 108.985, `581` = 6.70311, `582` = 23.091, `583` = 13.1363, `584` = 2.08985, `585` = 10.6064, `586` = 3.02862, `587` = 31.4992, `588` = 1.10522, `589` = 1.09158, `590` = 3.02461, `591` = 8.1164, `592` = 11.565, `593` = 7.85491, `594` = 2.6821, `595` = 2.9878, `596` = 5.71777, `597` = 28.4818, `598` = 15.1131, `599` = 3.54826, `600` = 8.1434, `601` = 49.9339, `602` = 47.1519, `603` = 3.64611, `604` = 31.9502, `605` = 1.07942, `606` = 8.51158, `607` = 6.89227, -`608` = 5.85736, `609` = 11.2492, `610` = 10.4262, `611` = 0.67536, `612` = 13.6049, `613` = 6.57533, `614` = 3.73086, `615` = 7.59204, `616` = 5.0661, `617` = 1.37178, `618` = 18.6018, `619` = 22.7955, `620` = 5.0135, `621` = 2.37658, `622` = 1.48735, `623` = 132.538, `624` = 7.20672, `625` = 17.6038, `626` = 2.54831, `627` = 3.75283, `628` = 1.74231, `629` = 17.6134, `630` = 19.8454, `631` = 6.90455, `632` = 25.9413, `633` = 10.163, `634` = 1.99044, `635` = 3.28172, `636` = 1.94043, `637` = 8.409, -`638` = 3.67588, `639` = 1.03708, `640` = 1.05832, `641` = 2.23792, `642` = 18.9225, `643` = 10.6236, `644` = 4.06792, `645` = 0.999405, `646` = 7.09177, `647` = 2.60604, `648` = 7.44617, `649` = 19.6147, `650` = 6.01965, `651` = 1.1712, `652` = 2.61556, `653` = 15.1736, `654` = 3.53789, `655` = 2.01071, `656` = 7.14453, `657` = 73.5397, `658` = 4.80654, `659` = 14.6031, `660` = 12.6076, `661` = 10.1935, `662` = 3.97837, `663` = 3.30814, `664` = 1.6816, `665` = 8.13837, `666` = 3.67347, `667` = 13.284, -`668` = 16.4613, `669` = 0.623811, `670` = 4.89493, `671` = 7.08077, `672` = 43.5005, `673` = 7.4239, `674` = 7.0047, `675` = 23.4011, `676` = 28.0393, `677` = 2.98204, `678` = 14.4043, `679` = 6.58211, `680` = 23.3226, `681` = 36.596, `682` = 17.0606, `683` = 6.7984, `684` = 9.2242, `685` = 15.4452, `686` = 0.821804, `687` = 6.42025, `688` = 13.6097, `689` = 19.5224, `690` = 9.93553, `691` = 9, `692` = 10.1461, `693` = 13.122, `694` = 6.38611, `695` = 17.9711, `696` = 1.08286, `697` = 8.59671, `698` = 4.30025, -`699` = 9.57069, `700` = 0.438171, `701` = 7.41393, `702` = 56.4949, `703` = 1.06607, `704` = 8.62138, `705` = 24.0734, `706` = 1.95334, `707` = 2.0732, `708` = 39.2267, `709` = 8.00883, `710` = 20.4688, `711` = 13.4883, `712` = 1.61293, `713` = 0.451758, `714` = 6.71567, `715` = 9.29388, `716` = 8.7899, `717` = 1.88459, `718` = 15.6741, `719` = 13.5505, `720` = 1.44377, `721` = 33.0385, `722` = 2.14696, `723` = 2.71093, `724` = 9.36616, `725` = 16.8236, `726` = 10.5243, `727` = 1.62647, `728` = 1.49607, -`729` = 7.4276, `730` = 27.0418, `731` = 17.4308, `732` = 3.35695, `733` = 26.041, `734` = 0.89897, `735` = 1.17058, `736` = 1.52257, `737` = 6.0438, `738` = 27.2462, `739` = 6.00222, `740` = 4.53184, `741` = 2.96897, `742` = 31.6336, `743` = 11.9778, `744` = 9.00836, `745` = 20.5272, `746` = 7.58279, `747` = 8.17714, `748` = 76.374, `749` = 42.0792, `750` = 16.0415, `751` = 12.324, `752` = 9.68108, `753` = 1.47791, `754` = 5.09777, `755` = 1.80216, `756` = 0.538356, `757` = 1.40222, `758` = 6.7286, -`759` = 9.69449, `760` = 6.86486, `761` = 33.397, `762` = 5.53447, `763` = 5.52698, `764` = 8.51302, `765` = 23.3549, `766` = 16.0331, `767` = 39.0041, `768` = 19.1596, `769` = 23.9332, `770` = 9.24828, `771` = 4.96577, `772` = 29.5363, `773` = 5.6763, `774` = 5.08218, `775` = 13.4413, `776` = 9.30593, `777` = 4.34439, `778` = 0.241665, `779` = 3.9396, `780` = 5.11002, `781` = 14.4892, `782` = 5.86105, `783` = 24.1607, `784` = 12.3159, `785` = 2.30014, `786` = 7.50377, `787` = 2.54884, `788` = 23.4568, -`789` = 4.75188, `790` = 13.9528, `791` = 1.848, `792` = 16.6305, `793` = 5.42751, `794` = 1.45093, `795` = 10.8402, `796` = 7.97346, `797` = 3.88768, `798` = 1.27946, `799` = 0.667591, `800` = 3.70439, `801` = 4.82384, `802` = 59.9057, `803` = 1.59396, `804` = 1.51936, `805` = 29.5419, `806` = 3.97368, `807` = 7.91056, `808` = 47.4984, `809` = 11.2734, `810` = 40.3285, `811` = 6.33413, `812` = 21.6951, `813` = 20.3979, `814` = 1.60046, `815` = 38.5013, `816` = 3.29533, `817` = 18.9502, `818` = 2.40437, -`819` = 4.09541, `820` = 28.5431, `821` = 4.09271, `822` = 7.52661, `823` = 11.8491, `824` = 2.19932, `825` = 9.60986, `826` = 10.9279, `827` = 3.50406, `828` = 6.42423, `829` = 23.9029, `830` = 12.9467, `831` = 10.4749, `832` = 17.476, `833` = 8.30431, `834` = 2.64643, `835` = 29.8855, `836` = 1.75266, `837` = 5.03507, `838` = 37.8865, `839` = 12.3955, `840` = 11.7099, `841` = 8.77117, `842` = 24.8786, `843` = 16.2006, `844` = 33.8024, `845` = 42.8688, `846` = 5.17156, `847` = 15.3126, `848` = 14.4696, -`849` = 33.3277, `850` = 0.949044, `851` = 2.50631, `852` = 6.42967, `853` = 2.06227, `854` = 9.53237, `855` = 55.244, `856` = 8.75509, `857` = 46.6289, `858` = 10.1069, `859` = 13.0348, `860` = 5.82252, `861` = 16.2203, `862` = 3.24329, `863` = 22.3723, `864` = 2.44879, `865` = 10.0825, `866` = 3.43897, `867` = 18.8904, `868` = 21.9976, `869` = 31.0608, `870` = 23.0087, `871` = 12.6788, `872` = 22.9196, `873` = 6.18332, `874` = 27.103, `875` = 16.5707, `876` = 6.53201, `877` = 1.51848, `878` = 4.37924, -`879` = 18.4503, `880` = 11.6028, `881` = 3.27706, `882` = 15.6136, `883` = 13.7841, `884` = 10.9062, `885` = 13.8445, `886` = 2.69217, `887` = 5.5552, `888` = 23.3888, `889` = 10.0369, `890` = 5.24088, `891` = 3.56331, `892` = 5.4203, `893` = 0.539082, `894` = 18.5332, `895` = 1.45438, `896` = 24.0785, `897` = 3.17385, `898` = 2.97671, `899` = 40.5965, `900` = 17.3952, `901` = 15.7678, `902` = 9.02423, `903` = 18.975, `904` = 25.8865, `905` = 13.4198, `906` = 3.77375, `907` = 3.25729, `908` = 34.9333, -`909` = 8.19884, `910` = 6.25643, `911` = 0.447145, `912` = 13.7782, `913` = 34.9102, `914` = 5.79356, `915` = 9.003, `916` = 38.6106, `917` = 22.1561, `918` = 8.94896, `919` = 12.1627, `920` = 12.12, `921` = 5.64639, `922` = 42.0974, `923` = 8.53987, `924` = 1.46283, `925` = 5.6394, `926` = 6.09963, `927` = 4.61394, `928` = 44.2185, `929` = 21.86, `930` = 7.09298, `931` = 10.4599, `932` = 13.4528, `933` = 8.62484, `934` = 30.8728, `935` = 4.73692, `936` = 3.88546, `937` = 5.05228, `938` = 21.6266, -`939` = 7.37212, `940` = 0.498626, `941` = 10.1656, `942` = 2.98614, `943` = 14.3028, `944` = 14.1104, `945` = 3.75253, `946` = 4.10604, `947` = 5.93611, `948` = 64.6144, `949` = 36.0076, `950` = 82.53, `951` = 1.67667, `952` = 4.83928, `953` = 11.134, `954` = 2.07302, `955` = 137.509, `956` = 45.3875, `957` = 18.9344, `958` = 2.72535, `959` = 1.8311, `960` = 10.088, `961` = 1.59286, `962` = 4.35448, `963` = 17.1887, `964` = 1.03557, `965` = 8.90465, `966` = 6.35184, `967` = 14.0166, `968` = 9.17124, -`969` = 12.3635, `970` = 12.2255, `971` = 9.49688, `972` = 0.828505, `973` = 10.28, `974` = 6.47033, `975` = 12.7231, `976` = 42.6465, `977` = 16.3932, `978` = 17.974, `979` = 5.39286, `980` = 6.831, `981` = 8.63771, `982` = 4.33978, `983` = 3.10552, `984` = 0.806281, `985` = 3.26301, `986` = 3.12637, `987` = 18.2386, `988` = 4.84124, `989` = 17.9063, `990` = 4.06631, `991` = 11.3885, `992` = 5.29029, `993` = 16.8748, `994` = 3.84272, `995` = 1.22518, `996` = 2.15559, `997` = 48.3107, `998` = 13.3015, -`999` = 4.50655, `1000` = 18.1386)" +average,5,6.42593,15.7252,0.700779,53.8366,1,parametric,1000,1,"c(`000000001_weibull` = 19.5331, `000000002_weibull` = 3.50237, `000000003_weibull` = 4.40539, `000000004_weibull` = 8.44417, `000000005_weibull` = 40.9936, `000000006_weibull` = 17.6807, `000000007_weibull` = 5.57319, `000000008_weibull` = 43.9998, `000000009_weibull` = 2.57976, `000000010_weibull` = 5.23002, `000000011_weibull` = 8.07911, `000000012_weibull` = 5.01415, `000000013_weibull` = 4.07884, `000000014_weibull` = 3.04445, `000000015_weibull` = 6.10087, `000000016_weibull` = 2.21551, `000000017_weibull` = 14.4184, +`000000018_weibull` = 19.3822, `000000019_weibull` = 8.63474, `000000020_weibull` = 8.64451, `000000021_weibull` = 3.8992, `000000022_weibull` = 15.5584, `000000023_weibull` = 9.03457, `000000024_weibull` = 1.29008, `000000025_weibull` = 22.3785, `000000026_weibull` = 24.1325, `000000027_weibull` = 3.70208, `000000028_weibull` = 11.4905, `000000029_weibull` = 40.4752, `000000030_weibull` = 26.3224, `000000031_weibull` = 22.5898, `000000032_weibull` = 35.578, `000000033_weibull` = 0.763847, `000000034_weibull` = 6.62819, +`000000035_weibull` = 5.91055, `000000036_weibull` = 7.85492, `000000037_weibull` = 16.9274, `000000038_weibull` = 13.8314, `000000039_weibull` = 3.60487, `000000040_weibull` = 2.39172, `000000041_weibull` = 7.35896, `000000042_weibull` = 15.659, `000000043_weibull` = 75.3306, `000000044_weibull` = 26.3684, `000000045_weibull` = 22.3269, `000000046_weibull` = 33.0258, `000000047_weibull` = 10.0165, `000000048_weibull` = 2.14456, `000000049_weibull` = 2.60983, `000000050_weibull` = 5.91748, `000000051_weibull` = 16.2137, +`000000052_weibull` = 2.84679, `000000053_weibull` = 86.756, `000000054_weibull` = 7.54035, `000000055_weibull` = 3.97361, `000000056_weibull` = 46.5391, `000000057_weibull` = 1.13562, `000000058_weibull` = 9.83459, `000000059_weibull` = 25.256, `000000060_weibull` = 28.5201, `000000061_weibull` = 2.29067, `000000062_weibull` = 2.89851, `000000063_weibull` = 13.054, `000000064_weibull` = 6.09376, `000000065_weibull` = 8.04456, `000000066_weibull` = 6.73045, `000000067_weibull` = 42.9916, `000000068_weibull` = 9.31959, +`000000069_weibull` = 17.2919, `000000070_weibull` = 16.7999, `000000071_weibull` = 18.8282, `000000072_weibull` = 3.50651, `000000073_weibull` = 32.3081, `000000074_weibull` = 14.462, `000000075_weibull` = 6.57278, `000000076_weibull` = 22.0119, `000000077_weibull` = 11.9243, `000000078_weibull` = 7.57869, `000000079_weibull` = 19.0743, `000000080_weibull` = 8.43343, `000000081_weibull` = 32.8611, `000000082_weibull` = 15.8782, `000000083_weibull` = 44.5713, `000000084_weibull` = 4.57285, `000000085_weibull` = 24.3771, +`000000086_weibull` = 1.33401, `000000087_weibull` = 8.91724, `000000088_weibull` = 10.5243, `000000089_weibull` = 3.34072, `000000090_weibull` = 1.33834, `000000091_weibull` = 11.0379, `000000092_weibull` = 26.8795, `000000093_weibull` = 12.1171, `000000094_weibull` = 2.51289, `000000095_weibull` = 2.69368, `000000096_weibull` = 6.79688, `000000097_weibull` = 2.47583, `000000098_weibull` = 10.5081, `000000099_weibull` = 49.6402, `000000100_weibull` = 3.51314, `000000101_weibull` = 9.0091, `000000102_weibull` = 4.57828, +`000000103_weibull` = 3.18767, `000000104_weibull` = 2.22859, `000000105_weibull` = 5.089, `000000106_weibull` = 4.30603, `000000107_weibull` = 25.2069, `000000108_weibull` = 32.431, `000000109_weibull` = 16.917, `000000110_weibull` = 18.3169, `000000111_weibull` = 3.60502, `000000112_weibull` = 5.19706, `000000113_weibull` = 58.2366, `000000114_weibull` = 2.4731, `000000115_weibull` = 39.7094, `000000116_weibull` = 5.262, `000000117_weibull` = 32.1961, `000000118_weibull` = 21.2358, `000000119_weibull` = 2.26054, +`000000120_weibull` = 4.44526, `000000121_weibull` = 2.98823, `000000122_weibull` = 7.56639, `000000123_weibull` = 26.8841, `000000124_weibull` = 9.39364, `000000125_weibull` = 13.0359, `000000126_weibull` = 5.72898, `000000127_weibull` = 8.1963, `000000128_weibull` = 21.5161, `000000129_weibull` = 4.52517, `000000130_weibull` = 6.24429, `000000131_weibull` = 1.58898, `000000132_weibull` = 8.30927, `000000133_weibull` = 5.38344, `000000134_weibull` = 10.1527, `000000135_weibull` = 5.81332, `000000136_weibull` = 0.536, +`000000137_weibull` = 1.29951, `000000138_weibull` = 70.4598, `000000139_weibull` = 4.5218, `000000140_weibull` = 21.6146, `000000141_weibull` = 3.35853, `000000142_weibull` = 16.6267, `000000143_weibull` = 6.14599, `000000144_weibull` = 9.08013, `000000145_weibull` = 1.86929, `000000146_weibull` = 0.223709, `000000147_weibull` = 2.16602, `000000148_weibull` = 6.83188, `000000149_weibull` = 8.64161, `000000150_weibull` = 10.0088, `000000151_weibull` = 9.28437, `000000152_weibull` = 0.340506, `000000153_weibull` = 10.6452, +`000000154_weibull` = 6.50586, `000000155_weibull` = 28.2793, `000000156_weibull` = 3.38084, `000000157_weibull` = 40.4067, `000000158_weibull` = 5.30406, `000000159_weibull` = 11.2295, `000000160_weibull` = 9.52455, `000000161_weibull` = 4.97173, `000000162_weibull` = 2.37949, `000000163_weibull` = 7.09773, `000000164_weibull` = 17.0816, `000000165_weibull` = 14.4958, `000000166_weibull` = 2.64117, `000000167_weibull` = 7.71315, `000000168_weibull` = 3.82515, `000000169_weibull` = 15.1812, `000000170_weibull` = 30.7656, +`000000171_weibull` = 92.2867, `000000172_weibull` = 63.871, `000000173_weibull` = 24.312, `000000174_weibull` = 0.712989, `000000175_weibull` = 9.70749, `000000176_weibull` = 6.05038, `000000177_weibull` = 7.88639, `000000178_weibull` = 4.43079, `000000179_weibull` = 13.4615, `000000180_weibull` = 9.501, `000000181_weibull` = 38.8943, `000000182_weibull` = 11.0954, `000000183_weibull` = 9.27302, `000000184_weibull` = 4.25854, `000000185_weibull` = 93.3952, `000000186_weibull` = 15.5652, `000000187_weibull` = 39.1772, +`000000188_weibull` = 26.6589, `000000189_weibull` = 11.7129, `000000190_weibull` = 1.55133, `000000191_weibull` = 17.8172, `000000192_weibull` = 3.16555, `000000193_weibull` = 1.09582, `000000194_weibull` = 0.888257, `000000195_weibull` = 2.11508, `000000196_weibull` = 10.838, `000000197_weibull` = 3.27186, `000000198_weibull` = 22.6642, `000000199_weibull` = 0.621174, `000000200_weibull` = 5.66405, `000000201_weibull` = 5.161, `000000202_weibull` = 9.22598, `000000203_weibull` = 5.47799, `000000204_weibull` = 30.7631, +`000000205_weibull` = 22.0846, `000000206_weibull` = 7.74121, `000000207_weibull` = 51.2734, `000000208_weibull` = 26.0558, `000000209_weibull` = 11.8084, `000000210_weibull` = 25.3367, `000000211_weibull` = 1.47333, `000000212_weibull` = 5.2519, `000000213_weibull` = 2.78534, `000000214_weibull` = 11.5703, `000000215_weibull` = 3.51625, `000000216_weibull` = 3.49188, `000000217_weibull` = 28.7613, `000000218_weibull` = 7.91703, `000000219_weibull` = 10.5716, `000000220_weibull` = 4.28306, `000000221_weibull` = 11.8531, +`000000222_weibull` = 7.44154, `000000223_weibull` = 3.765, `000000224_weibull` = 14.7505, `000000225_weibull` = 19.7469, `000000226_weibull` = 86.9182, `000000227_weibull` = 7.47854, `000000228_weibull` = 3.75788, `000000229_weibull` = 43.5514, `000000230_weibull` = 2.74848, `000000231_weibull` = 52.9375, `000000232_weibull` = 9.81075, `000000233_weibull` = 1.98022, `000000234_weibull` = 11.5546, `000000235_weibull` = 1.3808, `000000236_weibull` = 3.58995, `000000237_weibull` = 13.5264, `000000238_weibull` = 19.9423, +`000000239_weibull` = 38.3479, `000000240_weibull` = 20.8023, `000000241_weibull` = 18.5119, `000000242_weibull` = 1.78821, `000000243_weibull` = 7.96529, `000000244_weibull` = 8.86736, `000000245_weibull` = 2.79539, `000000246_weibull` = 11.9238, `000000247_weibull` = 6.10008, `000000248_weibull` = 4.57045, `000000249_weibull` = 23.1688, `000000250_weibull` = 5.40854, `000000251_weibull` = 42.124, `000000252_weibull` = 1.32764, `000000253_weibull` = 4.74331, `000000254_weibull` = 1.0336, `000000255_weibull` = 16.1201, +`000000256_weibull` = 22.1978, `000000257_weibull` = 5.61835, `000000258_weibull` = 4.56019, `000000259_weibull` = 7.0714, `000000260_weibull` = 12.9862, `000000261_weibull` = 50.809, `000000262_weibull` = 2.90617, `000000263_weibull` = 14.2774, `000000264_weibull` = 49.8992, `000000265_weibull` = 2.85013, `000000266_weibull` = 15.6402, `000000267_weibull` = 5.55375, `000000268_weibull` = 3.17407, `000000269_weibull` = 2.81712, `000000270_weibull` = 6.64363, `000000271_weibull` = 18.8463, `000000272_weibull` = 8.59413, +`000000273_weibull` = 4.7508, `000000274_weibull` = 0.510619, `000000275_weibull` = 15.9513, `000000276_weibull` = 8.20081, `000000277_weibull` = 1.40353, `000000278_weibull` = 0.992825, `000000279_weibull` = 14.8639, `000000280_weibull` = 19.2484, `000000281_weibull` = 15.9111, `000000282_weibull` = 10.7234, `000000283_weibull` = 1.50415, `000000284_weibull` = 9.50879, `000000285_weibull` = 14.9757, `000000286_weibull` = 3.65943, `000000287_weibull` = 4.25508, `000000288_weibull` = 4.24626, `000000289_weibull` = 9.34912, +`000000290_weibull` = 53.8243, `000000291_weibull` = 2.59144, `000000292_weibull` = 9.13096, `000000293_weibull` = 20.5689, `000000294_weibull` = 13.1817, `000000295_weibull` = 18.78, `000000296_weibull` = 13.8531, `000000297_weibull` = 98.3678, `000000298_weibull` = 51.642, `000000299_weibull` = 5.91122, `000000300_weibull` = 10.8193, `000000301_weibull` = 3.33318, `000000302_weibull` = 16.0674, `000000303_weibull` = 9.00824, `000000304_weibull` = 1.3898, `000000305_weibull` = 28.6678, `000000306_weibull` = 1.68446, +`000000307_weibull` = 4.05562, `000000308_weibull` = 20.7891, `000000309_weibull` = 2.50671, `000000310_weibull` = 21.1992, `000000311_weibull` = 60.1338, `000000312_weibull` = 91.2446, `000000313_weibull` = 0.701339, `000000314_weibull` = 4.01817, `000000315_weibull` = 6.45842, `000000316_weibull` = 11.7885, `000000317_weibull` = 15.399, `000000318_weibull` = 2.65002, `000000319_weibull` = 2.40269, `000000320_weibull` = 39.8727, `000000321_weibull` = 9.38844, `000000322_weibull` = 5.76483, `000000323_weibull` = 4.43044, +`000000324_weibull` = 1.01785, `000000325_weibull` = 0.327894, `000000326_weibull` = 0.654509, `000000327_weibull` = 9.82909, `000000328_weibull` = 19.1258, `000000329_weibull` = 0.557289, `000000330_weibull` = 37.2338, `000000331_weibull` = 10.8717, `000000332_weibull` = 11.3219, `000000333_weibull` = 4.65425, `000000334_weibull` = 50.9008, `000000335_weibull` = 3.51677, `000000336_weibull` = 21.0197, `000000337_weibull` = 5.05263, `000000338_weibull` = 0.861398, `000000339_weibull` = 1.31786, `000000340_weibull` = 27.6166, +`000000341_weibull` = 1.38816, `000000342_weibull` = 41.2752, `000000343_weibull` = 68.5281, `000000344_weibull` = 5.23127, `000000345_weibull` = 10.2059, `000000346_weibull` = 4.4233, `000000347_weibull` = 8.75434, `000000348_weibull` = 2.07132, `000000349_weibull` = 4.36785, `000000350_weibull` = 5.03359, `000000351_weibull` = 2.30897, `000000352_weibull` = 29.6719, `000000353_weibull` = 35.8913, `000000354_weibull` = 2.04622, `000000355_weibull` = 2.37574, `000000356_weibull` = 7.59887, `000000357_weibull` = 2.58463, +`000000358_weibull` = 7.05482, `000000359_weibull` = 1.90845, `000000360_weibull` = 19.8462, `000000361_weibull` = 4.73499, `000000362_weibull` = 8.12275, `000000363_weibull` = 32.4012, `000000364_weibull` = 36.7951, `000000365_weibull` = 2.21385, `000000366_weibull` = 54.3174, `000000367_weibull` = 0.464626, `000000368_weibull` = 16.6775, `000000369_weibull` = 7.05753, `000000370_weibull` = 11.9265, `000000371_weibull` = 1.41303, `000000372_weibull` = 6.04357, `000000373_weibull` = 8.41013, `000000374_weibull` = 10.677, +`000000375_weibull` = 5.10192, `000000376_weibull` = 42.4096, `000000377_weibull` = 25.3015, `000000378_weibull` = 3.04731, `000000379_weibull` = 43.449, `000000380_weibull` = 23.1752, `000000381_weibull` = 13.8767, `000000382_weibull` = 5.41866, `000000383_weibull` = 24.9717, `000000384_weibull` = 8.41034, `000000385_weibull` = 20.6526, `000000386_weibull` = 6.76133, `000000387_weibull` = 17.6998, `000000388_weibull` = 48.3427, `000000389_weibull` = 9.7351, `000000390_weibull` = 4.57018, `000000391_weibull` = 4.70174, +`000000392_weibull` = 4.72629, `000000393_weibull` = 5.5764, `000000394_weibull` = 18.9296, `000000395_weibull` = 2.71817, `000000396_weibull` = 19.8358, `000000397_weibull` = 0.678945, `000000398_weibull` = 3.15241, `000000399_weibull` = 2.89394, `000000400_weibull` = 8.84677, `000000401_weibull` = 3.53039, `000000402_weibull` = 7.37068, `000000403_weibull` = 8.72959, `000000404_weibull` = 1.50688, `000000405_weibull` = 0.430325, `000000406_weibull` = 6.00501, `000000407_weibull` = 2.41181, `000000408_weibull` = 13.1094, +`000000409_weibull` = 5.04393, `000000410_weibull` = 10.4089, `000000411_weibull` = 8.84265, `000000412_weibull` = 21.1067, `000000413_weibull` = 0.250168, `000000414_weibull` = 4.72983, `000000415_weibull` = 6.08896, `000000416_weibull` = 4.38115, `000000417_weibull` = 18.6699, `000000418_weibull` = 0.22805, `000000419_weibull` = 46.1543, `000000420_weibull` = 35.9379, `000000421_weibull` = 5.47857, `000000422_weibull` = 42.5041, `000000423_weibull` = 13.1088, `000000424_weibull` = 3.16285, `000000425_weibull` = 7.68579, +`000000426_weibull` = 20.0096, `000000427_weibull` = 1.70812, `000000428_weibull` = 0.574166, `000000429_weibull` = 4.13371, `000000430_weibull` = 15.8509, `000000431_weibull` = 7.38628, `000000432_weibull` = 5.06015, `000000433_weibull` = 6.70333, `000000434_weibull` = 3.81487, `000000435_weibull` = 1.81241, `000000436_weibull` = 18.9917, `000000437_weibull` = 8.71808, `000000438_weibull` = 11.5419, `000000439_weibull` = 6.60181, `000000440_weibull` = 4.76986, `000000441_weibull` = 9.30323, `000000442_weibull` = 49.0862, +`000000443_weibull` = 7.68434, `000000444_weibull` = 13.7419, `000000445_weibull` = 8.47849, `000000446_weibull` = 18.8172, `000000447_weibull` = 4.5712, `000000448_weibull` = 9.60829, `000000449_weibull` = 11.7751, `000000450_weibull` = 2.77071, `000000451_weibull` = 6.0213, `000000452_weibull` = 50.83, `000000453_weibull` = 16.4183, `000000454_weibull` = 4.14901, `000000455_weibull` = 7.10344, `000000456_weibull` = 22.5496, `000000457_weibull` = 3.79408, `000000458_weibull` = 7.88205, `000000459_weibull` = 4.2691, +`000000460_weibull` = 7.28264, `000000461_weibull` = 3.43429, `000000462_weibull` = 7.04886, `000000463_weibull` = 6.06098, `000000464_weibull` = 2.60018, `000000465_weibull` = 1.61453, `000000466_weibull` = 3.18944, `000000467_weibull` = 6.31173, `000000468_weibull` = 9.56193, `000000469_weibull` = 8.56931, `000000470_weibull` = 6.43574, `000000471_weibull` = 2.09943, `000000472_weibull` = 0.734383, `000000473_weibull` = 4.02167, `000000474_weibull` = 26.0732, `000000475_weibull` = 20.7008, `000000476_weibull` = 2.77823, +`000000477_weibull` = 2.40451, `000000478_weibull` = 2.55422, `000000479_weibull` = 15.7038, `000000480_weibull` = 16.5543, `000000481_weibull` = 3.91185, `000000482_weibull` = 11.4309, `000000483_weibull` = 7.20386, `000000484_weibull` = 9.02764, `000000485_weibull` = 5.64589, `000000486_weibull` = 12.0163, `000000487_weibull` = 5.95359, `000000488_weibull` = 29.2679, `000000489_weibull` = 2.02076, `000000490_weibull` = 0.72865, `000000491_weibull` = 10.7785, `000000492_weibull` = 1.75088, `000000493_weibull` = 4.26436, +`000000494_weibull` = 1.54503, `000000495_weibull` = 32.653, `000000496_weibull` = 21.4886, `000000497_weibull` = 5.26937, `000000498_weibull` = 2.40438, `000000499_weibull` = 13.2695, `000000500_weibull` = 73.5551, `000000501_weibull` = 7.52621, `000000502_weibull` = 2.26801, `000000503_weibull` = 11.1128, `000000504_weibull` = 3.80305, `000000505_weibull` = 7.32303, `000000506_weibull` = 14.122, `000000507_weibull` = 24.5668, `000000508_weibull` = 10.7908, `000000509_weibull` = 7.11964, `000000510_weibull` = 18.0186, +`000000511_weibull` = 27.3591, `000000512_weibull` = 45.8108, `000000513_weibull` = 15.531, `000000514_weibull` = 1.15017, `000000515_weibull` = 35.6829, `000000516_weibull` = 4.04566, `000000517_weibull` = 7.56499, `000000518_weibull` = 57.08, `000000519_weibull` = 7.93466, `000000520_weibull` = 23.9923, `000000521_weibull` = 17.3402, `000000522_weibull` = 49.0538, `000000523_weibull` = 44.6869, `000000524_weibull` = 0.641294, `000000525_weibull` = 4.78781, `000000526_weibull` = 17.5014, `000000527_weibull` = 16.4103, +`000000528_weibull` = 18.7773, `000000529_weibull` = 6.80921, `000000530_weibull` = 28.16, `000000531_weibull` = 19.2592, `000000532_weibull` = 3.19314, `000000533_weibull` = 8.08718, `000000534_weibull` = 12.3017, `000000535_weibull` = 3.26366, `000000536_weibull` = 9.14029, `000000537_weibull` = 9.55315, `000000538_weibull` = 1.04408, `000000539_weibull` = 3.33757, `000000540_weibull` = 1.42497, `000000541_weibull` = 7.79056, `000000542_weibull` = 37.3029, `000000543_weibull` = 19.1744, `000000544_weibull` = 1.4297, +`000000545_weibull` = 17.0227, `000000546_weibull` = 37.4758, `000000547_weibull` = 1.77215, `000000548_weibull` = 8.71198, `000000549_weibull` = 7.46525, `000000550_weibull` = 10.1372, `000000551_weibull` = 12.5699, `000000552_weibull` = 17.6189, `000000553_weibull` = 25.3683, `000000554_weibull` = 23.6704, `000000555_weibull` = 0.791656, `000000556_weibull` = 0.88918, `000000557_weibull` = 1.3843, `000000558_weibull` = 6.16652, `000000559_weibull` = 10.8137, `000000560_weibull` = 2.52467, `000000561_weibull` = 2.56055, +`000000562_weibull` = 19.1653, `000000563_weibull` = 11.4417, `000000564_weibull` = 1.06915, `000000565_weibull` = 7.3853, `000000566_weibull` = 9.49729, `000000567_weibull` = 5.66331, `000000568_weibull` = 9.51731, `000000569_weibull` = 5.84608, `000000570_weibull` = 31.8077, `000000571_weibull` = 2.19095, `000000572_weibull` = 2.17926, `000000573_weibull` = 2.7264, `000000574_weibull` = 26.7503, `000000575_weibull` = 3.82691, `000000576_weibull` = 22.2218, `000000577_weibull` = 4.30551, `000000578_weibull` = 7.97402, +`000000579_weibull` = 1.58586, `000000580_weibull` = 108.985, `000000581_weibull` = 6.70311, `000000582_weibull` = 23.091, `000000583_weibull` = 13.1363, `000000584_weibull` = 2.08985, `000000585_weibull` = 10.6064, `000000586_weibull` = 3.02862, `000000587_weibull` = 31.4992, `000000588_weibull` = 1.10522, `000000589_weibull` = 1.09158, `000000590_weibull` = 3.02461, `000000591_weibull` = 8.1164, `000000592_weibull` = 11.565, `000000593_weibull` = 7.85491, `000000594_weibull` = 2.6821, `000000595_weibull` = 2.9878, +`000000596_weibull` = 5.71777, `000000597_weibull` = 28.4818, `000000598_weibull` = 15.1131, `000000599_weibull` = 3.54826, `000000600_weibull` = 8.1434, `000000601_weibull` = 49.9339, `000000602_weibull` = 47.1519, `000000603_weibull` = 3.64611, `000000604_weibull` = 31.9502, `000000605_weibull` = 1.07942, `000000606_weibull` = 8.51158, `000000607_weibull` = 6.89227, `000000608_weibull` = 5.85736, `000000609_weibull` = 11.2492, `000000610_weibull` = 10.4262, `000000611_weibull` = 0.67536, `000000612_weibull` = 13.6049, +`000000613_weibull` = 6.57533, `000000614_weibull` = 3.73086, `000000615_weibull` = 7.59204, `000000616_weibull` = 5.0661, `000000617_weibull` = 1.37178, `000000618_weibull` = 18.6018, `000000619_weibull` = 22.7955, `000000620_weibull` = 5.0135, `000000621_weibull` = 2.37658, `000000622_weibull` = 1.48735, `000000623_weibull` = 132.538, `000000624_weibull` = 7.20672, `000000625_weibull` = 17.6038, `000000626_weibull` = 2.54831, `000000627_weibull` = 3.75283, `000000628_weibull` = 1.74231, `000000629_weibull` = 17.6134, +`000000630_weibull` = 19.8454, `000000631_weibull` = 6.90455, `000000632_weibull` = 25.9413, `000000633_weibull` = 10.163, `000000634_weibull` = 1.99044, `000000635_weibull` = 3.28172, `000000636_weibull` = 1.94043, `000000637_weibull` = 8.409, `000000638_weibull` = 3.67588, `000000639_weibull` = 1.03708, `000000640_weibull` = 1.05832, `000000641_weibull` = 2.23792, `000000642_weibull` = 18.9225, `000000643_weibull` = 10.6236, `000000644_weibull` = 4.06792, `000000645_weibull` = 0.999405, `000000646_weibull` = 7.09177, +`000000647_weibull` = 2.60604, `000000648_weibull` = 7.44617, `000000649_weibull` = 19.6147, `000000650_weibull` = 6.01965, `000000651_weibull` = 1.1712, `000000652_weibull` = 2.61556, `000000653_weibull` = 15.1736, `000000654_weibull` = 3.53789, `000000655_weibull` = 2.01071, `000000656_weibull` = 7.14453, `000000657_weibull` = 73.5397, `000000658_weibull` = 4.80654, `000000659_weibull` = 14.6031, `000000660_weibull` = 12.6076, `000000661_weibull` = 10.1935, `000000662_weibull` = 3.97837, `000000663_weibull` = 3.30814, +`000000664_weibull` = 1.6816, `000000665_weibull` = 8.13837, `000000666_weibull` = 3.67347, `000000667_weibull` = 13.284, `000000668_weibull` = 16.4613, `000000669_weibull` = 0.623811, `000000670_weibull` = 4.89493, `000000671_weibull` = 7.08077, `000000672_weibull` = 43.5005, `000000673_weibull` = 7.4239, `000000674_weibull` = 7.0047, `000000675_weibull` = 23.4011, `000000676_weibull` = 28.0393, `000000677_weibull` = 2.98204, `000000678_weibull` = 14.4043, `000000679_weibull` = 6.58211, `000000680_weibull` = 23.3226, +`000000681_weibull` = 36.596, `000000682_weibull` = 17.0606, `000000683_weibull` = 6.7984, `000000684_weibull` = 9.2242, `000000685_weibull` = 15.4452, `000000686_weibull` = 0.821804, `000000687_weibull` = 6.42025, `000000688_weibull` = 13.6097, `000000689_weibull` = 19.5224, `000000690_weibull` = 9.93553, `000000691_weibull` = 9, `000000692_weibull` = 10.1461, `000000693_weibull` = 13.122, `000000694_weibull` = 6.38611, `000000695_weibull` = 17.9711, `000000696_weibull` = 1.08286, `000000697_weibull` = 8.59671, +`000000698_weibull` = 4.30025, `000000699_weibull` = 9.57069, `000000700_weibull` = 0.438171, `000000701_weibull` = 7.41393, `000000702_weibull` = 56.4949, `000000703_weibull` = 1.06607, `000000704_weibull` = 8.62138, `000000705_weibull` = 24.0734, `000000706_weibull` = 1.95334, `000000707_weibull` = 2.0732, `000000708_weibull` = 39.2267, `000000709_weibull` = 8.00883, `000000710_weibull` = 20.4688, `000000711_weibull` = 13.4883, `000000712_weibull` = 1.61293, `000000713_weibull` = 0.451758, `000000714_weibull` = 6.71567, +`000000715_weibull` = 9.29388, `000000716_weibull` = 8.7899, `000000717_weibull` = 1.88459, `000000718_weibull` = 15.6741, `000000719_weibull` = 13.5505, `000000720_weibull` = 1.44377, `000000721_weibull` = 33.0385, `000000722_weibull` = 2.14696, `000000723_weibull` = 2.71093, `000000724_weibull` = 9.36616, `000000725_weibull` = 16.8236, `000000726_weibull` = 10.5243, `000000727_weibull` = 1.62647, `000000728_weibull` = 1.49607, `000000729_weibull` = 7.4276, `000000730_weibull` = 27.0418, `000000731_weibull` = 17.4308, +`000000732_weibull` = 3.35695, `000000733_weibull` = 26.041, `000000734_weibull` = 0.89897, `000000735_weibull` = 1.17058, `000000736_weibull` = 1.52257, `000000737_weibull` = 6.0438, `000000738_weibull` = 27.2462, `000000739_weibull` = 6.00222, `000000740_weibull` = 4.53184, `000000741_weibull` = 2.96897, `000000742_weibull` = 31.6336, `000000743_weibull` = 11.9778, `000000744_weibull` = 9.00836, `000000745_weibull` = 20.5272, `000000746_weibull` = 7.58279, `000000747_weibull` = 8.17714, `000000748_weibull` = 76.374, +`000000749_weibull` = 42.0792, `000000750_weibull` = 16.0415, `000000751_weibull` = 12.324, `000000752_weibull` = 9.68108, `000000753_weibull` = 1.47791, `000000754_weibull` = 5.09777, `000000755_weibull` = 1.80216, `000000756_weibull` = 0.538356, `000000757_weibull` = 1.40222, `000000758_weibull` = 6.7286, `000000759_weibull` = 9.69449, `000000760_weibull` = 6.86486, `000000761_weibull` = 33.397, `000000762_weibull` = 5.53447, `000000763_weibull` = 5.52698, `000000764_weibull` = 8.51302, `000000765_weibull` = 23.3549, +`000000766_weibull` = 16.0331, `000000767_weibull` = 39.0041, `000000768_weibull` = 19.1596, `000000769_weibull` = 23.9332, `000000770_weibull` = 9.24828, `000000771_weibull` = 4.96577, `000000772_weibull` = 29.5363, `000000773_weibull` = 5.6763, `000000774_weibull` = 5.08218, `000000775_weibull` = 13.4413, `000000776_weibull` = 9.30593, `000000777_weibull` = 4.34439, `000000778_weibull` = 0.241665, `000000779_weibull` = 3.9396, `000000780_weibull` = 5.11002, `000000781_weibull` = 14.4892, `000000782_weibull` = 5.86105, +`000000783_weibull` = 24.1607, `000000784_weibull` = 12.3159, `000000785_weibull` = 2.30014, `000000786_weibull` = 7.50377, `000000787_weibull` = 2.54884, `000000788_weibull` = 23.4568, `000000789_weibull` = 4.75188, `000000790_weibull` = 13.9528, `000000791_weibull` = 1.848, `000000792_weibull` = 16.6305, `000000793_weibull` = 5.42751, `000000794_weibull` = 1.45093, `000000795_weibull` = 10.8402, `000000796_weibull` = 7.97346, `000000797_weibull` = 3.88768, `000000798_weibull` = 1.27946, `000000799_weibull` = 0.667591, +`000000800_weibull` = 3.70439, `000000801_weibull` = 4.82384, `000000802_weibull` = 59.9057, `000000803_weibull` = 1.59396, `000000804_weibull` = 1.51936, `000000805_weibull` = 29.5419, `000000806_weibull` = 3.97368, `000000807_weibull` = 7.91056, `000000808_weibull` = 47.4984, `000000809_weibull` = 11.2734, `000000810_weibull` = 40.3285, `000000811_weibull` = 6.33413, `000000812_weibull` = 21.6951, `000000813_weibull` = 20.3979, `000000814_weibull` = 1.60046, `000000815_weibull` = 38.5013, `000000816_weibull` = 3.29533, +`000000817_weibull` = 18.9502, `000000818_weibull` = 2.40437, `000000819_weibull` = 4.09541, `000000820_weibull` = 28.5431, `000000821_weibull` = 4.09271, `000000822_weibull` = 7.52661, `000000823_weibull` = 11.8491, `000000824_weibull` = 2.19932, `000000825_weibull` = 9.60986, `000000826_weibull` = 10.9279, `000000827_weibull` = 3.50406, `000000828_weibull` = 6.42423, `000000829_weibull` = 23.9029, `000000830_weibull` = 12.9467, `000000831_weibull` = 10.4749, `000000832_weibull` = 17.476, `000000833_weibull` = 8.30431, +`000000834_weibull` = 2.64643, `000000835_weibull` = 29.8855, `000000836_weibull` = 1.75266, `000000837_weibull` = 5.03507, `000000838_weibull` = 37.8865, `000000839_weibull` = 12.3955, `000000840_weibull` = 11.7099, `000000841_weibull` = 8.77117, `000000842_weibull` = 24.8786, `000000843_weibull` = 16.2006, `000000844_weibull` = 33.8024, `000000845_weibull` = 42.8688, `000000846_weibull` = 5.17156, `000000847_weibull` = 15.3126, `000000848_weibull` = 14.4696, `000000849_weibull` = 33.3277, `000000850_weibull` = 0.949044, +`000000851_weibull` = 2.50631, `000000852_weibull` = 6.42967, `000000853_weibull` = 2.06227, `000000854_weibull` = 9.53237, `000000855_weibull` = 55.244, `000000856_weibull` = 8.75509, `000000857_weibull` = 46.6289, `000000858_weibull` = 10.1069, `000000859_weibull` = 13.0348, `000000860_weibull` = 5.82252, `000000861_weibull` = 16.2203, `000000862_weibull` = 3.24329, `000000863_weibull` = 22.3723, `000000864_weibull` = 2.44879, `000000865_weibull` = 10.0825, `000000866_weibull` = 3.43897, `000000867_weibull` = 18.8904, +`000000868_weibull` = 21.9976, `000000869_weibull` = 31.0608, `000000870_weibull` = 23.0087, `000000871_weibull` = 12.6788, `000000872_weibull` = 22.9196, `000000873_weibull` = 6.18332, `000000874_weibull` = 27.103, `000000875_weibull` = 16.5707, `000000876_weibull` = 6.53201, `000000877_weibull` = 1.51848, `000000878_weibull` = 4.37924, `000000879_weibull` = 18.4503, `000000880_weibull` = 11.6028, `000000881_weibull` = 3.27706, `000000882_weibull` = 15.6136, `000000883_weibull` = 13.7841, `000000884_weibull` = 10.9062, +`000000885_weibull` = 13.8445, `000000886_weibull` = 2.69217, `000000887_weibull` = 5.5552, `000000888_weibull` = 23.3888, `000000889_weibull` = 10.0369, `000000890_weibull` = 5.24088, `000000891_weibull` = 3.56331, `000000892_weibull` = 5.4203, `000000893_weibull` = 0.539082, `000000894_weibull` = 18.5332, `000000895_weibull` = 1.45438, `000000896_weibull` = 24.0785, `000000897_weibull` = 3.17385, `000000898_weibull` = 2.97671, `000000899_weibull` = 40.5965, `000000900_weibull` = 17.3952, `000000901_weibull` = 15.7678, +`000000902_weibull` = 9.02423, `000000903_weibull` = 18.975, `000000904_weibull` = 25.8865, `000000905_weibull` = 13.4198, `000000906_weibull` = 3.77375, `000000907_weibull` = 3.25729, `000000908_weibull` = 34.9333, `000000909_weibull` = 8.19884, `000000910_weibull` = 6.25643, `000000911_weibull` = 0.447145, `000000912_weibull` = 13.7782, `000000913_weibull` = 34.9102, `000000914_weibull` = 5.79356, `000000915_weibull` = 9.003, `000000916_weibull` = 38.6106, `000000917_weibull` = 22.1561, `000000918_weibull` = 8.94896, +`000000919_weibull` = 12.1627, `000000920_weibull` = 12.12, `000000921_weibull` = 5.64639, `000000922_weibull` = 42.0974, `000000923_weibull` = 8.53987, `000000924_weibull` = 1.46283, `000000925_weibull` = 5.6394, `000000926_weibull` = 6.09963, `000000927_weibull` = 4.61394, `000000928_weibull` = 44.2185, `000000929_weibull` = 21.86, `000000930_weibull` = 7.09298, `000000931_weibull` = 10.4599, `000000932_weibull` = 13.4528, `000000933_weibull` = 8.62484, `000000934_weibull` = 30.8728, `000000935_weibull` = 4.73692, +`000000936_weibull` = 3.88546, `000000937_weibull` = 5.05228, `000000938_weibull` = 21.6266, `000000939_weibull` = 7.37212, `000000940_weibull` = 0.498626, `000000941_weibull` = 10.1656, `000000942_weibull` = 2.98614, `000000943_weibull` = 14.3028, `000000944_weibull` = 14.1104, `000000945_weibull` = 3.75253, `000000946_weibull` = 4.10604, `000000947_weibull` = 5.93611, `000000948_weibull` = 64.6144, `000000949_weibull` = 36.0076, `000000950_weibull` = 82.53, `000000951_weibull` = 1.67667, `000000952_weibull` = 4.83928, +`000000953_weibull` = 11.134, `000000954_weibull` = 2.07302, `000000955_weibull` = 137.509, `000000956_weibull` = 45.3875, `000000957_weibull` = 18.9344, `000000958_weibull` = 2.72535, `000000959_weibull` = 1.8311, `000000960_weibull` = 10.088, `000000961_weibull` = 1.59286, `000000962_weibull` = 4.35448, `000000963_weibull` = 17.1887, `000000964_weibull` = 1.03557, `000000965_weibull` = 8.90465, `000000966_weibull` = 6.35184, `000000967_weibull` = 14.0166, `000000968_weibull` = 9.17124, `000000969_weibull` = 12.3635, +`000000970_weibull` = 12.2255, `000000971_weibull` = 9.49688, `000000972_weibull` = 0.828505, `000000973_weibull` = 10.28, `000000974_weibull` = 6.47033, `000000975_weibull` = 12.7231, `000000976_weibull` = 42.6465, `000000977_weibull` = 16.3932, `000000978_weibull` = 17.974, `000000979_weibull` = 5.39286, `000000980_weibull` = 6.831, `000000981_weibull` = 8.63771, `000000982_weibull` = 4.33978, `000000983_weibull` = 3.10552, `000000984_weibull` = 0.806281, `000000985_weibull` = 3.26301, `000000986_weibull` = 3.12637, +`000000987_weibull` = 18.2386, `000000988_weibull` = 4.84124, `000000989_weibull` = 17.9063, `000000990_weibull` = 4.06631, `000000991_weibull` = 11.3885, `000000992_weibull` = 5.29029, `000000993_weibull` = 16.8748, `000000994_weibull` = 3.84272, `000000995_weibull` = 1.22518, `000000996_weibull` = 2.15559, `000000997_weibull` = 48.3107, `000000998_weibull` = 13.3015, `000000999_weibull` = 4.50655, `000001000_weibull` = 18.1386)" diff --git a/tests/testthat/_snaps/zzz-unstable/hc_err.csv b/tests/testthat/_snaps/zzz-unstable/hc_err.csv index b7e410603..201294379 100644 --- a/tests/testthat/_snaps/zzz-unstable/hc_err.csv +++ b/tests/testthat/_snaps/zzz-unstable/hc_err.csv @@ -1,5 +1,8 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,0.934681,0.33094,0.839423,2.35185,1,parametric,100,0.97,"c(`1` = 0.938309, `2` = 0.921492, `3` = 0.976452, `4` = 0.937676, `5` = 0.916564, `6` = 0.93363, `7` = 2.36254, `8` = 1.00023, `9` = 0.843843, `10` = 0.917514, `12` = 0.966987, `13` = 0.955331, `14` = 1.00475, `15` = 0.86994, `16` = 0.973393, `17` = 0.888046, `18` = 0.959686, `19` = 0.86763, `20` = 1.03404, `21` = 0.891417, `22` = 0.956618, `23` = 1.00887, `24` = 0.882686, `25` = 0.932632, `26` = 1.06307, `27` = 1.09617, `28` = 0.889259, `29` = 0.933498, `30` = 0.947976, `31` = 0.968768, `32` = 0.975291, -`33` = 1.36625, `34` = 1.31028, `35` = 0.960273, `36` = 0.924934, `37` = 0.839084, `38` = 0.838574, `40` = 1.61966, `41` = 0.961029, `42` = 2.31797, `44` = 0.950804, `45` = 0.917304, `46` = 0.966752, `47` = 0.88753, `48` = 0.982414, `49` = 1.07975, `50` = 2.37415, `51` = 0.957983, `52` = 0.955694, `53` = 0.859554, `54` = 0.897417, `55` = 0.859942, `56` = 1.33026, `57` = 0.931825, `58` = 0.752316, `59` = 0.92972, `60` = 0.97443, `61` = 0.894597, `62` = 0.932771, `63` = 0.936273, `64` = 0.990909, `65` = 0.912724, -`66` = 2.3358, `67` = 0.932765, `68` = 0.905385, `69` = 0.912759, `70` = 0.929238, `71` = 0.958767, `72` = 0.958577, `73` = 0.9362, `74` = 0.991807, `75` = 0.891679, `76` = 0.918306, `77` = 0.875618, `78` = 0.881916, `79` = 0.865236, `80` = 0.954742, `81` = 0.920668, `82` = 0.935746, `83` = 0.963067, `84` = 0.992425, `85` = 2.39985, `86` = 0.884771, `87` = 0.912418, `88` = 0.90747, `89` = 0.953145, `90` = 0.983482, `91` = 0.839932, `92` = 0.936457, `93` = 0.920262, `94` = 0.883519, `95` = 0.942607, -`96` = 0.950519, `97` = 0.945367, `98` = 0.936846, `99` = 0.948789, `100` = 0.94419)" +average,5,0.934681,0.33094,0.839423,2.35185,1,parametric,100,0.97,"c(`000000001_lnorm_lnorm` = 0.938309, `000000002_lnorm_lnorm` = 0.921492, `000000003_lnorm_lnorm` = 0.976452, `000000004_lnorm_lnorm` = 0.937676, `000000005_lnorm_lnorm` = 0.916564, `000000006_lnorm_lnorm` = 0.93363, `000000007_lnorm_lnorm` = 2.36254, `000000008_lnorm_lnorm` = 1.00023, `000000009_lnorm_lnorm` = 0.843843, `000000010_lnorm_lnorm` = 0.917514, `000000012_lnorm_lnorm` = 0.966987, `000000013_lnorm_lnorm` = 0.955331, `000000014_lnorm_lnorm` = 1.00475, `000000015_lnorm_lnorm` = 0.86994, +`000000016_lnorm_lnorm` = 0.973393, `000000017_lnorm_lnorm` = 0.888046, `000000018_lnorm_lnorm` = 0.959686, `000000019_lnorm_lnorm` = 0.86763, `000000020_lnorm_lnorm` = 1.03404, `000000021_lnorm_lnorm` = 0.891417, `000000022_lnorm_lnorm` = 0.956618, `000000023_lnorm_lnorm` = 1.00887, `000000024_lnorm_lnorm` = 0.882686, `000000025_lnorm_lnorm` = 0.932632, `000000026_lnorm_lnorm` = 1.06307, `000000027_lnorm_lnorm` = 1.09617, `000000028_lnorm_lnorm` = 0.889259, `000000029_lnorm_lnorm` = 0.933498, `000000030_lnorm_lnorm` = 0.947976, +`000000031_lnorm_lnorm` = 0.968768, `000000032_lnorm_lnorm` = 0.975291, `000000033_lnorm_lnorm` = 1.36625, `000000034_lnorm_lnorm` = 1.31028, `000000035_lnorm_lnorm` = 0.960273, `000000036_lnorm_lnorm` = 0.924934, `000000037_lnorm_lnorm` = 0.839084, `000000038_lnorm_lnorm` = 0.838574, `000000040_lnorm_lnorm` = 1.61966, `000000041_lnorm_lnorm` = 0.961029, `000000042_lnorm_lnorm` = 2.31797, `000000044_lnorm_lnorm` = 0.950804, `000000045_lnorm_lnorm` = 0.917304, `000000046_lnorm_lnorm` = 0.966752, `000000047_lnorm_lnorm` = 0.88753, +`000000048_lnorm_lnorm` = 0.982414, `000000049_lnorm_lnorm` = 1.07975, `000000050_lnorm_lnorm` = 2.37415, `000000051_lnorm_lnorm` = 0.957983, `000000052_lnorm_lnorm` = 0.955694, `000000053_lnorm_lnorm` = 0.859554, `000000054_lnorm_lnorm` = 0.897417, `000000055_lnorm_lnorm` = 0.859942, `000000056_lnorm_lnorm` = 1.33026, `000000057_lnorm_lnorm` = 0.931825, `000000058_lnorm_lnorm` = 0.752316, `000000059_lnorm_lnorm` = 0.92972, `000000060_lnorm_lnorm` = 0.97443, `000000061_lnorm_lnorm` = 0.894597, `000000062_lnorm_lnorm` = 0.932771, +`000000063_lnorm_lnorm` = 0.936273, `000000064_lnorm_lnorm` = 0.990909, `000000065_lnorm_lnorm` = 0.912724, `000000066_lnorm_lnorm` = 2.3358, `000000067_lnorm_lnorm` = 0.932765, `000000068_lnorm_lnorm` = 0.905385, `000000069_lnorm_lnorm` = 0.912759, `000000070_lnorm_lnorm` = 0.929238, `000000071_lnorm_lnorm` = 0.958767, `000000072_lnorm_lnorm` = 0.958577, `000000073_lnorm_lnorm` = 0.9362, `000000074_lnorm_lnorm` = 0.991807, `000000075_lnorm_lnorm` = 0.891679, `000000076_lnorm_lnorm` = 0.918306, `000000077_lnorm_lnorm` = 0.875618, +`000000078_lnorm_lnorm` = 0.881916, `000000079_lnorm_lnorm` = 0.865236, `000000080_lnorm_lnorm` = 0.954742, `000000081_lnorm_lnorm` = 0.920668, `000000082_lnorm_lnorm` = 0.935746, `000000083_lnorm_lnorm` = 0.963067, `000000084_lnorm_lnorm` = 0.992425, `000000085_lnorm_lnorm` = 2.39985, `000000086_lnorm_lnorm` = 0.884771, `000000087_lnorm_lnorm` = 0.912418, `000000088_lnorm_lnorm` = 0.90747, `000000089_lnorm_lnorm` = 0.953145, `000000090_lnorm_lnorm` = 0.983482, `000000091_lnorm_lnorm` = 0.839932, +`000000092_lnorm_lnorm` = 0.936457, `000000093_lnorm_lnorm` = 0.920262, `000000094_lnorm_lnorm` = 0.883519, `000000095_lnorm_lnorm` = 0.942607, `000000096_lnorm_lnorm` = 0.950519, `000000097_lnorm_lnorm` = 0.945367, `000000098_lnorm_lnorm` = 0.936846, `000000099_lnorm_lnorm` = 0.948789, `000000100_lnorm_lnorm` = 0.94419)" diff --git a/tests/testthat/_snaps/zzz-unstable/hc_err_na.csv b/tests/testthat/_snaps/zzz-unstable/hc_err_na.csv index 7457debee..af11898fa 100644 --- a/tests/testthat/_snaps/zzz-unstable/hc_err_na.csv +++ b/tests/testthat/_snaps/zzz-unstable/hc_err_na.csv @@ -1,5 +1,7 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,0.934681,NA,NA,NA,1,parametric,100,0.94,"c(`2` = 0.946986, `3` = 0.921155, `4` = 0.892664, `5` = 1.03932, `6` = 0.919293, `7` = 0.903474, `8` = 0.938033, `9` = 0.951329, `10` = 0.948492, `11` = 0.900046, `12` = 0.94815, `13` = 0.991441, `14` = 0.887905, `16` = 0.995732, `17` = 0.915785, `18` = 0.925293, `19` = 0.927392, `20` = 0.917602, `21` = 0.984131, `22` = 1.00308, `23` = 0.876907, `24` = 0.979132, `25` = 0.948472, `26` = 1.01802, `27` = 0.959612, `28` = 0.989691, `29` = 0.961134, `30` = 0.931412, `31` = 0.886038, `32` = 0.95156, `34` = 0.965097, -`35` = 0.894106, `36` = 0.948195, `37` = 0.881294, `38` = 0.936809, `39` = 0.951536, `40` = 0.816096, `41` = 1.04284, `42` = 0.99, `43` = 0.893269, `44` = 0.879694, `45` = 0.942446, `46` = 0.951579, `47` = 0.958246, `48` = 0.974954, `49` = 1.1965, `50` = 0.894244, `52` = 0.93012, `53` = 0.907564, `54` = 0.927932, `55` = 1.01161, `56` = 0.930321, `57` = 0.93081, `58` = 0.97666, `59` = 0.963288, `60` = 1.40787, `62` = 0.941558, `63` = 0.92854, `64` = 1.44353, `65` = 0.910533, `66` = 0.956769, `67` = 0.971576, -`68` = 0.93669, `69` = 0.945917, `70` = 0.925188, `71` = 1.02306, `72` = 0.952297, `73` = 0.881984, `74` = 0.942807, `75` = 0.902159, `76` = 0.917078, `77` = 1.58892, `78` = 0.978906, `79` = 0.938252, `80` = 1.18921, `81` = 1.00754, `82` = 0.88255, `83` = 0.888546, `84` = 0.979977, `85` = 0.926505, `86` = 0.887934, `87` = 0.901096, `88` = 0.986784, `89` = 0.94963, `90` = 0.930622, `91` = 0.909051, `92` = 0.975165, `93` = 1.00657, `94` = 2.3535, `95` = 0.934421, `96` = 0.911231, `97` = 0.938687, `98` = 0.975625, -`99` = 1.01117)" +average,5,0.934681,NA,NA,NA,1,parametric,100,0.94,"c(`000000002_multi` = 0.946986, `000000003_multi` = 0.921155, `000000004_multi` = 0.892664, `000000005_multi` = 1.03932, `000000006_multi` = 0.919293, `000000007_multi` = 0.903474, `000000008_multi` = 0.938033, `000000009_multi` = 0.951329, `000000010_multi` = 0.948492, `000000011_multi` = 0.900046, `000000012_multi` = 0.94815, `000000013_multi` = 0.991441, `000000014_multi` = 0.887905, `000000016_multi` = 0.995732, `000000017_multi` = 0.915785, `000000018_multi` = 0.925293, `000000019_multi` = 0.927392, +`000000020_multi` = 0.917602, `000000021_multi` = 0.984131, `000000022_multi` = 1.00308, `000000023_multi` = 0.876907, `000000024_multi` = 0.979132, `000000025_multi` = 0.948472, `000000026_multi` = 1.01802, `000000027_multi` = 0.959612, `000000028_multi` = 0.989691, `000000029_multi` = 0.961134, `000000030_multi` = 0.931412, `000000031_multi` = 0.886038, `000000032_multi` = 0.95156, `000000034_multi` = 0.965097, `000000035_multi` = 0.894106, `000000036_multi` = 0.948195, `000000037_multi` = 0.881294, +`000000038_multi` = 0.936809, `000000039_multi` = 0.951536, `000000040_multi` = 0.816096, `000000041_multi` = 1.04284, `000000042_multi` = 0.99, `000000043_multi` = 0.893269, `000000044_multi` = 0.879694, `000000045_multi` = 0.942446, `000000046_multi` = 0.951579, `000000047_multi` = 0.958246, `000000048_multi` = 0.974954, `000000049_multi` = 1.1965, `000000050_multi` = 0.894244, `000000052_multi` = 0.93012, `000000053_multi` = 0.907564, `000000054_multi` = 0.927932, `000000055_multi` = 1.01161, +`000000056_multi` = 0.930321, `000000057_multi` = 0.93081, `000000058_multi` = 0.97666, `000000059_multi` = 0.963288, `000000060_multi` = 1.40787, `000000062_multi` = 0.941558, `000000063_multi` = 0.92854, `000000064_multi` = 1.44353, `000000065_multi` = 0.910533, `000000066_multi` = 0.956769, `000000067_multi` = 0.971576, `000000068_multi` = 0.93669, `000000069_multi` = 0.945917, `000000070_multi` = 0.925188, `000000071_multi` = 1.02306, `000000072_multi` = 0.952297, `000000073_multi` = 0.881984, +`000000074_multi` = 0.942807, `000000075_multi` = 0.902159, `000000076_multi` = 0.917078, `000000077_multi` = 1.58892, `000000078_multi` = 0.978906, `000000079_multi` = 0.938252, `000000080_multi` = 1.18921, `000000081_multi` = 1.00754, `000000082_multi` = 0.88255, `000000083_multi` = 0.888546, `000000084_multi` = 0.979977, `000000085_multi` = 0.926505, `000000086_multi` = 0.887934, `000000087_multi` = 0.901096, `000000088_multi` = 0.986784, `000000089_multi` = 0.94963, `000000090_multi` = 0.930622, +`000000091_multi` = 0.909051, `000000092_multi` = 0.975165, `000000093_multi` = 1.00657, `000000094_multi` = 2.3535, `000000095_multi` = 0.934421, `000000096_multi` = 0.911231, `000000097_multi` = 0.938687, `000000098_multi` = 0.975625, `000000099_multi` = 1.01117)" diff --git a/tests/testthat/_snaps/zzz-unstable/hc_nonpara.csv b/tests/testthat/_snaps/zzz-unstable/hc_nonpara.csv index 79c8f6811..d178a873b 100644 --- a/tests/testthat/_snaps/zzz-unstable/hc_nonpara.csv +++ b/tests/testthat/_snaps/zzz-unstable/hc_nonpara.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.42635,0.0298623,1.37466,1.45809,1,non-parametric,10,1,"c(`1` = 1.44298, `2` = 1.3734, `3` = 1.43012, `4` = 1.39918, `5` = 1.40569, `6` = 1.39248, `7` = 1.379, `8` = 1.43881, `9` = 1.43309, `10` = 1.46248)" +average,5,1.42635,0.0298623,1.37466,1.45809,1,non-parametric,10,1,"c(`000000001_lnorm` = 1.44298, `000000002_lnorm` = 1.3734, `000000003_lnorm` = 1.43012, `000000004_lnorm` = 1.39918, `000000005_lnorm` = 1.40569, `000000006_lnorm` = 1.39248, `000000007_lnorm` = 1.379, `000000008_lnorm` = 1.43881, `000000009_lnorm` = 1.43309, `000000010_lnorm` = 1.46248)" diff --git a/tests/testthat/_snaps/zzz-unstable/hc_para.csv b/tests/testthat/_snaps/zzz-unstable/hc_para.csv index 154a3b94a..020d00c7c 100644 --- a/tests/testthat/_snaps/zzz-unstable/hc_para.csv +++ b/tests/testthat/_snaps/zzz-unstable/hc_para.csv @@ -1,2 +1,2 @@ dist,percent,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,5,1.42635,0.0143222,1.39439,1.43839,1,parametric,10,1,"c(`1` = 1.3915, `2` = 1.42055, `3` = 1.41287, `4` = 1.42336, `5` = 1.42911, `6` = 1.40433, `7` = 1.42858, `8` = 1.44108, `9` = 1.40699, `10` = 1.4205)" +average,5,1.42635,0.0143222,1.39439,1.43839,1,parametric,10,1,"c(`000000001_lnorm` = 1.3915, `000000002_lnorm` = 1.42055, `000000003_lnorm` = 1.41287, `000000004_lnorm` = 1.42336, `000000005_lnorm` = 1.42911, `000000006_lnorm` = 1.40433, `000000007_lnorm` = 1.42858, `000000008_lnorm` = 1.44108, `000000009_lnorm` = 1.40699, `000000010_lnorm` = 1.4205)" diff --git a/tests/testthat/_snaps/zzz-unstable/hp_err.csv b/tests/testthat/_snaps/zzz-unstable/hp_err.csv index 1307b06b8..81573dd4e 100644 --- a/tests/testthat/_snaps/zzz-unstable/hp_err.csv +++ b/tests/testthat/_snaps/zzz-unstable/hp_err.csv @@ -1,5 +1,8 @@ dist,conc,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,1,9.18236,5.44367,2.45953e-42,21.8494,1,parametric,100,0.97,"c(`1` = 7.41102, `2` = 13.3335, `3` = 14.4719, `4` = 8.75388, `5` = 10, `6` = 9.96214, `7` = 7.17235e-41, `8` = 4.95035, `9` = 18.1818, `10` = 8.61808, `12` = 6.57879, `13` = 9.21651, `14` = 4.59019, `15` = 18.3055, `16` = 8.65505, `17` = 13.9723, `18` = 6.35195, `19` = 13.3287, `20` = 3.655, `21` = 12.8483, `22` = 7.34941, `23` = 4.45543, `24` = 26.7168, `25` = 14.4052, `26` = 2.27644, `27` = 3.71834, `28` = 15.8377, `29` = 12.3375, `30` = 9.79963, `31` = 8.51369, `32` = 6.28838, `33` = 2.38818, -`34` = 2.88068, `35` = 8.55692, `36` = 16.9176, `37` = 7.45073, `38` = 13.8323, `40` = 0.336167, `41` = 7.37857, `42` = 5.17893e-70, `44` = 12.2593, `45` = 10.9025, `46` = 6.54848, `47` = 19.8452, `48` = 6.22226, `49` = 4.3028, `50` = 6.14884e-42, `51` = 13.9544, `52` = 9.41356, `53` = 10, `54` = 23.2374, `55` = 9.99905, `56` = 1.94218, `57` = 13.4475, `58` = 10.656, `59` = 9.83732, `60` = 6.69575, `61` = 19.0536, `62` = 15.1477, `63` = 7.25714, `64` = 5.7783, `65` = 23.1855, `66` = 1.50003e-60, -`67` = 13.5693, `68` = 15.1019, `69` = 9.6924, `70` = 13.526, `71` = 10.0436, `72` = 10.7477, `73` = 15.0503, `74` = 5.77536, `75` = 19.6345, `76` = 15.3835, `77` = 19.8436, `78` = 13.333, `79` = 15.3934, `80` = 10.8823, `81` = 10.665, `82` = 9.52448, `83` = 7.68071, `84` = 5.53844, `85` = 8.72203e-53, `86` = 13.5838, `87` = 9.94503, `88` = 10, `89` = 13.2839, `90` = 9.99982, `91` = 16.9759, `92` = 7.2115, `93` = 12.4592, `94` = 12.0327, `95` = 9.81552, `96` = 8.25709, `97` = 7.71864, `98` = 12.8752, -`99` = 7.59707, `100` = 9.90189)" +average,1,9.18236,5.44367,2.45953e-42,21.8494,1,parametric,100,0.97,"c(`000000001_lnorm_lnorm` = 7.41102, `000000002_lnorm_lnorm` = 13.3335, `000000003_lnorm_lnorm` = 14.4719, `000000004_lnorm_lnorm` = 8.75388, `000000005_lnorm_lnorm` = 10, `000000006_lnorm_lnorm` = 9.96214, `000000007_lnorm_lnorm` = 7.17235e-41, `000000008_lnorm_lnorm` = 4.95035, `000000009_lnorm_lnorm` = 18.1818, `000000010_lnorm_lnorm` = 8.61808, `000000012_lnorm_lnorm` = 6.57879, `000000013_lnorm_lnorm` = 9.21651, `000000014_lnorm_lnorm` = 4.59019, `000000015_lnorm_lnorm` = 18.3055, `000000016_lnorm_lnorm` = 8.65505, +`000000017_lnorm_lnorm` = 13.9723, `000000018_lnorm_lnorm` = 6.35195, `000000019_lnorm_lnorm` = 13.3287, `000000020_lnorm_lnorm` = 3.655, `000000021_lnorm_lnorm` = 12.8483, `000000022_lnorm_lnorm` = 7.34941, `000000023_lnorm_lnorm` = 4.45543, `000000024_lnorm_lnorm` = 26.7168, `000000025_lnorm_lnorm` = 14.4052, `000000026_lnorm_lnorm` = 2.27644, `000000027_lnorm_lnorm` = 3.71834, `000000028_lnorm_lnorm` = 15.8377, `000000029_lnorm_lnorm` = 12.3375, `000000030_lnorm_lnorm` = 9.79963, `000000031_lnorm_lnorm` = 8.51369, +`000000032_lnorm_lnorm` = 6.28838, `000000033_lnorm_lnorm` = 2.38818, `000000034_lnorm_lnorm` = 2.88068, `000000035_lnorm_lnorm` = 8.55692, `000000036_lnorm_lnorm` = 16.9176, `000000037_lnorm_lnorm` = 7.45073, `000000038_lnorm_lnorm` = 13.8323, `000000040_lnorm_lnorm` = 0.336167, `000000041_lnorm_lnorm` = 7.37857, `000000042_lnorm_lnorm` = 5.17893e-70, `000000044_lnorm_lnorm` = 12.2593, `000000045_lnorm_lnorm` = 10.9025, `000000046_lnorm_lnorm` = 6.54848, `000000047_lnorm_lnorm` = 19.8452, `000000048_lnorm_lnorm` = 6.22226, +`000000049_lnorm_lnorm` = 4.3028, `000000050_lnorm_lnorm` = 6.14884e-42, `000000051_lnorm_lnorm` = 13.9544, `000000052_lnorm_lnorm` = 9.41356, `000000053_lnorm_lnorm` = 10, `000000054_lnorm_lnorm` = 23.2374, `000000055_lnorm_lnorm` = 9.99905, `000000056_lnorm_lnorm` = 1.94218, `000000057_lnorm_lnorm` = 13.4475, `000000058_lnorm_lnorm` = 10.656, `000000059_lnorm_lnorm` = 9.83732, `000000060_lnorm_lnorm` = 6.69575, `000000061_lnorm_lnorm` = 19.0536, `000000062_lnorm_lnorm` = 15.1477, `000000063_lnorm_lnorm` = 7.25714, +`000000064_lnorm_lnorm` = 5.7783, `000000065_lnorm_lnorm` = 23.1855, `000000066_lnorm_lnorm` = 1.50003e-60, `000000067_lnorm_lnorm` = 13.5693, `000000068_lnorm_lnorm` = 15.1019, `000000069_lnorm_lnorm` = 9.6924, `000000070_lnorm_lnorm` = 13.526, `000000071_lnorm_lnorm` = 10.0436, `000000072_lnorm_lnorm` = 10.7477, `000000073_lnorm_lnorm` = 15.0503, `000000074_lnorm_lnorm` = 5.77536, `000000075_lnorm_lnorm` = 19.6345, `000000076_lnorm_lnorm` = 15.3835, `000000077_lnorm_lnorm` = 19.8436, `000000078_lnorm_lnorm` = 13.333, +`000000079_lnorm_lnorm` = 15.3934, `000000080_lnorm_lnorm` = 10.8823, `000000081_lnorm_lnorm` = 10.665, `000000082_lnorm_lnorm` = 9.52448, `000000083_lnorm_lnorm` = 7.68071, `000000084_lnorm_lnorm` = 5.53844, `000000085_lnorm_lnorm` = 8.72203e-53, `000000086_lnorm_lnorm` = 13.5838, `000000087_lnorm_lnorm` = 9.94503, `000000088_lnorm_lnorm` = 10, `000000089_lnorm_lnorm` = 13.2839, `000000090_lnorm_lnorm` = 9.99982, `000000091_lnorm_lnorm` = 16.9759, `000000092_lnorm_lnorm` = 7.2115, `000000093_lnorm_lnorm` = 12.4592, +`000000094_lnorm_lnorm` = 12.0327, `000000095_lnorm_lnorm` = 9.81552, `000000096_lnorm_lnorm` = 8.25709, `000000097_lnorm_lnorm` = 7.71864, `000000098_lnorm_lnorm` = 12.8752, `000000099_lnorm_lnorm` = 7.59707, `000000100_lnorm_lnorm` = 9.90189)" diff --git a/tests/testthat/_snaps/zzz-unstable/hp_err_na.csv b/tests/testthat/_snaps/zzz-unstable/hp_err_na.csv index 99dee10ee..199fa0562 100644 --- a/tests/testthat/_snaps/zzz-unstable/hp_err_na.csv +++ b/tests/testthat/_snaps/zzz-unstable/hp_err_na.csv @@ -1,4 +1,7 @@ dist,conc,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,1,9.18236,NA,NA,NA,1,parametric,100,0.94,"c(`2` = 13.172, `3` = 8.50794, `4` = 10.7664, `5` = 2.25562, `6` = 16.893, `7` = 13.122, `8` = 13.4821, `9` = 8.62252, `10` = 7.65152, `11` = 11.2148, `12` = 9.05049, `13` = 5.38214, `14` = 12.0628, `16` = 5.69043, `17` = 9.99416, `18` = 9.69076, `19` = 9.67318, `20` = 10.1131, `21` = 5.85978, `22` = 4.79851, `23` = 16.6596, `24` = 9.51849, `25` = 18.9845, `26` = 4.72084, `27` = 8.19921, `28` = 5.51701, `29` = 6.64359, `30` = 8.8189, `31` = 15.6837, `32` = 9.1889, `34` = 9.72584, `35` = 10.8232, -`36` = 11.1181, `37` = 10, `38` = 6.67858, `39` = 9.14079, `40` = 14.5404, `41` = 2.63392, `42` = 5.33429, `43` = 17.7258, `44` = 12.18, `45` = 8.90827, `46` = 6.94083, `47` = 8.35418, `48` = 9.08292, `49` = 2.75154, `50` = 13.8073, `52` = 11.4744, `53` = 11.2366, `54` = 16.5499, `55` = 2.64991, `56` = 17.1383, `57` = 8.35699, `58` = 7.54858, `59` = 7.5623, `60` = 2.35798, `62` = 6.80565, `63` = 15.5421, `64` = 2.19704, `65` = 20.2866, `66` = 7.50359, `67` = 8.16192, `68` = 10, `69` = 8.09676, `70` = 11.4883, -`71` = 1.47294, `72` = 8.36435, `73` = 14.3736, `74` = 9.96671, `75` = 14.7138, `76` = 12.9677, `77` = 1.29928, `78` = 9.82051, `79` = 8.55558, `80` = 3.3285, `81` = 3.10006, `82` = 18.0515, `83` = 9.76703, `84` = 7.5884, `85` = 11.4214, `86` = 9.40416, `87` = 14.8176, `88` = 5.70386, `89` = 7.90858, `90` = 15.4726, `91` = 9.99774, `92` = 6.04082, `93` = 4.71784, `94` = 1.63739e-29, `95` = 16.6379, `96` = 11.1094, `97` = 7.87096, `98` = 7.46769, `99` = 2.73111)" +average,1,9.18236,NA,NA,NA,1,parametric,100,0.94,"c(`000000002_multi` = 13.172, `000000003_multi` = 8.50794, `000000004_multi` = 10.7664, `000000005_multi` = 2.25562, `000000006_multi` = 16.893, `000000007_multi` = 13.122, `000000008_multi` = 13.4821, `000000009_multi` = 8.62252, `000000010_multi` = 7.65152, `000000011_multi` = 11.2148, `000000012_multi` = 9.05049, `000000013_multi` = 5.38214, `000000014_multi` = 12.0628, `000000016_multi` = 5.69043, `000000017_multi` = 9.99416, `000000018_multi` = 9.69076, `000000019_multi` = 9.67318, `000000020_multi` = 10.1131, +`000000021_multi` = 5.85978, `000000022_multi` = 4.79851, `000000023_multi` = 16.6596, `000000024_multi` = 9.51849, `000000025_multi` = 18.9845, `000000026_multi` = 4.72084, `000000027_multi` = 8.19921, `000000028_multi` = 5.51701, `000000029_multi` = 6.64359, `000000030_multi` = 8.8189, `000000031_multi` = 15.6837, `000000032_multi` = 9.1889, `000000034_multi` = 9.72584, `000000035_multi` = 10.8232, `000000036_multi` = 11.1181, `000000037_multi` = 10, `000000038_multi` = 6.67858, `000000039_multi` = 9.14079, +`000000040_multi` = 14.5404, `000000041_multi` = 2.63392, `000000042_multi` = 5.33429, `000000043_multi` = 17.7258, `000000044_multi` = 12.18, `000000045_multi` = 8.90827, `000000046_multi` = 6.94083, `000000047_multi` = 8.35418, `000000048_multi` = 9.08292, `000000049_multi` = 2.75154, `000000050_multi` = 13.8073, `000000052_multi` = 11.4744, `000000053_multi` = 11.2366, `000000054_multi` = 16.5499, `000000055_multi` = 2.64991, `000000056_multi` = 17.1383, `000000057_multi` = 8.35699, `000000058_multi` = 7.54858, +`000000059_multi` = 7.5623, `000000060_multi` = 2.35798, `000000062_multi` = 6.80565, `000000063_multi` = 15.5421, `000000064_multi` = 2.19704, `000000065_multi` = 20.2866, `000000066_multi` = 7.50359, `000000067_multi` = 8.16192, `000000068_multi` = 10, `000000069_multi` = 8.09676, `000000070_multi` = 11.4883, `000000071_multi` = 1.47294, `000000072_multi` = 8.36435, `000000073_multi` = 14.3736, `000000074_multi` = 9.96671, `000000075_multi` = 14.7138, `000000076_multi` = 12.9677, `000000077_multi` = 1.29928, +`000000078_multi` = 9.82051, `000000079_multi` = 8.55558, `000000080_multi` = 3.3285, `000000081_multi` = 3.10006, `000000082_multi` = 18.0515, `000000083_multi` = 9.76703, `000000084_multi` = 7.5884, `000000085_multi` = 11.4214, `000000086_multi` = 9.40416, `000000087_multi` = 14.8176, `000000088_multi` = 5.70386, `000000089_multi` = 7.90858, `000000090_multi` = 15.4726, `000000091_multi` = 9.99774, `000000092_multi` = 6.04082, `000000093_multi` = 4.71784, `000000094_multi` = 1.63739e-29, `000000095_multi` = 16.6379, +`000000096_multi` = 11.1094, `000000097_multi` = 7.87096, `000000098_multi` = 7.46769, `000000099_multi` = 2.73111)" diff --git a/tests/testthat/_snaps/zzz-unstable/hp_nonpara.csv b/tests/testthat/_snaps/zzz-unstable/hp_nonpara.csv index 1719a2ebd..187ca7ed3 100644 --- a/tests/testthat/_snaps/zzz-unstable/hp_nonpara.csv +++ b/tests/testthat/_snaps/zzz-unstable/hp_nonpara.csv @@ -1,2 +1,2 @@ dist,conc,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,1,2.27801,0.129041,2.14227,2.50138,1,non-parametric,10,1,"c(`1` = 2.1973, `2` = 2.50271, `3` = 2.26204, `4` = 2.39124, `5` = 2.36897, `6` = 2.41454, `7` = 2.4968, `8` = 2.21685, `9` = 2.27042, `10` = 2.1263)" +average,1,2.27801,0.129041,2.14227,2.50138,1,non-parametric,10,1,"c(`000000001_lnorm` = 2.1973, `000000002_lnorm` = 2.50271, `000000003_lnorm` = 2.26204, `000000004_lnorm` = 2.39124, `000000005_lnorm` = 2.36897, `000000006_lnorm` = 2.41454, `000000007_lnorm` = 2.4968, `000000008_lnorm` = 2.21685, `000000009_lnorm` = 2.27042, `000000010_lnorm` = 2.1263)" diff --git a/tests/testthat/_snaps/zzz-unstable/hp_para.csv b/tests/testthat/_snaps/zzz-unstable/hp_para.csv index e37ac0ce8..6bce8dd5b 100644 --- a/tests/testthat/_snaps/zzz-unstable/hp_para.csv +++ b/tests/testthat/_snaps/zzz-unstable/hp_para.csv @@ -1,2 +1,2 @@ dist,conc,est,se,lcl,ucl,wt,method,nboot,pboot,samples -average,1,2.27801,0.0639425,2.2218,2.41308,1,parametric,10,1,"c(`1` = 2.42289, `2` = 2.30775, `3` = 2.32659, `4` = 2.26533, `5` = 2.25742, `6` = 2.37926, `7` = 2.27604, `8` = 2.21145, `9` = 2.36764, `10` = 2.30249)" +average,1,2.27801,0.0639425,2.2218,2.41308,1,parametric,10,1,"c(`000000001_lnorm` = 2.42289, `000000002_lnorm` = 2.30775, `000000003_lnorm` = 2.32659, `000000004_lnorm` = 2.26533, `000000005_lnorm` = 2.25742, `000000006_lnorm` = 2.37926, `000000007_lnorm` = 2.27604, `000000008_lnorm` = 2.21145, `000000009_lnorm` = 2.36764, `000000010_lnorm` = 2.30249)"