Test Wage and Savings Rate (Risky + Safe Asets + Two-Step + Interpolated + Percentage Distribution)

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

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_ipwkz_set_default_param(it_param_set);
support_map('bl_replacefile') = false;
support_map('bl_graph_onebyones') = true;
support_map('bl_display_graph_stats') = false;

% 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 = 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_ipwkz//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_ipwkz//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_ipwkz//test/ff_ipwkz_ds_vecsv/mat/
pos = 44 ; key = st_mat_test_prefix ; val = 
pos = 45 ; key = st_mat_test_suffix ; val = _g34_cc_t2l30
pos = 46 ; key = st_matimg_path_root ; val = C:/Users/fan/CodeDynaAsset//m_ipwkz/
pos = 47 ; key = st_profile_name_main ; val = _default
pos = 48 ; key = st_profile_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkz//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: 43
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 3 ; key = cl_st_param_keys ; val = fl_w
pos = 42 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 43 ; key = st_model ; val = ipwkz
----------------------------------------
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_loglin                   1     2           0
    fl_Amean                    2     4           1
    fl_a_max                    3     5          50
    fl_a_min                    4     6           0
    fl_alpha                    5     7        0.36
    fl_b_bd                     6     8           0
    fl_beta                     7     9        0.94
    fl_c_min                    8    10        0.02
    fl_coh_interp_grid_gap      9    11         0.1
    fl_crra                    10    12         1.5
    fl_delta                   11    13        0.08
    fl_k_max                   12    14          50
    fl_k_min                   13    15           0
    fl_loglin_threshold        14    16           1
    fl_nan_replace             15    17       -9999
    fl_r_borr                  16    18       0.095
    fl_r_save                  17    19       0.025
    fl_tol_dist                18    20       1e-05
    fl_tol_pol                 19    21       1e-05
    fl_tol_val                 20    22       1e-05
    fl_w                       21    23     0.44365
    fl_w_interp_grid_gap       22    24         0.1
    fl_w_max                   23    25          50
    fl_w_min                   24    26           0
    fl_z_mu                    25    27           0
    fl_z_rho                   26    28         0.8
    fl_z_sig                   27    29         0.2
    it_a_n                     28    30         750
    it_ak_perc_n               29    31          50
    it_c_interp_grid_gap       30    32      0.0001
    it_maxiter_dist            31    33        1000
    it_maxiter_val             32    34         250
    it_size_type               33    35           2
    it_st_simu_type_g_seed     34    36         123
    it_st_simu_type_g_simun    35    37          20
    it_tol_pol_nochange        36    38          25
    it_trans_power_dist        37    39        1000
    it_w_perc_n                38    40          50
    it_z_n                     39    41          15

