Test Wage and Savings Rate Default (Risky + Safe Asset + Save + Borr + R Shock + Interpolated-Percentage)

back to Fan's Dynamic Assets Repository Table of Content.

wage refers to a multiple of minimum income. exogenous wage, unrelated to production function.

Compare against fsi_iwkz_ds_vecsv_price_cross from iwkz. Here, we use ipwkz.

@include

@seealso

Contents

Set Shared Parameters

% Borrowing/Savings Parameters
bl_default = true;

Simulate and Graph

Note that a shift in wage just rescales the model

% Set which to graph, simulate over which variables
cl_st_param_keys = {'fl_w', 'fl_r_save'};

% Generate Benchmark Parameters
it_param_set = 9;
[param_map, support_map] = ffs_ipwkbzr_set_default_param(it_param_set);

% Borrowing Parameters
param_map('bl_default') = bl_default;

% Support Parameters
support_map('bl_replacefile') = false;
support_map('bl_graph_onebyones') = true;
support_map('bl_display_graph_stats') = false;
support_map('st_mat_test_prefix') = ['dft_'];

% Generate Arrays of Parameter Values to Loop Over
it_simu_vec_len = 15;
param_tstar_map = containers.Map('KeyType','char', 'ValueType','any');
param_tstar_map('fl_w') = linspace(0, 1, it_simu_vec_len);
param_tstar_map('fl_r_save') = linspace(0, 0.06, it_simu_vec_len);

Medium Grid Simulation (CROSS Limited Graphs)

it_size_type = 1;
ar_it_plot_sets = [3,4,102, 152,104,106];
bl_simu_cross = 'c';

% Simulate along parameters
ff_az_test_analyze( ...
    ar_it_plot_sets, bl_simu_cross, it_size_type, cl_st_param_keys, ...
    param_map, support_map, param_tstar_map);

close all
----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Begin: Show all key and value pairs from container
CONTAINER NAME: SUPPORT_MAP
----------------------------------------
  Map with properties:

        Count: 51
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 34 ; key = st_img_name_main ; val = _default
pos = 35 ; key = st_img_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//solve/img/
pos = 36 ; key = st_img_prefix ; val = 
pos = 37 ; key = st_img_suffix ; val = _p9.png
pos = 38 ; key = st_mat_name_main ; val = _default
pos = 39 ; key = st_mat_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//solve/mat/
pos = 40 ; key = st_mat_prefix ; val = 
pos = 41 ; key = st_mat_suffix ; val = _p9
pos = 42 ; key = st_mat_test_name_main ; val = r
pos = 43 ; key = st_mat_test_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//test/ff_ipwkbzr_ds_vecsv/mat/
pos = 44 ; key = st_mat_test_prefix ; val = dft_
pos = 45 ; key = st_mat_test_suffix ; val = _g34_cc_t1l30
pos = 46 ; key = st_matimg_path_root ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr/
pos = 47 ; key = st_profile_name_main ; val = _default
pos = 48 ; key = st_profile_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//solve/profile/
pos = 49 ; key = st_profile_prefix ; val = 
pos = 50 ; key = st_profile_suffix ; val = _p9
pos = 51 ; key = st_title_prefix ; val = 
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Scalars in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                    i     idx    value
                                    __    ___    _____

    bl_display                       1     1        0 
    bl_display_defparam              2     2        0 
    bl_display_dist                  3     3        0 
    bl_display_evf                   4     4        0 
    bl_display_final                 5     5        0 
    bl_display_final_dist            6     6        1 
    bl_display_final_dist_detail     7     7        0 
    bl_display_funcgrids             8     8        0 
    bl_display_graph_stats           9     9        0 
    bl_display_simu_stats           10    10        1 
    bl_graph                        11    11        0 
    bl_graph_coh_t_coh              12    12        0 
    bl_graph_evf                    13    13        0 
    bl_graph_funcgrids              14    14        0 
    bl_graph_funcgrids_detail       15    15        0 
    bl_graph_onebyones              16    16        1 
    bl_graph_pol_lvl                17    17        0 
    bl_graph_pol_pct                18    18        0 
    bl_graph_val                    19    19        0 
    bl_img_save                     20    20        0 
    bl_mat                          21    21        0 
    bl_mat_test                     22    22        1 
    bl_post                         23    23        1 
    bl_profile                      24    24        0 
    bl_profile_dist                 25    25        0 
    bl_replacefile                  26    26        0 
    bl_time                         27    27        1 
    bl_timer                        28    28        1 
    it_display_every                29    29       20 
    it_display_final_colmax         30    30       12 
    it_display_final_rowmax         31    31      100 
    it_display_summmat_colmax       32    32        7 
    it_display_summmat_rowmax       33    33        7 

----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Begin: Show all key and value pairs from container
CONTAINER NAME: PARAM_MAP
----------------------------------------
  Map with properties:

        Count: 55
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 4 ; key = cl_st_param_keys ; val = fl_w
pos = 51 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 52 ; key = st_model ; val = ipwkbzr
pos = 53 ; key = st_v_coh_z_interp_method ; val = method_cell
pos = 54 ; key = st_z_r_borr_drv_ele_type ; val = unif
pos = 55 ; key = st_z_r_borr_drv_prb_type ; val = poiss
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         i    idx    rowN    colN    mean      std      min    max
                         _    ___    ____    ____    ____    _______    ___    ___

    ar_param_keys_idx    1     1      1       2      3.5     0.70711     3      4 

----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Scalars in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                               i     idx     value 
                               __    ___    _______

    bl_default                  1     2           1
    bl_loglin                   2     3           0
    fl_Amean                    3     5           1
    fl_a_max                    4     6          50
    fl_a_min                    5     7           0
    fl_alpha                    6     8        0.36
    fl_b_bd                     7     9         -20
    fl_beta                     8    10        0.94
    fl_c_min                    9    11        0.02
    fl_coh_interp_grid_gap     10    12         0.3
    fl_crra                    11    13         1.5
    fl_default_wprime          12    14           0
    fl_delta                   13    15        0.08
    fl_k_max                   14    16          70
    fl_k_min                   15    17           0
    fl_loglin_threshold        16    18           1
    fl_nan_replace             17    19       -9999
    fl_r_save                  18    20       0.025
    fl_tol_dist                19    21       1e-05
    fl_tol_pol                 20    22       1e-05
    fl_tol_val                 21    23       1e-05
    fl_w                       22    24     0.44365
    fl_w_interp_grid_gap       23    25         0.3
    fl_w_max                   24    26          50
    fl_w_min                   25    27         -20
    fl_z_mu                    26    28           0
    fl_z_r_borr_max            27    29       0.095
    fl_z_r_borr_min            28    30       0.025
    fl_z_r_borr_n              29    31           5
    fl_z_r_borr_poiss_mean     30    32          20
    fl_z_rho                   31    33         0.8
    fl_z_sig                   32    34         0.2
    fl_z_wage_mu               33    35           0
    fl_z_wage_rho              34    36         0.8
    fl_z_wage_sig              35    37         0.2
    it_a_n                     36    38         750
    it_ak_perc_n               37    39          25
    it_c_interp_grid_gap       38    40      0.0001
    it_maxiter_dist            39    41        1000
    it_maxiter_val             40    42         250
    it_size_type               41    43           1
    it_st_simu_type_g_seed     42    44         123
    it_st_simu_type_g_simun    43    45          20
    it_tol_pol_nochange        44    46          25
    it_trans_power_dist        45    47        1000
    it_w_perc_n                46    48          25
    it_z_n                     47    49          25
    it_z_wage_n                48    50           5

----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Begin: Show all key and value pairs from container
CONTAINER NAME: PARAM_TSTAR_MAP
----------------------------------------
  Map with properties:

        Count: 19
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                              i     idx    rowN    colN     mean       std        min     max 
                              __    ___    ____    ____    ______    ________    _____    ____

    fl_a_max                   1     1      1        5         65      11.859       50      80
    fl_alpha                   2     2      1        5        0.4    0.079057      0.3     0.5
    fl_b_bd                    3     3      1        5      -12.5      5.9293      -20      -5
    fl_beta                    4     4      1       15       0.92    0.031944     0.87    0.97
    fl_c_min                   5     5      1        5     0.0155    0.011463    0.001    0.03
    fl_crra                    6     6      1       15          3      1.2778        1       5
    fl_delta                   7     7      1        5       0.08    0.047434     0.02    0.14
    fl_r_borr                  8     8      1        5      0.125    0.098821        0    0.25
    fl_r_save                  9     9      1       15       0.03    0.019166        0    0.06
    fl_w                      10    10      1       15        0.5     0.31944        0       1
    fl_z_r_borr_max           11    11      1        5     0.1225    0.021741    0.095    0.15
    fl_z_r_borr_n             12    12      1        6         15      7.4833        5      25
    fl_z_r_borr_poiss_mean    13    13      1        5       12.5      5.9293        5      20
    fl_z_rho                  14    14      1        5      0.495     0.39133        0    0.99
    fl_z_sig                  15    15      1        5      0.255     0.19369     0.01     0.5
    fl_z_wage_rho             16    16      1        5      0.495     0.39133        0    0.99
    fl_z_wage_sig             17    17      1        5      0.255     0.19369     0.01     0.5
    it_a_n                    18    18      1        5       1300      948.68      100    2500
    it_z_n                    19    19      1        5         15      7.9057        5      25

                         fl_w        mean        sd      variablenames    var_param_key    it_test_grp    it_cur_param    fl_r_save    coefofvar      min       max      pYis0      pYls0       pYgr0      pYisMINY      pYisMAXY       p0_1         p1         p5         p10          p15         p20        p25         p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1      fracByP5     fracByP10    fracByP15    fracByP20     fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       ________    ________    ______    _____________    _____________    ___________    ____________    _________    _________    _______    ______    _____    _________    _______    __________    ___________    _______    ________    _______    ________    _________    _______    ________    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    ___________    __________    __________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val_p1v1            0    -0.39594    5.3661     'cl_mt_val'        'fl_w'             3               1           0.025       -13.553     -14.314    14.975      0         0.4447     0.5553    0.00079918     3.7607e-34    -13.517     -12.965    -10.754     -8.6456      -6.9091    -5.4054     -4.2862    -1.9659    1.1092    3.0099    3.8154    3.8154    5.0827    5.5536    6.0701    8.9376    11.169         28.795                1                 44.172             0.97747               28.492               0.80612                8.3528               0.70861               0.98041               0.32806              0.26942       0.34582        1.5369       2.7451       3.7462        4.5011       5.1095         5.88       6.009        5.1146      3.7779       3.7779       3.3454       2.7358       1.9569       1.2503        1.0275  
    cl_mt_val_p1v2     0.071429      1.4426    5.0211     'cl_mt_val'        'fl_w'             3               2           0.025        3.4806     -13.675    15.234      0        0.29717    0.70283    0.00056799    -2.6635e-34    -12.869     -11.623    -9.0944     -6.6509      -4.5792    -2.9344     -1.3443     1.3236    3.1063    4.2642    4.5607    4.9875    6.1089    6.3713    6.9811    9.6833    11.743         25.211                1                 38.827             0.97509               25.014                0.8154                7.7519               0.71037                 1.181               0.39108            -0.050169       -0.1411      -0.37998     -0.65087     -0.84541      -0.97645      -1.0485      -1.0436    -0.80229      -0.27599    0.012754     0.064444      0.32632       0.5469      0.70752      0.92653        0.9915  
    cl_mt_val_p1v3      0.14286      1.8182    4.9331     'cl_mt_val'        'fl_w'             3               3           0.025        2.7132     -13.047    15.474      0        0.28436    0.71564    0.00055666     2.4776e-27    -12.231     -10.978    -8.4957     -6.0213      -3.9782    -2.4923    -0.95152     1.3989    3.5395    4.2327    4.5551      5.71    6.3936    6.7971    7.9349    10.247    12.219         24.336                1                 37.488             0.97367               24.273               0.81309                7.2911               0.67214                1.3517               0.44219            -0.036208      -0.10348      -0.28439     -0.48358     -0.61551      -0.70311     -0.74852     -0.72717    -0.50946      -0.18127    0.074298      0.19713      0.38721      0.55652      0.74971      0.93917       0.99308  
    cl_mt_val_p1v4      0.21429      2.2034    4.9267     'cl_mt_val'        'fl_w'             3               4           0.025         2.236     -12.403    15.716      0        0.27145    0.72855    0.00057189    -1.3199e-34    -11.577     -10.319    -8.0219     -5.4477      -3.5925    -2.1081    -0.68125     1.7994    3.7311    4.6293     4.953    6.1247    6.7891     7.196    8.4131    10.668    12.602         24.273                1                 37.599             0.97288               24.393               0.81329                7.2975               0.66482                1.3561               0.44524            -0.029094     -0.080162      -0.21981     -0.37409     -0.47663      -0.54074     -0.57107     -0.53988    -0.34909     -0.040976      0.1811      0.29844      0.45035      0.60379      0.77813      0.94788       0.99404  
    cl_mt_val_p1v5      0.28571      5.6018    2.5101     'cl_mt_val'        'fl_w'             3               5           0.025       0.44808     -11.746    15.953      0       0.022501     0.9775     5.153e-05     2.0189e-09    -9.6508     -4.3304     2.6496      3.7209       3.7209     3.8951      4.2301     5.2365    5.3967    5.7201    7.3459     7.614    7.8646    8.3255    9.6414    11.519    13.255         6.3005                1                 9.3751             0.90777               3.4586               0.54057                4.2457                 0.782                1.2138               0.69864           -0.0024409     -0.012733    -0.0068059     0.055985     0.055985      0.091307      0.13542      0.27983     0.38624       0.50903     0.62801      0.70047      0.76411      0.82655       0.9042      0.97865       0.99756  
    cl_mt_val_p1v6      0.35714      6.1365    2.2644     'cl_mt_val'        'fl_w'             3               6           0.025         0.369      -11.09     16.17      0       0.012016    0.98798    2.8273e-05     4.8426e-09    -8.8736    -0.99751     3.5835      3.9817       4.1638     4.3899      4.6713      5.493     5.826     6.151    7.7235    7.8898    8.2709    8.7271    10.071    11.941    13.607         5.1275                1                 7.7505             0.88288               2.3194               0.45861                4.0116               0.80924                1.1667                0.7574           -0.0015551    -0.0075532      0.010558     0.044046     0.077701       0.11062      0.14951      0.23902     0.39969       0.52342     0.63451      0.69867      0.77715       0.8328      0.90951       0.9797       0.99776  
    cl_mt_val_p1v7      0.42857      6.2617    2.8241     'cl_mt_val'        'fl_w'             3               7           0.025       0.45101     -10.423    16.382      0       0.029493    0.97051    7.4284e-05     8.8488e-09    -8.5754     -4.8741     2.7321      4.0355       4.4233      4.428      4.7874     5.5706    5.9212    6.9081    8.0304    8.4131    8.9084     9.607    10.618     12.45    14.048         7.9754                1                 12.986             0.91986                5.667                0.6359                5.2869               0.74847                1.3901               0.71129           -0.0016545     -0.011033     -0.012206     0.017929     0.078345      0.085627      0.12782      0.21381     0.35401       0.50169     0.62468      0.68328      0.75501      0.82626      0.90798      0.97932       0.99779  
    cl_mt_val_p1v8          0.5      6.6249    3.1494     'cl_mt_val'        'fl_w'             3               8           0.025       0.47539     -9.7422    16.597      0        0.04144    0.95856    0.00011347     1.6036e-08    -8.8917     -5.4844     0.8565      4.1721       4.8041     4.9953      5.1807     6.1234    6.4783    7.4525    8.5732    9.0108    9.4821    10.214    11.199    12.868     14.41         9.9188                1                 16.812              0.9315               8.5946               0.71627                5.7741               0.70558                1.4883               0.67796           -0.0014442     -0.010756     -0.021382    0.0013122     0.046459      0.082776      0.11472      0.21167     0.35089       0.49542     0.61736        0.687      0.75499      0.82966      0.90807      0.97975        0.9978  
    cl_mt_val_p1v9      0.57143      4.2775    4.6736     'cl_mt_val'        'fl_w'             3               9           0.025        1.0926     -9.0591    16.798      0        0.17999    0.82001    0.00057983     2.1984e-08    -8.2091     -7.1081    -4.8634     -2.5809     -0.87254    0.46635      1.3096     3.0326    5.0821    6.4041    7.6056    8.2384    9.0362    9.9673    11.124    12.885    14.509         21.843                1                 35.851             0.96039               22.803               0.81632                7.6257                0.6576                1.8609                0.7225            -0.009965     -0.019249     -0.074536     -0.11665     -0.13639      -0.13789     -0.12712    -0.075605    0.074663       0.27435     0.43093      0.52423      0.62417      0.73826      0.85837      0.96842       0.99658  
    cl_mt_val_p1v10     0.64286      5.0161    4.6396     'cl_mt_val'        'fl_w'             3              10           0.025       0.92493     -8.3722    16.985      0        0.15352    0.84648    0.00053493       6.27e-08    -7.5278     -6.3307    -4.1049     -1.7853    -0.057079       1.13      2.0788     3.7948    5.7405    7.1495    8.4962    9.0776     9.754    10.606    11.676    13.337    14.884         21.526                1                  36.25             0.95674               23.116               0.82473                7.8799               0.66372                1.9351               0.73955           -0.0072623      -0.01537     -0.056053    -0.084065     -0.09251     -0.085937    -0.070123    -0.010858     0.13527       0.32547     0.48375       0.5685      0.66413      0.76637      0.87498      0.97213       0.99697  
    cl_mt_val_p1v11     0.71429       5.522    4.5839     'cl_mt_val'        'fl_w'             3              11           0.025       0.83011     -7.6799     17.16      0        0.12295    0.87705       0.00048     8.5062e-08    -6.8478     -5.6852    -3.2096    -0.85399      0.75227     1.7657      2.6495     4.0593      5.85    7.6891     9.064    9.7627    10.396    11.254    12.184    13.774    15.202         21.012                1                 36.524             0.95208               23.246               0.83127                8.2699               0.68153                2.0492               0.77856           -0.0054765     -0.016585     -0.043859    -0.062067    -0.061951     -0.050035    -0.028453     0.030095     0.16635         0.354     0.50477      0.58935       0.6789      0.77745      0.88136      0.97431       0.99723  
    cl_mt_val_p1v12     0.78571      6.8558    4.4739     'cl_mt_val'        'fl_w'             3              12           0.025       0.65257     -6.9876    17.323      0       0.086789    0.91321    0.00037425     2.0157e-07    -6.1762       -5.06    -1.9417     0.58666       2.1608     3.0716      4.0809     5.6602     7.396    9.2648      10.4    10.893    11.458    12.061    12.886    14.283     15.61         20.015                1                 37.069              0.9473               23.687               0.84819                 8.798               0.68073                2.2391               0.80993           -0.0030238    -0.0090227     -0.027612    -0.031703    -0.020486    -0.0020386     0.023684     0.097489     0.24053        0.4221     0.56842      0.64515      0.72651      0.80932      0.90044      0.97845       0.99771  
    cl_mt_val_p1v13     0.85714      8.7636    3.7943     'cl_mt_val'        'fl_w'             3              13           0.025       0.43296     -6.3022    17.476      0       0.036462    0.96354     0.0001911      7.104e-08    -5.5216     -3.4499      1.185      3.5055       4.8769     5.9554      6.7888     8.1829    9.6935     10.72    11.491    11.805    12.221    12.744    13.361    14.567    15.857         14.396                1                 28.698             0.93528               17.629               0.84024                 7.879               0.68847                1.9797               0.82738           -0.0010464    -0.0050737     -0.008588    0.0059468     0.030365      0.061767     0.097925       0.1851      0.3403       0.51286     0.64394      0.70568      0.77418      0.84885      0.92115      0.98299       0.99817  
    cl_mt_val_p1v14     0.92857      9.6842    3.4128     'cl_mt_val'        'fl_w'             3              14           0.025       0.35241     -5.6392    17.611      0       0.020864    0.97914     0.0001297     3.7823e-07    -4.8995     -2.0739     3.0113       5.088        6.382     7.3625      8.1106     9.3519    10.603    11.361    12.008    12.299    12.698    13.102    13.678    14.734    15.998         11.648                1                 24.774             0.92964                14.82               0.82868                7.3015               0.69902                1.8311               0.82363          -0.00056442    -0.0034874    0.00069701     0.022608     0.051797      0.088273        0.128       0.2185     0.37758       0.54264     0.66396      0.72598      0.79439      0.85738      0.92614      0.98427       0.99834  
    cl_mt_val_p1v15           1      10.543    2.6709     'cl_mt_val'        'fl_w'             3              15           0.025       0.25332     -5.0005    17.744      0      0.0082149    0.99179    5.7397e-05     1.7928e-07    -3.3929     0.55993     5.5324      7.2542       8.1842     8.8538      9.3179     10.236    11.158    11.815    12.242    12.467    12.849    13.249    13.486    14.658    15.876         7.1337                1                 15.921             0.92619               8.6102               0.78243                5.5343               0.72764                  1.41               0.77607          -0.00049771    -0.0014211      0.013121     0.044709      0.08129       0.12261      0.16528      0.26143     0.41408        0.5922     0.68919      0.74905      0.80811        0.883      0.93249      0.98593       0.99847  

                           fl_w       mean       sd       variablenames    var_param_key    it_test_grp    it_cur_param    fl_r_save    coefofvar    min      max      pYis0    pYls0    pYgr0    pYisMINY      pYisMAXY       p0_1        p1         p5         p10        p15        p20        p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                         ________    ______    _______    _____________    _____________    ___________    ____________    _________    _________    ____    ______    _____    _____    _____    _________    ___________    _______    _______    _______    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    __________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_pol_c_p1v1            0    1.4473    0.55692    'cl_mt_pol_c'       'fl_w'             3               1           0.025       0.38479     0.02    6.3862      0        0        1       0.026261    -4.7429e-34       0.02       0.02    0.94657    0.98443     1.0223     1.0602     1.0728    1.1233    1.3378    1.5397    1.6912    1.7417    2.2213    2.3222    2.4232     3.029    3.7863        0.98041             0.32806              1.3799             0.29421              -0.25099             -0.068423              0.57035               0.46621               0.31016                  1             0.00036289    0.00036289     0.02386    0.051551     0.089414      0.14416      0.16579      0.27383      0.35712      0.50867      0.61843      0.68066      0.76933      0.82565      0.90891      0.97799       0.99731  
    cl_mt_pol_c_p1v2     0.071429    1.5242    0.60145    'cl_mt_pol_c'       'fl_w'             3               2           0.025        0.3946     0.02    6.3921      0        0        1       0.018366     1.2462e-34       0.02       0.02    0.96008     1.0232     1.0485     1.0738     1.0864    1.1117    1.3391     1.617    2.1223    2.2739    2.2739    2.3244    2.5013    3.1076    3.9161          1.181             0.39108              1.6641             0.34889              0.073414              0.019978               0.6759               0.51708               0.36174                  1             0.00024099    0.00024099    0.022243    0.063002     0.094015      0.13637      0.15962       0.2559      0.34847      0.49128      0.61024      0.76375      0.76375      0.84055      0.91088      0.97779       0.99728  
    cl_mt_pol_c_p1v3      0.14286    1.5511    0.61966    'cl_mt_pol_c'       'fl_w'             3               3           0.025        0.3995     0.02    6.3981      0        0        1       0.017556    -1.5069e-27       0.02       0.02    0.94833    0.99891     1.0242     1.0368     1.0495    1.0748    1.4162    1.6691    2.1748    2.2001    2.2507    2.3519    2.5795    3.1611    3.9956         1.3517             0.44219              2.0105              0.4157               0.26655              0.071082              0.82185               0.60314               0.38398                  1             0.00022636    0.00022636    0.020542    0.064306      0.10203      0.12264      0.16851      0.24731      0.34196      0.48889      0.66561      0.69508      0.75885      0.83696      0.90961      0.97756       0.99733  
    cl_mt_pol_c_p1v4      0.21429      1.56    0.61823    'cl_mt_pol_c'       'fl_w'             3               4           0.025        0.3963     0.02     6.404      0        0        1       0.017831     1.4733e-35       0.02       0.02    0.94548     0.9833     1.0085     1.0337     1.0337    1.0589    1.4623    1.7019    2.1431    2.1683    2.2439    2.3448    2.5717     3.202     4.034         1.3561             0.44524              2.0783             0.42854               0.31009              0.082389              0.83624               0.60711               0.38221                  1              0.0002286     0.0002286    0.020893    0.053463     0.086563      0.15138      0.15138      0.22628       0.3391      0.49112      0.65757      0.68574      0.77353      0.83528       0.9054      0.97895       0.99729  
    cl_mt_pol_c_p1v5      0.28571    1.6766    0.69218    'cl_mt_pol_c'       'fl_w'             3               5           0.025       0.41284     0.02      6.41      0        0        1      0.0014715     2.0189e-09       0.02    0.95897    0.99683     1.0221     1.0347     1.0347     1.0473    1.0473    1.3123    2.1703     2.246    2.2713     2.347    2.4731    2.7507    3.3564    4.1892         1.2138             0.69864              1.8272              0.6416               0.21418               0.12139               1.0851               0.72479               0.47912                  1             1.7553e-05     0.0065716    0.028625    0.084726      0.13851      0.13851       0.2344       0.2344      0.30887      0.52321      0.66312      0.69985       0.7704       0.8368      0.90904      0.97825       0.99739  
    cl_mt_pol_c_p1v6      0.35714      1.75    0.68026    'cl_mt_pol_c'       'fl_w'             3               6           0.025       0.38872     0.02    6.4159      0        0        1      0.0008201     4.8426e-09    0.90935    0.94723    0.99775     1.0104      1.023      1.023      1.023    1.0356    2.0965    2.1471    2.1976    2.2481    2.3239    2.4502    2.7533      3.41    4.2436         1.1667              0.7574              1.8135             0.68766               0.30205                0.1988               1.0203               0.68514               0.46276                  1             0.00055812     0.0050384    0.048028    0.082689        0.158        0.158        0.158      0.23905      0.37994      0.55353      0.64674       0.7153      0.77802      0.83684       0.9103      0.97905        0.9974  
    cl_mt_pol_c_p1v7      0.42857    1.7774    0.69204    'cl_mt_pol_c'       'fl_w'             3               7           0.025       0.38936     0.02    6.4219      0        0        1      0.0021592     8.8488e-09       0.02    0.93547     0.9734     0.9734    0.98604    0.98604    0.99868    1.0113    2.0226    2.0985    2.2249    2.3008    2.4019    2.5536    2.8317    3.4891    4.3487         1.3901             0.71129              2.3798             0.68789               0.54053               0.24751               1.2844               0.74204               0.47892                  1             2.4297e-05     0.0072417    0.058628    0.058628      0.12597      0.12597      0.19074      0.19579        0.358      0.51903      0.64944      0.70615      0.76808      0.83788      0.91133      0.97872       0.99754  
    cl_mt_pol_c_p1v8          0.5     1.803    0.69704    'cl_mt_pol_c'       'fl_w'             3               8           0.025        0.3866     0.02    9.6418      0        0        1      0.0032729     1.6036e-08       0.02    0.93267    0.95787    0.97048    0.98308    0.98308    0.99569    1.3612    2.0166    2.0922    2.2434    2.3191    2.4451    2.6216    2.8988    3.5794    4.4113         1.4883             0.67796              2.7261             0.68246               0.77292               0.29105               1.3505               0.74566               0.48586                  1             3.6306e-05     0.0058425    0.025666    0.054193      0.10809      0.10809      0.16451      0.19399      0.36318      0.51347      0.65017      0.70083      0.76855      0.83874      0.91017       0.9797       0.99742  
    cl_mt_pol_c_p1v9      0.57143    1.7679     0.5511    'cl_mt_pol_c'       'fl_w'             3               9           0.025       0.31173     0.02    9.6507      0        0        1       0.015353     2.1984e-08       0.02       0.02    0.95876     1.2363      1.312     1.3877     1.4381    1.5517    1.7157    1.8923    2.0184    2.1194    2.2455    2.4474    2.7754    3.4314    4.3397         1.8609              0.7225              3.4127             0.77529                1.6812                0.5104              0.89066               0.65135               0.30371                  1             0.00017368    0.00017368    0.019237    0.053669      0.08681      0.13129      0.16636      0.25264      0.40301      0.55464      0.65638      0.71717      0.77691      0.84084       0.9137      0.97901       0.99741  
    cl_mt_pol_c_p1v10     0.64286    1.8031    0.56397    'cl_mt_pol_c'       'fl_w'             3              10           0.025       0.31277     0.02    9.6596      0        0        1        0.01419       6.27e-08       0.02       0.02     1.1364     1.2627     1.3385     1.4142     1.4647    1.5657    1.7173    1.9193    2.0708    2.1718    2.2981    2.5001    2.8284    3.5355    4.4447         1.9351             0.73955               3.729             0.80967                1.9375               0.56869              0.96693               0.67001               0.31806                  1             0.00015739    0.00015739    0.019648    0.055716     0.094335      0.13713      0.16788      0.25073      0.39068      0.55633      0.65709      0.71208      0.76949       0.8382      0.90968      0.97869        0.9975  
    cl_mt_pol_c_p1v11     0.71429    1.8255    0.57419    'cl_mt_pol_c'       'fl_w'             3              11           0.025       0.31455     0.02    9.6685      0        0        1       0.012802     8.5062e-08       0.02       0.02      1.188     1.2891      1.365     1.4155     1.4661    1.5672    1.7062    1.8958     2.098    2.2244    2.4013    2.5783    2.9069    3.6146    4.5246         2.0492             0.77856              4.1778             0.86939                 2.355               0.67227               1.0304               0.67791               0.32969                  1             0.00014026    0.00014026     0.02432    0.060725     0.097944      0.14369      0.17746      0.26399       0.3897      0.55017      0.65211      0.70775      0.77509      0.83554      0.90901      0.97841       0.99743  
    cl_mt_pol_c_p1v12     0.78571    1.9392    0.61794    'cl_mt_pol_c'       'fl_w'             3              12           0.025       0.31866     0.02    9.6775      0        0        1      0.0095568     2.0157e-07       0.02    0.89466     1.2097     1.3105     1.3861     1.4617     1.5121    1.6381    1.7893    2.0413    2.2934    2.4194    2.5706    2.7722    3.0998    3.8055    4.6875         2.2391             0.80993              4.9225             0.91074                 2.886               0.74819               1.2875               0.72123               0.38185                  1             9.8566e-05     0.0003055    0.024688    0.057154     0.092053      0.13757      0.17181      0.26164      0.38253      0.53125      0.64802      0.70479      0.77172      0.83971      0.91213      0.97942       0.99755  
    cl_mt_pol_c_p1v13     0.85714    2.1347    0.63062    'cl_mt_pol_c'       'fl_w'             3              13           0.025       0.29542     0.02    9.6864      0        0        1      0.0044498      7.104e-08       0.02     1.1351     1.2865     1.4126     1.5135     1.6144     1.6901    1.8414    2.0811    2.2703    2.4973    2.5982    2.7243    2.9261     3.254    4.1621    4.8432         1.9797             0.82738              4.7399             0.92944                2.7052               0.77578               1.4488               0.76168               0.39768                  1             4.1691e-05     0.0040604    0.027297     0.05978     0.097752      0.13171      0.17561      0.25789       0.3876      0.54124      0.66444       0.7191      0.77455      0.84165      0.91411      0.97946       0.99774  
    cl_mt_pol_c_p1v14     0.92857    2.2233    0.65141    'cl_mt_pol_c'       'fl_w'             3              14           0.025         0.293     0.02    9.6953      0        0        1      0.0029395      6.106e-35       0.02     1.1362     1.3255     1.4644      1.578     1.6667     1.7674    1.9441    2.1714    2.3733    2.5753    2.6763    2.8278    3.0045    3.3328    4.3932    5.1885         1.8311             0.82363              4.6979             0.92361                2.5785                0.7554               1.5654               0.78516               0.42434                  1             2.6443e-05     0.0036792    0.026417    0.060355     0.091808      0.13115       0.1747      0.25997       0.3923       0.5474      0.66196      0.71556      0.78148      0.84263      0.91278      0.97907       0.99771  
    cl_mt_pol_c_p1v15           1    2.3141    0.68026    'cl_mt_pol_c'       'fl_w'             3              15           0.025       0.29396     0.02    9.7043      0        0        1      0.0012839    -3.1646e-34       0.02      1.213     1.4405     1.5921     1.7185     1.8195     1.8954    2.0217    2.2492    2.4513    2.5524    2.6535    2.7293    3.0073    4.0182     4.511    5.3449           1.41             0.77607              3.7868             0.86491                1.6874               0.60204               1.5777               0.81446               0.46275                  1             1.1096e-05     0.0046865    0.029157    0.062987      0.10194      0.13456      0.18848      0.26524      0.40596      0.59083      0.66074      0.73321      0.77755      0.83374      0.91111      0.97967       0.99768  

                           fl_w       mean       sd      variablenames    var_param_key    it_test_grp    it_cur_param    fl_r_save    coefofvar    min     max        pYis0       pYls0     pYgr0      pYisMINY      pYisMAXY      p0_1        p1         p5       p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                         ________    ______    ______    _____________    _____________    ___________    ____________    _________    _________    ___    ______    __________    _____    _______    __________    __________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_pol_k_p1v1            0    3.9747    2.1967    'cl_mt_pol_k'       'fl_w'             3               1           0.025       0.55266      0     22.676      0.026052      0      0.97395      0.026052    5.6374e-11          0          0     1.342    1.5503    1.7901       2.5    2.7303    2.9154     3.359    5.0904    5.3823    5.3823     5.537    6.4346    6.7333    11.245    17.689         8.3528             0.70861              11.483             0.62073               5.4106               0.37395                4.8254                  1                  0.57035               0.46621                   0             0    0.0063351    0.024567     0.045631     0.071473      0.10561      0.17792      0.29201      0.45545       0.6786       0.6786      0.71795      0.79125      0.87322      0.96605       0.99492  
    cl_mt_pol_k_p1v2     0.071429    4.2813    2.1733    'cl_mt_pol_k'       'fl_w'             3               2           0.025       0.50763      0     22.697      0.018291      0      0.98171      0.018291     4.791e-10          0          0    1.4591    1.7023     2.476    2.7792    2.8997    3.0871     4.645    5.2662    5.3268    5.3873    5.5584    6.2532    7.4575    11.568    20.288         7.7519             0.71037              10.939             0.63467               4.9487               0.37269                4.7233                  1                   0.6759               0.51708                   0             0    0.0089896    0.027235     0.049909     0.082274      0.11481      0.19182       0.3234      0.53241      0.63833      0.71077      0.73396      0.80333      0.87844      0.96783       0.99549  
    cl_mt_pol_k_p1v3      0.14286    4.0133    2.1989    'cl_mt_pol_k'       'fl_w'             3               3           0.025       0.54791      0     22.625      0.017478      0      0.98252      0.017478    1.3326e-09          0          0    1.4499    1.6817    1.8661    2.7024    2.8397    2.9809    3.9872    4.0715     5.042    5.2158    5.5288    6.3169    8.1946    11.602    20.446         7.2911             0.67214              10.364             0.60388               4.2364               0.31835                4.8354                  1                  0.82185               0.60314                   0             0    0.0093691    0.029275      0.05226     0.084808      0.11626      0.19474      0.35305      0.47075       0.5872      0.64716       0.7096      0.78241      0.86807      0.96416       0.99474  
    cl_mt_pol_k_p1v4      0.21429    3.9547     2.228    'cl_mt_pol_k'       'fl_w'             3               4           0.025       0.56338      0     22.569       0.01774      0      0.98226       0.01774    1.6842e-07          0          0    1.4229     1.664    1.8363    2.5885    2.8196    2.9467     3.929    4.0109    5.0268    5.2001    5.5121    6.2284    8.2509    11.741    20.523         7.2975             0.66482              10.528             0.60235               4.2647               0.31442                 4.964                  1                  0.83624               0.60711                   0             0    0.0094396     0.02879     0.051864     0.080072      0.11416      0.18782      0.34982      0.46353      0.58619      0.63824      0.70533      0.77753       0.8657      0.96491       0.99488  
    cl_mt_pol_k_p1v5      0.28571    4.5271     2.163    'cl_mt_pol_k'       'fl_w'             3               5           0.025       0.47779      0      22.59     0.0014665      0      0.99853     0.0014665    4.7572e-07          0     1.6667    2.6498    2.9384    2.9747     3.011    3.0473    3.9326    4.0147     4.063    5.1471    5.2628    5.9684    6.5351    9.1607    12.122    20.861         4.2457               0.782              6.6825             0.75089              0.86258               0.15645                4.6785                  1                   1.0851               0.72479                   0     0.0026129     0.020301    0.082337      0.11599      0.14477      0.15525      0.28168      0.42352      0.51788      0.62173      0.66403      0.72082      0.78816      0.87141      0.96722       0.99533  
    cl_mt_pol_k_p1v6      0.35714    4.4014    2.1892    'cl_mt_pol_k'       'fl_w'             3               6           0.025       0.49738      0      22.61    0.00081779      0      0.99918    0.00081779    4.8717e-07    0.69464     1.7913    2.6507    2.8685    2.9049    2.9412    2.9845     3.751    3.9216      3.97    5.0361    5.2098    5.7308    6.4601    9.1692     12.04    21.071         4.0116             0.80924              6.6498             0.78352              0.80732               0.16511                4.7926                  1                   1.0203               0.68514          2.9711e-05     0.0034408     0.021557    0.057394     0.089669      0.12132      0.20334      0.22478      0.40189      0.49722      0.61091       0.6614      0.71588      0.78541      0.86657      0.96378       0.99516  
    cl_mt_pol_k_p1v7      0.42857      4.15    2.5012    'cl_mt_pol_k'       'fl_w'             3               7           0.025        0.6027      0     22.527     0.0021365      0      0.99786     0.0021365    1.0891e-06          0     1.4137    1.8414    1.8899    2.6856    2.7811    2.8159    2.8349    2.8712    3.9863    5.1567    5.4696    5.9678    6.7211    9.8035    12.144    21.276         5.2869             0.74847              9.2658             0.74104               1.6584               0.21011                 6.256                  1                   1.2844               0.74204                   0     0.0019605      0.02368    0.041946     0.075288      0.12612      0.17828      0.22256      0.31218      0.43479      0.55477      0.61289      0.68089      0.75766      0.85528      0.96037       0.99527  
    cl_mt_pol_k_p1v8          0.5    4.1866    2.5984    'cl_mt_pol_k'       'fl_w'             3               8           0.025       0.62066      0     22.564     0.0032361      0      0.99676     0.0032361    8.6773e-07          0      1.294    1.8359    1.8601    2.4675    2.7728    2.8075    2.8264    2.8988    4.0206    5.1861    5.5099    6.0655    6.7933    10.167     12.27    21.351         5.7741             0.70558              10.635             0.71422               2.4273               0.24519                6.7518                  1                   1.3505               0.74566                   0     0.0014912     0.027055    0.040636     0.069579      0.11634      0.16849       0.2077      0.30929      0.42706       0.5414      0.60522      0.67545      0.75615      0.85549      0.96049       0.99486  
    cl_mt_pol_k_p1v9      0.57143     3.745    2.4812    'cl_mt_pol_k'       'fl_w'             3               9           0.025       0.66253      0     22.689      0.015214      0      0.98479      0.015214    1.4339e-06          0          0    1.3646    1.5278    1.6999    1.8271    2.4284    2.6713    2.9488     3.608    5.0997    5.3426    5.5543    6.3024    8.9737     11.98    20.989         7.6257              0.6576              12.493             0.63037               5.0785               0.34245                6.1564                  1                  0.89066               0.65135                   0             0     0.010564     0.02995     0.052138     0.075525      0.10703      0.17129      0.28389      0.41011      0.53216      0.60581      0.67233      0.75194      0.84643      0.95935       0.99426  
    cl_mt_pol_k_p1v10     0.64286    3.8146     2.559    'cl_mt_pol_k'       'fl_w'             3              10           0.025       0.67083      0      22.71      0.014134      0      0.98587      0.014134    2.4469e-06          0          0     1.389    1.5468    1.6809    1.8151    2.4307    2.6853    2.9672    3.8891    5.1855    5.3822    5.6716    6.3661    9.2713    12.084    21.147         7.8799             0.66372              13.629             0.65217               5.7495               0.37192                6.5483                  1                  0.96693               0.67001                   0             0     0.011748    0.029874     0.050668     0.076426      0.10318      0.17138      0.28072       0.4091       0.5295       0.5991      0.66948      0.74809      0.84534      0.95997       0.99434  
    cl_mt_pol_k_p1v11     0.71429     3.899    2.6472    'cl_mt_pol_k'       'fl_w'             3              11           0.025       0.67894      0     22.657       0.01275      0      0.98725       0.01275     3.099e-06          0          0    1.3439    1.5131    1.6367    1.8073    2.4677    2.7457    3.0122    3.9854    5.2134     5.422    5.8249    6.4878    9.8497    12.095     21.41         8.2699             0.68153              15.032             0.67851               6.6424                0.4113                7.0075                  1                   1.0304               0.67791                   0             0      0.01087    0.028765     0.049332     0.073878      0.10315      0.16637      0.27856       0.4055       0.5296      0.59409      0.66541      0.74463      0.84505      0.95841       0.99515  
    cl_mt_pol_k_p1v12     0.78571    4.1674    2.8889    'cl_mt_pol_k'       'fl_w'             3              12           0.025       0.69321      0     22.663     0.0095065      0      0.99049     0.0095065    2.2787e-06          0    0.60064    1.3861    1.5361    1.6667    1.9106     2.495    2.7722    3.0556    4.7936    5.4173    5.7177    6.2374    7.5133    10.901    12.371    21.623          8.798             0.68073              17.847             0.70629                7.896               0.43787                8.3455                  1                   1.2875               0.72123                   0     0.0001005     0.011638    0.028597     0.047855     0.068752     0.099207       0.1602      0.26786      0.39707      0.52146      0.58567      0.66215      0.73742         0.85       0.9581       0.99503  
    cl_mt_pol_k_p1v13     0.85714    4.5766    3.0162    'cl_mt_pol_k'       'fl_w'             3              13           0.025       0.65904      0     22.684     0.0043899      0      0.99561     0.0043899    2.5951e-06          0    0.73993    1.4336    1.6186    1.8036    2.4973    2.6486    2.8904    3.6765    5.2605     5.827    6.1507    6.6478    8.9501    11.101    12.463    21.643          7.879             0.68847              17.913             0.73437               7.1773               0.43034                9.0974                  1                   1.4488               0.76168                   0    0.00088647     0.011676     0.02856     0.048922     0.076909      0.09826      0.16064      0.26321      0.41982      0.52893      0.59277       0.6628      0.74592       0.8592      0.96209       0.99568  
    cl_mt_pol_k_p1v14     0.92857    4.8226    3.0606    'cl_mt_pol_k'       'fl_w'             3              14           0.025       0.63463      0     22.705     0.0029231      0      0.99708     0.0029231     8.593e-06          0    0.79848    1.4729    1.6664    1.9094    2.5459    2.7426    2.9856    3.9808     5.381    6.0175    6.4341    6.7697    9.9983    11.387    12.475    21.663         7.3015             0.69902              17.846             0.74675               6.7721               0.42226                9.3671                  1                   1.5654               0.78516                   0     0.0011202     0.011756    0.028548     0.046467     0.071156     0.099963      0.15962      0.26391       0.4167      0.53545      0.59986      0.66856      0.76259        0.873      0.96483       0.99616  
    cl_mt_pol_k_p1v15           1    4.8583    2.8476    'cl_mt_pol_k'       'fl_w'             3              15           0.025       0.58615      0     22.725     0.0012757      0      0.99872     0.0012757    1.2986e-06          0    0.83396    1.5289    1.7374     2.166    2.6061    2.7799    3.0579    4.1235    5.6359     6.023    6.3705    8.1079    9.7295    10.286    12.239    20.988         5.5343             0.72764              13.995             0.76358               4.2451               0.36182                8.1091                  1                   1.5777               0.81446                   0     0.0013814     0.012662    0.030759     0.048691     0.076871       0.1019      0.16414      0.27355      0.45164      0.55311      0.61828       0.6962      0.77238       0.8837      0.96821       0.99597  

                         fl_w       mean        sd      variablenames    var_param_key    it_test_grp    it_cur_param    fl_r_save    coefofvar    min     max        pYis0        pYls0       pYgr0      pYisMINY      pYisMAXY       p0_1        p1         p5         p10         p15         p20          p25         p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1      fracByP5      fracByP10    fracByP15     fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       ________    _______    ______    _____________    _____________    ___________    ____________    _________    _________    ___    ______    __________    ________    _______    __________    ___________    _______    _______    _______    ________    _______    _________    _________    ________    ________    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    _________    ___________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_coh_p1v1            0    0.15453    8.4215     'cl_mt_coh'        'fl_w'             3               1           0.025        54.497     -20    56.634     0.0041687      0.4096    0.58623      0.026091    -4.7429e-34        -20        -20    -17.577     -13.033    -9.7013      -6.9752      -5.1578     -1.8259      3.0205    5.4437    6.6553    6.9582    6.9582    7.8669    9.0786    16.045    25.435         44.172             0.97747              70.922                1                  47.464               0.85568                11.483               0.62073                1.3799               0.29421             -3.3768      -3.3768         -6.305       -11.36       -15.115      -17.627      -19.521      -21.761     -20.991       -16.32      -11.979       -7.4253      -7.4253     -5.8745      -3.1609      -0.2651       0.82007  
    cl_mt_coh_p1v2     0.071429     2.1759    7.9303     'cl_mt_coh'        'fl_w'             3               2           0.025        3.6446     -20    56.706     0.0016497     0.28531    0.71304      0.018305     1.2462e-34        -20        -20    -15.452     -10.298    -6.6599      -4.2344       -1.809      2.7388      5.4674     6.377    6.9834    7.2866    7.2866    7.8929    10.015    17.292    26.994         38.827             0.97509               62.89                1                  42.134               0.86961                10.939               0.63467                1.6641               0.34889            -0.16825     -0.16825       -0.43028     -0.72969       -0.9129       -1.036      -1.1071      -1.0809    -0.75913     -0.32738      0.06975       0.31578      0.31578     0.49852      0.67956      0.90281       0.98616  
    cl_mt_coh_p1v3      0.14286     1.8194    7.8048     'cl_mt_coh'        'fl_w'             3               3           0.025        4.2897     -20    56.777     0.0015237      0.2929    0.70558      0.017497    -1.5069e-27        -20        -20    -15.448     -10.289    -6.6475      -4.2198      -2.0955      2.4565      4.8842    5.4912    6.0981    6.4016    7.0085    8.2224     10.65    17.933    27.948         37.488             0.97367              60.915                1                  40.872               0.86536                10.364               0.60388                2.0105                0.4157            -0.19233     -0.19233       -0.50209     -0.85974       -1.0833      -1.2365      -1.3133      -1.2973    -0.90998     -0.50952     -0.12356     -0.046673      0.12713     0.36038      0.58768      0.87876       0.98327  
    cl_mt_coh_p1v4      0.21429     1.4649    7.8444     'cl_mt_coh'        'fl_w'             3               4           0.025        5.3548     -20    56.848     0.0014534     0.31326    0.68528       0.01776     1.4733e-35        -20        -20    -15.462     -10.621    -6.9902      -4.5698      -2.4519      1.4812      4.5068    5.1119     5.717    6.3221    6.9272    8.1374     10.86    18.424    28.408         37.599             0.97288              61.535                1                  41.267               0.86414                10.528               0.60235                2.0783               0.42854            -0.24247     -0.24247       -0.63894      -1.0671       -1.3772      -1.5744      -1.6948      -1.7202     -1.2725      -0.8285     -0.41363      -0.22569    -0.030729     0.20021      0.47995      0.85593       0.97926  
    cl_mt_coh_p1v5      0.28571     6.1192    4.1144     'cl_mt_coh'        'fl_w'             3               5           0.025       0.67238     -20     56.92    0.00028197    0.029435    0.97028     0.0014675     2.0189e-09        -20    -9.4008     3.3182      4.2267     4.5295       4.8324       4.8324      5.1352       5.438    6.0437    6.9522    7.2551    8.1636    9.6777    13.009    20.277     30.27         9.3751             0.90777              16.929                1                  7.6494               0.72939                6.6825               0.75089                1.8272                0.6416          -0.0047963    -0.024143      -0.026415      0.01066      0.060046      0.12993      0.12993      0.26118      0.3739      0.49318      0.60923       0.64142      0.70748     0.77428      0.85994      0.96041        0.9946  
    cl_mt_coh_p1v6      0.35714     6.0428    3.8768     'cl_mt_coh'        'fl_w'             3               6           0.025       0.64156     -20    56.991    0.00030548     0.01641    0.98328    0.00081811     4.8426e-09    -18.484    -4.5411      3.643      3.9461     4.2492       4.5523       4.5523      4.8554      5.1586    5.7648     6.371    6.9772    7.8866    9.4022     13.04    20.921    30.923         7.7505             0.88288               15.03                1                  6.1388               0.70898                6.6498               0.78352                1.8135               0.68766          -0.0038126    -0.018755    -0.00014429     0.033125      0.072905      0.17351      0.17351      0.28447     0.37077      0.50153      0.57854       0.63915      0.69899     0.76156      0.85235      0.95915       0.99428  
    cl_mt_coh_p1v7      0.42857     5.3956    4.9991     'cl_mt_coh'        'fl_w'             3               7           0.025       0.92652     -20    57.063    0.00067834    0.047816    0.95151     0.0021372     8.8488e-09        -20    -12.415    0.32756      3.0581     3.3615       3.6649       3.6649      3.9683      4.2717    5.1819    6.6989    7.6091    8.8227    10.643     13.98    21.869    32.184         12.986             0.91986              24.991                1                  12.248               0.77641                9.2658               0.74104                2.3798               0.68789          -0.0079221    -0.031515      -0.065687    -0.039922    -0.0017968     0.082086     0.082086      0.17872     0.24847      0.37705      0.49675       0.55673      0.62879     0.71903      0.82934      0.95206       0.99376  
    cl_mt_coh_p1v8          0.5     5.1427    5.7307     'cl_mt_coh'        'fl_w'             3               8           0.025        1.1143     -20    57.134     0.0013149    0.079797    0.91889     0.0032374     1.6036e-08        -20     -15.16    -3.9682      2.0815     3.2915       3.2915        3.594      3.8964      4.1989    5.1064    6.6188    7.8288    9.3412    11.459    14.786    22.953    32.935         16.812              0.9315              32.841                1                  17.833               0.81677                10.635               0.71422                2.7261               0.68246            -0.01259    -0.036125           -0.1     -0.10534     -0.045067    -0.045067     0.027753      0.12266     0.18811      0.31502      0.42951       0.50647      0.59192      0.6933      0.81407      0.95104       0.99297  
    cl_mt_coh_p1v9      0.57143    0.13085    7.9873     'cl_mt_coh'        'fl_w'             3               9           0.025         61.04     -20    57.206     0.0060396      0.4536    0.54036      0.015222     2.1984e-08        -20        -20    -14.853     -10.614    -7.5866      -5.4672      -4.2561      -1.834     0.89091    3.0103    4.2213    5.4324    6.9462    9.3684    13.304    21.176    32.076         35.851             0.96039              63.797                1                  41.706               0.87363                12.493               0.63037                3.4127               0.77529             -2.3265      -2.3265        -6.9642      -11.663       -15.083      -17.473      -19.217      -21.655     -21.923      -19.257      -16.952       -15.124      -12.805      -9.853      -5.6782     -0.92701       0.73569  
    cl_mt_coh_p1v10     0.64286    0.46695    8.1664     'cl_mt_coh'        'fl_w'             3              10           0.025        17.489     -20    57.277      0.010305     0.43889     0.5508      0.014135       6.27e-08        -20        -20    -14.545     -9.9995    -6.6659      -5.1507      -3.9385     -1.8172     0.91024    3.0316    4.5468     6.062    7.5773    10.002    13.941    22.427    33.336          36.25             0.95674               66.69                1                  43.519               0.88213                13.629               0.65217                 3.729               0.80967             -0.6054      -0.6054        -1.9038      -3.2332       -4.1829      -4.8131      -5.2751      -5.8604      -5.938      -5.1855      -4.5491       -3.9131      -3.2163     -2.2762      -1.0456      0.43016       0.92462  
    cl_mt_coh_p1v11     0.71429    0.47137    8.3689     'cl_mt_coh'        'fl_w'             3              11           0.025        17.754     -20    57.348     0.0066057     0.48471    0.50869      0.012751     8.5062e-08        -20        -20    -13.933     -9.6869    -6.6536       -5.137       -4.227      -2.407    0.019583    2.4462    4.8728    6.6928    8.5127    10.939    14.883    23.376    34.296         36.524             0.95208              70.039                1                  45.584                0.8928                15.032               0.67851                4.1778               0.86939              -0.541       -0.541        -1.9002      -3.1001       -3.9335      -4.6709      -5.0894      -5.7597     -6.0818      -5.6654      -4.9036       -4.2376       -3.495     -2.4443      -1.1271      0.41188       0.92165  
    cl_mt_coh_p1v12     0.78571     2.1301    8.7467     'cl_mt_coh'        'fl_w'             3              12           0.025        4.1063     -20     57.42     0.0091579     0.40751    0.58333     0.0095067     2.0157e-07        -20     -18.79    -12.742     -7.9032    -5.4838      -4.2741      -3.0644    -0.94747      1.4719    4.4961    7.5203    9.0324    10.847    13.266    17.198    25.666     36.25         37.069              0.9473              76.505                1                  49.502               0.90666                17.847               0.70629                4.9225               0.91074           -0.089262    -0.097378        -0.3874     -0.63872      -0.80003     -0.90162      -0.9879      -1.0792     -1.0475     -0.84262     -0.55164      -0.37056     -0.12587     0.15217      0.49313       0.8645       0.98213  
    cl_mt_coh_p1v13     0.85714     4.9324    8.0869     'cl_mt_coh'        'fl_w'             3              13           0.025        1.6395     -20    57.491     0.0067203     0.25142    0.74186     0.0043895      7.104e-08        -20     -16.67    -7.5893     -4.5623    -2.7461      -1.2326    -0.021788      2.0971      4.8214     7.243    9.9673    11.178    12.692    14.811     18.14    26.313     37.21         28.698             0.93528              65.398                1                  40.526               0.90628                17.913               0.73437                4.7399               0.92944           -0.017799    -0.039506       -0.13333     -0.19037      -0.22664      -0.2466      -0.2511     -0.22428    -0.12194     0.064483      0.25853       0.35882      0.47211     0.61434      0.77393      0.93788       0.99221  
    cl_mt_coh_p1v14     0.92857     6.0284    7.8083     'cl_mt_coh'        'fl_w'             3              14           0.025        1.2953     -20    57.563     0.0064628     0.20631    0.78722     0.0029228     3.7823e-07        -20    -15.152      -5.76     -3.3361    -1.5183    -0.003373       1.2085      3.0264      6.0562      8.48    10.904    12.116    13.631    15.752    18.478     25.75     36.96         24.774             0.92964               60.97                1                  36.895               0.90172                17.846               0.74675                4.6979               0.92361          -0.0096968    -0.029873      -0.093858      -0.1289      -0.14865      -0.1541     -0.14734     -0.11515    0.006161      0.19492      0.36469       0.45461       0.5559     0.67866      0.80964      0.94989       0.99329  
    cl_mt_coh_p1v15           1     6.6582    6.4362     'cl_mt_coh'        'fl_w'             3              15           0.025       0.96665     -20    57.634     0.0052667     0.12553     0.8692     0.0012756     1.7928e-07        -20    -10.902    -3.3208    -0.89473    0.62156       1.5313       2.4411      4.2607        6.99     9.416    10.629    11.539    12.449    13.965    16.391    23.063    34.283         15.921             0.92619              41.424                1                  22.957               0.86574                13.995               0.76358                3.7868               0.86491          -0.0038316    -0.022836      -0.057859    -0.073109     -0.072618    -0.064894    -0.049223    0.0072628     0.14024       0.3722      0.47208        0.5487      0.64267     0.75414      0.84294      0.95991       0.99457  

                       fl_r_save     mean       sd      variablenames    var_param_key    it_test_grp    it_cur_param     fl_w      coefofvar      min       max      pYis0      pYls0       pYgr0      pYisMINY      pYisMAXY       p0_1        p1         p5       p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1      fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       _________    ______    ______    _____________    _____________    ___________    ____________    _______    _________    _______    ______    _____    _________    _______    __________    ___________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val_p2v1             0    6.2967    2.8209     'cl_mt_val'      'fl_r_save'          4               1         0.44365       0.448     -10.284    15.748      0       0.030736    0.96926    7.7578e-05      3.101e-31     -8.446    -4.7822    2.6271    4.1354    4.3312     4.527    4.7084    5.6687    6.0212    6.9648    8.1119    8.4769    8.9715    9.6466    10.589    12.268    13.685         7.9574                1                 13.027             0.91845               4.8826               0.61128                6.1146                0.7323                1.3718               0.70443          -0.0017053     -0.010889     -0.012773    0.024207     0.051554     0.091012      0.12578      0.21754      0.36395      0.49803       0.6311      0.68658      0.75872      0.82827       0.9082      0.97979       0.99783  
    cl_mt_val_p2v2     0.0042857    6.3106    2.8224     'cl_mt_val'      'fl_r_save'          4               2         0.44365     0.44725     -10.283    15.842      0       0.030593    0.96941    7.7283e-05     9.0647e-35    -8.4449    -4.7792    2.6605    4.1456     4.341    4.5372    4.7188    5.6779    6.0302    7.0124    8.1205    8.4867    8.9806    9.6566    10.615    12.293    13.734         7.9662                1                 13.052             0.91881               5.0204               0.61825                5.9999               0.73564                1.3765               0.70566          -0.0017009     -0.010846     -0.012611    0.024409     0.051604     0.090982       0.1259      0.21767      0.36416      0.50492       0.6307      0.68631      0.75833      0.82773      0.91059      0.97969        0.9978  
    cl_mt_val_p2v3     0.0085714      6.34    2.8097     'cl_mt_val'      'fl_r_save'          4               3         0.44365     0.44317     -10.279    15.949      0       0.029683    0.97032    7.4824e-05    -1.5069e-34    -8.4401    -4.7437    2.8779    4.1618    4.3568    4.5539    4.7355    5.6932    6.0453    7.0274    8.1348    8.5023    8.9954    9.6752    10.636    12.326    13.795         7.8942                1                 12.951             0.91838               5.0841               0.62161                5.8506               0.74049                 1.381               0.70984          -0.0016395     -0.010686     -0.010761    0.025087     0.052319     0.092007       0.1264      0.21771      0.36362      0.50445      0.62874      0.68654      0.75806      0.82856      0.91057      0.97955       0.99781  
    cl_mt_val_p2v4      0.012857    6.3768    2.7519     'cl_mt_val'      'fl_r_save'          4               4         0.44365     0.43155     -10.282    16.057      0       0.026764    0.97324    6.7681e-05     3.5495e-09     -8.446    -4.3027    3.0506    4.3044    4.4994    4.6869    4.8611    5.6473    5.9987    6.9832    8.0975    8.4946    8.9689    9.7378    10.626    12.382    13.869         7.5732                1                 12.429             0.91522               4.8057               0.61115                5.6712               0.75079                1.3739               0.72032           -0.001462     -0.010283    -0.0079817    0.043601     0.079882      0.11116      0.13072      0.21687      0.35592      0.50285      0.62454      0.69362      0.75672      0.83237      0.90853      0.97974       0.99777  
    cl_mt_val_p2v5      0.017143    6.3686    2.7841     'cl_mt_val'      'fl_r_save'          4               5         0.44365     0.43717     -10.279    16.182      0       0.027903     0.9721    7.0511e-05      6.092e-09    -8.4416    -4.4582    3.0721     4.134    4.5201    4.7074    4.8818    5.6647    6.0178     7.002    8.1157    8.5128    8.9842    9.7579    10.653    12.428    13.947         7.7514                1                 12.725              0.9169               5.1728               0.62444                5.5642               0.75092                1.3866               0.71797           -0.001524     -0.010474    -0.0085446    0.024128     0.079797      0.11018      0.12939      0.21575      0.35778      0.50209      0.62522      0.69352      0.75527      0.83212      0.90801      0.97968       0.99775  
    cl_mt_val_p2v6      0.021429    6.3974    2.7843     'cl_mt_val'      'fl_r_save'          4               6         0.44365     0.43523     -10.279    16.311      0       0.027509    0.97249    6.9509e-05     9.3186e-09    -8.4412    -4.4452    3.0936     4.153    4.5393    4.7265    4.9011    5.6823     6.035    7.0189    8.1321    8.5293    9.0038    9.7768    10.731    12.476    14.064         7.7523                1                 12.762             0.91709               5.3343               0.62883                5.4379               0.75418                 1.396               0.72057          -0.0014966     -0.010352    -0.0081458    0.024302     0.080002      0.11056       0.1298      0.21602      0.35783       0.5016      0.62452      0.69267      0.75547      0.83111      0.90804      0.97939       0.99788  
    cl_mt_val_p2v7      0.025714    6.4587    2.7298     'cl_mt_val'      'fl_r_save'          4               7         0.44365     0.42265      -10.28    16.452      0       0.024463    0.97554    6.1734e-05     5.4915e-09    -8.2487    -3.9632    3.2946    4.1761     4.563    4.7497    4.9367    5.7052    6.0557    7.0398    8.1516    8.5493    9.1028    9.8004    10.783    12.581     14.16         7.4517                1                  12.29             0.91467                5.091               0.61527                5.2722               0.76621                1.3991               0.73366          -0.0016961    -0.0098491    -0.0051103     0.02581     0.082093      0.11412      0.13138        0.227      0.35886      0.50302      0.62518      0.69317      0.75589      0.83114      0.90996      0.97993       0.99785  
    cl_mt_val_p2v8          0.03    6.4784    2.7293     'cl_mt_val'      'fl_r_save'          4               8         0.44365     0.42129     -10.277    16.611      0       0.024005    0.97599    6.0752e-05     1.3426e-08    -8.2484     -3.866    3.2881    4.3321    4.5257    4.7144    5.0636     5.718    6.0288    7.1575    8.1445    8.5275    9.1115    9.8002    10.818    12.652    14.281          7.449                1                 12.302              0.9144               5.2153               0.61686                5.1585               0.76863                1.4063               0.73653           -0.001656    -0.0097264    -0.0038125    0.043699     0.079117      0.10708      0.13256      0.21846       0.3657      0.50775      0.62329      0.68916      0.75566      0.82896       0.9085      0.97968       0.99784  
    cl_mt_val_p2v9      0.034286    6.5201    2.7355     'cl_mt_val'      'fl_r_save'          4               9         0.44365     0.41954      -10.28    16.777      0       0.023702     0.9763    5.9891e-05      3.904e-08     -8.249    -3.8164    3.3156    4.3576    4.5509    4.7392    5.1238     5.871    6.0513    7.1794    8.2134    8.6505    9.1366    9.9106    10.906    12.745    14.396         7.4828                1                 12.408             0.91501               5.4588               0.62663                5.0116               0.76806                1.4216               0.73946          -0.0016214    -0.0097052    -0.0033443    0.043645     0.078882      0.10663      0.13306      0.27657      0.36372      0.50558      0.62658      0.69339       0.7583      0.83135      0.90972      0.97929       0.99776  
    cl_mt_val_p2v10     0.038571    6.7059    2.6058     'cl_mt_val'      'fl_r_save'          4              10         0.44365     0.38858     -10.278    16.956      0       0.017599     0.9824    4.4405e-05     6.3013e-08    -8.1755     -2.529    3.7013    4.5194    4.7084    4.8901    5.3997    5.8445    6.1942    7.2987    8.3135    8.7474    9.2337    9.9995        11    12.872    14.565           6.79                1                 11.361             0.90894               4.8858               0.60861                4.6714               0.78373                1.4123               0.76343          -0.0018228    -0.0081475     0.0039901    0.048541     0.084697      0.12215      0.14362      0.23076      0.37231      0.51164      0.63296      0.69811      0.76177      0.83361      0.91074      0.98004       0.99779  
    cl_mt_val_p2v11     0.042857    6.6062    2.7335     'cl_mt_val'      'fl_r_save'          4              11         0.44365     0.41377     -10.276    17.148      0       0.022145    0.97785    5.6005e-05     1.2094e-07    -8.2459    -3.6354    3.4981    4.3592    4.5502    4.7389    5.5063    5.8707    6.2194    7.3274    8.2952    8.6885    9.1954    10.013    11.064        13    14.717         7.4719                1                 12.484             0.91476               5.8775               0.63793                4.6679                0.7661                1.4535               0.75083          -0.0014962    -0.0092224    -0.0018853    0.045242     0.074745      0.10139      0.14514      0.27104       0.4103      0.51064      0.63245      0.69583      0.75734      0.82897      0.90949      0.97923       0.99773  
    cl_mt_val_p2v12     0.047143    6.7513    2.6513     'cl_mt_val'      'fl_r_save'          4              12         0.44365      0.3927     -10.274    17.352      0       0.017552    0.98245    4.4371e-05     1.7633e-07     -8.168    -2.6273    3.7733    4.3963    4.5868    4.7759    5.6962    5.9043    6.2526    7.5035    8.3295     8.732    9.3064    10.092    11.165     13.17    14.911         7.0292                1                 11.879             0.91062               5.4054               0.60353                4.6209               0.77931                1.4658               0.77307          -0.0018015    -0.0080832     0.0048935    0.045098     0.073956      0.10337      0.14282      0.25711          0.4      0.51616      0.62794      0.69274      0.76069      0.83067      0.90882      0.97979        0.9978  
    cl_mt_val_p2v13     0.051429    6.9667     2.559     'cl_mt_val'      'fl_r_save'          4              13         0.44365     0.36732     -10.274    17.563      0       0.013487    0.98651    3.4244e-05     2.6028e-07    -8.1655     -1.242    4.1762    4.5689    4.7581     5.125    5.8851    6.0597    6.4048    7.6331    8.5157    8.9617    9.4239     10.29    11.338    13.356    15.131         6.5485                1                 11.222             0.90721               4.9695               0.57785                 4.487               0.79339                1.4628               0.79041          -0.0013371    -0.0066455      0.013882    0.045188     0.083329      0.11296      0.18913       0.2565      0.39997      0.51835      0.63788      0.69826      0.76287      0.83628      0.91142      0.97989       0.99775  
    cl_mt_val_p2v14     0.055714    7.1028    2.4913     'cl_mt_val'      'fl_r_save'          4              14         0.44365     0.35075     -10.272    17.785      0       0.009911    0.99009    2.5122e-05     3.4169e-07    -7.4919    0.16056    4.2196    4.8069    4.8069    5.3574    5.9258    6.1007    6.4448    7.8149    8.6319    9.0125      9.58    10.357    11.509    13.541    15.393         6.2067                1                 10.772             0.90382                4.866               0.57743                4.2055               0.80221                1.4766               0.81227          -0.0012173    -0.0049918      0.014967    0.083041     0.083041      0.11618      0.18561      0.25143      0.38716      0.52363      0.64743      0.69982      0.76875      0.83628      0.91134         0.98       0.99784  
    cl_mt_val_p2v15         0.06    7.4166    2.3625     'cl_mt_val'      'fl_r_save'          4              15         0.44365     0.31854     -10.269    18.022      0      0.0050016      0.995    1.2701e-05     3.9901e-07    -6.1672     3.0373    4.8014    4.9918    5.1783    5.8856    6.0925     6.374    6.6033    8.0882    8.7749    9.2605    9.8121    10.582    11.738    13.839    15.722         5.5813                1                 10.026             0.89888               4.5018               0.55702                3.9283               0.80625                1.4789               0.84247          -0.0010473    -0.0010821      0.043874    0.081957       0.1062      0.12441      0.17129      0.25059       0.3841      0.53067      0.64443      0.70911      0.77277      0.84209      0.91259      0.98041       0.99782  

                         fl_r_save     mean       sd       variablenames    var_param_key    it_test_grp    it_cur_param     fl_w      coefofvar    min      max      pYis0    pYls0    pYgr0     pYisMINY      pYisMAXY       p0_1        p1         p5         p10        p15        p20        p25        p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                         _________    ______    _______    _____________    _____________    ___________    ____________    _______    _________    ____    ______    _____    _____    _____    __________    ___________    _______    _______    _______    _______    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_pol_c_p2v1             0     1.774    0.69035    'cl_mt_pol_c'     'fl_r_save'          4               1         0.44365     0.38915     0.02    6.3931      0        0        1        0.002226    -1.3654e-30       0.02    0.92233    0.96023    0.97287     0.9855     0.9855    0.99814    0.99814    2.0215    2.0974    2.2237    2.2995    2.4006    2.5522    2.8302    3.4619    4.3211         1.3718             0.70443              2.3847             0.68699              0.26636               0.13626                1.5636               0.76515               0.47659                  1             2.5096e-05    0.0041002    0.035668    0.068304      0.13121      0.13121      0.19445      0.19445       0.3651      0.52369      0.65258      0.70807      0.76857       0.8337      0.91313      0.97835       0.99746  
    cl_mt_pol_c_p2v2     0.0042857    1.7755     0.6911    'cl_mt_pol_c'     'fl_r_save'          4               2         0.44365     0.38924     0.02    6.3959      0        0        1       0.0022137     9.0647e-35       0.02    0.92273    0.96065    0.97329    0.98593    0.98593    0.99857    0.99857    2.0224    2.0983    2.2247    2.3005    2.4016    2.5786    2.8314    3.4634    4.3229         1.3765             0.70566              2.3937             0.68818              0.31387               0.15785                1.5244               0.76332               0.47762                  1             2.4936e-05    0.0041319    0.035678    0.068221      0.13114      0.13114      0.19421      0.19421      0.36479      0.52294      0.65182      0.70682       0.7668      0.84285      0.91276      0.97836       0.99747  
    cl_mt_pol_c_p2v3     0.0085714    1.7777    0.69244    'cl_mt_pol_c'     'fl_r_save'          4               3         0.44365     0.38952     0.02    6.3998      0        0        1        0.002144    -1.1822e-33       0.02    0.92329    0.96123    0.97388    0.98652    0.98652    0.99917    0.99917    2.0236    2.0995     2.226    2.3019    2.4031    2.5801    2.8331    3.4908    4.3255          1.381             0.70984               2.403             0.69142              0.36752               0.18233                1.4806               0.76036               0.47948                  1             2.4121e-05    0.0044129    0.035749    0.068185      0.13112      0.13112      0.19414      0.19414      0.36294      0.52141      0.64955       0.7054      0.76673      0.84197      0.91185      0.97903       0.99742  
    cl_mt_pol_c_p2v4      0.012857    1.7792    0.69311    'cl_mt_pol_c'     'fl_r_save'          4               4         0.44365     0.38956     0.02    6.4047      0        0        1       0.0019443    -1.8393e-34       0.02    0.93296    0.97079    0.97079     0.9834     0.9834      0.996     1.0086    2.0172    2.0929    2.2189    2.2946    2.4207     2.572    2.8241    3.4797    4.3622         1.3739             0.72032              2.3866             0.69777              0.40276               0.20337                1.4349               0.75424                0.4804                  1             2.1856e-05    0.0066425    0.058112    0.058112      0.12531      0.12531      0.18526      0.19577      0.35458      0.51481      0.64451      0.70092      0.77613      0.83925      0.91008      0.97848       0.99763  
    cl_mt_pol_c_p2v5      0.017143    1.7794    0.69365    'cl_mt_pol_c'     'fl_r_save'          4               5         0.44365     0.38982     0.02    6.4105      0        0        1       0.0020272      6.092e-09       0.02    0.93381    0.95905    0.97166    0.98428    0.98428     0.9969     1.0095     2.019    2.0948    2.2209    2.2967    2.4229    2.5743    2.8267    3.4829    4.3662         1.3866             0.71797              2.4084             0.69651               0.4659               0.22574                  1.39               0.75291               0.48115                  1             2.2785e-05    0.0093243    0.034188    0.065773      0.12502      0.12502      0.18413      0.19437      0.35827       0.5179      0.64583      0.70206      0.77626      0.83869      0.90983      0.97834       0.99759  
    cl_mt_pol_c_p2v6      0.021429    1.7829    0.69582    'cl_mt_pol_c'     'fl_r_save'          4               6         0.44365     0.39028     0.02    6.4169      0        0        1       0.0019954     9.3186e-09       0.02    0.93475    0.96002    0.97265    0.98528    0.98528    0.99791     1.0105    2.0211    2.0969    2.2232     2.299    2.4253    2.5769    2.8548    3.5116    4.3453          1.396             0.72057              2.4319              0.6993              0.53116               0.25055                1.3462               0.74709               0.48417                  1             2.2384e-05    0.0093591    0.034212    0.065761      0.12498      0.12498      0.18348      0.19402      0.35747      0.51663      0.64409       0.7004      0.77496      0.83663       0.9129      0.97902       0.99739  
    cl_mt_pol_c_p2v7      0.025714    1.7853    0.69862    'cl_mt_pol_c'     'fl_r_save'          4               7         0.44365     0.39132     0.02    9.6366      0        0        1        0.001767     5.4915e-09       0.02    0.92319    0.96113    0.97378    0.98642    0.98642    0.99907     1.0117    2.0234    2.0993    2.2258    2.3017    2.4281    2.5799    2.8581    3.5157    4.3757         1.3991             0.73366              2.4371             0.70872              0.56862               0.26852                 1.318               0.74846               0.48807                  1             1.9795e-05    0.0044495    0.034988    0.066734      0.12655      0.12655      0.18687      0.19562      0.35443      0.51412      0.64273      0.69855      0.77348      0.83614      0.91203      0.97881       0.99754  
    cl_mt_pol_c_p2v8          0.03    1.7875    0.69958    'cl_mt_pol_c'     'fl_r_save'          4               8         0.44365     0.39137     0.02    9.6485      0        0        1       0.0017461     1.3426e-08       0.02    0.93332    0.97116    0.97116    0.98377    0.98377    0.99639     1.0216     2.018    2.1189    2.2198    2.3207    2.4216    2.5982    2.8504    3.5567    4.3891         1.4063             0.73653              2.4494             0.71027              0.62249               0.28724                1.2757               0.74158               0.48941                  1             1.9537e-05    0.0056726    0.057025    0.057025      0.12415      0.12415         0.18      0.19547      0.35055      0.54069      0.63755      0.71142      0.77033      0.84104      0.90936      0.97993       0.99751  
    cl_mt_pol_c_p2v9      0.034286    1.7934    0.70279    'cl_mt_pol_c'     'fl_r_save'          4               9         0.44365     0.39187     0.02    9.6613      0        0        1       0.0017212      3.904e-08       0.02    0.93455    0.97244    0.97244    0.98507    0.98507     0.9977      1.023    2.0207    2.1217    2.2227    2.3238    2.4248    2.6016    2.8794    3.5614    4.4202         1.4216             0.73946              2.4862             0.71362              0.70068               0.31307                1.2306               0.73405               0.49391                  1             1.9195e-05    0.0056338    0.056644    0.056644      0.12314      0.12314      0.17869      0.19437      0.34786      0.53749      0.63373      0.70686      0.76424      0.83863      0.91184      0.97831       0.99751  
    cl_mt_pol_c_p2v10     0.038571     1.808    0.70995    'cl_mt_pol_c'     'fl_r_save'          4              10         0.44365     0.39267     0.02     9.675      0        0        1       0.0012913     6.3013e-08       0.02    0.93223    0.97002    0.98262    0.99522    0.99522     1.0078     1.0204    2.0408    2.1416    2.2424    2.3432     2.444    2.6203    2.8975    3.6029    4.4344         1.4123             0.76343              2.4876             0.73045              0.78301                 0.358                1.1543               0.71082               0.50403                  1             1.4284e-05    0.0047355    0.035601    0.064708      0.12769      0.12769      0.18694      0.19278      0.34701      0.53739      0.63387      0.70685      0.76501      0.84144      0.90857      0.97897       0.99746  
    cl_mt_pol_c_p2v11     0.042857    1.8017    0.70821    'cl_mt_pol_c'     'fl_r_save'          4              11         0.44365     0.39309     0.02    9.6893      0        0        1       0.0016098     1.2094e-07       0.02    0.93361    0.97145    0.97145    0.98407    0.98407    0.99669     1.0598    2.0438    2.1195    2.2457    2.3214    2.4476     2.599    2.9017    3.6083    4.4662         1.4535             0.75083               2.547              0.7203              0.86162               0.36095                1.1264                0.7135               0.50156                  1              1.787e-05    0.0060927    0.053702    0.053702      0.11663      0.11663       0.1705      0.19437      0.42925       0.5237      0.64501       0.6988      0.76982      0.83234      0.90963       0.9788       0.99742  
    cl_mt_pol_c_p2v12     0.047143    1.8131    0.71514    'cl_mt_pol_c'     'fl_r_save'          4              12         0.44365     0.39443     0.02    9.7042      0        0        1       0.0012729     1.7633e-07       0.02    0.93504    0.97295    0.97295    0.98558    0.98558    0.99822     1.0867     2.047    2.1228    2.2492    2.3502    2.4513    2.6282    2.9315    3.6391    4.4983         1.4658             0.77307              2.5828             0.73399              0.86575               0.35837                1.1599               0.72522               0.51142                  1             1.4041e-05    0.0045248    0.052956    0.052956      0.11508      0.11508       0.1666      0.19386      0.41897      0.51152      0.63414      0.70636      0.76163      0.83863      0.90997      0.97796       0.99743  
    cl_mt_pol_c_p2v13     0.051429    1.8339    0.72318    'cl_mt_pol_c'     'fl_r_save'          4              13         0.44365     0.39435     0.02    9.7201      0        0        1      0.00098124     2.6028e-07     0.8951    0.94553    0.98335    0.99596    0.99596    0.99596     1.0086     1.0968    2.0676    2.1684    2.2945    2.3701    2.4962    2.6475    2.9501    3.6813    4.5638         1.4628             0.79041              2.6037             0.74481               0.8749               0.35999                1.1701               0.73214               0.52299                  1             2.6475e-05    0.0046926    0.051076      0.1161       0.1161       0.1161      0.16889      0.19187      0.41532      0.53299      0.65004      0.70301      0.77115       0.8356      0.90824      0.97796       0.99738  
    cl_mt_pol_c_p2v14     0.055714    1.8448    0.72969    'cl_mt_pol_c'     'fl_r_save'          4              14         0.44365     0.39554     0.02    9.7359      0        0        1      0.00072114     3.4169e-07    0.89656    0.94707    0.98496    0.99758    0.99758    0.99758     1.0102     1.1239    2.0709     2.172    2.2982     2.374    2.5003    2.6518    2.9801    3.7125    4.5965         1.4766             0.81227              2.6445             0.75754              0.96952                0.3928                1.1162               0.72697               0.53245                  1             0.00036629    0.0050594    0.050806     0.11493      0.11493      0.11493      0.16679      0.19296      0.40789       0.5237      0.63978      0.69568      0.76551      0.83144      0.90779      0.97845       0.99734  
    cl_mt_pol_c_p2v15         0.06    1.8777    0.74305    'cl_mt_pol_c'     'fl_r_save'          4              15         0.44365     0.39572     0.02    9.7527      0        0        1      0.00036772     3.9901e-07    0.90723    0.95763    0.99543      1.008      1.008     1.0206     1.0206     1.1592    2.0917    2.2177    2.3437    2.4445    2.5453    2.6965    3.0493    3.7801    4.7125         1.4789             0.84247              2.7072             0.77171               1.0784               0.42424                 1.063               0.69364               0.55213                  1             0.00067176    0.0066294    0.041848     0.10466      0.10466      0.16258      0.16258      0.19077      0.39324      0.53311      0.64043      0.70996      0.76689      0.83388      0.90989      0.97786       0.99739  

                         fl_r_save     mean       sd      variablenames    var_param_key    it_test_grp    it_cur_param     fl_w      coefofvar    min     max        pYis0       pYls0     pYgr0      pYisMINY      pYisMAXY      p0_1        p1         p5       p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                         _________    ______    ______    _____________    _____________    ___________    ____________    _______    _________    ___    ______    __________    _____    _______    __________    __________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_pol_k_p2v1             0    4.4118      2.96    'cl_mt_pol_k'     'fl_r_save'          4               1         0.44365     0.67094      0     33.911     0.0022049      0       0.9978     0.0022049    6.2187e-09          0     1.3898    1.8162    2.6503    2.7796     2.797    2.8144    2.8333    2.8696    4.0768    5.2118    5.6287    6.6016    8.2694     9.914    17.072    24.391         6.1146              0.7323              11.907             0.80002               1.5006                0.17904               8.7618                  1                   1.5636               0.76515                   0    0.0017071    0.018167    0.055706      0.10122      0.11098      0.15053      0.22218      0.30486      0.41907      0.53861       0.5881      0.65834      0.74267      0.84468      0.95616       0.99391  
    cl_mt_pol_k_p2v2     0.0042857    4.3876    2.8897    'cl_mt_pol_k'     'fl_r_save'          4               2         0.44365      0.6586      0     31.284      0.002192      0      0.99781      0.002192    6.3903e-07          0     1.3904     1.817    2.6806    2.7808    2.7982    2.8156    2.8345    2.8709    4.0785     5.214    5.7007     6.674    8.2729    9.9182    15.851    24.402         5.9999             0.73564              11.548             0.79407               1.5945                0.19178               8.3502                  1                   1.5244               0.76332                   0    0.0017443    0.018274    0.056994      0.10237      0.11237      0.15158      0.22371      0.30676      0.42175      0.54521      0.59245      0.67694      0.75252      0.84777       0.9573       0.99399  
    cl_mt_pol_k_p2v3     0.0085714    4.3586    2.8121    'cl_mt_pol_k'     'fl_r_save'          4               3         0.44365     0.64518      0     29.077      0.002123      0      0.99788      0.002123    1.2525e-07          0     1.3913    1.8181    2.7237    2.7825    2.7999    2.8173    2.8363    2.8726     4.081    5.2172     5.565     6.678    7.9301    9.9243    15.072    24.416         5.8506             0.74049              11.121             0.78795               1.6573                0.20245               7.9078                  1                   1.4806               0.76036                   0    0.0018477    0.018323    0.058154       0.1033      0.11304      0.15295      0.22581      0.30913      0.42633      0.54789      0.59635      0.67809      0.74714       0.8496      0.95929       0.99416  
    cl_mt_pol_k_p2v4      0.012857    4.3156    2.7449    'cl_mt_pol_k'     'fl_r_save'          4               4         0.44365     0.63604      0     27.236     0.0019256      0      0.99807     0.0019256    4.0934e-08          0     1.4289    1.8365    2.4986    2.7737    2.8083    2.8083    2.8273    2.8777    4.0681    5.1429    5.4896    6.5875    7.5583    9.8928    14.331    24.339         5.6712             0.75079              10.684             0.78876               1.6475                0.21005               7.5342                  1                   1.4349               0.75424                   0    0.0019481    0.022091    0.051414     0.097932      0.14622      0.14622      0.21791      0.30646      0.42965      0.54358      0.60172      0.67035      0.74991      0.84895      0.96203        0.9942  
    cl_mt_pol_k_p2v5      0.017143    4.2776    2.6615    'cl_mt_pol_k'     'fl_r_save'          4               5         0.44365     0.62218      0     25.333     0.0020078      0      0.99799     0.0020078    1.2881e-06          0     1.4112    1.8382    2.5625    2.7762    2.7935    2.8109    2.8298    2.9024    4.0255    5.1475    5.5317     6.524    7.2181    9.9017    13.534    23.482         5.5642             0.75092              10.277              0.7746               1.7351                0.21912               7.0833                  1                     1.39               0.75291                   0    0.0018998    0.025651    0.054383      0.10112      0.11084      0.15021      0.21998      0.31472      0.43027      0.54742      0.60789      0.67329      0.75441      0.85207      0.96054       0.99434  
    cl_mt_pol_k_p2v6      0.021429    4.2538    2.5896    'cl_mt_pol_k'     'fl_r_save'          4               6         0.44365     0.60878      0     23.842     0.0019771      0      0.99802     0.0019771    3.2517e-07          0     1.4078      1.84    2.6341     2.779    2.7964    2.8137    2.8327    2.9053    4.0295    5.2106    5.6275    6.3685     6.878    9.9117    12.783    21.908         5.4379             0.75418              9.8771             0.76314               1.7584                0.22287               6.7061                  1                   1.3462               0.74709                   0    0.0018622    0.025795    0.055717      0.10248      0.11228      0.15181      0.22206      0.31813      0.43673      0.55583      0.60901      0.67815      0.75672      0.85438      0.96204       0.99479  
    cl_mt_pol_k_p2v7      0.025714    4.1778    2.5207    'cl_mt_pol_k'     'fl_r_save'          4               7         0.44365     0.60335      0     22.327     0.0017499      0      0.99825     0.0017499    6.7679e-07          0     1.4229    1.8422    1.8664    2.7139    2.7822     2.817     2.836    2.9087    4.0342    5.1587    5.5065    5.9818    6.7469    9.9232    12.103    21.145         5.2722             0.76621              9.3906             0.75686               1.6629                0.21764               6.3537                  1                    1.318               0.74846                   0    0.0020384    0.026184    0.042077     0.074536      0.12544      0.17594      0.22077      0.31791      0.43824        0.549      0.61507      0.68159       0.7598      0.85631      0.96057        0.9953  
    cl_mt_pol_k_p2v8          0.03    4.1376     2.459    'cl_mt_pol_k'     'fl_r_save'          4               8         0.44365     0.59431      0     21.793     0.0017294      0      0.99827     0.0017294    1.8421e-08          0     1.3874    1.8372    1.9823    2.5258    2.7747    2.8094    2.8283    2.9009    4.0234    5.1448    5.4589    5.8963    6.7288    9.8554    11.966    20.094         5.1585             0.76863              9.0178             0.74394               1.6414                0.21547               6.0467                  1                   1.2757               0.74158                   0    0.0019243    0.021868    0.041245     0.073979      0.12319      0.17214      0.21791      0.31864      0.43776      0.55352      0.62017      0.68692      0.76164       0.8582       0.9612       0.99554  
    cl_mt_pol_k_p2v9      0.034286    4.1142    2.3853    'cl_mt_pol_k'     'fl_r_save'          4               9         0.44365     0.57979      0     21.718     0.0017057      0      0.99829     0.0017057    2.1166e-08          0      1.366    1.8396    1.9891    2.6191    2.7784    2.8131    2.8321    2.9047    4.0287    5.0937    5.3832    5.7652    6.7376    9.5855    11.982    18.974         5.0116             0.76806              8.6278             0.72963               1.6549                0.21786               5.6899                  1                   1.2306               0.73405                   0    0.0019249    0.022039    0.041518      0.07707      0.12585      0.17549      0.22082      0.31554      0.44062      0.55979      0.62356      0.68795      0.76411      0.86208      0.96166       0.99552  
    cl_mt_pol_k_p2v10     0.038571     4.156    2.2874    'cl_mt_pol_k'     'fl_r_save'          4              10         0.44365     0.55038      0     21.664     0.0012798      0      0.99872     0.0012798    2.9264e-08          0      1.443    1.8592    2.4334    2.8061     2.825    2.8408    2.8612    3.3769    4.0649    4.9656    5.2543    5.6816    6.7902    9.2152    12.056     17.98         4.6714             0.78373              7.9684             0.72622               1.5415                0.21875               5.2322                  1                   1.1543               0.71082                   0    0.0021652    0.025807    0.052394      0.10519      0.11496      0.15572      0.24134      0.36747      0.45364      0.56635      0.63354      0.69326      0.77074      0.86893      0.96256       0.99567  
    cl_mt_pol_k_p2v11     0.042857    4.0057    2.2291    'cl_mt_pol_k'     'fl_r_save'          4              11         0.44365     0.55648      0     21.696     0.0015943      0      0.99841     0.0015943    2.5593e-08          0     1.0093    1.8378     1.862    2.5404    2.7756    2.7929    2.8292     2.938    4.0709    4.8573    5.0886    5.6061    6.7308    8.7431     11.97     17.07         4.6679              0.7661              7.6927             0.69122               1.5522                 0.2066               4.9687                  1                   1.1264                0.7135                   0     0.001848    0.022444    0.042112     0.082294      0.13173      0.14048      0.21963      0.31946      0.45499       0.5719      0.63379      0.69606      0.76797      0.86782       0.9624       0.99569  
    cl_mt_pol_k_p2v12     0.047143    3.9102    2.2365    'cl_mt_pol_k'     'fl_r_save'          4              12         0.44365     0.57196      0     21.729     0.0012608      0      0.99874     0.0012608    2.6591e-08          0     0.9203    1.8406    1.8648    2.0343    2.6473    2.7799    2.8146    2.8699    4.0771    4.8068    5.0385    5.6987    6.8106    8.5944    12.092    16.158         4.6209             0.77931              7.4048             0.67289               1.2095                0.16008               5.0019                  1                   1.1599               0.72522                   0    0.0027011    0.022251    0.040608     0.065358      0.10894      0.16277      0.21179      0.31046      0.44643      0.55774      0.62007      0.68571      0.77094      0.87207       0.9633        0.9959  
    cl_mt_pol_k_p2v13     0.051429    3.8687      2.21    'cl_mt_pol_k'     'fl_r_save'          4              13         0.44365     0.57126      0      21.68     0.0009718      0      0.99903     0.0009718    2.5335e-08    0.58938     0.9303    1.8606    1.9089    1.9089    2.0056      2.45    2.8429    2.8996    4.0847    4.7959    5.0271    5.8245    6.8646    8.3322    12.169    15.486          4.487             0.79339              7.0452             0.65948              0.96588                0.13005               4.8841                  1                   1.1701               0.73214          5.0033e-06    0.0027208    0.022323    0.066655     0.066655     0.091927      0.11921      0.22112      0.32357      0.43998        0.556      0.62438      0.68832      0.77307      0.87106      0.96351       0.99618  
    cl_mt_pol_k_p2v14     0.055714    3.8249    2.1042    'cl_mt_pol_k'     'fl_r_save'          4              14         0.44365     0.55015      0     21.553    0.00071462      0      0.99929    0.00071462     1.891e-08    0.71767    0.93181    1.8636     1.912    1.9362    2.0331    2.4771    2.8475    2.9044    4.0745    4.7459    5.0353    5.6951    6.8758    7.5969    12.189    14.816         4.2055             0.80221              6.4798             0.64367              0.91797                0.12897               4.4278                  1                   1.1162               0.72697          5.2827e-05    0.0027168    0.022212    0.066725     0.083931     0.094252      0.12155      0.22293      0.31719      0.45255      0.56337      0.63191      0.69575      0.77972      0.87268      0.96414       0.99614  
    cl_mt_pol_k_p2v15         0.06    3.8814    2.0624    'cl_mt_pol_k'     'fl_r_save'          4              15         0.44365     0.53135      0     21.581    0.00036444      0      0.99964    0.00036444    4.6633e-08    0.85735    0.94188    1.9079    1.9321    1.9562     2.077       2.5     2.876     3.393    4.0195    4.7934    5.0821    6.0986    6.9302    7.4846     12.37    14.138         3.9283             0.80625              5.9486             0.61094               0.6227               0.088258               4.2535                  1                    1.063               0.69364          0.00014007    0.0025734    0.036383    0.064399     0.081542     0.093727      0.12236      0.22862      0.33052      0.46181      0.56964      0.63404      0.70064      0.79018      0.87782      0.96633       0.99633  

                       fl_r_save     mean       sd      variablenames    var_param_key    it_test_grp    it_cur_param     fl_w      coefofvar    min     max        pYis0         pYls0       pYgr0      pYisMINY      pYisMAXY       p0_1        p1          p5        p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1     fracByP5     fracByP10     fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       _________    ______    ______    _____________    _____________    ___________    ____________    _______    _________    ___    ______    __________    _________    _______    __________    ___________    _______    _______    ________    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    __________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_coh_p2v1             0    5.3081    5.0281     'cl_mt_coh'      'fl_r_save'          4               1         0.44365     0.94725     -20    56.718    0.00082431     0.049624    0.94955     0.0022056    -1.3654e-30        -20    -12.722           0    3.0456    3.3489    3.6521    3.6521    3.9553    4.2586    5.1683    6.6844    7.5941     8.807    10.626    13.962    21.543    31.853         13.027             0.91845              25.282                1                   9.863               0.69276                11.907               0.80002                2.3847               0.68699          -0.0083103     -0.032595    -0.069759     -0.033178    0.0048861    0.091945     0.091945      0.18844      0.25317      0.37483      0.49387      0.55325      0.62447      0.70976      0.83028      0.95076       0.99348  
    cl_mt_coh_p2v2     0.0042857    5.3275    5.0329     'cl_mt_coh'      'fl_r_save'          4               2         0.44365     0.94469     -20    56.751    0.00070722     0.049495     0.9498     0.0021927    -1.2745e-34        -20    -12.719           0    3.0555    3.3589    3.6622    3.6622    3.9656    4.2689     5.179    6.6958    7.6059    8.8194    10.943    13.977    21.561    31.875         13.052             0.91881               25.33                1                  10.266               0.70897                11.548               0.79407                2.3937               0.68818          -0.0082317     -0.032431    -0.069235     -0.032652    0.0053046     0.09234      0.09234      0.18852      0.25341      0.37462       0.4935      0.55226      0.62269      0.72313      0.82998      0.95086       0.99352  
    cl_mt_coh_p2v3     0.0085714    5.3678    5.0191     'cl_mt_coh'      'fl_r_save'          4               3         0.44365     0.93505     -20    56.797    0.00064189     0.048317    0.95104     0.0021237    -1.3329e-33        -20    -12.715    0.034045    3.0695    3.3731    3.6766    3.6766    3.9801    4.2837    5.1943    6.7121    7.6227    8.8369    10.962    13.997    21.889    31.906         12.951             0.91838              25.192                1                  10.579               0.72406                11.121               0.78795                 2.403               0.69142          -0.0079128     -0.031125    -0.066787     -0.030389    0.0073384    0.094064     0.094064      0.18991      0.25423      0.37531      0.49308      0.55239      0.62419      0.72312      0.82987      0.95248       0.99343  
    cl_mt_coh_p2v4      0.012857    5.4278    4.9347     'cl_mt_coh'      'fl_r_save'          4               4         0.44365     0.90915     -20    56.856    0.00087842     0.044018     0.9551     0.0019262     3.5495e-09        -20     -11.83      1.4834    3.2989    3.2989    3.6015    3.6015    3.9041    4.2066    5.1144    6.6273    7.5351     9.048    10.863    13.889    21.756    32.347         12.429             0.91522              24.351                1                  10.291               0.72987                10.684               0.78876                2.3866               0.69777          -0.0070976     -0.030861    -0.058627     0.0025047    0.0025047    0.084575     0.084575      0.17295      0.24994      0.37594      0.49281       0.5516      0.63866      0.72168      0.82774      0.95177       0.99399  
    cl_mt_coh_p2v5      0.017143    5.4023     4.985     'cl_mt_coh'      'fl_r_save'          4               5         0.44365     0.92275     -20    56.926    0.00080594     0.045768    0.95343     0.0020084      6.092e-09        -20    -12.126      0.8971    3.0171      3.32    3.6228    3.6228    3.9257    4.2285    5.1371    6.6514    7.5599    8.7714    10.891     13.92    21.794    32.394         12.725              0.9169               24.85                1                  11.134               0.75068                10.277                0.7746                2.4084               0.69651          -0.0074354     -0.030734    -0.061864     -0.028212    0.0077441    0.088461     0.088461      0.17732      0.24748       0.3748      0.49088      0.54999      0.62111      0.71905      0.82654      0.95119       0.99388  
    cl_mt_coh_p2v6      0.021429    5.4501    4.9979     'cl_mt_coh'      'fl_r_save'          4               6         0.44365     0.91702     -20    57.003    0.00073827     0.044329    0.95493     0.0019777     9.3186e-09        -20    -12.118      1.2214    3.0404    3.3435    3.6467    3.6467    3.9499     4.253    5.1625    6.6783    7.5878    9.1036    10.923    14.257     22.14    32.144         12.762             0.91709              24.979                1                  11.654               0.76532                9.8771               0.76314                2.4319                0.6993          -0.0072573      -0.03009    -0.060072     -0.026684    0.0092036    0.089801     0.089801      0.17843      0.24857      0.37484      0.49025      0.54914      0.63568      0.71688      0.83185      0.95279       0.99342  
    cl_mt_coh_p2v7      0.025714    5.5451    4.9223     'cl_mt_coh'      'fl_r_save'          4               7         0.44365     0.88768     -20    57.093    0.00052175     0.039626    0.95985     0.0017504     5.4915e-09        -20    -11.502       1.853    3.0671    3.3706    3.6741    3.6741    3.9776    4.2811    5.1917    6.7093    7.6198    9.1374    10.958    14.297    22.188    32.508          12.29             0.91467              24.229                1                  11.498               0.77061                9.3906               0.75686                2.4371               0.70872          -0.0063135     -0.028792    -0.051062     -0.019087     0.016742    0.097202     0.097202      0.18737      0.25423      0.37932       0.4948      0.55248      0.63929      0.71967      0.83256       0.9531       0.99386  
    cl_mt_coh_p2v8          0.03    5.5667    4.9295     'cl_mt_coh'      'fl_r_save'          4               8         0.44365     0.88553     -20    57.188    0.00077063     0.039411    0.95982     0.0017299     1.3426e-08        -20    -11.222      2.0971    3.3079    3.3079    3.6106    3.6106    3.9133    4.5187    5.4268    6.6376    7.8484    9.0592    11.178    14.205    22.681     32.67         12.302              0.9144                24.3                1                  11.939               0.78186                9.0178               0.74394                2.4494               0.71027          -0.0062151     -0.028628    -0.048806     0.0075275    0.0075275    0.088013     0.088013      0.16918      0.31747      0.40124      0.48965      0.56659      0.63444       0.7264      0.82809       0.9553       0.99379  
    cl_mt_coh_p2v9      0.034286    5.6377    4.9574     'cl_mt_coh'      'fl_r_save'          4               9         0.44365     0.87933     -20     57.29    0.00060299     0.038216    0.96118     0.0017062      3.904e-08        -20     -11.21      2.1262    3.3386    3.3386    3.6417    3.6417    3.9448     4.551    5.4603    6.6727    7.8851    9.0975    11.219    14.553    22.737    33.042         12.408             0.91501              24.575                1                  12.578               0.79675                8.6278               0.72963                2.4862               0.71362          -0.0060528     -0.027872    -0.047318     0.0085763    0.0085763    0.088128     0.088128       0.1687      0.31609       0.3993      0.48654       0.5624      0.62816      0.72407      0.83283      0.95223       0.99385  
    cl_mt_coh_p2v10     0.038571    5.9615    4.7969     'cl_mt_coh'      'fl_r_save'          4              10         0.44365     0.80464     -20      57.4    0.00055574     0.028929    0.97051     0.0012803     6.3013e-08        -20    -8.5109      2.6758    3.2805    3.5829    3.8852    3.8852    4.1876    4.7922    5.6993    6.9087     8.118    9.3274    11.444     14.77    23.235    33.213         11.361             0.90894               23.01                1                  11.883               0.80412                7.9684               0.72622                2.4876               0.73045          -0.0042951     -0.023868    -0.026271    -0.0010694     0.031494     0.11486      0.11486      0.20117      0.33735      0.41782      0.50363       0.5774      0.64242      0.73816      0.83611       0.9555       0.99399  
    cl_mt_coh_p2v11     0.042857    5.7631    4.9928     'cl_mt_coh'      'fl_r_save'          4              11         0.44365     0.86634     -20    57.514    0.00063775     0.036286    0.96308     0.0015948     1.2094e-07        -20    -10.311      2.4065    3.3149    3.6177    3.6177    3.6177    3.9205    4.5261    5.4344    6.9484    7.8568    9.3707    11.187    14.821    23.299    33.594         12.484             0.91476              24.928                1                  13.858               0.82348                7.6927               0.69122                 2.547                0.7203          -0.0055346     -0.027204    -0.040845     0.0084484     0.082008    0.082008     0.082008      0.15853      0.29031      0.38415      0.50013      0.55563      0.63656      0.71703      0.83026      0.95362       0.99369  
    cl_mt_coh_p2v12     0.047143    6.0037    4.9204     'cl_mt_coh'      'fl_r_save'          4              12         0.44365     0.81956     -20    57.634    0.00046711     0.028255    0.97128     0.0012612     1.7633e-07        -20    -8.7795      2.7443    3.3508     3.654     3.654     3.654    3.9573    4.5638    5.7768    6.9899    8.2029    9.7192    11.539    15.178    23.669     33.98         11.879             0.91062              24.211                1                  13.561               0.81584                7.4048               0.67289                2.5828               0.73399          -0.0042014     -0.023554    -0.023758      0.016981     0.087678    0.087678     0.087678      0.15903      0.28326      0.39475      0.49988        0.573      0.65102      0.73174      0.83482       0.9532        0.9939  
    cl_mt_coh_p2v13     0.051429    6.3741    4.8338     'cl_mt_coh'      'fl_r_save'          4              13         0.44365     0.75836     -20    57.761     0.0004207     0.022061    0.97752    0.00097209     2.6028e-07    -19.092    -6.3843      2.9953    3.6005     3.903     3.903    4.2056    4.2056    4.8107    6.3236    7.5339    8.4416    9.9544     11.77    15.401    24.175    34.765         11.222             0.90721              23.366                1                  13.199               0.81252                7.0452               0.65948                2.6037               0.74481          -0.0031892     -0.019786    -0.013692      0.025349      0.09981     0.09981      0.17274      0.17274      0.29431      0.43035      0.53003      0.58308      0.65785      0.73709      0.83848      0.95646       0.99405  
    cl_mt_coh_p2v14     0.055714    6.5829    4.7841     'cl_mt_coh'      'fl_r_save'          4              14         0.44365     0.72675     -20    57.887    0.00024947     0.015877    0.98387    0.00071484     3.4169e-07    -18.182    -4.2407      3.3359    3.6389     3.942     3.942    4.2451    4.5481    4.8512    6.3665    7.5788     8.791    10.003    11.822    15.761     24.55    35.158         10.772             0.90382              22.888                1                   13.38               0.82681                6.4798               0.64367                2.6445               0.75754          -0.0034592     -0.016272    0.0023619      0.031268      0.10339     0.10339      0.17369      0.23071      0.29102      0.41831      0.52161      0.59771      0.65662      0.73878      0.83995      0.95682       0.99408  
    cl_mt_coh_p2v15         0.06    7.1422    4.7212     'cl_mt_coh'      'fl_r_save'          4              15         0.44365     0.66102     -20    58.021    0.00015745    0.0081659    0.99168    0.00036458     3.9901e-07    -15.766     1.7734      3.8903    4.1927    4.1927    4.1927    4.4951    4.7975    5.4023    6.9144    8.4264    9.3336    10.543    12.358    16.591    25.361     36.55         10.026             0.89888              22.289                1                  13.434               0.83175                5.9486               0.61094                2.7072               0.77171          -0.0026974    -0.0079747     0.031894       0.10159      0.10159     0.10159      0.17005      0.22289      0.30821      0.43021      0.54478      0.61133      0.67173      0.75024      0.84989      0.95875       0.99446  