----------------------------------------
----------------------------------------
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    3.9018     2.743     'cl_mt_val'        'fl_w'             3               1           0.025       0.70301      -202.27    15.458      0         0.082649    0.91735    -1.7505e-18     2.1758e-12     -5.4263      -2.9732    -0.80108    0.31639    1.0866    1.6244    2.1245    2.9474    4.0125    5.0324    5.7865    6.2197    6.7205    7.3465    8.2481    9.8564    11.438         7.5239                1                 8.4714             0.87859               1.3976               0.34969                5.8107               0.89319                1.2631               0.95938           -0.0016516      -0.01065     -0.027331    -0.029485    -0.020094    -0.0025159    0.023036     0.086806      0.22377      0.39484      0.53506      0.61033      0.69258      0.78245      0.88179       0.9729       0.99695  
    cl_mt_val_p1v2     0.071429    4.7044     2.493     'cl_mt_val'        'fl_w'             3               2           0.025       0.52992      -24.899    15.667      0         0.034697     0.9653    -6.7084e-34     2.5468e-12     -3.4256       -1.378     0.49966     1.4429    2.0931     2.623    3.0631     3.818    4.7641    5.7236    6.4047    6.8048    7.2691    7.8648    8.6972    10.235    11.737         6.2148                1                 7.5582             0.88351               1.1598               0.33994                5.2425               0.89831                1.1559               0.96139          -0.00087574    -0.0049098    -0.0068865    0.0042917     0.023181      0.048706    0.080019        0.155      0.28922       0.4569      0.58539      0.65497      0.73012      0.81014      0.89781      0.97683       0.99741  
    cl_mt_val_p1v3      0.14286    5.4517    2.2772     'cl_mt_val'        'fl_w'             3               3           0.025       0.41771       -12.99    15.874      0        0.0094801    0.99052     7.0274e-35     1.5186e-12     -1.5489    0.0090854      1.6549     2.4863    3.0791    3.5591    3.9562    4.5792    5.4646    6.3623     7.007    7.3822    7.8015    8.3516    9.1452    10.602    12.031         5.1858                1                 6.7787              0.8874              0.97486               0.33131                4.7425               0.90202                1.0613               0.96339          -0.00043578    -0.0013458     0.0064878     0.025285     0.051114      0.081802     0.11755      0.19598       0.3349      0.49716      0.61923       0.6854      0.75471      0.82864      0.90811      0.97939       0.99771  
    cl_mt_val_p1v4      0.21429    6.1354    2.0949     'cl_mt_val'        'fl_w'             3               4           0.025       0.34145      -7.6351    16.067      0        0.0013729    0.99863     7.7097e-35     1.0453e-12    -0.14227       1.2264      2.6855      3.435    3.9545    4.3598    4.7419     5.338    6.1556    6.9598    7.5615    7.9047    8.3088    8.8138    9.5737    10.943    12.299         4.3887                1                 6.1301             0.89099              0.82259               0.32178                4.3274               0.90558               0.98014                0.9646          -0.00010125     0.0010099      0.015676     0.039904     0.071364       0.10459     0.14505      0.22408      0.36365      0.52541      0.64202      0.70561      0.77104        0.841      0.91537       0.9812       0.99793  
    cl_mt_val_p1v5      0.28571     6.777    1.9323     'cl_mt_val'        'fl_w'             3               5           0.025       0.28512      -4.5521    16.254      0       1.7726e-05    0.99998    -7.4189e-35     1.4744e-12      1.0977       2.3209      3.5934     4.2805    4.7514    5.1436     5.452    6.0346     6.759    7.5094    8.0835    8.4148    8.7917    9.2623    9.9758     11.28    12.569         3.7336                1                 5.5535             0.89403              0.69634               0.31223                3.9502                0.9086               0.90691               0.96524           0.00011754     0.0028746      0.021351     0.051817       0.0838       0.12366     0.16003      0.24426      0.38625      0.54521       0.6603       0.7205       0.7834      0.84999      0.92074      0.98257       0.99809  
    cl_mt_val_p1v6      0.35714    7.3764    1.7896     'cl_mt_val'        'fl_w'             3               6           0.025       0.24261      -2.3505     16.43      0      -1.0703e-33          1      9.693e-35    -1.9945e-34      2.1983       3.2915      4.4661     5.0701    5.5024    5.8532    6.1543    6.6461    7.3576    8.0624    8.5928    8.8865    9.2457    9.6901    10.366    11.596    12.839         3.2026                1                 5.0643             0.89674              0.59644               0.30346                3.6258                0.9109               0.84211               0.96612            0.0002662     0.0038777      0.026329     0.058484     0.095055        0.1355     0.17412      0.26137      0.40288      0.56128      0.67229       0.7314      0.79367      0.85784      0.92475      0.98353       0.99822  
    cl_mt_val_p1v7      0.42857    7.9353    1.6661     'cl_mt_val'        'fl_w'             3               7           0.025       0.20996     -0.61115    16.596      0      -8.2448e-36          1     2.7332e-36     2.0739e-13       3.209       4.1709       5.239     5.7924    6.2073    6.5142    6.7903     7.252    7.9169    8.5744    9.0575     9.334    9.6772    10.094    10.733    11.907    13.089         2.7759                1                 4.6481              0.8994              0.51497               0.29521                3.3468               0.91338               0.78642               0.96633           0.00037558     0.0048032      0.030455      0.06417      0.10273       0.14304     0.18652      0.27383      0.41716       0.5735      0.68373       0.7413      0.80123       0.8627      0.92806       0.9844       0.99831  
    cl_mt_val_p1v8          0.5    8.4452    1.5599     'cl_mt_val'        'fl_w'             3               8           0.025        0.1847      0.83958    16.753      0                0          1    -1.0485e-34     1.1483e-13      4.0994       5.0483      5.9468     6.4589    6.8289    7.1269    7.3614    7.8117    8.3996    9.0266     9.485    9.7608    10.073    10.473    11.087    12.201    13.327         2.4332                1                 4.3007             0.90173              0.44836               0.28771                3.1142               0.91558               0.73815               0.96613           0.00049682     0.0055022      0.033023     0.070603      0.11029         0.152     0.19296      0.28268      0.42605      0.58555      0.69169      0.74872      0.80671      0.86715      0.93053      0.98504       0.99839  
    cl_mt_val_p1v9      0.57143    8.9452    1.4554     'cl_mt_val'        'fl_w'             3               9           0.025        0.1627       2.0823    16.916      0                0          1     3.0521e-34     3.5075e-14      4.9599       5.7877      6.6116     7.1053    7.4373    7.7025    7.9234    8.3453    8.8977    9.4793    9.9203    10.155    10.454    10.856    11.423    12.482    13.569         2.1182                1                 3.9432             0.90333              0.38892               0.27943                 2.865               0.91673                0.6893                0.9666            0.0005461     0.0063519      0.035004     0.072798      0.11485       0.15648     0.19959      0.29076      0.43814      0.58906      0.70057      0.75393      0.81237      0.87054      0.93282       0.9855       0.99845  
    cl_mt_val_p1v10     0.64286    9.4043    1.3739     'cl_mt_val'        'fl_w'             3              10           0.025       0.14609       3.1793    17.084      0                0          1    -5.0836e-35     1.2345e-14      5.6762       6.4071      7.2254     7.6731    7.9592    8.2118    8.4399     8.848    9.3726    9.8999    10.314    10.554    10.828    11.199     11.75    12.774    13.813         1.8875                1                  3.681             0.90531              0.34011               0.27196                2.6868               0.91838                0.6541               0.96666           0.00061082     0.0067515      0.036009     0.076549      0.11716       0.16084      0.2046      0.29818      0.44353       0.5957      0.70508      0.75819      0.81485       0.8734      0.93442      0.98605        0.9985  
    cl_mt_val_p1v11     0.71429    9.8348    1.2922     'cl_mt_val'        'fl_w'             3              11           0.025       0.13139       4.1339    17.227      0                0          1    -1.5188e-34     1.3072e-15      6.4089       7.0901      7.7961      8.207    8.5081    8.7107    8.9431    9.2769     9.775    10.305    10.678    10.916    11.184    11.533    12.056     13.03    14.018         1.6699                1                 3.4172             0.90686              0.29816                0.2648                2.5043               0.91954               0.61477               0.96626           0.00065136     0.0074423      0.038538     0.079317      0.12296       0.16494     0.21458      0.30256      0.44834      0.60241      0.70782      0.76301      0.81817      0.87616      0.93594       0.9863       0.99855  
    cl_mt_val_p1v12     0.78571    10.254    1.2216     'cl_mt_val'        'fl_w'             3              12           0.025       0.11914       5.0004    17.376      0                0          1     4.5679e-36     4.3072e-16      7.0421       7.6732      8.3306      8.716    8.9836    9.1915    9.3911    9.7319    10.194    10.698    11.059     11.27    11.536    11.859    12.363    13.292    14.241         1.4924                1                 3.2033             0.90889              0.26444               0.25758                2.3551               0.92128                0.5838               0.96637           0.00068392     0.0074453      0.039395     0.081524      0.12352       0.16864     0.21326      0.30653      0.45352      0.60865      0.71104      0.76565      0.82128       0.8785      0.93727      0.98664       0.99858  
    cl_mt_val_p1v13     0.85714    10.624      1.16     'cl_mt_val'        'fl_w'             3              13           0.025       0.10918       5.7726    17.509      0                0          1     3.3516e-35     8.7107e-16       7.617        8.193      8.8182     9.1777    9.4093     9.626    9.7924    10.129    10.575    11.031     11.38    11.593    11.842    12.159    12.623    13.525    14.446         1.3456                1                 3.0181             0.91058              0.23536                0.2518                2.2267               0.92254               0.55607               0.96575            0.0007169     0.0075679      0.040181     0.082385      0.12617       0.17366     0.21678      0.31303      0.45961      0.61294      0.71438      0.76902      0.82382       0.8798      0.93803      0.98693       0.99862  
    cl_mt_val_p1v14     0.92857    11.002    1.0968     'cl_mt_val'        'fl_w'             3              14           0.025      0.099693       6.4865    17.648      0                0          1      5.615e-35    -6.5208e-36      8.1903       8.7107      9.2861     9.6241    9.8477    10.068    10.223    10.526    10.949    11.382    11.716     11.92    12.149    12.447    12.903    13.764    14.648          1.203                1                 2.8166             0.91197              0.20704               0.24348                2.0833               0.92374               0.52626               0.96569            0.0007906     0.0078123      0.040993     0.083747      0.12859       0.17428     0.21959      0.31915      0.46261      0.61512      0.71759      0.77277      0.82613      0.88181      0.93926      0.98719       0.99864  
    cl_mt_val_p1v15           1    11.359    1.0436     'cl_mt_val'        'fl_w'             3              15           0.025      0.091873       7.1516    17.791      0                0          1    -8.0573e-35      2.261e-16      8.7095       9.1957      9.7392     10.038    10.267    10.457    10.606    10.906    11.309    11.705    12.037    12.218    12.447    12.742    13.173    14.004    14.847          1.089                1                 2.6562             0.91332              0.18449               0.23717                1.9701               0.92477                0.5016               0.96488           0.00076264     0.0084697      0.043791      0.08542      0.13027       0.17715     0.22218      0.31691      0.46626      0.61592      0.72087      0.77395      0.82834      0.88343      0.93981      0.98744       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.403    0.47997    'cl_mt_pol_c'       'fl_w'             3               1           0.025       0.34211              0    7.0021    -5.2784e-18      0        1      -5.2784e-18    -1.4602e-36    0.43012    0.57363    0.73736    0.85248    0.91781    0.98568    1.0463    1.1639    1.3335    1.5333    1.6918    1.7849    1.9028    2.0516    2.2882    2.7631     3.322         1.2631             0.95938              1.6209             0.96072              0.31431               0.44945                1.0762               0.94541               0.23037                  1             0.00035659    0.0038724    0.022741    0.054516     0.083793      0.11792      0.15282      0.23183      0.36861      0.52016      0.63728      0.69735      0.76245      0.83202      0.90823      0.97871       0.99749  
    cl_mt_pol_c_p1v2     0.071429    1.4691    0.48229    'cl_mt_pol_c'       'fl_w'             3               2           0.025       0.32829     7.1429e-05    7.0109              0      0        1       8.1268e-34     6.0165e-35    0.51209    0.64588    0.79484    0.90957    0.97803     1.0579    1.1112    1.2229    1.4043    1.5943    1.7536    1.8432    1.9714    2.1277    2.3616    2.8397    3.3925         1.1559             0.96139              1.5924             0.96216              0.28851                0.4371                1.0713               0.94884               0.23261                  1             0.00040491    0.0046819    0.025107    0.054182     0.090406      0.12485      0.16087      0.23842      0.37334      0.52406      0.63796      0.70024      0.76583      0.83643       0.9104      0.97923       0.99756  
    cl_mt_pol_c_p1v3      0.14286    1.5377    0.48375    'cl_mt_pol_c'       'fl_w'             3               3           0.025        0.3146       0.052516    7.0197              0      0        1       1.1726e-36     1.5186e-12    0.57093    0.71093    0.87331    0.96548     1.0447     1.1302    1.1835    1.2901    1.4653    1.6586    1.8308    1.9269    2.0397    2.1976    2.4457    2.9155    3.4878         1.0613             0.96339              1.5628             0.96307              0.26665               0.42661                1.0621               0.95095               0.23401                  1             0.00038148    0.0046876    0.027993    0.055191     0.088673      0.12806      0.16636      0.24597      0.37676      0.53334       0.6463      0.70543      0.76768      0.83838       0.9112      0.97995       0.99761  
    cl_mt_pol_c_p1v4      0.21429     1.606    0.48504    'cl_mt_pol_c'       'fl_w'             3               4           0.025       0.30201        0.11369    7.0285              0      0        1      -5.5086e-35     -1.243e-34    0.63149    0.77888    0.92627     1.0365     1.1185     1.2024    1.2558    1.3623    1.5285    1.7253    1.8975    1.9928    2.1086    2.2588    2.5069    2.9953    3.5517        0.98014              0.9646              1.5361             0.96431              0.24592               0.41549                1.0549               0.95349               0.23526                  1             0.00045689    0.0048819    0.026374    0.057886      0.09165      0.13218      0.16808      0.24992      0.38548      0.53573       0.6498      0.70826      0.77082      0.83915      0.91337      0.97992        0.9977  
    cl_mt_pol_c_p1v5      0.28571    1.6753    0.48626    'cl_mt_pol_c'       'fl_w'             3               5           0.025       0.29024         0.1865    7.0373              0      0        1      -2.5585e-34     1.4744e-12    0.69419    0.84199     1.0042     1.1091     1.1936     1.2551    1.3165    1.4346    1.6019    1.8027    1.9642    2.0626    2.1847    2.3357    2.5819    3.0639    3.6291        0.90691             0.96524              1.5092             0.96548              0.22719                0.4048                1.0456               0.95568               0.23645                  1             0.00041738    0.0049966    0.028204    0.063123      0.10199      0.13095      0.17526      0.25505      0.39321      0.54041      0.65399      0.71527      0.77599      0.84138      0.91464      0.98025       0.99774  
    cl_mt_pol_c_p1v6      0.35714    1.7454    0.48707    'cl_mt_pol_c'       'fl_w'             3               6           0.025       0.27906        0.25495    7.0461              0      0        1       2.4005e-34     5.0078e-35     0.7977    0.91635     1.0638     1.1682     1.2635      1.329    1.3946    1.5068    1.6667    1.8624    2.0309    2.1293    2.2523    2.4119    2.6522    3.1479    3.7066        0.84211             0.96612              1.4856             0.96652              0.21152               0.39542                1.0369               0.95708               0.23723                  1             0.00047906    0.0052298    0.028998    0.062249      0.10021      0.13611       0.1792      0.25457      0.39168      0.54341      0.65629      0.71842      0.77896      0.84443      0.91558      0.98063       0.99777  
    cl_mt_pol_c_p1v7      0.42857    1.8163    0.48846    'cl_mt_pol_c'       'fl_w'             3               7           0.025       0.26893         0.3234    7.0549              0      0        1      -9.1831e-36    -4.5938e-36    0.87083    0.99362     1.1524     1.2541     1.3322      1.391    1.4507    1.5759    1.7456    1.9296    2.1017    2.1943     2.319    2.4849    2.7342    3.2266    3.8004        0.78642             0.96633              1.4665             0.96792              0.19808               0.38732                1.0299                0.9587               0.23859                  1             0.00061702    0.0060003    0.032443    0.062831      0.10084      0.13689      0.17572      0.25855      0.39724      0.55017      0.65945      0.71727      0.78081      0.84599      0.91669      0.98095       0.99787  
    cl_mt_pol_c_p1v8          0.5    1.8852    0.48981    'cl_mt_pol_c'       'fl_w'             3               8           0.025       0.25981        0.39766    7.0637              0      0        1      -2.8129e-34    -7.8107e-35    0.94476     1.0637     1.2155     1.3222     1.3998     1.4735    1.5311    1.6379    1.8066    2.0074    2.1644    2.2641    2.3908    2.5571     2.804    3.3028     3.871        0.73815             0.96613              1.4516             0.96928              0.18594               0.37998                1.0258               0.96042               0.23991                  1             0.00080356    0.0066953    0.032483    0.067069      0.10368      0.13799       0.1847       0.2648      0.40001      0.55578      0.66116      0.71999      0.78219      0.84762      0.91849      0.98158       0.99784  
    cl_mt_pol_c_p1v9      0.57143     1.957    0.48998    'cl_mt_pol_c'       'fl_w'             3               9           0.025       0.25038        0.44283    8.2417              0      0        1      -6.4638e-34     3.5075e-14    0.97684     1.1338     1.2975     1.3892     1.4662     1.5366    1.5957    1.7113    1.8906      2.08     2.249    2.3364     2.458    2.6247    2.8806    3.3789    3.9534         0.6893              0.9666              1.4251             0.96973              0.17391               0.37115                1.0111                 0.961               0.24008                  1             0.00051509    0.0057135    0.031642    0.069983      0.10165      0.14309      0.18815      0.26929       0.4078      0.55526      0.66422      0.72314      0.78386      0.85034      0.92036       0.9817       0.99789  
    cl_mt_pol_c_p1v10     0.64286    2.0234    0.49251    'cl_mt_pol_c'       'fl_w'             3              10           0.025       0.24341          0.472     8.252              0      0        1        2.058e-34     1.2345e-14     1.0547      1.189     1.3499      1.455      1.526     1.6103    1.6518    1.7828    1.9483    2.1376    2.3064    2.4086    2.5358    2.6914    2.9417    3.4551    4.0295         0.6541             0.96666              1.4148             0.97065               0.1625               0.36247                1.0097               0.96278               0.24257                  1             0.00076373    0.0064994    0.031257    0.075707      0.10399      0.14145      0.18196      0.26737      0.41139       0.5567      0.66871      0.72471       0.7907      0.85039      0.92029      0.98198       0.99793  
    cl_mt_pol_c_p1v11     0.71429    2.0943    0.49235    'cl_mt_pol_c'       'fl_w'             3              11           0.025       0.23509        0.52445    8.2622              0      0        1      -4.1632e-34     1.3072e-15     1.1354     1.2661     1.4235     1.5216     1.6055     1.6751    1.7365     1.847    2.0028    2.2159    2.3743    2.4702    2.6136     2.769    3.0184    3.5309    4.1057        0.61477             0.96626              1.3952             0.97179              0.15286               0.35631               0.99994               0.96366               0.24241                  1             0.00078757    0.0069681     0.03232    0.071855      0.10466      0.14635      0.18816      0.27156      0.40915      0.57091      0.66982      0.72939      0.79427      0.85164      0.92059      0.98193       0.99795  
    cl_mt_pol_c_p1v12     0.78571    2.1664    0.49452    'cl_mt_pol_c'       'fl_w'             3              12           0.025       0.22827        0.57689    8.2725              0      0        1       8.9102e-36     4.3072e-16     1.2195     1.3432     1.4971     1.5897     1.6716     1.7437    1.7996    1.9101    2.0917    2.2882    2.4529     2.548     2.668    2.8349    3.0955     3.612    4.1906         0.5838             0.96637              1.3878             0.97275              0.14506               0.34906               0.99823               0.96464               0.24455                  1              0.0011633    0.0070231     0.03396    0.073053      0.11037      0.15327      0.19076      0.27252      0.41567      0.56553      0.67713      0.73295      0.79066      0.85399      0.92256      0.98225         0.998  
    cl_mt_pol_c_p1v13     0.85714    2.2345    0.49636    'cl_mt_pol_c'       'fl_w'             3              13           0.025       0.22214        0.64679    8.2827              0      0        1       -6.821e-35     8.7107e-16     1.3036     1.4018     1.5707     1.6598     1.7417     1.8103    1.8639    1.9732    2.1478    2.3444    2.5111    2.6254    2.7406    2.9127    3.1708    3.6836    4.2777        0.55607             0.96575              1.3814             0.97404               0.1371               0.34278               0.99797               0.96629               0.24638                  1             0.00084364    0.0063533    0.041194    0.075159      0.10953      0.14816      0.18869      0.27877       0.4177      0.56563      0.67435      0.73125      0.79185      0.85691      0.92279      0.98245       0.99805  
    cl_mt_pol_c_p1v14     0.92857    2.3079    0.49686    'cl_mt_pol_c'       'fl_w'             3              14           0.025       0.21528         0.7196     8.293              0      0        1       1.1845e-35      3.219e-35     1.3431     1.4859     1.6324     1.7302     1.8162      1.889    1.9547    2.0628    2.2366    2.4332    2.5889    2.6954    2.8184    2.9883    3.2486    3.7701    4.3547        0.52626             0.96569              1.3637             0.97469              0.12901                0.3349               0.98783               0.96687               0.24687                  1             0.00063124    0.0078391    0.034788    0.074746      0.11257      0.15195       0.2038      0.28015      0.41817      0.57645       0.6786      0.73865      0.79516      0.85697      0.92391      0.98283       0.99808  
    cl_mt_pol_c_p1v15           1    2.3771    0.49815    'cl_mt_pol_c'       'fl_w'             3              15           0.025       0.20956        0.75459    8.3032              0      0        1      -6.1659e-35    -1.9206e-34     1.4307     1.5517     1.7095     1.8038     1.8819     1.9521    2.0213    2.1363    2.2964    2.5052    2.6532    2.7644    2.8873    3.0496    3.3264    3.8368    4.4309         0.5016             0.96488              1.3548             0.97588               0.1221               0.32881               0.98456               0.96814               0.24816                  1             0.00089477    0.0069552    0.040822    0.078453      0.11176      0.15042      0.20381      0.28721      0.42633      0.58057      0.67897      0.74035      0.79715      0.85691      0.92557      0.98291       0.99807  

                           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    4.8036    2.3717    'cl_mt_pol_k'       'fl_w'             3               1           0.025       0.49375            0    22.024    -5.2784e-18      0        1      -5.2784e-18    2.9301e-10    0.90276    1.3582    1.9116    2.2792    2.5733    2.8713    3.0973    3.6269    4.3608    5.2077    6.0527    6.3042    7.1676    7.6455    9.0706    12.809    17.752         5.8107             0.89319              7.4998             0.89958              0.79845               0.23105                5.6251                  1                   1.0762               0.94541          0.00016889    0.0026369     0.01663    0.038461     0.064721     0.095308      0.12384      0.19696      0.31783      0.46675      0.58313      0.64628      0.72009      0.79349      0.88185      0.97018       0.99607  
    cl_mt_pol_k_p1v2     0.071429    4.7519     2.341    'cl_mt_pol_k'       'fl_w'             3               2           0.025       0.49264     0.071286    21.983              0      0        1       8.1268e-34    6.9882e-11    0.96167    1.3689    1.9095    2.3316    2.5619    2.8462    3.0723    3.6052    4.3608     5.192    5.9476    6.2787    7.0394    7.6154    9.0186    12.785    17.138         5.2425             0.89831              7.2865             0.90706              0.73512               0.22946                5.4801                  1                   1.0713               0.94884          0.00020873    0.0025234    0.017214    0.040852        0.065     0.096019      0.12468      0.19852      0.32241      0.46904      0.58194      0.64722      0.71627      0.79315      0.88263      0.96963       0.99605  
    cl_mt_pol_k_p1v3      0.14286    4.7103    2.3088    'cl_mt_pol_k'       'fl_w'             3               3           0.025       0.49016      0.07281    22.013              0      0        1       7.0274e-35    9.9714e-11    0.97679    1.4004    1.9045    2.3178    2.5989    2.8251     3.095    3.5603    4.2636    5.1546     5.853    6.2789    6.8619    7.5603     9.017    12.759    17.031         4.7425             0.90202              7.0729             0.91326              0.68023               0.22802                5.3306                  1                   1.0621               0.95095          0.00019491    0.0028728    0.017169    0.040554     0.067547     0.094793      0.12595      0.20106      0.32115      0.46774      0.58327      0.64806      0.71872      0.79399      0.88252      0.96958       0.99611  
    cl_mt_pol_k_p1v4      0.21429    4.6708     2.281    'cl_mt_pol_k'       'fl_w'             3               4           0.025       0.48836       0.1005    22.001              0      0        1      -5.5086e-35    5.1246e-11     1.0153    1.4019    1.9046     2.301     2.579    2.7977     3.074    3.5125    4.2418    5.0831    5.7531    6.2816    6.8109    7.5326    9.0079    12.672    16.755         4.3274             0.90558              6.8864             0.91925              0.62844               0.22578                 5.203                  1                   1.0549               0.95349          0.00022795    0.0028864    0.017616    0.040363     0.069725     0.098117       0.1264      0.19774      0.32064      0.46954       0.5859      0.64763       0.7181      0.79411      0.88251      0.97003       0.99605  
    cl_mt_pol_k_p1v5      0.28571    4.6398      2.25    'cl_mt_pol_k'       'fl_w'             3               5           0.025       0.48493     0.099114    22.044              0      0        1      -2.5585e-34    6.8809e-12     1.0576     1.447    1.9446    2.2816     2.559    2.8209    3.0451    3.4919    4.2068    4.9885    5.7314    6.2542    6.7136    7.5314    8.9879    12.485    16.564         3.9502              0.9086              6.6871              0.9245              0.57895               0.22294                5.0625                  1                   1.0456               0.95568          0.00026034    0.0030579    0.017801    0.042552     0.067931     0.096352      0.12812      0.19933      0.32522      0.47069      0.59055      0.64869      0.71931      0.79461      0.88275      0.96989        0.9961  
    cl_mt_pol_k_p1v6      0.35714    4.6189    2.2242    'cl_mt_pol_k'       'fl_w'             3               6           0.025       0.48155      0.10209    22.005              0      0        1       2.4005e-34    1.0887e-10     1.0998    1.4441    1.9977    2.3245    2.5993    2.8015    3.0806    3.4714    4.1862    5.0409     5.629    6.2386    6.6164    7.5237    8.9678     12.15    16.219         3.6258              0.9109              6.5198             0.92886              0.53575               0.21932                4.9472                  1                   1.0369               0.95708           0.0002474    0.0028223    0.020668    0.042874     0.075053     0.098609      0.12919      0.20023      0.32873      0.47947      0.58702      0.65267      0.72035      0.79627      0.88302      0.96986       0.99612  
    cl_mt_pol_k_p1v7      0.42857    4.6049    2.1992    'cl_mt_pol_k'       'fl_w'             3               7           0.025       0.47758      0.10507    22.036              0      0        1      -9.1831e-36    1.6113e-11     1.1599    1.4877    1.9805    2.3057    2.5799    2.8495    3.0517    3.4913    4.1657     4.952    5.6079    6.1961    6.5947    7.5014    8.9491    12.127    16.113         3.3468             0.91338              6.3637             0.93285              0.49717               0.21592                4.8366                  1                   1.0299                0.9587          0.00036802    0.0029118    0.020612    0.043376     0.070095      0.10375      0.13126      0.20439        0.326      0.47311      0.59079      0.65422      0.72036      0.79625      0.88328      0.97024       0.99614  
    cl_mt_pol_k_p1v8          0.5    4.5727    2.1805    'cl_mt_pol_k'       'fl_w'             3               8           0.025       0.47686      0.10223    22.023              0      0        1      -2.8129e-34    3.6909e-12     1.1578    1.5397    1.9604    2.2789    2.5956    2.8099    3.0713    3.4368    4.1108    4.9314    5.5748    6.1014     6.469    7.5053    8.9288    12.025    15.927         3.1142             0.91558              6.2467             0.93695              0.46633               0.21407                4.7546                  1                   1.0258               0.96042          0.00037469    0.0039068     0.01884    0.042803     0.069622       0.1037      0.13382      0.20434      0.32462      0.47872      0.58824      0.65296      0.72124      0.79657      0.88363      0.97033       0.99609  
    cl_mt_pol_k_p1v9      0.57143    4.5673    2.1474    'cl_mt_pol_k'       'fl_w'             3               9           0.025       0.47016      0.10521    22.047              0      0        1       7.0405e-34    2.7542e-11     1.1529    1.5274    2.0041    2.3874    2.5968    2.8565    3.0525    3.4848    4.1458    4.9109    5.4827    6.0803    6.4835    7.4772    8.8181     11.85     15.74          2.865             0.91673              6.0523             0.93971                 0.43               0.20939                4.6112                  1                   1.0111                 0.961          0.00025615    0.0036051    0.019093    0.048709     0.070369      0.10569      0.13457      0.20829      0.33494      0.48171      0.59187      0.65437       0.7222      0.79843      0.88547      0.97046       0.99611  
    cl_mt_pol_k_p1v10     0.64286    4.5236    2.1294    'cl_mt_pol_k'       'fl_w'             3              10           0.025       0.47074      0.10528    22.058              0      0        1      -4.6003e-35    2.6673e-12     1.1908    1.5123    1.9796    2.2929    2.5993    2.8125    3.0338    3.4259    4.0721    4.8203    5.4622    5.9626    6.3915    7.3826    8.7795    11.672    15.563         2.6868             0.91838              5.9485              0.9439              0.40426               0.20856                4.5345                  1                   1.0097               0.96278          0.00035862    0.0031978    0.020297    0.043298     0.071157      0.10634       0.1343      0.20524      0.33163      0.47922       0.5926      0.65358      0.72374      0.80074      0.88392      0.97064       0.99614  
    cl_mt_pol_k_p1v11     0.71429    4.5103    2.1075    'cl_mt_pol_k'       'fl_w'             3              11           0.025       0.46727      0.11698    22.037              0      0        1      -1.2869e-34    2.6592e-13     1.1815    1.5516    2.0218    2.3365    2.5821    2.8268    3.0475    3.4072    4.0527    4.8003    5.4253     5.942    6.3634    7.3614    8.6848    11.572    15.548         2.5043             0.91954              5.8187             0.94681              0.37711               0.20536                4.4416                  1                  0.99994               0.96366          0.00028552    0.0038002    0.020557    0.043978     0.070883      0.10107       0.1384      0.20611      0.32976      0.47962      0.59655        0.654      0.72247      0.80084       0.8852      0.97002       0.99614  
    cl_mt_pol_k_p1v12     0.78571    4.5074    2.0926    'cl_mt_pol_k'       'fl_w'             3              12           0.025       0.46426      0.12868    22.034              0      0        1       4.5679e-36    3.7588e-12     1.2689    1.5321     1.993    2.3603    2.6254    2.8394    3.0294    3.4537     4.042    4.8422    5.4053    5.9609    6.3626    7.3403    8.5902    11.473    15.528         2.3551             0.92128              5.7308             0.94924              0.35369               0.20112                4.3789                  1                  0.99823               0.96464          0.00056072    0.0031745    0.019618    0.047755     0.078256      0.10265      0.13444      0.21245      0.33276      0.48686      0.59748      0.65789      0.72304       0.7998      0.88645      0.97025       0.99615  
    cl_mt_pol_k_p1v13     0.85714    4.4751    2.0807    'cl_mt_pol_k'       'fl_w'             3              13           0.025       0.46495      0.15782    22.055              0      0        1       2.1956e-35    3.0618e-13     1.2532      1.57    2.0337    2.3432    2.5802    2.7916    3.0112    3.3911    4.0232    4.7554     5.362    5.8715    6.3576    7.1876    8.5691      11.3    15.524         2.2267             0.92254              5.6618             0.95234               0.3345               0.19951                4.3293                  1                  0.99797               0.96629           0.0005164    0.0034497    0.020836    0.045362      0.07375      0.10393      0.13432       0.2087      0.33838      0.47961      0.59113      0.65839      0.72445      0.79876      0.88766      0.97087       0.99617  
    cl_mt_pol_k_p1v14     0.92857    4.4807    2.0563    'cl_mt_pol_k'       'fl_w'             3              14           0.025       0.45892      0.17097    22.043              0      0        1        5.615e-35    1.7297e-13     1.2882    1.5972    2.0005    2.3605    2.6224    2.8353    3.0804    3.4362    4.0695    4.7888    5.3426    5.8515    6.3376    7.2386    8.5253    11.279    15.502         2.0833             0.92374              5.5259             0.95433              0.30979               0.19432                4.2282                  1                  0.98783               0.96687          0.00040774     0.003552    0.019846    0.048295     0.077035      0.10336      0.14661      0.20861      0.33271       0.4814      0.59543       0.6563      0.72513      0.80317      0.88525      0.97094       0.99616  
    cl_mt_pol_k_p1v15           1    4.4603    2.0415    'cl_mt_pol_k'       'fl_w'             3              15           0.025        0.4577      0.18412    22.031              0      0        1      -6.0911e-35    1.4857e-13     1.2681    1.6336    2.0399    2.4013    2.6126    2.8424    3.0201    3.4305    3.9879    4.7047     5.343    5.7951    6.3351    7.1465    8.3617    11.181    15.447         1.9701             0.92477              5.4433             0.95673              0.29105               0.19126                4.1676                  1                  0.98456               0.96814          0.00036348    0.0046793     0.02006    0.050224      0.07291      0.10933      0.13733      0.22151      0.33742      0.48192      0.59494      0.65694      0.72533      0.79954      0.88684      0.97043       0.99618  

                         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    6.7208    3.5152     'cl_mt_coh'        'fl_w'             3               1           0.025       0.52303            0    56.834    -5.2784e-18      0        1      -5.2784e-18    2.1758e-12    1.4033    1.9045    2.7064    3.2075    3.6085    3.9092    4.3101    4.9115    5.9139    7.1167    8.3195    9.0212    9.9233    11.226    13.532    18.844    25.861         8.4714             0.87859              12.356                1                  3.2357               0.63176                7.4998               0.89958                1.6209               0.96072          0.00031697    0.0026386    0.019588     0.04238     0.068879      0.09371      0.13149      0.19601      0.31562      0.45794      0.57973      0.64087      0.70831      0.78442      0.87633      0.96783       0.99573  
    cl_mt_coh_p1v2     0.071429    6.6841    3.4315     'cl_mt_coh'        'fl_w'             3               2           0.025       0.51339     0.071429    56.905              0      0        1       8.1268e-34    2.5468e-12    1.4747    1.9759    2.7778     3.279    3.5797    3.9806    4.2813    4.8827    5.8851    7.0879    8.1905    8.8921    9.7943    11.097    13.303    18.515    25.531         7.5582             0.88351              11.775                1                  2.8966               0.61678                7.2865               0.90706                1.5924               0.96216           0.0002683    0.0026876    0.020511    0.044629     0.066274     0.098648      0.12827      0.19438      0.31831      0.46464      0.57865       0.6411      0.70986      0.78851      0.87675      0.96794       0.99581  
    cl_mt_coh_p1v3      0.14286    6.6695    3.3544     'cl_mt_coh'        'fl_w'             3               3           0.025       0.50295      0.14286    56.976              0      0        1      -3.6933e-34    1.5186e-12    1.5462    2.1476    2.8492    3.3504    3.6511     4.052    4.3527    4.9542    5.8563    7.0591    8.1617    8.8633    9.7655    10.968    13.173    18.285    25.202         6.7787              0.8874              11.252                1                  2.6164               0.60366                7.0729               0.91326                1.5628               0.96307          0.00023262    0.0036906    0.021516    0.046642     0.069936      0.10515      0.13416      0.20564      0.32069      0.46791      0.58472      0.64819      0.71803      0.79016      0.87958       0.9687       0.99592  
    cl_mt_coh_p1v4      0.21429    6.6616    3.2842     'cl_mt_coh'        'fl_w'             3               4           0.025       0.49301      0.21429    57.048              0      0        1      -5.5086e-35    1.0453e-12    1.7178     2.219    2.9206    3.3216    3.7225    4.0232    4.3239    5.0256    5.9277    7.1305    8.1329    8.7343    9.6364    10.839    13.044    18.056    24.772         6.1301             0.89099              10.786                1                  2.3634               0.58974                6.8864               0.91925                1.5361               0.96431          0.00043083    0.0037968    0.021538      0.0429     0.072652      0.10077      0.13103      0.21177      0.32948      0.48232      0.59008      0.64599      0.71848      0.79159      0.88183      0.96927       0.99589  
    cl_mt_coh_p1v5      0.28571    6.6675    3.2147     'cl_mt_coh'        'fl_w'             3               5           0.025       0.48215      0.28571    57.119              0      0        1      -2.5585e-34    1.4744e-12    1.7892    2.2904    2.9921     3.393     3.794    4.0947    4.3954    4.9968    5.9991    7.1017    8.1041    8.7055    9.6076     10.81    12.915    17.827    24.442         5.5535             0.89403              10.335                1                  2.1383               0.57629                6.6871                0.9245                1.5092               0.96548          0.00037508    0.0036269     0.02128    0.044401     0.074024      0.10174      0.13427      0.20602       0.3413       0.4829      0.59317      0.64996      0.72187      0.79715      0.88343      0.96953       0.99595  
    cl_mt_coh_p1v6      0.35714     6.691    3.1558     'cl_mt_coh'        'fl_w'             3               6           0.025       0.47165      0.35714    57.191              0      0        1       2.4005e-34    5.0078e-35    1.8607    2.3619    3.0635    3.5647    3.8654    4.1661    4.4668    5.0682    5.9703    7.0729    8.0753    8.7769    9.5788    10.782    12.786    17.598    24.213         5.0643             0.89674              9.9589                1                  1.9535               0.56363                6.5198               0.92886                1.4856               0.96652          0.00029771    0.0033991    0.022198    0.050825     0.076638       0.1052      0.13914      0.21269      0.33569       0.4826      0.59446      0.66209      0.72446      0.80181      0.88412      0.96954       0.99603  
    cl_mt_coh_p1v7      0.42857    6.7255    3.1019     'cl_mt_coh'        'fl_w'             3               7           0.025       0.46121      0.42857    57.262              0      0        1      -9.1831e-36    2.0739e-13    2.0323    2.4333    3.1349    3.6361    3.9368    4.2375    4.5382    5.1396    6.0418    7.1443    8.0465    8.7481      9.55    10.653    12.657    17.469    23.984         4.6481              0.8994              9.6217                1                  1.7915               0.55162                6.3637               0.93285                1.4665               0.96792          0.00048044    0.0034018    0.022563    0.052029     0.075467      0.10589      0.14058      0.21554      0.34368      0.48898      0.59384      0.66185      0.72688      0.79796      0.88386      0.97045       0.99615  
    cl_mt_coh_p1v8          0.5    6.7406    3.0576     'cl_mt_coh'        'fl_w'             3               8           0.025       0.45361          0.5    57.334              0      0        1      -2.8129e-34    1.1483e-13    2.1038    2.6049    3.2064    3.6073    4.0082    4.3089    4.6097    5.2111    6.0129    7.1155    8.1179    8.7193    9.5212    10.624    12.628     17.34    23.755         4.3007             0.90173              9.3487                1                  1.6504               0.54028                6.2467               0.93695                1.4516               0.96928          0.00050255    0.0046625    0.022884    0.046787      0.07861      0.11146      0.14527      0.22369      0.33767      0.48607      0.60229      0.66349      0.73055      0.80033      0.88696      0.97075       0.99619  
    cl_mt_coh_p1v9      0.57143    6.7886    2.9993     'cl_mt_coh'        'fl_w'             3               9           0.025       0.44182      0.57143    57.405              0      0        1       7.2791e-34    3.5075e-14    2.1752    2.6764     3.378     3.779    4.0797    4.3804    4.6811    5.2825    6.0844     7.187    8.0891    8.6905    9.4924    10.595      12.6    17.211    23.525         3.9432             0.90333              8.9959                1                  1.5185               0.52939                6.0523               0.93971                1.4251               0.96973           0.0004269    0.0044256    0.026628    0.052459     0.077833      0.10882      0.14524      0.22421      0.34525       0.4955      0.60343      0.66361      0.73172      0.80294      0.88915      0.97127       0.99629  
    cl_mt_coh_p1v10     0.64286    6.7908    2.9595     'cl_mt_coh'        'fl_w'             3              10           0.025       0.43581      0.64286    57.476              0      0        1      -3.7396e-34    1.2345e-14    2.2466    2.7478    3.3492    3.8504    4.1511    4.4518    4.7525    5.2537    6.1558    7.1582    8.0603    8.6617    9.4636    10.566    12.471    16.981    23.296          3.681             0.90531              8.7587                1                  1.3953               0.51796                5.9485                0.9439                1.4148               0.97065          0.00046081    0.0048639    0.023759    0.054891     0.082174      0.11668      0.15209      0.22041      0.35369      0.49338      0.60393      0.66495      0.73308      0.80621      0.88886      0.97089       0.99624  
    cl_mt_coh_p1v11     0.71429    6.8328     2.916     'cl_mt_coh'        'fl_w'             3              11           0.025       0.42676      0.71429    57.548              0      0        1        -9.41e-34    1.3072e-15    2.3181    2.8192    3.4206    3.9218    4.2225    4.5232    4.8239    5.3251     6.127    7.2296    8.1317    8.7331    9.4348    10.537    12.442    16.952    23.067         3.4172             0.90686              8.5031                1                  1.2892               0.50739                5.8187               0.94681                1.3952               0.97179          0.00037347    0.0046608    0.023194     0.05536     0.082591      0.11548      0.15404      0.22377      0.34761      0.50464      0.61309      0.67188      0.73344      0.80706      0.89044      0.97201       0.99628  
    cl_mt_coh_p1v12     0.78571    6.8917    2.8851     'cl_mt_coh'        'fl_w'             3              12           0.025       0.41863      0.78571    57.619              0      0        1       2.3553e-35    4.3072e-16    2.4897    2.8907    3.5923    3.9932     4.294    4.5947    4.8954    5.3965    6.2987     7.301    8.2031    8.7043    9.5062    10.609    12.413    16.823    22.938         3.2033             0.90889              8.3236                1                   1.205               0.49699                5.7308               0.94924                1.3878               0.97275          0.00073512    0.0044464    0.027996    0.054874     0.082399      0.11657      0.15574      0.22501      0.36488      0.50619      0.61727      0.66881      0.73857      0.81104      0.89109      0.97186        0.9964  
    cl_mt_coh_p1v13     0.85714    6.9129    2.8573     'cl_mt_coh'        'fl_w'             3              13           0.025       0.41333      0.85714    57.691              0      0        1       6.0449e-35    8.7107e-16    2.5611    2.9621    3.5635    4.0647    4.3654    4.6661    4.9668     5.468    6.2699    7.2722    8.1743    8.7757    9.4774     10.58    12.384    16.795    22.809         3.0181             0.91058              8.1641                1                  1.1208               0.48684                5.6618               0.95234                1.3814               0.97404          0.00069092    0.0043596     0.02406    0.058342     0.087352      0.12234      0.16268      0.23456      0.35393      0.50161      0.61262      0.67557      0.73663      0.81095      0.89271       0.9727       0.99648  
    cl_mt_coh_p1v14     0.92857    6.9824    2.8159     'cl_mt_coh'        'fl_w'             3              14           0.025       0.40329      0.92857    57.762              0      0        1        1.325e-34    2.1814e-34    2.6326    3.0335    3.7352    4.1361    4.4368    4.7375    5.0382    5.5394    6.3413    7.3436    8.2458    8.8472    9.5488    10.551    12.355    16.666    22.579         2.8166             0.91197              7.9295                1                  1.0399               0.47632                5.5259               0.95433                1.3637               0.97469          0.00054623    0.0041173    0.028833    0.056522     0.084336      0.11908      0.15979      0.23385      0.35881      0.50634      0.61971      0.68131      0.74468      0.81116      0.89329       0.9728       0.99643  
    cl_mt_coh_p1v15           1    7.0191    2.7869     'cl_mt_coh'        'fl_w'             3              15           0.025       0.39705            1    57.834              0      0        1      -3.4135e-34     2.261e-16     2.704    3.2052    3.8066    4.2075    4.5082    4.8089    5.1097    5.6108    6.4127    7.4151    8.3172    8.8184      9.52    10.623    12.327    16.637     22.45         2.6562             0.91332              7.7669                1                 0.96881               0.46635                5.4433               0.95673                1.3548               0.97588          0.00049744    0.0059537    0.030325    0.057155      0.08656      0.12016      0.16358      0.24045      0.36428      0.51299      0.62693      0.68038      0.74266      0.81678      0.89377      0.97338       0.99648  

                       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.955    1.5988     'cl_mt_val'      'fl_r_save'          4               1         0.44365     0.20098      -0.2852    15.924      0       5.8446e-36      1       4.2747e-36    -1.0659e-36    3.3974    4.3367    5.3168    5.9019    6.2849    6.5817    6.8615    7.3126    7.9386    8.5617    9.0399    9.3122    9.6306    10.027    10.626    11.685    12.693         2.5562                1                 4.0557             0.90448              0.036686              0.094198               3.2604               0.89631               0.75864               0.95605          0.00043582    0.0049507    0.030026    0.066472      0.10621      0.14484      0.18931      0.27665      0.42143      0.57754      0.68647      0.74349      0.80323      0.86481      0.92926      0.98474       0.99837  
    cl_mt_val_p2v2     0.0042857    7.9586    1.6002     'cl_mt_val'      'fl_r_save'          4               2         0.44365     0.20107     -0.28503    16.012      0      -9.7664e-36      1      -5.5764e-35    -1.7613e-35    3.3985    4.3402    5.3275    5.9032    6.2863     6.583    6.8629    7.3139    7.9401    8.5633    9.0415    9.3138    9.6325    10.031    10.632    11.702     12.72         2.5606                1                 4.0779             0.90381              0.061043               0.11751               3.2579               0.89849               0.75895               0.95722          0.00043177    0.0053753    0.030001    0.066298      0.10601      0.14434      0.18922      0.27703      0.42103      0.57719      0.68616      0.74333      0.80264      0.86491      0.92962      0.98474       0.99837  
    cl_mt_val_p2v3     0.0085714    7.9687    1.6045     'cl_mt_val'      'fl_r_save'          4               3         0.44365     0.20135     -0.27985    16.119      0       -7.301e-37      1       7.5715e-36     8.3642e-36    3.4051    4.3446    5.3249    5.9102    6.2933      6.59    6.8699    7.3209    7.9473    8.5706    9.0522    9.3319    9.6417    10.052    10.647    11.732     12.77         2.5743                1                 4.1209              0.9031              0.098004               0.14438                3.262               0.90159               0.76088               0.95836          0.00043999    0.0049668    0.029752    0.066354      0.10581      0.14413      0.18888      0.27684      0.41976      0.57636      0.68546      0.74407      0.80271      0.86438      0.92937       0.9847       0.99836  
    cl_mt_val_p2v4      0.012857    7.9654    1.6105     'cl_mt_val'      'fl_r_save'          4               4         0.44365     0.20219     -0.29345     16.22      0      -7.2593e-36      1      -8.9447e-37     4.3983e-37    3.3899    4.3317    5.3189    5.8947    6.2778    6.5774    6.8545    7.3064    7.9576    8.5756    9.0595    9.3302    9.6546    10.049    10.659    11.749    12.828         2.5937                1                 4.1921              0.9023               0.15473               0.17658               3.2745               0.90508                0.7629               0.95972          0.00042792    0.0053269      0.0299    0.065705      0.10503      0.14496      0.18726      0.27634      0.41892      0.57489      0.68634      0.74371       0.8025      0.86428      0.92928      0.98471       0.99837  
    cl_mt_val_p2v5      0.017143     7.992    1.6182     'cl_mt_val'      'fl_r_save'          4               5         0.44365     0.20247     -0.28087     16.36      0      -6.4224e-36      1       -4.182e-36     7.0217e-38    3.4048    4.3466    5.3782    5.9102    6.2934    6.5957    6.8701    7.3222    7.9861    8.6038    9.0848     9.362    9.6786    10.093    10.703    11.813    12.913         2.6184                1                 4.2803             0.90123                 0.238               0.21364               3.2766               0.90843               0.76571               0.96207          0.00043263    0.0053149    0.030415    0.065238      0.10417      0.14611      0.18615       0.2751      0.41967       0.5758       0.6886       0.7428      0.80238       0.8645      0.92888       0.9847       0.99834  
    cl_mt_val_p2v6      0.021429    8.0105    1.6302     'cl_mt_val'      'fl_r_save'          4               6         0.44365     0.20351      -0.2824    16.499      0      -3.8041e-34      1       4.1064e-34    -1.0071e-33    3.4024    4.3443    5.3759    5.9355    6.2998    6.5936    6.8945    7.3677    7.9875    8.6064    9.0894    9.3904    9.7047    10.122    10.746    11.884    13.015         2.6575                1                 4.4164             0.90029               0.35886               0.25535               3.2864               0.91154               0.77107               0.96439          0.00042319    0.0052129    0.029922    0.066059      0.10351      0.14449      0.19068      0.27665      0.42287      0.57546      0.68529      0.74231      0.80214      0.86401      0.92875      0.98464       0.99833  
    cl_mt_val_p2v7      0.025714    8.0444    1.6476     'cl_mt_val'      'fl_r_save'          4               7         0.44365     0.20481      -0.2814    16.655      0       1.0746e-33      1       1.3908e-33     1.9785e-13    3.4029     4.345    5.3925    5.9442    6.3439    6.6464    6.8955    7.3705    8.0237    8.6453    9.1539    9.4296    9.7646    10.193    10.816    11.992    13.169         2.7146                1                 4.6188             0.89952               0.53867               0.30348               3.3017               0.91362               0.77839               0.96706          0.00041082    0.0050689    0.030714    0.065312      0.10602      0.14517      0.18696      0.27614      0.41806      0.57352      0.68403      0.74199      0.80134      0.86374      0.92865      0.98445       0.99832  
    cl_mt_val_p2v8          0.03    8.1023    1.6694     'cl_mt_val'      'fl_r_save'          4               8         0.44365     0.20604     -0.27262    16.833      0       1.0311e-34      1       1.0311e-34     3.5383e-12    3.4556    4.4393    5.4072    5.9849    6.3608    6.6971    6.9317    7.4285      8.08    8.6964    9.2095    9.4985     9.843    10.278    10.933     12.13    13.359         2.7869                1                 4.8848             0.89924               0.79375               0.35637               3.3024               0.91305               0.78861               0.97022          0.00041091    0.0050058    0.030603    0.066213      0.10387      0.14473      0.18546      0.27489      0.41858      0.57295      0.68345       0.7413      0.80248       0.8628      0.92805      0.98435       0.99831  
    cl_mt_val_p2v9      0.034286     8.179    1.7019     'cl_mt_val'      'fl_r_save'          4               9         0.44365     0.20809     -0.26617    17.027      0      -1.9776e-35      1      -1.9776e-35     2.4571e-11    3.5052     4.453    5.4424    6.0249     6.424     6.735    6.9919    7.4842    8.1359    8.8075    9.3115    9.6051    9.9471    10.403    11.074    12.327    13.601         2.8966                1                 5.2747             0.89995                 1.161               0.41346               3.3091               0.90839               0.80466               0.97357          0.00041294    0.0049409    0.029667    0.065277      0.10589      0.14595       0.1852      0.27516      0.41862      0.57309      0.68357       0.7406      0.80015      0.86243      0.92792      0.98425       0.99829  
    cl_mt_val_p2v10     0.038571    8.2679    1.7493     'cl_mt_val'      'fl_r_save'          4              10         0.44365     0.21157     -0.26659    17.228      0       3.7639e-35      1       3.7639e-35     2.8452e-10    3.5373     4.464    5.4883    6.0714    6.4688    6.7784    7.0589    7.5487    8.1947    8.8876    9.4176    9.7287    10.094     10.56    11.259    12.569    13.909           3.06                1                 5.8441             0.90158                1.7073               0.47842               3.3065               0.89686               0.83033               0.97677           0.0004974    0.0049731    0.030422      0.0646      0.10298      0.14473      0.18615      0.27495      0.41588      0.57089      0.68187       0.7397      0.79912      0.86142      0.92718       0.9841       0.99827  
    cl_mt_val_p2v11     0.042857    8.4181    1.8165     'cl_mt_val'      'fl_r_save'          4              11         0.44365     0.21579     -0.26099    17.448      0       6.3142e-35      1       6.3142e-35     9.6504e-10    3.5437     4.553    5.5716    6.1318    6.5563    6.8657    7.1443    7.6584     8.352    9.0462    9.6032    9.9316     10.32    10.808    11.555    12.933    14.328         3.2997                1                 6.7152             0.90532                 2.551               0.54982               3.2937               0.87387               0.87054               0.98027          0.00044149    0.0051962    0.029401    0.064297      0.10428      0.14214      0.18403      0.27575      0.41499      0.56896      0.67964      0.73814       0.7984      0.86041      0.92666      0.98392       0.99824  
    cl_mt_val_p2v12     0.047143    8.6445    1.9177     'cl_mt_val'      'fl_r_save'          4              12         0.44365     0.22185     -0.25466     17.68      0       2.4161e-35      1       2.4161e-35     4.5333e-09    3.5511    4.5786    5.6574    6.2503     6.679    6.9997     7.309    7.8144    8.5403    9.3044    9.8994    10.233    10.656     11.19    11.983    13.432    14.915         3.6777                1                 8.1236             0.91148                 3.934               0.62876               3.2513               0.83299               0.93837               0.98299          0.00038249    0.0048651     0.03042    0.064844      0.10176      0.14093      0.18553      0.27166       0.4132      0.56824      0.67712      0.73528      0.79566      0.85887      0.92568      0.98369       0.99822  
    cl_mt_val_p2v13     0.051429    9.0273    2.0785     'cl_mt_val'      'fl_r_save'          4              13         0.44365     0.23025      -0.2465    17.929      0       1.3042e-34      1       1.3042e-34     2.4491e-08    3.6762    4.7341    5.8157    6.4571    6.8912    7.2257    7.5418    8.1139    8.8948    9.7248    10.385    10.772    11.236    11.821    12.677    14.212     15.72         4.3203                1                 10.678              0.9212                6.4476               0.71548               3.1647               0.76256                1.0653               0.98456          0.00041364      0.00474    0.029396    0.064477       0.1005      0.13876      0.17971      0.26733        0.408      0.56309      0.67427      0.73261       0.7933      0.85725      0.92464      0.98353       0.99821  
    cl_mt_val_p2v14     0.055714     9.739    2.3564     'cl_mt_val'      'fl_r_save'          4              14         0.44365     0.24195     -0.23695     18.19      0       -1.342e-35      1       -1.342e-35     1.7352e-07    3.8136    4.9288    6.1385    6.7844     7.267    7.6725      8.03    8.6729    9.5887    10.564    11.334    11.778    12.299    12.938    13.879    15.412    16.813         5.5526                1                 16.061             0.93541                11.746               0.80834               2.9698               0.64517                1.3454               0.98267          0.00036287    0.0047039    0.028876    0.061321      0.09737      0.13604      0.17697      0.26242       0.4026      0.55738      0.66971      0.72894      0.79072      0.85549      0.92404      0.98357       0.99824  
    cl_mt_val_p2v15         0.06     11.52    2.8745     'cl_mt_val'      'fl_r_save'          4              15         0.44365     0.24954     -0.22451    18.458      0       5.0541e-37      1       5.0541e-37     4.7964e-06    4.1922    5.4665    6.8552     7.727    8.3437    8.8659    9.3598    10.255    11.498    12.763    13.696    14.221    14.748    15.305    16.159    17.581    18.044          8.263                1                 31.344             0.95106                 26.74               0.89701               2.4272               0.44245                2.1764               0.96792          0.00033599    0.0042747    0.026237    0.058529     0.093058      0.13039      0.16989      0.25534      0.39712      0.55487      0.66948      0.72991      0.79311      0.85792      0.92602      0.98474       0.99842  

                         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.82    0.49632    'cl_mt_pol_c'     'fl_r_save'          4               1         0.44365      0.2727     0.34381    7.0165      0        0        1      -3.3798e-36     1.2195e-35    0.87744     0.9994    1.1575    1.2673    1.3369    1.3895    1.4565    1.5793    1.7328    1.9331    2.1004    2.1949    2.3217    2.4898    2.7566    3.3132     3.978        0.75864             0.95605              1.3673             0.98226              0.018059              0.14937                1.1029               0.97669               0.24633                  1             0.00088412    0.0055773    0.033119    0.068999      0.10282      0.13569      0.17992      0.26261      0.39822       0.5543      0.65881      0.71835      0.77952      0.84425      0.91513      0.98024       0.99774  
    cl_mt_pol_c_p2v2     0.0042857      1.82    0.49548    'cl_mt_pol_c'     'fl_r_save'          4               2         0.44365     0.27224     0.34381    7.0197      0        0        1      -2.0336e-34     2.3042e-34    0.87775    0.99977     1.158    1.2678    1.3375    1.3956    1.4571      1.58    1.7336    1.9339    2.1014    2.1958    2.3227    2.4889    2.7409    3.3029    3.9613        0.75895             0.95722              1.3706             0.98103              0.029292              0.18211                1.0958               0.97597                0.2455                  1             0.00087106    0.0055621    0.032968    0.070084       0.1024      0.13789      0.18001       0.2628      0.39779      0.55394        0.659      0.71737      0.77942      0.84414      0.91509      0.98031       0.99778  
    cl_mt_pol_c_p2v3     0.0085714    1.8206    0.49483    'cl_mt_pol_c'     'fl_r_save'          4               3         0.44365     0.27179     0.34381    7.0247      0        0        1       1.1047e-35    -3.1338e-35    0.87824     1.0004    1.1587    1.2686    1.3383    1.3965     1.458     1.581    1.7347    1.9352    2.1028    2.1973    2.3243    2.4906    2.7428    3.2985    3.9271        0.76088             0.95836              1.3786             0.97961              0.045505              0.21737                1.0882               0.97525               0.24486                  1             0.00089472    0.0056812    0.033115    0.070179      0.10257      0.13753      0.17964      0.26215       0.3991      0.55335      0.65794      0.71734       0.7801      0.84545      0.91564      0.98041       0.99773  
    cl_mt_pol_c_p2v4      0.012857    1.8219    0.49359    'cl_mt_pol_c'     'fl_r_save'          4               4         0.44365     0.27092     0.34381    7.0312      0        0        1      -3.6931e-35    -4.5784e-35    0.87767    0.99968    1.1579    1.2677    1.3373    1.3955    1.4569    1.5798    1.7334    1.9337    2.1057    2.1995    2.3225    2.4906     2.755    3.2908     3.901         0.7629             0.95972              1.3921             0.97768              0.069154               0.2575                1.0794               0.97342               0.24363                  1             0.00086551    0.0055269    0.032768    0.068333      0.10195      0.13684       0.1787      0.26079      0.39685      0.55027      0.66295       0.7205       0.7793      0.84424      0.91576      0.98066       0.99776  
    cl_mt_pol_c_p2v5      0.017143    1.8234    0.49185    'cl_mt_pol_c'     'fl_r_save'          4               5         0.44365     0.26975     0.34381    7.0392      0        0        1       3.8341e-36    -1.2249e-36    0.87845     1.0006     1.159     1.269    1.3387    1.3969    1.4584    1.5814    1.7446    1.9357     2.108    2.2019     2.325    2.4812    2.7436    3.2739    3.8725        0.76571             0.96207              1.4072             0.97474               0.10185               0.3008                1.0634               0.96994               0.24192                  1              0.0008813     0.005596    0.032629    0.069119      0.10121      0.13604      0.17838      0.25919      0.39612      0.54935      0.66119      0.71947      0.77941      0.84447      0.91702      0.98077       0.99781  
    cl_mt_pol_c_p2v6      0.021429     1.826    0.49046    'cl_mt_pol_c'     'fl_r_save'          4               6         0.44365      0.2686     0.34381    7.0483      0        0        1      -1.5936e-34    -3.7835e-35    0.87814     1.0002    1.1585    1.2685    1.3381    1.4078    1.4578    1.5875    1.7579    1.9497    2.1071    2.2009    2.3303    2.4922    2.7424     3.252    3.8267        0.77107             0.96439              1.4335              0.9713               0.14639              0.34623                1.0466               0.96483               0.24056                  1             0.00085925    0.0056536    0.032121    0.068243      0.10002      0.13866       0.1761      0.26773      0.39568      0.54883      0.65835      0.71776      0.78396       0.8454      0.91692      0.98092       0.99781  
    cl_mt_pol_c_p2v7      0.025714    1.8301    0.48853    'cl_mt_pol_c'     'fl_r_save'          4               7         0.44365     0.26694     0.34381    7.0586      0        0        1       5.6619e-33     1.9785e-13    0.87793    0.99999    1.1582    1.2681    1.3391    1.4074    1.4753     1.587    1.7622    1.9566    2.1164    2.2207    2.3296    2.4956    2.7416    3.2361    3.8145        0.77839             0.96706              1.4725             0.96716               0.20825              0.39568                1.0256               0.95709               0.23866                  1             0.00083445    0.0054732    0.031321    0.066805     0.098138      0.13586      0.17523      0.26347       0.4007       0.5524      0.66394      0.71828      0.78028      0.84804      0.91792      0.98099       0.99785  
    cl_mt_pol_c_p2v8          0.03    1.8369    0.48689    'cl_mt_pol_c'     'fl_r_save'          4               8         0.44365     0.26506     0.34381    8.2386      0        0        1      -1.9905e-34     3.5383e-12    0.87782    0.99986    1.1581     1.268    1.3574     1.423    1.4879    1.5868    1.7645    1.9628    2.1262    2.2227    2.3476    2.4952    2.7393    3.2227    3.7845        0.78861             0.97022              1.5246             0.96228               0.29048              0.44715               0.99702               0.94513               0.23706                  1             0.00078809    0.0051806    0.030254    0.064188      0.10766      0.14463      0.18153      0.26187      0.40243      0.55152      0.66045      0.72088      0.78366      0.84827      0.91794      0.98125       0.99783  
    cl_mt_pol_c_p2v9      0.034286    1.8469    0.48563    'cl_mt_pol_c'     'fl_r_save'          4               9         0.44365     0.26295     0.34381    8.2527      0        0        1      -1.5292e-35    -9.2041e-36     0.8778     1.0106    1.1608    1.2686    1.3574    1.4229    1.4885    1.6108    1.7906    1.9785    2.1427    2.2429    2.3557    2.5118    2.7392    3.2155    3.7703        0.80466             0.97357              1.6007              0.9571               0.39937              0.49845               0.96545               0.92883               0.23584                  1             0.00074175    0.0052776     0.02906    0.065383       0.1032      0.13931      0.18525      0.26681       0.4044      0.55079      0.66508      0.72025      0.78214      0.84771      0.91827      0.98138       0.99788  
    cl_mt_pol_c_p2v10     0.038571    1.8598    0.48596    'cl_mt_pol_c'     'fl_r_save'          4              10         0.44365      0.2613     0.34381    8.2678      0        0        1      -1.5087e-34     3.9485e-35    0.87786     1.0278    1.1636    1.2729    1.3575    1.4266    1.4886    1.6161    1.7965    1.9915    2.1632    2.2493    2.3723    2.5199    2.7516    3.2158    3.7771        0.83033             0.97677              1.7139             0.95177               0.55068              0.55548               0.92705               0.90515               0.23615                  1             0.00069798    0.0065525    0.028963    0.062365     0.099854      0.13591       0.1777      0.25907      0.40031      0.55106      0.66258      0.72067      0.78592       0.8494      0.91882       0.9814       0.99789  
    cl_mt_pol_c_p2v11     0.042857     1.881    0.48889    'cl_mt_pol_c'     'fl_r_save'          4              11         0.44365     0.25991     0.34381    8.2838      0        0        1       2.5809e-35     9.6504e-10      0.878      1.028    1.1939    1.3031    1.3727    1.4561     1.519    1.6419    1.8235    2.0206    2.1759    2.2765    2.3893    2.5385    2.7686    3.2308    3.8102        0.87054             0.98027              1.8911              0.9473               0.76924              0.61601                0.8829               0.87037               0.23901                  1             0.00063074    0.0059575    0.029137    0.066159      0.10117      0.13786      0.17663      0.26152      0.39871      0.55132      0.66365      0.72257      0.78395       0.8485      0.91909      0.98145       0.99785  
    cl_mt_pol_c_p2v12     0.047143    1.9158    0.49778    'cl_mt_pol_c'     'fl_r_save'          4              12         0.44365     0.25983     0.34381    8.3005      0        0        1      -2.0644e-35     4.5333e-09    0.87819     1.0282    1.1989    1.3253    1.4079    1.4887    1.5501    1.6767    1.8576    2.0639    2.2238    2.3185    2.4294    2.5773    2.8176    3.3037    3.9135        0.93837             0.98299              2.1857             0.94481                1.1078              0.68216               0.83008               0.81934               0.24778                  1             0.00054971    0.0051917    0.029433    0.063946     0.098872      0.14068      0.17783      0.26282      0.39741      0.55748      0.66377      0.72196      0.78496      0.84881      0.91947      0.98144       0.99786  
    cl_mt_pol_c_p2v13     0.051429    1.9792    0.52056    'cl_mt_pol_c'     'fl_r_save'          4              13         0.44365     0.26302     0.34381     8.318      0        0        1      -4.6437e-34     2.4491e-08    0.87844     1.0416    1.2327    1.3585    1.4569    1.5199    1.5912    1.7347     1.931     2.132    2.2933     2.392    2.5072    2.6707     2.916    3.4506    4.0904         1.0653             0.98456              2.7503             0.94745                 1.711              0.75812               0.76834               0.73925               0.27098                  1             0.00043364    0.0050579    0.028572    0.064603      0.10325      0.13558      0.17349      0.26006      0.39791      0.55293      0.66275      0.72129      0.78345      0.84839      0.91835      0.98115       0.99779  
    cl_mt_pol_c_p2v14     0.055714    2.1098    0.58103    'cl_mt_pol_c'     'fl_r_save'          4              14         0.44365     0.27539     0.34381    8.3361      0        0        1       7.2915e-35     1.7352e-07     0.9177     1.0814    1.2724    1.4225    1.5207    1.6103    1.6892    1.8363    2.0394    2.2647    2.4458    2.5533    2.6965    2.8819    3.1783    3.7554    4.5386         1.3454             0.98267              4.0567             0.95819                3.0227              0.84363               0.69642               0.61356                0.3376                  1             0.00042458    0.0049306    0.027716    0.061209      0.09585      0.13567      0.17209       0.2548      0.39427      0.54617      0.65753      0.71646      0.77892      0.84455      0.91644      0.98068       0.99771  
    cl_mt_pol_c_p2v15         0.06    2.5074    0.78223    'cl_mt_pol_c'     'fl_r_save'          4              15         0.44365     0.31197     0.34381    8.3548      0        0        1       2.8677e-35     4.7964e-06    0.95903     1.1582    1.4236    1.6097    1.7328    1.8371    1.9376    2.1144    2.3903    2.7104    2.9822    3.1304    3.3037    3.5471    4.0054    4.4997    5.6854         2.1764             0.96792              8.7145             0.97172                7.4851              0.92272               0.61754               0.41368               0.61189                  1              0.0004277    0.0044656    0.025497    0.055988     0.089397      0.12488      0.16237      0.24365      0.37837      0.53058      0.64448      0.70541       0.7695      0.83673      0.91157      0.97961       0.99768  

                         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.6483    2.2752    'cl_mt_pol_k'     'fl_r_save'          4               1         0.44365     0.48947     0.099739    33.434      0        0        1      -3.3798e-36    -3.0169e-36    1.1681    1.4964    1.9259    2.3146     2.576    2.7911    3.0606    3.4648    4.1746    4.9606      5.69    6.2044    6.7542    7.6007    9.0307    12.293     16.69         3.2604             0.89631              6.3503             0.99518              0.070889               0.12791               5.1765                  1                   1.1029               0.97669          0.00044965    0.0029798    0.018029     0.04228     0.070639     0.097891      0.13419      0.20075      0.32681       0.4681      0.58398      0.65275      0.71562      0.79273      0.88223      0.96965       0.99606  
    cl_mt_pol_k_p2v2     0.0042857     4.642     2.266    'cl_mt_pol_k'     'fl_r_save'          4               2         0.44365     0.48815     0.099739    30.831      0        0        1      -2.0336e-34     1.7578e-19    1.1685    1.4969    1.9872    2.3156     2.577    2.7922    3.0618    3.4663    4.1764    4.9627    5.6925    6.1993    6.7571    7.5127    8.9571    12.378    16.942         3.2579             0.89849              6.3378             0.99194               0.10731               0.14588               5.1347                  1                   1.0958               0.97597          0.00044473    0.0029511      0.0186    0.042195     0.069671      0.09833      0.13631      0.20117      0.32708      0.46843       0.5874      0.64668      0.71836      0.79392       0.8825      0.96971       0.99613  
    cl_mt_pol_k_p2v3     0.0085714    4.6331     2.255    'cl_mt_pol_k'     'fl_r_save'          4               3         0.44365     0.48672     0.099739    28.555      0        0        1       1.1047e-35     4.9987e-15    1.1275    1.4978    1.9279     2.317    2.5787     2.794    3.0638    3.4685    4.1792    4.9606    5.6963    6.1378    6.7617    7.5179    8.9633    12.148     16.81          3.262             0.90159              6.3291              0.9869               0.15589               0.16341                5.085                  1                   1.0882               0.97525          0.00022308     0.003051    0.017956    0.042962     0.069993     0.098504      0.13701      0.20302      0.33035      0.47072      0.58753      0.65117      0.71774      0.79342      0.88272      0.96973       0.99601  
    cl_mt_pol_k_p2v4      0.012857    4.6267    2.2465    'cl_mt_pol_k'     'fl_r_save'          4               4         0.44365     0.48555     0.099739    26.573      0        0        1      -3.6931e-35     1.0114e-17    1.1684    1.4968     1.987    2.3153    2.5768    2.7919    3.0615    3.4659    4.1759    4.9621    5.6183    6.1519     6.721    7.5874    9.0337    12.297    16.695         3.2745             0.90508              6.3455             0.97913               0.21954               0.17961               5.0466                  1                   1.0794               0.97342          0.00044381    0.0029454    0.018571    0.042502     0.070722     0.098836      0.13626      0.20196      0.32836      0.47194       0.5841      0.64825       0.7195      0.79379      0.88282      0.97004        0.9961  
    cl_mt_pol_k_p2v5      0.017143    4.6142     2.229    'cl_mt_pol_k'     'fl_r_save'          4               5         0.44365     0.48307     0.099739    24.807      0        0        1       3.8341e-36     1.8395e-14    1.1694    1.4982     1.989    2.3176    2.5794    2.7948    3.0374    3.4695    4.1803    4.9642    5.6979    6.0186    6.7637    7.4444    8.8059    12.156    16.878         3.2766             0.90843              6.3319             0.96782               0.29999               0.19549               4.9685                  1                   1.0634               0.96994          0.00045382    0.0030221    0.018501    0.042928     0.070442     0.098588      0.12929      0.20133      0.33075      0.47062      0.59339      0.64864      0.72254      0.79646      0.88358      0.96975       0.99602  
    cl_mt_pol_k_p2v6      0.021429    4.5986    2.2116    'cl_mt_pol_k'     'fl_r_save'          4               6         0.44365     0.48093     0.099739    23.245      0        0        1      -1.5936e-34     1.1453e-12     1.169    1.4976    1.9882    2.3167    2.5783    2.7936    3.0634     3.434    4.1288    4.8938    5.5995    6.0633    6.6838    7.5167    8.9532    11.907    16.298         3.2864             0.91154               6.335             0.95188               0.39706               0.20825               4.8913                  1                   1.0466               0.96483          0.00044464    0.0029489    0.018804    0.043578     0.069903      0.10126      0.13754      0.20115      0.32457      0.47782      0.58644      0.65135      0.71908      0.79763      0.88259      0.96989       0.99613  
    cl_mt_pol_k_p2v7      0.025714    4.5857    2.1934    'cl_mt_pol_k'     'fl_r_save'          4               7         0.44365     0.47832     0.099739    21.784      0        0        1       5.6619e-33     5.8332e-11    1.1687    1.5067    1.9877    2.3161    2.5776    2.7929    3.0569    3.4671    4.1774    4.9585    5.6074    6.1541    6.6076    7.4487     8.875    12.142     16.13         3.3017             0.91362              6.3538              0.9295               0.51715               0.21885               4.8111                  1                   1.0256               0.95709          0.00043397    0.0037873    0.018448    0.042475     0.072097     0.099671      0.13056      0.20333      0.33104      0.47266      0.58721      0.65013      0.72095      0.79618      0.88368      0.97018       0.99608  
    cl_mt_pol_k_p2v8          0.03    4.5716    2.1666    'cl_mt_pol_k'     'fl_r_save'          4               8         0.44365     0.47393     0.099739    20.495      0        0        1      -1.9905e-34     3.3625e-10    1.1686    1.5065    1.9902    2.3702    2.5773    2.8591    2.9947    3.4332    4.1259    4.8917     5.693    5.9136    6.6822    7.2371    8.4923     11.95    16.536         3.3024             0.91305              6.3421             0.89959               0.65091               0.22517               4.6941                  1                  0.99702               0.94513          0.00041223    0.0036265    0.020695    0.042539     0.070767     0.098838      0.13072      0.20298      0.32663      0.47842      0.59492      0.65466      0.72003       0.7965      0.88491       0.9704       0.99617  
    cl_mt_pol_k_p2v9      0.034286    4.5547    2.1404    'cl_mt_pol_k'     'fl_r_save'          4               9         0.44365     0.46993     0.099739    19.294      0        0        1      -1.5292e-35     5.9476e-10    1.1686    1.5065    1.9873    2.3157    2.5902    2.7924    3.0621    3.4325    4.0575    4.8201    5.5313     5.987    6.5856    7.3621    8.7249    11.381    16.026         3.3091             0.90839              6.3421             0.86041               0.79547               0.22526               4.5812                  1                  0.96545               0.92883          0.00039149    0.0034723    0.018905    0.044173     0.069792      0.10388      0.13623      0.20473      0.32806      0.48385      0.59069      0.65768       0.7235      0.79769      0.88627      0.97044       0.99625  
    cl_mt_pol_k_p2v10     0.038571    4.5204    2.1076    'cl_mt_pol_k'     'fl_r_save'          4              10         0.44365     0.46624     0.099739    18.255      0        0        1      -1.5087e-34     7.0533e-09    1.1686    1.5066    1.9903    2.3703    2.5721    2.7926    3.0376    3.5022     4.177     4.892    5.3992    6.1345    6.3123     7.418    8.8497    11.345    15.236         3.3065             0.89686              6.3369              0.8114               0.96791               0.22512               4.4419                  1                  0.92705               0.90515          0.00037381    0.0033311    0.020763    0.042748     0.070324      0.10081      0.13265      0.20739      0.33489      0.47764      0.59372      0.65631      0.72272      0.79987      0.88515      0.97048       0.99631  
    cl_mt_pol_k_p2v11     0.042857     4.493    2.0749    'cl_mt_pol_k'     'fl_r_save'          4              11         0.44365     0.46181     0.099739    17.362      0        0        1       2.5809e-35     3.7094e-09    1.1688    1.5068    1.9906    2.3817    2.5778    2.8605     2.928    3.4334    4.1151    4.9013    5.6208     5.915     6.457    7.0857    8.4493    11.825    14.599         3.2937             0.87387              6.3389             0.74816                1.1508               0.21715               4.3052                  1                   0.8829               0.87037          0.00034407    0.0037152    0.019561    0.045769     0.074701      0.10158      0.13406      0.20548      0.33058      0.47845      0.59589      0.65921       0.7237      0.80039      0.88654      0.97106       0.99635  
    cl_mt_pol_k_p2v12     0.047143    4.4584    2.0353    'cl_mt_pol_k'     'fl_r_save'          4              12         0.44365      0.4565     0.099739    16.389      0        0        1      -2.0644e-35      5.422e-08    1.1691    1.5072    1.9463    2.2987    2.6439    2.7532    2.9962    3.3082    3.9483    4.7004    5.5866    5.6607    6.6431    6.8284    8.0792      11.4    15.722         3.2513             0.83299              6.3166             0.66781                1.3443               0.20245               4.1423                  1                  0.83008               0.81934          0.00030773    0.0034084    0.019081    0.043493     0.072487      0.10168      0.13419      0.20593       0.3316      0.47988      0.59475      0.65726      0.72647      0.80094      0.88741      0.97154       0.99643  
    cl_mt_pol_k_p2v13     0.051429    4.4258    1.9966    'cl_mt_pol_k'     'fl_r_save'          4              13         0.44365     0.45113     0.099739      15.6      0        0        1      -4.6437e-34      1.512e-07    1.1694    1.5076    1.9917    2.2522     2.589    2.7273    3.0826    3.4354     3.922    4.5836    5.3378    5.6979    6.3628    7.1418    7.9559    10.891    15.058         3.1647             0.76256              6.2968             0.56554                 1.542               0.17813               3.9864                  1                  0.76834               0.73925          0.00025394    0.0030813    0.020824    0.044328     0.071539      0.10126      0.13466      0.20963      0.33344      0.48054      0.59662      0.65807      0.72962      0.80179      0.88796      0.97195       0.99661  
    cl_mt_pol_k_p2v14     0.055714    4.3871    1.9535    'cl_mt_pol_k'     'fl_r_save'          4              14         0.44365     0.44528     0.099739    14.873      0        0        1       7.2915e-35     5.9038e-07    1.2128    1.4742    2.0458    2.3803    2.5038    2.9013    2.9639     3.502    4.1864    4.9559    5.1436    5.9982    6.1033    7.1896    8.5468    10.431    14.362         2.9698             0.64517              6.2507             0.43912                1.7381               0.14428               3.8162                  1                  0.69642               0.61356          0.00025668    0.0030834    0.019394    0.044652     0.072226      0.10219      0.13586      0.20842      0.33398      0.48261      0.59743       0.6607       0.7301      0.80481      0.88875      0.97224       0.99672  
    cl_mt_pol_k_p2v15         0.06    4.3442    1.9084    'cl_mt_pol_k'     'fl_r_save'          4              15         0.44365     0.43929     0.099739    14.194      0        0        1       2.8677e-35     3.2485e-06    1.1653    1.4882    1.9721    2.3414    2.5122    2.8078    2.8984    3.3693    4.0243    4.7988    5.1674    5.7652    5.9476    6.9028    8.2025    10.097    13.732         2.4272             0.44245              5.9795             0.27329                  1.72              0.086912               3.6419                  1                  0.61754               0.41368          0.00024984    0.0030491    0.019526    0.044297     0.072034       0.1034      0.13627      0.20985      0.33664      0.48564      0.59834      0.66335      0.73057      0.80639      0.89048      0.97252       0.99681  

                       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    6.4956    2.8046     'cl_mt_coh'      'fl_r_save'          4               1         0.44365     0.43177     0.44365     56.95      0        0        1      -3.3798e-36     1.2195e-35    2.0467    2.4474    3.1487    3.5495    3.9503    4.2508    4.5514    5.0523     5.954    6.9559    7.8576    8.3586    9.1601    10.162    11.865    15.873    21.183         4.0557             0.90448              7.8659                1                 0.14828               0.21705                6.3503               0.99518                1.3673               0.98226          0.00057439    0.0036366    0.024812    0.047192     0.084214      0.11535      0.15213      0.22078      0.35211       0.4968      0.61118      0.66512      0.73835      0.80988        0.891      0.97284       0.99655  
    cl_mt_coh_p2v2     0.0042857    6.5047    2.8196     'cl_mt_coh'      'fl_r_save'          4               2         0.44365     0.43347     0.44365    56.976      0        0        1      -2.0336e-34     2.1007e-34    2.0474    2.4483      3.15    3.5509    3.9519    4.2526    4.5533    5.0545    5.9566    6.9589     7.861    8.3622    9.1641    10.166     11.87     15.98    21.393         4.0779             0.90381              7.9503                1                 0.24198               0.26437                6.3378               0.99194                1.3706               0.98103          0.00056653    0.0035915    0.024654    0.046959        0.084      0.11523      0.15382      0.22025      0.35152      0.49604      0.61166      0.66441      0.73701      0.80844      0.88945      0.97272        0.9965  
    cl_mt_coh_p2v3     0.0085714    6.5196     2.844     'cl_mt_coh'      'fl_r_save'          4               3         0.44365     0.43622     0.44365    57.017      0        0        1       1.1047e-35    -3.1338e-35    2.0486    2.4498    3.1519    3.5532    3.9544    4.2553    4.5562    5.0578    5.9605    6.9636    7.8663    8.4682    9.1703    10.173    11.979    16.091    21.709         4.1209              0.9031              8.0881                1                 0.38037               0.31615                6.3291                0.9869                1.3786               0.97961          0.00058116    0.0037024    0.024655    0.046847     0.083678      0.11492       0.1533      0.21936       0.3497      0.49454      0.61003       0.6726      0.73469      0.80584      0.89069      0.97203       0.99643  
    cl_mt_coh_p2v4      0.012857     6.549    2.8849     'cl_mt_coh'      'fl_r_save'          4               4         0.44365     0.44051     0.44365     57.07      0        0        1      -3.6931e-35    -4.5784e-35    2.0472    2.4481    3.1497    3.6508    3.9515    4.2521    4.5528    5.0539    5.9559    6.9581    7.8601    8.4615    9.2633    10.265     12.07    16.279    22.092         4.1921              0.9023              8.3224                1                 0.58474               0.37253                6.3455               0.97913                1.3921               0.97768          0.00055969    0.0035486    0.024388    0.055589     0.082881      0.11367      0.15164      0.21713      0.34638      0.48982      0.60415      0.66596      0.73675      0.80584      0.88916      0.97153       0.99637  
    cl_mt_coh_p2v5      0.017143    6.5874    2.9351     'cl_mt_coh'      'fl_r_save'          4               5         0.44365     0.44557     0.44365    57.134      0        0        1       3.8341e-36     3.1566e-35     2.049    2.4504    3.1527    3.6544    3.9554    4.2565    4.5575    5.0592    5.9622    6.9656    7.8686    8.4706    9.2733    10.377    12.183    16.598    22.618         4.2803             0.90123              8.6148                1                 0.87578               0.43342                6.3319               0.96782                1.4072               0.97474           0.0005674    0.0036148    0.024074    0.055699     0.081778      0.11241      0.15007      0.21495        0.343      0.48502       0.5985      0.66044      0.73158      0.80548      0.88767      0.97131       0.99633  
    cl_mt_coh_p2v6      0.021429    6.6429    3.0092     'cl_mt_coh'      'fl_r_save'          4               6         0.44365     0.45299     0.44365    57.208      0        0        1      -1.5936e-34    -1.7508e-33    2.0483    2.4495    3.1515     3.653    3.9538    4.2547    4.5556     5.057    5.9597    7.0629    7.9655    8.5672    9.3696    10.473    12.479    16.992     23.21         4.4164             0.90029              9.0552                1                  1.2866               0.49597                 6.335               0.95188                1.4335                0.9713          0.00054942    0.0034816    0.023548     0.05464     0.080266      0.11034      0.14731      0.21124      0.33748      0.49399      0.59895      0.65893      0.72759      0.80132      0.88837      0.97077       0.99622  
    cl_mt_coh_p2v7      0.025714     6.733    3.1165     'cl_mt_coh'      'fl_r_save'          4               7         0.44365     0.46287     0.44365    57.292      0        0        1       5.6619e-33     1.9785e-13    2.0478    2.5491    3.1507     3.652    3.9528    4.2536    4.5544    5.1559    6.0583    7.0609    8.0635    8.7653    9.5674     10.67    12.776    17.588    24.105         4.6188             0.89952              9.7123                1                   1.886               0.56174                6.3538                0.9295                1.4725               0.96716          0.00052756    0.0047687     0.02273    0.052037     0.077881      0.10696      0.14291      0.22047      0.34532      0.48001      0.59393      0.66112      0.72752      0.79765      0.88588      0.97058       0.99613  
    cl_mt_coh_p2v8          0.03     6.863    3.2539     'cl_mt_coh'      'fl_r_save'          4               8         0.44365     0.47413     0.44365    57.383      0        0        1      -1.9905e-34     3.5383e-12    2.0476    2.5488    3.1503    3.6515    3.9522    4.3532    4.5537    5.1552    6.1576    7.2603    8.2628    8.8643    9.7665    10.969    13.175    18.287    25.104         4.8848             0.89924              10.588                1                  2.7215               0.62687                6.3421               0.89959                1.5246               0.96228          0.00049017    0.0044645    0.021465    0.049252      0.07374      0.11246      0.13583      0.20922      0.34412      0.48641      0.59366      0.65101      0.72143      0.79434      0.88283      0.96982         0.996  
    cl_mt_coh_p2v9      0.034286    7.0504    3.4438     'cl_mt_coh'      'fl_r_save'          4               9         0.44365     0.48845     0.44365    57.481      0        0        1      -1.5292e-35     2.4571e-11    2.0475    2.5487    3.1502    3.6514    4.0524    4.3531    4.6538    5.2553    6.2577    7.4606     8.463    9.1647    10.167     11.47    13.776    19.189    26.406         5.2747             0.89995               11.86                1                   3.917               0.68938                6.3421               0.86041                1.6007                0.9571          0.00045145     0.004128     0.02001    0.046035      0.07601      0.10524      0.13652       0.2086      0.33531      0.48244      0.58624      0.64661      0.72042      0.79309      0.88054        0.969       0.99587  
    cl_mt_coh_p2v10     0.038571    7.2919    3.7056     'cl_mt_coh'      'fl_r_save'          4              10         0.44365     0.50818     0.44365    57.587      0        0        1      -1.5087e-34     2.8452e-10    2.0477    2.5489    3.2507    3.7519    4.0527    4.4537    4.7544    5.3559    6.3585    7.6617    8.7645    9.5665    10.569    12.073    14.579    20.394    28.213         5.8441             0.90158              13.731                1                  5.6804               0.75142                6.3369                0.8114                1.7139               0.95177          0.00041365     0.003788    0.021924    0.048375     0.070305      0.10739      0.13642       0.2053      0.32452      0.47062      0.57632      0.64061      0.70908       0.7881      0.87712      0.96752       0.99574  
    cl_mt_coh_p2v11     0.042857     7.684    4.0834     'cl_mt_coh'      'fl_r_save'          4              11         0.44365     0.53142     0.44365    57.698      0        0        1       2.5809e-35     9.6504e-10     2.048    2.5493    3.2512    3.7526    4.1536    4.5547    4.8555    5.5574    6.6604    8.0642    9.3677     10.27    11.373    12.977    15.785    22.102    30.424         6.7152             0.90532              16.674                1                  8.4443               0.80961                6.3389               0.74816                1.8911                0.9473           0.0003591    0.0032801     0.01885    0.042256     0.071102      0.10366      0.13181      0.20198      0.32281      0.46195      0.57394      0.63726      0.70395      0.78103      0.87359      0.96677       0.99564  
    cl_mt_coh_p2v12     0.047143    8.2952    4.6474     'cl_mt_coh'      'fl_r_save'          4              12         0.44365     0.56026     0.44365    57.815      0        0        1      -2.0644e-35     4.5333e-09    2.0484    2.6502    3.3523    3.8538    4.3553    4.6562    5.0574    5.7595    7.0634    8.6681    10.173    11.176     12.58    14.385    17.595    24.716    34.244         8.1236             0.91148              21.599                1                  13.096               0.86373                6.3166               0.66781                2.1857               0.94481          0.00029517    0.0036933    0.018983    0.040626     0.070279     0.092021      0.12447      0.18632      0.30944      0.44751      0.55832      0.62075      0.69576      0.77406      0.86997      0.96573       0.99551  
    cl_mt_coh_p2v13     0.051429    9.3804    5.5765     'cl_mt_coh'      'fl_r_save'          4              13         0.44365     0.59448     0.44365    57.936      0        0        1      -4.6437e-34     2.4491e-08     2.049     2.651    3.4537    4.0557    4.5574    4.9588    5.4604    6.2631    7.8685    9.8752    11.782    12.986    14.591    16.798    20.511    28.638    39.073         10.678              0.9212              31.097                1                   22.05               0.91202                6.2968               0.56554                2.7503               0.94745          0.00021266    0.0027284    0.016409    0.036565     0.062149     0.085684      0.11716      0.17545      0.29478       0.4338      0.54796      0.61019      0.68261      0.76546      0.86387        0.965       0.99555  
    cl_mt_coh_p2v14     0.055714    11.585    7.2867     'cl_mt_coh'      'fl_r_save'          4              14         0.44365     0.62897     0.44365    58.062      0        0        1       7.2915e-35     1.7352e-07    2.1472    2.8486    3.7505    4.4519    5.0531    5.6544    6.2556    7.4581    9.5624    12.368    14.974    16.677    18.681    21.687    26.096    35.917    46.438         16.061             0.93541              53.096                1                  42.788               0.95224                6.2507               0.43912                4.0567               0.95819          0.00019578    0.0026852    0.014348    0.032777     0.053497     0.077542      0.10468      0.16426      0.27179      0.41219       0.5303        0.598      0.67232      0.75936      0.86085      0.96591        0.9957  
    cl_mt_coh_p2v15         0.06    18.205    11.465     'cl_mt_coh'      'fl_r_save'          4              15         0.44365     0.62977     0.44365    58.193      0        0        1       2.8677e-35     4.7964e-06    2.3486    3.2509    4.5543    5.7574    6.8602    7.9631    9.0659    11.472    15.583    20.696    24.706    28.015    31.123    34.131    39.444     53.28    55.285         31.344             0.95106              131.44                1                  116.75               0.98196                5.9795               0.27329                8.7145               0.97172          0.00013424    0.0017709    0.010591    0.025349     0.042844     0.063193     0.085993      0.14244      0.25464      0.40345      0.52602      0.59885      0.68072      0.76855      0.86856      0.97175       0.99721  

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_ipwkz//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_ipwkz//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_ipwkz//test/ff_ipwkz_ds_vecsv/mat/
pos = 44 ; key = st_mat_test_prefix ; val = 
pos = 45 ; key = st_mat_test_suffix ; val = _g34_cc_t3l30
pos = 46 ; key = st_matimg_path_root ; val = C:/Users/fan/CodeDynaAsset//m_ipwkz/
pos = 47 ; key = st_profile_name_main ; val = _default
pos = 48 ; key = st_profile_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkz//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: 43
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 3 ; key = cl_st_param_keys ; val = fl_w
pos = 42 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 43 ; key = st_model ; val = ipwkz
----------------------------------------
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_loglin                   1     2           0
    fl_Amean                    2     4           1
    fl_a_max                    3     5          50
    fl_a_min                    4     6           0
    fl_alpha                    5     7        0.36
    fl_b_bd                     6     8           0
    fl_beta                     7     9        0.94
    fl_c_min                    8    10        0.02
    fl_coh_interp_grid_gap      9    11       0.025
    fl_crra                    10    12         1.5
    fl_delta                   11    13        0.08
    fl_k_max                   12    14          50
    fl_k_min                   13    15           0
    fl_loglin_threshold        14    16           1
    fl_nan_replace             15    17       -9999
    fl_r_borr                  16    18       0.095
    fl_r_save                  17    19       0.025
    fl_tol_dist                18    20       1e-05
    fl_tol_pol                 19    21       1e-05
    fl_tol_val                 20    22       1e-05
    fl_w                       21    23     0.44365
    fl_w_interp_grid_gap       22    24       0.025
    fl_w_max                   23    25          50
    fl_w_min                   24    26           0
    fl_z_mu                    25    27           0
    fl_z_rho                   26    28         0.8
    fl_z_sig                   27    29         0.2
    it_a_n                     28    30         750
    it_ak_perc_n               29    31         150
    it_c_interp_grid_gap       30    32      0.0001
    it_maxiter_dist            31    33        1000
    it_maxiter_val             32    34         250
    it_size_type               33    35           3
    it_st_simu_type_g_seed     34    36         123
    it_st_simu_type_g_simun    35    37          20
    it_tol_pol_nochange        36    38          25
    it_trans_power_dist        37    39        1000
    it_w_perc_n                38    40         150
    it_z_n                     39    41          21

----------------------------------------
----------------------------------------
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    -202.31    1.5456e-05     'cl_mt_val'        'fl_w'             3               1           0.025      -7.6393e-08     -202.31    15.491      0                1    5.115e-15      0.0032657     7.9781e-33     -202.31    -202.31    -202.31    -202.31    -202.31    -202.31    -202.31    -202.31    -202.31    -202.31    -202.31    -202.31    -202.31    -202.31    -202.31    -202.31    -202.31       2.3887e-10              1               7.6218e-12           0.89211             5.3828e-13             0.31976              5.4776e-12             0.90253              1.6059e-12             0.95083            0.0032657      0.010283       0.10881      0.10881     0.22792      0.22792      0.34135      0.44073      0.57108       0.7552       0.7552      0.99794      0.99794      0.99794      0.99794      0.99794             1  
    cl_mt_val_p1v2     0.071429     4.7269        2.4624     'cl_mt_val'        'fl_w'             3               2           0.025          0.52092     -18.048      15.7      0         0.032087      0.96791    -5.7321e-34     1.2896e-34     -3.2534     -1.262    0.56298     1.5293     2.1701     2.6774     3.1019     3.8364     4.7927     5.7218     6.4171     6.8121     7.2694     7.8423     8.6851     10.198     11.692           6.0632              1                   7.3642           0.88439                  1.109              0.3375                  5.1268             0.89934                  1.1284             0.96563          -0.00082357     -0.004593    -0.0058841    0.0056472    0.025374     0.051121     0.081733      0.15571       0.2926      0.45907       0.5873       0.6572      0.73169      0.81142      0.89844      0.97701       0.99743  
    cl_mt_val_p1v3      0.14286     5.4719        2.2507     'cl_mt_val'        'fl_w'             3               3           0.025          0.41131     -10.994    15.898      0        0.0089151      0.99108    -2.2267e-35    -2.4471e-34     -1.5653    0.10361     1.6982     2.5573     3.1314      3.583     3.9674     4.6331     5.5064     6.3688     7.0108      7.376      7.804     8.3403     9.1327     10.564     11.982           5.0655              1                   6.6094           0.88835                 0.9294             0.32826                  4.6437             0.90325                  1.0363             0.96719          -0.00037839    -0.0011701     0.0067148     0.026562    0.052609     0.083382      0.11803      0.19665      0.33596      0.49853      0.62068      0.68631      0.75573       0.8292      0.90868      0.97954       0.99773  
    cl_mt_val_p1v4      0.21429     6.1591        2.0689     'cl_mt_val'        'fl_w'             3               4           0.025          0.33591     -7.1071    16.088      0        0.0012222      0.99878    -1.0162e-33     1.0115e-33    -0.11193     1.3153      2.723     3.4863     4.0068      4.412     4.7648     5.3642     6.1742     6.9692     7.5645      7.911     8.3083     8.8138     9.5577     10.913     12.262           4.2804              1                   5.9721           0.89183                0.78472             0.31896                  4.2309             0.90655                 0.95652             0.96828          -8.3555e-05     0.0011136      0.015222     0.040777    0.071348      0.10546      0.14301      0.22508      0.36576      0.52561      0.64374      0.70646      0.77209      0.84148      0.91576       0.9813       0.99794  
    cl_mt_val_p1v5      0.28571     6.7984        1.9105     'cl_mt_val'        'fl_w'             3               5           0.025          0.28102     -4.3779    16.273      0       1.6138e-05      0.99998     2.0577e-32     2.8459e-32      1.1593     2.4082     3.6537     4.3403     4.8021     5.1815     5.5035     6.0521     6.7939     7.5324     8.0896     8.4118     8.7867     9.2608     9.9619     11.249     12.534           3.6499              1                   5.4256           0.89489                0.66795              0.3101                  3.8713             0.90942                 0.88632             0.96902             0.000121      0.002756      0.021392     0.051094     0.08468      0.12183      0.16126      0.24602      0.38767      0.54556      0.66043      0.72131      0.78423      0.85074      0.92102      0.98261        0.9981  
    cl_mt_val_p1v6      0.35714      7.394        1.7718     'cl_mt_val'        'fl_w'             3               6           0.025          0.23962     -2.2658    16.455      0      -2.0971e-31            1     8.3293e-33     1.5077e-32      2.3056     3.3872     4.5027     5.1169     5.5482     5.8852     6.1819     6.6914      7.377     8.0679      8.587     8.8896     9.2411     9.6881      10.35     11.573     12.802           3.1391              1                   4.9519           0.89754                0.57149             0.30139                  3.5559             0.91181                 0.82455             0.96958           0.00027963     0.0039999      0.026031     0.058614    0.095207       0.1336      0.17452      0.26137       0.4043      0.56125      0.67324      0.73228      0.79361      0.85746      0.92501      0.98361       0.99822  
    cl_mt_val_p1v7      0.42857     7.9455          1.65     'cl_mt_val'        'fl_w'             3               7           0.025          0.20767    -0.56075    16.624      0       1.3434e-32            1    -8.7855e-33    -7.6188e-33       3.298     4.2569     5.2597     5.8328     6.2246     6.5374     6.8116     7.2807     7.9188      8.564     9.0508     9.3341      9.668     10.088     10.718      11.88     13.052           2.7226              1                   4.5452           0.90004                0.49202             0.29285                  3.2831             0.91402                 0.77016             0.96984           0.00039038     0.0048129      0.029321     0.064419      0.1024      0.14279      0.18472      0.27356      0.41708      0.57278      0.68317      0.74106      0.80079      0.86289      0.92826       0.9844       0.99831  
    cl_mt_val_p1v8          0.5     8.4662        1.5416     'cl_mt_val'        'fl_w'             3               8           0.025          0.18209     0.87833    16.791      0                0            1    -3.7234e-33     2.4021e-33      4.2015     5.0613     5.9864     6.5002     6.8593     7.1533     7.3977      7.835     8.4323     9.0346     9.4968      9.764     10.077     10.476     11.071     12.179     13.297           2.3765              1                   4.1879           0.90227                0.42614             0.28479                  3.0403             0.91592                 0.72148             0.97001            0.0004761     0.0055353      0.032121     0.069138     0.10857      0.14997      0.19295      0.28345       0.4275      0.58182      0.69135        0.748      0.80655      0.86717       0.9307      0.98502       0.99839  
    cl_mt_val_p1v9      0.57143     8.9597        1.4446     'cl_mt_val'        'fl_w'             3               9           0.025          0.16123      2.1194    16.953      0                0            1     8.9687e-33    -4.4981e-34      5.0196     5.8129     6.6497     7.1241     7.4545     7.7236     7.9539     8.3665     8.9185     9.4873     9.9199     10.172      10.47     10.847     11.413     12.471     13.543           2.0869              1                   3.8722           0.90429                0.37084             0.27696                  2.8237             0.91762                 0.67764             0.97002           0.00054654     0.0062007      0.034431     0.073081     0.11379      0.15591      0.19992      0.29113       0.4357      0.58969      0.69781      0.75386      0.81135      0.87083      0.93274      0.98555       0.99845  
    cl_mt_val_p1v10     0.64286     9.4214        1.3578     'cl_mt_val'        'fl_w'             3              10           0.025          0.14412      3.2038    17.109      0                0            1     1.7129e-36    -8.9381e-34       5.779     6.4893     7.2602     7.7017     8.0076     8.2566     8.4756     8.8567     9.3758      9.911     10.321     10.558     10.842       11.2     11.739     12.749     13.774           1.8436              1                   3.5943           0.90618                 0.3242             0.26935                  2.6319             0.91921                 0.63825             0.96992           0.00059512     0.0065921      0.036096     0.075872     0.11773      0.16105      0.20527      0.29762      0.44241      0.59591      0.70343      0.75855      0.81536      0.87382      0.93451      0.98598        0.9985  
    cl_mt_val_p1v11     0.71429     9.8554        1.2793     'cl_mt_val'        'fl_w'             3              11           0.025          0.12981      4.1645    17.259      0                0            1     1.5411e-34     2.6123e-33      6.4653     7.1125     7.8301     8.2396     8.5229     8.7591     8.9584     9.3138     9.8091     10.312     10.699     10.926     11.195     11.534     12.048     13.015     13.999           1.6367              1                    3.346           0.90792                0.28434             0.26185                   2.459              0.9206                 0.60268             0.96983           0.00066033     0.0069238      0.037822      0.07865     0.12095       0.1655      0.20977      0.30267      0.44853      0.60118      0.70806      0.76249      0.81864      0.87625      0.93591      0.98636       0.99855  
    cl_mt_val_p1v12     0.78571     10.262        1.2086     'cl_mt_val'        'fl_w'             3              12           0.025          0.11777       5.023    17.402      0                0            1      1.937e-32     2.6806e-32      7.1003     7.7023     8.3582     8.7407     9.0058     9.2229     9.4126     9.7502     10.212      10.69     11.057     11.273     11.525     11.851     12.344     13.268     14.211           1.4608              1                   3.1264           0.90955                0.25076             0.25488                  2.3052             0.92189                 0.57047             0.96954           0.00068737     0.0072404      0.038818     0.081109     0.12428      0.16841      0.21368      0.30716      0.45301      0.60584      0.71152      0.76597      0.82147       0.8783      0.93716      0.98666       0.99859  
    cl_mt_val_p1v13     0.85714     10.659        1.1443     'cl_mt_val'        'fl_w'             3              13           0.025          0.10735       5.812    17.551      0                0            1     3.2428e-33     2.5993e-33      7.6944     8.2509     8.8633      9.219     9.4716     9.6767     9.8549     10.172     10.607     11.059     11.408     11.613     11.856     12.166     12.635     13.523     14.431           1.3094              1                   2.9284            0.9111                0.22155             0.24786                  2.1657             0.92314                 0.54107             0.96924           0.00072994     0.0075318      0.039971      0.08236     0.12655      0.17127      0.21726      0.31088      0.45756      0.60977      0.71485      0.76888      0.82389      0.88021      0.93823      0.98693       0.99862  
    cl_mt_val_p1v14     0.92857     11.024        1.0853     'cl_mt_val'        'fl_w'             3              14           0.025          0.09845       6.518    17.682      0                0            1    -1.0004e-32     3.5232e-33      8.2437     8.7539     9.3276     9.6637     9.8977      10.09     10.257     10.557      10.97     11.401     11.731     11.928     12.159     12.455     12.903     13.757     14.629           1.1778              1                   2.7491           0.91254                0.19664             0.24126                  2.0385             0.92427                 0.51402              0.9689            0.0007564     0.0077545      0.040842     0.084245     0.12869      0.17386      0.21981      0.31433      0.46069      0.61352      0.71769      0.77138      0.82607      0.88179      0.93913      0.98717       0.99865  
    cl_mt_val_p1v15           1     11.377        1.0312     'cl_mt_val'        'fl_w'             3              15           0.025         0.090638       7.174    17.816      0                0            1    -1.1279e-32    -1.1723e-32      8.7548     9.2379     9.7754     10.088     10.309     10.491     10.649     10.933     11.324     11.732     12.048     12.234     12.456      12.74     13.169     13.988     14.829           1.0634              1                   2.5862           0.91385                0.17498             0.23488                  1.9219             0.92523                 0.48927             0.96858           0.00077528     0.0079331      0.041883     0.085489     0.13042      0.17619      0.22294      0.31744      0.46418       0.6158      0.72021      0.77374      0.82796      0.88317      0.93998      0.98738       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    7.7575e-15    1.0928e-07    'cl_mt_pol_c'       'fl_w'             3               1           0.025      1.4087e+07           0    6.9102      1        0      5.6215e-15              1    -1.7022e-32          0          0          0          0          0         0         0         0         0         0         0         0         0         0         0         0         0       1.6059e-12           0.95083            5.9382e-14           0.98303             5.1725e-15             0.43458              4.2268e-14             0.98499              1.1942e-14                1                      0            0           0           0            0            0            0            0            0            0            0            0            0            0            0            0             0  
    cl_mt_pol_c_p1v2     0.071429        1.4681       0.47458    'cl_mt_pol_c'       'fl_w'             3               2           0.025         0.32327    0.046479    6.9188      0        0               1     -1.769e-34    -1.2102e-33    0.51305    0.64676    0.80847    0.91097    0.98999    1.0569    1.1197    1.2324    1.4012    1.5958    1.7524    1.8442    1.9633    2.1126    2.3485    2.8083    3.3381           1.1284           0.96563                1.5495           0.96553                 0.2755             0.43503                  1.0488             0.95461                 0.22522                1             0.00033305     0.004003    0.024252    0.053735     0.086268      0.12114      0.15826      0.23841      0.37306      0.52643      0.63972      0.70073      0.76556      0.83483      0.91056       0.9793       0.99761  
    cl_mt_pol_c_p1v3      0.14286        1.5365       0.47606    'cl_mt_pol_c'       'fl_w'             3               3           0.025         0.30983     0.11784    6.9275      0        0               1     4.7443e-34    -1.0168e-34    0.58299    0.71578    0.87716    0.98131     1.0594    1.1259    1.1856    1.3023    1.4705    1.6603    1.8194    1.9164    2.0307    2.1827    2.4215     2.886    3.4161           1.0363           0.96719                1.5213           0.96669                0.25404              0.4242                  1.0406             0.95695                 0.22663                1             0.00035776     0.004281    0.025423     0.05592     0.088966      0.12482      0.16212      0.24337      0.37831      0.53132      0.64426      0.70473      0.76904      0.83743      0.91201      0.97968       0.99766  
    cl_mt_pol_c_p1v4      0.21429        1.6054       0.47747    'cl_mt_pol_c'       'fl_w'             3               4           0.025         0.29742     0.16384    7.3184      0        0               1     8.8615e-33     1.0115e-33    0.65215    0.78632    0.94599     1.0484     1.1271    1.1912     1.255    1.3693    1.5389    1.7299    1.8877    1.9843    2.1015    2.2569    2.4958    2.9641    3.4975          0.95652           0.96828                1.4958           0.96789                0.23484              0.4136                   1.033             0.95908                 0.22798                1             0.00039035    0.0046224    0.026539    0.057867     0.091847      0.12769      0.16623      0.24774      0.38371      0.53628      0.64821      0.70854      0.77204      0.83974      0.91337      0.98006       0.99771  
    cl_mt_pol_c_p1v5      0.28571        1.6749       0.47876    'cl_mt_pol_c'       'fl_w'             3               5           0.025         0.28585     0.21271    7.3275      0        0               1    -1.6983e-32     8.0937e-34     0.7223    0.85638     1.0147     1.1174     1.1964    1.2621    1.3257    1.4359    1.6041     1.799    1.9589    2.0522    2.1713    2.3297    2.5687     3.043    3.5799          0.88632           0.96902                1.4724           0.96909                0.21808             0.40401                  1.0251             0.96093                 0.22921                1             0.00041451    0.0047964    0.027454    0.059442     0.094109      0.13077       0.1694      0.25188      0.38832      0.54063      0.65221      0.71209      0.77521      0.84223      0.91477      0.98043       0.99776  
    cl_mt_pol_c_p1v6      0.35714        1.7442       0.47998    'cl_mt_pol_c'       'fl_w'             3               6           0.025         0.27518     0.28024    7.3367      0        0               1     3.1141e-33     9.4645e-32     0.7944    0.92673     1.0838     1.1873     1.2656    1.3309     1.393    1.5064     1.676    1.8656     2.025    2.1246    2.2429    2.3994    2.6414    3.1199    3.6559          0.82455           0.96958                  1.45           0.97014                0.20261             0.39442                   1.017             0.96264                 0.23038                1             0.00043815    0.0050671    0.028552    0.061095     0.096441      0.13347      0.17285      0.25576      0.39254      0.54461      0.65594      0.71605      0.77769      0.84422      0.91604      0.98075        0.9978  
    cl_mt_pol_c_p1v7      0.42857        1.8141       0.48127    'cl_mt_pol_c'       'fl_w'             3               7           0.025         0.26529     0.32767    7.3459      0        0               1     2.2334e-33    -1.7709e-32    0.86579    0.99532     1.1536      1.257     1.3354    1.4013    1.4589     1.576    1.7412    1.9386    2.0937    2.1937    2.3104    2.4723     2.716    3.1988    3.7341          0.77016           0.96984                1.4308           0.97134                0.18893             0.38552                  1.0102             0.96425                 0.23162                1               0.000462    0.0052002    0.029283    0.062701     0.098425      0.13672      0.17546      0.25935      0.39618      0.54869      0.65919       0.7183      0.78029      0.84592       0.9172      0.98107       0.99785  
    cl_mt_pol_c_p1v8          0.5         1.884       0.48248    'cl_mt_pol_c'       'fl_w'             3               8           0.025         0.25609     0.37559     7.355      0        0               1    -5.8516e-33    -9.7154e-33     0.9363     1.0656     1.2231      1.327     1.4033    1.4695    1.5318    1.6417    1.8152    2.0045    2.1664    2.2633    2.3817    2.5399    2.7886    3.2739     3.817          0.72148           0.97001                1.4127           0.97246                 0.1767             0.37729                  1.0032             0.96565                 0.23279                1             0.00047997    0.0053746    0.030015    0.064827      0.10021      0.13861      0.17825      0.26248      0.40017      0.55169      0.66264      0.72099       0.7825       0.8478      0.91825      0.98136       0.99788  
    cl_mt_pol_c_p1v9      0.57143        1.9541       0.48357    'cl_mt_pol_c'       'fl_w'             3               9           0.025         0.24746     0.42924    7.3642      0        0               1     2.1635e-33      -4.78e-34     1.0091     1.1374     1.2945      1.396     1.4755    1.5394    1.5974    1.7131    1.8848    2.0745    2.2361    2.3324    2.4538    2.6101    2.8617    3.3526    3.9004          0.67764           0.97002                1.3954           0.97351                0.16552             0.36928                 0.99605             0.96697                 0.23384                1             0.00051225     0.005528     0.03091    0.065173      0.10214      0.14059       0.1808      0.26667      0.40345      0.55535      0.66514      0.72359      0.78469      0.84947      0.91914      0.98162       0.99792  
    cl_mt_pol_c_p1v10     0.64286        2.0245       0.48464    'cl_mt_pol_c'       'fl_w'             3              10           0.025         0.23939     0.49151    7.7584      0        0               1    -6.1732e-33     2.1701e-34     1.0779     1.2049     1.3619     1.4655     1.5406    1.6094    1.6698    1.7833    1.9502    2.1454    2.3061     2.402    2.5265    2.6825    2.9362    3.4302    3.9772          0.63825           0.96992                1.3798           0.97459                0.15539              0.3617                 0.98951             0.96825                 0.23487                1             0.00053577    0.0056846    0.031392    0.066368      0.10402      0.14352       0.1834      0.26842      0.40732      0.55837      0.66811      0.72595      0.78693      0.85116      0.92011      0.98186       0.99795  
    cl_mt_pol_c_p1v11     0.71429        2.0949       0.48575    'cl_mt_pol_c'       'fl_w'             3              11           0.025         0.23187     0.53655     7.768      0        0               1     1.9294e-36     6.3066e-34     1.1468     1.2744     1.4328     1.5353     1.6132    1.6794    1.7382    1.8535    2.0224    2.2161    2.3757    2.4725    2.5961    2.7552    3.0084     3.508     4.056          0.60268           0.96983                1.3651           0.97557                0.14603             0.35419                 0.98314             0.96938                 0.23595                1             0.00055372    0.0058204    0.032085    0.067896      0.10539      0.14466      0.18561       0.2716      0.41083      0.56132      0.67122      0.72831      0.78869      0.85255      0.92103      0.98209       0.99797  
    cl_mt_pol_c_p1v12     0.78571        2.1653       0.48682    'cl_mt_pol_c'       'fl_w'             3              12           0.025         0.22482     0.59021    7.7777      0        0               1    -1.4161e-32     2.4232e-32     1.2228     1.3458      1.504     1.6068       1.68    1.7482    1.8095    1.9235    2.0931    2.2848    2.4445    2.5457    2.6665    2.8282    3.0811    3.5842    4.1389          0.57047           0.96954                1.3521           0.97661                0.13773             0.34756                 0.97741             0.97045                 0.23699                1             0.00061086    0.0059863    0.033039    0.069342      0.10707      0.14669      0.18783      0.27429      0.41331      0.56399      0.67312      0.73093      0.79086      0.85387      0.92181      0.98232         0.998  
    cl_mt_pol_c_p1v13     0.85714        2.2358       0.48785    'cl_mt_pol_c'       'fl_w'             3              13           0.025          0.2182      0.6496    7.7873      0        0               1    -3.2407e-33     9.6517e-34     1.2878     1.4167      1.575     1.6748      1.755     1.817    1.8796    1.9908     2.162    2.3553    2.5146    2.6153    2.7379     2.898    3.1534    3.6594    4.2201          0.54107           0.96924                1.3396           0.97759                0.12985             0.34072                 0.97175             0.97153                   0.238                1             0.00057542    0.0061887    0.033802     0.06955      0.10836      0.14835      0.19004      0.27583      0.41522      0.56646       0.6755      0.73266      0.79223      0.85516      0.92261      0.98254       0.99803  
    cl_mt_pol_c_p1v14     0.92857        2.3067       0.48883    'cl_mt_pol_c'       'fl_w'             3              14           0.025         0.21192     0.70374     7.797      0        0               1    -2.5885e-33     1.0373e-32      1.359     1.4918     1.6419     1.7473      1.825    1.8867      1.95    2.0617    2.2333    2.4266    2.5846     2.686    2.8082    2.9727    3.2288    3.7376    4.2999          0.51402            0.9689                1.3278           0.97853                0.12278             0.33444                 0.96606             0.97249                 0.23896                1             0.00058934    0.0066482    0.033594    0.071683      0.10975      0.14986      0.19231      0.27887      0.41804      0.56881      0.67726      0.73437      0.79424      0.85642      0.92342      0.98275       0.99806  
    cl_mt_pol_c_p1v15           1        2.3772       0.48984    'cl_mt_pol_c'       'fl_w'             3              15           0.025         0.20606     0.75117    7.8066      0        0               1     2.3892e-32     5.1971e-34     1.4321     1.5564     1.7127     1.8164     1.8939    1.9577    2.0205    2.1338    2.3009    2.4941    2.6554    2.7573    2.8803    3.0413    3.3029    3.8162    4.3773          0.48927           0.96858                1.3165           0.97936                 0.1162             0.32837                 0.96037             0.97331                 0.23995                1             0.00064766    0.0064055    0.034191    0.072071      0.11119      0.15195      0.19342      0.28115      0.42027      0.57164      0.67962      0.73675      0.79556      0.85765      0.92405       0.9829       0.99809  

                           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    2.6421e-14    3.9269e-07    'cl_mt_pol_k'       'fl_w'             3               1           0.025      1.4863e+07           0    21.727      1        0      5.6215e-15              1    2.1766e-25          0         0         0         0         0         0         0         0         0         0         0         0         0         0         0         0         0       5.4776e-12           0.90253            2.1281e-13           0.98038             1.6342e-14             0.38207              1.542e-13                 1                 4.2268e-14             0.98499                   0            0           0           0            0            0            0            0            0            0            0            0            0            0            0            0             0  
    cl_mt_pol_k_p1v2     0.071429        4.7431        2.3151    'cl_mt_pol_k'       'fl_w'             3               2           0.025          0.4881    0.024925    21.726      0        0               1     -1.769e-34    1.3897e-11    0.97692    1.3892    1.9338    2.3149    2.6128    2.8675    3.0952    3.5584    4.3097    5.0928      5.85    6.2922    7.0379    7.8496    9.1555    12.305    17.058           5.1268           0.89934                7.1192           0.90935                0.71075             0.23007                 5.3596                 1                     1.0488             0.95461          0.00019116    0.0025494    0.017088     0.03938     0.065311     0.094172       0.1256      0.19591      0.31966      0.46743      0.58344      0.64762      0.71703      0.79414      0.88267      0.96973       0.99611  
    cl_mt_pol_k_p1v3      0.14286        4.7038        2.2843    'cl_mt_pol_k'       'fl_w'             3               3           0.025         0.48563    0.024996    21.725      0        0               1     4.7443e-34    1.1927e-10     1.0042    1.4083    1.9445    2.3185    2.6071    2.8554    3.0727    3.5301    4.2755    5.0263    5.7583    6.2849    6.9342    7.7083    9.1499      12.1    17.046           4.6437           0.90325                6.9143           0.91565                0.65575              0.2282                 5.2179                 1                     1.0406             0.95695           0.0001939    0.0026227    0.017331     0.04018      0.06636     0.095364      0.12701      0.19703      0.32111       0.4686      0.58382      0.64819      0.71762      0.79442      0.88276      0.96979        0.9961  
    cl_mt_pol_k_p1v4      0.21429        4.6695        2.2558    'cl_mt_pol_k'       'fl_w'             3               4           0.025         0.48308    0.048965    21.745      0        0               1    -1.0162e-33    1.4155e-11     1.0423    1.4275    1.9514    2.3183       2.6    2.8441    3.0553    3.5046    4.2332    4.9736    5.6864     6.283     6.833    7.6062    9.1451    11.917    17.013           4.2309           0.90655                6.7264           0.92128                0.60499             0.22554                 5.0884                 1                      1.033             0.95908          0.00020937    0.0026894    0.017602    0.040591     0.067017      0.09611      0.12782      0.19861      0.32213       0.4697      0.58482      0.64889      0.71825      0.79471      0.88285      0.96988       0.99609  
    cl_mt_pol_k_p1v5      0.28571        4.6416        2.2282    'cl_mt_pol_k'       'fl_w'             3               5           0.025         0.48006    0.053816    21.743      0        0               1     2.0577e-32    1.0089e-11     1.0687    1.4566    1.9687    2.3237    2.5979    2.8415    3.0512    3.4905    4.2013    4.9388     5.632    6.2224    6.7552    7.5092    9.0494    11.841    16.781           3.8713           0.90942                6.5499           0.92626                0.55976             0.22281                  4.965                 1                     1.0251             0.96093           0.0002177    0.0027653    0.017952    0.041038     0.067529     0.097131      0.12866      0.20019      0.32317      0.47114      0.58593       0.6499      0.71874      0.79531      0.88341      0.96991       0.99609  
    cl_mt_pol_k_p1v6      0.35714         4.613        2.2011    'cl_mt_pol_k'       'fl_w'             3               6           0.025         0.47714    0.074439    21.741      0        0               1    -1.2443e-32    7.2564e-12     1.1001    1.4701    1.9745    2.3284    2.6034    2.8326    3.0386    3.4745    4.1666    4.9236    5.5919    6.1805     6.654    7.4008    8.9296    11.824     16.54           3.5559           0.91181                6.3802           0.93087                0.51843             0.22008                 4.8447                 1                      1.017             0.96264          0.00022033     0.002849    0.018223    0.042001     0.068817     0.097708      0.13007      0.20095      0.32461      0.47228      0.58695      0.65055      0.71983      0.79603      0.88329      0.96999        0.9961  
    cl_mt_pol_k_p1v7      0.42857        4.5899        2.1769    'cl_mt_pol_k'       'fl_w'             3               7           0.025         0.47427    0.080724    21.757      0        0               1    -8.7855e-33     6.155e-12     1.1288    1.4961    1.9921    2.3361    2.5983    2.8357    3.0368    3.4559    4.1429    4.9248     5.583    6.0877     6.604    7.3332    8.8121    11.817    16.321           3.2831           0.91402                6.2299           0.93506                0.48082             0.21692                 4.7388                 1                     1.0102             0.96425          0.00023902    0.0029157    0.018437     0.04225     0.069033     0.098727      0.13084      0.20178        0.326      0.47352      0.58795      0.65223      0.72021      0.79668      0.88365      0.97007       0.99611  
    cl_mt_pol_k_p1v8          0.5        4.5687        2.1532    'cl_mt_pol_k'       'fl_w'             3               8           0.025          0.4713     0.10087    21.765      0        0               1    -6.0063e-33    4.6282e-13     1.1545    1.5198    2.0015    2.3413     2.602    2.8297    3.0344    3.4373    4.1269    4.9204    5.5797    6.0628     6.531    7.2652    8.7114     11.81    16.134           3.0403           0.91592                6.0866           0.93885                 0.4471             0.21392                 4.6363                 1                     1.0032             0.96565          0.00023287    0.0029995    0.018718    0.042873     0.069733     0.099915      0.13171      0.20381      0.32709      0.47458      0.58894      0.65214      0.72104      0.79712      0.88391      0.97016       0.99611  
    cl_mt_pol_k_p1v9      0.57143         4.549        2.1301    'cl_mt_pol_k'       'fl_w'             3               9           0.025         0.46826     0.10381    21.764      0        0               1     8.9687e-33    3.3502e-12     1.1786    1.5409    2.0184     2.346    2.6098    2.8304    3.0236    3.4344    4.1071    4.9141    5.5771    5.9999    6.4696    7.2072    8.6158    11.803    15.938           2.8237           0.91762                5.9498           0.94232                0.41633             0.21087                 4.5374                 1                    0.99605             0.96697          0.00026079    0.0031079    0.019041    0.043109     0.070691      0.10083      0.13252      0.20397      0.32894       0.4758      0.59046      0.65302      0.72219      0.79787      0.88463      0.97024       0.99612  
    cl_mt_pol_k_p1v10     0.64286        4.5318        2.1087    'cl_mt_pol_k'       'fl_w'             3              10           0.025         0.46531     0.12539    21.766      0        0               1     1.7253e-33    3.6932e-12     1.1996    1.5548     2.032      2.35    2.6116    2.8323    3.0348    3.4309    4.0819    4.8883    5.5732    5.9499    6.4265    7.1861    8.5182    11.794    15.743           2.6319           0.91921                5.8244           0.94552                0.38829             0.20772                 4.4466                 1                    0.98951             0.96825          0.00026113    0.0030741    0.019238    0.043485     0.070903      0.10086      0.13346       0.2055      0.32948      0.47727       0.5911      0.65418      0.72287      0.79843      0.88461       0.9703       0.99614  
    cl_mt_pol_k_p1v11     0.71429        4.5161        2.0879    'cl_mt_pol_k'       'fl_w'             3              11           0.025         0.46232     0.12498    21.774      0        0               1     9.1392e-34    8.1653e-13     1.2212    1.5754    2.0446    2.3583    2.6177    2.8311    3.0251    3.4244    4.0676    4.8619    5.5371    5.9096     6.382    7.1797    8.4558     11.77     15.57            2.459            0.9206                5.7047           0.94847                0.36228             0.20443                 4.3593                 1                    0.98314             0.96938          0.00027183    0.0032175    0.019872    0.044514      0.07156      0.10169      0.13419      0.20669      0.33073      0.47844      0.59246      0.65532      0.72349      0.79902       0.8851      0.97041       0.99614  
    cl_mt_pol_k_p1v12     0.78571        4.5009        2.0689    'cl_mt_pol_k'       'fl_w'             3              12           0.025         0.45966     0.14274     21.79      0        0               1      1.937e-32    2.7743e-14     1.2254    1.5822    2.0538     2.362     2.617    2.8435    3.0316    3.4204    4.0568    4.8329    5.5156    5.8782    6.3569    7.1795    8.3793    11.646    15.447           2.3052           0.92189                5.5967            0.9512                0.33907             0.20134                 4.2803                 1                    0.97741             0.97045          0.00025536    0.0031607    0.019966    0.044284     0.072301      0.10232      0.13525      0.20714      0.33266      0.47936      0.59328      0.65577      0.72418      0.79954      0.88551      0.97048       0.99616  
    cl_mt_pol_k_p1v13     0.85714         4.487        2.0503    'cl_mt_pol_k'       'fl_w'             3              13           0.025         0.45693     0.14998    21.781      0        0               1    -2.2476e-33    7.3644e-14     1.2523    1.5995    2.0604     2.365    2.6299    2.8412    3.0277     3.421    4.0464    4.8162    5.4786    5.8412    6.3535     7.177    8.3151    11.528    15.283           2.1657           0.92314                5.4926           0.95377                0.31729             0.19811                 4.2036                 1                    0.97175             0.97153          0.00026228    0.0032147    0.020218    0.044726     0.073139      0.10296      0.13682      0.20795      0.33367      0.48073      0.59444        0.657       0.7251      0.80018       0.8859      0.97053       0.99617  
    cl_mt_pol_k_p1v14     0.92857        4.4757        2.0322    'cl_mt_pol_k'       'fl_w'             3              14           0.025         0.45405     0.15626    21.787      0        0               1    -1.0004e-32    8.1461e-14     1.2696    1.6159    2.0757    2.3798    2.6285     2.839     3.025    3.4205    4.0353     4.797    5.4509    5.8101    6.3487    7.1683    8.2581    11.424    15.241           2.0385           0.92427                5.3933           0.95608                0.29752             0.19494                 4.1297                 1                    0.96606             0.97249          0.00028863    0.0033353    0.020568      0.0451     0.073663      0.10382      0.13649      0.20888      0.33407      0.48136      0.59509      0.65757       0.7259      0.80065      0.88639      0.97064       0.99618  
    cl_mt_pol_k_p1v15           1        4.4638        2.0143    'cl_mt_pol_k'       'fl_w'             3              15           0.025         0.45126     0.17497    21.799      0        0               1    -1.3664e-32    2.5515e-14     1.2797    1.6314    2.0781    2.3804    2.6403    2.8477     3.033    3.4234    4.0296    4.7799    5.4182    5.7738    6.3461    7.1432    8.2095    11.346    15.223           1.9219           0.92523                5.2971           0.95826                0.27925              0.1919                 4.0575                 1                    0.96037             0.97331          0.00027804    0.0034273      0.0203    0.045819     0.074525      0.10481      0.13797      0.20988      0.33664      0.48237      0.59608      0.65868      0.72695      0.80128      0.88654      0.97073        0.9962  

                         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    3.6755e-14    5.5279e-07     'cl_mt_coh'        'fl_w'             3               1           0.025      1.504e+07           0    56.844      1        0      5.6215e-15              1     3.2269e-32         0         0         0         0         0         0         0         0         0         0         0         0         0         0         0         0         0       7.6218e-12           0.89211            3.0557e-13              1                3.3377e-14             0.55436              2.1281e-13             0.98038              5.9382e-14             0.98303                   0            0           0           0            0            0            0            0            0            0            0            0            0            0            0            0             0  
    cl_mt_coh_p1v2     0.071429        6.6583        3.3817     'cl_mt_coh'        'fl_w'             3               2           0.025        0.50789    0.071429    56.915      0        0               1     -1.769e-34    -2.3536e-33    1.4975     2.048    2.7485    3.2489    3.6492    3.9744    4.2997    4.9252    5.9009    7.0768    8.1527    8.8532    9.7539    11.005    13.207    18.311    25.191           7.3642           0.88439                11.436              1                    2.7669             0.61316                  7.1192             0.90935                  1.5495             0.96553          0.00022515    0.0028638    0.017635     0.04073     0.067896     0.095371      0.12718      0.19693      0.31876      0.46244      0.57699       0.6414      0.71113      0.78764      0.87777      0.96815       0.99583  
    cl_mt_coh_p1v3      0.14286        6.6468        3.3057     'cl_mt_coh'        'fl_w'             3               3           0.025        0.49734     0.14286    56.987      0        0               1     4.7443e-34    -6.0226e-34     1.594    2.1444    2.8449    3.3203    3.6956    4.0209    4.3461    4.9466    5.8973    7.0732     8.099    8.7745    9.6502    10.901    13.028    18.057    24.837           6.6094           0.88835                10.928              1                    2.4923             0.59932                  6.9143             0.91565                  1.5213             0.96669          0.00023212     0.003075    0.018848    0.042157     0.068787     0.097288      0.13011      0.19954      0.32125      0.46834      0.58035      0.64348      0.71271      0.79031      0.87879      0.96855       0.99588  
    cl_mt_coh_p1v4      0.21429        6.6463        3.2367     'cl_mt_coh'        'fl_w'             3               4           0.025        0.48699     0.21429    57.058      0        0               1     7.8453e-33     -2.508e-32    1.6904    2.2409    2.9164    3.3917     3.767    4.0923    4.3925     4.993    5.9187    7.0696    8.0704    8.7459    9.5965    10.797    12.899    17.828    24.508           5.9721           0.89183                10.476              1                    2.2539              0.5856                  6.7264             0.92128                  1.4958             0.96789          0.00023943     0.003308    0.019372    0.043683     0.071184      0.10091      0.13255      0.20373      0.32573       0.4728      0.58437      0.64863      0.71665      0.79269      0.88082      0.96899       0.99595  
    cl_mt_coh_p1v5      0.28571        6.6581        3.1735     'cl_mt_coh'        'fl_w'             3               5           0.025        0.47664     0.28571     57.13      0        0               1     3.1526e-32     1.4119e-31    1.8119    2.3123    2.9878    3.4632    3.8134    4.1387    4.4389    5.0394    5.9401     7.066    8.0667    8.6922    9.5429    10.744     12.77    17.599    24.204           5.4256           0.89489                10.071              1                     2.049             0.57266                  6.5499             0.92626                  1.4724             0.96909           0.0002927    0.0032188    0.019585    0.044464     0.071241      0.10137      0.13367      0.20769      0.32859      0.47572      0.58948      0.65029      0.71933      0.79553      0.88166      0.96923       0.99601  
    cl_mt_coh_p1v6      0.35714        6.6721        3.1139     'cl_mt_coh'        'fl_w'             3               6           0.025        0.46671     0.35714    57.201      0        0               1    -9.3289e-33     9.4645e-32    1.9083    2.4087    3.0843    3.5346    3.8849    4.2101    4.5104    5.0858    5.9865    7.0623    8.0381    8.6886    9.5142    10.665    12.692     17.42    23.925           4.9519           0.89754                9.6966              1                    1.8664             0.56005                  6.3802             0.93087                    1.45             0.97014           0.0003047    0.0033715    0.020813    0.045523     0.073085      0.10479      0.13812      0.21069      0.33425       0.4783      0.59081      0.65446      0.72312      0.79768      0.88386      0.96968       0.99606  
    cl_mt_coh_p1v7      0.42857        6.6955        3.0606     'cl_mt_coh'        'fl_w'             3               7           0.025        0.45711     0.42857    57.272      0        0               1    -1.0803e-32    -4.4955e-32    2.0048    2.5052    3.1557     3.606    3.9563    4.2815    4.5568    5.1322    6.0079    7.0837    8.0344     8.685    9.4856    10.611    12.588    17.267    23.672           4.5452           0.90004                9.3672              1                    1.7066              0.5476                  6.2299             0.93506                  1.4308             0.97134          0.00031722    0.0035863    0.021053    0.046639     0.074827      0.10737      0.13842      0.21228       0.3355      0.48272      0.59423      0.65874       0.7254      0.79934      0.88471      0.97017       0.99612  
    cl_mt_coh_p1v8          0.5        6.7235        3.0109     'cl_mt_coh'        'fl_w'             3               8           0.025        0.44781         0.5    57.344      0        0               1    -1.5746e-32    -7.3133e-33    2.1012    2.5766    3.2271    3.6775    4.0277     4.353    4.6282    5.1786    6.0543    7.1051    8.0558    8.6813    9.4569    10.583    12.509    17.113    23.418           4.1879           0.90227                9.0652              1                     1.566             0.53583                  6.0866             0.93885                  1.4127             0.97246          0.00033638    0.0035215    0.021169     0.04736     0.076495      0.10983      0.14192       0.2144      0.33991      0.48493      0.59832      0.66126      0.72749      0.80168      0.88601      0.97051       0.99615  
    cl_mt_coh_p1v9      0.57143        6.7555        2.9641     'cl_mt_coh'        'fl_w'             3               9           0.025        0.43877     0.57143    57.415      0        0               1     1.0325e-32     2.2848e-32    2.1977    2.6731    3.3236    3.7739    4.0992    4.3994    4.6996      5.25    6.1007    7.1515    8.0772    8.6777    9.4533    10.554    12.456    16.984    23.214           3.8722           0.90429                8.7862              1                    1.4409             0.52447                  5.9498             0.94232                  1.3954             0.97351          0.00036029    0.0037315    0.022292    0.049848     0.077747      0.10913      0.14456      0.21907      0.34381      0.49122      0.60213      0.66358      0.73048      0.80383      0.88764      0.97095       0.99622  
    cl_mt_coh_p1v10     0.64286        6.7923        2.9213     'cl_mt_coh'        'fl_w'             3              10           0.025        0.43008     0.64286    57.487      0        0               1    -7.1729e-33     1.7488e-33    2.2691    2.7695     3.395    3.8453    4.1706    4.4708     4.746    5.2965    6.1471    7.1729    8.0986    8.6741    9.4497    10.525    12.402    16.855     23.01           3.5943           0.90618                8.5337              1                    1.3295              0.5134                  5.8244             0.94552                  1.3798             0.97459          0.00033227    0.0039365    0.022451    0.050291     0.078894      0.11078      0.14458      0.21979      0.34637      0.49259      0.60655      0.66534      0.73266       0.8055      0.88887      0.97124       0.99629  
    cl_mt_coh_p1v11     0.71429        6.8321        2.8807     'cl_mt_coh'        'fl_w'             3              11           0.025        0.42165     0.71429    57.558      0        0               1     3.6812e-33     9.6269e-34    2.3656    2.8659    3.4914    3.9168     4.242    4.5422    4.8175    5.3679    6.1935    7.2193      8.12    8.6955     9.446    10.522    12.348    16.752    22.806            3.346           0.90792                8.2986              1                    1.2287             0.50253                  5.7047             0.94847                  1.3651             0.97557          0.00034416    0.0042432    0.023518    0.050907     0.080009      0.11293      0.14673      0.22409      0.34873      0.49686       0.6078      0.66824      0.73434      0.80798      0.88979      0.97167       0.99632  
    cl_mt_coh_p1v12     0.78571        6.8739         2.844     'cl_mt_coh'        'fl_w'             3              12           0.025        0.41374     0.78571     57.63      0        0               1     1.1375e-31     1.6984e-31     2.462    2.9374    3.5629    3.9882    4.3385    4.6137    4.8889    5.4143    6.2399    7.2657    8.1414    8.7168    9.4674    10.518     12.32    16.673    22.653           3.1264           0.90955                8.0883              1                    1.1394             0.49218                  5.5967              0.9512                  1.3521             0.97661           0.0003932    0.0041605    0.023647     0.05129     0.083273      0.11457       0.1489      0.22417      0.35063        0.501      0.61039      0.67067      0.73745      0.80975       0.8909      0.97213       0.99639  
    cl_mt_coh_p1v13     0.85714        6.9182        2.8088     'cl_mt_coh'        'fl_w'             3              13           0.025        0.40601     0.85714    57.701      0        0               1     1.5059e-32     2.8438e-32    2.5585    3.0088    3.6343    4.0596    4.4099    4.6851    4.9603    5.4857    6.3114    7.2871    8.1878    8.7382    9.4638    10.515    12.316    16.594    22.474           2.9284            0.9111                7.8896              1                    1.0573             0.48189                  5.4926             0.95377                  1.3396             0.97759          0.00041993    0.0040637    0.023724    0.051862     0.084455      0.11599      0.15185      0.22715      0.35606      0.50055       0.6145      0.67309      0.73843      0.81137      0.89279      0.97254       0.99642  
    cl_mt_coh_p1v14     0.92857        6.9668        2.7759     'cl_mt_coh'        'fl_w'             3              14           0.025        0.39844     0.92857    57.772      0        0               1    -6.0035e-34    -3.8722e-32    2.6299    3.1053    3.7307    4.1561    4.4813    4.7565    5.0317    5.5571    6.3578    7.3335    8.2092    8.7846    9.4852    10.511    12.287    16.491     22.32           2.7491           0.91254                7.7055              1                   0.98434             0.47216                  5.3933             0.95608                  1.3278             0.97853          0.00039229    0.0042549    0.024891    0.054199     0.085591       0.1174      0.15337      0.23047      0.35707      0.50391      0.61539      0.67716      0.74058      0.81244      0.89349      0.97267       0.99647  
    cl_mt_coh_p1v15           1        7.0151        2.7443     'cl_mt_coh'        'fl_w'             3              15           0.025        0.39119           1    57.844      0        0               1    -3.0312e-32     -9.947e-32    2.7263    3.1767    3.8022    4.2275    4.5527     4.828    5.1032    5.6286    6.4292    7.3799    8.2556     8.806    9.5066    10.532    12.284    16.437    22.191           2.5862           0.91385                7.5309              1                   0.91734             0.46272                  5.2971             0.95826                  1.3165             0.97936          0.00044211    0.0042758    0.024897    0.054494     0.086251      0.11887      0.15514      0.23363      0.36183      0.50583        0.619      0.67885      0.74278      0.81489      0.89503      0.97309       0.99652  

                       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.9761    1.5819     'cl_mt_val'      'fl_r_save'          4               1         0.44365     0.19833     -0.23961    15.944      0       1.2277e-33      1       4.5667e-34    -9.9939e-34    3.4771    4.4134    5.3899    5.9404     6.318    6.6238    6.8858    7.3409    7.9605    8.5843    9.0512    9.3211    9.6358     10.03    10.614    11.665    12.669         2.5023                1                 3.9631             0.90516              0.033905              0.092604               3.1873               0.89674               0.74197               0.95957          0.00040565    0.0050344    0.030163    0.065989      0.10442      0.14489      0.18732      0.27648      0.42042      0.57635      0.68667      0.74394      0.80339      0.86498      0.92951      0.98481       0.99837  
    cl_mt_val_p2v2     0.0042857    7.9794    1.5843     'cl_mt_val'      'fl_r_save'          4               2         0.44365     0.19854     -0.24013    16.032      0       -1.131e-31      1      -3.2638e-32    -3.9941e-32    3.4766     4.413    5.3894      5.94    6.3176     6.625    6.8864    7.3463    7.9626    8.5858    9.0547    9.3258    9.6419    10.037    10.623    11.682      12.7         2.5099                1                 3.9911             0.90462              0.056585               0.11512               3.1917               0.89919               0.74278               0.96041          0.00040459    0.0050215    0.030088    0.065833      0.10418      0.14503      0.18718       0.2765      0.42033      0.57616      0.68629      0.74386      0.80331      0.86492      0.92946      0.98479       0.99837  
    cl_mt_val_p2v3     0.0085714    7.9827    1.5878     'cl_mt_val'      'fl_r_save'          4               3         0.44365     0.19891     -0.24311    16.132      0       4.9736e-34      1      -1.6368e-33     -8.548e-34    3.4795    4.4111    5.3889    5.9386    6.3162     6.627    6.8834    7.3457    7.9692    8.5901    9.0581    9.3318    9.6471    10.045    10.634    11.702    12.739         2.5212                1                 4.0329             0.90392              0.092011               0.14238               3.1969               0.90218               0.74398               0.96161          0.00041735    0.0050093     0.03018    0.065785      0.10432      0.14526       0.1871      0.27627      0.42086      0.57591      0.68642       0.7438      0.80312      0.86483      0.92942      0.98477       0.99837  
    cl_mt_val_p2v4      0.012857    7.9968    1.5933     'cl_mt_val'      'fl_r_save'          4               4         0.44365     0.19925     -0.23855    16.253      0      -5.2763e-33      1      -4.4244e-33     1.2631e-33    3.4842     4.417    5.3939    5.9514    6.3294    6.6377    6.8995    7.3613    7.9804    8.6046     9.073    9.3479    9.6685    10.069     10.66    11.743    12.801         2.5388                1                 4.0958             0.90308               0.14567               0.17427               3.2042               0.90564               0.74599               0.96316          0.00041481     0.005016    0.030163    0.065962      0.10432      0.14495       0.1872      0.27643      0.42046      0.57594      0.68604      0.74384      0.80305      0.86468      0.92926      0.98473       0.99836  
    cl_mt_val_p2v5      0.017143     8.015    1.6012     'cl_mt_val'      'fl_r_save'          4               5         0.44365     0.19978     -0.23521    16.386      0       1.2237e-33      1       1.3563e-34     4.3758e-35    3.4872    4.4269    5.4083    5.9609    6.3392     6.646    6.9105    7.3777    7.9945    8.6217    9.0973    9.3699    9.6894    10.095    10.695    11.797    12.886         2.5639                1                 4.1862             0.90216               0.22515               0.21085               3.2121               0.90929               0.74899               0.96515           0.0004099    0.0050157    0.030025    0.065776      0.10422      0.14512      0.18717       0.2765       0.4202      0.57556      0.68616      0.74348      0.80297      0.86449      0.92912      0.98467       0.99835  
    cl_mt_val_p2v6      0.021429     8.031    1.6128     'cl_mt_val'      'fl_r_save'          4               6         0.44365     0.20082     -0.23961    16.525      0       1.0935e-32      1       2.1387e-33     4.3654e-35    3.4828    4.4285     5.411    5.9652      6.35    6.6528    6.9196    7.3827    8.0053    8.6368    9.1131    9.3923    9.7175    10.128    10.737    11.863    12.987          2.601                1                  4.316             0.90118               0.34157               0.25266               3.2208                0.9125                0.7537               0.96757          0.00040339    0.0050388    0.030058    0.065571      0.10408      0.14476      0.18685      0.27582      0.41959      0.57504      0.68541      0.74328      0.80247      0.86428      0.92893       0.9846       0.99834  
    cl_mt_val_p2v7      0.025714    8.0674     1.629     'cl_mt_val'      'fl_r_save'          4               7         0.44365     0.20192     -0.23468     16.69      0       1.3303e-33      1       1.0795e-33    -1.9033e-34    3.4947    4.4423    5.4333    5.9845    6.3707    6.6797    6.9438    7.4065    8.0402    8.6727    9.1562    9.4375    9.7678    10.187    10.809    11.965    13.133         2.6536                1                 4.5009             0.90042               0.50997               0.29945               3.2302               0.91467               0.76071               0.97041          0.00040837     0.005034    0.030004    0.065566      0.10405      0.14456      0.18669      0.27555      0.41976      0.57459      0.68492      0.74253       0.8021      0.86384      0.92869      0.98452       0.99833  
    cl_mt_val_p2v8          0.03    8.1146    1.6516     'cl_mt_val'      'fl_r_save'          4               8         0.44365     0.20354     -0.23245    16.865      0      -3.0121e-31      1      -4.7299e-32     -1.415e-32    3.5155    4.4614    5.4563    6.0102    6.3945    6.7074    6.9736    7.4434    8.0781     8.722    9.2132    9.5001    9.8375    10.266    10.906    12.101    13.317         2.7279                1                 4.7629             0.90003               0.75413               0.35189               3.2376               0.91435               0.77109               0.97372          0.00040845    0.0049697    0.030011    0.065608      0.10374      0.14466      0.18628      0.27549       0.4189        0.574      0.68445      0.74189      0.80143       0.8633      0.92833      0.98442       0.99831  
    cl_mt_val_p2v9      0.034286    8.1833    1.6838     'cl_mt_val'      'fl_r_save'          4               9         0.44365     0.20576     -0.22888    17.054      0       1.4572e-32      1       1.0797e-33     1.7455e-34    3.5302    4.4908    5.4839     6.048    6.4363    6.7464    7.0183    7.4938    8.1356     8.794    9.2972    9.5898    9.9398     10.38    11.044    12.286    13.557         2.8352                1                 5.1408             0.90043                1.1116               0.41047               3.2423               0.90983               0.78687               0.97731          0.00040406    0.0050005    0.029945    0.065222      0.10372      0.14398      0.18583      0.27531      0.41802       0.5729      0.68368      0.74102      0.80078      0.86267      0.92791      0.98429       0.99829  
    cl_mt_val_p2v10     0.038571    8.2812    1.7297     'cl_mt_val'      'fl_r_save'          4              10         0.44365     0.20887     -0.22601    17.264      0       1.6054e-31      1       8.3508e-32     -8.522e-32     3.552    4.5223    5.5273    6.1006    6.4858     6.804    7.0809    7.5641      8.22    8.8979    9.4164     9.721    10.085    10.545    11.243    12.538     13.87         2.9918                1                 5.6969             0.90212                1.6458               0.47574               3.2399               0.89821               0.81117               0.98111          0.00039942     0.004966    0.029812    0.065327      0.10325      0.14345      0.18525      0.27363      0.41667      0.57159      0.68222      0.73986      0.79973      0.86185      0.92738      0.98414       0.99827  
    cl_mt_val_p2v11     0.042857     8.429    1.7968     'cl_mt_val'      'fl_r_save'          4              11         0.44365     0.21317     -0.22215    17.487      0      -4.3841e-31      1       -2.987e-31     -1.396e-32    3.5867    4.5734    5.5953    6.1716    6.5701    6.8965    7.1792    7.6709    8.3512    9.0565    9.6001    9.9221    10.305    10.795    11.531    12.893    14.288         3.2285                1                 6.5543              0.9058                2.4772               0.54837               3.2267               0.87509               0.85035               0.98494          0.00039873    0.0049473    0.029649    0.064829      0.10256      0.14243      0.18441      0.27244      0.41506      0.57001      0.68031      0.73821      0.79819      0.86071      0.92668      0.98396       0.99825  
    cl_mt_val_p2v12     0.047143    8.6561    1.8976     'cl_mt_val'      'fl_r_save'          4              12         0.44365     0.21922     -0.21705    17.726      0       5.4269e-33      1       2.5098e-33     3.7527e-10    3.6502    4.6497     5.699    6.2882    6.7011    7.0354     7.324    7.8415    8.5576    9.3044     9.889    10.237    10.648    11.175    11.963    13.398    14.862         3.6009                1                 7.9448             0.91216                3.8399               0.62846               3.1882               0.83382               0.91668               0.98843           0.0003953    0.0048863    0.029385    0.064062       0.1018      0.14148      0.18286      0.27066      0.41251      0.56755       0.6779      0.73611      0.79626      0.85924      0.92586      0.98376       0.99823  
    cl_mt_val_p2v13     0.051429    9.0361    2.0579     'cl_mt_val'      'fl_r_save'          4              13         0.44365     0.22775     -0.21007    17.973      0       1.7969e-32      1      -4.2715e-33     2.3615e-10    3.7305    4.7818    5.8658    6.4774    6.9082    7.2624     7.575    8.1282    8.9066    9.7336    10.383    10.767    11.223      11.8    12.648    14.163    15.681         4.2351                1                  10.45             0.92201                6.3085               0.71607                  3.1               0.76288                1.0411               0.99085          0.00038587    0.0047978    0.028905     0.06314      0.10026      0.13974      0.18048      0.26756        0.409      0.56359      0.67456      0.73307      0.79386      0.85749      0.92491      0.98358       0.99821  
    cl_mt_val_p2v14     0.055714    9.7543    2.3364     'cl_mt_val'      'fl_r_save'          4              14         0.44365     0.23952     -0.20097    18.234      0       2.8603e-33      1      -4.4073e-33     4.6482e-09    3.8882    5.0053    6.1622      6.83    7.3078    7.7044    8.0526    8.6898    9.6029    10.579    11.338     11.78     12.29    12.926    13.837    15.404    16.856         5.4587                1                 15.793              0.9358                11.572               0.80906               2.9027               0.64306                1.3185               0.99012          0.00036789    0.0046431    0.028019    0.061513     0.097695      0.13637      0.17669      0.26248      0.40317      0.55823      0.67039      0.72962      0.79129      0.85582      0.92421      0.98354       0.99824  
    cl_mt_val_p2v15         0.06    11.493    2.8221     'cl_mt_val'      'fl_r_save'          4              15         0.44365     0.24555     -0.18882      18.5      0       3.1992e-33      1       3.4778e-34     1.1395e-07    4.2483    5.5337     6.899    7.7376    8.3639    8.8952    9.3775    10.262    11.495    12.726     13.61    14.097     14.64    15.279    16.121    17.302    18.012         7.9643                1                 29.661             0.95345                25.213               0.89799               2.3756               0.44643                2.0724                0.9798          0.00034284    0.0043077    0.026422    0.058354     0.093434      0.13098      0.17075      0.25623       0.3983      0.55635      0.67081      0.73109      0.79356      0.85861      0.92677      0.98466       0.99842  

                         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.8188    0.48881    'cl_mt_pol_c'     'fl_r_save'          4               1         0.44365     0.26876     0.34217    6.9245      0        0        1      -5.4954e-34    -3.8004e-34    0.87863    1.0075    1.1642    1.2637    1.3406    1.4047     1.467    1.5749    1.7441    1.9336    2.0889    2.1911     2.308    2.4724    2.7375     3.289     3.924        0.74197             0.95957              1.3329              0.9852              0.016683              0.14745                1.0773               0.98089               0.23894                  1             0.00048458    0.0052444    0.029575    0.062879     0.098956      0.13657      0.17584      0.25951      0.39633      0.54793      0.65831        0.717      0.77864      0.84468      0.91558       0.9804       0.99773  
    cl_mt_pol_c_p2v2     0.0042857    1.8192    0.48817    'cl_mt_pol_c'     'fl_r_save'          4               2         0.44365     0.26834     0.34217    7.3094      0        0        1        1.814e-32    -5.2055e-33    0.87863    1.0075    1.1643    1.2647    1.3406    1.4049    1.4673    1.5756    1.7458    1.9349    2.0907    2.1916    2.3083    2.4724    2.7374    3.2816    3.9024        0.74278             0.96041               1.338             0.98422              0.027188               0.1795                1.0725               0.98058               0.23831                  1             0.00048348    0.0052325    0.029509    0.062846     0.098755      0.13647      0.17621      0.25993      0.39707      0.54775      0.65883      0.71732      0.77891      0.84468      0.91578      0.98046       0.99775  
    cl_mt_pol_c_p2v3     0.0085714    1.8199    0.48725    'cl_mt_pol_c'     'fl_r_save'          4               3         0.44365     0.26773     0.34217    7.3145      0        0        1       6.6233e-33    -1.1467e-33    0.87851    1.0075    1.1642    1.2647    1.3422     1.406    1.4673    1.5779    1.7477    1.9356    2.0907    2.1956    2.3121     2.472    2.7361    3.2721    3.8752        0.74398             0.96161              1.3455             0.98279              0.042779              0.21572                1.0654               0.97973               0.23742                  1             0.00047932    0.0052171    0.029704    0.063267      0.09935       0.1374      0.17645      0.26061      0.39747      0.54856       0.6592      0.71722      0.77908      0.84482      0.91588      0.98056       0.99776  
    cl_mt_pol_c_p2v4      0.012857    1.8211     0.4861    'cl_mt_pol_c'     'fl_r_save'          4               4         0.44365     0.26693     0.34217    7.3213      0        0        1      -8.0376e-33     2.2433e-33    0.87855    1.0083    1.1643    1.2647    1.3422    1.4061    1.4683     1.579    1.7495    1.9357    2.0948    2.1958    2.3139    2.4758    2.7336    3.2621    3.8474        0.74599             0.96316              1.3571             0.98085              0.065149              0.25547                1.0557               0.97807               0.23629                  1             0.00047628    0.0053172    0.029529    0.062914     0.098841      0.13669      0.17616      0.26009      0.39691      0.54872      0.65857      0.71776      0.77957       0.8449      0.91614      0.98069       0.99778  
    cl_mt_pol_c_p2v5      0.017143     1.823    0.48465    'cl_mt_pol_c'     'fl_r_save'          4               5         0.44365     0.26586     0.34217    7.3295      0        0        1       1.5215e-33     2.3074e-33    0.87841    1.0081    1.1655    1.2659    1.3431    1.4095    1.4717    1.5789     1.751      1.94     2.101    2.1973    2.3197    2.4826    2.7346    3.2463     3.814        0.74899             0.96515              1.3739             0.97825              0.096397              0.29826                1.0427               0.97516               0.23489                  1             0.00047026    0.0052524    0.029338    0.062992     0.098916      0.13761      0.17601      0.26009      0.39746      0.54892        0.659      0.71791       0.7799      0.84532      0.91658      0.98081        0.9978  
    cl_mt_pol_c_p2v6      0.021429    1.8255    0.48299    'cl_mt_pol_c'     'fl_r_save'          4               6         0.44365     0.26457     0.34217     7.339      0        0        1       5.9628e-33      1.595e-33    0.88118    1.0106    1.1678    1.2674    1.3431    1.4116     1.474    1.5856    1.7529    1.9424    2.1059    2.2019    2.3239    2.4815    2.7331    3.2287    3.7781         0.7537             0.96757              1.3983              0.9749               0.13923              0.34389                1.0258               0.97043               0.23328                  1              0.0004945    0.0053017    0.029666    0.062787      0.09867      0.13722      0.17642      0.25973      0.39693      0.54865      0.65927      0.71929      0.78045      0.84591        0.917      0.98097       0.99783  
    cl_mt_pol_c_p2v7      0.025714    1.8296    0.48122    'cl_mt_pol_c'     'fl_r_save'          4               7         0.44365     0.26302     0.34217    7.3497      0        0        1      -5.5634e-33    -4.4094e-33    0.88128    1.0116    1.1711    1.2711    1.3488    1.4132    1.4766    1.5908    1.7596    1.9528    2.1127    2.2099    2.3286    2.4843    2.7296    3.2106    3.7457        0.76071             0.97041              1.4336             0.97083               0.19725              0.39209                1.0048               0.96309               0.23158                  1             0.00048445     0.005369    0.029775    0.063066     0.098696      0.13666      0.17632      0.26072      0.39729      0.54907      0.65985      0.71915      0.78076      0.84644      0.91738      0.98118       0.99785  
    cl_mt_pol_c_p2v8          0.03    1.8356    0.47946    'cl_mt_pol_c'     'fl_r_save'          4               8         0.44365      0.2612     0.34217    7.3613      0        0        1       5.6323e-31     -2.734e-32    0.88147    1.0118    1.1734     1.275    1.3535     1.421    1.4826    1.5992    1.7679    1.9619    2.1208    2.2169    2.3369    2.4888    2.7285    3.1937    3.7196        0.77109             0.97372              1.4841             0.96605               0.27557              0.44295               0.97859               0.95202               0.22989                  1             0.00046941     0.005197    0.029375     0.06294     0.098799      0.13655      0.17627       0.2599      0.39735      0.54955      0.66061      0.71995      0.78168      0.84717        0.918      0.98133       0.99787  
    cl_mt_pol_c_p2v9      0.034286    1.8447    0.47817    'cl_mt_pol_c'     'fl_r_save'          4               9         0.44365     0.25922     0.34217     7.759      0        0        1       1.5396e-32     1.7455e-34    0.88253    1.0154    1.1773    1.2827    1.3607    1.4292    1.4906    1.6066    1.7782    1.9739    2.1338    2.2305    2.3449    2.4961    2.7284    3.1837    3.7073        0.78687             0.97731              1.5578             0.96082                0.3821              0.49685               0.94706               0.93581               0.22864                  1             0.00046147    0.0052147    0.029504    0.062923     0.098682      0.13649      0.17599      0.26015      0.39789      0.55071      0.66171       0.7205       0.7826      0.84801      0.91858       0.9815       0.99789  
    cl_mt_pol_c_p2v10     0.038571    1.8584      0.478    'cl_mt_pol_c'     'fl_r_save'          4              10         0.44365     0.25721     0.34217    7.7732      0        0        1       3.7121e-31    -1.4979e-31     0.8859    1.0203    1.1847    1.2907    1.3694    1.4392    1.5045    1.6243    1.7988    1.9952    2.1522    2.2477    2.3603    2.5085    2.7331    3.1827    3.7097        0.81117             0.98111              1.6677             0.95559               0.52984              0.55421               0.90934               0.91224               0.22848                  1             0.00046166    0.0052453    0.029376    0.062699     0.098573      0.13658      0.17594      0.26025      0.39907       0.5511      0.66252      0.72174      0.78372      0.84887      0.91907      0.98162        0.9979  
    cl_mt_pol_c_p2v11     0.042857    1.8799     0.4805    'cl_mt_pol_c'     'fl_r_save'          4              11         0.44365     0.25559     0.34217    7.7882      0        0        1      -1.4338e-31     1.5852e-31    0.89226    1.0281    1.1953    1.3048    1.3884    1.4595    1.5227    1.6448    1.8253    2.0232    2.1776    2.2719    2.3838    2.5277    2.7511    3.2027    3.7434        0.85035             0.98494               1.841             0.95142               0.74491              0.61663               0.86522               0.87745               0.23088                  1             0.00047312    0.0051929    0.029351     0.06247     0.098287      0.13647      0.17656      0.26021      0.39858      0.55197      0.66346      0.72253      0.78448      0.84961      0.91958      0.98173        0.9979  
    cl_mt_pol_c_p2v12     0.047143    1.9148    0.48873    'cl_mt_pol_c'     'fl_r_save'          4              12         0.44365     0.25523     0.34217    7.8039      0        0        1      -2.0025e-32     7.8203e-34    0.89704    1.0399    1.2121    1.3253    1.4119    1.4881    1.5541    1.6788    1.8632    2.0615    2.2184    2.3119    2.4228    2.5674    2.7947    3.2603     3.833        0.91668             0.98843              2.1304             0.94973                1.0783              0.68522                0.8133               0.82588               0.23885                  1               0.000453    0.0052541    0.028961    0.062441      0.09805      0.13584      0.17606      0.26008      0.39897      0.55253      0.66399      0.72306      0.78494      0.84984      0.91954      0.98166       0.99788  
    cl_mt_pol_c_p2v13     0.051429    1.9775    0.51055    'cl_mt_pol_c'     'fl_r_save'          4              13         0.44365     0.25817     0.34217    8.2084      0        0        1      -2.3876e-32     2.3615e-10    0.90905    1.0577    1.2402    1.3602    1.4513    1.5305    1.6044    1.7365    1.9277    2.1301    2.2872    2.3836    2.5004    2.6536    2.8956    3.3997    4.0321         1.0411             0.99085              2.6797             0.95307                1.6665              0.76248               0.75258               0.74653               0.26066                  1             0.00045211    0.0050202    0.028708    0.061936     0.097324      0.13507      0.17455      0.25918      0.39816      0.55202      0.66333      0.72235      0.78412      0.84913      0.91894       0.9814       0.99784  
    cl_mt_pol_c_p2v14     0.055714     2.109    0.56996    'cl_mt_pol_c'     'fl_r_save'          4              14         0.44365     0.27026     0.34217    8.2263      0        0        1       5.1574e-33    -1.4129e-33    0.92487     1.089    1.2916    1.4283    1.5305    1.6214    1.6999    1.8454    2.0456    2.2644    2.4423     2.552    2.6861     2.864    3.1489    3.7361    4.4487         1.3185             0.99012              3.9717             0.96472                2.9647              0.84971               0.68214               0.61948               0.32486                  1             0.00042591    0.0049153    0.027766    0.060165     0.095505      0.13266      0.17213      0.25609      0.39449      0.54756      0.65905      0.71817      0.78017      0.84589      0.91681      0.98078       0.99776  
    cl_mt_pol_c_p2v15         0.06    2.4918    0.74949    'cl_mt_pol_c'     'fl_r_save'          4              15         0.44365     0.30079     0.34217    8.2447      0        0        1       1.1565e-32    -2.9747e-35    0.97488    1.1735    1.4338    1.6093    1.7404    1.8466    1.9426    2.1212    2.3889    2.6944    2.9486    3.1024    3.2868    3.5274    3.8873    4.5114    5.2362         2.0724              0.9798              8.1163             0.98238                6.9549              0.93271                0.5997               0.42435               0.56173                  1             0.00038418    0.0043707    0.025669    0.056295     0.089951      0.12597      0.16394      0.24555      0.38123        0.534      0.64711      0.70785      0.77171      0.83989      0.91404      0.98048        0.9976  

                         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.6353    2.2469    'cl_mt_pol_k'     'fl_r_save'          4               1         0.44365     0.48473     0.086532    33.182      0        0        1       4.5667e-34     6.5213e-25    1.1238    1.4885    1.9817    2.3136     2.585    2.8234    3.0394    3.4669    4.1536    4.9594    5.6802    6.1541    6.7219     7.553    8.9393    12.233    16.565         3.1873             0.89674              6.1919             0.99562              0.06603                0.12696               5.0486                  1                   1.0773               0.98089           0.0002275    0.0028657    0.018284    0.041619     0.068171     0.097218      0.12889      0.19919      0.32277      0.46921       0.5839      0.64756      0.71689      0.79403      0.88191      0.96959       0.99604  
    cl_mt_pol_k_p2v2     0.0042857    4.6315    2.2405    'cl_mt_pol_k'     'fl_r_save'          4               2         0.44365     0.48376     0.086532    30.601      0        0        1      -3.2638e-32     2.1116e-21    1.1238    1.4885    1.9818    2.3136     2.585    2.8234    3.0394    3.4669    4.1594    4.9533    5.6704    6.1428    6.7353    7.5614    8.9193    12.159    16.632         3.1917             0.89919              6.1931             0.99257              0.10064                0.14477               5.0199                  1                   1.0725               0.98058          0.00022722    0.0028623    0.018262    0.041572     0.068096     0.097273      0.12902      0.19941      0.32261       0.4696      0.58415      0.64798      0.71775      0.79417      0.88214       0.9696       0.99604  
    cl_mt_pol_k_p2v3     0.0085714    4.6262    2.2317    'cl_mt_pol_k'     'fl_r_save'          4               3         0.44365     0.48241     0.086532     28.33      0        0        1      -1.6368e-33     2.2002e-17    1.1237    1.4899    1.9856     2.321    2.5914    2.8286    3.0431    3.4664    4.1529    4.9633    5.6752    6.1521    6.6995     7.495    8.9185    12.023    16.623         3.1969             0.90218              6.1936             0.98769              0.14779                0.16271               4.9804                  1                   1.0654               0.97973           0.0002262    0.0028773    0.018253    0.041782     0.068591     0.098119      0.12944      0.20005      0.32321      0.47056      0.58481      0.64853      0.71769      0.79469      0.88239      0.96964       0.99603  
    cl_mt_pol_k_p2v4      0.012857    4.6189    2.2205    'cl_mt_pol_k'     'fl_r_save'          4               4         0.44365     0.48075     0.086532    26.326      0        0        1      -4.4244e-33     1.4245e-16    1.1239    1.4912    1.9867    2.3211    2.5915    2.8287    3.0432    3.4821    4.1446    4.9456    5.6591    6.0793    6.7303    7.5521    8.7995    12.121     16.28         3.2042             0.90564              6.1955             0.98022              0.20922                 0.1796               4.9306                  1                   1.0557               0.97807          0.00022643    0.0028743    0.018342    0.041897     0.068767      0.09775      0.12972       0.2003      0.32433      0.47105      0.58547      0.64908      0.71831      0.79495      0.88258      0.96969       0.99604  
    cl_mt_pol_k_p2v5      0.017143    4.6104    2.2061    'cl_mt_pol_k'     'fl_r_save'          4               5         0.44365     0.47852     0.086532     24.55      0        0        1       1.3563e-34     2.6051e-14    1.1363    1.5009    1.9914     2.329    2.5972    2.8332    3.0427    3.4659    4.1556     4.921    5.6032    6.1339    6.6627    7.4465    8.8983     11.83    16.615         3.2121             0.90929              6.1963              0.9692              0.28658                0.19479               4.8671                  1                   1.0427               0.97516          0.00022797       0.0029    0.018426    0.042034     0.068572     0.098628      0.13067      0.20132      0.32446      0.47186      0.58642      0.65022      0.71896      0.79539      0.88327      0.96978       0.99605  
    cl_mt_pol_k_p2v6      0.021429    4.5967    2.1885    'cl_mt_pol_k'     'fl_r_save'          4               6         0.44365     0.47611     0.086532    22.962      0        0        1       2.1387e-33      2.916e-13     1.137     1.503    1.9913     2.329    2.5914     2.821    3.0488     3.483    4.1091     4.934    5.6397     6.022    6.6642    7.5288    8.6552    12.056    16.052         3.2208              0.9125              6.1969             0.95351               0.3815                0.20796               4.7896                  1                   1.0258               0.97043           0.0002416    0.0029346     0.01862    0.042209     0.068848      0.09847      0.13047      0.20231      0.32523      0.47268       0.5873      0.65092      0.71985      0.79608      0.88332      0.96995       0.99608  
    cl_mt_pol_k_p2v7      0.025714    4.5829    2.1679    'cl_mt_pol_k'     'fl_r_save'          4               7         0.44365     0.47305     0.086532    21.537      0        0        1       1.0795e-33     4.6455e-12    1.1372    1.5049    1.9972    2.3263    2.6077    2.8335    3.0326    3.4657    4.1529    4.8822    5.5394    6.1159    6.5955    7.3433     8.803    11.703    16.351         3.2302             0.91467              6.1985             0.93176              0.49376                0.21786                  4.7                  1                   1.0048               0.96309          0.00023789    0.0029605    0.018675    0.042251     0.069528     0.098764       0.1313      0.20314      0.32689      0.47385      0.58832      0.65223      0.72056      0.79689      0.88381      0.97012       0.99612  
    cl_mt_pol_k_p2v8          0.03    4.5654    2.1439    'cl_mt_pol_k'     'fl_r_save'          4               8         0.44365     0.46959     0.086532    20.235      0        0        1      -4.7299e-32     8.9111e-11    1.1374    1.5184    1.9977    2.3378    2.6018    2.8067     3.064    3.4843    4.0658    4.9004    5.6054     5.916    6.6465    7.4968    8.5615    11.764    15.932         3.2376             0.91435              6.1987             0.90241              0.62384                0.22426               4.5962                  1                  0.97859               0.95202           0.0002319    0.0030133    0.018963    0.042623     0.069964     0.099372      0.13164       0.2032      0.32742      0.47495      0.58948      0.65323      0.72187      0.79779      0.88458      0.97024       0.99618  
    cl_mt_pol_k_p2v9      0.034286    4.5447    2.1165    'cl_mt_pol_k'     'fl_r_save'          4               9         0.44365     0.46569     0.086532    19.073      0        0        1       1.0797e-33     1.2807e-10    1.1509    1.5203    2.0076    2.3248    2.6167    2.8405    3.0136    3.4158    4.1323     4.882    5.5336    6.0429    6.4151    7.1487    8.6123    11.715    15.496         3.2423             0.90983              6.1983             0.86372              0.77189                0.22676               4.4794                  1                  0.94706               0.93581          0.00024018    0.0029772    0.018837    0.042816     0.070003     0.099912      0.13258        0.204      0.32858      0.47654      0.59087       0.6538      0.72259      0.79858      0.88507      0.97063       0.99623  
    cl_mt_pol_k_p2v10     0.038571    4.5206    2.0854    'cl_mt_pol_k'     'fl_r_save'          4              10         0.44365     0.46131     0.086532    18.016      0        0        1       8.3508e-32      3.545e-10    1.1511     1.535     1.997    2.3447    2.5911    2.8086    3.0728    3.4831    4.0731    4.8099    5.4755    5.9241    6.6548    7.3237    8.6129    11.135    15.895         3.2399             0.89821              6.1951             0.81366              0.93683                 0.2246               4.3489                  1                  0.90934               0.91224          0.00024078    0.0030225    0.019195    0.043055     0.070548      0.10058      0.13317      0.20561      0.33018      0.47767      0.59221      0.65571      0.72414      0.79957      0.88603      0.97085       0.99631  
    cl_mt_pol_k_p2v11     0.042857    4.4944    2.0522    'cl_mt_pol_k'     'fl_r_save'          4              11         0.44365     0.45661     0.086532    17.064      0        0        1       -2.987e-31    -3.2635e-31     1.165    1.5201    2.0289    2.3425    2.6394    2.8287    3.0093    3.4058    4.0575    4.9324    5.5915    5.8217    6.3632    7.1984    8.2037    11.559    15.088         3.2267             0.87509              6.1938             0.74945               1.1171                0.21651               4.2114                  1                  0.86522               0.87745          0.00024216    0.0030765    0.019204    0.043469     0.070936      0.10098      0.13385      0.20606       0.3308      0.47954      0.59374      0.65685      0.72588      0.80112      0.88677      0.97111       0.99641  
    cl_mt_pol_k_p2v12     0.047143    4.4632     2.015    'cl_mt_pol_k'     'fl_r_save'          4              12         0.44365     0.45146     0.086532    16.151      0        0        1       2.5098e-33     1.9859e-08    1.1794      1.54    1.9748     2.328    2.5416     2.844    3.0325     3.431    4.1294    4.7069    5.3362    6.0073    6.3016    6.8845    8.4556    11.237    14.368         3.1882             0.83382              6.1822             0.66846               1.3089                0.20175                 4.06                  1                   0.8133               0.82588          0.00025198    0.0030765    0.019262    0.043673     0.071387      0.10191      0.13443      0.20674      0.33289      0.48103      0.59541      0.65854      0.72689      0.80205      0.88742      0.97164       0.99649  
    cl_mt_pol_k_p2v13     0.051429    4.4293    1.9746    'cl_mt_pol_k'     'fl_r_save'          4              13         0.44365      0.4458     0.086532    15.332      0        0        1      -4.2715e-33     4.4799e-08    1.2076    1.5048    2.0381    2.3818    2.6506    2.7426     3.058    3.4653    3.9521    4.7917    5.4334    5.7383    6.4728    7.3118    8.3224    10.712    15.079            3.1             0.76288              6.1538             0.56591               1.5024                0.17773               3.8989                  1                  0.75258               0.74653          0.00025242    0.0031196    0.019442    0.044128     0.071852      0.10241      0.13567      0.20875      0.33478      0.48247       0.5967      0.66077      0.72877      0.80347      0.88893      0.97204       0.99658  
    cl_mt_pol_k_p2v14     0.055714    4.3904     1.932    'cl_mt_pol_k'     'fl_r_save'          4              14         0.44365     0.44004     0.086532    14.576      0        0        1      -4.4073e-33     1.6721e-07    1.2398    1.5618     2.007    2.2848    2.5756    2.9001    2.9408    3.3292    4.0605    4.8016    5.4431    5.5343    6.1897    6.9961    7.9518    10.275    14.374         2.9027             0.64306              6.0893             0.43635               1.6746                 0.1416               3.7325                  1                  0.68214               0.61948          0.00026152    0.0031176    0.019626    0.044418     0.072629      0.10317      0.13635      0.20962      0.33542      0.48518      0.59955      0.66178      0.73078      0.80545      0.89009      0.97228       0.99672  
    cl_mt_pol_k_p2v15         0.06    4.3427    1.8856    'cl_mt_pol_k'     'fl_r_save'          4              15         0.44365     0.43419     0.086532    13.889      0        0        1       3.4778e-34     5.0772e-07    1.1869    1.4987    1.9483    2.3535    2.5035    2.7865    3.1011    3.4657    4.0424    4.6151     5.224    5.8708    5.9603    6.7079    7.6537    10.895     13.71         2.3756             0.44643              5.8075              0.2794               1.6524               0.088083               3.5554                  1                   0.5997               0.42435            0.000266    0.0031259    0.019622    0.044563     0.072788      0.10397      0.13678      0.21006      0.33791      0.48713      0.60159      0.66412      0.73209      0.80698      0.89081      0.97273       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    6.4796    2.7679     'cl_mt_coh'      'fl_r_save'          4               1         0.44365     0.42717     0.44365    56.962      0        0        1      -5.3944e-34    -1.2747e-33    2.0199    2.4952    3.1457    3.5961    3.9213    4.2466    4.5218    5.0722    5.8978    6.9236    7.7993    8.3748    9.1003    10.101    11.777     15.68    20.909         3.9631             0.90516              7.6611                1                 0.13628               0.21273                6.1919               0.99562                1.3329                0.9852          0.00033656    0.0035356    0.021619    0.048787     0.076588      0.11069      0.14391      0.21935      0.34324        0.493      0.60467      0.66692      0.73485      0.80805      0.89071      0.97235        0.9965  
    cl_mt_coh_p2v2     0.0042857    6.4908    2.7848     'cl_mt_coh'      'fl_r_save'          4               2         0.44365     0.42904     0.44365    56.988      0        0        1       5.7629e-32    -8.9642e-32    2.0199    2.4953    3.1458    3.5961    3.9464    4.2466    4.5218    5.0723    5.8979    6.9237    7.8244    8.3999    9.1004    10.126    11.828    15.781     21.11         3.9911             0.90462              7.7552                1                 0.22409               0.25936                6.1931               0.99257                 1.338               0.98422           0.0003353    0.0035223    0.021538    0.048606     0.078553      0.11029       0.1434      0.21847       0.3421      0.49136      0.60658      0.66856      0.73281      0.80744      0.89054      0.97215       0.99643  
    cl_mt_coh_p2v3     0.0085714    6.5086    2.8099     'cl_mt_coh'      'fl_r_save'          4               3         0.44365     0.43171     0.44365    57.028      0        0        1       8.6528e-33     -3.824e-33    2.0196    2.5199    3.1453    3.5956    3.9458     4.246    4.5211    5.0715     5.922    6.9476    7.8231    8.3985    9.1239     10.15    11.901    15.928    21.406         4.0329             0.90392              7.8953                1                  0.3562               0.31148                6.1936               0.98769                1.3455               0.98279          0.00033219    0.0038374    0.021373    0.048246     0.078032      0.10957      0.14245      0.21723      0.34385      0.49204      0.60358      0.66541      0.73177      0.80617      0.89018      0.97194       0.99639  
    cl_mt_coh_p2v4      0.012857    6.5355    2.8464     'cl_mt_coh'      'fl_r_save'          4               4         0.44365     0.43554     0.44365    57.081      0        0        1       -2.412e-32     2.5081e-32    2.0197      2.52    3.1454    3.5957    3.9459    4.2461    4.5213    5.0717    5.9222    6.9479    7.8485    8.4489    9.1744    10.225    11.976    16.129    21.808         4.0958             0.90308              8.1023                1                 0.54959               0.36804                6.1955               0.98022                1.3571               0.98085          0.00032895    0.0037999    0.021175    0.047798     0.077309      0.10857       0.1412      0.21528      0.34106      0.48819       0.6012      0.66544      0.73115      0.80592      0.88876      0.97155       0.99635  
    cl_mt_coh_p2v5      0.017143    6.5766    2.8979     'cl_mt_coh'      'fl_r_save'          4               5         0.44365     0.44064     0.44365    57.145      0        0        1       3.5518e-33     2.5064e-33    2.0194    2.5196    3.1699    3.5951    3.9453    4.2704    4.5455    5.0958    5.9462    6.9967    7.8971    8.4974    9.2477    10.323    12.124    16.426    22.304         4.1862             0.90216              8.3979                1                  0.8277               0.42829                6.1963                0.9692                1.3739               0.97825          0.00032314    0.0037357    0.022008    0.047033     0.076069      0.10985      0.14199      0.21558      0.34013      0.48889      0.59975      0.66302      0.72969      0.80453      0.88767      0.97124       0.99627  
    cl_mt_coh_p2v6      0.021429    6.6327    2.9696     'cl_mt_coh'      'fl_r_save'          4               6         0.44365     0.44772     0.44365    57.219      0        0        1       3.3117e-32     1.3227e-32    2.0194    2.5196    3.1699    3.6201    3.9702    4.2704    4.5705    5.1207    5.9961    7.0216     7.972    8.5723    9.3476    10.448    12.349    16.801    22.954          4.316             0.90118              8.8186                1                  1.2234               0.49146                6.1969               0.95351                1.3983                0.9749          0.00031631     0.003658    0.021564    0.047963     0.077182      0.10778      0.14281      0.21527      0.34104       0.4849      0.59962      0.66058      0.72771      0.80196      0.88701      0.97066        0.9962  
    cl_mt_coh_p2v7      0.025714    6.7176    3.0686     'cl_mt_coh'      'fl_r_save'          4               7         0.44365     0.45679     0.44365    57.302      0        0        1      -4.5858e-33    -6.6614e-33    2.0196    2.5199    3.1702    3.6205    3.9707    4.2959    4.5711    5.1464    6.0219    7.1226    8.0731    8.6985     9.499     10.65    12.626    17.329    23.757         4.5009             0.90042              9.4161                1                  1.7839                0.5561                6.1985               0.93176                1.4336               0.97083          0.00030654     0.003542    0.020887    0.046451     0.074834      0.10714      0.13871      0.21316      0.33553      0.48466      0.59548      0.65759      0.72486       0.7995      0.88489      0.97012        0.9961  
    cl_mt_coh_p2v8          0.03    6.8384     3.204     'cl_mt_coh'      'fl_r_save'          4               8         0.44365     0.46854     0.44365    57.393      0        0        1       4.5639e-31    -1.0333e-31      2.02    2.5205     3.196    3.6464    3.9967     4.322    4.6223    5.1978    6.0986    7.2245    8.2254     8.876    9.7267    10.928     13.03    18.009     24.79         4.7629             0.90003              10.266                1                   2.583               0.62132                6.1987               0.90241                1.4841               0.96605          0.00029225    0.0033801    0.020979    0.046071     0.073785      0.10519       0.1386       0.2105      0.33315      0.48011      0.59241      0.65396       0.7213       0.7962      0.88247      0.96934         0.996  
    cl_mt_coh_p2v9      0.034286    7.0128    3.3907     'cl_mt_coh'      'fl_r_save'          4               9         0.44365      0.4835     0.44365    57.491      0        0        1       4.9432e-32     2.9037e-32      2.02    2.5454     3.221    3.6714    4.0467    4.3719    4.6722    5.2727    6.1985    7.3745    8.4253    9.1509    10.052    11.353     13.63    18.934    26.115         5.1408             0.90043              11.497                1                  3.7408               0.68595                6.1983               0.86372                1.5578               0.96082          0.00027291    0.0034531    0.020696    0.044844     0.073378      0.10399      0.13614      0.20773      0.32808      0.47405      0.58547      0.64944      0.71663      0.79225       0.8803      0.96865        0.9959  
    cl_mt_coh_p2v10     0.038571    7.2677     3.651     'cl_mt_coh'      'fl_r_save'          4              10         0.44365     0.50236     0.44365    57.596      0        0        1       3.5477e-31      5.308e-31    2.0444    2.5697     3.245    3.7202    4.0954    4.4456    4.7457     5.371    6.3715    7.6221    8.7727    9.5231    10.524    11.974    14.425    20.153    27.832         5.6969             0.90212               13.33                1                  5.4671               0.74867                6.1951               0.81366                1.6677               0.95559           0.0002882     0.003401    0.019682    0.043813     0.071164      0.10202      0.13249      0.20273       0.3244      0.46768      0.57956        0.641      0.70992      0.78781      0.87649      0.96771       0.99578  
    cl_mt_coh_p2v11     0.042857    7.6582    4.0271     'cl_mt_coh'      'fl_r_save'          4              11         0.44365     0.52586     0.44365    57.707      0        0        1      -2.0986e-30     7.0236e-31    2.0697    2.5951    3.2956    3.7959    4.1962    4.5464    4.8716    5.5471    6.6228    7.9988    9.2996     10.15    11.276    12.877    15.629    21.883    30.164         6.5543              0.9058              16.218                1                  8.1829               0.80821                6.1938               0.74945                 1.841               0.95142          0.00029374    0.0031817    0.018932    0.042592     0.069484     0.097923      0.12825      0.19796      0.31609      0.45768       0.5705      0.63273      0.70278      0.78094      0.87304      0.96676       0.99564  
    cl_mt_coh_p2v12     0.047143    8.2739    4.5899     'cl_mt_coh'      'fl_r_save'          4              12         0.44365     0.55475     0.44365    57.824      0        0        1      -5.6942e-33     3.7527e-10    2.0945    2.6448    3.3952    3.9205    4.3207    4.7209    5.0711    5.7965    7.0221     8.648    10.149    11.174    12.475    14.301    17.428    24.381    33.536         7.9448             0.91216              21.067                1                  12.755               0.86303                6.1822               0.66846                2.1304               0.94973          0.00027329    0.0030262    0.018471    0.041059     0.064979     0.093858      0.12238      0.18758      0.30372       0.4463      0.55833      0.62357       0.6942      0.77399      0.86893      0.96574       0.99553  
    cl_mt_coh_p2v13     0.051429    9.3522    5.5072     'cl_mt_coh'      'fl_r_save'          4              13         0.44365     0.58886     0.44365    57.945      0        0        1      -8.3217e-33     2.3615e-10    2.1194    2.7197    3.5201    4.0953    4.5706    5.0208     5.446    6.3214    7.8221     9.823    11.699    12.949    14.525    16.726    20.403    28.382    38.711          10.45             0.92201              30.329                1                  21.495               0.91175                6.1538               0.56591                2.6797               0.95307          0.00021756    0.0027211    0.016367     0.03692     0.060128     0.086802      0.11477      0.17802      0.29082      0.43049      0.54468       0.6108       0.6835      0.76653      0.86504      0.96491       0.99544  
    cl_mt_coh_p2v14     0.055714    11.574    7.2232     'cl_mt_coh'      'fl_r_save'          4              14         0.44365     0.62408     0.44365    58.071      0        0        1        1.276e-32     4.6482e-09    2.1945    2.8698    3.7953    4.4956    5.0959    5.6712    6.2464     7.447    9.5981    12.399    14.976    16.626    18.677    21.504    26.056    35.711    47.216         15.793              0.9358              52.174                1                  42.113               0.95241                6.0893               0.43635                3.9717               0.96472           0.0001812    0.0022901     0.01411    0.032094     0.053016     0.076562      0.10272      0.16155       0.2718      0.41249      0.53057      0.59867        0.674      0.76073      0.86205      0.96487       0.99564  
    cl_mt_coh_p2v15         0.06    17.937    11.023     'cl_mt_coh'      'fl_r_save'          4              15         0.44365     0.61457     0.44365    58.202      0        0        1       1.5662e-32     1.1395e-07    2.3948    3.2453     4.596    5.7717    6.8723     7.973    9.1236      11.5    15.527     20.38    24.457    26.984    30.011    33.963    39.866    49.647     54.95         29.661             0.95345              121.51                1                  107.59               0.98102                5.8075                0.2794                8.1163               0.98238          0.00013131    0.0015993    0.010543    0.025125     0.042902     0.063523     0.087667      0.14464      0.25792      0.40722      0.53125      0.60319      0.68207      0.77118      0.87318      0.97082       0.99697  

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_ipwkz//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_ipwkz//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_ipwkz//test/ff_ipwkz_ds_vecsv/mat/
pos = 44 ; key = st_mat_test_prefix ; val = 
pos = 45 ; key = st_mat_test_suffix ; val = _g34_cg_t2l20
pos = 46 ; key = st_matimg_path_root ; val = C:/Users/fan/CodeDynaAsset//m_ipwkz/
pos = 47 ; key = st_profile_name_main ; val = _default
pos = 48 ; key = st_profile_path ; val = C:/Users/fan/CodeDynaAsset//m_ipwkz//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: 43
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 3 ; key = cl_st_param_keys ; val = fl_w
pos = 42 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 43 ; key = st_model ; val = ipwkz
----------------------------------------
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_loglin                   1     2           0
    fl_Amean                    2     4           1
    fl_a_max                    3     5          50
    fl_a_min                    4     6           0
    fl_alpha                    5     7        0.36
    fl_b_bd                     6     8           0
    fl_beta                     7     9        0.94
    fl_c_min                    8    10        0.02
    fl_coh_interp_grid_gap      9    11         0.1
    fl_crra                    10    12         1.5
    fl_delta                   11    13        0.08
    fl_k_max                   12    14          50
    fl_k_min                   13    15           0
    fl_loglin_threshold        14    16           1
    fl_nan_replace             15    17       -9999
    fl_r_borr                  16    18       0.095
    fl_r_save                  17    19       0.025
    fl_tol_dist                18    20       1e-05
    fl_tol_pol                 19    21       1e-05
    fl_tol_val                 20    22       1e-05
    fl_w                       21    23     0.44365
    fl_w_interp_grid_gap       22    24         0.1
    fl_w_max                   23    25          50
    fl_w_min                   24    26           0
    fl_z_mu                    25    27           0
    fl_z_rho                   26    28         0.8
    fl_z_sig                   27    29         0.2
    it_a_n                     28    30         750
    it_ak_perc_n               29    31          50
    it_c_interp_grid_gap       30    32      0.0001
    it_maxiter_dist            31    33        1000
    it_maxiter_val             32    34         250
    it_size_type               33    35           2
    it_st_simu_type_g_seed     34    36         123
    it_st_simu_type_g_simun    35    37          20
    it_tol_pol_nochange        36    38          25
    it_trans_power_dist        37    39        1000
    it_w_perc_n                38    40          50
    it_z_n                     39    41          15

----------------------------------------
----------------------------------------
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