Medium Grid Simulation (CROSS Limited Graphs)

it_size_type = 2;
ar_it_plot_sets = [3,4,102, 152,104,106];
bl_simu_cross = 'c';

% Simulate along parameters
ff_az_test_analyze( ...
    ar_it_plot_sets, bl_simu_cross, it_size_type, cl_st_param_keys, ...
    param_map, support_map, param_tstar_map);

close all
----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Begin: Show all key and value pairs from container
CONTAINER NAME: SUPPORT_MAP
----------------------------------------
  Map with properties:

        Count: 51
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 34 ; key = st_img_name_main ; val = _default
pos = 35 ; key = st_img_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//solve/img/
pos = 36 ; key = st_img_prefix ; val = 
pos = 37 ; key = st_img_suffix ; val = _p9.png
pos = 38 ; key = st_mat_name_main ; val = _default
pos = 39 ; key = st_mat_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//solve/mat/
pos = 40 ; key = st_mat_prefix ; val = 
pos = 41 ; key = st_mat_suffix ; val = _p9
pos = 42 ; key = st_mat_test_name_main ; val = r
pos = 43 ; key = st_mat_test_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//test/ff_ipwkbzr_ds_vecsv/mat/
pos = 44 ; key = st_mat_test_prefix ; val = dft_
pos = 45 ; key = st_mat_test_suffix ; val = _g34_cc_t2l30
pos = 46 ; key = st_matimg_path_root ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr/
pos = 47 ; key = st_profile_name_main ; val = _default
pos = 48 ; key = st_profile_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//solve/profile/
pos = 49 ; key = st_profile_prefix ; val = 
pos = 50 ; key = st_profile_suffix ; val = _p9
pos = 51 ; key = st_title_prefix ; val = 
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Scalars in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                    i     idx    value
                                    __    ___    _____

    bl_display                       1     1        0 
    bl_display_defparam              2     2        0 
    bl_display_dist                  3     3        0 
    bl_display_evf                   4     4        0 
    bl_display_final                 5     5        0 
    bl_display_final_dist            6     6        1 
    bl_display_final_dist_detail     7     7        0 
    bl_display_funcgrids             8     8        0 
    bl_display_graph_stats           9     9        0 
    bl_display_simu_stats           10    10        1 
    bl_graph                        11    11        0 
    bl_graph_coh_t_coh              12    12        0 
    bl_graph_evf                    13    13        0 
    bl_graph_funcgrids              14    14        0 
    bl_graph_funcgrids_detail       15    15        0 
    bl_graph_onebyones              16    16        1 
    bl_graph_pol_lvl                17    17        0 
    bl_graph_pol_pct                18    18        0 
    bl_graph_val                    19    19        0 
    bl_img_save                     20    20        0 
    bl_mat                          21    21        0 
    bl_mat_test                     22    22        1 
    bl_post                         23    23        1 
    bl_profile                      24    24        0 
    bl_profile_dist                 25    25        0 
    bl_replacefile                  26    26        0 
    bl_time                         27    27        1 
    bl_timer                        28    28        1 
    it_display_every                29    29       20 
    it_display_final_colmax         30    30       12 
    it_display_final_rowmax         31    31      100 
    it_display_summmat_colmax       32    32        7 
    it_display_summmat_rowmax       33    33        7 

----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Begin: Show all key and value pairs from container
CONTAINER NAME: PARAM_MAP
----------------------------------------
  Map with properties:

        Count: 55
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 4 ; key = cl_st_param_keys ; val = fl_w
pos = 51 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 52 ; key = st_model ; val = ipwkbzr
pos = 53 ; key = st_v_coh_z_interp_method ; val = method_cell
pos = 54 ; key = st_z_r_borr_drv_ele_type ; val = unif
pos = 55 ; key = st_z_r_borr_drv_prb_type ; val = poiss
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         i    idx    rowN    colN    mean      std      min    max
                         _    ___    ____    ____    ____    _______    ___    ___

    ar_param_keys_idx    1     1      1       2      3.5     0.70711     3      4 

----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Scalars in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                               i     idx     value 
                               __    ___    _______

    bl_default                  1     2           1
    bl_loglin                   2     3           0
    fl_Amean                    3     5           1
    fl_a_max                    4     6          50
    fl_a_min                    5     7           0
    fl_alpha                    6     8        0.36
    fl_b_bd                     7     9         -20
    fl_beta                     8    10        0.94
    fl_c_min                    9    11        0.02
    fl_coh_interp_grid_gap     10    12         0.1
    fl_crra                    11    13         1.5
    fl_default_wprime          12    14           0
    fl_delta                   13    15        0.08
    fl_k_max                   14    16          70
    fl_k_min                   15    17           0
    fl_loglin_threshold        16    18           1
    fl_nan_replace             17    19       -9999
    fl_r_save                  18    20       0.025
    fl_tol_dist                19    21       1e-05
    fl_tol_pol                 20    22       1e-05
    fl_tol_val                 21    23       1e-05
    fl_w                       22    24     0.44365
    fl_w_interp_grid_gap       23    25         0.1
    fl_w_max                   24    26          50
    fl_w_min                   25    27         -20
    fl_z_mu                    26    28           0
    fl_z_r_borr_max            27    29       0.095
    fl_z_r_borr_min            28    30       0.025
    fl_z_r_borr_n              29    31           5
    fl_z_r_borr_poiss_mean     30    32          20
    fl_z_rho                   31    33         0.8
    fl_z_sig                   32    34         0.2
    fl_z_wage_mu               33    35           0
    fl_z_wage_rho              34    36         0.8
    fl_z_wage_sig              35    37         0.2
    it_a_n                     36    38         750
    it_ak_perc_n               37    39          50
    it_c_interp_grid_gap       38    40      0.0001
    it_maxiter_dist            39    41        1000
    it_maxiter_val             40    42         250
    it_size_type               41    43           2
    it_st_simu_type_g_seed     42    44         123
    it_st_simu_type_g_simun    43    45          20
    it_tol_pol_nochange        44    46          25
    it_trans_power_dist        45    47        1000
    it_w_perc_n                46    48          50
    it_z_n                     47    49          55
    it_z_wage_n                48    50          11

----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Begin: Show all key and value pairs from container
CONTAINER NAME: PARAM_TSTAR_MAP
----------------------------------------
  Map with properties:

        Count: 19
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                              i     idx    rowN    colN     mean       std        min     max 
                              __    ___    ____    ____    ______    ________    _____    ____

    fl_a_max                   1     1      1        5         65      11.859       50      80
    fl_alpha                   2     2      1        5        0.4    0.079057      0.3     0.5
    fl_b_bd                    3     3      1        5      -12.5      5.9293      -20      -5
    fl_beta                    4     4      1       15       0.92    0.031944     0.87    0.97
    fl_c_min                   5     5      1        5     0.0155    0.011463    0.001    0.03
    fl_crra                    6     6      1       15          3      1.2778        1       5
    fl_delta                   7     7      1        5       0.08    0.047434     0.02    0.14
    fl_r_borr                  8     8      1        5      0.125    0.098821        0    0.25
    fl_r_save                  9     9      1       15       0.03    0.019166        0    0.06
    fl_w                      10    10      1       15        0.5     0.31944        0       1
    fl_z_r_borr_max           11    11      1        5     0.1225    0.021741    0.095    0.15
    fl_z_r_borr_n             12    12      1        6         15      7.4833        5      25
    fl_z_r_borr_poiss_mean    13    13      1        5       12.5      5.9293        5      20
    fl_z_rho                  14    14      1        5      0.495     0.39133        0    0.99
    fl_z_sig                  15    15      1        5      0.255     0.19369     0.01     0.5
    fl_z_wage_rho             16    16      1        5      0.495     0.39133        0    0.99
    fl_z_wage_sig             17    17      1        5      0.255     0.19369     0.01     0.5
    it_a_n                    18    18      1        5       1300      948.68      100    2500
    it_z_n                    19    19      1        5         15      7.9057        5      25

                         fl_w       mean        sd      variablenames    var_param_key    it_test_grp    it_cur_param    fl_r_save    coefofvar      min       max      pYis0      pYls0        pYgr0      pYisMINY      pYisMAXY       p0_1         p1         p5         p10         p15        p20        p25        p35        p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1      fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       ________    _______    ______    _____________    _____________    ___________    ____________    _________    _________    _______    ______    _____    __________    _______    __________    ___________    _______    ________    _______    ________    _______    _______    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    ___________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val_p1v1            0    -1.5276     5.365     'cl_mt_val'        'fl_w'             3               1           0.025       -3.5121     -14.108    15.435      0         0.59883    0.40117    0.00017871     4.8805e-11    -13.812     -12.538    -10.843     -9.2126    -7.7688    -6.4874    -5.3391    -3.4405    -1.2738    0.75026    2.4351    3.3782    4.3888    5.6052    7.0737    9.0411    10.819         28.783                1                  44.06             0.97894               28.172                0.8029                7.9744               0.70188               0.78522               0.36542             0.009424       0.13148       0.39472       0.7201      0.99698       1.2298       1.4248      1.7084        1.936        1.9659      1.8617       1.7663       1.6404       1.4776       1.2709       1.0642        1.0074  
    cl_mt_val_p1v2     0.071429    0.06206    5.3379     'cl_mt_val'        'fl_w'             3               2           0.025        86.012     -13.442     15.63      0         0.46495    0.53505    0.00014449     9.7264e-12    -12.787     -11.829    -9.6762     -7.8032    -6.2107    -4.7968    -3.5943    -1.6572     0.4852     2.7728    4.2532    5.0169    5.8666    6.7997    7.8456    9.5158    11.194         28.493                1                 43.411             0.97946               28.039               0.82347                8.3241               0.70991                0.9404               0.42126             -0.51585        -2.467       -9.1384      -15.923      -21.573       -25.97      -29.365     -33.479      -34.842       -30.835     -25.125      -21.491      -17.099      -12.009       -6.136     -0.64959       0.81164  
    cl_mt_val_p1v3      0.14286      1.345    5.1761     'cl_mt_val'        'fl_w'             3               3           0.025        3.8484     -12.764    15.814      0         0.36143    0.63857     0.0001172     3.5141e-13    -12.088     -11.106     -8.606      -6.448    -4.6644    -3.1884    -1.9818    -0.1907     2.0824     4.0705    5.4176    6.1339    6.8354    7.5371    8.4301    9.9791     11.59         26.793                1                 40.749             0.97871               26.361               0.83242                8.1492               0.70848                1.0647               0.47687              -0.0184     -0.088157      -0.37369     -0.65254     -0.85682      -1.0032      -1.0982     -1.1732      -1.0668      -0.71896     -0.3655     -0.15076     0.090076      0.35732       0.6518      0.92037        0.9911  
    cl_mt_val_p1v4      0.21429     2.5167     4.963     'cl_mt_val'        'fl_w'             3               4           0.025        1.9721     -12.072    15.995      0         0.27414    0.72586    9.6797e-05     2.3225e-14    -11.373     -10.081    -7.3797     -5.0205      -3.12    -1.6205    -0.4538     1.2233     3.4072       5.31    6.4576    6.9803    7.5277    8.1138    8.9095    10.455    12.006         24.631                1                 37.453              0.9776               24.113               0.83825                7.8346               0.71267                1.1784               0.53078           -0.0075982     -0.042724      -0.17968      -0.3016     -0.38179     -0.42835     -0.44805    -0.43136     -0.29097     -0.031006     0.20347      0.33654      0.48143      0.63708      0.80451       0.9557       0.99506  
    cl_mt_val_p1v5      0.28571     3.7319    4.6698     'cl_mt_val'        'fl_w'             3               5           0.025        1.2513     -11.367    16.174      0         0.19356    0.80644    7.6861e-05     5.0693e-14    -10.644     -9.0021    -6.0007     -3.3015    -1.3216    0.14388     1.1678     2.7473     4.7612     6.4222    7.3115    7.6888    8.1592    8.6943    9.4752    10.966    12.446         21.807                1                  33.33             0.97538               21.232               0.84221                7.3874               0.71189                1.2649               0.58007           -0.0037537     -0.030201       -0.1056     -0.16704     -0.19734     -0.20452     -0.19556    -0.14228     0.010211       0.23618     0.42125      0.52161      0.63075      0.74046      0.86202      0.96882       0.99656  
    cl_mt_val_p1v6      0.35714     5.0947    4.2127     'cl_mt_val'        'fl_w'             3               6           0.025       0.82687     -10.645    16.363      0         0.12156    0.87844    5.3091e-05     7.0844e-14    -9.8663     -7.8299    -4.0397    -0.95689    0.94329     2.1329     3.0732     4.5764     6.2727      7.392    8.0221     8.375    8.7278    9.2136    10.019    11.479    12.892         17.746                1                 27.416             0.97087               17.109               0.84152                6.5871               0.70666                1.2783               0.62413           -0.0019726     -0.017224     -0.062807    -0.086194    -0.085445    -0.069984    -0.043916    0.031341       0.1935       0.39532     0.54769      0.63162      0.71133      0.79899      0.89297      0.97632        0.9974  
    cl_mt_val_p1v7      0.42857     6.3477    3.6185     'cl_mt_val'        'fl_w'             3               7           0.025       0.57005     -9.9068    16.555      0        0.067107    0.93289    3.2274e-05     3.4277e-13    -8.6752     -6.4201    -1.3473      1.6606     3.1233     4.1376     4.9419     6.1437     7.3135     8.0755    8.6062    8.9045    9.2861    9.8104    10.562    11.936    13.255         13.094                1                  20.63             0.96214               12.288                0.8281                5.6088               0.70302                1.2185               0.66799           -0.0019063     -0.011927     -0.034644    -0.031521    -0.012281     0.016647     0.053041     0.14087      0.30111       0.48545     0.61699       0.6839      0.75523      0.83094      0.91041       0.9803       0.99785  
    cl_mt_val_p1v8          0.5     7.5855    2.8632     'cl_mt_val'        'fl_w'             3               8           0.025       0.37746     -9.1548    16.741      0        0.028026    0.97197    1.4869e-05     8.9113e-13    -7.4219     -3.9873     2.2573      4.3342     5.4597     6.1741     6.6937     7.3789      8.121     8.7338    9.2143    9.5299    9.9083    10.393    11.099     12.32    13.512         8.1979                1                 13.484             0.94685               7.1209               0.78488                 4.576               0.72035                1.0698               0.72405           -0.0013187     -0.007606    -0.0080766     0.014674     0.047424     0.085716      0.12848     0.22173      0.37896       0.54339     0.65968      0.72236      0.78509      0.85137      0.92196      0.98312       0.99817  
    cl_mt_val_p1v9      0.57143     8.4743     2.231     'cl_mt_val'        'fl_w'             3               9           0.025       0.26326     -8.3985    16.917      0        0.010335    0.98967    6.0921e-06     1.5408e-12    -6.0725    -0.14123     4.8228      6.2163     6.9364     7.3359     7.6299     8.0873     8.6075     9.2001    9.7533    10.051     10.42    10.866    11.514    12.588    13.666         4.9772                1                 8.7174             0.92929               3.7445               0.70438                  3.77                0.7614               0.91053               0.78545          -0.00080238    -0.0036126       0.01204     0.044998     0.085434      0.12606      0.17182     0.26352      0.41303       0.56944      0.6821      0.74025      0.79965      0.86291      0.92826      0.98457       0.99835  
    cl_mt_val_p1v10     0.64286     9.0883    1.7669     'cl_mt_val'        'fl_w'             3              10           0.025       0.19442      -7.656    17.081      0       0.0028271    0.99717    1.9044e-06     7.4601e-13    -3.4362      3.8791     6.4579      7.2613     7.6488     7.8998     8.1768     8.5136     9.0411     9.6984    10.186    10.494    10.819    11.223    11.778    12.748     13.78         3.1221                1                 5.8491             0.91805               1.6979                0.5588                3.2694               0.83674               0.79454               0.85705          -0.00053726     0.0011941      0.025831     0.064372        0.107       0.1479      0.19199     0.28377      0.42892       0.58392     0.69298      0.75077      0.80893      0.86897      0.93243      0.98554       0.99845  
    cl_mt_val_p1v11     0.71429      9.632    1.4347     'cl_mt_val'        'fl_w'             3              11           0.025       0.14895     -6.9495    17.236      0      0.00036603    0.99963    2.8312e-07     5.7256e-13     3.2778      6.3284      7.517      7.9877      8.268     8.4942     8.6405     9.0267     9.5423     10.169    10.619    10.882    11.167    11.512    11.996    12.948    13.959         2.0582                1                 4.1315             0.91362              0.59606               0.34228                2.8324                0.9124               0.69074               0.91205           4.2938e-05     0.0052168      0.034725     0.076317      0.11812      0.16112      0.20645     0.29777      0.44172       0.59553     0.70286      0.75895      0.81532      0.87433       0.9352       0.9861       0.99853  
    cl_mt_val_p1v12     0.78571     10.082    1.2842     'cl_mt_val'        'fl_w'             3              12           0.025       0.12737     -6.2977    17.383      0      2.7407e-05    0.99997     2.412e-08     4.1589e-13     6.1565      7.4191     8.1754      8.5553     8.7373     8.9611     9.0929     9.4706         10     10.587    10.995    11.215    11.455     11.75    12.238      13.2    14.185         1.6491                1                 3.4502             0.91287              0.29342               0.22671                 2.525               0.93885               0.63071               0.92705           0.00051481     0.0069142       0.04024     0.085648      0.12501      0.16919      0.21279     0.30353      0.45136       0.60329     0.70823       0.7638      0.81961      0.87709      0.93647      0.98647       0.99857  
    cl_mt_val_p1v13     0.85714     10.476    1.2381     'cl_mt_val'        'fl_w'             3              13           0.025       0.11818     -5.7017    17.526      0      7.2217e-07          1    7.5127e-10    -1.7488e-28     7.2506       7.976     8.5818      8.8611     9.1178      9.301     9.5518      9.923     10.473     10.996     11.35    11.533    11.775    12.042    12.529    13.489    14.451          1.533                1                 3.3634             0.91547              0.27715               0.22553                2.4782               0.94706               0.60802               0.92737           0.00068201     0.0073815      0.041108     0.081732      0.12667       0.1696      0.21364     0.30599      0.45168       0.60546      0.7127      0.76995      0.82389      0.87887       0.9374      0.98671       0.99859  
    cl_mt_val_p1v14     0.92857     10.812    1.1929     'cl_mt_val'        'fl_w'             3              14           0.025       0.11034     -5.1561    17.661      0       6.967e-10          1    8.0231e-13    -5.2878e-29     7.9946      8.4725     8.9214      9.2398     9.4582     9.7182     9.9103     10.317     10.833     11.276    11.586    11.793    12.024    12.332     12.82    13.769    14.712         1.4231                1                 3.2484             0.91419               0.3268               0.26655                2.3279                0.9435               0.59375               0.92937           0.00076517     0.0080363      0.041706      0.08443      0.12531      0.17074      0.21712     0.30857      0.45766       0.61533     0.71504      0.76973      0.82421      0.88069      0.93834      0.98691       0.99862  
    cl_mt_val_p1v15           1     11.203    1.1336     'cl_mt_val'        'fl_w'             3              15           0.025       0.10119     -4.6409    17.797      0      1.3354e-12          1    1.7672e-15     3.0889e-34     8.4639      8.8672     9.3334      9.6806     9.9733     10.209     10.429     10.784     11.223     11.598    11.901    12.123    12.326    12.644    13.132    14.065    14.989         1.2851                1                 3.1015             0.91128              0.36178               0.30095                2.1842               0.93529               0.55555               0.92733           0.00082687     0.0080191      0.042405     0.083704      0.12713      0.17185      0.21859     0.31358      0.46096       0.61281     0.72084       0.7716      0.82629      0.88149      0.93887       0.9871       0.99864  

                           fl_w       mean       sd       variablenames    var_param_key    it_test_grp    it_cur_param    fl_r_save    coefofvar    min      max      pYis0    pYls0    pYgr0     pYisMINY      pYisMAXY       p0_1       p1        p5        p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                         ________    ______    _______    _____________    _____________    ___________    ____________    _________    _________    ____    ______    _____    _____    _____    __________    ___________    ______    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    __________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_pol_c_p1v1            0    1.4217    0.40053    'cl_mt_pol_c'       'fl_w'             3               1           0.025       0.28173     0.02    7.8382      0        0        1        0.033747     4.8805e-11      0.02      0.02    0.97824    1.1481    1.1911    1.2279    1.2607     1.318    1.4223    1.5144    1.5717    1.6147    1.6884     1.805    1.9954     2.726     3.299        0.78522             0.36542              1.2786             0.38052              -0.15095             -0.057625              0.32221               0.37987               0.16042                  1             0.00047475    0.00047475    0.012413    0.048921     0.091473      0.13216      0.17608        0.267      0.41299      0.56681      0.67612      0.73146      0.78936      0.85408      0.91682      0.97937       0.99759  
    cl_mt_pol_c_p1v2     0.071429    1.4539    0.41821    'cl_mt_pol_c'       'fl_w'             3               2           0.025       0.28765     0.02    7.8455      0        0        1         0.02667     9.7264e-12      0.02      0.02    0.97505    1.1307     1.186    1.2291    1.2618    1.3274    1.4482    1.5322    1.6039    1.6592    1.7391    1.8436    2.0464     2.835    3.3594         0.9404             0.42126              1.5097             0.43477              0.096751              0.036267              0.47256                0.5144                0.1749                  1             0.00036689    0.00036689    0.018507    0.050908     0.092436      0.13591      0.17545      0.26698      0.40882      0.56205      0.67208      0.72614      0.78503      0.84544      0.91192      0.97937       0.99756  
    cl_mt_pol_c_p1v3      0.14286    1.4898    0.43132    'cl_mt_pol_c'       'fl_w'             3               3           0.025       0.28952     0.02    7.8528      0        0        1        0.021517     8.2764e-36      0.02      0.02    0.96649    1.1549     1.204     1.247    1.2777    1.3515    1.4682     1.548     1.634    1.6955    1.7692    1.8675    2.4244    2.8913    3.4483         1.0647             0.47687              1.7084             0.49242               0.30864               0.11696              0.58064               0.60579               0.18604                  1             0.00028887    0.00028887    0.023112      0.0574     0.095466      0.13543      0.18149      0.27026      0.41237      0.56024      0.66928      0.72462      0.78216      0.84182      0.90911      0.97946       0.99756  
    cl_mt_pol_c_p1v4      0.21429    1.5349    0.44733    'cl_mt_pol_c'       'fl_w'             3               4           0.025       0.29145     0.02    7.8601      0        0        1        0.017343    -6.3758e-35      0.02      0.02     1.1033    1.1729    1.2245     1.265    1.2957    1.3755    1.4799     1.572     1.658    1.7132    1.7869    2.0633    2.5054    2.9311    3.5125         1.1784             0.53078              1.9042             0.55145               0.51215               0.19753              0.66606                0.6722                0.2001                  1             0.00022599    0.00022599    0.020965    0.058408     0.098091      0.14133      0.18057       0.2709      0.41232      0.55578      0.66064      0.71553      0.77498      0.83326      0.91307      0.97964       0.99758  
    cl_mt_pol_c_p1v5      0.28571    1.5904    0.46695    'cl_mt_pol_c'       'fl_w'             3               5           0.025       0.29361     0.02    7.8673      0        0        1        0.013286    -3.6929e-34      0.02      0.02     1.1432    1.2047    1.2477    1.2866    1.3215    1.4014    1.4997    1.6042    1.6841    1.7333    1.9791    2.3684    2.5405    2.9912    3.5895         1.2649             0.58007              2.0884             0.61119               0.69589               0.27605              0.75684               0.72937               0.21804                  1             0.00016708    0.00016708     0.02566    0.064671      0.10226      0.14148      0.18298      0.27379      0.40578       0.5539      0.65373       0.7108      0.76369      0.83617      0.91232      0.97964       0.99761  
    cl_mt_pol_c_p1v6      0.35714    1.6609    0.48617    'cl_mt_pol_c'       'fl_w'             3               6           0.025       0.29272     0.02    7.8746      0        0        1       0.0089688     7.0844e-14      0.02    0.9257     1.1674    1.2288     1.278    1.3148    1.3578    1.4377     1.536    1.6384    1.7019    2.2037     2.302    2.3921    2.5969    3.0638      3.67         1.2783             0.62413              2.1741             0.66711               0.80748               0.34413              0.83571               0.77685               0.23637                  1               0.000108    0.00069647    0.028948    0.064202      0.10515      0.14239      0.18146      0.26751      0.39988      0.54347      0.64685      0.70127      0.77363       0.8406      0.91563       0.9803       0.99766  
    cl_mt_pol_c_p1v7      0.42857    1.7374    0.50412    'cl_mt_pol_c'       'fl_w'             3               7           0.025       0.29015     0.02    7.8819      0        0        1       0.0053493     3.4277e-13      0.02    1.0932     1.1854    1.2591    1.3082    1.3573    1.4003    1.4802    1.5723     1.646    2.2028    2.2438    2.3175    2.4403    2.6532    3.1446    3.7977         1.2185             0.66799              2.1602             0.72314               0.82099               0.39714              0.90118               0.81079               0.25413                  1             6.1577e-05     0.0032767    0.029939    0.064956      0.10235      0.14292      0.18269      0.26565      0.39784      0.54058      0.64654      0.70905      0.77415      0.84513      0.91689      0.98054        0.9977  
    cl_mt_pol_c_p1v8          0.5    1.8382    0.51602    'cl_mt_pol_c'       'fl_w'             3               8           0.025       0.28073     0.02    7.8892      0        0        1       0.0024385     8.9113e-13      0.02    1.1174      1.234    1.3138    1.3752    1.4244    1.4673    1.5349    1.5901    2.1611    2.2266    2.2921    2.3821    2.5049    2.7177    3.2989    3.9456         1.0698             0.72405              2.0232             0.78828               0.70442               0.43081               0.9638               0.84185               0.26627                  1             2.6532e-05     0.0051176    0.031402    0.065137      0.10182      0.14135      0.18305      0.26816      0.39315      0.55135      0.65992      0.72126      0.78451      0.84825      0.91735      0.98061       0.99775  
    cl_mt_pol_c_p1v9      0.57143    1.9235    0.51962    'cl_mt_pol_c'       'fl_w'             3               9           0.025       0.27014     0.02    7.8965      0        0        1      0.00097745     1.5408e-12    1.0078    1.1491     1.2905    1.3827    1.4441     1.481    1.5056    1.5424    2.0484    2.1549    2.2614     2.327    2.4253    2.5482    2.7694    3.4822    4.1377        0.91053             0.78545              1.8399             0.84212               0.53713               0.43381              0.99555               0.86328                  0.27                  1              2.636e-05     0.0053427    0.031506     0.06705      0.10723       0.1452       0.1808      0.26294      0.38307      0.54891       0.6688      0.72261      0.78878      0.84965      0.91819      0.98066       0.99779  
    cl_mt_pol_c_p1v10     0.64286    1.9908    0.52467    'cl_mt_pol_c'       'fl_w'             3              10           0.025       0.26354     0.02    7.9038      0        0        1      0.00029134    -4.7549e-34     1.075     1.204     1.3514    1.4251     1.462    1.4866     1.505    1.5296    2.0722    2.1705    2.2851    2.3507    2.4489    2.5636    2.8748    3.5956    4.1362        0.79454             0.85705              1.6775             0.88671               0.35906               0.39798               1.0317               0.88919               0.27528                  1             0.00038528     0.0058531    0.032335    0.068707       0.1087      0.14712      0.18974      0.26632      0.39937      0.55605      0.67218      0.72562      0.79044      0.84919      0.91595      0.98066       0.99782  
    cl_mt_pol_c_p1v11     0.71429    2.0714    0.52789    'cl_mt_pol_c'       'fl_w'             3              11           0.025       0.25485     0.02    7.9111      0        0        1      4.1347e-05     -1.744e-34     1.136    1.3079     1.4123    1.4553    1.4737    1.4922    1.5044    2.0141    2.0796    2.2024    2.3088    2.3825    2.4562     2.579    3.2033    3.6332    4.2165        0.69074             0.91205              1.5186             0.91261               0.20547               0.32066               1.0327               0.90409               0.27867                  1             0.00051435     0.0063889    0.033935    0.071975      0.10432      0.13836       0.1856      0.26842      0.41299      0.56705      0.67128      0.73447      0.79035      0.84706      0.91729      0.98168       0.99793  
    cl_mt_pol_c_p1v12     0.78571    2.1478    0.52979    'cl_mt_pol_c'       'fl_w'             3              12           0.025       0.24666     0.02    7.9184      0        0        1      3.3946e-06     1.7866e-34    1.2477    1.3706     1.4382    1.4628    1.4812    1.4935    1.9832     2.016    2.1061     2.229    2.3274    2.3765    2.4585    3.0321    3.2063    3.6672    4.2716        0.63071             0.92705              1.4355             0.92062               0.14998               0.28088               1.0047               0.90546               0.28068                  1              0.0005915      0.006468    0.035803    0.070404      0.11709      0.14434      0.18521      0.27766      0.42063      0.57006      0.67543      0.73054      0.78286      0.84704      0.91925      0.98212       0.99796  
    cl_mt_pol_c_p1v13     0.85714    2.2178    0.52954    'cl_mt_pol_c'       'fl_w'             3              13           0.025       0.23877     0.02    7.9256      0        0        1      9.7305e-08     4.1423e-29    1.3148    1.3885     1.4315    1.4438    1.9251    1.9579    1.9742    2.0316    2.1381    2.2528    2.3347    2.3838    2.9388    3.0515    3.2358    3.7171    4.3417        0.60802             0.92737              1.4559             0.92655               0.16026               0.30492               1.0152               0.90714               0.28041                  1              0.0006781     0.0071194     0.03908    0.065886      0.10067      0.16077      0.19831      0.28577      0.42784      0.56881      0.67973      0.72526      0.78378      0.85555      0.92085      0.98248       0.99796  
    cl_mt_pol_c_p1v14     0.92857    2.2768    0.53555    'cl_mt_pol_c'       'fl_w'             3              14           0.025       0.23522     0.02    7.9329      0        0        1      1.0281e-10    -2.9165e-28    1.3573     1.388     1.4126    1.8834    1.9162    1.9408    1.9653     2.039    2.1537    2.2437    2.5877    2.8661    2.9377    3.0401    3.2448    3.7566    4.4015        0.59375             0.92937              1.4797              0.9276               0.19411               0.35265              0.99881               0.90174               0.28682                  1             0.00075881     0.0070961    0.032357    0.068086      0.11476      0.15868      0.19062      0.27866       0.4242      0.57181      0.66184      0.72533      0.79065      0.85537      0.92222      0.98278       0.99799  
    cl_mt_pol_c_p1v15           1    2.3531    0.52847    'cl_mt_pol_c'       'fl_w'             3              15           0.025       0.22459     0.02    7.9402      0        0        1      2.1954e-13     3.0889e-34    1.3445    1.3814     1.8418    1.8909    1.9237    1.9728    2.0055    2.0792    2.1692    2.2511    2.8241    2.8753    2.9469    3.0697    3.2948    3.8166    4.4715        0.55555             0.92733              1.4708             0.92702               0.22293               0.39781              0.96859               0.88973               0.27928                  1             0.00062837     0.0071487     0.03157    0.072547       0.1111      0.15988      0.19586       0.2882      0.42536      0.56217      0.67658       0.7367      0.79525      0.85922      0.92455      0.98309       0.99805  

                           fl_w       mean       sd      variablenames    var_param_key    it_test_grp    it_cur_param    fl_r_save    coefofvar    min     max        pYis0       pYls0     pYgr0      pYisMINY      pYisMAXY      p0_1        p1         p5       p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                         ________    ______    ______    _____________    _____________    ___________    ____________    _________    _________    ___    ______    __________    _____    _______    __________    __________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_pol_k_p1v1            0    3.6347    2.1177    'cl_mt_pol_k'       'fl_w'             3               1           0.025       0.58263      0     22.144      0.033528      0      0.96647      0.033528     6.342e-10          0          0    1.2245    1.6539    1.8524    2.1576    2.2659    2.7704    3.2477    3.8077    4.5545    4.8634    5.5331    6.2344    7.9174    10.605    15.274         7.9744             0.70188              11.045              0.6217               5.7659               0.41632                4.4846                  1                  0.32221               0.37987                   0             0     0.004994    0.024728     0.048613     0.076275      0.10668      0.17532      0.29482      0.44171      0.55471      0.61983       0.6894      0.77095      0.86634      0.96525       0.99534  
    cl_mt_pol_k_p1v2     0.071429    3.8202    2.1967    'cl_mt_pol_k'       'fl_w'             3               2           0.025       0.57502      0     22.132      0.026504      0       0.9735      0.026504     1.355e-10          0          0    1.2993    1.6981    1.9326    2.2123    2.3387    2.8268    3.3249    3.8848    4.7498    5.0908    5.9017    6.5306    8.1036    10.713    15.447         8.3241             0.70991              11.707             0.64184               5.9306               0.42324                4.8254                  1                  0.47256                0.5144                   0             0    0.0069626    0.026935      0.05062     0.078406      0.10812      0.17655      0.29738       0.4398      0.55415      0.61778      0.69074      0.77136      0.87064       0.9671       0.99549  
    cl_mt_pol_k_p1v3      0.14286    3.9176    2.2222    'cl_mt_pol_k'       'fl_w'             3               3           0.025       0.56723      0     22.154      0.021384      0      0.97862      0.021384    1.7747e-11          0          0    1.3389    1.7301    2.0485    2.2548    2.3875    2.7929    3.4131    4.1416    4.8768    5.4977    6.0913    7.0406    8.1005    10.741    16.329         8.1492             0.70848              11.594             0.64861               5.6426               0.41503                4.9382                  1                  0.58064               0.60579                   0             0    0.0085591    0.028941     0.052539     0.080486      0.11238      0.18045      0.29305      0.43718      0.55346      0.61866      0.69358      0.77525      0.87337      0.96707       0.99551  
    cl_mt_pol_k_p1v4      0.21429    4.0092    2.2151    'cl_mt_pol_k'       'fl_w'             3               4           0.025       0.55249      0     22.146      0.017228      0      0.98277      0.017228    1.8609e-11          0          0    1.3869    1.7708    2.1233    2.2677    2.4212    2.8285    3.5972    4.4792    5.0729    5.7916    6.2355    7.1319     8.053    10.769    16.501         7.8346             0.71267              11.306             0.66121               5.3356               0.41559                4.9065                  1                  0.66606                0.6722                   0             0    0.0098309    0.030378     0.054241     0.082324      0.11138      0.17809      0.29557      0.44335      0.55948      0.62785      0.70159      0.78204      0.88024      0.96741       0.99565  
    cl_mt_pol_k_p1v5      0.28571    4.1064    2.2222    'cl_mt_pol_k'       'fl_w'             3               5           0.025       0.54116      0     22.188      0.013197      0       0.9868      0.013197    3.8473e-11          0          0    1.4848    1.7887    2.1582    2.2698    2.4427    2.8927    3.6774    4.5759    5.2315    5.8604    6.4123    6.5779    8.0342    11.311    16.723         7.3874             0.71189              10.955             0.67366               4.9261               0.41062                4.9382                  1                  0.75684               0.72937                   0             0     0.011135    0.031509     0.055521     0.083629      0.11109      0.17798      0.29752      0.44592      0.56551      0.63688      0.70975      0.78791      0.87708      0.96698       0.99571  
    cl_mt_pol_k_p1v6      0.35714    4.2342    2.2127    'cl_mt_pol_k'       'fl_w'             3               6           0.025       0.52258      0     22.209     0.0089046      0       0.9911     0.0089046    3.6209e-12          0    0.81904    1.5878    1.8457    2.1926    2.3418    2.7059    3.0093    3.8453     4.727    5.5001    5.7948    5.9486    6.5679    8.1177    11.714    16.903         6.5871             0.70666              10.202             0.68784               4.2161                0.3948                4.8961                  1                  0.83571               0.77685                   0    0.00020288     0.012617    0.033252     0.057257     0.084317      0.11355      0.18092      0.30474      0.45821      0.58152      0.65499      0.71486      0.79165       0.8778      0.96763       0.99569  
    cl_mt_pol_k_p1v7      0.42857    4.3308    2.2048    'cl_mt_pol_k'       'fl_w'             3               7           0.025        0.5091      0     22.201      0.005314      0      0.99469      0.005314    1.0593e-11          0     1.0897    1.6452    1.9741    2.2486    2.4955    2.7943    3.3364    4.0129    4.7394    5.1328    5.4932    6.0597    6.9414    8.2613    12.188        17         5.6088             0.70302              9.2634             0.70902               3.3289               0.36818                4.8612                  1                  0.90118               0.81079                   0      0.001032     0.014128    0.034497     0.059349     0.086486      0.11769       0.1891      0.31676       0.4711      0.59002      0.64733      0.71417      0.78828      0.87708      0.96725       0.99574  
    cl_mt_pol_k_p1v8          0.5    4.4808    2.2186    'cl_mt_pol_k'       'fl_w'             3               8           0.025       0.49514      0     22.173     0.0024214      0      0.99758     0.0024214     2.955e-10          0     1.2104    1.7331    2.1709    2.3861     2.778     2.951    3.6311    4.3227    4.5332     5.112     5.768    6.3525    7.2998    8.8239    12.677    16.971          4.576             0.72035              8.3028             0.75238                 2.33               0.33142                4.9224                  1                   0.9638               0.84185                   0     0.0018423     0.015297    0.037312     0.062518     0.092645       0.1236      0.19802      0.32865      0.47881      0.58644      0.64827      0.71333      0.78821      0.87921      0.96901       0.99597  
    cl_mt_pol_k_p1v9      0.57143     4.531    2.2194    'cl_mt_pol_k'       'fl_w'             3               9           0.025       0.48983      0     22.194    0.00097015      0      0.99903    0.00097015    3.0983e-10    0.71534     1.2519    1.7845    2.2691     2.746    2.8614    3.3113    3.7654    3.9128    4.4866     5.192    5.8918    6.4787    7.8012    8.9449    12.686    16.712           3.77              0.7614              7.5119             0.80496               1.5547               0.29397                4.9256                  1                  0.99555               0.86328          5.0199e-06     0.0022627     0.016669    0.039964     0.067277     0.098091      0.13217      0.21408      0.34372      0.47674      0.58392      0.64237      0.71298      0.78895       0.8795      0.96929       0.99606  
    cl_mt_pol_k_p1v10     0.64286    4.4813    2.2114    'cl_mt_pol_k'       'fl_w'             3              10           0.025       0.49346      0     22.218    0.00028927      0      0.99971    0.00028927    7.7794e-12    0.83041     1.2745    1.8454    2.2779    2.7565    2.8142    3.2832    3.3303    3.8061    4.6073    5.4501    6.0607    6.5252    7.8769     8.857     11.65    16.302         3.2694             0.83674              6.8859             0.86358              0.95347               0.25074                4.8901                  1                   1.0317               0.88919          0.00013045     0.0025248     0.017277    0.043332     0.070684       0.1022       0.1366      0.21377      0.32674      0.46445      0.57453      0.63991      0.70962      0.78978      0.88273       0.9702       0.99611  
    cl_mt_pol_k_p1v11     0.71429    4.4895    2.1638    'cl_mt_pol_k'       'fl_w'             3              11           0.025       0.48197      0     22.209    4.1082e-05      0      0.99996    4.1082e-05     1.317e-10     1.0261     1.3028    2.1521    2.3154    2.7632    2.7858    2.8016     3.282    3.8197    4.7746    5.7897    6.2032    6.6092    7.8931    8.2897    11.271    16.134         2.8324              0.9124              6.2152             0.91125              0.49892               0.18995                4.6821                  1                   1.0327               0.90409          0.00018131     0.0027302     0.018821    0.044038     0.075588       0.1092       0.1359      0.20387      0.32046      0.46318      0.58307      0.64753      0.71622      0.79706      0.88686      0.97066       0.99616  
    cl_mt_pol_k_p1v12     0.78571    4.4817    2.0944    'cl_mt_pol_k'       'fl_w'             3              12           0.025       0.46731      0      22.23    3.3727e-06      0            1    3.3727e-06    7.4626e-11     1.1944     1.6617    2.2503    2.5377    2.7432    2.7658    2.7811    3.1872    3.8985     4.843    5.8364    6.2917    6.5345    7.2465    8.0872    10.933     16.23          2.525             0.93885               5.725             0.92878              0.33387               0.15817                4.3863                  1                   1.0047               0.90546          0.00021775      0.002928     0.021202    0.046106      0.08071      0.11614      0.14983      0.20142      0.32095      0.46817      0.58885      0.65478      0.72704      0.80834      0.89011      0.97056       0.99614  
    cl_mt_pol_k_p1v13     0.85714    4.4752    2.1135    'cl_mt_pol_k'       'fl_w'             3              13           0.025       0.47226      0     22.238    9.6603e-08      0            1    9.6603e-08    3.4171e-12     1.2343     1.7073     2.166    2.2494    2.2687    2.6406    2.7196    3.3177    4.0174    5.0969    5.8259    6.1032    6.4774    6.9298    8.0842    11.385    16.385         2.4782             0.94706              5.8428             0.93167              0.36092               0.17206                4.4667                  1                   1.0152               0.90714          0.00023895     0.0030541     0.019403    0.048266     0.074196     0.096848      0.12807      0.19339      0.31715      0.47216      0.59449       0.6597      0.73253      0.80318      0.88797      0.97016       0.99611  
    cl_mt_pol_k_p1v14     0.92857    4.4068    2.0682    'cl_mt_pol_k'       'fl_w'             3              14           0.025       0.46933      0      22.29    1.0223e-10      0            1    1.0223e-10    2.6549e-12     1.2742     1.3784    1.7758    2.1809    2.2467    2.6396    2.7637    3.3691    4.2504    5.1105    5.2116    5.7429    5.9782    6.5738    8.0812    11.515    16.541         2.3279              0.9435              5.7094             0.92676              0.43297               0.20368                4.2776                  1                  0.99881               0.90174          0.00028109     0.0032163     0.021845    0.043657     0.067119     0.096572      0.12576      0.19553      0.32354      0.48935      0.59984      0.66349      0.72871      0.80333      0.88518      0.96952        0.9961  
    cl_mt_pol_k_p1v15           1    4.4328      2.06    'cl_mt_pol_k'       'fl_w'             3              15           0.025       0.46472      0     22.252    2.1819e-13      0            1    2.1819e-13    3.6919e-13      1.268     1.3083    1.7521    2.1613    2.3117    2.7514    2.9206    3.5784    4.4654    4.8376    5.1307     5.579    6.0318      6.61    8.1462    11.676    16.737         2.1842             0.93529              5.7038             0.92225              0.49161               0.22505                4.2436                  1                  0.96859               0.88973          0.00031148     0.0029643     0.018283     0.04049     0.065508      0.09603      0.12666      0.20059      0.33834      0.48892      0.60514      0.66148      0.72658      0.79839      0.88296      0.96959       0.99598  

                         fl_w        mean        sd      variablenames    var_param_key    it_test_grp    it_cur_param    fl_r_save    coefofvar    min     max        pYis0         pYls0        pYgr0      pYisMINY      pYisMAXY       p0_1        p1         p5         p10        p15         p20         p25        p35         p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1      fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80     fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       ________    ________    ______    _____________    _____________    ___________    ____________    _________    _________    ___    ______    __________    __________    _______    __________    ___________    _______    _______    _______    _______    ________    ________    _______    ________    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    ___________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    __________    _________    _________    _________    _________    ___________

    cl_mt_coh_p1v1            0     -2.1217    8.3891     'cl_mt_coh'        'fl_w'             3               1           0.025       -3.9539     -20    56.814     0.0048905       0.55634    0.43877      0.033544     4.8805e-11        -20        -20    -18.295    -14.986     -11.877     -9.4706    -7.3648     -4.0555    -0.7463    1.0587     3.666    4.5685    5.6716    7.7775    10.886    16.101     22.92          44.06             0.97894              70.378                1                  45.978               0.83801                11.045                0.6217                1.2786               0.38052              0.31619       0.31619       0.46949      0.85623       1.1739       1.4217       1.6193      1.8854       2.0378       2.0214       1.9207         1.8111      1.7001        1.5441       1.331       1.0872         1.012  
    cl_mt_coh_p1v2     0.071429    -0.65432    8.3032     'cl_mt_coh'        'fl_w'             3               2           0.025        -12.69     -20    56.886     0.0030355       0.46974    0.52723      0.026515     9.7264e-12        -20        -20    -17.691    -13.375     -10.163     -7.5538    -5.2452     -1.9329     0.3757    3.4873    4.7921    5.7958    7.3014    9.2085    11.517    15.733    22.859         43.411             0.97946              68.943                1                  45.399               0.85715                11.707               0.64184                1.5097               0.43477              0.81045       0.81045        1.4722       2.6373       3.5308       4.1976       4.7045      5.2479       5.3948       5.0138       4.3481         3.9755      3.4781        2.8342      2.0627        1.282        1.0387  
    cl_mt_coh_p1v3      0.14286     0.33716    8.0437     'cl_mt_coh'        'fl_w'             3               3           0.025        23.857     -20    56.957     0.0032325         0.406    0.59076      0.021391     3.5141e-13        -20        -20    -16.087    -11.873     -8.4615     -5.7524    -3.7457    -0.93632     1.2711    3.9801    5.5855    6.8898    8.0939    9.5989    11.405     15.82    22.843         40.749             0.97871              64.701                1                   42.64               0.86644                11.594               0.64861                1.7084               0.49242              -1.2689       -1.2689       -2.8348      -4.8596      -6.3777      -7.4171      -8.1014     -8.7084      -8.5958      -7.2386      -5.9684        -4.9911     -3.9309        -2.585     -1.0393      0.45338       0.92487  
    cl_mt_coh_p1v4      0.21429      1.1571    7.7194     'cl_mt_coh'        'fl_w'             3               4           0.025        6.6716     -20    57.029     0.0045704       0.35455    0.64088      0.017232     2.3225e-14        -20        -20    -15.286    -10.371     -6.7607      -4.153    -2.0467    -0.14109     2.1658    4.5729    6.4786    7.4815    8.4845    9.4875    11.092    16.007    23.228         37.453              0.9776              59.589                1                  39.034               0.87242                11.306               0.66121                1.9042               0.55145             -0.29787      -0.29787      -0.79529      -1.3362      -1.6968      -1.9266      -2.0604     -2.1453      -2.0155      -1.5614      -1.0776       -0.77179    -0.42061     -0.035469     0.39025      0.83644       0.97783  
    cl_mt_coh_p1v5      0.28571      2.0787    7.3176     'cl_mt_coh'        'fl_w'             3               5           0.025        3.5203     -20      57.1     0.0032373       0.29969    0.69707      0.013199     5.0693e-14        -20        -20    -13.675    -8.2543     -4.5399     -2.0301    -0.9258     0.78084     3.0898    5.4992    7.1054    7.8082    8.5109    9.4144    11.322    16.643    24.071          33.33             0.97538              53.548                1                  34.634                0.8767                10.955               0.67366                2.0884               0.61119             -0.12699      -0.12699      -0.41656     -0.67615      -0.8296     -0.90764     -0.94023    -0.93912     -0.80154     -0.49186     -0.18142     -0.0013992     0.20688       0.41984     0.65416      0.90441       0.98743  
    cl_mt_coh_p1v6      0.35714      3.2672    6.7034     'cl_mt_coh'        'fl_w'             3               6           0.025        2.0517     -20    57.171     0.0015821        0.2235    0.77492     0.0089057     7.0844e-14        -20    -18.695    -10.968    -4.9471     -1.8361    -0.43119    0.47199      2.0776     4.4861    6.3928    7.3963    7.7977    8.3999    9.4034    11.812    17.532    24.958         27.416             0.97087              44.936                1                  28.382               0.87729                10.202               0.68784                2.1741               0.66711            -0.054516     -0.062014      -0.24015     -0.35988       -0.409     -0.42568     -0.42436    -0.38559     -0.22591     0.020909        0.245        0.35493     0.48601       0.60639     0.77009       0.9373       0.99152  
    cl_mt_coh_p1v7      0.42857      4.3411    5.9257     'cl_mt_coh'        'fl_w'             3               7           0.025         1.365     -20    57.243     0.0027271       0.15323    0.84404     0.0053144     3.4277e-13        -20    -17.693    -6.8587    -1.7426    -0.13757      0.9659     1.8687      3.5741     5.3798    6.5836    7.1855     7.687    8.4896     9.894    12.402     18.12    25.643          20.63             0.96214              35.114                1                  21.084               0.86767                9.2634               0.70902                2.1602               0.72314            -0.024484     -0.044419      -0.14971     -0.19336     -0.20295     -0.19716     -0.17997    -0.11431     0.039457      0.26725      0.41125        0.50206     0.58754       0.69288     0.81623      0.95096       0.99348  
    cl_mt_coh_p1v8          0.5      5.5017     4.974     'cl_mt_coh'        'fl_w'             3               8           0.025       0.90408     -20    57.314     0.0012253      0.083911    0.91486     0.0024215     8.9113e-13        -20    -13.482    -1.7494    0.55696      1.8606      2.8634     3.6656      4.8689     5.8717    6.5736    7.3759    8.0778    9.1809    10.685    13.192    18.507    25.526         13.484             0.94685               24.74                1                   13.17               0.83558                8.3028               0.75238                2.0232               0.78828            -0.008803     -0.031128     -0.073111     -0.07695    -0.065471    -0.042795    -0.010508    0.069561      0.22443      0.40345      0.51532        0.57953     0.65948       0.74719      0.8517      0.96146       0.99485  
    cl_mt_coh_p1v9      0.57143      6.1556    4.2048     'cl_mt_coh'        'fl_w'             3               9           0.025       0.68309     -20    57.386    0.00031415       0.04191    0.95778    0.00097006     1.5408e-12    -18.896    -6.7511    0.47558     2.2823      3.3863      4.0889     4.5908       5.193     5.6948    6.4978    7.7023    8.5052    9.6093    11.215    13.423    18.342    24.765         8.7174             0.92929               17.68                1                  7.8168               0.78017                7.5119               0.80496                1.8399               0.84212           -0.0032898     -0.020768     -0.029859    -0.017478    0.0069773     0.039855     0.080906      0.1667      0.29024      0.43764      0.54991        0.61019     0.68372       0.77263     0.86697      0.96673       0.99566  
    cl_mt_coh_p1v10     0.64286      6.3637    3.6058     'cl_mt_coh'        'fl_w'             3              10           0.025       0.56662     -20    57.457    0.00048684      0.017762    0.98175    0.00028924     7.4601e-13    -14.582    -1.3381     1.9729     3.1769      3.7789      4.1803     4.4813      4.8826     5.4846    6.5882    7.9929    8.7956    9.8992    11.204     13.01    17.123    23.444         5.8491             0.91805              13.002                1                  4.2844               0.69099                6.8859               0.86358                1.6775               0.88671           -0.0028123    -0.0093791    -0.0035196     0.017265     0.045325      0.07747      0.11276     0.19159      0.32052      0.44708      0.56724        0.62812     0.70423       0.78785     0.87747      0.96891       0.99601  
    cl_mt_coh_p1v11     0.71429      6.5353    3.1521     'cl_mt_coh'        'fl_w'             3              11           0.025       0.48232     -20    57.529    0.00018804     0.0042288    0.99558    4.1078e-05     5.7256e-13    -2.6489     1.2627      3.068     3.7701      4.0709      4.2715     4.4721       4.773     5.4751    6.9795    8.2834    9.0857    9.8881    10.791    12.295    16.407    22.626         4.1315             0.91362              9.9357                1                    2.18               0.56976                6.2152               0.91125                1.5186               0.91261           -0.0012316    -0.0009451      0.015255     0.046106     0.075569      0.10846       0.1507     0.22158      0.32711      0.47014      0.58389        0.65138     0.72278       0.80068     0.88892      0.97093       0.99622  
    cl_mt_coh_p1v12     0.78571      6.6086    2.9431     'cl_mt_coh'        'fl_w'             3              12           0.025       0.44535     -20      57.6    2.3999e-05    0.00073168    0.99924    3.3723e-06     4.1589e-13    0.27838     2.3865     3.4908     3.8923      4.0931      4.1935     4.3943      4.6955     5.7997    7.3055    8.4098    9.0121    9.5141    10.317    11.823     16.24    22.464         3.4502             0.91287              8.6621                1                  1.4998               0.50562                 5.725               0.92878                1.4355               0.92062          -0.00017977     0.0025033      0.024276     0.056912     0.089224      0.11107       0.1581     0.21735       0.3358      0.48374      0.59747        0.67088     0.73319        0.8128     0.89131      0.97142       0.99631  
    cl_mt_coh_p1v13     0.85714      6.6489    2.9673     'cl_mt_coh'        'fl_w'             3              13           0.025       0.44629     -20    57.671    7.0041e-06    8.7104e-05    0.99991    9.6606e-08    -6.2671e-28      1.475     2.6792     3.3817     3.5824      3.7831      3.9838     4.1845       4.887     6.1915    7.5964    8.3992    8.8006    9.3024    10.105    11.911    16.528    22.749         3.3634             0.91547              8.8051                1                  1.5063               0.51145                5.8428               0.93167                1.4559               0.92655           0.00016793     0.0039037      0.029348     0.054739     0.084405       0.1167      0.14364     0.21002      0.33705       0.4909      0.60688        0.67028      0.7362       0.80864     0.89221      0.97122       0.99625  
    cl_mt_coh_p1v14     0.92857      6.5575    2.9787     'cl_mt_coh'        'fl_w'             3              14           0.025       0.45424     -20    57.743    1.7569e-07    1.1393e-06          1    1.0197e-10    -2.9165e-28     2.1692     2.6708     3.0721     3.2727      3.4733      3.7742     4.0752       4.978     6.3824    7.3855    7.9874    8.3887    8.9905    9.9937      11.9    16.815    23.235         3.2484             0.91419              8.8725                1                  1.6834               0.54988                5.7094               0.92676                1.4797                0.9276            0.0003883     0.0045972       0.02816     0.051374     0.076867       0.1066      0.12911     0.19885      0.33944      0.49353       0.6131        0.67453     0.73972       0.80874     0.88737      0.97028       0.99622  
    cl_mt_coh_p1v15           1      6.6814    3.0023     'cl_mt_coh'        'fl_w'             3              15           0.025       0.44934     -20    57.814    5.4746e-08    2.6089e-07          1    2.1763e-13    -1.5229e-33     1.9605     2.4618     2.8629      3.264      3.5649      4.1665     4.5676      5.4701     6.5732    7.2751    7.7765    8.2779    8.9798    10.083    12.289    17.403    23.821         3.1015             0.91128              9.0136                1                   1.839               0.57765                5.7038               0.92225                1.4708               0.92702           0.00038568     0.0042004      0.020623     0.049667     0.068055      0.10252      0.13073      0.2121      0.35608      0.51504      0.60926        0.67408      0.7387       0.80321     0.88583      0.97052       0.99615  

                       fl_r_save     mean       sd      variablenames    var_param_key    it_test_grp    it_cur_param     fl_w      coefofvar      min       max      pYis0      pYls0        pYgr0      pYisMINY      pYisMAXY      p0_1        p1          p5        p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1     fracByP5     fracByP10    fracByP15     fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       _________    ______    ______    _____________    _____________    ___________    ____________    _______    _________    _______    ______    _____    __________    _______    __________    __________    _______    _______    ________    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    ___________    __________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val_p2v1             0    6.4382    3.4762     'cl_mt_val'      'fl_r_save'          4               1         0.44365     0.53993     -9.7512    15.903      0        0.060971    0.93903    3.0015e-05    3.6968e-19    -8.5214    -6.1031    -0.89931    2.0173    3.4207    4.3982     5.153    6.2684    7.3445    8.0804    8.6129    8.9164     9.269    9.7549    10.453    11.565    12.591         12.084                1                 18.659             0.96718               10.572               0.81798                5.5265               0.69491                1.1674               0.65737           -0.0017147     -0.011368    -0.031382    -0.025266    -0.0037035    0.027138     0.064167       0.1541      0.31623      0.49388       0.6254      0.69088      0.76154      0.83544      0.91386      0.98136       0.99801  
    cl_mt_val_p2v2     0.0042857    6.4621    3.4742     'cl_mt_val'      'fl_r_save'          4               2         0.44365     0.53763     -9.7508    15.995      0        0.060591    0.93941    2.9806e-05    1.6614e-17    -8.5208    -6.0929    -0.86861    2.0348    3.4622    4.4217    5.1912    6.3201    7.3609    8.1022    8.6202    8.9401    9.2953    9.7781    10.461    11.596     12.62          12.07                1                 18.675             0.96702               10.595               0.81875                5.5237               0.69724                1.1689               0.65835           -0.0016954     -0.011553    -0.031084    -0.024754    -0.0028235     0.02759     0.065564      0.15508      0.31444      0.49523      0.62358      0.69263      0.76195      0.83574      0.91369      0.98136       0.99802  
    cl_mt_val_p2v3     0.0085714    6.4805    3.4752     'cl_mt_val'      'fl_r_save'          4               3         0.44365     0.53626     -9.7508    16.098      0        0.060258    0.93974    2.9661e-05     4.457e-16    -8.5208    -6.0923    -0.84136    2.0556    3.4713    4.4556    5.2003    6.3297    7.3962    8.1185    8.6472    8.9484    9.3085    9.7964    10.493    11.656    12.682         12.077                1                 18.747             0.96616               10.657               0.81937                5.5364               0.69793                1.1724               0.66129           -0.0016811     -0.011438    -0.030856    -0.024313    -0.0026282    0.028192     0.065555      0.15603      0.31525      0.49449      0.62481      0.69187      0.76337      0.83565      0.91362      0.98146       0.99804  
    cl_mt_val_p2v4      0.012857    6.4963    3.4798     'cl_mt_val'      'fl_r_save'          4               4         0.44365     0.53566     -9.7504    16.213      0        0.060016    0.93998    2.9526e-05    4.9108e-15    -8.5202    -6.0909    -0.82577    2.0826    3.5003    4.4537    5.2254    6.3294    7.3991    8.1302    8.6596    8.9717    9.3309    9.8229    10.539    11.733    12.798         12.109                1                 18.889             0.96441               10.797               0.82063                5.5392               0.69794                1.1764               0.66572           -0.0016706     -0.011386    -0.030688    -0.023984    -0.0021442    0.028563     0.066218      0.15525      0.31892       0.4978      0.62769      0.69134      0.76261      0.83529      0.91353      0.98128       0.99798  
    cl_mt_val_p2v5      0.017143     6.513    3.4819     'cl_mt_val'      'fl_r_save'          4               5         0.44365     0.53461       -9.75    16.339      0        0.059866    0.94013    2.9392e-05     3.715e-14    -8.5196    -6.0895    -0.78975    2.0946    3.4973    4.4781    5.2378     6.359    7.3969    8.1284    8.6582    8.9792    9.3392    9.8462    10.568    11.794    12.916         12.124                1                 18.972             0.96336                10.93               0.82115                5.4893               0.69898                1.1804                0.6682           -0.0016604     -0.011315     -0.03052     -0.02379    -0.0018487    0.029382     0.066805       0.1564      0.31631       0.4948      0.62489      0.69129      0.76303      0.83525      0.91333      0.98115       0.99796  
    cl_mt_val_p2v6      0.021429    6.5533    3.4867     'cl_mt_val'      'fl_r_save'          4               6         0.44365     0.53206     -9.7496    16.474      0        0.059039    0.94096    2.9064e-05    4.0781e-13    -8.5188    -6.0876    -0.75428    2.1238    3.5464    4.5136     5.278    6.3947     7.453    8.1595     8.696    9.0167    9.3756    9.8912    10.634     11.94    13.163         12.157                1                 19.192             0.96066               11.157               0.82229                 5.483                0.7008                1.1916               0.67491           -0.0016294     -0.011107    -0.030017    -0.022984    -0.0009349    0.030022     0.067838      0.15695      0.31808      0.49546      0.62442      0.69176       0.7622      0.83495      0.91324      0.98094       0.99794  
    cl_mt_val_p2v7      0.025714    6.5964    3.4853     'cl_mt_val'      'fl_r_save'          4               7         0.44365     0.52837     -9.7488     16.62      0        0.058154    0.94185    2.8655e-05    1.2268e-12    -8.5177     -6.044    -0.69236    2.1828    3.5909    4.5733      5.33    6.4406    7.4584    8.2038    8.7277    9.0447    9.4116    9.9283    10.679     12.03    13.342         12.148                1                 19.266             0.95961               11.331               0.82287                5.3902               0.70326                1.1998               0.67862           -0.0015958     -0.011015    -0.029466    -0.021972    0.00038211     0.03182     0.069689      0.15911      0.31774      0.49795      0.62476       0.6937      0.76236      0.83508      0.91283      0.98092       0.99792  
    cl_mt_val_p2v8          0.03    6.6656    3.4791     'cl_mt_val'      'fl_r_save'          4               8         0.44365     0.52196     -9.7479    16.782      0        0.056734    0.94327    2.7981e-05    1.2798e-12    -8.5163    -5.9921    -0.57811    2.2775    3.6736    4.6531    5.4062    6.5125    7.5338    8.2662    8.7909    9.0902     9.465      9.98    10.749    12.159    13.508         12.104                1                  19.32             0.95855               11.481               0.82275                5.3088               0.70604                1.2098               0.68312            -0.001542     -0.010848    -0.028576    -0.020423     0.0021767    0.034011     0.071707      0.16154      0.32038      0.50429      0.62634      0.69311      0.76439      0.83569      0.91301      0.98095       0.99792  
    cl_mt_val_p2v9      0.034286    6.7136    3.4735     'cl_mt_val'      'fl_r_save'          4               9         0.44365     0.51739     -9.7469    16.964      0        0.055724    0.94428    2.7481e-05    3.3006e-12    -8.5148    -5.9415    -0.48418    2.3358    3.7261    4.7052    5.4621    6.5552     7.561    8.2991    8.8124    9.1327    9.4958    10.028     10.81     12.23    13.621         12.066                1                 19.301             0.95834                11.64               0.82194                5.1435               0.70306                1.2178               0.68649           -0.0015034     -0.010792     -0.02792    -0.019282     0.0036851    0.035417     0.073327      0.16334      0.32229      0.50115      0.62712      0.69451      0.76331       0.8363      0.91315      0.98087       0.99792  
    cl_mt_val_p2v10     0.038571    6.8278    3.4591     'cl_mt_val'      'fl_r_save'          4              10         0.44365     0.50662     -9.7456     17.18      0        0.053509    0.94649    2.6395e-05    2.3184e-11    -8.5128    -5.8849    -0.30141    2.4666     3.891    4.8572     5.609    6.6883     7.677    8.4003    8.9199     9.227    9.5872    10.119    10.903    12.351    13.766         11.965                1                 19.282             0.95794               11.765               0.82023                5.0272               0.70303                 1.231               0.69218            -0.001419     -0.010467     -0.02646    -0.016786     0.0073985     0.03895     0.077541      0.16811      0.32649      0.50755      0.63036      0.69671      0.76518      0.83727      0.91378      0.98098       0.99793  
    cl_mt_val_p2v11     0.042857    7.0523     3.419     'cl_mt_val'      'fl_r_save'          4              11         0.44365     0.48481     -9.7439    17.419      0        0.049115    0.95088    2.4241e-05    9.0329e-10    -8.5102    -5.7162    0.078571    2.7656    4.1793    5.1362    5.8805     6.915     7.883     8.602     9.079     9.409     9.766    10.281    11.074    12.542    13.992          11.69                1                 19.138             0.95659               11.845               0.81675                4.8761               0.69978                1.2439               0.70085           -0.0012609    -0.0099728    -0.023561    -0.011831      0.013445     0.04681     0.085441      0.17716      0.33789      0.51024      0.63724      0.70254      0.77015      0.83998      0.91546      0.98137       0.99796  
    cl_mt_val_p2v12     0.047143    7.2899    3.4144     'cl_mt_val'      'fl_r_save'          4              12         0.44365     0.46837     -9.7416     17.67      0        0.045391    0.95461    2.2388e-05     2.249e-08    -8.4808    -5.5049     0.42838     3.048    4.4317    5.4087    6.1125    7.1332    8.0732    8.8128    9.2939    9.6034    9.9968    10.529    11.363    12.974    14.754         11.658                1                  19.77             0.94768               12.666                0.8064                4.7115               0.68569                1.2922                0.7156           -0.0012426    -0.0094886    -0.020896    -0.007493      0.018809    0.052679     0.092163      0.18415      0.34165       0.5182      0.63841      0.70557      0.77064      0.84082       0.9154      0.98118        0.9979  
    cl_mt_val_p2v13     0.051429    8.2798    3.5494     'cl_mt_val'      'fl_r_save'          4              13         0.44365     0.42869     -9.7385    17.924      0        0.033707    0.96629    1.6644e-05    3.7923e-07    -7.9678    -4.7658      1.6351    4.0575     5.418    6.3398    7.0002    7.8798    8.7685    9.5927    10.243    10.656    11.195    11.971    13.237    15.332    16.883         12.599                1                 27.133             0.91019               20.147               0.79835                4.4317                0.6131                1.6819               0.78556           -0.0014222     -0.007795    -0.011978    0.0061917      0.035438    0.070697      0.11116       0.2032      0.35393      0.51983      0.63837      0.70109      0.76733      0.83693      0.91256      0.98064       0.99793  
    cl_mt_val_p2v14     0.055714    12.941    3.2298     'cl_mt_val'      'fl_r_save'          4              14         0.44365     0.24957     -9.7342    18.182      0       0.0058142    0.99419    2.8713e-06       1.8e-05    -6.0173     2.1963       7.373    8.9737    9.8714    10.573    11.173    12.244    13.521    14.613    15.286    15.646     16.03     16.44    16.945    17.521    17.935         10.432                1                 41.447             0.93906               36.363               0.90204                2.4232               0.36199                2.4661               0.90054          -0.00056036    -0.0011066       0.0161     0.048244      0.084666     0.12459       0.1662      0.25676      0.40674      0.56956      0.68552      0.74486      0.80617      0.86884      0.93317      0.98666       0.99861  
    cl_mt_val_p2v15         0.06    15.918     1.843     'cl_mt_val'      'fl_r_save'          4              15         0.44365     0.11578     -9.7273    18.437      0      0.00044523    0.99955    2.1983e-07    9.5588e-05      3.133     9.4856      12.475    13.643    14.328    14.807    15.175    15.749    16.391    16.895    17.197    17.337    17.477    17.616    17.788    18.063    18.383         3.3968                1                 19.071             0.95936               16.594               0.91888                1.1799               0.32023                  1.28                 0.873          -2.9015e-05     0.0043639     0.033059     0.074277       0.11842     0.16417       0.2112      0.30903      0.46044      0.61718      0.72404      0.77913      0.83304      0.88863      0.94472      0.98857       0.99892  

                         fl_r_save     mean       sd       variablenames    var_param_key    it_test_grp    it_cur_param     fl_w      coefofvar    min      max      pYis0    pYls0    pYgr0     pYisMINY      pYisMAXY       p0_1       p1        p5       p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                         _________    ______    _______    _____________    _____________    ___________    ____________    _______    _________    ____    ______    _____    _____    _____    __________    ___________    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_pol_c_p2v1             0    1.7385    0.51085    'cl_mt_pol_c'     'fl_r_save'          4               1         0.44365     0.29385     0.02    7.8498      0        0        1       0.0049387    -9.2914e-33      0.02     1.093    1.1913     1.265      1.31    1.3571    1.4001    1.4737    1.5659    1.6375    2.1942    2.2352    2.3007    2.4153    2.6036    3.4694    4.0835         1.1674             0.65737              1.9964             0.70416              0.57185               0.30109               0.99369               0.85023               0.26097                  1             5.6816e-05    0.0037593    0.031102    0.068373      0.10246      0.14216      0.18096      0.26303      0.40349      0.53239      0.64987      0.70961      0.77487      0.84499      0.91578      0.97858       0.99759  
    cl_mt_pol_c_p2v2     0.0042857    1.7408    0.51105    'cl_mt_pol_c'     'fl_r_save'          4               2         0.44365     0.29357     0.02    7.8525      0        0        1       0.0049056     1.6614e-17      0.02    1.0934    1.1917    1.2654    1.3104    1.3575    1.4026    1.4804    1.5664    1.6401    2.2032    2.2441    2.3097    2.4161    2.6045    3.4604    4.0849         1.1689             0.65835              2.0058             0.70609              0.58439                 0.307               0.99125                0.8506               0.26117                  1             5.6361e-05    0.0037121    0.030797    0.067781      0.10194      0.14105      0.18004      0.26893      0.39889      0.53927      0.65601      0.71679      0.77936      0.84344      0.91476      0.97858       0.99755  
    cl_mt_pol_c_p2v3     0.0085714    1.7426    0.51016    'cl_mt_pol_c'     'fl_r_save'          4               3         0.44365     0.29276     0.02    7.8567      0        0        1       0.0048778      4.457e-16      0.02     1.094    1.1923    1.2661    1.3152    1.3583    1.4054    1.4812    1.5672     1.641    2.2044    2.2453    2.3109    2.4256    2.6141    3.3803    4.0769         1.1724             0.66129              2.0231             0.71026               0.6065               0.31765               0.98814               0.84855               0.26027                  1             5.5982e-05    0.0037266    0.030836    0.067756      0.10574      0.14043      0.18004      0.26817      0.39784      0.53798      0.65469      0.71574      0.77823      0.84583      0.91515      0.97879       0.99759  
    cl_mt_pol_c_p2v4      0.012857    1.7438    0.50783    'cl_mt_pol_c'     'fl_r_save'          4               4         0.44365     0.29122     0.02    7.8621      0        0        1       0.0048596    -1.8281e-34      0.02    1.0933    1.1916    1.2653    1.3145    1.3595    1.4066    1.4803    1.5663      1.64     2.203     2.244    2.3095    2.4242    2.6289    3.2145    4.0744         1.1764             0.66572              2.0476             0.71636              0.64668               0.33681               0.97536               0.84212               0.25789                  1             5.5736e-05    0.0036839     0.03044    0.067325      0.10473       0.1402      0.18301      0.26594      0.39447      0.53498      0.65178      0.71298      0.77528      0.84299      0.91654      0.97923       0.99754  
    cl_mt_pol_c_p2v5      0.017143    1.7456    0.50732    'cl_mt_pol_c'     'fl_r_save'          4               5         0.44365     0.29063     0.02    7.8687      0        0        1       0.0048406      3.715e-14      0.02    1.0928    1.1911    1.2647    1.3138     1.363    1.4059    1.4796    1.5717    1.6392     2.202    2.2429    2.3166    2.4312    2.6359    3.1761    4.0111         1.1804              0.6682              2.0672             0.72042              0.68555                0.3535               0.95709               0.83644               0.25738                  1             5.5461e-05     0.003332    0.029762     0.06536       0.1035       0.1432      0.18126      0.26406      0.40339      0.53275      0.64921      0.71065      0.77929      0.84436      0.91629      0.97943       0.99771  
    cl_mt_pol_c_p2v6      0.021429    1.7496    0.50636    'cl_mt_pol_c'     'fl_r_save'          4               6         0.44365     0.28941     0.02    7.8764      0        0        1       0.0047821     1.7638e-33      0.02    1.0939    1.1922     1.266    1.3151    1.3643    1.4073    1.4851    1.5732     1.647    2.2042    2.2533    2.3189    2.4418    2.6548    3.1629    3.8921         1.1916             0.67491              2.1207             0.73093              0.76079                0.3861                0.9379               0.82544                0.2564                  1             5.4664e-05    0.0036553    0.030104    0.066452      0.10324      0.14262      0.18014      0.26234      0.40058       0.5351      0.64664      0.71716      0.77597      0.84465      0.91674      0.98041       0.99766  
    cl_mt_pol_c_p2v7      0.025714    1.7539    0.50726    'cl_mt_pol_c'     'fl_r_save'          4               7         0.44365     0.28922     0.02    7.8849      0        0        1       0.0047152     1.2268e-12      0.02    1.0936     1.192    1.2657    1.3189     1.364    1.4131    1.4869     1.577    1.6528    2.2119    2.2528    2.3266    2.4494    2.6624    3.1622    3.8175         1.1998             0.67862              2.1514             0.73626                0.819               0.40867               0.91139               0.81701               0.25732                  1             5.3768e-05    0.0035766     0.02961    0.065227      0.10195      0.14006      0.18259      0.26478      0.39401      0.53384      0.65201      0.71093      0.77677      0.84454       0.9163      0.98035       0.99773  
    cl_mt_pol_c_p2v8          0.03    1.7609    0.50904    'cl_mt_pol_c'     'fl_r_save'          4               8         0.44365     0.28908     0.02    7.8943      0        0        1       0.0046041     1.2798e-12      0.02    1.0935     1.198    1.2717    1.3208      1.37    1.4191    1.4928     1.585    1.6587    2.2198    2.2608    2.3345    2.4574    2.6785      3.17    3.7925         1.2098             0.68312              2.1913             0.74309              0.88349               0.43272               0.88824                0.8074               0.25912                  1             5.2293e-05    0.0035123    0.030929    0.066719      0.10322       0.1409      0.18359      0.26512      0.40364      0.53095       0.6527      0.71054        0.775      0.84353      0.91648      0.98068       0.99775  
    cl_mt_pol_c_p2v9      0.034286    1.7655    0.51069    'cl_mt_pol_c'     'fl_r_save'          4               9         0.44365     0.28925     0.02    7.9044      0        0        1        0.004522    -5.7267e-33      0.02    1.0935    1.1979    1.2717    1.3208    1.3761    1.4191     1.499     1.585    1.6648    2.2198    2.2689    2.3426    2.4655    2.6867    3.1863    3.8088         1.2178             0.68649              2.2082             0.74576              0.92959               0.44649               0.85983               0.79939                0.2608                  1             5.1226e-05    0.0035365    0.029927    0.066002       0.1014      0.14334      0.18035      0.26807      0.39701      0.53096      0.64927      0.71722      0.77751      0.84462      0.91608      0.98081       0.99773  
    cl_mt_pol_c_p2v10     0.038571    1.7773    0.51413    'cl_mt_pol_c'     'fl_r_save'          4              10         0.44365     0.28927     0.02    7.9152      0        0        1       0.0043424     2.3184e-11      0.02    1.0997    1.2042    1.2779     1.327    1.3823    1.4315    1.5052    1.5974    1.6916    2.2363    2.2773    2.3592    2.4821    2.7032    3.2029    3.8337          1.231             0.69218              2.2474             0.75122              0.98883               0.46382               0.84151               0.79177               0.26433                  1             4.8864e-05    0.0041461    0.031085    0.067418      0.10138      0.14127      0.18357      0.26295      0.39989      0.53037      0.65419      0.71194      0.77849      0.84396       0.9158      0.98056       0.99772  
    cl_mt_pol_c_p2v11     0.042857    1.7995    0.51909    'cl_mt_pol_c'     'fl_r_save'          4              11         0.44365     0.28846     0.02    7.9265      0        0        1       0.0039866     9.0329e-10      0.02    1.0999    1.2105    1.2842    1.3457     1.401     1.444      1.53    1.6222    1.7205     2.253    2.3104    2.3923    2.5152    2.7364    3.2382     3.867         1.2439             0.70085              2.3089             0.76014               1.0629               0.48273               0.83452               0.78883               0.26945                  1             4.4308e-05     0.004018    0.030533    0.064274      0.10376      0.14209      0.17863      0.26742      0.40102      0.53214       0.6465      0.71532      0.77972      0.84472      0.91546      0.98045       0.99773  
    cl_mt_pol_c_p2v12     0.047143    1.8263    0.52886    'cl_mt_pol_c'     'fl_r_save'          4              12         0.44365     0.28958     0.02    7.9384      0        0        1       0.0036838      2.249e-08      0.02    1.1042    1.2169    1.2968    1.3582    1.4135    1.4627    1.5488    1.6409    1.7762    2.2781    2.3436    2.4256    2.5567    2.7861    3.2942     3.917         1.2922              0.7156              2.4953             0.77222               1.2537               0.51534                0.8287               0.77864               0.27969                  1             4.0341e-05    0.0037449    0.029757    0.065873      0.10173      0.13825      0.17813      0.26533      0.39619      0.53091      0.65236       0.7114      0.77788      0.84572      0.91597      0.98047       0.99774  
    cl_mt_pol_c_p2v13     0.051429    1.9656    0.60321    'cl_mt_pol_c'     'fl_r_save'          4              13         0.44365     0.30689     0.02    7.9509      0        0        1        0.002741     3.7923e-07      0.02    1.1174    1.2525    1.3385    1.4183    1.4797    1.5349    1.6209     1.756    2.1775    2.3761    2.4886    2.6114    2.7915    3.0698    3.7084    4.4267         1.6819             0.78556              4.2539             0.83968               2.9125               0.67912               0.87083               0.70891               0.36386                  1              2.789e-05    0.0046409    0.028292    0.062789     0.098856      0.13533      0.17427      0.25241      0.38136      0.52646       0.6429      0.70665      0.77037      0.83812      0.91303      0.97956       0.99753  
    cl_mt_pol_c_p2v14     0.055714    2.8909    0.84786    'cl_mt_pol_c'     'fl_r_save'          4              14         0.44365     0.29328     0.02    7.9639      0        0        1      0.00047293    -1.9224e-33    1.0871    1.2652    1.5723    1.7811    1.9654    2.1128     2.254    2.5304    2.8744    3.2183    3.4763    3.6298    3.7956    3.9983    4.2624    4.5388    6.1827         2.4661             0.90054              11.139             0.96141               9.7311               0.91957               0.66191               0.37667               0.71887                  1             0.00022035    0.0040293    0.024301    0.053016      0.08583      0.12081      0.15901      0.24305      0.38309      0.54171      0.65588      0.71693      0.78106      0.84898      0.91958      0.98108       0.99789  
    cl_mt_pol_c_p2v15         0.06    3.7983    0.79554    'cl_mt_pol_c'     'fl_r_save'          4              15         0.44365     0.20945     0.02    7.9772      0        0        1      3.6248e-05     9.5588e-05    1.2964    1.8617    2.4884    2.8079    3.0291     3.195    3.3363    3.5636    3.8585    4.1104    4.2763    4.3562    4.4299    4.4852    4.5467    6.1523    7.8645           1.28               0.873              7.8917             0.91972               6.6402               0.85186               0.61582               0.38721               0.63288                  1             0.00031705    0.0042479    0.028102    0.063455      0.10262      0.14341      0.18694      0.27659      0.42489      0.58059      0.69264      0.75172      0.81085      0.86506      0.92707      0.98375       0.99801  

                         fl_r_save     mean       sd      variablenames    var_param_key    it_test_grp    it_cur_param     fl_w      coefofvar    min     max        pYis0       pYls0     pYgr0      pYisMINY      pYisMAXY      p0_1        p1        p5       p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                         _________    ______    ______    _____________    _____________    ___________    ____________    _______    _________    ___    ______    __________    _____    _______    __________    __________    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_pol_k_p2v1             0    4.3932    2.2878    'cl_mt_pol_k'     'fl_r_save'          4               1         0.44365     0.52077      0     33.601     0.0049071      0      0.99509     0.0049071     4.371e-15          0    1.1028    1.6372    2.0067    2.2482    2.5109    2.7901    3.3358    4.0798    4.6324    5.1318     5.707    6.2577    7.2578    8.9666    12.088    16.134         5.5265             0.69491              9.1604             0.72146               2.7672                0.32533               5.2341                  1                  0.99369               0.85023                   0    0.0011036    0.014004    0.034084     0.060001     0.085598      0.11851      0.18642      0.31401      0.46532      0.57916      0.63983      0.70628      0.78433      0.87673      0.96877       0.99599  
    cl_mt_pol_k_p2v2     0.0042857    4.3992    2.2803    'cl_mt_pol_k'     'fl_r_save'          4               2         0.44365     0.51835      0      31.01     0.0048726      0      0.99513     0.0048726    3.7423e-14          0    1.1072    1.6377     1.997     2.249    2.5467    2.7911    3.3504    4.1227     4.653    5.1515     5.709    6.3408    7.2359    8.9132    12.167     16.14         5.5237             0.69724              9.1576             0.72247               2.8016                0.32984               5.1998                  1                  0.99125                0.8506                   0    0.0011218    0.013881    0.034075      0.05938     0.085476      0.11779      0.19028      0.31365      0.46645      0.58524      0.64476      0.70813      0.78649      0.87564      0.96868       0.99601  
    cl_mt_pol_k_p2v3     0.0085714    4.3998    2.2826    'cl_mt_pol_k'     'fl_r_save'          4               3         0.44365     0.51879      0     28.726     0.0048451      0      0.99515     0.0048451    4.1229e-12          0    1.1105    1.6386    2.0002    2.2502    2.5945    2.7926    3.3522    4.1755    4.7221    5.1363     5.712    6.2708    7.2398    8.8898    12.653     16.31         5.5364             0.69793              9.2157             0.72311               2.8531                0.33397               5.2103                  1                  0.98814               0.84855                   0    0.0011198    0.013843    0.034134     0.059431     0.085402      0.11769      0.19052      0.31453       0.4693      0.58094      0.64438      0.70775      0.78513      0.87536      0.96894       0.99608  
    cl_mt_pol_k_p2v4      0.012857    4.3882    2.2807    'cl_mt_pol_k'     'fl_r_save'          4               4         0.44365     0.51974      0     26.793      0.004827      0      0.99517      0.004827    9.2981e-15          0    1.1129    1.6453    2.0182    2.2488    2.5717    2.7909    3.3502    4.1138    4.6361    5.1512    5.7086     6.094    7.2598    8.9126     12.54    16.387         5.5392             0.69794              9.2821             0.72305               2.9426                0.34125               5.2018                  1                  0.97536               0.84212                   0     0.001149    0.013919    0.034237     0.059017     0.085723      0.11734      0.18958      0.31506      0.46729      0.58787      0.64191      0.70804      0.78706      0.87586      0.96788       0.99592  
    cl_mt_pol_k_p2v5      0.017143    4.3657    2.2554    'cl_mt_pol_k'     'fl_r_save'          4               5         0.44365     0.51663      0     25.034     0.0048097      0      0.99519     0.0048097    6.8654e-13          0    1.1124    1.6445    2.0269    2.2535    2.5417    2.7897    3.3486    4.0708    4.5841    5.1488    5.6383    6.0348    7.1587    8.9085    11.942    16.252         5.4893             0.69898              9.1814             0.71972               2.9779                 0.3454                5.087                  1                  0.95709               0.83644                   0    0.0011463    0.014124    0.034528     0.059237       0.0861      0.11726      0.18986       0.3169      0.47259      0.58697      0.64311      0.70933      0.78518      0.87685      0.96786       0.99584  
    cl_mt_pol_k_p2v6      0.021429     4.359    2.2439    'cl_mt_pol_k'     'fl_r_save'          4               6         0.44365     0.51479      0     23.365       0.00475      0      0.99525       0.00475    2.0406e-10          0    1.1185    1.6461    2.0288    2.2596    2.5615    2.7923    3.3384    4.0307    4.6369    5.1538     5.596    6.1178    7.0434    8.6387    12.267    17.684          5.483              0.7008              9.2402             0.71869               3.1102                0.35618               5.0352                  1                   0.9379               0.82544                   0    0.0011563    0.014111     0.03463     0.061405     0.086484      0.11794      0.18779      0.31687      0.46927      0.58894      0.64657      0.71145      0.78628      0.87542      0.96723       0.99571  
    cl_mt_pol_k_p2v7      0.025714    4.3362    2.1991    'cl_mt_pol_k'     'fl_r_save'          4               7         0.44365     0.50715      0     21.934     0.0046835      0      0.99532     0.0046835    7.9685e-10          0    1.1247    1.6535    2.0408    2.2591     2.584    2.8032    3.3512    3.9837     4.672    5.1347    5.5861    6.0413    7.0833    8.2155    12.508    16.882         5.3902             0.70326              9.0326             0.71305               3.1326                0.36057                4.836                  1                  0.91139               0.81701                   0    0.0012143    0.014306    0.035395     0.060901      0.08732      0.12126      0.19289       0.3184      0.47317      0.59261      0.64746      0.71515      0.78818      0.87697      0.96736        0.9958  
    cl_mt_pol_k_p2v8          0.03    4.3292    2.1612    'cl_mt_pol_k'     'fl_r_save'          4               8         0.44365     0.49921      0     21.748     0.0045731      0      0.99543     0.0045731    1.0749e-09          0    1.1304     1.661    2.0408    2.2608    2.6068    2.8029    3.3642    4.1219    4.6669    5.1529    5.6795     5.924    7.1633    8.1356    12.149    16.115         5.3088             0.70604              8.8498             0.70686               3.1426                0.36254               4.6707                  1                  0.88824                0.8074                   0    0.0012266    0.014508    0.035302      0.06038     0.088068      0.12008      0.19276       0.3199      0.47532       0.5944      0.65086      0.71747      0.79334       0.8786      0.96814       0.99587  
    cl_mt_pol_k_p2v9      0.034286    4.2732    2.1062    'cl_mt_pol_k'     'fl_r_save'          4               9         0.44365     0.49288      0     21.747     0.0044917      0      0.99551     0.0044917    1.2376e-09          0    1.1361    1.6609    2.0377    2.2607    2.5087    2.7913    3.3507    4.0447    4.5676    5.1529    5.4833    5.8364    6.9056    8.1618    11.672     15.27         5.1435             0.70306              8.4578             0.69258               3.0214                0.35188                4.436                  1                  0.85983               0.79939                   0    0.0012732    0.014591    0.035923     0.061353      0.08889      0.12213      0.19336       0.3226      0.47528      0.59122      0.65278      0.71883      0.79344      0.87994      0.96885       0.99601  
    cl_mt_pol_k_p2v10     0.038571    4.2681    2.0672    'cl_mt_pol_k'     'fl_r_save'          4              10         0.44365     0.48434      0     21.749     0.0043132      0      0.99569     0.0043132    1.1095e-09          0    1.1495    1.6688    2.0475    2.2724    2.5293    2.7992    3.2971    4.0142    4.7201    5.1908    5.4353    5.8961    6.7029    8.2884    11.143    15.008         5.0272             0.70303              8.1778             0.67984               2.9284                0.34161               4.2734                  1                  0.84151               0.79177                   0     0.001324    0.014809    0.036139     0.061973     0.089559        0.122      0.19172      0.32289       0.4751      0.59652      0.65611      0.72252      0.79768      0.88291      0.96962       0.99604  
    cl_mt_pol_k_p2v11     0.042857    4.2928     2.038    'cl_mt_pol_k'     'fl_r_save'          4              11         0.44365     0.47475      0     21.752     0.0039598      0      0.99604     0.0039598    1.1909e-09          0    1.1883    1.6921    2.0958    2.2911    2.6419     2.838    3.3226    3.9687    4.7909    5.1539    5.7521    6.1245    6.5459    8.0939     10.68    15.168         4.8761             0.69978              7.8952             0.66204               2.7816                0.32177               4.1536                  1                  0.83452               0.78883                   0    0.0014823    0.015077    0.036818     0.062574     0.091129      0.12358      0.19342       0.3236      0.47858      0.59972       0.6593       0.7261      0.80113      0.88561      0.97056       0.99615  
    cl_mt_pol_k_p2v12     0.047143    4.2759    2.0124    'cl_mt_pol_k'     'fl_r_save'          4              12         0.44365     0.47065      0      21.77      0.003659      0      0.99634      0.003659    1.7397e-09          0    1.1943    1.7001    2.0771    2.2886    2.6444    2.8156    3.3656    3.8558    4.7599    5.1738    5.7947    6.0204    6.5924    7.8266    10.491    15.369         4.7115             0.68569              7.6538             0.62248               2.6606                0.28741               4.0498                  1                   0.8287               0.77864                   0    0.0015551    0.015445    0.037574     0.063192     0.092083      0.12393      0.19675      0.32121       0.4789      0.59522      0.65918       0.7274      0.80215       0.8873      0.97072       0.99629  
    cl_mt_pol_k_p2v13     0.051429    4.3556    2.0365    'cl_mt_pol_k'     'fl_r_save'          4              13         0.44365     0.46755      0     21.748     0.0027235      0      0.99728     0.0027235    2.0956e-09          0    1.2335    1.7599    2.1422    2.4035    2.6629    2.8377    3.3968    4.1807    4.6533    5.5144    5.7696    5.9713    7.1932    7.8676    11.604    15.055         4.4317              0.6131              8.0346             0.46977                2.927                0.20216               4.1472                  1                  0.87083               0.70891                   0    0.0018893    0.016153    0.038687     0.064374     0.093493      0.12528      0.19779      0.32725      0.47604       0.5932      0.65793      0.72493      0.80118      0.88646      0.97114        0.9965  
    cl_mt_pol_k_p2v14     0.055714    4.6098    2.0726    'cl_mt_pol_k'     'fl_r_save'          4              14         0.44365      0.4496      0     21.716    0.00046976      0      0.99953    0.00046976    8.6477e-10    0.93598    1.4261    2.0295    2.3582    2.6292    2.9232    3.1308    3.5459    4.1994    5.1507    5.6024    5.8657    6.8074    7.1765    8.8216    11.493    14.552         2.4232             0.36199              7.2122             0.25465               2.2368                0.08647               4.2956                  1                  0.66191               0.37667          0.00010184    0.0025186    0.018165    0.042341     0.069156     0.099627      0.13215      0.20485      0.33228      0.48068      0.59719      0.65915      0.72885      0.80494      0.88934      0.97253       0.99683  
    cl_mt_pol_k_p2v15         0.06    4.4833    1.9991    'cl_mt_pol_k'     'fl_r_save'          4              15         0.44365      0.4459      0     21.724    3.6003e-05      0      0.99996    3.6003e-05    6.7621e-11     1.0229    1.2651    2.0995    2.3814    2.5994    2.7263     2.884    3.5588    4.0664    4.9605    5.5373    5.6988    6.6524    7.0465    8.3962     11.15    13.862         1.1799             0.32023              5.1683              0.2397              0.55477               0.028322               3.9965                  1                  0.61582               0.38721          0.00020265     0.002532    0.018509    0.043375     0.071577      0.10139      0.13214      0.20504      0.33212      0.47977      0.59762       0.6602      0.72982      0.80675      0.89161      0.97305       0.99689  

                       fl_r_save     mean       sd      variablenames    var_param_key    it_test_grp    it_cur_param     fl_w      coefofvar    min     max        pYis0         pYls0       pYgr0      pYisMINY      pYisMAXY       p0_1        p1         p5         p10         p15        p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25     fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       _________    ______    ______    _____________    _____________    ___________    ____________    _______    _________    ___    ______    __________    _________    _______    __________    __________    ________    _______    _______    ________    ________    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    ___________    __________    _________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_coh_p2v1             0     4.214    5.5499     'cl_mt_coh'      'fl_r_save'          4               1         0.44365       1.317     -20    56.928     0.0021382      0.14572    0.85214     0.0049074    3.6968e-19         -20    -17.091    -6.2594     -1.5454    0.059342    1.0623     1.965    3.5697    5.2748     6.378    6.9798    7.4813    8.1834    9.5875    11.794    15.605     20.52         18.659             0.96718              30.801                1                  17.251               0.83604                9.1604               0.72146                1.9964               0.70416            -0.023291     -0.045325     -0.14905     -0.18809     -0.19554     -0.18789      -0.16864     -0.09986    0.062789      0.28379      0.43187      0.52133      0.60253      0.71152      0.83356      0.95875       0.99483  
    cl_mt_coh_p2v2     0.0042857    4.2608    5.5586     'cl_mt_coh'      'fl_r_save'          4               2         0.44365      1.3046     -20    56.954     0.0020469      0.14472    0.85323     0.0048729    1.6614e-17         -20     -16.99    -6.2546      -1.539     0.16658    1.1699    1.9725    3.5778    5.2835    6.3871    6.9891    7.4908    8.2934    9.5977    11.805    15.718    20.634         18.675             0.96702              30.898                1                  17.352               0.83809                9.1576               0.72247                2.0058               0.70609            -0.022873     -0.044823     -0.14643     -0.18474     -0.19182     -0.18286      -0.16543    -0.097755    0.061615      0.27777      0.42798      0.51862      0.61044      0.71003      0.83157      0.95828       0.99489  
    cl_mt_coh_p2v3     0.0085714     4.302    5.5833     'cl_mt_coh'      'fl_r_save'          4               3         0.44365      1.2978     -20    56.995      0.001887      0.14416    0.85395     0.0048454     4.457e-16         -20    -16.888    -6.1469     -1.4288     0.17738    1.1812    2.0847    3.6909    5.3974    6.4013    7.1039    7.5055    8.3086    9.6136    11.922    16.139    21.158         18.747             0.96616              31.173                1                  17.562               0.84044                9.2157               0.72311                2.0231               0.71026            -0.022526     -0.044619     -0.14522     -0.18293     -0.18898     -0.18001      -0.15988    -0.089085    0.076426      0.27647      0.44739      0.51605      0.60736      0.70645       0.8313      0.95754       0.99464  
    cl_mt_coh_p2v4      0.012857    4.3418    5.6286     'cl_mt_coh'      'fl_r_save'          4               4         0.44365      1.2964     -20    57.049     0.0020233      0.14337    0.85461     0.0048273    4.9108e-15         -20     -16.89    -6.1553       -1.44     0.16514    1.1684    2.0713    3.6765     5.382    6.3852    7.0875    7.5891    8.3917    9.6959    12.104    16.719    22.136         18.889             0.96441              31.681                1                  17.984               0.84508                9.2821               0.72305                2.0476               0.71636            -0.022236     -0.044044     -0.14322      -0.1804      -0.1865      -0.1778      -0.15812    -0.088632    0.073322      0.27073      0.43963      0.52211      0.60883      0.70456      0.82981      0.95601       0.99441  
    cl_mt_coh_p2v5      0.017143    4.3756    5.6561     'cl_mt_coh'      'fl_r_save'          4               5         0.44365      1.2926     -20    57.114     0.0021034      0.14221    0.85569       0.00481     3.715e-14         -20    -16.891    -6.1617     -1.4486     0.15582    1.1586    2.0611    3.6655    5.3703    6.4733     7.075    7.5764    8.3786    9.7825    12.189    17.002     23.22         18.972             0.96336              31.991                1                  18.381               0.85013                9.1814               0.71972                2.0672               0.72042            -0.021986     -0.043537     -0.14151     -0.17813     -0.18422     -0.17575      -0.15639    -0.087888    0.071358      0.29022      0.43472      0.51671      0.60334      0.70509      0.82751      0.95567       0.99427  
    cl_mt_coh_p2v6      0.021429    4.4693    5.7297     'cl_mt_coh'      'fl_r_save'          4               6         0.44365       1.282     -20    57.189     0.0017888      0.14134    0.85687     0.0047503    4.0781e-13         -20    -16.788    -6.0478     -1.4305     0.27584    1.1792    2.0826    3.6886     5.395    6.4991    7.1014    7.6032    8.5066    9.9119    12.421    17.942    24.868         19.192             0.96066              32.829                1                  19.126               0.85783                9.2402               0.71869                2.1207               0.73093            -0.021257      -0.04258     -0.13782     -0.17257     -0.17802     -0.16985      -0.15088    -0.083886    0.071935      0.28561       0.4272      0.50916      0.60371      0.70238      0.82425      0.95354       0.99399  
    cl_mt_coh_p2v7      0.025714    4.5529    5.7603     'cl_mt_coh'      'fl_r_save'          4               7         0.44365      1.2652     -20    57.272     0.0017438      0.13932    0.85894     0.0046838    1.2268e-12         -20    -16.688    -5.9505     -1.3343      0.2714    1.2749    2.1781    3.7838    5.4898    6.5937    7.1958    7.6976    8.6007    10.006    12.615    18.335    25.761         19.266             0.95961              33.181                1                   19.68               0.86479                9.0326               0.71305                2.1514               0.73626            -0.020575     -0.041731     -0.13413      -0.1677     -0.17229     -0.16272      -0.14367    -0.075082    0.082317      0.29616      0.43331       0.5122      0.60532      0.70283      0.82538      0.95379       0.99372  
    cl_mt_coh_p2v8          0.03    4.6869    5.7931     'cl_mt_coh'      'fl_r_save'          4               8         0.44365       1.236     -20    57.364     0.0018864      0.13593    0.86219     0.0045734    1.2798e-12         -20    -16.488    -5.6511      -1.236     0.36945    1.3729     2.276    3.8814    5.5872     6.691    7.2931    7.8951    8.6978    10.203    12.812    18.832    26.458          19.32             0.95855               33.56                1                  20.244               0.87123                8.8498               0.70686                2.1913               0.74309            -0.019516     -0.041131     -0.12905     -0.15965     -0.16309      -0.1528      -0.13367    -0.065583    0.090225      0.30058      0.43475      0.52534      0.60514      0.70852      0.82595      0.95331       0.99384  
    cl_mt_coh_p2v9      0.034286    4.7666    5.7982     'cl_mt_coh'      'fl_r_save'          4               9         0.44365      1.2164     -20    57.463     0.0018492      0.13351    0.86464     0.0044919    3.3006e-12         -20    -16.488    -5.4506      -1.136     0.46949    1.4729     2.376    3.9814    5.6872    6.6906     7.393     7.995    8.7978    10.303    12.912    19.033    26.658         19.301             0.95834              33.619                1                  20.711               0.87617                8.4578               0.69258                2.2082               0.74576            -0.018848      -0.03972     -0.12563     -0.15476     -0.15705     -0.14606      -0.12623    -0.056591     0.10285       0.2948      0.44343      0.53106      0.60739      0.70956      0.82639      0.95383       0.99384  
    cl_mt_coh_p2v10     0.038571    4.9822     5.819     'cl_mt_coh'      'fl_r_save'          4              10         0.44365       1.168     -20    57.569     0.0017701       0.1282    0.87003     0.0043135    2.3184e-11         -20    -16.287    -5.1486     -1.0343     0.57122    1.5747    2.5782    4.1837    5.8896    6.8931    7.5955    8.1976    9.1007    10.506    13.215    19.336    27.063         19.282             0.95794               33.86                1                  21.264               0.88124                8.1778               0.67984                2.2474               0.75122            -0.017316     -0.038322     -0.11719     -0.14264     -0.14379     -0.13249      -0.11075     -0.03974     0.12014      0.30997      0.44973      0.53241      0.61623      0.71196      0.83026      0.95502       0.99402  
    cl_mt_coh_p2v11     0.042857    5.4259    5.8515     'cl_mt_coh'      'fl_r_save'          4              11         0.44365      1.0784     -20     57.68     0.0014818      0.11781    0.88071     0.0039601    9.0329e-10         -20    -16.086    -4.5443     -0.6302     0.87522    1.9792    2.9828    4.5886    6.2947    7.2984    8.1013    8.7034     9.707    11.112    13.722    20.044    28.073         19.138             0.95659              34.239                1                  22.007               0.88665                7.8952               0.66204                2.3089               0.76014            -0.014597     -0.034316      -0.1025      -0.1216     -0.11924     -0.10532     -0.082862    -0.010007     0.14686      0.32816      0.48349      0.55281      0.63715      0.72828      0.83905      0.95739       0.99425  
    cl_mt_coh_p2v12     0.047143    5.9454    6.1099     'cl_mt_coh'      'fl_r_save'          4              12         0.44365      1.0277     -20    57.796     0.0014274       0.1088    0.88977     0.0036593     2.249e-08         -20    -15.784    -3.9388    -0.32504      1.0803    2.2849    3.3891    4.9952    6.6013    7.7056     8.609    9.2113    10.315    11.922    14.833    22.161    34.106          19.77             0.94768              37.331                1                  25.269               0.89907                7.6538               0.62248                2.4953               0.77222             -0.01231     -0.031029    -0.089391     -0.10305    -0.098982    -0.083845     -0.058382     0.015285     0.16003      0.34592      0.48864      0.55311      0.63683      0.72723      0.83601      0.95444       0.99349  
    cl_mt_coh_p2v13     0.051429    8.7326    8.3986     'cl_mt_coh'      'fl_r_save'          4              13         0.44365     0.96176     -20    57.919     0.0011783      0.08088    0.91794     0.0027237    3.7923e-07         -20    -13.983    -1.9493      0.7583      2.2625    3.6665    4.6693    6.3741     7.778    9.6834    11.488    12.792    14.597    17.806    24.525    37.863    50.699         27.133             0.91019              70.537                1                  56.672               0.94909                8.0346               0.46977                4.2539               0.83968            -0.006238     -0.020251    -0.049275    -0.051319    -0.042591    -0.024384    -0.0011583     0.067127     0.18507       0.3359      0.45733      0.52579      0.60328      0.69623      0.81351      0.95011         0.994  
    cl_mt_coh_p2v14     0.055714    26.222    13.665     'cl_mt_coh'      'fl_r_save'          4              14         0.44365     0.52113     -20    58.046    0.00019834     0.013962    0.98584    0.00046979       1.8e-05      -16.69    -1.3412     5.3799      8.7907      11.299    13.405    15.412    19.825    25.844    32.064    36.378    38.885    41.795    45.105    49.419    53.833    55.739         41.447             0.93906              186.74                1                  167.95               0.98471                7.2122               0.25465                11.139               0.96141          -0.00072549    -0.0029144    0.0013094     0.015434     0.034603     0.058052      0.086351      0.15319     0.28427      0.45105      0.58081      0.65095      0.72907      0.81244      0.90115      0.98047       0.99809  
    cl_mt_coh_p2v15         0.06    40.985    10.786     'cl_mt_coh'      'fl_r_save'          4              15         0.44365     0.26316     -20    58.176    1.3481e-05    0.0010709    0.99892    3.6006e-05    9.5588e-05    -0.23018     10.106     20.443      25.762      29.374    32.084    34.392    38.206    43.023    47.137    49.847    51.051    52.255    53.259    54.062    55.366    57.072         19.071             0.95936              116.33                1                  103.23               0.97678                5.1683                0.2397                7.8917               0.91972            -0.000147     0.0013043     0.017595     0.046325     0.080456      0.11741       0.15795      0.24758     0.39813      0.56141      0.68182       0.7414      0.80658      0.87303      0.93451      0.98712       0.99866  

Larger Grid Simulation (CROSS)

it_size_type = 3;
ar_it_plot_sets = [1,2,101,151, 3,4,102,152, 5,6,103,153, 51,52,53,54, 201,205,207,209, 104,105,106,10];
bl_simu_cross = 'c';

% Simulate along parameters
ff_az_test_analyze( ...
    ar_it_plot_sets, bl_simu_cross, it_size_type, cl_st_param_keys, ...
    param_map, support_map, param_tstar_map);

close all
----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Begin: Show all key and value pairs from container
CONTAINER NAME: SUPPORT_MAP
----------------------------------------
  Map with properties:

        Count: 51
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 34 ; key = st_img_name_main ; val = _default
pos = 35 ; key = st_img_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//solve/img/
pos = 36 ; key = st_img_prefix ; val = 
pos = 37 ; key = st_img_suffix ; val = _p9.png
pos = 38 ; key = st_mat_name_main ; val = _default
pos = 39 ; key = st_mat_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//solve/mat/
pos = 40 ; key = st_mat_prefix ; val = 
pos = 41 ; key = st_mat_suffix ; val = _p9
pos = 42 ; key = st_mat_test_name_main ; val = r
pos = 43 ; key = st_mat_test_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//test/ff_ipwkbzr_ds_vecsv/mat/
pos = 44 ; key = st_mat_test_prefix ; val = dft_
pos = 45 ; key = st_mat_test_suffix ; val = _g34_cc_t3l30
pos = 46 ; key = st_matimg_path_root ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr/
pos = 47 ; key = st_profile_name_main ; val = _default
pos = 48 ; key = st_profile_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//solve/profile/
pos = 49 ; key = st_profile_prefix ; val = 
pos = 50 ; key = st_profile_suffix ; val = _p9
pos = 51 ; key = st_title_prefix ; val = 
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Scalars in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                    i     idx    value
                                    __    ___    _____

    bl_display                       1     1        0 
    bl_display_defparam              2     2        0 
    bl_display_dist                  3     3        0 
    bl_display_evf                   4     4        0 
    bl_display_final                 5     5        0 
    bl_display_final_dist            6     6        1 
    bl_display_final_dist_detail     7     7        0 
    bl_display_funcgrids             8     8        0 
    bl_display_graph_stats           9     9        0 
    bl_display_simu_stats           10    10        1 
    bl_graph                        11    11        0 
    bl_graph_coh_t_coh              12    12        0 
    bl_graph_evf                    13    13        0 
    bl_graph_funcgrids              14    14        0 
    bl_graph_funcgrids_detail       15    15        0 
    bl_graph_onebyones              16    16        1 
    bl_graph_pol_lvl                17    17        0 
    bl_graph_pol_pct                18    18        0 
    bl_graph_val                    19    19        0 
    bl_img_save                     20    20        0 
    bl_mat                          21    21        0 
    bl_mat_test                     22    22        1 
    bl_post                         23    23        1 
    bl_profile                      24    24        0 
    bl_profile_dist                 25    25        0 
    bl_replacefile                  26    26        0 
    bl_time                         27    27        1 
    bl_timer                        28    28        1 
    it_display_every                29    29       20 
    it_display_final_colmax         30    30       12 
    it_display_final_rowmax         31    31      100 
    it_display_summmat_colmax       32    32        7 
    it_display_summmat_rowmax       33    33        7 

----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Begin: Show all key and value pairs from container
CONTAINER NAME: PARAM_MAP
----------------------------------------
  Map with properties:

        Count: 55
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 4 ; key = cl_st_param_keys ; val = fl_w
pos = 51 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 52 ; key = st_model ; val = ipwkbzr
pos = 53 ; key = st_v_coh_z_interp_method ; val = method_cell
pos = 54 ; key = st_z_r_borr_drv_ele_type ; val = unif
pos = 55 ; key = st_z_r_borr_drv_prb_type ; val = poiss
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         i    idx    rowN    colN    mean      std      min    max
                         _    ___    ____    ____    ____    _______    ___    ___

    ar_param_keys_idx    1     1      1       2      3.5     0.70711     3      4 

----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Scalars in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                               i     idx     value 
                               __    ___    _______

    bl_default                  1     2           1
    bl_loglin                   2     3           0
    fl_Amean                    3     5           1
    fl_a_max                    4     6          50
    fl_a_min                    5     7           0
    fl_alpha                    6     8        0.36
    fl_b_bd                     7     9         -20
    fl_beta                     8    10        0.94
    fl_c_min                    9    11        0.02
    fl_coh_interp_grid_gap     10    12        0.07
    fl_crra                    11    13         1.5
    fl_default_wprime          12    14           0
    fl_delta                   13    15        0.08
    fl_k_max                   14    16          70
    fl_k_min                   15    17           0
    fl_loglin_threshold        16    18           1
    fl_nan_replace             17    19       -9999
    fl_r_save                  18    20       0.025
    fl_tol_dist                19    21       1e-05
    fl_tol_pol                 20    22       1e-05
    fl_tol_val                 21    23       1e-05
    fl_w                       22    24     0.44365
    fl_w_interp_grid_gap       23    25        0.07
    fl_w_max                   24    26          50
    fl_w_min                   25    27         -20
    fl_z_mu                    26    28           0
    fl_z_r_borr_max            27    29       0.095
    fl_z_r_borr_min            28    30       0.025
    fl_z_r_borr_n              29    31           7
    fl_z_r_borr_poiss_mean     30    32          20
    fl_z_rho                   31    33         0.8
    fl_z_sig                   32    34         0.2
    fl_z_wage_mu               33    35           0
    fl_z_wage_rho              34    36         0.8
    fl_z_wage_sig              35    37         0.2
    it_a_n                     36    38         750
    it_ak_perc_n               37    39          85
    it_c_interp_grid_gap       38    40      0.0001
    it_maxiter_dist            39    41        1000
    it_maxiter_val             40    42         250
    it_size_type               41    43           3
    it_st_simu_type_g_seed     42    44         123
    it_st_simu_type_g_simun    43    45          20
    it_tol_pol_nochange        44    46          25
    it_trans_power_dist        45    47        1000
    it_w_perc_n                46    48          85
    it_z_n                     47    49          77
    it_z_wage_n                48    50          11

----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Begin: Show all key and value pairs from container
CONTAINER NAME: PARAM_TSTAR_MAP
----------------------------------------
  Map with properties:

        Count: 19
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                              i     idx    rowN    colN     mean       std        min     max 
                              __    ___    ____    ____    ______    ________    _____    ____

    fl_a_max                   1     1      1        5         65      11.859       50      80
    fl_alpha                   2     2      1        5        0.4    0.079057      0.3     0.5
    fl_b_bd                    3     3      1        5      -12.5      5.9293      -20      -5
    fl_beta                    4     4      1       15       0.92    0.031944     0.87    0.97
    fl_c_min                   5     5      1        5     0.0155    0.011463    0.001    0.03
    fl_crra                    6     6      1       15          3      1.2778        1       5
    fl_delta                   7     7      1        5       0.08    0.047434     0.02    0.14
    fl_r_borr                  8     8      1        5      0.125    0.098821        0    0.25
    fl_r_save                  9     9      1       15       0.03    0.019166        0    0.06
    fl_w                      10    10      1       15        0.5     0.31944        0       1
    fl_z_r_borr_max           11    11      1        5     0.1225    0.021741    0.095    0.15
    fl_z_r_borr_n             12    12      1        6         15      7.4833        5      25
    fl_z_r_borr_poiss_mean    13    13      1        5       12.5      5.9293        5      20
    fl_z_rho                  14    14      1        5      0.495     0.39133        0    0.99
    fl_z_sig                  15    15      1        5      0.255     0.19369     0.01     0.5
    fl_z_wage_rho             16    16      1        5      0.495     0.39133        0    0.99
    fl_z_wage_sig             17    17      1        5      0.255     0.19369     0.01     0.5
    it_a_n                    18    18      1        5       1300      948.68      100    2500
    it_z_n                    19    19      1        5         15      7.9057        5      25

                         fl_w        mean        sd      variablenames    var_param_key    it_test_grp    it_cur_param    fl_r_save    coefofvar      min       max      pYis0      pYls0        pYgr0      pYisMINY      pYisMAXY        p0_1        p1          p5         p10         p15        p20         p25        p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1      fracByP5     fracByP10    fracByP15     fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       ________    ________    ______    _____________    _____________    ___________    ____________    _________    _________    _______    ______    _____    __________    _______    __________    ___________    ________    _______    ________    ________    _______    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    ___________    __________    __________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val_p1v1            0    -0.23028    5.4511     'cl_mt_val'        'fl_w'             3               1           0.025       -23.671     -14.048    15.462      0         0.47702    0.52298    0.00012658     3.6088e-12     -13.412    -12.475     -10.302     -8.3456    -6.6768     -5.2427    -3.9984    -2.0031    0.3264    2.7807    4.0968    4.7935    5.5301    6.3458    7.4647    9.3664    11.161         29.715                1                 44.985             0.97953               29.222               0.82843                8.6176               0.71326               0.85224               0.38236              0.13375       0.65656        2.5683       4.5512        6.1747      7.4683       8.4659        9.747        10.279      9.2278       7.7324        6.7484      5.6486       4.3623       2.8704       1.4418        1.0508  
    cl_mt_val_p1v2     0.071429      1.4134    5.1957     'cl_mt_val'        'fl_w'             3               2           0.025        3.6761     -13.382    15.666      0         0.34211    0.65789    9.4528e-05     4.2845e-12     -12.726    -11.718     -8.9113     -6.5752    -4.6455     -3.0716    -1.7986    0.15709     2.568    4.2996     5.353    5.9226    6.5196    7.2111    8.2046    9.9232    11.562         26.995                1                 40.769              0.9781                26.43               0.83804                8.3415               0.70969                1.0022               0.45244            -0.015406     -0.086587      -0.37274     -0.64474      -0.84238     -0.9786      -1.0639      -1.1198      -0.97155    -0.59698     -0.25613     -0.060476     0.16111      0.40208      0.67277      0.92458        0.9915  
    cl_mt_val_p1v3      0.14286      3.1365    4.6931     'cl_mt_val'        'fl_w'             3               3           0.025        1.4963     -12.703    15.869      0         0.21187    0.78813     6.214e-05     4.8497e-12     -12.025    -10.403     -6.9943     -4.0136    -1.8546    -0.29748    0.89559     2.6849    4.2964    5.5668    6.4083    6.8684    7.3649    7.9861    8.8965    10.449    11.954         22.025                1                 33.277             0.97449               21.071               0.83632                7.6046               0.70603                1.1109                0.5273           -0.0043066     -0.036323      -0.14435     -0.23089      -0.27674     -0.2932     -0.28825     -0.22948     -0.058499     0.17729      0.36835        0.4744     0.58717       0.7097       0.8437      0.96452       0.99604  
    cl_mt_val_p1v4      0.21429      4.6747    4.0099     'cl_mt_val'        'fl_w'             3               4           0.025       0.85779     -12.013    16.068      0         0.11499    0.88501    3.6496e-05     1.8187e-12     -10.845     -8.939     -4.2077    -0.70219     1.2606      2.4938     3.3539     4.4025    5.5059    6.5554    7.2328    7.6269    8.0881    8.6644    9.4809    10.904    12.317          16.08                1                  24.43             0.96756               14.604               0.81653                6.5546               0.70869                1.1348               0.60268           -0.0039527     -0.021582     -0.075599      -0.1001     -0.096173    -0.07564     -0.04395     0.039696       0.19929     0.39256      0.53973       0.61909     0.70322      0.79277       0.8894      0.97545       0.99728  
    cl_mt_val_p1v5      0.28571      5.8544    3.3066     'cl_mt_val'        'fl_w'             3               5           0.025        0.5648     -11.309    16.259      0        0.057247    0.94275    1.9937e-05     1.1616e-12     -10.088    -7.0092    -0.66653      2.3184     3.5132      4.2094     4.6626     5.4373    6.3864    7.2482    7.8597    8.2531    8.6697    9.1683    9.9021    11.267    12.632         10.933                1                 16.734             0.95714                8.993               0.77248                5.4794               0.72537                1.0856               0.67574           -0.0018366     -0.014448     -0.037532    -0.028132    -0.0026618    0.031839     0.068566      0.15566       0.30757      0.4816      0.61019       0.67924     0.75189       0.8272      0.90836      0.97972       0.99777  
    cl_mt_val_p1v6      0.35714       6.845    2.6358     'cl_mt_val'        'fl_w'             3               6           0.025       0.38507     -10.589    16.439      0        0.023562    0.97644    9.0811e-06     1.0066e-12     -8.6779    -3.8679       2.824      4.1998     4.8228      5.2815      5.638     6.3049    7.1094    7.8701    8.4493    8.7909      9.16    9.6143    10.323    11.626    12.919         6.9477                1                 10.873             0.94108               4.7595               0.69136                 4.585               0.76782               0.99682               0.76012           -0.0013464    -0.0091495    -0.0058706     0.021021      0.054524    0.091397      0.13107      0.21906       0.36758     0.53012      0.64918        0.7135     0.77799      0.84624      0.91886      0.98218       0.99806  
    cl_mt_val_p1v7      0.42857       7.606     2.152     'cl_mt_val'        'fl_w'             3               7           0.025       0.28294     -9.8518    16.612      0       0.0085119    0.99149    3.6281e-06     1.1975e-13      -6.809    0.71271      4.4603      5.2222     5.6849      6.0961     6.4422     7.0261    7.6829    8.4196    8.9628    9.2623    9.6151    10.045    10.721    11.944    13.143         4.6311                1                 7.5416             0.92521               2.4465                0.5853                3.9732               0.82648               0.91246               0.84148           -0.0010302    -0.0037482      0.014641     0.047369      0.082992     0.12158      0.16362      0.25427        0.3968     0.55598      0.67015       0.73005     0.79305       0.8566      0.92467      0.98368       0.99823  
    cl_mt_val_p1v8          0.5      8.1933    1.9094     'cl_mt_val'        'fl_w'             3               8           0.025       0.23305     -9.0989    16.778      0       0.0038417    0.99616    1.8209e-06      9.912e-14     -4.7824     3.3046       5.243      5.9671     6.4102      6.7859     7.0892     7.5711    8.2459    8.9243     9.421    9.6993    10.031    10.458    11.093    12.234    13.381         3.6459                1                 6.2357             0.91809                1.639               0.52164                3.6383               0.85828               0.85591               0.88298          -0.00076033    8.6703e-05      0.022822     0.057621      0.095117     0.13592      0.17807      0.26741       0.41257     0.57234      0.68421       0.74108     0.80022       0.8631      0.92817       0.9845       0.99832  
    cl_mt_val_p1v9      0.57143      8.6965    1.8122     'cl_mt_val'        'fl_w'             3               9           0.025       0.20838     -8.3411    16.939      0        0.002848    0.99715    1.5106e-06     3.7374e-14     -3.7069     3.9558      5.8481      6.6031     7.0746      7.3837     7.6588     8.1413    8.7558     9.368     9.831    10.129    10.443     10.85    11.453    12.539    13.641          3.284                1                 5.8916             0.91751               1.5482               0.52763                3.4419               0.85677               0.81954                0.8886          -0.00060926     0.0012284      0.025294     0.061329       0.10083     0.14293      0.18564      0.27881       0.42265     0.57956      0.68904       0.74704     0.80575       0.8664      0.93036       0.9851        0.9984  
    cl_mt_val_p1v10     0.64286      9.2078    1.6182     'cl_mt_val'        'fl_w'             3              10           0.025       0.17574     -7.6039    17.093      0       0.0012528    0.99875    7.5542e-07    -6.7674e-35    -0.88132     5.1287      6.7166      7.3428     7.6809      7.9835     8.2031     8.6257    9.2304    9.8027    10.251    10.506    10.816    11.185    11.757    12.806    13.887         2.6186                1                 4.9447             0.91346               1.0474               0.46067                3.1054               0.88006               0.75261               0.91133          -0.00035846      0.003339      0.030087     0.068799       0.10971     0.15226      0.19645      0.28788       0.43421     0.58878       0.6968        0.7531     0.81093      0.87071      0.93299      0.98557       0.99846  
    cl_mt_val_p1v11     0.71429      9.7055    1.4218     'cl_mt_val'        'fl_w'             3              11           0.025        0.1465     -6.9031    17.244      0      0.00022108    0.99978    1.5129e-07     2.6026e-34      4.1981     6.4713      7.4878      7.9377     8.2751      8.5275     8.7573     9.1471    9.6724     10.21    10.649    10.891    11.167    11.518    12.061    13.091    14.117         2.0216                1                 4.0928             0.91001              0.57831                0.3462                2.8222               0.91695               0.68477                0.9424           0.00017998     0.0056203      0.035018     0.075028       0.11884     0.16191       0.2045       0.2968       0.44308     0.59634      0.70373       0.75892     0.81593       0.8741      0.93492      0.98606       0.99852  
    cl_mt_val_p1v12     0.78571      10.151    1.3121     'cl_mt_val'        'fl_w'             3              12           0.025       0.12926     -6.2532     17.39      0      1.5249e-05    0.99998    1.1874e-08     2.3926e-14      6.2741     7.3046      8.0486      8.4754     8.7686      9.0497     9.2453     9.6033      10.1    10.628    11.028    11.235    11.516    11.844    12.372    13.348    14.322         1.7216                1                 3.6962             0.91099              0.43205                0.3035                2.6249               0.93294               0.63864               0.95377           0.00054909     0.0067811      0.037336     0.078323       0.12076     0.16462      0.21066       0.3029        0.4491     0.60265      0.70923       0.76355     0.81915      0.87662      0.93616      0.98642       0.99856  
    cl_mt_val_p1v13     0.85714      10.536    1.2556     'cl_mt_val'        'fl_w'             3              13           0.025       0.11917     -5.6559    17.536      0      9.8964e-07          1    8.8027e-10     4.9817e-14      7.0032     7.7569      8.4851       8.954     9.2621      9.4802     9.6889     10.045    10.514    10.996    11.354    11.576    11.829     12.17    12.672    13.592    14.513         1.5767                1                 3.5425             0.91327              0.42795               0.31681                2.5014                0.9329               0.61316               0.95418           0.00063874     0.0070598      0.038243     0.080157       0.12302     0.16729      0.21387      0.30733       0.45276     0.60713      0.71259       0.76633     0.82154      0.87864      0.93725      0.98677       0.99862  
    cl_mt_val_p1v14     0.92857      10.908    1.1999     'cl_mt_val'        'fl_w'             3              14           0.025          0.11     -5.1006    17.676      0      1.7852e-06          1    1.8401e-09     2.0377e-14        7.26     8.1492       8.986      9.4312     9.6918      9.9136     10.076     10.424    10.882    11.341     11.68    11.901    12.149    12.474    12.946    13.813    14.715         1.4397                1                 3.3676             0.91544              0.41264               0.32346                2.3667               0.93101               0.58813               0.95273           0.00062694     0.0071112      0.038818     0.081155       0.12632        0.17      0.21789       0.3138       0.45728     0.60914       0.7146        0.7686     0.82408      0.88062      0.93834      0.98697       0.99863  
    cl_mt_val_p1v15           1       11.28    1.1272     'cl_mt_val'        'fl_w'             3              15           0.025      0.099927     -4.5749    17.811      0      1.3381e-06          1    1.6144e-09     6.0917e-16      7.7096     8.7714      9.5201      9.8872     10.136      10.294     10.505     10.816    11.254    11.693    12.024    12.212    12.455     12.75    13.194    14.049    14.934         1.2705                1                 3.0977             0.91643              0.32523               0.28551                2.2179               0.93636               0.55447               0.95313           0.00064488     0.0074001      0.040243     0.084743       0.12875     0.17366      0.21926      0.31431       0.46152     0.61385      0.71794       0.77132       0.826      0.88186      0.93924      0.98727       0.99867  

                           fl_w       mean       sd       variablenames    var_param_key    it_test_grp    it_cur_param    fl_r_save    coefofvar    min      max      pYis0    pYls0    pYgr0     pYisMINY      pYisMAXY       p0_1        p1        p5       p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                         ________    ______    _______    _____________    _____________    ___________    ____________    _________    _________    ____    ______    _____    _____    _____    __________    ___________    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    __________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_pol_c_p1v1            0    1.4224    0.40889    'cl_mt_pol_c'       'fl_w'             3               1           0.025       0.28746     0.02    7.3156      0        0        1        0.026691    -2.9217e-33       0.02      0.02    1.0623    1.1157    1.1525    1.1792    1.2026    1.2527     1.388    1.5074    1.5784     1.631    1.7036    1.8373    2.1922    2.6457    3.2419        0.85224             0.38236              1.3674             0.39692             -0.015652             -0.0059156             0.46644               0.51468               0.16719                  1             0.00037529    0.00037529    0.018507    0.057662     0.096694       0.1379      0.18171      0.26641      0.40352       0.5571      0.66674       0.7213      0.78108      0.84187      0.91324      0.97961       0.99758  
    cl_mt_pol_c_p1v2     0.071429    1.4617    0.42632    'cl_mt_pol_c'       'fl_w'             3               2           0.025       0.29166     0.02    7.3224      0        0        1        0.019622     4.2845e-12       0.02      0.02    1.0656    1.1107    1.1458    1.1692    1.1892    1.2527    1.4264    1.5366    1.6118    1.6703    1.7638    2.0644    2.2649     2.771    3.3472         1.0022             0.45244              1.6018             0.46834               0.23226               0.089751             0.62143               0.64436               0.18175                  1             0.00026847    0.00026847    0.023884     0.05938      0.10087      0.14151      0.17874      0.26329      0.39863      0.55658      0.65919      0.71655      0.77316      0.83934      0.91302      0.97931       0.99758  
    cl_mt_pol_c_p1v3      0.14286    1.5154    0.44891    'cl_mt_pol_c'       'fl_w'             3               3           0.025       0.29623     0.02    7.3292      0        0        1        0.012705     4.8497e-12       0.02      0.02    1.0623    1.1057    1.1358    1.1592    1.1792    1.2778    1.4824    1.5659    1.6494    1.7538    2.0244    2.1346    2.3401    2.9264    3.4725         1.1109              0.5273              1.7908             0.54826               0.42712                0.17723             0.78184               0.75885               0.20152                  1             0.00016768    0.00016768    0.026456    0.062535     0.099015      0.13872      0.17676      0.25668      0.39674      0.54598      0.65302      0.70691      0.77206      0.83921      0.91309      0.97928       0.99759  
    cl_mt_pol_c_p1v4      0.21429    1.5816    0.46958    'cl_mt_pol_c'       'fl_w'             3               4           0.025       0.29691     0.02     7.336      0        0        1       0.0073361    -9.1681e-34       0.02    1.0156     1.069    1.1058    1.1358    1.1525    1.1901    1.4072    1.5075    1.5993    1.9092    1.9994    2.0745    2.1898    2.4604    2.9874     3.572         1.1348             0.60268              1.8675              0.6316                0.5081                0.24258             0.90954               0.83975               0.22051                  1             9.2771e-05     0.0025225    0.030441    0.063886      0.10391      0.13613      0.17173      0.25319      0.39374      0.54373      0.64663      0.71032       0.7727      0.83935      0.91231      0.97981       0.99764  
    cl_mt_pol_c_p1v5      0.28571    1.6479    0.48587    'cl_mt_pol_c'       'fl_w'             3               5           0.025       0.29485     0.02    7.3429      0        0        1       0.0039143    -4.2782e-35       0.02    1.0156    1.0724    1.1066    1.1292    1.1726    1.3329     1.449    1.5284    1.7246    1.9643    2.0295    2.1097    2.2399    2.6191    3.0751    3.6363         1.0856             0.67574              1.8266             0.71103               0.47501                0.27768             0.98797               0.89007               0.23607                  1             4.7507e-05     0.0038024    0.029446    0.062496      0.10038      0.13114      0.16918      0.25653      0.39466      0.53389       0.6501      0.71151       0.7753      0.83863      0.91369      0.97992       0.99769  
    cl_mt_pol_c_p1v6      0.35714    1.7197    0.49753    'cl_mt_pol_c'       'fl_w'             3               6           0.025        0.2893     0.02    7.3497      0        0        1       0.0017373    -2.5869e-35       0.02    1.0256    1.0791    1.1091    1.1526    1.3864    1.4198    1.4699    1.5409    1.8992    1.9944    2.0546    2.1448    2.4671    2.6776     3.157    3.7416        0.99682             0.76012              1.7468               0.801               0.40836                0.31426              1.0318               0.91541               0.24753                  1             2.0204e-05     0.0052011    0.029717    0.064568     0.094319       0.1327      0.17521      0.26121       0.3906      0.54342      0.65756      0.71398      0.77308      0.83923      0.91541      0.98024       0.99774  
    cl_mt_pol_c_p1v7      0.42857    1.7903    0.50388    'cl_mt_pol_c'       'fl_w'             3               7           0.025       0.28145     0.02    7.3565      0        0        1      0.00068158     -1.115e-35    0.99556    1.0323    1.0824    1.1693    1.3781    1.4073    1.4365    1.4867    1.8191    1.9193    2.0095    2.0947    2.3853    2.5081    2.7186    3.2798    3.8119        0.91246             0.84148              1.6748             0.87755               0.35037                0.35799              1.0464               0.92964               0.25389                  1             0.00031968     0.0055265    0.030585    0.059853     0.099312      0.14069      0.18112      0.26532      0.39151      0.54702      0.65472      0.71127      0.77559      0.84503      0.91602      0.98044       0.99777  
    cl_mt_pol_c_p1v8          0.5     1.859    0.50766    'cl_mt_pol_c'       'fl_w'             3               8           0.025       0.27309     0.02    7.3633      0        0        1      0.00033559      9.912e-14    0.99558     1.039    1.0983    1.3572    1.3906    1.4199    1.4491    1.4909    1.8341    1.9344    2.0647    2.3444    2.4263    2.5374    2.7596    3.3676    3.9347        0.85591             0.88298              1.6525             0.91507               0.32916                0.39404              1.0532               0.93449               0.25772                  1             0.00036546     0.0055753    0.028357    0.065581      0.10307      0.13846      0.18121      0.25591      0.40204      0.55081      0.65455      0.71751      0.77926      0.84545      0.91664      0.98076       0.99779  
    cl_mt_pol_c_p1v9      0.57143    1.9272    0.50894    'cl_mt_pol_c'       'fl_w'             3               9           0.025       0.26408     0.02    7.3701      0        0        1       0.0002709     9.2737e-34    0.99559    1.0524    1.3113    1.3698    1.4074    1.4324    1.4533     1.764    1.8442    1.9444    2.3052    2.3679    2.4556    2.5725    2.8799    3.4144    3.9757        0.81954              0.8886              1.6668             0.92427               0.34412                0.41759              1.0533               0.93362               0.25902                  1             0.00040744     0.0054138    0.031982    0.067833      0.10433      0.13934      0.17925      0.26198      0.40114      0.54782      0.65857      0.72121      0.78388       0.8471      0.91687      0.98118       0.99783  
    cl_mt_pol_c_p1v10     0.64286    1.9993    0.51034    'cl_mt_pol_c'       'fl_w'             3              10           0.025       0.25527     0.02    7.3769      0        0        1      0.00013043     3.6416e-34      1.019    1.2195    1.3447    1.3949    1.4199     1.445     1.729    1.7791    1.8593    2.2159    2.3211    2.3855    2.4732    2.6252    3.0002    3.4746    4.0693        0.75261             0.91133              1.6057             0.94056               0.29464                 0.4109              1.0455               0.93943               0.26045                  1             0.00046628     0.0058025    0.033131    0.069564      0.10486      0.13745        0.183      0.27425      0.40941      0.55072      0.66589      0.72389      0.78541      0.84707      0.91794      0.98137        0.9979  
    cl_mt_pol_c_p1v11     0.71429    2.0763    0.51104    'cl_mt_pol_c'       'fl_w'             3              11           0.025       0.24613     0.02    7.3837      0        0        1      2.5132e-05    -1.2139e-34     1.1485    1.2821     1.374    1.4032    1.6889    1.7139     1.739    1.7941    1.8793    2.2452    2.3446    2.4089    2.5083    2.8399     3.047    3.5482    4.1362        0.68477              0.9424              1.5447             0.95562               0.24152                0.40227               1.041               0.94109               0.26116                  1             0.00054169     0.0059411    0.033464    0.068809      0.10717      0.14473      0.18438      0.26985      0.40187      0.56527      0.67268      0.72856      0.78423      0.84959      0.91938      0.98182       0.99791  
    cl_mt_pol_c_p1v12     0.78571    2.1525    0.51033    'cl_mt_pol_c'       'fl_w'             3              12           0.025       0.23708     0.02    8.3143      0        0        1      1.8958e-06     2.3926e-14      1.232    1.3197    1.3782    1.6689    1.6989     1.734    1.7641    1.8092    2.1575    2.2627    2.3621    2.4732    2.7597    2.8733    3.0938    3.6551    4.2365        0.63864             0.95377              1.5151             0.96008               0.22493                0.40625              1.0296               0.94087               0.26043                  1             0.00057849     0.0062483    0.032283    0.073505      0.10963      0.15194      0.19341      0.27133      0.40857      0.56346      0.67395      0.72532      0.78819       0.8523      0.92146      0.98183       0.99797  
    cl_mt_pol_c_p1v13     0.85714    2.2205    0.51177    'cl_mt_pol_c'       'fl_w'             3              13           0.025       0.23047     0.02    8.3219      0        0        1      1.3558e-07     4.9817e-14     1.2571    1.3156    1.6188    1.6739     1.714    1.7441    1.7691    2.0815    2.1692    2.2745    2.5317    2.6996    2.7798    2.9068     3.134    3.7354    4.3502        0.61316             0.95418              1.5203              0.9616               0.23067                0.41897              1.0277               0.94039               0.26191                  1             0.00060385     0.0062706    0.034078    0.072408      0.10998      0.14716      0.18897      0.27432      0.41604      0.56504      0.66856       0.7316      0.79085       0.8556      0.92132      0.98203       0.99797  
    cl_mt_pol_c_p1v14     0.92857    2.2885    0.51448    'cl_mt_pol_c'       'fl_w'             3              14           0.025       0.22481     0.02    8.3296      0        0        1      2.6905e-07     2.0377e-14     1.2404    1.5035    1.6338     1.694    1.7291    1.7491    2.0055    2.0933    2.1868    2.3038    2.6529    2.7197    2.8066    2.9402     3.241    3.8115    4.3828        0.58813             0.95273              1.5168             0.96165               0.22574                 0.4127              1.0264               0.94165               0.26469                  1             0.00056354     0.0059269    0.034151    0.071394      0.11338      0.15014      0.18506      0.27824      0.42246      0.56406        0.677      0.73299       0.7923      0.85673      0.92171      0.98237         0.998  
    cl_mt_pol_c_p1v15           1    2.3622    0.51611    'cl_mt_pol_c'       'fl_w'             3              15           0.025       0.21849     0.02    8.3372      0        0        1      2.2344e-07     6.0917e-16     1.3983    1.5637    1.6639     1.704    1.7341    2.0231    2.0524    2.1108    2.1985    2.5794     2.673    2.7465    2.8334    2.9737    3.3755    3.8641    4.4706        0.55447             0.95313              1.4898             0.96257               0.19614                0.37605              1.0273               0.94717               0.26637                  1             0.00054857      0.006497    0.035112    0.069937      0.10699      0.14884      0.19837      0.28137      0.41617      0.57195      0.67713      0.73752      0.79582      0.85486      0.92222      0.98265       0.99802  

                           fl_w       mean       sd      variablenames    var_param_key    it_test_grp    it_cur_param    fl_r_save    coefofvar    min     max        pYis0       pYls0     pYgr0      pYisMINY      pYisMAXY      p0_1        p1         p5       p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                         ________    ______    ______    _____________    _____________    ___________    ____________    _________    _________    ___    ______    __________    _____    _______    __________    __________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_pol_k_p1v1            0    3.9003    2.2164    'cl_mt_pol_k'       'fl_w'             3               1           0.025       0.56828      0     21.881      0.026602      0       0.9734      0.026602    5.5209e-10          0          0     1.345    1.7371    1.9612    2.2506    2.3515    2.8934    3.6152    4.2054    4.8228    5.1884    6.0162    6.6634    8.0439     11.12    16.806         8.6176             0.71326               12.09             0.64745               6.2232                0.4339                4.9126                  1                  0.46644               0.51468                   0             0    0.0069496    0.027025     0.050503     0.078061      0.10756       0.1749      0.29498      0.44248      0.55974      0.62268      0.69515      0.77656      0.87112       0.9655       0.99543  
    cl_mt_pol_k_p1v2     0.071429    4.0747    2.2622    'cl_mt_pol_k'       'fl_w'             3               2           0.025       0.55517      0     21.904      0.019555      0      0.98045      0.019555    1.0435e-09          0          0    1.4232    1.7983    2.1481    2.3117    2.4982     2.961    3.6706    4.3473    5.0188    5.7564    6.2535    7.0801    8.1511    11.731    16.814         8.3415             0.70969              11.923             0.65699               5.7494                0.4187                5.1175                  1                  0.62143               0.64436                   0             0    0.0091526    0.029679     0.053333      0.08123      0.11012      0.17883      0.30223      0.44518      0.56077      0.62559      0.69936       0.7796      0.87272      0.96662       0.99561  
    cl_mt_pol_k_p1v3      0.14286    4.2714    2.2951    'cl_mt_pol_k'       'fl_w'             3               3           0.025       0.53732      0     21.909      0.012659      0      0.98734      0.012659    2.1032e-10          0          0    1.5372    1.8914    2.2638    2.3981    2.7857    3.0872     3.712    4.6974      5.43    5.9096     6.292    7.1485    8.4529    11.866      16.9         7.6046             0.70603              11.177             0.66931               4.7934               0.38904                5.2674                  1                  0.78184               0.75885                   0             0     0.011422    0.032144     0.056975     0.084938       0.1151      0.18353      0.30527      0.45002      0.56616      0.63278      0.70499      0.78278      0.87556      0.96746       0.99576  
    cl_mt_pol_k_p1v4      0.21429    4.4357    2.3065    'cl_mt_pol_k'       'fl_w'             3               4           0.025       0.51999      0     21.905     0.0073076      0      0.99269     0.0073076    7.3066e-10          0    0.99901    1.7316    2.1062    2.3533    2.6964    2.9016    3.2565    3.8597    4.8232    5.4856    5.9254    6.3747    7.5627    8.5964    12.347     16.96         6.5546             0.70869              10.024             0.69022               3.5672               0.34673                  5.32                  1                  0.90954               0.83975                   0    0.00056875      0.01369    0.035646     0.060693     0.089621      0.11992      0.18855      0.30864      0.45709      0.57743       0.6386      0.70863      0.78618      0.87748      0.96858       0.99591  
    cl_mt_pol_k_p1v5      0.28571     4.499    2.2845    'cl_mt_pol_k'       'fl_w'             3               5           0.025       0.50779      0     21.905     0.0038995      0       0.9961     0.0038995     3.057e-10          0     1.1821    1.7914    2.1905    2.3981    2.6941    2.8698    3.2989    4.0137    4.8315    5.4721      6.17    6.5176    7.6342    8.5362    12.323     16.99         5.4794             0.72537              8.7291             0.72266               2.3928               0.29749                5.2191                  1                  0.98797               0.89007                   0     0.0014041     0.015297    0.037499       0.0659     0.093174      0.12245       0.1898      0.31383      0.46285      0.57986      0.64076      0.71168      0.79059      0.87983      0.96849       0.99594  
    cl_mt_pol_k_p1v6      0.35714    4.5447    2.2655    'cl_mt_pol_k'       'fl_w'             3               6           0.025       0.49849      0     21.928     0.0017312      0      0.99827     0.0017312    1.4164e-10          0     1.2647    1.8207    2.2478     2.391    2.6942    2.9031    3.4948    4.0248    4.7695    5.6824    6.2329     6.656    7.5808    8.5363    12.372     16.99          4.585             0.76782              7.7384             0.77929                1.513               0.25571                5.1324                  1                   1.0318               0.91541                   0     0.0020751     0.016838    0.039202     0.066014     0.093795      0.12389      0.19364      0.31878      0.46524      0.57808      0.64381      0.71374      0.79234      0.88205      0.96913       0.99599  
    cl_mt_pol_k_p1v7      0.42857    4.5572    2.2339    'cl_mt_pol_k'       'fl_w'             3               7           0.025       0.49019      0     21.936     0.0006787      0      0.99932     0.0006787    5.8128e-11    0.89231     1.2854    1.8204    2.1127    2.3965    2.7687    3.0068    3.5842    3.9956    4.8495    5.8331     6.232     6.624     7.519    8.5556    12.323    16.911         3.9732             0.82648              7.1082             0.84008                1.047               0.24129                4.9903                  1                   1.0464               0.92964          5.6592e-05     0.0023471     0.017049    0.040019      0.06518     0.093428      0.12641      0.19729      0.32228      0.46708      0.58254      0.64879      0.71845      0.79456      0.88178      0.96933       0.99606  
    cl_mt_pol_k_p1v8          0.5    4.5467    2.2201    'cl_mt_pol_k'       'fl_w'             3               8           0.025       0.48828      0     21.952    0.00033445      0      0.99967    0.00033445     9.477e-12    0.95771     1.2648    1.8041    2.2622    2.5215    2.8223    3.0181    3.3712     3.974    4.9015    5.8187    6.1678    6.4158    7.5367    8.6252     11.83    16.856         3.6383             0.85828              6.8817             0.87141               0.8875               0.24294                4.9289                  1                   1.0532               0.93449          0.00013665     0.0025438     0.017156    0.039827     0.065422     0.095119      0.12748      0.19986      0.32304      0.46808      0.58768      0.64876      0.71751       0.7946      0.88118      0.96958       0.99606  
    cl_mt_pol_k_p1v9      0.57143    4.5288    2.2168    'cl_mt_pol_k'       'fl_w'             3               9           0.025       0.48948      0     21.952     0.0002699      0      0.99973     0.0002699    1.2481e-11    0.95455     1.2608    1.8145    2.2871    2.5951    2.7736    2.9983    3.3225    4.0066    4.8924    5.4712    5.9659    6.4313     7.572     8.549    11.861    16.856         3.4419             0.85677              6.8715              0.8748              0.89419               0.24913                4.9142                  1                   1.0533               0.93362           0.0001443     0.0024854     0.017161    0.039902     0.066427     0.096659      0.12951      0.19803      0.32139      0.46912      0.58374      0.64657      0.71564      0.79325      0.88142      0.96929       0.99606  
    cl_mt_pol_k_p1v10     0.64286    4.5079    2.1806    'cl_mt_pol_k'       'fl_w'             3              10           0.025       0.48373      0     21.954    0.00012989      0      0.99987    0.00012989     2.109e-12    0.96093      1.315    1.8805     2.326    2.5463    2.7068    2.9342    3.3598    4.0284    4.7286    5.4437    6.0945    6.4635    7.5722    8.4638    11.784    16.875         3.1054             0.88006              6.5225             0.89416              0.71722               0.23409                4.7551                  1                   1.0455               0.93943          0.00017982      0.002487     0.017452    0.041378     0.068633     0.099971      0.13022      0.20038      0.32304      0.47319      0.58436      0.64746      0.71687      0.79565      0.88422      0.96954       0.99601  
    cl_mt_pol_k_p1v11     0.71429    4.5049    2.1646    'cl_mt_pol_k'       'fl_w'             3              11           0.025       0.48051      0     21.974    2.5037e-05      0      0.99997    2.5037e-05    1.5477e-11    0.96464     1.4113    2.0631    2.2906    2.3967    2.7223    2.9946     3.539    3.9982    4.7248    5.4989    6.1826    6.6083    7.4913    8.4261    11.784    16.867         2.8222             0.91695              6.2759             0.91659              0.54838               0.21564                4.6856                  1                    1.041               0.94109          0.00019294     0.0026473     0.018253    0.041821     0.067949     0.096705      0.13085      0.20058      0.33001      0.47148       0.5846      0.64991      0.71957      0.79662      0.88355       0.9695       0.99602  
    cl_mt_pol_k_p1v12     0.78571    4.5182    2.1444    'cl_mt_pol_k'       'fl_w'             3              12           0.025       0.47461      0     21.975    1.8887e-06      0            1    1.8887e-06    2.3415e-12    0.98037     1.4423    1.8201    2.2756    2.5518    2.8752    3.0287    3.6097    3.9692    4.8062      5.79    6.1213    6.3397    7.1491    8.4452    11.761    16.714         2.6249             0.93294              6.1358             0.92535              0.50788               0.21831                4.5982                  1                   1.0296               0.94087          0.00021843     0.0026896     0.018581    0.040991     0.067321     0.097535      0.13087      0.20389      0.32735       0.4729      0.58782      0.65305       0.7229      0.79816      0.88305      0.97007       0.99608  
    cl_mt_pol_k_p1v13     0.85714    4.4953    2.1354    'cl_mt_pol_k'       'fl_w'             3              13           0.025       0.47503      0      21.96    1.3498e-07      0            1    1.3498e-07    2.7207e-11    0.97096      1.348    1.8134    2.3036    2.6913    2.9179    3.0152    3.3353    3.9876    4.8812    5.4685    5.8773    6.3036    7.1659    8.4687    11.698    16.189         2.5014              0.9329              6.1112             0.92641              0.52371               0.22798                4.5598                  1                   1.0277               0.94039          0.00020037     0.0025971     0.017601    0.041176     0.068634     0.099332       0.1343      0.20757      0.32844      0.47518      0.59181        0.654      0.72103      0.79495      0.88279      0.97012       0.99609  
    cl_mt_pol_k_p1v14     0.92857    4.4759    2.1186    'cl_mt_pol_k'       'fl_w'             3              14           0.025       0.47334      0     21.975    2.6812e-07      0            1    2.6812e-07    1.7036e-12    0.96783     1.2648    1.9422    2.3804    2.6914     2.789    2.9732    3.3353    4.0199    4.7411    5.3325    5.8729    6.3456    7.4819    8.4574    11.256     15.95         2.3667             0.93101              6.0207             0.92691              0.50569                0.2245                4.4886                  1                   1.0264               0.94165          0.00020421     0.0026107     0.017635     0.04282     0.074789       0.1012      0.13426      0.20525      0.32806      0.48071      0.58859      0.65503      0.72009      0.79517      0.88373      0.97007       0.99611  
    cl_mt_pol_k_p1v15           1    4.4717    2.1015    'cl_mt_pol_k'       'fl_w'             3              15           0.025       0.46995      0     21.997    2.2261e-07      0            1    2.2261e-07    8.4683e-14     0.9649     1.3826    2.0335    2.3735    2.4014    2.7106    2.9564     3.474    4.1348    4.7038    5.4142    5.9251    6.4186    7.4619    8.2393    11.224    16.033         2.2179             0.93636              5.8647              0.9306              0.42117               0.19831                4.4162                  1                   1.0273               0.94717          0.00020746     0.0026484     0.018639    0.043071      0.07099     0.098999      0.13072      0.20107      0.32837      0.47954      0.58851      0.65167      0.72147      0.79863      0.88579       0.9701       0.99607  

                         fl_w        mean        sd      variablenames    var_param_key    it_test_grp    it_cur_param    fl_r_save    coefofvar    min     max        pYis0         pYls0        pYgr0      pYisMINY      pYisMAXY       p0_1         p1         p5         p10        p15        p20         p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1      fracByP5     fracByP10     fracByP15     fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       ________    ________    ______    _____________    _____________    ___________    ____________    _________    _________    ___    ______    __________    __________    _______    __________    ___________    _______    ________    _______    _______    _______    ________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    ___________    __________    __________    _________    ___________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_coh_p1v1            0    -0.26399    8.4249     'cl_mt_coh'        'fl_w'             3               1           0.025       -31.913     -20    56.814     0.0022483        0.4365    0.56125      0.026607     3.6088e-12        -20         -20    -17.685    -13.266    -9.9686      -7.373    -5.0581    -1.8312    0.90469    4.0614    5.5346    6.3062    7.4988    8.9719    11.217    16.829    24.265         44.985             0.97953              70.979                1                  46.977               0.86169                 12.09               0.64745                1.3674               0.39692               2.0157        2.0157        3.6626       6.5537         8.7429       10.347       11.519      12.775       12.906        11.427      9.5928       8.5121       7.1861       5.6462       3.7289       1.7526        1.1034  
    cl_mt_coh_p1v2     0.071429      1.2786    8.0223     'cl_mt_coh'        'fl_w'             3               2           0.025        6.2742     -20    56.886     0.0021849       0.34104    0.65678      0.019558     4.2845e-12        -20         -20    -15.721    -11.021    -7.3728     -4.5667    -2.4622    0.13338     3.1499     5.044    6.3067    7.2186    8.2709    9.5336    11.778     17.18    24.546         40.769              0.9781              64.357                1                  42.474               0.87225                11.923               0.65699                1.6018               0.46834             -0.30592      -0.30592      -0.73535      -1.2471        -1.6052      -1.8296      -1.9661     -2.0399      -1.8421       -1.3418    -0.91173     -0.64781      -0.3422     0.011987      0.41146      0.84122       0.97862  
    cl_mt_coh_p1v3      0.14286      2.9553    7.2763     'cl_mt_coh'        'fl_w'             3               3           0.025        2.4621     -20    56.957     0.0012365       0.23585    0.76291      0.012661     4.8497e-12        -20         -20    -13.195    -7.3726    -3.5142    -0.98872    0.34417      2.589      4.413     5.816    7.1489    7.8505    8.6923    10.025     12.41    17.672    24.757         33.277             0.97449              52.944                1                  34.138               0.87392                11.177               0.66931                1.7908               0.54826            -0.085682     -0.085682      -0.28978     -0.45993       -0.54856     -0.58585     -0.59009    -0.53688     -0.35171     -0.091221     0.12667      0.25157      0.39045      0.54826      0.73636      0.93082       0.99069  
    cl_mt_coh_p1v4      0.21429      4.3742    6.2965     'cl_mt_coh'        'fl_w'             3               4           0.025        1.4395     -20    57.029    0.00091813       0.14682    0.85226     0.0073084     1.8187e-12        -20     -18.386    -8.9158    -2.6721    0.13405      1.7476     2.7999     3.9223     4.9746     6.518    7.5002    8.2017    9.1838    10.587    12.832    17.953    24.968          24.43             0.96756              39.646                1                  24.175               0.86078                10.024               0.69022                1.8675                0.6316            -0.033416     -0.045593      -0.16615     -0.22719       -0.23902     -0.22744     -0.19884    -0.11896     0.034056       0.23144     0.38802      0.47751      0.57887      0.68882      0.81921      0.95221       0.99375  
    cl_mt_coh_p1v5      0.28571      5.2452    5.2874     'cl_mt_coh'        'fl_w'             3               5           0.025         1.008     -20      57.1    0.00059274      0.085391    0.91402     0.0038999     1.1616e-12        -20     -15.861    -3.5838    0.83593     2.3092      3.0809     3.5018     4.1332     5.4661    6.6588    7.6409    8.4126    9.3948    10.658    12.692    17.813    24.969         16.734             0.95714              27.956                1                  15.422               0.82847                8.7291               0.72266                1.8266               0.71103             -0.01487     -0.035739      -0.10103     -0.10944      -0.093116    -0.065552    -0.035054    0.038682      0.18144       0.35557     0.48619      0.56066      0.64795       0.7435       0.8505      0.96017       0.99475  
    cl_mt_coh_p1v6      0.35714      5.8773    4.3832     'cl_mt_coh'        'fl_w'             3               6           0.025       0.74579     -20    57.171    0.00032482      0.042318    0.95736     0.0017313     1.0066e-12        -20     -10.669    0.76611       2.52     3.1514       3.432     3.7828     4.5545      5.677    6.7294    7.8518    8.6236    9.4654    10.588    12.622    17.814      24.9         10.873             0.94108              19.212                1                  8.8274               0.77109                7.7384               0.77929                1.7468                 0.801           -0.0058914     -0.026577     -0.045391    -0.029149    -0.00019368     0.024826     0.058511     0.12796      0.26082        0.4189     0.53696      0.60855      0.68695      0.77225      0.86524      0.96459       0.99536  
    cl_mt_coh_p1v7      0.42857        6.21    3.7877     'cl_mt_coh'        'fl_w'             3               7           0.025       0.60994     -20    57.243     0.0001849      0.019058    0.98076    0.00067873     1.1975e-13    -18.246     -3.2325     2.1696     2.8712     3.2219      3.5727     3.9937     4.8356     5.6774    6.8701    7.9926     8.624    9.3958    10.518    12.693    17.604    24.339         7.5416             0.92521              14.347                1                  5.2062               0.70763                7.1082               0.84008                1.6748               0.87755           -0.0031762     -0.016232     -0.010068     0.013189       0.038879     0.064792     0.092298      0.1673      0.29378       0.44478     0.56408      0.63229      0.70461      0.78057       0.8733      0.96722       0.99565  
    cl_mt_coh_p1v8          0.5      6.3262    3.5571     'cl_mt_coh'        'fl_w'             3               8           0.025       0.56229     -20    57.314    0.00013148      0.011441    0.98843    0.00033445      9.912e-14     -15.37    -0.42589     2.2401     2.8014     3.2925      3.8538     4.2747      4.836     5.6779    7.0109    7.9931    8.5543    9.3962    10.659    12.764    17.464    24.059         6.2357             0.91809              12.653                1                  3.9423               0.67351                6.8817               0.87141                1.6525               0.91507           -0.0028715    -0.0092923     0.0010548     0.021911       0.045895     0.077243      0.11023     0.18021      0.30417        0.4552     0.57607       0.6387      0.70999      0.78762      0.87716      0.96805       0.99584  
    cl_mt_coh_p1v9      0.57143      6.3701    3.5434     'cl_mt_coh'        'fl_w'             3               9           0.025       0.55626     -20    57.386    0.00017597      0.012064    0.98776     0.0002699     3.7374e-14    -14.107    -0.42557       2.03     2.9421     3.5735      3.9945     4.2751     4.7662     5.8186    7.0113    7.9234    8.5548    9.4669     10.73    12.764    17.535     24.06         5.8916             0.91751              12.556                1                  3.8743               0.67528                6.8715                0.8748                1.6668               0.92427           -0.0027668    -0.0081629    0.00018993     0.021588       0.048696     0.079425      0.10951     0.18179      0.30545       0.45714     0.57632      0.63556      0.70702      0.78631      0.87705      0.96873        0.9959  
    cl_mt_coh_p1v10     0.64286      6.4489    3.3452     'cl_mt_coh'        'fl_w'             3              10           0.025       0.51872     -20    57.457    0.00016122     0.0082372     0.9916    0.00012989    -4.2671e-34    -9.4058     0.34652     2.4513     3.3634     3.7844      3.9949     4.2755     4.9069     5.9593    6.9416    7.9238    8.6254    9.5375     10.66    12.484    17.325     23.92         4.9447             0.91346               11.19                1                   2.993               0.63678                6.5225               0.89416                1.6057               0.94056            -0.002246    -0.0043634     0.0064382     0.032341       0.063401     0.088511      0.12534     0.19676      0.32265       0.47269     0.58188      0.64379      0.71576      0.79565      0.88036      0.96914       0.99594  
    cl_mt_coh_p1v11     0.71429      6.5761    3.1631     'cl_mt_coh'        'fl_w'             3              11           0.025         0.481     -20    57.529    7.3244e-05     0.0027598    0.99717    2.5036e-05     3.6487e-34    -1.4774      1.4694      3.013      3.434     3.7146      3.9952     4.3461     5.1178     5.9598     6.942    8.0646    8.7662    9.4679     10.45    12.415    17.326    23.921         4.0928             0.91001              10.006                1                  2.1715               0.58433                6.2759               0.91659                1.5447               0.95562          -0.00087924    5.3101e-05      0.017048     0.040172       0.068246     0.097246      0.12867     0.20546      0.33202       0.47555     0.59004      0.65562      0.72098      0.79741      0.88306      0.96992       0.99604  
    cl_mt_coh_p1v12     0.78571      6.6772    3.0922     'cl_mt_coh'        'fl_w'             3              12           0.025        0.4631     -20      57.6    2.1896e-05    0.00051684    0.99946    1.8884e-06     2.3926e-14    0.55767      2.1012     3.0134     3.3642     3.7852      4.2061     4.6271     5.2586     5.9602     7.153    8.2054    8.6965    9.3982    10.521    12.555    17.186    23.571         3.6962             0.91099              9.5618                1                    1.91               0.56932                6.1358               0.92535                1.5151               0.96008          -8.7382e-05     0.0022887      0.020526     0.044096       0.071331     0.099096      0.13372     0.21177      0.33337       0.48344     0.60104      0.65718      0.72665      0.80141      0.88567      0.97041       0.99617  
    cl_mt_coh_p1v13     0.85714      6.6939    3.0892     'cl_mt_coh'        'fl_w'             3              13           0.025        0.4615     -20    57.671    1.2527e-05    0.00017475    0.99981    1.3495e-07     4.9817e-14    0.97899      1.9613     2.8032     3.4347      3.996       4.417     4.6977     5.1888     6.0308    7.2236    8.0655    8.6268    9.3986    10.591    12.626    17.117    23.151         3.5425             0.91327              9.5433                1                  1.9117               0.57523                6.1112               0.92641                1.5203                0.9616           7.0929e-05     0.0026448      0.019145     0.042038       0.070532       0.1048      0.13703     0.21697      0.33438       0.48182     0.59652       0.6616      0.72645      0.79894      0.88574      0.97064       0.99621  
    cl_mt_coh_p1v14     0.92857      6.7229    3.0659     'cl_mt_coh'        'fl_w'             3              14           0.025       0.45603     -20    57.743    3.6033e-05    0.00057432    0.99939    2.6807e-07     2.0377e-14    0.34784      1.5406     2.8738     3.6456     4.1368      4.4174     4.6279     5.1191     6.2417     7.224     8.066    8.6975    9.5395    10.732    12.557    16.907    23.011         3.3676             0.91544              9.3995                1                  1.8618               0.57118                6.0207               0.92691                1.5168               0.96165          -4.8839e-05     0.0015723      0.016096     0.040448       0.073135      0.10787       0.1397       0.209      0.34342       0.49094     0.60278      0.66455      0.72972      0.80288      0.88664      0.97133       0.99632  
    cl_mt_coh_p1v15           1      6.7969    2.9989     'cl_mt_coh'        'fl_w'             3              15           0.025       0.44121     -20    57.814    4.2078e-05    0.00093312    0.99902    2.2257e-07     6.0917e-16    0.06751      1.8918     3.2952     3.7863      4.067      4.3476     4.6283       5.33     6.3123    7.1543    8.1366    8.8383    9.6101    10.663    12.347    16.837    23.012         3.0977             0.91643              8.9933                1                  1.6387               0.54069                5.8647                0.9306                1.4898               0.96257          -0.00010677     0.0017517      0.019926     0.044697       0.073764      0.11058      0.14297     0.21345      0.34297       0.49124     0.60398      0.66714      0.73053      0.80547      0.88894      0.97169       0.99628  

                       fl_r_save     mean       sd      variablenames    var_param_key    it_test_grp    it_cur_param     fl_w      coefofvar      min       max      pYis0      pYls0        pYgr0      pYisMINY      pYisMAXY       p0_1        p1         p5       p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1      fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       _________    ______    ______    _____________    _____________    ___________    ____________    _______    _________    _______    ______    _____    __________    _______    __________    ___________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    ___________    ___________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val_p2v1             0    7.5828     2.109     'cl_mt_val'      'fl_r_save'          4               1         0.44365     0.27813     -9.6961    15.929      0       0.0085544    0.99145    3.7154e-06    -5.2705e-35    -6.7071    0.68616    4.4966    5.2617    5.7242    6.1198    6.4559    7.0148     7.693     8.392    8.9215    9.2005    9.5513    9.9776    10.604    11.695    12.762         4.4479                1                  6.976             0.93129               1.9028                0.5628                3.9708               0.80972               0.89052               0.82698           -0.0010069     -0.0037291    0.015003    0.047428     0.083443       0.1226      0.16425       0.2532      0.39951      0.55806      0.67311      0.73212      0.79375      0.85879      0.92626      0.98399       0.99828  
    cl_mt_val_p2v2     0.0042857    7.6027    2.0938     'cl_mt_val'      'fl_r_save'          4               2         0.44365      0.2754     -9.6959    16.018      0       0.0081548    0.99185    3.5474e-06     2.0711e-34    -6.6544    0.89602    4.5108    5.3046    5.7606    6.1556    6.4684    7.0269    7.7189    8.4118    8.9334    9.2112    9.5584    9.9871    10.614    11.713    12.789          4.384                1                  6.897             0.93029               1.8575               0.55753                 3.949               0.81494               0.88813               0.83125          -0.00099628     -0.0034992    0.015318    0.048899     0.084844       0.1246      0.16491      0.25444      0.40189      0.55899      0.67329      0.73275      0.79412      0.85827      0.92589      0.98402       0.99828  
    cl_mt_val_p2v3     0.0085714    7.6085    2.1062     'cl_mt_val'      'fl_r_save'          4               3         0.44365     0.27682     -9.6956    16.119      0       0.0083378    0.99166    3.6211e-06    -8.9262e-35    -6.6763    0.80687    4.5115     5.309    5.7687    6.1436    6.4758    7.0347    7.7262    8.4189    8.9419    9.2274    9.5754        10    10.634    11.751    12.828         4.4361                1                 7.0174             0.92949               1.9576               0.56577                3.9616               0.81552               0.89129               0.83171           -0.0010088     -0.0035969    0.015132    0.047884     0.084164      0.12357      0.16462      0.25467      0.40161      0.55827      0.67235       0.7326      0.79377      0.85804      0.92568      0.98392       0.99827  
    cl_mt_val_p2v4      0.012857     7.625    2.0997     'cl_mt_val'      'fl_r_save'          4               4         0.44365     0.27536     -9.6954    16.233      0       0.0080762    0.99192    3.5108e-06    -1.7794e-34    -6.6425     0.9325    4.5528    5.3113    5.7678    6.1621    6.4815     7.034    7.7251    8.4324    8.9555    9.2399    9.5871     10.02    10.662     11.78     12.87         4.4086                1                 7.0051             0.92863               1.9701                0.5638                3.9426               0.82064               0.89182               0.83532          -0.00099349      -0.003442    0.015778    0.048476     0.084398      0.12363      0.16509        0.254      0.40017      0.55954      0.67282      0.73317      0.79387      0.85828      0.92563      0.98392       0.99827  
    cl_mt_val_p2v5      0.017143    7.6416    2.1022     'cl_mt_val'      'fl_r_save'          4               5         0.44365     0.27511     -9.6951    16.363      0       0.0079779    0.99202     3.468e-06     2.8013e-16     -6.612    0.99699    4.5526    5.3117    5.7824    6.1705    6.5075    7.0542    7.7458    8.4472    8.9737    9.2553    9.6107    10.043    10.688    11.826    12.946         4.4194                1                 7.0666             0.92762                2.047               0.56656                3.9266               0.82381               0.89462               0.83832          -0.00098737     -0.0033773    0.015649    0.048244     0.084928      0.12456      0.16534      0.25422       0.3996      0.55906      0.67253      0.73203      0.79387      0.85805      0.92553      0.98391       0.99826  
    cl_mt_val_p2v6      0.021429    7.6795    2.1126     'cl_mt_val'      'fl_r_save'          4               6         0.44365      0.2751     -9.6945    16.511      0       0.0077915    0.99221    3.3874e-06     1.6473e-14    -6.5423     1.0802    4.5786    5.3546    5.8189    6.1871    6.5273    7.0727    7.7614    8.4928    9.0259     9.306    9.6586    10.105    10.762    11.947    13.089         4.4631                1                 7.2776             0.92443               2.2199               0.57518                3.9615               0.82715               0.90196               0.84524          -0.00098038     -0.0032492     0.01608    0.048429       0.0848      0.12513      0.16631      0.25399      0.39937      0.55853      0.67328       0.7318       0.7933      0.85773      0.92529      0.98381       0.99825  
    cl_mt_val_p2v7      0.025714    7.7289    2.1089     'cl_mt_val'      'fl_r_save'          4               7         0.44365     0.27285      -9.694    16.676      0       0.0073991     0.9926    3.2152e-06     2.2046e-13    -6.4044     1.3013    4.6187    5.3711    5.8466    6.2259    6.5617    7.1139    7.8138    8.5281    9.0682    9.3634    9.7092    10.154    10.824    12.029    13.224         4.4473                1                 7.3424              0.9233               2.3243               0.57644                3.9269               0.83226                0.9061               0.85142          -0.00097131     -0.0029868    0.016407    0.049331     0.085291      0.12518      0.16595      0.25472      0.39988      0.55861      0.67234      0.73333      0.79389       0.8577      0.92528      0.98379       0.99824  
    cl_mt_val_p2v8          0.03    7.7851     2.131     'cl_mt_val'      'fl_r_save'          4               8         0.44365     0.27373     -9.6931    16.856      0       0.0071945    0.99281    3.1327e-06      8.589e-12    -6.3589     1.4038    4.6651    5.4041    5.8715     6.257    6.5948     7.145    7.8593    8.5851    9.1266    9.4308    9.7951    10.248    10.938    12.204    13.461         4.5412                1                 7.7144             0.91963               2.6792               0.58922                 3.933               0.83148                0.9214               0.86042          -0.00095551     -0.0028362    0.016955    0.049297      0.08558      0.12459      0.16635      0.25472      0.40075      0.55879      0.67209        0.731      0.79289      0.85695      0.92483       0.9836       0.99822  
    cl_mt_val_p2v9      0.034286    7.8482    2.1429     'cl_mt_val'      'fl_r_save'          4               9         0.44365     0.27304      -9.692    17.045      0       0.0069498    0.99305    3.0232e-06     7.7257e-11     -6.296     1.5289    4.7003     5.424    5.9264    6.3118    6.6449     7.202    7.9134      8.65    9.1865    9.5178    9.8702    10.329    11.037    12.366    13.694          4.592                1                 7.9509             0.91827               2.9621               0.59739                3.8785               0.82976               0.93503               0.86636          -0.00094327     -0.0026515    0.017214    0.049607     0.087018      0.12525      0.16664      0.25486       0.4003      0.55766      0.67111      0.73087       0.7927      0.85717      0.92455       0.9835       0.99821  
    cl_mt_val_p2v10     0.038571    8.0248     2.176     'cl_mt_val'      'fl_r_save'          4              10         0.44365     0.27116     -9.6904    17.245      0       0.0061262    0.99387    2.6685e-06     5.4491e-10    -6.0686     2.0047    4.8396    5.5226    6.0227    6.4243    6.7746    7.3258    8.0623    8.8354    9.4157    9.7541    10.131    10.619    11.329     12.68    14.047         4.7351                1                 8.7375             0.91618                3.727               0.62606                3.8862               0.82341               0.96797               0.88469          -0.00090412     -0.0020245    0.018526     0.05088     0.086687      0.12568      0.16698      0.25516      0.39938      0.55777      0.67023      0.72996      0.79174      0.85643      0.92439      0.98344        0.9982  
    cl_mt_val_p2v11     0.042857    8.1565    2.2137     'cl_mt_val'      'fl_r_save'          4              11         0.44365      0.2714     -9.6883    17.458      0       0.0057341    0.99427    2.4924e-06     3.0613e-09    -5.9684     2.2135     4.898    5.5868    6.1162     6.523    6.8745    7.4413    8.1719     8.962    9.5589    9.8996    10.299    10.807    11.592    13.021    14.462         4.9005                1                 9.4358             0.91442                4.497               0.64911                3.7846               0.80951                1.0066               0.89485          -0.00088023     -0.0016917    0.018747    0.051216     0.087342      0.12627      0.16685      0.25603       0.3984      0.55557      0.66985      0.72885      0.79098      0.85521      0.92384      0.98329       0.99817  
    cl_mt_val_p2v12     0.047143    8.4764    2.2981     'cl_mt_val'      'fl_r_save'          4              12         0.44365     0.27112     -9.6855    17.691      0       0.0046487    0.99535    2.0258e-06     1.1629e-08    -5.5244     2.8425    5.0554    5.7866    6.2964    6.7193    7.0882    7.6686    8.4308    9.2946    9.9594    10.347    10.789    11.332    12.138    13.607    15.082         5.2813                1                 11.214             0.91786               6.2458               0.70368                3.7507               0.77975                1.0957               0.91645          -0.00081345    -0.00074004    0.020539    0.052801     0.088533       0.1266      0.16714      0.25458      0.39745      0.55358      0.66702      0.72696      0.78934      0.85438      0.92324       0.9832       0.99817  
    cl_mt_val_p2v13     0.051429    8.7733    2.3617     'cl_mt_val'      'fl_r_save'          4              13         0.44365     0.26919     -9.6818    17.937      0       0.0037091    0.99629    1.6183e-06     2.3137e-08    -4.9702     3.3241    5.2282    5.9889     6.515    6.9325    7.2962    7.8799    8.7008    9.5917    10.301    10.704    11.178    11.778    12.646    14.178    15.699         5.5775                1                 12.731             0.92075               7.8895               0.73943                3.5544               0.74196                1.1875               0.93137          -0.00074794     0.00015325    0.021316    0.053436     0.089172      0.12737      0.16946      0.25554      0.39694      0.55277      0.66571      0.72554      0.78806      0.85339      0.92263      0.98311       0.99816  
    cl_mt_val_p2v14     0.055714    9.3398    2.5038     'cl_mt_val'      'fl_r_save'          4              14         0.44365     0.26808     -9.6771    18.197      0       0.0026061    0.99739    1.1397e-06     6.9992e-08    -3.9287     3.8529    5.5178     6.314    6.8777    7.3269    7.7005    8.3182    9.2358    10.242    11.001    11.432    11.938    12.571    13.505    15.165    16.778         6.2692                1                 16.227             0.92622               11.479               0.78964                3.2917               0.66336                1.3837               0.94592          -0.00063426      0.0012497    0.022542    0.054372     0.090146      0.12831      0.16827      0.25402      0.39484       0.5514      0.66504       0.7247      0.78724      0.85286      0.92233        0.983       0.99817  
    cl_mt_val_p2v15         0.06    12.565    3.4582     'cl_mt_val'      'fl_r_save'          4              15         0.44365     0.27522      -9.671    18.464      0      0.00077246    0.99923    3.3826e-07      9.644e-06      1.118     5.1116    6.8976    7.9691    8.7151    9.3372    9.9225    10.961      12.5     14.45     15.86    16.348    16.724    17.063    17.414    17.851    18.251         11.959                1                 52.348             0.95934                46.79                0.9264                2.2031               0.32678                3.3285               0.95362          -0.00019507      0.0029634    0.022502    0.052343      0.08561      0.12154      0.15982      0.24319      0.38308      0.54336      0.66388       0.7282      0.79394      0.86107      0.92969      0.98585       0.99859  

                         fl_r_save     mean       sd       variablenames    var_param_key    it_test_grp    it_cur_param     fl_w      coefofvar    min      max      pYis0    pYls0    pYgr0     pYisMINY      pYisMAXY       p0_1        p1        p5       p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                         _________    ______    _______    _____________    _____________    ___________    ____________    _______    _________    ____    ______    _____    _____    _____    __________    ___________    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_pol_c_p2v1             0    1.7874    0.51058    'cl_mt_pol_c'     'fl_r_save'          4               1         0.44365     0.28565     0.02    7.3264      0        0        1       0.0006972     3.1177e-34    0.99268    1.0328    1.0796    1.2283    1.3704    1.3996    1.4247     1.474    1.8099    1.9051    1.9854    2.0756    2.3864    2.4976    2.6789    3.3758    3.9573        0.89052             0.82698              1.5818             0.87226              0.16764                0.2048                1.1288               0.95082                0.2607                  1             0.00022389     0.005708    0.030273    0.060331     0.098624       0.1382      0.17653      0.25698      0.39289      0.54938      0.65499      0.71001      0.77446      0.84365      0.91355      0.97976       0.99767  
    cl_mt_pol_c_p2v2     0.0042857    1.7893    0.51029    'cl_mt_pol_c'     'fl_r_save'          4               2         0.44365     0.28519     0.02     7.329      0        0        1      0.00066494    -5.9643e-34    0.99212    1.0322     1.079    1.2318    1.3738     1.403     1.428     1.474    1.8089    1.9041    1.9892    2.0794    2.3909    2.4962    2.6832    3.3872    3.9551        0.88813             0.83125              1.5821             0.87561              0.17522               0.21579                1.1229               0.95085               0.26039                  1             0.00021319    0.0053954    0.029993    0.060136      0.10013      0.14114         0.18      0.26093      0.38972      0.54576      0.65708      0.71005      0.77625      0.84169      0.91371      0.98012       0.99769  
    cl_mt_pol_c_p2v3     0.0085714    1.7902     0.5088    'cl_mt_pol_c'     'fl_r_save'          4               3         0.44365     0.28422     0.02    7.3329      0        0        1      0.00067959    -6.1957e-34    0.99265    1.0328    1.0795    1.2366    1.3745    1.4037    1.4288    1.4748    1.8098    1.9051    1.9903    2.0856    2.3922    2.5033    2.6905    3.3289    3.9505        0.89129             0.83171              1.5944             0.87425              0.19879               0.23783                1.1127                0.9482               0.25888                  1             0.00021789    0.0055538    0.029387    0.060457      0.10109       0.1417      0.18038      0.26128      0.38988      0.54558      0.65631      0.71018      0.77601        0.845      0.91437      0.98012       0.99773  
    cl_mt_pol_c_p2v4      0.012857    1.7917    0.50848    'cl_mt_pol_c'     'fl_r_save'          4               4         0.44365     0.28379     0.02     7.338      0        0        1      0.00065846    -2.6987e-34    0.99243    1.0325    1.0793    1.2364    1.3742    1.4034    1.4285    1.4744    1.8145    1.9097    1.9899    2.0901    2.3917    2.5028    2.6958    3.3348    3.9413        0.89182             0.83532              1.6026             0.87724              0.21823               0.25788                1.1024               0.94755               0.25855                  1             0.00021063    0.0053418    0.029707    0.060412     0.099336      0.14002      0.17854       0.2593      0.39724      0.55025      0.65375      0.71005      0.77484      0.84356      0.91447      0.97989       0.99769  
    cl_mt_pol_c_p2v5      0.017143    1.7936    0.50763    'cl_mt_pol_c'     'fl_r_save'          4               5         0.44365     0.28302     0.02    7.3442      0        0        1      0.00065052     2.0212e-34    0.99237    1.0358    1.0792    1.2405    1.3741    1.4033    1.4284    1.4743    1.8143    1.9096    1.9948       2.1    2.3915    2.5085    2.7014    3.3563    3.8759        0.89462             0.83832              1.6163             0.87864               0.2491               0.28552                1.0864               0.94393               0.25769                  1             0.00020735    0.0059957    0.029519    0.060288     0.098305      0.13866      0.17653      0.25708      0.39497      0.54717      0.65564      0.70997      0.77536      0.84493      0.91458      0.97995       0.99775  
    cl_mt_pol_c_p2v6      0.021429     1.798    0.50512    'cl_mt_pol_c'     'fl_r_save'          4               6         0.44365     0.28092     0.02    7.3513      0        0        1      0.00063534     1.6473e-14    0.99577    1.0359    1.0793    1.2531    1.3784    1.4034    1.4327    1.4786    1.8144    1.9147    2.0049    2.1152    2.4034    2.5203    2.7191    3.2571    3.9121        0.90196             0.84524              1.6613             0.88263              0.31306               0.33925                1.0705               0.93489               0.25514                  1             0.00039211    0.0059401    0.029069    0.060366      0.10091       0.1364      0.18009      0.26017      0.39007      0.54757      0.65785      0.71067      0.77867      0.84481      0.91603       0.9803       0.99772  
    cl_mt_pol_c_p2v7      0.025714    1.8037    0.50465    'cl_mt_pol_c'     'fl_r_save'          4               7         0.44365     0.27979     0.02    7.3593      0        0        1       0.0006034     2.2046e-13    0.99594     1.036    1.0828    1.2783    1.3786    1.4079    1.4371     1.483    1.8198     1.925    2.0153    2.1256    2.3979    2.5208    2.7313    3.2819     3.825         0.9061             0.85142              1.6881             0.88705              0.36344               0.37666                1.0484               0.92852               0.25467                  1             0.00039132    0.0059317    0.030205    0.060232     0.098024      0.13847        0.181       0.2604      0.39008      0.55179      0.65558      0.71153      0.77489      0.84346      0.91668      0.98038       0.99777  
    cl_mt_pol_c_p2v8          0.03    1.8106    0.50252    'cl_mt_pol_c'     'fl_r_save'          4               8         0.44365     0.27755     0.02     7.368      0        0        1      0.00058718      8.589e-12    0.99532    1.0354    1.0822    1.3026    1.3819    1.4111    1.4362    1.4863    1.8286    1.9288     2.029    2.1743    2.4023    2.5192    2.7296    3.2331     3.846         0.9214             0.86042               1.759             0.88923              0.46262               0.43145                1.0228               0.91696               0.25253                  1             0.00036606    0.0056868    0.029261    0.060424      0.10007      0.14016      0.17577      0.26079      0.39911      0.54616        0.655      0.71299      0.77772      0.84438      0.91626      0.98065        0.9978  
    cl_mt_pol_c_p2v9      0.034286    1.8191    0.50365    'cl_mt_pol_c'     'fl_r_save'          4               9         0.44365     0.27686     0.02    7.3774      0        0        1      0.00056707     7.7257e-11    0.99569    1.0358    1.0859     1.324    1.3866    1.4158    1.4409     1.491    1.8293    1.9396    2.0448    2.1601    2.4032    2.5377    2.7482    3.2343    3.8006        0.93503             0.86636              1.8161             0.89239               0.5517                0.4734               0.99027                0.9014               0.25366                  1             0.00036418    0.0054891    0.030026    0.060696      0.10194      0.14138      0.17732      0.26053      0.39186      0.54738      0.65612      0.71351      0.77756      0.84556       0.9166      0.98084       0.99782  
    cl_mt_pol_c_p2v10     0.038571    1.8415    0.50281    'cl_mt_pol_c'     'fl_r_save'          4              10         0.44365     0.27304     0.02    7.3875      0        0        1      0.00050028     5.4491e-10    0.99524    1.0387    1.0888    1.3484    1.3943    1.4236    1.4528    1.5029    1.8485    1.9738     2.104    2.2243    2.3846    2.5248    2.7645    3.2554     3.834        0.96797             0.88469              1.9846              0.9006               0.7553               0.54908               0.95826               0.87868               0.25282                  1             0.00030629    0.0054015    0.029165    0.060819      0.10203       0.1392      0.17895      0.26004      0.39776      0.55105      0.65946      0.71633       0.7795      0.84588      0.91724      0.98117       0.99785  
    cl_mt_pol_c_p2v11     0.042857    1.8604    0.50816    'cl_mt_pol_c'     'fl_r_save'          4              11         0.44365     0.27315     0.02    7.3981      0        0        1      0.00046807     3.0613e-09    0.99577    1.0426    1.0927    1.3575    1.3993    1.4327    1.4619     1.512    1.8596    1.9949    2.1252    2.2455    2.4209     2.573    2.7952     3.268    3.8595         1.0066             0.89485              2.1422             0.90439              0.95482               0.60039               0.91195               0.84975               0.25823                  1             0.00029658    0.0058472    0.029693    0.062156      0.10087      0.14033      0.17877      0.25584      0.39418      0.55106      0.66013      0.71636      0.77914      0.84605      0.91757      0.98108       0.99785  
    cl_mt_pol_c_p2v12     0.047143    1.9074    0.52025    'cl_mt_pol_c'     'fl_r_save'          4              12         0.44365     0.27276     0.02    8.3354      0        0        1      0.00037981     1.1629e-08    0.99881    1.0456     1.099    1.3738    1.4114    1.4489    1.4782    1.5492    1.8991    2.0544    2.2097      2.31    2.4352    2.5956    2.8645    3.3497    3.9835         1.0957             0.91645              2.5671             0.92812               1.4415               0.71739               0.84056               0.77192               0.27066                  1             0.00041149    0.0057022    0.028874    0.062838      0.09827      0.13785      0.17308      0.25277      0.39556      0.54756        0.661       0.7182      0.78045      0.84643      0.91749      0.98103        0.9978  
    cl_mt_pol_c_p2v13     0.051429    1.9544    0.53987    'cl_mt_pol_c'     'fl_r_save'          4              13         0.44365     0.27623     0.02    8.3485      0        0        1      0.00030335     2.3137e-08    0.99858    1.0487    1.1054    1.3902    1.4277    1.4653    1.5029    1.6072    1.9337     2.104    2.2643    2.3796    2.5148    2.6751    2.9206    3.4616    4.1479         1.1875             0.93137              2.9696             0.93956                1.893               0.77611               0.77344               0.70627               0.29146                  1             0.00036952    0.0051995    0.027698    0.063681     0.097227      0.13368      0.17155      0.25088      0.39543      0.54752      0.65734      0.71743      0.77967      0.84687      0.91673      0.98072       0.99774  
    cl_mt_pol_c_p2v14     0.055714    2.0523    0.58421    'cl_mt_pol_c'     'fl_r_save'          4              14         0.44365     0.28466     0.02     8.362      0        0        1      0.00021382    -1.6001e-36     1.0026    1.0595    1.2157    1.4121    1.4622     1.504    1.5416    1.8298    2.0053    2.2058    2.3863    2.5016     2.642    2.8275    3.1132    3.7298    4.4618         1.3837             0.94592              3.8677             0.94618                  2.8               0.82548               0.71777               0.61995                0.3413                  1              0.0004208    0.0051898    0.026343    0.060913      0.09636      0.13338      0.16959      0.24981       0.3922       0.5431       0.6546      0.71504       0.7777      0.84324      0.91542      0.98024       0.99765  
    cl_mt_pol_c_p2v15         0.06    2.8427     1.0093    'cl_mt_pol_c'     'fl_r_save'          4              15         0.44365     0.35506     0.02    8.3761      0        0        1      6.3498e-05      9.644e-06     1.0226    1.0961    1.4662     1.579    1.7962    1.9299    2.0351    2.2657    2.6868     3.188     3.655    3.8263    3.9934    4.1897    4.4963    5.2883    6.3568         3.3285             0.95362              15.264             0.95846               13.486               0.91482               0.75621               0.38433                1.0187                  1             0.00034588    0.0038411    0.023514    0.049955     0.079595      0.11307      0.14738      0.22339      0.35388      0.50753      0.62851      0.69444      0.76372      0.83496      0.91061      0.98046       0.99757  

                         fl_r_save     mean       sd      variablenames    var_param_key    it_test_grp    it_cur_param     fl_w      coefofvar    min     max        pYis0       pYls0     pYgr0      pYisMINY      pYisMAXY      p0_1        p1        p5       p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                         _________    ______    ______    _____________    _____________    ___________    ____________    _______    _________    ___    ______    __________    _____    _______    __________    __________    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_pol_k_p2v1             0    4.5798    2.3252    'cl_mt_pol_k'     'fl_r_save'          4               1         0.44365     0.50771      0      33.32     0.0006945      0      0.99931     0.0006945    2.7465e-19    0.87072    1.2613     1.816    2.1073     2.385    2.7112    2.9909    3.5348    3.9866    4.9389    5.8213    6.2196    6.6592    7.5401    9.1011    12.314    17.278         3.9708             0.80972              7.2314             0.87563              0.67059                 0.1799               5.4066                  1                   1.1288               0.95082          5.2712e-05    0.0023421    0.018111    0.039987      0.06395     0.092074      0.12363      0.19421      0.31858      0.46032      0.57842      0.64358      0.71197      0.78842      0.87853      0.96917       0.99582  
    cl_mt_pol_k_p2v2     0.0042857    4.5815    2.3143    'cl_mt_pol_k'     'fl_r_save'          4               2         0.44365     0.50515      0     30.777    0.00066235      0      0.99934    0.00066235    9.9784e-17    0.89029    1.2646     1.815    2.1061    2.3892    2.7387    2.9979    3.5076    3.9914    5.0359     5.818    6.2229    6.6715    7.5358    9.0163    12.307    17.298          3.949             0.81494              7.1878             0.87712              0.68439                0.18584               5.3562                  1                   1.1229               0.95085           5.804e-05    0.0025571    0.017535    0.039582      0.06502     0.092314      0.12551      0.19434      0.31686      0.46492      0.57974      0.64334       0.7131      0.78998      0.87908      0.96937       0.99586  
    cl_mt_pol_k_p2v3     0.0085714    4.5751    2.3064    'cl_mt_pol_k'     'fl_r_save'          4               3         0.44365     0.50412      0     28.483    0.00067696      0      0.99932    0.00067696    2.3866e-14    0.88352    1.2653     1.816    2.1072    2.3905    2.7315    2.9995    3.5456    3.9865    4.9272    5.8211    6.2347    6.6429    7.5398    9.0211    12.362    17.277         3.9616             0.81552              7.2142             0.87262              0.75728                0.19987               5.3195                  1                   1.1127                0.9482          5.5564e-05    0.0025732    0.017643    0.039341     0.065661     0.092391      0.12616      0.19491      0.31862      0.46222      0.57923      0.64553      0.71637      0.78909      0.87917      0.96866       0.99593  
    cl_mt_pol_k_p2v4      0.012857    4.5634    2.2881    'cl_mt_pol_k'     'fl_r_save'          4               4         0.44365     0.50141      0     26.479     0.0006559      0      0.99934     0.0006559    1.1437e-12    0.89565     1.265    1.8156    2.1118      2.39    2.7482    2.9989    3.5316    3.9856    4.8781    5.8217    6.0794    6.6415    7.5382     9.059    12.392    16.486         3.9426             0.82064              7.1523             0.87005              0.79062                0.20762               5.2355                  1                   1.1024               0.94755          6.1126e-05    0.0025477     0.01751    0.039852     0.065663     0.092618      0.12669       0.1969      0.31813      0.46257      0.58009      0.64356      0.71462      0.79099      0.88035      0.96922       0.99603  
    cl_mt_pol_k_p2v5      0.017143    4.5463    2.2673    'cl_mt_pol_k'     'fl_r_save'          4               5         0.44365      0.4987      0     24.734      0.000648      0      0.99935      0.000648    1.8699e-13    0.89569    1.2649    1.8154    2.1117    2.3898    2.7221    2.9986     3.503    3.9924    4.8791     5.694    6.0491    6.6571    7.2913    9.0232    11.826    16.514         3.9266             0.82381              7.0959             0.86366              0.84567                0.21702               5.1405                  1                   1.0864               0.94393          6.2004e-05    0.0025402    0.017397    0.039754        0.065     0.093009      0.12652      0.19611      0.31979      0.46298      0.58093      0.64399      0.71631        0.791      0.87997      0.96935       0.99596  
    cl_mt_pol_k_p2v6      0.021429    4.5453     2.267    'cl_mt_pol_k'     'fl_r_save'          4               6         0.44365     0.49875      0     23.118    0.00063287      0      0.99937    0.00063287    8.9416e-13    0.90193     1.265    1.8155    2.1118     2.397    2.7482    3.0075    3.5168     3.995    5.0242    5.8052    6.2333    6.6414    7.5029    8.6722    12.274    16.831         3.9615             0.82715              7.2211             0.85479              0.98859                 0.2387               5.1393                  1                   1.0705               0.93489          6.5873e-05    0.0025027    0.017139    0.039511     0.066551     0.093377       0.1287      0.19576       0.3189      0.46454      0.58034      0.64548      0.71728      0.79191      0.87999      0.96892       0.99594  
    cl_mt_pol_k_p2v7      0.025714    4.5406    2.2374    'cl_mt_pol_k'     'fl_r_save'          4               7         0.44365     0.49276      0     21.702    0.00060106      0       0.9994    0.00060106    2.5597e-11    0.90415    1.2652    1.8214    2.1198    2.3974    2.7678    2.9994    3.5409    3.9863    4.8288    5.8343    6.2037    6.6104    7.5395    8.7438    12.352    16.781         3.9269             0.83226              7.1199             0.84387               1.0439                0.24401                5.006                  1                   1.0484               0.92852          7.1516e-05    0.0024392    0.017536    0.039732     0.066029     0.093878      0.12629      0.19739      0.32705      0.46611      0.58102      0.64818      0.71697      0.79357      0.88122      0.96955       0.99606  
    cl_mt_pol_k_p2v8          0.03    4.5184    2.2197    'cl_mt_pol_k'     'fl_r_save'          4               8         0.44365     0.49126      0     21.664     0.0005849      0      0.99942     0.0005849    3.4886e-11    0.92351    1.2684    1.8203    2.1274    2.3959    2.7407    2.9939    3.4961    3.9909    4.7017    5.7997    5.9243    6.6696    7.4643    8.9553     12.32    15.988          3.933             0.83148              7.1742             0.82106               1.2036                0.25413               4.9271                  1                   1.0228               0.91696          7.6514e-05    0.0024705    0.017313    0.039914     0.065757     0.094598      0.12696      0.19856      0.32202      0.47014      0.58267      0.64764      0.71621      0.79403      0.88115      0.96968       0.99608  
    cl_mt_pol_k_p2v9      0.034286    4.4929    2.1813    'cl_mt_pol_k'     'fl_r_save'          4               9         0.44365     0.48549      0     21.629    0.00056487      0      0.99944    0.00056487    4.8468e-11    0.92385    1.2728    1.8265    2.1257    2.4039    2.7181    3.0072    3.4299    4.0034    4.7159    5.5288    5.8949    6.7109    7.1669    8.9495    11.726    15.184         3.8785             0.82976              7.0187             0.79635               1.2508                0.24783               4.7579                  1                  0.99027                0.9014          8.1564e-05    0.0024336    0.017656    0.040594     0.066275     0.095336      0.12952      0.19885      0.32417      0.46915      0.58458      0.64911       0.7193      0.79789      0.88268      0.97003       0.99612  
    cl_mt_pol_k_p2v10     0.038571    4.4992    2.1689    'cl_mt_pol_k'     'fl_r_save'          4              10         0.44365     0.48207      0     21.619    0.00049834      0       0.9995    0.00049834    7.7893e-11    0.95421    1.3804    1.8436    2.2185     2.417    2.7381    3.0232    3.4648    4.0052    5.0472    5.3612    6.2147     6.652    7.0719    8.5965     11.18    15.915         3.8862             0.82341              7.1796             0.75529               1.4996                0.25273               4.7043                  1                  0.95826               0.87868          9.9479e-05    0.0024756    0.018038    0.040552     0.066536     0.095373      0.12772       0.2007       0.3261      0.46942       0.5842      0.64881      0.72063      0.79509      0.88432      0.97007       0.99614  
    cl_mt_pol_k_p2v11     0.042857    4.4568    2.1119    'cl_mt_pol_k'     'fl_r_save'          4              11         0.44365     0.47387      0     21.631    0.00046625      0      0.99953    0.00046625    7.8545e-11    0.96108    1.3645    1.8714    2.2313    2.4041    2.8087    2.9988    3.5312    3.9422     4.828    5.4283    6.2057    6.3949    7.1767    8.2251    10.735    16.266         3.7846             0.80951               6.967             0.70771               1.5788                0.23887               4.4603                  1                  0.91195               0.84975          0.00011775    0.0025303    0.017802    0.041255     0.067336     0.096689      0.13001      0.20168      0.32723      0.47435      0.58572      0.65132      0.72217      0.79749       0.8853      0.97035       0.99627  
    cl_mt_pol_k_p2v12     0.047143    4.4529    2.0931    'cl_mt_pol_k'     'fl_r_save'          4              12         0.44365     0.47005      0     21.606    0.00037834      0      0.99962    0.00037834    7.5814e-11    0.96716    1.3839    1.8651    2.1992    2.4175     2.778    2.9029    3.5438    3.9844    4.7025    5.8161    5.9743    6.1557     7.588    7.9253    11.676    15.824         3.7507             0.77975              7.1622             0.64363               1.9277                0.23846                4.381                  1                  0.84056               0.77192          0.00013318    0.0025975    0.017964    0.041736     0.068091     0.097689      0.12953      0.20314      0.32852      0.47729      0.58735      0.65454      0.72245      0.79849      0.88499      0.97047       0.99641  
    cl_mt_pol_k_p2v13     0.051429     4.394    2.0285    'cl_mt_pol_k'     'fl_r_save'          4              13         0.44365     0.46164      0     21.601    0.00030218      0       0.9997    0.00030218    1.0177e-10    0.97329    1.4095    1.9647    2.1735    2.5583    2.7248    2.8677    3.4283    4.0235    4.5525    5.5837    5.7356    5.9667    7.2661    8.0087    11.823    15.087         3.5544             0.74196              6.8456             0.57644               1.9476                0.21252               4.1147                  1                  0.77344               0.70627          0.00014694    0.0027008    0.018223    0.042142      0.06867     0.099994      0.13088      0.20443      0.33179      0.47828      0.59214      0.65676      0.72296      0.80161      0.88572      0.97112       0.99655  
    cl_mt_pol_k_p2v14     0.055714    4.3439    1.9818    'cl_mt_pol_k'     'fl_r_save'          4              14         0.44365     0.45623      0     21.617      0.000213      0      0.99979      0.000213    1.0788e-10    0.98991    1.4459    1.9174    2.1507    2.4894    2.6592    3.0081    3.3362    4.0965    4.4224       5.4    5.5218    6.2999    6.9827    8.7563    11.354    14.427         3.2917             0.66336              6.5368              0.4714               1.8847                 0.1638               3.9275                  1                  0.71777               0.61995          0.00017955    0.0028119    0.018676    0.042396     0.070295     0.099557      0.13156      0.20573       0.3324      0.47865      0.59596      0.65818      0.72406      0.80273      0.88708      0.97173        0.9967  
    cl_mt_pol_k_p2v15         0.06    4.3663    1.9495    'cl_mt_pol_k'     'fl_r_save'          4              15         0.44365     0.44648      0     21.596    6.3253e-05      0      0.99994    6.3253e-05    6.2611e-11     1.0748    1.4261    1.9423    2.3058    2.4828    2.7877    3.0407    3.2615     4.026    4.9501    5.2597    5.4339     6.535    6.7522    8.4341    10.895    13.768         2.2031             0.32678               5.691             0.18501               1.1323               0.039767               3.8005                  1                  0.75621               0.38433          0.00021704     0.002921    0.018875    0.043435     0.070859      0.10055      0.13462      0.20671      0.33526      0.48116      0.59865       0.6596      0.72918      0.80548      0.88958      0.97272       0.99683  

                       fl_r_save     mean       sd      variablenames    var_param_key    it_test_grp    it_cur_param     fl_w      coefofvar    min     max        pYis0         pYls0       pYgr0      pYisMINY      pYisMAXY       p0_1         p1         p5       p10       p15       p20       p25       p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1      fracByP5      fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       _________    ______    ______    _____________    _____________    ___________    ____________    _______    _________    ___    ______    __________    _________    _______    __________    ___________    _______    ________    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    ___________    __________    ___________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_coh_p2v1             0    5.8973    3.5518     'cl_mt_coh'      'fl_r_save'          4               1         0.44365     0.60227     -20    56.928    0.00022595     0.020091    0.97968    0.00069452     9.2614e-35    -18.245     -3.5055    2.0395    2.7414    3.0923    3.4433    3.8644    4.6365    5.4787    6.6018    7.6546    8.2161     8.918    10.041    11.936    15.867    21.763          6.976             0.93129              12.615                1                  3.4404               0.60422                7.2314               0.87563                1.5818               0.87226           -0.0034054     -0.017396      -0.012119    0.010952     0.035107     0.061965     0.092718      0.16684       0.2995      0.44739      0.56912      0.63673      0.70923      0.78915       0.8779      0.96893       0.99598  
    cl_mt_coh_p2v2     0.0042857    5.9349    3.5409     'cl_mt_coh'      'fl_r_save'          4               2         0.44365     0.59662     -20    56.954    0.00019469      0.01934    0.98047    0.00066237    -2.0907e-34    -18.176     -3.1641    2.0972    2.7285    3.1494    3.5002     3.921    4.6927    5.4643    6.6569    7.7091    8.2703    8.9718    10.024    11.988    15.987    21.879          6.897             0.93029              12.538                1                  3.4227               0.60747                7.1878               0.87712                1.5821               0.87561           -0.0033445     -0.016766      -0.010598     0.01049     0.039272      0.06553     0.097065      0.17262      0.29463      0.45075      0.57365      0.64023      0.71261      0.78628        0.878      0.96914         0.996  
    cl_mt_coh_p2v3     0.0085714    5.9543    3.5845     'cl_mt_coh'      'fl_r_save'          4               3         0.44365       0.602     -20    56.995    0.00022239     0.019583    0.98019    0.00067698    -9.3685e-34    -18.245     -3.2955    2.0388    2.7406    3.0916    3.5127    3.9338    4.7059    5.4779    6.6711    7.7239    8.2854    8.9873     10.11    12.076    16.287    22.112         7.0174             0.92949              12.849                1                  3.6869               0.62612                7.2142               0.87262                1.5944               0.87425           -0.0032875     -0.016963      -0.011708    0.010511     0.033786     0.065031     0.096296      0.17201      0.29389      0.44875      0.57116      0.63748      0.70955      0.78656      0.87737      0.96835       0.99592  
    cl_mt_coh_p2v4      0.012857    5.9878    3.5927     'cl_mt_coh'      'fl_r_save'          4               4         0.44365     0.60001     -20    57.049    0.00016334     0.019173    0.98066    0.00065592    -1.3842e-33    -18.176     -3.0885    2.1042    2.7358    3.1568    3.5077    3.9287    4.7006    5.5426    6.6654     7.718    8.2794    8.9811    10.174    12.209    16.419    22.314         7.0051             0.92863              12.908                1                  3.8103               0.63725                7.1523               0.87005                1.6026               0.87724           -0.0032833     -0.016516      -0.010356    0.010463     0.038993     0.064658     0.095685      0.17078      0.30271      0.44548      0.56628      0.63255      0.70449      0.78586      0.87865      0.96854       0.99596  
    cl_mt_coh_p2v5      0.017143     6.025    3.6237     'cl_mt_coh'      'fl_r_save'          4               5         0.44365     0.60145     -20    57.114    0.00016111      0.01893    0.98091    0.00064802     2.8013e-16    -18.105     -3.0195    2.1027    2.7342    3.1552     3.506     3.927    4.6989    5.5409    6.7337    7.7862    8.3476    9.0492    10.242    12.277    16.557    22.802         7.0666             0.92762              13.132                1                  4.0805               0.65519                7.0959               0.86366                1.6163               0.87864           -0.0033593     -0.016276      -0.010209    0.010331     0.038449      0.06385     0.094567      0.16856       0.2989      0.44911      0.56901      0.63437      0.70398      0.78434       0.8759      0.96806       0.99584  
    cl_mt_coh_p2v6      0.021429    6.1249    3.7264     'cl_mt_coh'      'fl_r_save'          4               6         0.44365     0.60841     -20    57.189    0.00015727     0.018491    0.98135    0.00063289     1.6473e-14    -18.105     -2.8781     2.104    2.8057    3.1566    3.5776    3.9987    4.7705    5.6126    6.8055    7.8581    8.4896    9.2615    10.454     12.63    17.472    23.647         7.2776             0.92443              13.886                1                  4.6716               0.68622                7.2211               0.85479                1.6613               0.88263           -0.0032272     -0.015744     -0.0097342    0.013627     0.037493     0.066743     0.097174      0.17258      0.30223      0.44633      0.56169      0.63231        0.704      0.78322      0.87466      0.96777       0.99578  
    cl_mt_coh_p2v7      0.025714    6.2334    3.7709     'cl_mt_coh'      'fl_r_save'          4               7         0.44365     0.60496     -20    57.272    0.00019246     0.017348    0.98246    0.00060107     2.2046e-13    -18.035     -2.5944    2.1781    2.8097    3.1606    3.5817     4.073    4.7749    5.6873    6.8804    8.0033     8.635     9.407      10.6    12.846    17.689    24.497         7.3424              0.9233               14.22                1                  5.0953               0.70668                7.1199               0.84387                1.6881               0.88705           -0.0031174     -0.014882     -0.0077816    0.013586     0.036526     0.064705     0.099047      0.16563      0.30134      0.44261      0.56322      0.62964      0.70068      0.78021       0.8749      0.96698       0.99572  
    cl_mt_coh_p2v8          0.03    6.3815    3.9364     'cl_mt_coh'      'fl_r_save'          4               8         0.44365     0.61685     -20    57.364    0.00018156     0.017044    0.98277    0.00058492      8.589e-12    -17.966     -2.3949    2.2343    2.8656    3.2163    3.6371    4.0579    4.8295    5.7413    7.0038    8.1962    8.8274    9.6691    11.002    13.387    18.717    25.942         7.7144             0.91963              15.496                1                  6.2522               0.74437                7.1742               0.82106                 1.759               0.88923           -0.0030531     -0.014265     -0.0064655    0.016221     0.039217      0.06564     0.094155      0.16458      0.29706      0.43874      0.56141      0.62427      0.69588      0.77541      0.87002      0.96601       0.99557  
    cl_mt_coh_p2v9      0.034286    6.5229    4.0406     'cl_mt_coh'      'fl_r_save'          4               9         0.44365     0.61945     -20    57.463    0.00014252     0.016475    0.98338    0.00056488     7.7257e-11    -17.825     -2.1779    2.2426    2.8741    3.2249    3.7161     4.137    4.9089     5.821    7.1542     8.347    9.0487    9.8906    11.224     13.68    19.503    27.222         7.9509             0.91827              16.326                1                  7.1905               0.76908                7.0187               0.79635                1.8161               0.89239           -0.0030242     -0.013584     -0.0060412    0.015463     0.037484     0.067174     0.094919       0.1653      0.29457      0.43775      0.55561      0.62341      0.69334      0.77345      0.86821      0.96545       0.99546  
    cl_mt_coh_p2v10     0.038571     6.982    4.3827     'cl_mt_coh'      'fl_r_save'          4              10         0.44365     0.62771     -20    57.569    0.00015738     0.014509    0.98533    0.00049836     5.4491e-10    -17.195     -1.4144    2.3728    2.9339    3.3547    3.8457    4.3366    5.1081    6.0198    7.5628    8.9655    9.8071    10.929    12.472    15.067    21.029    29.234         8.7375             0.91618              19.208                1                  9.7736               0.81514                7.1796               0.75529                1.9846                0.9006           -0.0027412     -0.011513      -0.002837    0.016126     0.039588     0.066348     0.097744      0.16705      0.28298      0.42671      0.54901      0.61498      0.68862      0.77101      0.86792      0.96492        0.9954  
    cl_mt_coh_p2v11     0.042857    7.3004    4.6613     'cl_mt_coh'      'fl_r_save'          4              11         0.44365      0.6385     -20     57.68    0.00011589     0.013588     0.9863    0.00046627     3.0613e-09    -16.632     -1.1939     2.455    3.0164    3.4374    3.9988      4.49    5.2619    6.2443    7.9284    9.3318    10.174    11.367    12.981    15.998    22.735    31.576         9.4358             0.91442              21.728                1                  12.363               0.84748                 6.967               0.70771                2.1422               0.90439           -0.0025965     -0.010388    -0.00089916    0.018404     0.039951     0.067915     0.097808       0.1655      0.27994      0.42857      0.54376      0.60804      0.68271      0.76411      0.86293      0.96399       0.99523  
    cl_mt_coh_p2v12     0.047143    8.1652    5.3164     'cl_mt_coh'      'fl_r_save'          4              12         0.44365     0.65111     -20    57.797    0.00010513      0.01098    0.98891    0.00037835     1.1629e-08    -15.861    -0.35784    2.5885    3.1497    3.7109    4.2721    4.7631     5.605    6.7975    8.7617    10.586    11.708    13.181    15.075    18.302    25.598    35.138         11.214             0.91786              28.264                1                  18.321               0.89225                7.1622               0.64363                2.5671               0.92812           -0.0022786    -0.0077067      0.0023202    0.019731     0.042398     0.066719     0.093493      0.16279      0.26942      0.41253      0.53208      0.59733      0.67591      0.75961      0.86066      0.96366       0.99529  
    cl_mt_coh_p2v13     0.051429    8.9188    5.8545     'cl_mt_coh'      'fl_r_save'          4              13         0.44365     0.65642     -20    57.919    8.9384e-05    0.0087404    0.99117    0.00030219     2.3137e-08     -14.53     0.47921    2.7235    3.3547    3.9859    4.6171    5.1081    5.8795    7.3524    9.5265     11.49    12.753    14.436     16.75    20.397    28.323    38.632         12.731             0.92075              34.275                1                  24.284               0.91812                6.8456               0.57644                2.9696               0.93956           -0.0020124    -0.0056081      0.0042779    0.022613     0.043541     0.068937      0.09473       0.1551      0.26647      0.40806      0.52535      0.59294      0.67044      0.75715      0.85934      0.96325       0.99527  
    cl_mt_coh_p2v14     0.055714    10.518    6.9971     'cl_mt_coh'      'fl_r_save'          4              14         0.44365     0.66523     -20    58.046    6.8091e-05    0.0061007    0.99383      0.000213     6.9992e-08     -12.42      1.3363    3.0207    3.7226    4.4946    5.1964    5.6877    6.6703    8.6355    11.443    13.829    15.303    17.198    19.795    24.076    33.902    47.237         16.227             0.92622              48.959                1                  38.424               0.94582                6.5368                0.4714                3.8677               0.94618           -0.0015715    -0.0030173      0.0074614     0.02318     0.042666     0.067653     0.093334      0.14967       0.2582      0.40286      0.52285       0.5904      0.66773      0.75449      0.85678      0.96265       0.99528  
    cl_mt_coh_p2v15         0.06    24.116    15.779     'cl_mt_coh'      'fl_r_save'          4              15         0.44365     0.65428     -20    58.177     1.863e-05    0.0018028    0.99818    6.3255e-05      9.644e-06     -2.877       2.667    4.5617     6.246    7.5793    9.1232    10.667    13.825    19.369    29.334    39.089    42.738    45.685    48.492     51.51    54.036    56.282         52.348             0.95934              248.97                1                  227.96               0.98917                 5.691               0.18501                15.264               0.95846          -0.00039811    0.00027938      0.0064654    0.018383     0.032101     0.049291      0.07019      0.12094      0.22345      0.37269      0.51247      0.59795      0.68931      0.78715      0.89083      0.97764       0.99776  

Denser Simulation (GRID)

it_size_type = 2;
ar_it_plot_sets = [51,52,53,54, 5,6,103,153, 61,62,63,64];
bl_simu_cross = 'g';
it_simu_vec_len = 10;
param_tstar_map = containers.Map('KeyType','char', 'ValueType','any');
param_tstar_map('fl_w') = linspace(0, 1, it_simu_vec_len);
param_tstar_map('fl_r_save') = linspace(0, 0.06, it_simu_vec_len);

% Simulate along parameters
[tb_outcomes, support_map] = ff_az_test_analyze( ...
    ar_it_plot_sets, bl_simu_cross, it_size_type, cl_st_param_keys, ...
    param_map, support_map, param_tstar_map);

close all;
----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Begin: Show all key and value pairs from container
CONTAINER NAME: SUPPORT_MAP
----------------------------------------
  Map with properties:

        Count: 51
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 34 ; key = st_img_name_main ; val = _default
pos = 35 ; key = st_img_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//solve/img/
pos = 36 ; key = st_img_prefix ; val = 
pos = 37 ; key = st_img_suffix ; val = _p9.png
pos = 38 ; key = st_mat_name_main ; val = _default
pos = 39 ; key = st_mat_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//solve/mat/
pos = 40 ; key = st_mat_prefix ; val = 
pos = 41 ; key = st_mat_suffix ; val = _p9
pos = 42 ; key = st_mat_test_name_main ; val = r
pos = 43 ; key = st_mat_test_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//test/ff_ipwkbzr_ds_vecsv/mat/
pos = 44 ; key = st_mat_test_prefix ; val = dft_
pos = 45 ; key = st_mat_test_suffix ; val = _g34_cg_t2l20
pos = 46 ; key = st_matimg_path_root ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr/
pos = 47 ; key = st_profile_name_main ; val = _default
pos = 48 ; key = st_profile_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkbzr//solve/profile/
pos = 49 ; key = st_profile_prefix ; val = 
pos = 50 ; key = st_profile_suffix ; val = _p9
pos = 51 ; key = st_title_prefix ; val = 
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Scalars in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                    i     idx    value
                                    __    ___    _____

    bl_display                       1     1        0 
    bl_display_defparam              2     2        0 
    bl_display_dist                  3     3        0 
    bl_display_evf                   4     4        0 
    bl_display_final                 5     5        0 
    bl_display_final_dist            6     6        1 
    bl_display_final_dist_detail     7     7        0 
    bl_display_funcgrids             8     8        0 
    bl_display_graph_stats           9     9        0 
    bl_display_simu_stats           10    10        1 
    bl_graph                        11    11        0 
    bl_graph_coh_t_coh              12    12        0 
    bl_graph_evf                    13    13        0 
    bl_graph_funcgrids              14    14        0 
    bl_graph_funcgrids_detail       15    15        0 
    bl_graph_onebyones              16    16        1 
    bl_graph_pol_lvl                17    17        0 
    bl_graph_pol_pct                18    18        0 
    bl_graph_val                    19    19        0 
    bl_img_save                     20    20        0 
    bl_mat                          21    21        0 
    bl_mat_test                     22    22        1 
    bl_post                         23    23        1 
    bl_profile                      24    24        0 
    bl_profile_dist                 25    25        0 
    bl_replacefile                  26    26        0 
    bl_time                         27    27        1 
    bl_timer                        28    28        1 
    it_display_every                29    29       20 
    it_display_final_colmax         30    30       12 
    it_display_final_rowmax         31    31      100 
    it_display_summmat_colmax       32    32        7 
    it_display_summmat_rowmax       33    33        7 

----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Begin: Show all key and value pairs from container
CONTAINER NAME: PARAM_MAP
----------------------------------------
  Map with properties:

        Count: 55
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 4 ; key = cl_st_param_keys ; val = fl_w
pos = 51 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 52 ; key = st_model ; val = ipwkbzr
pos = 53 ; key = st_v_coh_z_interp_method ; val = method_cell
pos = 54 ; key = st_z_r_borr_drv_ele_type ; val = unif
pos = 55 ; key = st_z_r_borr_drv_prb_type ; val = poiss
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         i    idx    rowN    colN    mean      std      min    max
                         _    ___    ____    ____    ____    _______    ___    ___

    ar_param_keys_idx    1     1      1       2      3.5     0.70711     3      4 

----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Scalars in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                               i     idx     value 
                               __    ___    _______

    bl_default                  1     2           1
    bl_loglin                   2     3           0
    fl_Amean                    3     5           1
    fl_a_max                    4     6          50
    fl_a_min                    5     7           0
    fl_alpha                    6     8        0.36
    fl_b_bd                     7     9         -20
    fl_beta                     8    10        0.94
    fl_c_min                    9    11        0.02
    fl_coh_interp_grid_gap     10    12         0.1
    fl_crra                    11    13         1.5
    fl_default_wprime          12    14           0
    fl_delta                   13    15        0.08
    fl_k_max                   14    16          70
    fl_k_min                   15    17           0
    fl_loglin_threshold        16    18           1
    fl_nan_replace             17    19       -9999
    fl_r_save                  18    20       0.025
    fl_tol_dist                19    21       1e-05
    fl_tol_pol                 20    22       1e-05
    fl_tol_val                 21    23       1e-05
    fl_w                       22    24     0.44365
    fl_w_interp_grid_gap       23    25         0.1
    fl_w_max                   24    26          50
    fl_w_min                   25    27         -20
    fl_z_mu                    26    28           0
    fl_z_r_borr_max            27    29       0.095
    fl_z_r_borr_min            28    30       0.025
    fl_z_r_borr_n              29    31           5
    fl_z_r_borr_poiss_mean     30    32          20
    fl_z_rho                   31    33         0.8
    fl_z_sig                   32    34         0.2
    fl_z_wage_mu               33    35           0
    fl_z_wage_rho              34    36         0.8
    fl_z_wage_sig              35    37         0.2
    it_a_n                     36    38         750
    it_ak_perc_n               37    39          50
    it_c_interp_grid_gap       38    40      0.0001
    it_maxiter_dist            39    41        1000
    it_maxiter_val             40    42         250
    it_size_type               41    43           2
    it_st_simu_type_g_seed     42    44         123
    it_st_simu_type_g_simun    43    45          20
    it_tol_pol_nochange        44    46          25
    it_trans_power_dist        45    47        1000
    it_w_perc_n                46    48          50
    it_z_n                     47    49          55
    it_z_wage_n                48    50          11

----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Begin: Show all key and value pairs from container
CONTAINER NAME: PARAM_TSTAR_MAP
----------------------------------------
  Map with properties:

        Count: 19
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                              i     idx    rowN    colN     mean       std        min     max 
                              __    ___    ____    ____    ______    ________    _____    ____

    fl_a_max                   1     1      1        5         65      11.859       50      80
    fl_alpha                   2     2      1        5        0.4    0.079057      0.3     0.5
    fl_b_bd                    3     3      1        5      -12.5      5.9293      -20      -5
    fl_beta                    4     4      1       15       0.92    0.031944     0.87    0.97
    fl_c_min                   5     5      1        5     0.0155    0.011463    0.001    0.03
    fl_crra                    6     6      1       15          3      1.2778        1       5
    fl_delta                   7     7      1        5       0.08    0.047434     0.02    0.14
    fl_r_borr                  8     8      1        5      0.125    0.098821        0    0.25
    fl_r_save                  9     9      1       10       0.03    0.020184        0    0.06
    fl_w                      10    10      1       10        0.5     0.33641        0       1
    fl_z_r_borr_max           11    11      1        5     0.1225    0.021741    0.095    0.15
    fl_z_r_borr_n             12    12      1        6         15      7.4833        5      25
    fl_z_r_borr_poiss_mean    13    13      1        5       12.5      5.9293        5      20
    fl_z_rho                  14    14      1        5      0.495     0.39133        0    0.99
    fl_z_sig                  15    15      1        5      0.255     0.19369     0.01     0.5
    fl_z_wage_rho             16    16      1        5      0.495     0.39133        0    0.99
    fl_z_wage_sig             17    17      1        5      0.255     0.19369     0.01     0.5
    it_a_n                    18    18      1        5       1300      948.68      100    2500
    it_z_n                    19    19      1        5         15      7.9057        5      25