Test Shock Default (Risky + Safe Asset + Save + Borr + R Shock + Interpolated-Percentage), Test over Shock Mean and SD (cross)

back to Fan's Dynamic Assets Repository Table of Content. cross test: given (x,y), vary x along X, y along Y, one at a time

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

@include

@seealso

Contents

Set Shared Parameters

% Borrowing/Savings Parameters
bl_default = true;

Simulate and Graph

% Set which to graph, simulate over which variables
cl_st_param_keys = {'fl_z_wage_rho', 'fl_z_wage_sig'};

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

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

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

% Generate Arrays of Parameter Values to Loop Over
it_simu_vec_len = 15;
param_tstar_map = containers.Map('KeyType','char', 'ValueType','any');
param_tstar_map('fl_z_wage_rho') = linspace(0, 0.985, it_simu_vec_len);
param_tstar_map('fl_z_wage_sig') = linspace(0.05, 0.65, it_simu_vec_len);

Medium Grid Simulation (CROSS Limited Graphs)

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

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

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

        Count: 51
      KeyType: char
    ValueType: any

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

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

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

        Count: 55
      KeyType: char
    ValueType: any

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

    ar_param_keys_idx    1     1      1       2      15.5    0.70711    15     16 

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

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

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

        Count: 19
      KeyType: char
    ValueType: any

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

    fl_a_max                   1     1      1        5         65      11.859       50       80
    fl_alpha                   2     2      1        5        0.4    0.079057      0.3      0.5
    fl_b_bd                    3     3      1        5      -12.5      5.9293      -20       -5
    fl_beta                    4     4      1       15       0.92    0.031944     0.87     0.97
    fl_c_min                   5     5      1        5     0.0155    0.011463    0.001     0.03
    fl_crra                    6     6      1       15          3      1.2778        1        5
    fl_delta                   7     7      1        5       0.08    0.047434     0.02     0.14
    fl_r_borr                  8     8      1        5      0.125    0.098821        0     0.25
    fl_r_save                  9     9      1        5      0.025    0.011859     0.01     0.04
    fl_w                      10    10      1        5       1.25     0.11859      1.1      1.4
    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       15     0.4925     0.31465        0    0.985
    fl_z_wage_sig             17    17      1       15       0.35     0.19166     0.05     0.65
    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_z_wage_rho     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_sig    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       6.9334    0.26568     'cl_mt_val'     'fl_z_wage_rho'        15               1              0.2         0.038318     -7.9763    15.645      0      1.1226e-23          1    6.5275e-25     3.5413e-35     6.1148     6.2927     6.4679     6.6396     6.6396     6.8043      6.8043     6.8043     6.967     6.972    7.1297    7.1297    7.1297    7.2894    7.4409    7.5861    7.8698        0.070584               1                0.13192             0.99951              0.014784               0.16725             0.0091457              0.20878               0.10799               0.76789           0.0023786      0.013776    0.070257     0.15302      0.15302      0.35192      0.35192      0.35192       0.62154     0.66704       0.8506       0.8506       0.8506      0.91781      0.97378      0.99171       0.99889  
    cl_mt_val_p1v2       0.070357       6.9363    0.27741     'cl_mt_val'     'fl_z_wage_rho'        15               2              0.2         0.039994     -8.0234    15.653      0      1.0898e-21          1    8.3457e-25    -7.4684e-34     6.0815      6.276     6.4512     6.6231     6.6322     6.7879      6.8058     6.8058    6.9688    6.9879    7.1314    7.1314    7.1502     7.291    7.4606    7.6232    7.9095        0.076958               1                0.13907             0.99885              0.011688                0.1293              0.015006              0.30286               0.11238               0.76466           0.0011527      0.013268     0.06639     0.13025      0.14098      0.19453      0.34985      0.34985       0.57874     0.66038      0.79858      0.79858      0.87756      0.89322      0.96932      0.99158       0.99939  
    cl_mt_val_p1v3        0.14071       6.9397    0.29124     'cl_mt_val'     'fl_z_wage_rho'        15               3              0.2         0.041968     -8.0753    15.662      0      2.1596e-22          1    1.6426e-25    -6.3715e-34     6.0436     6.2563     6.4313     6.6034     6.6116     6.7682      6.8069     6.8069    6.9701    7.0117    7.1328    7.1328    7.1738    7.3327    7.4829    7.6677    7.9541        0.084824               1                0.14732             0.99675             0.0095527               0.10293              0.020307              0.35988               0.11746               0.76074           0.0011245      0.012669    0.066219      0.1298      0.14051      0.19454      0.34924      0.34924       0.57654     0.65849      0.79625      0.79625      0.87502      0.91182      0.96701       0.9904       0.99902  
    cl_mt_val_p1v4        0.21107       6.9389    0.30868     'cl_mt_val'     'fl_z_wage_rho'        15               4              0.2         0.044486     -8.1364    15.674      0      9.2218e-23          1    7.4225e-26     -4.209e-35     6.0006     6.2345     6.4092     6.5815     6.5828     6.7462      6.8093     6.8093     6.973    7.0418    7.1357    7.1357    7.2035    7.3619    7.5111    7.7243    8.0751        0.095285               1                0.15782              0.9928             0.0082493               0.08353              0.025677              0.40587               0.12389               0.75696           0.0012111      0.013957    0.067527     0.13033      0.13946      0.20247      0.35579      0.35579       0.58248     0.66424      0.79795      0.79795       0.8745      0.91147      0.96567      0.98915       0.99896  
    cl_mt_val_p1v5        0.28143       6.9461      0.338     'cl_mt_val'     'fl_z_wage_rho'        15               5              0.2         0.048661     -8.2033    15.697      0       7.092e-22          1    6.1125e-25     5.1578e-34     5.8631     6.2164     6.3912     6.4863     6.5636     6.6587      6.8207     6.8207    6.9849    7.0871    7.1475    7.1475    7.2484    7.4063    7.5543    7.8413    8.2174         0.11424               1                0.17976             0.98693             0.0039587              0.036187              0.042949                0.493               0.13285               0.74052           0.0009166      0.017936    0.070771    0.091496       0.1389      0.18726       0.3648       0.3648       0.58501     0.66611      0.79554      0.79554      0.87223       0.9084      0.96242      0.98865       0.99879  
    cl_mt_val_p1v6        0.35179       6.8694    0.43118     'cl_mt_val'     'fl_z_wage_rho'        15               6              0.2         0.062768     -8.2971    15.718      0      9.5322e-21          1    8.5782e-24    -8.5816e-35     5.6545     5.9544     6.1815      6.305     6.4345     6.4745       6.606     6.7712    6.8004    7.0789    7.0965    7.2398    7.2429    7.3983     7.548    8.1098    8.6159         0.18592               1                0.28775             0.98193             0.0016865              0.012241               0.12209              0.65949               0.16398               0.69763           0.0015566      0.019811    0.044749    0.091129      0.13784      0.19217      0.26731      0.44573       0.50727      0.6431      0.74956        0.834      0.84161       0.8931      0.94286      0.98826       0.99891  
    cl_mt_val_p1v7        0.42214       6.9062    0.53834     'cl_mt_val'     'fl_z_wage_rho'        15               7              0.2          0.07795     -8.4053     15.75      0      2.2351e-19          1    2.2369e-22    -3.0407e-35     5.5833     5.9228     6.0955     6.2686     6.4424     6.4489      6.4648     6.6202    6.7843    7.1107    7.2699    7.3112    7.4642     7.612    7.8478    8.4179    9.0194         0.28981               1                0.44477             0.97737              -0.01325             -0.066231               0.25242              0.77448                0.2056               0.69716           0.0019729       0.02488    0.052341    0.095296      0.15414      0.21616      0.22736      0.32585       0.47327     0.69015      0.73657      0.78136      0.83754      0.89715      0.94143      0.98764       0.99871  
    cl_mt_val_p1v8         0.4925       6.8697    0.65499     'cl_mt_val'     'fl_z_wage_rho'        15               8              0.2         0.095344     -8.5522    15.788      0      2.7577e-17          1    2.9913e-20     3.1296e-34     5.2915     5.6949     5.8743     6.0474     6.2196     6.2869      6.4612     6.6322     6.795    6.9648    7.2333    7.3964    7.5465     7.692    7.9914     8.721    9.3747         0.42901               1                 0.6446             0.96878             0.0028797              0.010446                0.3984              0.83226               0.24332               0.67413           0.0017547      0.025914    0.053581    0.088149      0.13447      0.17958      0.25794      0.38418        0.4899     0.61524      0.71961      0.77676       0.8314      0.88348       0.9395      0.98751       0.99869  
    cl_mt_val_p1v9        0.56286       6.8595     0.7762     'cl_mt_val'     'fl_z_wage_rho'        15               9              0.2          0.11316     -8.7439    15.852      0      7.0261e-15          1    8.5827e-18     1.8447e-34     5.1051     5.4817     5.7602     5.9329     6.1044     6.2564      6.2797     6.6018    6.7654    7.0924    7.3065    7.5116     7.632    7.9055    8.3078    9.0943     9.977         0.60248               1                0.88301             0.95239             -0.033369             -0.096136               0.61744              0.89806               0.29893                0.6877           0.0019171     0.0079274    0.058213    0.095906      0.15684        0.194      0.22004      0.38409       0.48937     0.65786      0.71584      0.76555      0.82176      0.89473       0.9415      0.98713        0.9986  
    cl_mt_val_p1v10       0.63321       6.7323    0.90416     'cl_mt_val'     'fl_z_wage_rho'        15              10              0.2           0.1343      -9.019    15.943      0      1.8705e-11          1    2.5966e-14     1.4139e-33     4.8596     5.2354     5.6094     5.7824     5.9219     5.9554      6.1288     6.2328    6.5716     6.736    7.2685    7.4392    7.7315    7.8826      8.53    9.5495    10.528          0.8175               1                 1.1456             0.92241              -0.07488              -0.12959               0.83882              0.86468               0.38164                 0.752          0.00090694      0.011101    0.058073      0.1152      0.12543      0.17401      0.21956      0.31134       0.50543     0.60428      0.70275      0.76346      0.83839      0.87213      0.93419       0.9854        0.9984  
    cl_mt_val_p1v11       0.70357       6.6307     1.2255     'cl_mt_val'     'fl_z_wage_rho'        15              11              0.2          0.18482     -9.4118    16.085      0      1.5983e-06          1    2.7268e-09    -2.7439e-36     4.3164      4.512      5.025     5.2162     5.3969     5.5698      5.8474     6.0738    6.3746    6.5493    7.4835     7.636    7.8895    8.2114    9.0361    10.326    11.528          1.5019               1                  2.137              0.8992             -0.090102             -0.079773                1.6342              0.91343               0.59289               0.81769           0.0040457     0.0072475    0.037435    0.079839      0.12717      0.17478      0.20588      0.29056       0.47098     0.57935      0.71334      0.75144      0.80128      0.86204      0.92577      0.98366       0.99821  
    cl_mt_val_p1v12       0.77393        6.513     1.9613     'cl_mt_val'     'fl_z_wage_rho'        15              12              0.2          0.30114     -9.9749    16.313      0       0.0066188    0.99338    1.4917e-05    -2.4898e-33    -6.7028     2.3023     4.2638     4.6055     4.8019     4.9873      5.5728     5.9355      6.11    6.6196    7.8171    8.0359    8.3718     8.968        10    11.708    13.242          3.8467               1                 5.8941             0.89116                1.4556               0.39832                3.3109              0.83182               0.98499               0.77991          -0.0012572    -0.0029321      0.0204    0.059032      0.10348      0.13844      0.17886      0.32287       0.41054     0.54314      0.66868      0.71443      0.77893      0.84747      0.91601      0.98142       0.99798  
    cl_mt_val_p1v13       0.84429       3.5823     5.3595     'cl_mt_val'     'fl_z_wage_rho'        15              13              0.2           1.4961     -11.072    16.865      0         0.24535    0.75465     0.0007712     9.3482e-06    -10.005    -8.7863    -6.4674    -4.3014    -2.4493    -1.0813    0.045737     2.0683    4.0674    5.8525    7.2558    8.3399    9.0917    10.152    11.597    13.956    15.824          28.724               1                 47.981             0.94004                28.575               0.78108                12.276              0.69455                2.6071               0.67714           -0.018252     -0.037274    -0.11435    -0.18856     -0.23499      -0.2581     -0.26456     -0.23464     -0.087447     0.12843      0.30443       0.4205      0.53329      0.66866      0.81885      0.95863       0.99553  
    cl_mt_val_p1v14       0.91464        2.015     7.9306     'cl_mt_val'     'fl_z_wage_rho'        15              14              0.2           3.9358     -14.087    19.076      0         0.46395    0.53605     0.0018681       0.001192    -14.087     -12.49    -9.7468    -7.8868    -6.5406    -5.0917     -3.9696    -1.9351    0.7511    4.3648    8.8834    10.483    12.173    13.696    15.072    18.763    19.076          62.895               1                 106.54             0.90141                50.002               0.71213                40.159              0.77011                8.2475               0.73456            -0.01306      -0.10016    -0.28332    -0.51811     -0.68129     -0.83332     -0.94467      -1.0832       -1.1289    -0.95391     -0.61746     -0.37733     -0.10075       0.2347      0.57764      0.90703             1  
    cl_mt_val_p1v15         0.985       28.438     5.4159     'cl_mt_val'     'fl_z_wage_rho'        15              15              0.2          0.19045     -9.2631    32.603      0      3.1824e-24          1    1.6505e-25     5.0622e-06     5.4331     5.4331     25.092     25.097     25.097     25.097      25.097     30.155    30.157    30.162    31.908    31.908    31.908    31.908    31.908    32.603    32.603          29.332               1                 1516.7              0.3204                -13.16              -0.10412                78.566              0.97196                1451.2               0.31508           0.0032496     0.0032496    0.027762     0.17374      0.17374      0.17374      0.20665      0.33804       0.47501     0.65179      0.88631      0.88631      0.88631      0.90086      0.94496      0.99098       0.99988  

                         fl_z_wage_rho     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_sig    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.7415    0.52935    'cl_mt_pol_c'    'fl_z_wage_rho'        15               1              0.2          0.30396     0.02    6.2369      0        0        1      8.0257e-25     3.5413e-35    0.99739       1.01     1.0226     1.0353     1.0353     1.0479     1.0479     1.0479     2.121     2.121    2.1463    2.1463    2.1463    2.1715    2.1968     2.222    2.2725        0.10799             0.76789                0.2002           0.76126             -0.076101               -0.4321             -0.0039137            -0.044841                0.28021                1              0.0016958      0.010194     0.050747      0.10363      0.10363      0.21512      0.21512     0.21512      0.61246      0.61246      0.87254      0.87254      0.87254      0.91076      0.98313      0.99214       0.99967  
    cl_mt_pol_c_p1v2       0.070357       1.7413    0.52978    'cl_mt_pol_c'    'fl_z_wage_rho'        15               2              0.2          0.30425     0.02    6.2374      0        0        1      7.8603e-23    -1.1647e-33    0.99748     1.0101     1.0227     1.0354     1.0354      1.048      1.048      1.048    2.1212    2.1212    2.1465    2.1465    2.1465    2.1717     2.197    2.2222    2.2727        0.11238             0.76466               0.20188           0.75922             -0.078996              -0.45761             0.00020316            0.0021471                0.28067                1              0.0017959      0.010034     0.050687      0.10415      0.10415      0.21551      0.21551     0.21551      0.61065      0.61065      0.87005      0.87005      0.87005      0.90734      0.98137      0.99115       0.99941  
    cl_mt_pol_c_p1v3        0.14071       1.7421    0.53016    'cl_mt_pol_c'    'fl_z_wage_rho'        15               3              0.2          0.30432     0.02    6.2392      0        0        1      1.5562e-23    -8.5383e-34    0.99776     1.0104      1.023     1.0356     1.0356     1.0483     1.0483     1.0483    2.1218    2.1218    2.1471    2.1471    2.1471    2.1723    2.1976    2.2229    2.2734        0.11746             0.76074               0.20361           0.75679             -0.079606              -0.47122              0.0021521             0.020952                0.28107                1              0.0014868      0.010049     0.050515      0.10409      0.10409      0.21547      0.21547     0.21547      0.60856      0.60856      0.86744      0.86744      0.86744      0.90336      0.97922      0.98984         0.999  
    cl_mt_pol_c_p1v4        0.21107        1.743    0.53022    'cl_mt_pol_c'    'fl_z_wage_rho'        15               4              0.2           0.3042     0.02    6.2421      0        0        1      6.7627e-24    -1.7636e-33    0.99823     1.0109     1.0235     1.0361     1.0361     1.0488     1.0488     1.0488    2.1228    2.1228    2.1481    2.1481    2.1481    2.1734    2.1986    2.2239    2.2997        0.12389             0.75696               0.20502           0.75086              -0.08146               -0.4802              0.0053456             0.049192                0.28114                1              0.0016196      0.011183     0.051526      0.10823      0.10823      0.21506      0.21506     0.21506      0.61648      0.61648      0.86701      0.86701      0.86701      0.90383      0.97748      0.98842       0.99922  
    cl_mt_pol_c_p1v5        0.28143       1.7443    0.53079    'cl_mt_pol_c'    'fl_z_wage_rho'        15               5              0.2          0.30431     0.02    6.2465      0        0        1      5.2056e-23      6.275e-35    0.98629     1.0116     1.0242     1.0369     1.0369     1.0495     1.0495     1.0495    2.1243    2.1243    2.1496    2.1496    2.1496    2.1749    2.2002    2.2508    2.3266        0.13285             0.74052               0.21074           0.73676             -0.083832              -0.48798               0.012832             0.093797                0.28174                1             0.00071777      0.014053     0.057156      0.11077      0.11077      0.21461      0.21461     0.21461      0.61848      0.61848      0.86506      0.86506      0.86506      0.89978      0.97302      0.98941       0.99899  
    cl_mt_pol_c_p1v6        0.35179       1.6912    0.54512    'cl_mt_pol_c'    'fl_z_wage_rho'        15               6              0.2          0.32233     0.02    6.2526      0        0        1      6.8221e-22    -2.2538e-34    0.98326    0.99587     1.0085     1.0211     1.0211     1.0337     1.0463     1.0463    2.0926    2.1178     2.143     2.143     2.143    2.1682    2.1934    2.2943    2.3951        0.16398             0.69763               0.26414           0.71295             -0.062312              -0.35775               0.029288              0.12514                0.29716                1              0.0020378      0.016679     0.032028     0.093505     0.093505      0.14197      0.24667     0.24667      0.37168      0.57303      0.81394      0.81394      0.81394      0.87677        0.948      0.99122         0.999  
    cl_mt_pol_c_p1v7        0.42214        1.722    0.54783    'cl_mt_pol_c'    'fl_z_wage_rho'        15               7              0.2          0.31813     0.02    6.2607      0        0        1      1.6545e-20    -1.0184e-34    0.98455    0.99717     1.0098     1.0224     1.0224      1.035      1.035     1.0477    2.0953    2.1458    2.1458    2.1711    2.1711    2.1963    2.2468    2.3478     2.474         0.2056             0.69716               0.33058           0.71386             -0.052829               -0.2595               0.083296              0.25115                0.30012                1              0.0025098      0.020719     0.044267      0.11158      0.11158      0.15953      0.15953     0.22836      0.38423      0.72652      0.72652      0.81389      0.81389      0.88748      0.95132      0.98896       0.99897  
    cl_mt_pol_c_p1v8         0.4925       1.7252    0.55106    'cl_mt_pol_c'    'fl_z_wage_rho'        15               8              0.2          0.31941     0.02    6.2718      0        0        1      2.0198e-18    -3.1647e-34    0.97364    0.98629    0.99893     1.0116     1.0116     1.0242     1.0369     1.0495     2.099    2.1243    2.1496    2.1749    2.1749    2.2002    2.2761    2.4025    2.5542        0.24332             0.67413               0.38643           0.69032             -0.045892              -0.19786                0.12866              0.31947                0.30366                1              0.0018303       0.01973     0.042567     0.091515     0.091515      0.12118      0.17994     0.22431      0.43215      0.59302      0.72668      0.80708      0.80708      0.86974      0.94818      0.98828       0.99887  
    cl_mt_pol_c_p1v9        0.56286       1.7194    0.56002    'cl_mt_pol_c'    'fl_z_wage_rho'        15               9              0.2           0.3257     0.02    6.2874      0        0        1       5.203e-16     4.4972e-34    0.97214    0.98477    0.99739       1.01       1.01     1.0226     1.0353     1.0479    2.0958     2.121    2.1463    2.1715    2.1968     2.222    2.2978    2.4745    2.7018        0.29893              0.6877               0.46211           0.69082             -0.070385              -0.28106                0.21887              0.44124                0.31362                1              0.0020711      0.021946      0.05755      0.10475      0.10475      0.13222      0.18606     0.22877      0.42707      0.57423      0.70147      0.77739      0.83913      0.87794       0.9393      0.98617       0.99859  
    cl_mt_pol_c_p1v10       0.63321       1.7098    0.56129    'cl_mt_pol_c'    'fl_z_wage_rho'        15              10              0.2          0.32829     0.02    6.3089      0        0        1      1.3708e-12     3.4197e-33    0.97157    0.98419    0.99681    0.99681     1.0094     1.0094      1.022      1.022    2.0693    2.0946    2.1198     2.145    2.1703    2.2207    2.3217    2.5488    2.8516        0.38164               0.752               0.52407           0.67974             -0.077556              -0.21621                0.28658              0.47586                0.31505                1              0.0052371      0.019629     0.062114     0.062114      0.14565      0.14565      0.22652     0.22652      0.46539      0.61862      0.69953      0.75265      0.80743      0.87092      0.93185      0.98506       0.99827  
    cl_mt_pol_c_p1v11       0.70357       1.6791    0.59166    'cl_mt_pol_c'    'fl_z_wage_rho'        15              11              0.2          0.35237     0.02    6.3414      0        0        1      1.1736e-07      3.572e-35    0.94743    0.96006    0.97269    0.98532    0.99795    0.99795    0.99795     1.0106    2.0464    2.0717    2.1222    2.1475     2.198    2.2738    2.4254    2.7791    3.2086        0.59289             0.81769               0.81238           0.70803             -0.099765              -0.18295                0.56208              0.65075                0.35006                1             0.00059301      0.012768     0.033095      0.07941      0.16438      0.16438      0.16438     0.24245      0.42386      0.56715      0.69089      0.74273      0.80604      0.86129      0.92534      0.98463       0.99822  
    cl_mt_pol_c_p1v12       0.77393       1.7108    0.64393    'cl_mt_pol_c'    'fl_z_wage_rho'        15              12              0.2          0.37639     0.02    6.3941      0        0        1      0.00047913      2.633e-33     0.8972    0.93511    0.96038    0.97301    0.98565    0.98565    0.98565    0.99829    2.0218    2.0724    2.1482    2.1988    2.2746    2.3757    2.6284    3.1844    3.8921        0.98499             0.77991                1.5173           0.69872               0.15698               0.13084                0.92942              0.71121                0.41465                1              0.0008646     0.0077022     0.028169     0.068446      0.14873      0.14873      0.14873      0.2185      0.37934      0.54566      0.67595       0.7305      0.78804      0.83998       0.9129      0.97985        0.9976  
    cl_mt_pol_c_p1v13       0.84429       1.7808    0.71839    'cl_mt_pol_c'    'fl_z_wage_rho'        15              13              0.2           0.4034     0.02    9.7422      0        0        1        0.018219     9.3482e-06       0.02       0.02    0.97295    0.99823     1.0109     1.2383     1.3394     1.4784    1.6679    1.9965    2.1228    2.2239    2.4008    2.6535    3.0831    4.1445    5.4334         2.6071             0.67714                5.1211           0.74851                 2.282               0.46535                 1.6808              0.70949                0.51609                1             0.00020462    0.00020462     0.024942     0.070909     0.074799      0.10585      0.14691     0.22428      0.35935      0.51241      0.63435      0.68205      0.75058      0.81777      0.89697      0.97434       0.99667  
    cl_mt_pol_c_p1v14       0.91464       2.0956     1.4158    'cl_mt_pol_c'    'fl_z_wage_rho'        15              14              0.2           0.6756     0.02    13.536      0        0        1        0.031489       0.001192       0.02       0.02      1.187     1.2501     1.3132     1.3637     1.4143     1.5153    1.6667    1.8183    2.2729    2.6012    3.0558    3.5861    4.4701    8.9401    13.536         8.2475             0.73456                18.802           0.89114                7.1169               0.56779                  8.372              0.89932                 2.0044                1             0.00030053    0.00030053     0.011293      0.04121     0.075648      0.10298      0.14016     0.23025      0.32299      0.44551      0.54185      0.59931      0.66726      0.74456       0.8394      0.95095             1  
    cl_mt_pol_c_p1v15         0.985       418.86     850.47    'cl_mt_pol_c'    'fl_z_wage_rho'        15              15              0.2           2.0304     0.02    4254.2      0        0        1       2.028e-25       0.041616     1.0376     1.0376     16.877      16.94      16.94      16.94      16.94     117.77    128.02    132.62    757.46    757.46    757.46    757.73    758.01    4254.2    4254.2         1451.2             0.31508            7.4328e+05           0.99993                 16228               0.81762                 3753.8              0.29573             7.2329e+05                1              5.031e-05     5.031e-05    0.0010514    0.0094357    0.0094357    0.0094357    0.0094357    0.040881     0.079532      0.13179      0.47094      0.47094      0.47094      0.54797      0.57353            1             1  

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

    cl_mt_pol_k_p1v1              0       3.9619    0.16488    'cl_mt_pol_k'    'fl_z_wage_rho'        15               1              0.2         0.041617      0     8.2632    7.9155e-25      0            1    7.9155e-25    -2.0675e-35     3.5414    3.8423    3.8717    3.8886    3.8886     3.8886    3.8886    3.9201    3.9349    3.9685    4.0169    4.0169    4.0169    4.0169    4.0275     4.745    5.7634       0.0091457            0.20878             0.017645            0.21541             -0.0056272             -0.10258              0.027185                 1                 -0.0039137            -0.044841          0.0021982      0.03848       0.0528      0.31916     0.31916      0.31916      0.31916      0.39419      0.60326      0.69236      0.91095      0.91095      0.91095      0.91095       0.9677       0.9873       0.99879  
    cl_mt_pol_k_p1v2       0.070357       3.9595    0.17861    'cl_mt_pol_k'    'fl_z_wage_rho'        15               2              0.2         0.045109      0     8.5765    7.7507e-23      0            1    7.7507e-23    -7.4684e-34     2.8678     3.553    3.8426    3.8889    3.8889     3.8889    3.8889    3.9205    3.9352    3.9689    4.0173    4.0173    4.0173    4.0173    4.0278    4.8612    5.7639        0.015006            0.30286             0.027477            0.30652             -0.0046269            -0.079501              0.031901                 1                 0.00020316            0.0021471          0.0013221      0.01193      0.05064      0.32368     0.32368      0.32368      0.32368      0.39222      0.59938       0.6895       0.9066       0.9066       0.9066       0.9066       0.9647      0.98796       0.99863  
    cl_mt_pol_k_p1v3        0.14071        3.965    0.19374    'cl_mt_pol_k'    'fl_z_wage_rho'        15               3              0.2         0.048863      0     8.9377    1.5353e-23      0            1    1.5353e-23    -8.4377e-34     2.8686    3.5743    3.8437      3.89      3.89       3.89      3.89    3.9216    3.9363      3.97    4.0184    4.0184    4.0184    4.0184    4.0289    5.0362    5.8133        0.020307            0.35988             0.035842            0.36454             -0.0038458            -0.062294              0.037536                 1                  0.0021521             0.020952          0.0013367     0.011497     0.051275      0.32361     0.32361      0.32361      0.32361      0.39176      0.59832      0.68855       0.9044       0.9044       0.9044       0.9044      0.96332      0.98734       0.99895  
    cl_mt_pol_k_p1v4        0.21107       3.9629    0.20495    'cl_mt_pol_k'    'fl_z_wage_rho'        15               4              0.2         0.051716      0     9.5443    6.6806e-24      0            1    6.6806e-24    -1.2055e-33     2.8699    3.6111    3.8455    3.8918    3.8918     3.8918    3.8918    3.9234    3.9382    3.9719    4.0203    4.0203    4.0203    4.0203    4.0308    5.0386     5.631        0.025677            0.40587             0.043314            0.41039             -0.0040359            -0.061551              0.042004                 1                  0.0053456             0.049192          0.0016276     0.013159     0.065108      0.33434     0.33434      0.33434      0.33434      0.39957      0.59965      0.69526      0.90438      0.90438      0.90438      0.90438      0.96163      0.98686       0.99866  
    cl_mt_pol_k_p1v5        0.28143        3.971    0.25774    'cl_mt_pol_k'    'fl_z_wage_rho'        15               5              0.2         0.064905      0     10.246    5.1661e-23      0            1    5.1661e-23     2.1908e-33     2.8356    2.9083    3.8482    3.8946    3.8946     3.8946    3.8946    3.8946    3.9409    3.9747    4.0231    4.0231    4.0231    4.0231    4.0337     5.158    5.7967        0.042949              0.493             0.068997            0.49677              -0.010265             -0.12305               0.06643                 1                   0.012832             0.093797         0.00088153    0.0084396     0.078432      0.33924     0.33924      0.33924      0.33924      0.33924      0.60548      0.69576      0.89779      0.89779      0.89779      0.89779      0.94647      0.98717       0.99844  
    cl_mt_pol_k_p1v6        0.35179       3.8985    0.42934    'cl_mt_pol_k'    'fl_z_wage_rho'        15               6              0.2          0.11013      0     11.047    6.7587e-22      0            1    6.7587e-22     2.7386e-35     2.8269    2.8426    2.8426    3.4276    3.7902     3.8826    3.8826    3.9141    3.9289    3.9625    4.0108    4.0108    4.0108    4.0213    4.6493    5.2577     6.525         0.12209            0.65949               0.1858            0.63676              -0.027819             -0.20279               0.18433                 1                   0.029288              0.12514          0.0029595     0.039669     0.039669     0.075972     0.12682      0.28011      0.28011      0.37962      0.56948      0.65008      0.87602      0.87602      0.87602       0.9208      0.94395      0.98853       0.99838  
    cl_mt_pol_k_p1v7        0.42214       3.8808    0.60541    'cl_mt_pol_k'    'fl_z_wage_rho'        15               7              0.2            0.156      0     11.513    1.6397e-20      0            1    1.6397e-20     1.8169e-35     2.8306    2.8463    2.8463    2.8811    2.9158     3.5315    3.8414    3.8877     3.934    3.9676     4.016     4.016    4.0265    4.7293    5.1489    5.5922    6.8729         0.25242            0.77448              0.37426            0.73132              -0.075553             -0.33582               0.36652                 1                   0.083296              0.25115          0.0036009     0.043908     0.043908     0.079968     0.11628      0.16071      0.20778      0.32914      0.53363      0.61519       0.7928       0.7928        0.842      0.88924      0.94665      0.98601       0.99839  
    cl_mt_pol_k_p1v8         0.4925       3.8839    0.73085    'cl_mt_pol_k'    'fl_z_wage_rho'        15               8              0.2          0.18817      0     12.576    2.0025e-18      0            1    2.0025e-18    -7.6589e-34     2.7067    2.8166    2.8166    2.8514    2.8862     3.0318    3.8018    3.8946    3.9409    3.9747    3.9873    4.0231    4.0337    4.8825    5.2159    6.6069    7.8993          0.3984            0.83226              0.58853            0.79271              -0.074268             -0.24143               0.53414                 1                    0.12866              0.31947          0.0015801     0.039466     0.039466     0.080408     0.11855      0.15364      0.19697      0.39241      0.54375       0.6438       0.6995      0.77506      0.81751       0.8645      0.93397      0.98392       0.99797  
    cl_mt_pol_k_p1v9        0.56286       3.9049    0.88577    'cl_mt_pol_k'    'fl_z_wage_rho'        15               9              0.2          0.22683      0     13.946    5.1539e-16      0            1    5.1539e-16     6.0812e-35     2.5972    2.8123    2.8123     2.847    2.8675     2.9038    2.9566    3.8717    3.9201    3.9685    4.0169    4.0169    4.7783    5.0922    5.3236     6.805    8.6683         0.61744            0.89806              0.91927            0.86885              -0.084183             -0.21253               0.78458                 1                    0.21887              0.44124          0.0020479     0.039551     0.039551     0.081349     0.12623      0.17046        0.183      0.28528      0.43041      0.61507      0.73946      0.73946      0.80786      0.86647      0.92643      0.98105       0.99769  
    cl_mt_pol_k_p1v10       0.63321       3.7363     1.0729    'cl_mt_pol_k'    'fl_z_wage_rho'        15              10              0.2          0.28716      0     15.337    1.3606e-12      0            1    1.3606e-12    -8.4942e-34     1.8622    2.7933    2.8453    2.8453    2.8453     2.8658    2.9021    2.9117    3.5005    3.9178    3.9356    4.0251    4.7684    5.0892    5.8294    7.9345    9.9933         0.83882            0.86468               1.2348            0.83784               -0.20297             -0.29601                1.1512                 1                    0.28658              0.47586         0.00063126    0.0082751      0.12219      0.12219     0.12219      0.17385      0.22441      0.28496      0.39899      0.59348      0.66848      0.71448      0.79415      0.84331      0.90691      0.97656       0.99731  
    cl_mt_pol_k_p1v11       0.70357       3.8189     1.4599    'cl_mt_pol_k'    'fl_z_wage_rho'        15              11              0.2          0.38228      0     17.439    1.1646e-07      0            1    1.1646e-07    -2.7439e-36     1.8159    1.8401    2.7965    2.8139    2.8328     2.8328    2.8486    2.8691    2.9999    3.7981    4.8056    4.9213    5.0371    5.3266    6.6699     9.808    12.298          1.6342            0.91343                2.446            0.86397               -0.24734             -0.18383                2.1313                 1                    0.56208              0.65075          0.0004793    0.0091933     0.037704     0.097943      0.1507       0.1507      0.20845      0.31425      0.36836      0.52343      0.65168      0.71071      0.76048      0.81546      0.89254      0.97219       0.99643  
    cl_mt_pol_k_p1v12       0.77393       3.9338     2.0294    'cl_mt_pol_k'    'fl_z_wage_rho'        15              12              0.2          0.51589      0      20.85    0.00047501      0      0.99952    0.00047501     1.8644e-08    0.81085    1.7681    1.8649    2.6608      2.78     2.7974    2.8148    2.8337    2.8701    3.7783    4.8072    4.9809    5.3863    6.1856    8.1895    11.359    18.557          3.3109            0.83182               5.5112             0.8053                0.45094              0.11925                4.1185                 1                    0.92942              0.71121         0.00012511    0.0036582     0.023358     0.059668     0.11578      0.12711      0.17755      0.26732      0.36637      0.46948      0.58309      0.64656      0.70716      0.78041      0.86681      0.96566       0.99511  
    cl_mt_pol_k_p1v13       0.84429       4.1037     3.2977    'cl_mt_pol_k'    'fl_z_wage_rho'        15              13              0.2           0.8036      0     27.011      0.018077      0      0.98192      0.018077      5.218e-05          0         0    1.1789    1.3899    1.6205     1.8648    2.5019    2.7451    2.8699    3.7065    5.5597    5.7914    6.1389    6.8802    11.814    16.309      26.2          12.276            0.69455               21.343            0.67957                 8.2156              0.36496                10.875                 1                     1.6808              0.70949                  0            0    0.0069211     0.023695    0.040481     0.064187     0.094328      0.15789      0.27881      0.36943      0.49729      0.55903      0.63168      0.70953      0.82356      0.94718       0.99378  
    cl_mt_pol_k_p1v14       0.91464       4.9882     6.5754    'cl_mt_pol_k'    'fl_z_wage_rho'        15              14              0.2           1.3182      0     44.164      0.031373      0      0.96863      0.031373     1.3835e-08          0         0    0.5556    0.6945    0.7871    0.83333    0.9723    2.2224    2.4527    3.4341    6.4589     6.945     9.723    14.585    15.511    39.754    43.169          40.159            0.77011               80.011            0.81652                 26.372              0.45301                43.236                 1                      8.372              0.89932                  0            0    0.0021336    0.0091104    0.017182     0.023792     0.032256     0.077655      0.14012      0.21971      0.32291      0.38963       0.4686      0.59546      0.74416      0.91684        0.9981  
    cl_mt_pol_k_p1v15         0.985       59.871     14.925    'cl_mt_pol_k'    'fl_z_wage_rho'        15              15              0.2          0.24929      0         70    1.9957e-25      0            1    1.9957e-25        0.18624     3.8818    3.8964    45.428    45.597    45.597     45.597    48.279    64.009    66.309     68.86     68.86     68.91        70        70        70        70        70          78.566            0.97196               3920.2            0.30052                -56.351             -0.16178                222.76                 1                     3753.8              0.29573         6.8091e-05    0.0013501     0.019568      0.14553     0.14553      0.14553      0.18338      0.29011      0.47358       0.7146       0.7146      0.77985            1            1            1            1             1  

                       fl_z_wage_rho     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_sig    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        5.394     0.4968     'cl_mt_coh'     'fl_z_wage_rho'        15               1              0.2         0.092102     -20    54.842    1.5543e-17    4.3551e-19          1    7.9162e-25     3.5413e-35     3.9375      4.2405     4.5435     4.8465     4.8465     5.1495     5.1495     5.1495     5.4525    5.4525    5.7555    5.7555    5.7555    6.0585    6.3615    6.6645    7.2705        0.13192             0.99951               0.24681              1                 0.028965               0.17524              0.017645              0.21541                  0.2002             0.76126           0.0021534      0.013984     0.073718     0.15591      0.15591      0.37401      0.37401      0.37401      0.65595      0.65595      0.88113      0.88113      0.88113      0.91556      0.98322      0.99194       0.99964  
    cl_mt_coh_p1v2       0.070357       5.3986     0.5019     'cl_mt_coh'     'fl_z_wage_rho'        15               2              0.2          0.09297     -20    54.849    4.3113e-20    2.4401e-19          1    7.7513e-23    -1.1647e-33     3.9396      4.2427     4.5457     4.8487     4.8487     5.1518     5.1518     5.1518     5.4548    5.4548    5.7578    5.7578    5.7578    6.0609    6.3639    6.6669     7.273        0.13907             0.99885               0.25191              1                 0.022552                0.1379              0.027477              0.30652                 0.20188             0.75922           0.0022717      0.013746     0.073585      0.1567       0.1567      0.37442      0.37442      0.37442      0.65429      0.65429      0.87872      0.87872      0.87872      0.91228      0.98145      0.99092       0.99936  
    cl_mt_coh_p1v3        0.14071       5.4094    0.50749     'cl_mt_coh'     'fl_z_wage_rho'        15               3              0.2         0.093816     -20     54.87    3.5695e-21    2.1995e-20          1    1.5355e-23    -8.5383e-34     3.9462      4.2493     4.5525     4.8556     4.8556     5.1587     5.1587     5.1587     5.4618    5.4618    5.7649    5.7649    5.7649     6.068    6.3712    6.6743    7.2805        0.14732             0.99675               0.25754              1                 0.018087               0.11185              0.035842              0.36454                 0.20361             0.75679            0.001869      0.013777     0.073326     0.15655      0.15655      0.37367      0.37367      0.37367      0.65229      0.65229      0.87615      0.87615      0.87615      0.90846      0.97929      0.98955       0.99891  
    cl_mt_coh_p1v4        0.21107       5.4144    0.51498     'cl_mt_coh'     'fl_z_wage_rho'        15               4              0.2         0.095112     -20    54.905    6.2828e-22    4.3867e-21          1    6.6812e-24    -1.7636e-33     3.9576      4.2609     4.5641     4.8674     4.8674     5.1707     5.1707     5.1707     5.4739    5.4739    5.7772    5.7772    5.7772    6.0804    6.3837     6.687    7.5967        0.15782              0.9928                0.2652              1                 0.016862               0.10235              0.043314              0.41039                 0.20502             0.75086           0.0020249      0.015284     0.074784     0.16298      0.16298      0.38288      0.38288      0.38288      0.65856      0.65856      0.87546      0.87546      0.87546      0.90862      0.97747      0.98806       0.99912  
    cl_mt_coh_p1v5        0.28143       5.4232    0.53888     'cl_mt_coh'     'fl_z_wage_rho'        15               5              0.2         0.099367     -20    54.958    1.8747e-21    1.4503e-20          1    5.1666e-23      6.275e-35     3.6709      4.2779     4.5814     4.5814     4.8848     4.8848     5.1883     5.1883     5.4918    5.4918    5.7952    5.7952    5.7952    6.0987    6.4022    7.0091    7.9196        0.17976             0.98693                0.2904              1                 0.010658              0.061105              0.068997              0.49677                 0.21074             0.73676          0.00084904      0.019104     0.082735    0.082735      0.17435      0.17435       0.3917       0.3917      0.65919      0.65919        0.873        0.873        0.873      0.90432      0.97286      0.98888       0.99885  
    cl_mt_coh_p1v6        0.35179       5.3007    0.67963     'cl_mt_coh'     'fl_z_wage_rho'        15               6              0.2          0.12822     -20    55.031    1.1293e-19    2.9618e-20          1    6.7595e-22    -2.2538e-34     3.5983      3.9009     4.2034      4.506      4.506     4.8085     4.8085     5.1111     5.1111    5.4136    5.7161    5.7161    5.7161    6.0187    6.3212    7.5314    8.7416        0.28775             0.98193                0.4619              1                 0.011961               0.05508                0.1858              0.63676                 0.26414             0.71295           0.0023689      0.020712     0.041226     0.13035      0.13035       0.2559       0.2559      0.45717      0.45717      0.62139      0.82641      0.82641      0.82641      0.88206      0.94755      0.99023       0.99876  
    cl_mt_coh_p1v7        0.42214       5.3836    0.84532     'cl_mt_coh'     'fl_z_wage_rho'        15               7              0.2          0.15702     -20    55.128    6.7389e-19    4.2319e-19          1    1.6399e-20    -1.0184e-34     3.6291       3.932      4.235     4.5379     4.5379     4.8409     4.8409     5.1438     5.1438    5.7497    5.7497    6.0526    6.0526    6.3555    6.9614    8.1732    9.6879        0.44477             0.97737               0.71456              1                0.0097163              0.030931               0.37426              0.73132                 0.33058             0.71386           0.0029449      0.025968     0.057689     0.15617      0.15617      0.29093      0.29093      0.45181      0.45181      0.73921      0.73921      0.81713      0.81713      0.88524      0.94719      0.98686       0.99863  
    cl_mt_coh_p1v8         0.4925       5.3466     1.0159     'cl_mt_coh'     'fl_z_wage_rho'        15               8              0.2             0.19     -20    55.261    4.9321e-19    4.5743e-17          1    2.0027e-18    -3.1647e-34     3.3675      3.6709     3.9744     4.2779     4.2779     4.5813     4.5813     4.8848     5.1883    5.4918    5.7952    6.0987    6.0987    6.4022    7.3126      8.83    10.651         0.6446             0.96878                 1.032              1                 0.056995                0.1333               0.58853              0.79271                 0.38643             0.69032           0.0020378      0.023539     0.052945     0.12079      0.12079      0.21899      0.21899      0.35012      0.48025      0.61444      0.73072      0.80347      0.80347       0.8623      0.94051      0.98507        0.9984  
    cl_mt_coh_p1v9        0.56286       5.3535     1.1945     'cl_mt_coh'     'fl_z_wage_rho'        15               9              0.2          0.22312     -20    55.448    5.6867e-16    1.1524e-14          1    5.1544e-16     4.4972e-34     3.3314      3.6344     3.9374     4.2404     4.2404     4.5434     4.5434     4.8464     5.1494    5.4524    5.7554    6.0584    6.3614    6.6644    7.5735    9.6945    12.422        0.88301             0.95239                1.4268              1                 0.045403                 0.085               0.91927              0.86885                 0.46211             0.69082           0.0022738      0.025836     0.071072     0.13594      0.13594       0.2301       0.2301      0.35413      0.47047      0.59196      0.70155      0.76958        0.827      0.86439      0.92711      0.98106       0.99778  
    cl_mt_coh_p1v10       0.63321       5.1647     1.3736     'cl_mt_coh'     'fl_z_wage_rho'        15              10              0.2          0.26596     -20    55.707    1.4531e-14    3.1098e-11          1    1.3608e-12     3.4197e-33     3.3178      3.6206     3.9234     3.9234     4.2262     4.2262     4.2262     4.5291     4.8319    5.1347    5.4376    5.7404    6.0432    6.6489    7.8602    10.586     14.22         1.1456             0.92241                1.8867              1                  0.12789               0.14569                1.2348              0.83784                 0.52407             0.67974           0.0058811      0.023419     0.079185    0.079185      0.21003      0.21003      0.21003      0.36076      0.49428      0.61864      0.68735      0.73441      0.78491       0.8466      0.91142      0.97739       0.99698  
    cl_mt_coh_p1v11       0.70357       5.1084     1.9393     'cl_mt_coh'     'fl_z_wage_rho'        15              11              0.2          0.37963     -20    56.097    4.9165e-09     2.646e-06          1    1.1649e-07      3.572e-35     2.7382      3.0414     3.3446     3.6477     3.9509     3.9509     3.9509     4.2541     4.5573    4.8604    5.4668      5.77    6.3763    7.2858    9.1049    13.349    18.503          2.137              0.8992                3.7608              1                  0.50233               0.28105                 2.446              0.86397                 0.81238             0.70803          0.00054479      0.013222     0.036206    0.092897      0.21632      0.21632      0.21632       0.3434      0.44379      0.55435      0.65641       0.7022      0.76129      0.81752      0.89124      0.97334       0.99643  
    cl_mt_coh_p1v12       0.77393        5.245     3.3722     'cl_mt_coh'     'fl_z_wage_rho'        15              12              0.2          0.64294     -20    56.729    0.00012163      0.010552    0.98933    0.00047523      2.633e-33    -16.967    -0.89353     3.0491     3.3524     3.6556     3.6556     3.6556     3.9589     4.2622    4.8687    5.7786    6.3851     7.295    8.5081    11.541    18.213    26.705         5.8941             0.89116                11.372              1                   4.1014               0.65273                5.5112               0.8053                  1.5173             0.69872          -0.0036929     -0.015228     0.011355    0.056997      0.15568      0.15568      0.15568      0.26064      0.34813      0.47872      0.58796      0.63859      0.69764      0.75474      0.84944      0.95858       0.99443  
    cl_mt_coh_p1v13       0.84429       1.2848     9.5236     'cl_mt_coh'     'fl_z_wage_rho'        15              13              0.2           7.4125     -20    57.937     0.0039233       0.40034    0.59574      0.018082     9.3482e-06        -20         -20    -15.754    -11.509    -8.1729    -5.7469    -4.2306    -1.5012     2.7444    3.9574    5.1704    6.6867    8.8095    11.842    16.998    29.734    45.201         47.981             0.94004                90.698              1                   56.474               0.86871                21.343              0.67957                  5.1211             0.74851            -0.28148      -0.28148     -0.74339     -1.2631      -1.6135      -1.8763      -2.0617      -2.2732      -2.2019      -1.7853      -1.4323      -1.1904     -0.86631     -0.49319     0.051313      0.72431        0.9622  
    cl_mt_coh_p1v14       0.91464       1.3858     14.903     'cl_mt_coh'     'fl_z_wage_rho'        15              14              0.2           10.754     -20    61.219      0.016508         0.574    0.40949      0.031404       0.001192        -20         -20    -18.182    -14.545    -11.818    -9.9992    -7.8778    -4.8473    -1.8167    1.2138    6.9719    11.215    16.367    22.428    30.913     52.43    61.219         106.54             0.90141                222.09              1                   109.79               0.83214                80.011              0.81652                  18.802             0.89114            -0.45323      -0.45323     -0.81859     -1.3201      -1.8364      -2.1997      -2.5257      -2.9764       -3.301      -3.3049      -3.0175      -2.6694      -2.1893      -1.5016     -0.53985      0.58778             1  
    cl_mt_coh_p1v15         0.985       468.79     874.02     'cl_mt_coh'     'fl_z_wage_rho'        15              15              0.2           1.8644     -20    4419.1    9.6665e-23    1.6765e-22          1     1.996e-25       0.041616     4.9035      4.9035     61.012     61.312     61.312     61.312     61.312     168.43     172.03    178.93    806.32    806.32    806.32    806.62    806.92    4419.1    4419.1         1516.7              0.3204            7.6391e+05              1                    16716               0.81952                3920.2              0.30052              7.4328e+05             0.99993          0.00021767    0.00021767    0.0033499    0.030464     0.030464     0.030464     0.030464     0.071596      0.11876      0.18168      0.50651      0.50651      0.50651      0.57978      0.60409            1             1  

                       fl_z_wage_sig     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    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.05       6.9451    0.35193     'cl_mt_val'     'fl_z_wage_sig'        16               1              0.8         0.050673     -8.6654    15.727      0      -6.3359e-35          1     1.3595e-34     1.1462e-33     5.6797     5.8514     6.3183     6.4851     6.6455     6.6582     6.8082       6.8244     6.9861    7.0207    7.1482    7.1863    7.1936    7.3504    7.5117    7.8691    8.0296        0.12386                1                0.079577            0.60471             -0.052099              -0.39744              0.019709              0.25785               0.11197               0.61248           0.0040267    0.0085373     0.046611      0.10111       0.15185     0.18922      0.24291      0.37387      0.57174      0.64395       0.75838     0.83306       0.84313     0.89971      0.95161      0.99272        0.9998  
    cl_mt_val_p2v2       0.092857       6.8946     0.9172     'cl_mt_val'     'fl_z_wage_sig'        16               2              0.8          0.13303     -9.2623    15.918      0      -4.0778e-32          1    -1.8907e-34     1.2261e-34     4.8377     5.0201      5.514     5.6876     5.8597     5.8626     6.2909       6.6487     6.9648    7.1268    7.4939    7.6544    7.8107    8.1038    8.3827     9.476     10.32        0.84125                1                 0.80567             0.9015              -0.15588              -0.38551               0.65429              0.88334               0.30726               0.62738           0.0039934    0.0096124     0.052607      0.11139       0.16002     0.16987       0.2108      0.30169      0.54642      0.66278       0.70657     0.76328       0.82708     0.91471      0.93913       0.9874       0.99849  
    cl_mt_val_p2v3        0.13571       6.7492     1.3442     'cl_mt_val'     'fl_z_wage_sig'        16               3              0.8          0.19917     -9.7921    16.143      0       1.0497e-16          1     2.5331e-19     1.3946e-35     4.1841     4.5567     5.2161     5.2164     5.3891     5.5629      5.871        6.224     6.3983    6.6812    7.7437    7.8951    8.1866    8.6288     9.468    10.721    11.853          1.807                1                  2.2222            0.86554              -0.16181              -0.13791                 1.784              0.91247               0.59999               0.77012          0.00089974    0.0077078     0.068555     0.075446       0.11869     0.16069      0.21236      0.36176      0.45826      0.57184       0.70035     0.73791       0.80109     0.85859      0.93777      0.98413       0.99821  
    cl_mt_val_p2v4        0.17857        6.463      2.074     'cl_mt_val'     'fl_z_wage_sig'        16               4              0.8          0.32091     -10.153    16.383      0        0.0084509    0.99155     2.1166e-05     1.8815e-34     -7.099    0.95592       4.28     4.5074     4.7034     4.8889     5.3765       5.7533     6.1033    6.4515    7.7941    8.0648     8.379    8.9876    10.147    11.852    13.337         4.3016                1                  6.3306            0.88587                1.6295               0.40567                3.4948              0.82298                1.0238                0.7666          -0.0013133    -0.004586     0.016804     0.056029       0.10422     0.13941      0.16316      0.25369      0.41947      0.53584       0.64852     0.71807       0.77444      0.8413      0.91368      0.98228       0.99795  
    cl_mt_val_p2v5        0.22143       5.8795     3.5913     'cl_mt_val'     'fl_z_wage_sig'        16               5              0.8          0.61083     -10.398    16.541      0         0.066528    0.93347     0.00017213     1.2101e-06     -9.522    -7.0185    -1.2041     2.4655     3.9294     4.1783     4.3693       5.5992     5.9527    6.7786    8.1033    8.5755    9.1486     9.902     11.07    13.037    14.774         12.898                1                  21.958            0.93107                11.722                0.7262                7.0752              0.68805                1.7307               0.66767           -0.002642    -0.014462    -0.040017    -0.033973    -0.0063526    0.042276     0.066759      0.18664      0.32808      0.45647       0.58043      0.6592       0.73198     0.80857      0.89627       0.9766       0.99749  
    cl_mt_val_p2v6        0.26429        2.287     5.4966     'cl_mt_val'     'fl_z_wage_sig'        16               6              0.8           2.4033     -10.623    16.786      0          0.33694    0.66306     0.00095876     2.1953e-05    -10.614     -9.689    -7.1651    -5.3803    -3.9282    -2.5885    -1.5299      0.16091      2.472    4.4226    6.3534    7.3385    8.3355    9.6305    11.196    13.713    15.716         30.212                1                  52.207            0.94716                30.825               0.77192                12.831              0.69712                2.8078               0.74548          -0.0053362    -0.044185     -0.18678     -0.32011      -0.42195    -0.49597     -0.53836     -0.56576     -0.46978     -0.25038     -0.020118     0.13674       0.29923     0.49656      0.72242       0.9364       0.99298  
    cl_mt_val_p2v7        0.30714       2.2846     5.7506     'cl_mt_val'     'fl_z_wage_sig'        16               7              0.8           2.5171     -10.825    16.928      0          0.34718    0.65282      0.0010086     7.9898e-05    -10.825    -9.8612    -7.2212    -5.5829     -4.127     -2.754    -1.7467    0.0083558     2.0241     4.339    6.5552    7.5915     8.676    10.121    11.963    14.632    16.646          33.07                1                  60.381            0.93214                35.021               0.75394                15.769              0.69342                3.5091               0.74918           -0.004779    -0.048734     -0.19736     -0.33181      -0.43702    -0.51086     -0.55779     -0.59332     -0.52415     -0.31125     -0.074964    0.083375       0.25776     0.46499      0.70551      0.93219       0.99282  
    cl_mt_val_p2v8           0.35       2.6413     6.0451     'cl_mt_val'     'fl_z_wage_sig'        16               8              0.8           2.2887      -11.02    17.112      0          0.34288    0.65712     0.00099687     1.5502e-06    -11.011    -10.035    -7.3085    -5.5815    -4.0261    -2.7484    -1.6874      0.15427     2.3279    5.0022    7.2858    8.2775    9.4487    10.937    12.751    15.485    17.105         36.543                1                  71.223            0.92335                41.159               0.75444                19.344              0.68617                4.5389               0.73777           -0.004981    -0.042378      -0.1765     -0.28935      -0.37809    -0.44041     -0.48181      -0.5079     -0.43542     -0.23347     0.0056925     0.14578       0.31218     0.50663      0.72914      0.93938       0.99907  
    cl_mt_val_p2v9        0.39286       2.4353     6.3381     'cl_mt_val'     'fl_z_wage_sig'        16               9              0.8           2.6026     -11.203     17.21      0          0.36999    0.63001      0.0010616     4.2958e-05    -11.203    -10.218     -7.558     -6.073    -4.5658    -3.2157    -2.1996     -0.32944     1.9989    4.7494     7.326     8.467    9.7804    11.361    13.258    15.847    17.151         40.172                1                  81.884            0.91924                47.251               0.74961                22.173              0.68062                5.5749               0.70114          -0.0048838    -0.043967     -0.19133     -0.32572      -0.43915    -0.51447     -0.56856     -0.61893     -0.56197     -0.36968       -0.1141    0.044401       0.23136     0.44562      0.69546      0.93202       0.99324  
    cl_mt_val_p2v10       0.43571       2.5513     6.4809     'cl_mt_val'     'fl_z_wage_sig'        16              10              0.8           2.5402      -11.38     17.29      0          0.37451    0.62549       0.001254     3.8624e-34     -11.38    -10.407    -7.6887     -6.157    -4.4822    -3.1996    -2.1718     -0.29261     1.9338    5.1079    7.4982    8.7168    10.055    11.632    13.615    15.973    17.267         42.002                1                  88.398            0.91393                 50.78               0.74424                23.989              0.69189                6.5333               0.67076          -0.0055938    -0.042442     -0.18401     -0.31738      -0.42341    -0.49528     -0.54818     -0.59299      -0.5443     -0.34611     -0.098727    0.061561        0.2438     0.45542      0.70211      0.93407       0.99851  
    cl_mt_val_p2v11       0.47857       2.5423     6.6163     'cl_mt_val'     'fl_z_wage_sig'        16              11              0.8           2.6025     -11.534    17.344      0          0.37555    0.62445      0.0012935       -6.8e-35    -11.534    -10.596    -7.9998    -6.2791     -4.601    -3.2384    -2.2407     -0.37445      1.914    5.0693    7.6035    8.8798    10.224    11.858    13.895    16.404    17.339         43.776                1                  94.826            0.91003                 53.04               0.73973                26.801              0.68131                7.7292               0.61879          -0.0058681    -0.043721      -0.1866     -0.33005      -0.43471    -0.51391     -0.56497     -0.61475      -0.5702     -0.37475      -0.12209     0.04252       0.22631     0.44539      0.69697      0.93289       0.99764  
    cl_mt_val_p2v12       0.52143       2.5606     6.7692     'cl_mt_val'     'fl_z_wage_sig'        16              12              0.8           2.6436     -11.691    17.358      0          0.37878    0.62122      0.0013249     0.00040973    -11.691    -10.791    -8.1708    -6.5453    -4.9028    -3.5366     -2.422     -0.50788     1.9326     5.227    7.8118    9.0403    10.454    12.094    14.133    16.784    17.356         45.822                1                  102.27            0.90577                56.772               0.73701                28.933               0.6574                8.9989               0.56824          -0.0060489    -0.045059     -0.18713     -0.33311        -0.442    -0.52235      -0.5792     -0.63326     -0.58812      -0.3925      -0.13218    0.030771       0.21956     0.43951      0.69445      0.93314        0.9947  
    cl_mt_val_p2v13       0.56429       2.4303     6.8714     'cl_mt_val'     'fl_z_wage_sig'        16              13              0.8           2.8274     -11.857    17.374      0          0.39446    0.60554      0.0013288    -5.8292e-35    -11.857    -10.995    -8.3583    -6.7121    -5.0932    -3.7062    -2.6511     -0.69299     1.7294    5.1302    7.7087     9.017    10.486    12.177    14.329    17.055    17.342         47.216                1                  108.13            0.90244                61.758               0.75164                28.525              0.68524                10.094               0.55006          -0.0064829    -0.048329     -0.20654     -0.36344      -0.47946    -0.57062     -0.63796     -0.69803     -0.66286     -0.46698      -0.19808    -0.02619       0.17347      0.4033      0.67649      0.92895       0.99903  
    cl_mt_val_p2v14       0.60714       2.0188     7.0275     'cl_mt_val'     'fl_z_wage_sig'        16              14              0.8           3.4811     -12.037    17.327      0          0.42783    0.57217      0.0013935    -3.4454e-34    -12.037    -11.212    -8.8576    -7.0553    -5.6376    -4.2608    -3.2067      -1.2664     1.1361    4.6214    7.4426    8.7736    10.341    12.137    14.337    17.177    17.321         49.386                1                  115.19            0.89935                64.679               0.74792                 30.42              0.66061                 11.65               0.50678          -0.0083086    -0.063977     -0.25023      -0.4576      -0.60806    -0.73257     -0.82666     -0.93308     -0.93418     -0.73595       -0.4301    -0.23197     0.0031734     0.28222      0.60873      0.91523         0.993  
    cl_mt_val_p2v15          0.65        1.788      7.093     'cl_mt_val'     'fl_z_wage_sig'        16              15              0.8           3.9671     -12.216    17.284      0          0.44422    0.55578       0.001402     8.6096e-35    -12.216    -11.428    -9.2183    -7.3966     -5.963    -4.6245    -3.4211      -1.4872    0.90358    4.3428    7.2758    8.6138    10.188    12.055    14.395    17.175    17.255         50.311                1                  119.01            0.89776                68.976               0.76245                28.756              0.68232                12.627               0.50286          -0.0095789    -0.074376     -0.28932     -0.52352      -0.72057    -0.85611     -0.97309      -1.1079      -1.1288     -0.93116       -0.5927    -0.38488      -0.12184     0.18978      0.55852      0.90384       0.99106  

                         fl_z_wage_sig     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    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.05       1.7421    0.51945    'cl_mt_pol_c'    'fl_z_wage_sig'        16               1              0.8          0.29818     0.02    6.1304      0        0        1       2.5479e-33     1.3044e-33     0.9965     1.0091     1.0343     1.0343      1.047      1.047      1.047     1.0596    2.1191    2.1191    2.1444    2.1444    2.1444    2.1444    2.1696    2.1696    2.1696        0.11197             0.61248             0.13357             0.68767              -0.12322              -0.63686             -0.013034              -0.11553              0.26983                  1             0.00089929     0.0059841     0.079855    0.079855      0.18994      0.18994      0.18994      0.21215       0.6435       0.6435      0.93354      0.93354      0.93354      0.93354      0.99994      0.99994       0.99994  
    cl_mt_pol_c_p2v2       0.092857       1.7614    0.53397    'cl_mt_pol_c'    'fl_z_wage_sig'        16               2              0.8          0.30315     0.02    6.1888      0        0        1      -3.8168e-33     3.9892e-34    0.98515    0.99778    0.99778     1.0104     1.0104     1.0357     1.0483     2.0461    2.1219    2.1219    2.1471    2.1471    2.1471    2.1976    2.2229     2.425    2.6523        0.30726             0.62738             0.33529             0.64444               -0.1187              -0.50422               0.16886                0.3916              0.28512                  1              0.0045003          0.04         0.04    0.089616     0.089616      0.13101      0.19818       0.2806      0.61928      0.61928      0.81705      0.81705      0.81705      0.92293       0.9333      0.98658       0.99875  
    cl_mt_pol_c_p2v3        0.13571       1.7278    0.57958    'cl_mt_pol_c'    'fl_z_wage_sig'        16               3              0.8          0.33544     0.02    6.2648      0        0        1       7.7424e-18     3.6998e-35    0.97257    0.97257     0.9852    0.99783    0.99783     1.0105     1.0105     1.0231    2.0462    2.0714     2.122    2.1725     2.223    2.2988    2.4504    2.7535    3.2082        0.59999             0.77012             0.74865              0.6763              -0.10783              -0.21317               0.52057               0.61752              0.33592                  1              0.0057485     0.0057485     0.032721     0.10482      0.10482        0.191        0.191      0.21863      0.39469       0.5772      0.68571      0.75771      0.80876      0.86207        0.941      0.98304       0.99819  
    cl_mt_pol_c_p2v4        0.17857       1.6961     0.6439    'cl_mt_pol_c'    'fl_z_wage_sig'        16               4              0.8          0.37963     0.02    6.3636      0        0        1        0.0006138     1.8815e-34    0.89646    0.93434    0.97222    0.97222    0.98485    0.98485    0.98485    0.99747    2.0202    2.0707    2.1212    2.1717    2.2475    2.3737    2.6515    3.1818    3.8889         1.0238              0.7666              1.5197             0.68498               0.14256               0.11431               0.94193               0.71448              0.41461                  1              0.0011153     0.0085764      0.06815     0.06815      0.15709      0.15709      0.15709      0.22714       0.3952      0.56682      0.66022      0.71878      0.77803      0.83877      0.91643      0.97949       0.99758  
    cl_mt_pol_c_p2v5        0.22143       1.7968     0.7218    'cl_mt_pol_c'    'fl_z_wage_sig'        16               5              0.8          0.40172     0.02     9.735      0        0        1         0.004961    -9.0428e-34       0.02    0.93436    0.95961    0.97224    0.98486    0.98486    0.99749     1.3384    2.0202     2.096    2.2223    2.3233    2.4243    2.6516    2.9798    3.7627    4.8233         1.7307             0.66767              3.2615             0.68808                1.0491               0.32337                 1.515               0.73304              0.52099                  1             5.5221e-05     0.0052942     0.033195     0.05915      0.11667      0.11667      0.16444      0.19275      0.38711      0.52301      0.63845      0.70203       0.7574      0.83352      0.90561      0.97659        0.9973  
    cl_mt_pol_c_p2v6        0.26429       1.7776    0.68522    'cl_mt_pol_c'    'fl_z_wage_sig'        16               6              0.8          0.38548     0.02    9.9744      0        0        1         0.026212     2.1953e-05       0.02       0.02     1.1378     1.2389     1.3148     1.3653     1.4159      1.517    1.6434    1.7951    1.9974    2.1238    2.3261    2.6042    3.0593    4.1718    5.5877         2.8078             0.74548              5.7691             0.83958                2.8832               0.57916                1.4941               0.65116              0.46953                  1             0.00029492    0.00029492     0.015849    0.050449     0.092172      0.13348      0.16952      0.26957      0.38441       0.5272      0.62691      0.68563      0.75168      0.81931      0.89599      0.97348       0.99644  
    cl_mt_pol_c_p2v7        0.30714        1.836    0.81451    'cl_mt_pol_c'    'fl_z_wage_sig'        16               7              0.8          0.44364     0.02    13.697      0        0        1         0.027412     7.9898e-05       0.02       0.02     1.1877     1.2636     1.3141     1.3646     1.4152     1.5163    1.6426    1.8195    2.0217    2.1733     2.426    2.7546    3.3863    4.8015     6.242         3.5091             0.74918              8.0628             0.87879                4.3007               0.65367                2.1021               0.65263              0.66343                  1             0.00029862    0.00029862     0.020396    0.047919     0.086301      0.12444      0.16037      0.26347      0.36747      0.50835      0.61236      0.66875      0.73709      0.80176      0.88518      0.96834       0.99474  
    cl_mt_pol_c_p2v8           0.35       1.9407     1.0177    'cl_mt_pol_c'    'fl_z_wage_sig'        16               8              0.8          0.52441     0.02    14.186      0        0        1         0.026597     1.5502e-06       0.02       0.02     1.1864     1.2621     1.3252     1.3883     1.4388     1.5146     1.666     1.868    2.1456    2.3476    2.6252    3.0544    3.7864    5.4777    13.984         4.5389             0.73777              11.521             0.88718                6.2267               0.67795                3.2358               0.68176               1.0357                  1             0.00027409    0.00027409     0.014016    0.045917     0.081032      0.12007        0.158      0.23045      0.35922      0.49043      0.59422      0.64724      0.71094      0.78447      0.87095      0.96251       0.99896  
    cl_mt_pol_c_p2v9        0.39286        1.996     1.2545    'cl_mt_pol_c'    'fl_z_wage_sig'        16               9              0.8          0.62849     0.02    18.438      0        0        1         0.029759     4.2958e-05       0.02       0.02      1.183     1.2586     1.3089     1.3844     1.4348     1.5103    1.6613    1.8375    2.1647    2.4164    2.7688    3.2471    4.1029      5.89    17.997         5.5749             0.70114              15.227             0.86364                8.1149               0.65043                 4.361               0.67632               1.5737                  1             0.00029818    0.00029818     0.011708    0.049836     0.074757      0.10794      0.14724      0.22447      0.34857      0.46744      0.56826      0.62845      0.69351      0.76562      0.85579      0.95201       0.99123  
    cl_mt_pol_c_p2v10       0.43571       2.0876     1.5029    'cl_mt_pol_c'    'fl_z_wage_sig'        16              10              0.8           0.7199     0.02    23.059      0        0        1         0.029984     3.8624e-34       0.02       0.02     1.1845     1.2601     1.3231     1.3861     1.4365     1.5121    1.6667    1.8901    2.2681    2.5201    2.8982    3.4778    4.4607    6.3004     18.46         6.5333             0.67076              18.859             0.84081                9.9028               0.62586                5.4565               0.67865               2.2587                  1             0.00028726    0.00028726     0.015789     0.04433     0.072961      0.10879       0.1442      0.20936      0.33109      0.45188      0.55489      0.60953      0.67294      0.74874      0.84376      0.94529       0.99804  
    cl_mt_pol_c_p2v11       0.47857       2.1748     1.8879    'cl_mt_pol_c'    'fl_z_wage_sig'        16              11              0.8          0.86807     0.02    24.082      0        0        1         0.030249     2.3314e-34       0.02       0.02     1.1827     1.2582     1.3211      1.384     1.4343      1.535    1.6667    1.9124    2.3151    2.5919    3.0196    3.6487    4.7811    7.9266    23.402         7.7292             0.61879              23.824             0.80127                10.621               0.51913                8.3338               0.74247               3.5641                  1             0.00027817    0.00027817     0.012959    0.042977     0.069931      0.10314      0.13594       0.2069      0.31146       0.4346      0.53304        0.587       0.6534      0.72692      0.82361      0.92667       0.99625  
    cl_mt_pol_c_p2v12       0.52143       2.2793     2.3395    'cl_mt_pol_c'    'fl_z_wage_sig'        16              12              0.8           1.0264     0.02    29.389      0        0        1         0.031037     1.4258e-34       0.02       0.02     1.1852     1.2608     1.3364     1.3995     1.4625     1.5508    1.7021    1.9668    2.3955    2.6981    3.1268    3.8328    5.0432    9.0021    29.036         8.9989             0.56824              29.982             0.76833                11.441               0.42974                11.664               0.76686               5.4731                  1             0.00027233    0.00027233     0.011638    0.038136     0.069911     0.099132      0.12713      0.19236      0.30547      0.42173      0.51388      0.57086      0.63241      0.70896      0.80378      0.90854       0.98995  
    cl_mt_pol_c_p2v13       0.56429        2.344     2.6706    'cl_mt_pol_c'    'fl_z_wage_sig'        16              13              0.8           1.1393     0.02    35.178      0        0        1         0.031657    -1.0832e-35       0.02       0.02     1.1844       1.26      1.323      1.386     1.4616     1.5498     1.701    1.9655    2.3939    2.7215    3.2003    3.9563    5.2414    9.9033     29.37         10.094             0.55006              35.301             0.75807                15.729               0.49255                10.967               0.67788               7.1321                  1             0.00027011    0.00027011     0.010906    0.039991     0.062975     0.092106      0.12565      0.18608      0.29462      0.40935      0.49778      0.55324       0.6159      0.69064      0.78698      0.89327       0.99829  
    cl_mt_pol_c_p2v14       0.60714       2.4157     3.2712    'cl_mt_pol_c'    'fl_z_wage_sig'        16              14              0.8           1.3542     0.02    36.874      0        0        1         0.035123    -1.4819e-33       0.02       0.02     1.1838     1.2594     1.3223     1.3853     1.4357     1.5364    1.6875    1.9142    2.3676    2.7202     3.224    4.0299    5.3901    18.324    35.564          11.65             0.50678              43.642             0.73199                15.558                0.3865                15.698               0.73238               10.701                  1             0.00029079    0.00029079    0.0086512    0.037468     0.062106     0.089459      0.11922      0.18247      0.27899      0.38924      0.47954      0.53279      0.59236      0.66636      0.76212      0.87001       0.98792  
    cl_mt_pol_c_p2v15          0.65       2.4632     3.5402    'cl_mt_pol_c'    'fl_z_wage_sig'        16              15              0.8           1.4372     0.02      43.5      0        0        1         0.036044    -8.8371e-35       0.02       0.02     1.1832     1.2587     1.3216     1.3845     1.4349     1.5356    1.6866     1.888    2.3411    2.7187    3.2474    4.0781     5.513    23.487    36.149         12.627             0.50286              48.652             0.73535                20.984               0.46474                13.372               0.63571               12.533                  1             0.00029265    0.00029265    0.0078662    0.037932     0.062214     0.088092      0.11922      0.17972       0.2783       0.3798      0.46571      0.51932      0.57748      0.65078      0.74707      0.86098       0.98636  

                         fl_z_wage_sig     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    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.05       3.9337    0.21719    'cl_mt_pol_k'    'fl_z_wage_sig'        16               1              0.8         0.055212      0     10.638     4.1294e-33      0            1     4.1294e-33    -4.4804e-35     2.8097     2.8791     3.8388     3.8388     3.8851     3.8851     3.8851    3.8851    3.9313     3.965    3.9776    4.0133    4.0133    4.0133    4.0617    4.7985    5.8276        0.019709            0.25785             0.012435            0.15312             -0.021702              -0.26826              0.047171                 1                 -0.013034              -0.11553         0.00077995     0.0076215       0.11696      0.11696      0.34333     0.34333      0.34333      0.34333      0.58972      0.69952      0.75198      0.93886      0.93886      0.93886      0.97657      0.98921       0.99843  
    cl_mt_pol_k_p2v2       0.092857       3.8658    0.80757    'cl_mt_pol_k'    'fl_z_wage_sig'        16               2              0.8           0.2089      0     13.314    -2.8192e-33      0            1    -2.8192e-33     1.7335e-34     2.8134     2.8134     2.8134     2.8686     2.8686     2.9049     3.5706    3.8901    3.9217    3.9364    4.0185    4.0185    4.0185    4.8113     5.152    6.7382    8.5096         0.65429            0.88334              0.67974            0.86385              -0.14129              -0.39685               0.65217                 1                   0.16886                0.3916           0.050183      0.050183      0.050183      0.11785      0.11785     0.17304      0.18564      0.43103      0.45718      0.61105      0.79744      0.79744      0.79744      0.86096      0.92494       0.9836       0.99789  
    cl_mt_pol_k_p2v3        0.13571       3.8824     1.4545    'cl_mt_pol_k'    'fl_z_wage_sig'        16               3              0.8          0.37464      0     16.603     7.6596e-18      0            1     7.6596e-18     1.1809e-35     1.8641     2.7961     2.8135     2.8324     2.8482     2.8482     2.8688    2.8688    3.5796    3.7976    4.8049    4.9207    5.0944    5.6265    6.7385    9.7257    12.504           1.784            0.91247               2.4407            0.87859              -0.19538               -0.1539                2.1156                 1                   0.52057               0.61752         0.00070401      0.010574      0.068257     0.098208      0.18084     0.18084      0.27298      0.27298      0.45035      0.51815      0.63668      0.69971      0.75385      0.81748      0.91211      0.97343       0.99635  
    cl_mt_pol_k_p2v4        0.17857        3.921     2.0474    'cl_mt_pol_k'    'fl_z_wage_sig'        16               4              0.8          0.52218      0     20.417     0.00060938      0      0.99939     0.00060938     1.8815e-34    0.76389     1.7182     1.8634      2.603     2.7778     2.7951     2.8125    2.8314    2.8677    3.7752    4.8032    4.9768    5.3819    6.1805    8.2639    11.389    18.333          3.4948            0.82298               5.6364            0.79897               0.48666               0.12273                 4.192                 1                   0.94193               0.71448           8.78e-05     0.0033022      0.022796     0.058915      0.11916     0.12961      0.17964      0.27901      0.37545      0.47491      0.59255      0.64931       0.7058      0.77813      0.86855      0.96612       0.99539  
    cl_mt_pol_k_p2v5        0.22143       4.1848     2.8633    'cl_mt_pol_k'    'fl_z_wage_sig'        16               5              0.8          0.68421      0     24.993      0.0049349      0      0.99507      0.0049349     5.0388e-06          0    0.84492      1.704     1.8393     2.4306     2.6621     2.7778    2.8125    2.8678    4.0278    5.4168    5.6818    6.1807    6.7362    10.556    13.773    23.924          7.0752            0.68805               12.926            0.68743                3.0599               0.23777                8.1983                 1                     1.515               0.73304                  0    0.00088563      0.014443     0.038108      0.05896    0.089987      0.14992      0.20234      0.31826      0.41007      0.52343       0.5896       0.6605       0.7391      0.84615      0.95558       0.99473  
    cl_mt_pol_k_p2v6        0.26429       3.9004     3.3485    'cl_mt_pol_k'    'fl_z_wage_sig'        16               6              0.8          0.85851      0     30.338       0.026076      0      0.97392       0.026076     9.0583e-06          0          0    0.83333     1.1357     1.2979     1.4833     1.8773    2.5031    2.7812    3.3333     5.645    5.9101    6.1392    6.7746    11.994    14.428    28.925          12.831            0.69712                22.33            0.66501                8.7954               0.36155                11.212                 1                    1.4941               0.65116                  0             0     0.0048924      0.01779     0.033962    0.051695     0.072748      0.13465      0.23765       0.3501      0.47556      0.54588      0.62229      0.70311      0.81311      0.94529       0.99251  
    cl_mt_pol_k_p2v7        0.30714       3.9971     3.9545    'cl_mt_pol_k'    'fl_z_wage_sig'        16               7              0.8          0.98933      0     35.443        0.02731      0      0.97269        0.02731     1.0686e-08          0          0    0.69496    0.83333    0.99505     1.2046     1.8532    2.4092    2.6535    3.1968    5.7682     6.162    6.4863    7.4129    13.297    18.069    33.879          15.769            0.69342               29.694            0.66662                10.945               0.34264                15.638                 1                    2.1021               0.65263                  0             0     0.0034033     0.013633     0.024492    0.040029     0.055684      0.11616       0.2075      0.31387      0.43313      0.50602      0.59258       0.6705      0.79088      0.93451       0.99218  
    cl_mt_pol_k_p2v8           0.35       4.2015     4.6636    'cl_mt_pol_k'    'fl_z_wage_sig'        16               8              0.8             1.11      0     41.916       0.026414      0      0.97359       0.026414     4.9796e-05          0          0    0.62476    0.74045    0.83333    0.97184     1.6945    2.2908    2.5337    3.4788    5.5534     6.479     6.875    8.1797    14.462    22.711    38.835          19.344            0.68617               40.101            0.67388                14.012               0.33294                21.749                 1                    3.2358               0.68176                  0             0     0.0029859     0.011809     0.022528    0.031093     0.045312      0.10066      0.18314      0.28037       0.3932      0.46609      0.54597       0.6355      0.77217      0.92555       0.99064  
    cl_mt_pol_k_p2v9        0.39286       4.2625       5.14    'cl_mt_pol_k'    'fl_z_wage_sig'        16               9              0.8           1.2059      0      47.07       0.029606      0      0.97039       0.029606     1.3609e-08          0          0    0.54223    0.63452    0.72681    0.83333     1.2575    2.1474    2.4052    3.5541    5.1685     6.749    7.2681    8.7878    15.159    25.372    40.833          22.173            0.68062               48.291            0.66848                16.218               0.31725                 26.42                 1                     4.361               0.67632                  0             0     0.0021326    0.0094144     0.017798    0.028052     0.037387     0.084339      0.16318      0.25737       0.3596      0.43626      0.51619       0.6077      0.75668      0.91975       0.99362  
    cl_mt_pol_k_p2v10       0.43571       4.2824     5.3498    'cl_mt_pol_k'    'fl_z_wage_sig'        16              10              0.8           1.2493      0     51.666       0.033951      0      0.96605       0.033951     8.0006e-09          0          0       0.43    0.56598    0.66994    0.78545      1.132    1.9059    2.2177     3.629    5.0245    7.0459    7.5604     9.795    15.709    26.359    39.919          23.989            0.69189               53.666            0.67215                18.039               0.32028                28.621                 1                    5.4565               0.67865                  0             0     0.0014604    0.0072946     0.014841    0.023954     0.033314     0.072386       0.1476      0.23476      0.33464      0.41214       0.4957      0.59291      0.75168      0.92285       0.99053  
    cl_mt_pol_k_p2v11       0.47857       4.3744     5.9456    'cl_mt_pol_k'    'fl_z_wage_sig'        16              11              0.8           1.3592      0     55.959       0.041701      0       0.9583       0.041701      3.016e-09          0          0    0.35386     0.4844    0.64587    0.78427     1.1418    1.7449    2.0414    3.3447    4.9363     7.266    7.9119    10.242    16.377    33.347    42.275          26.801            0.68131               64.684             0.6908                19.402               0.30112                 35.35                 1                    8.3338               0.74247                  0             0    0.00057946    0.0058163       0.0127    0.021681     0.030083     0.068504       0.1319      0.21312      0.30324      0.38333        0.466      0.56646      0.73105      0.91287       0.99045  
    cl_mt_pol_k_p2v12       0.52143       4.4131     6.5016    'cl_mt_pol_k'    'fl_z_wage_sig'        16              12              0.8           1.4733      0     58.018       0.047315      0      0.95268       0.047315      6.026e-09          0          0    0.21959    0.45231    0.61254    0.77434     1.1673     1.618    1.8912    2.9818    4.7154    7.3542    8.0332    11.858    16.296    33.818    49.583          28.933             0.6574               74.933            0.69097                19.289               0.26072                42.271                 1                    11.664               0.76686                  0             0    9.6494e-05    0.0043392     0.010484    0.018157      0.02826     0.062761      0.12182      0.19831      0.27893      0.35777       0.4444      0.54917       0.7151      0.89856             1  
    cl_mt_pol_k_p2v13       0.56429       4.2752     6.0581    'cl_mt_pol_k'    'fl_z_wage_sig'        16              13              0.8            1.417      0     54.771       0.050112      0      0.94989       0.050112      7.615e-09          0          0          0    0.40791    0.61213    0.77383     1.1781    1.5162    1.7198    2.7531    4.3091    7.4842    8.0848     11.85    16.677    32.083    39.027          28.525            0.68524               72.777            0.68895                23.454               0.32377                  36.7                 1                    10.967               0.67788                  0             0             0    0.0036496    0.0099125    0.017604     0.027882     0.061452      0.11833      0.18921      0.26632      0.34819      0.43868      0.54435      0.72213      0.95249       0.99043  
    cl_mt_pol_k_p2v14       0.60714       4.2552     6.5524    'cl_mt_pol_k'    'fl_z_wage_sig'        16              14              0.8           1.5399      0     53.224       0.055969      0      0.94403       0.055969     1.3157e-08          0          0          0    0.34632    0.58875    0.75037     1.1082    1.4215    1.6393    2.4243    3.8557    7.3882    8.1103    11.844    16.277    40.833    40.833           30.42            0.66061               83.485            0.69906                23.045                0.2858                42.934                 1                    15.698               0.73238                  0             0             0    0.0026545    0.0083277    0.016233     0.026333     0.058045      0.11143      0.17715      0.24765      0.32657      0.41854      0.52579      0.69828      0.99021       0.99021  
    cl_mt_pol_k_p2v15          0.65       3.9936     5.9416    'cl_mt_pol_k'    'fl_z_wage_sig'        16              15              0.8           1.4878      0     51.014       0.061834      0      0.93817       0.061834     1.7726e-09          0          0          0    0.32516    0.56536    0.72689    0.83333    1.2555    1.4999    2.0884    3.3921    7.3612    8.0294    11.942    16.268    29.167    38.547          28.756            0.68232               76.071            0.68506                25.464               0.33602                35.303                 1                    13.372               0.63571                  0             0             0    0.0024008    0.0080895    0.016473     0.027856     0.053744      0.11036      0.16856      0.23359      0.31891      0.41253      0.52927      0.71332      0.92735       0.99038  

                       fl_z_wage_sig      mean        sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    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.05         5.3395    0.37393     'cl_mt_coh'     'fl_z_wage_sig'        16               1              0.8         0.070031     -20    53.564     9.5918e-34    -1.2746e-32          1     2.8539e-33     1.3044e-33      3.916     4.2187     4.8242     4.8242     4.8242     5.1269     5.1269     5.1269      5.4296    5.4296    5.7324    5.7324    5.7324    5.7324    6.0351    6.0351    6.0351        0.079577            0.60471             0.13982                1                -0.006184               -0.0444              0.012435              0.15312               0.13357               0.68767           0.0011712    0.0083476     0.13881     0.13881      0.13881       0.40896      0.40896      0.40896     0.68672      0.68672      0.93968      0.93968      0.93968      0.93968        0.99994     0.99994       0.99994  
    cl_mt_coh_p2v2       0.092857         5.3261    0.97438     'cl_mt_coh'     'fl_z_wage_sig'        16               2              0.8          0.18294     -20    54.265    -7.3806e-34    -4.1193e-32          1    -4.6819e-33     3.9892e-34     3.6436     3.9467     3.9467     4.2498     4.2498      4.553      4.553     5.1592      5.4623    5.4623    5.7655    5.7655    5.7655    6.3717    6.6748    9.0998    11.828         0.80567             0.9015             0.94941                1                -0.065628              -0.15278               0.67974              0.86385               0.33529               0.64444           0.0054823     0.052038    0.052038     0.12168      0.12168       0.20462      0.20462      0.42979     0.63686      0.63686      0.81249      0.81249      0.81249       0.9127          0.923     0.98176       0.99805  
    cl_mt_coh_p2v3        0.13571         5.2671       1.91     'cl_mt_coh'     'fl_z_wage_sig'        16               3              0.8          0.36262     -20    55.178     1.8451e-19     1.5474e-16          1     7.6607e-18     3.6998e-35     3.3416     3.3416     3.6447     3.9479     3.9479      4.251      4.251      4.251      4.5542    4.8573    5.4636    6.0698    6.6761    7.5855    9.4044    13.042    18.498          2.2222            0.86554               3.648                1                  0.45857               0.27508                2.4407              0.87859               0.74865                0.6763           0.0064386    0.0064386    0.039266     0.13763      0.13763       0.28256      0.28256      0.28256     0.41844      0.55884      0.64826      0.71285       0.7622      0.81807        0.91217     0.97092        0.9964  
    cl_mt_coh_p2v4        0.17857         5.1417     3.4456     'cl_mt_coh'     'fl_z_wage_sig'        16               4              0.8          0.67012     -20    56.363     0.00033343        0.01309    0.98658     0.00060953      4.003e-34    -17.879    -3.0303     3.0303     3.3333     3.6363     3.6363     3.6363     3.9394      4.2424    4.8484    5.4545    6.0606    6.9696    8.4848    11.818    18.182    26.667          6.3306            0.88587              11.872                1                   4.4069               0.66039                5.6364              0.79897                1.5197               0.68498          -0.0041935    -0.018618    0.006488     0.05264      0.16293       0.16293      0.16293      0.26829     0.36138      0.49429      0.57152      0.62431      0.68281      0.75026        0.85291     0.95741       0.99427  
    cl_mt_coh_p2v5        0.22143         4.8373     6.5669     'cl_mt_coh'     'fl_z_wage_sig'        16               5              0.8           1.3575     -20     57.88       0.001906        0.11103    0.88706      0.0049366     1.2101e-06        -20     -16.97    -6.3634    -1.2118     2.7276     3.3337     3.6367     3.6367      4.2428    5.1519    6.6671    7.8792    9.0914    11.516    15.758    25.152     37.88          21.958            0.93107              43.124                1                   24.471               0.82906                12.926              0.68743                3.2615               0.68808            -0.02041    -0.040168    -0.13104    -0.16768     -0.15128     -0.092489    -0.011796    -0.011796      0.1428      0.26525      0.38352       0.4621      0.53385      0.63797        0.78398     0.93674       0.99184  
    cl_mt_coh_p2v6        0.26429       -0.96119     10.028     'cl_mt_coh'     'fl_z_wage_sig'        16               6              0.8          -10.433     -20    59.795      0.0062279        0.55852    0.43525       0.026104     2.1953e-05        -20        -20    -17.573    -13.932    -10.898     -8.774    -6.6502     -4.223     -1.1889    1.2383    3.6656     5.486    7.6098    11.251    16.712    30.062    47.052          52.207            0.94716              100.56                1                   62.471               0.85747                 22.33              0.66501                5.7691               0.83958             0.54316      0.54316       1.031      1.8228       2.4875        2.9728       3.3927       3.9553      4.3491       4.3135       4.0354       3.7918       3.4789       2.9627         2.2783      1.3814        1.0535  
    cl_mt_coh_p2v7        0.30714       -0.57035     11.264     'cl_mt_coh'     'fl_z_wage_sig'        16               7              0.8           -19.75     -20    62.182       0.014024        0.57504    0.41094        0.02733     7.9898e-05        -20        -20    -17.574    -13.935    -11.206    -9.0828      -6.96     -4.534     -1.5015    1.2278    3.9571    6.0799    8.8092    13.055    20.636    37.618    54.904          60.381            0.93214              126.88                1                   78.464               0.86236                29.694              0.66662                8.0628               0.87879             0.95835      0.95835      1.8059      3.1042         4.22        5.0724       5.7556       6.7447       7.524       7.5093        7.113       6.6516       6.0396       5.0999         3.6494      1.8028        1.0986  
    cl_mt_coh_p2v8           0.35        0.67109      12.76     'cl_mt_coh'     'fl_z_wage_sig'        16               8              0.8           19.014     -20    65.118       0.002032        0.56127     0.4367       0.026427     1.5502e-06        -20        -20    -17.577    -13.639    -10.913    -8.7923    -6.6719    -4.2486    -0.91654    1.8097    5.4446    8.1708    11.503    16.652    25.437    45.732    63.907          71.223            0.92335              162.82                1                   100.19               0.87004                40.101              0.67388                11.521               0.88718            -0.78759     -0.78759     -1.4927     -2.6442      -3.5299       -4.2683      -4.8693       -5.617     -6.1817      -6.0816      -5.5253      -4.9923        -4.31      -3.2842        -1.7585     0.22596       0.98625  
    cl_mt_coh_p2v9        0.39286        0.82103     14.054     'cl_mt_coh'     'fl_z_wage_sig'        16               9              0.8           17.118     -20    68.501      0.0075568        0.56827    0.42418       0.029622     4.2958e-05        -20        -20    -17.886    -14.563    -12.147    -9.7302    -7.9179    -4.8974     -1.5748    1.4458    5.9765     8.695    12.924    18.965    29.235    50.378    66.387          81.884            0.91924              197.52                1                    121.6                  0.87                48.291              0.66848                15.227               0.86364            -0.72158     -0.72158      -1.307      -2.182      -3.0055       -3.6518      -4.1755      -4.9262     -5.4799       -5.466           -5      -4.5899      -3.9332       -2.941        -1.5285     0.31162       0.92098  
    cl_mt_coh_p2v10       0.43571         1.5533     14.924     'cl_mt_coh'     'fl_z_wage_sig'        16              10              0.8           9.6083     -20    72.237       0.015777        0.55438    0.42984       0.029823     1.0517e-33        -20        -20    -17.883    -14.556    -11.835    -9.4154    -7.2985    -4.5767     -1.2501    2.0765    6.9152    9.9393    14.476    21.129    32.621     53.79    68.608          88.398            0.91393              222.73                1                   137.27               0.87366                53.666              0.67215                18.859               0.84081            -0.38401     -0.38401    -0.67239     -1.1506      -1.5694       -1.9245       -2.175      -2.5631     -2.8281      -2.7955      -2.4968      -2.2433      -1.8381      -1.2765       -0.45169     0.64136       0.99017  
    cl_mt_coh_p2v11       0.47857          2.065     15.749     'cl_mt_coh'     'fl_z_wage_sig'        16              11              0.8           7.6265     -20    76.326      0.0056302        0.55866    0.43571       0.030065    -1.6582e-35        -20        -20    -18.188    -14.565    -11.847    -9.4313    -7.3175    -4.5998    -0.97627    2.3453    7.1768      10.8    15.632    22.879    35.259    55.189    73.609          94.826            0.91003              248.03                1                   146.17               0.85641                64.684               0.6908                23.824               0.80127            -0.29118     -0.29118    -0.47616     -0.8728      -1.1788       -1.4452      -1.6345      -1.9252     -2.1288      -2.0906      -1.8609      -1.6376      -1.3227     -0.85572       -0.16288     0.70042       0.98755  
    cl_mt_coh_p2v12       0.52143         2.7255      16.68     'cl_mt_coh'     'fl_z_wage_sig'        16              12              0.8           6.1198     -20    80.763      0.0024455        0.54901    0.44855       0.030878     0.00040973        -20        -20    -18.184    -14.553     -11.83    -9.4093    -7.2912    -4.5678    -0.93673     2.997     8.141    12.075    17.219    25.086      38.4    55.648    79.553          102.27            0.90577              278.21                1                   159.18               0.83864                74.933              0.69097                29.982               0.76833            -0.22659     -0.22659    -0.36191    -0.65996     -0.89347       -1.0973      -1.2398      -1.4525     -1.5977      -1.5496      -1.3505      -1.1618     -0.89368      -0.5126       0.051211     0.74485       0.97691  
    cl_mt_coh_p2v13       0.56429         3.0499     17.437     'cl_mt_coh'     'fl_z_wage_sig'        16              13              0.8           5.7173     -20    85.535        0.00156         0.5498    0.44864       0.031529     2.6378e-34        -20        -20    -18.186    -14.557    -11.835    -9.7187    -7.2996     -4.578    -0.94935    2.9817    8.4248    12.356    17.799    26.568    41.083    59.226    80.696          108.13            0.90244              304.05                1                   181.36               0.86982                72.777              0.68895                35.301               0.75807            -0.20676     -0.20676    -0.33894     -0.5943     -0.80139      -0.97555      -1.1181      -1.3079     -1.4383      -1.3965      -1.2112      -1.0489     -0.80299     -0.43247        0.10421     0.75285       0.99639  
    cl_mt_coh_p2v14       0.60714         2.8265     18.226     'cl_mt_coh'     'fl_z_wage_sig'        16              14              0.8           6.4482     -20    90.622      0.0048811        0.56273    0.43239       0.035068    -2.3047e-33        -20        -20    -18.187    -15.466    -12.746    -10.328    -8.5147      -5.19      -1.563    2.6684    8.1089     12.34    18.385     27.15    43.169    67.954    86.693          115.19            0.89935              332.19                1                   189.01               0.84273                83.485              0.69906                43.642               0.73199            -0.24814     -0.24814    -0.42088    -0.64891     -0.89917       -1.1031      -1.2667      -1.5028     -1.6659      -1.6446      -1.4644      -1.2837      -1.0143      -0.6228     -0.0049344     0.71165        0.9748  
    cl_mt_coh_p2v15          0.65         2.9033     18.689     'cl_mt_coh'     'fl_z_wage_sig'        16              15              0.8           6.4372     -20        96      0.0057019        0.56558    0.42872       0.035807    -7.1312e-35        -20        -20     -18.49    -15.469     -12.75    -10.333    -8.5208    -5.1979     -1.5729    2.3542    8.0937    12.323    18.667    28.031    44.344    73.948    88.448          119.01            0.89776              349.27                1                   208.03               0.87273                76.071              0.68506                48.652               0.73535            -0.24667     -0.24667    -0.35806    -0.65741      -0.8966       -1.1022      -1.2504      -1.4848     -1.6461      -1.6308      -1.4564      -1.2874      -1.0228     -0.62249      -0.016271     0.70607       0.97166  

Medium Grid Simulation (CROSS Limited Graphs)

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

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

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

        Count: 51
      KeyType: char
    ValueType: any

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

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

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

        Count: 55
      KeyType: char
    ValueType: any

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

    ar_param_keys_idx    1     1      1       2      15.5    0.70711    15     16 

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

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

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

        Count: 19
      KeyType: char
    ValueType: any

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

    fl_a_max                   1     1      1        5         65      11.859       50       80
    fl_alpha                   2     2      1        5        0.4    0.079057      0.3      0.5
    fl_b_bd                    3     3      1        5      -12.5      5.9293      -20       -5
    fl_beta                    4     4      1       15       0.92    0.031944     0.87     0.97
    fl_c_min                   5     5      1        5     0.0155    0.011463    0.001     0.03
    fl_crra                    6     6      1       15          3      1.2778        1        5
    fl_delta                   7     7      1        5       0.08    0.047434     0.02     0.14
    fl_r_borr                  8     8      1        5      0.125    0.098821        0     0.25
    fl_r_save                  9     9      1        5      0.025    0.011859     0.01     0.04
    fl_w                      10    10      1        5       1.25     0.11859      1.1      1.4
    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       15     0.4925     0.31465        0    0.985
    fl_z_wage_sig             17    17      1       15       0.35     0.19166     0.05     0.65
    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_z_wage_rho      mean        sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_sig    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         8.2451    0.18074     'cl_mt_val'     'fl_z_wage_rho'        15               1              0.2         0.021921     -6.9482    15.763      0      1.0057e-11          1    7.0584e-13    -1.4344e-33     7.5724     7.7997     7.9715      8.012      8.053      8.0948     8.1363     8.1772     8.2551     8.2944    8.3735    8.3739    8.4127    8.4506    8.5251    8.7108    8.8514        0.032667               1                0.082729            0.99954             0.0062201              0.22516               0.035206              0.78441               0.041302              0.80446           0.00094038      0.010018     0.064538       0.10202       0.1469      0.20943      0.2791      0.36559       0.56075     0.65017      0.78876      0.80047      0.85002      0.89772      0.94931      0.99272       0.99892  
    cl_mt_val_p1v2       0.070357         8.2427    0.19807     'cl_mt_val'     'fl_z_wage_rho'        15               2              0.2          0.02403     -7.0033     15.77      0      1.9944e-10          1    5.1365e-14    -7.7194e-35     7.4946     7.7497     7.9256     8.0017     8.0439        8.09     8.1259     8.1725     8.2504     8.3012    8.3745    8.3865    8.4309    8.4888    8.5685    8.7347    8.9399        0.039233               1                0.095502            0.99901             0.0054544              0.18352                 0.0447              0.81959               0.045347              0.80272           0.00090812     0.0096801     0.050157       0.10305       0.1454      0.21234     0.25313      0.34521       0.49999     0.64372      0.74718      0.79586      0.84485      0.89614      0.94805      0.99009       0.99892  
    cl_mt_val_p1v3        0.14071         8.2244    0.21975     'cl_mt_val'     'fl_z_wage_rho'        15               3              0.2         0.026719     -7.0665     15.78      0      3.3709e-09          1    8.8587e-13     3.6645e-34     7.3388     7.6682     7.8666     7.9502     8.0079      8.0452     8.0855      8.152     8.2195     8.2975    8.3619    8.3895    8.4407    8.4912    8.5772    8.7639    9.0081        0.048289               1                 0.11243            0.99741             0.0047922              0.14753               0.057227              0.84966               0.050413              0.80119           0.00087799     0.0091603     0.047077      0.095557      0.14441      0.19266      0.2528      0.34504       0.49011     0.64143       0.7506      0.79318      0.85317      0.90178      0.94771      0.98981       0.99899  
    cl_mt_val_p1v4        0.21107         8.2264    0.25009     'cl_mt_val'     'fl_z_wage_rho'        15               4              0.2           0.0304     -7.1391    15.794      0      4.1713e-08          1    1.1241e-11    -3.7162e-34      7.172     7.5836     7.8195     7.9241     7.9864      8.0271     8.0681     8.1498     8.2281      8.308    8.3869    8.4261    8.4641    8.5221    8.6192    8.8294     9.118        0.062543               1                 0.13982            0.99488             0.0067905              0.17718               0.075042              0.86777               0.057985              0.80049           0.00085446     0.0090957     0.047442      0.099962      0.14987      0.19403     0.24374       0.3563       0.49012     0.64092      0.75599      0.80166      0.84762      0.89822      0.94688      0.98932       0.99892  
    cl_mt_val_p1v5        0.28143         8.2134    0.28946     'cl_mt_val'     'fl_z_wage_rho'        15               5              0.2         0.035242      -7.227    15.813      0      4.3864e-07          1    1.2085e-10     1.6205e-34     6.9224     7.4362     7.7516     7.8686     7.9394      7.9926     8.0419     8.1237     8.2145     8.3219    8.3937    8.4339    8.4789     8.547    8.6728    8.9389    9.2401        0.083785               1                 0.17969            0.99098             0.0072955              0.15436                0.10469              0.89506               0.067701              0.79818           0.00081007     0.0087947     0.047555      0.093848      0.14223      0.19207     0.23935      0.34099        0.4901     0.65451      0.74224       0.7912      0.84683      0.89421      0.94662      0.98903       0.99886  
    cl_mt_val_p1v6        0.35179         8.2044    0.34267     'cl_mt_val'     'fl_z_wage_rho'        15               6              0.2         0.041766     -7.3351    15.837      0      3.9191e-06          1    1.1196e-09     2.8774e-35     6.5427     7.2672     7.6576     7.7972     7.8812      7.9614     8.0027     8.0867     8.2077     8.3243    8.4077    8.4523    8.5287    8.6026    8.7444    9.0534     9.423         0.11742               1                 0.24097            0.98592               0.01297              0.19744                0.14673              0.90603               0.081168              0.79453           0.00075008     0.0084797     0.045512      0.093308      0.14195      0.19461     0.23924      0.33628       0.49858      0.6443      0.74535      0.80083      0.84681       0.8974      0.94598      0.98909       0.99884  
    cl_mt_val_p1v7        0.42214         8.1839    0.43322     'cl_mt_val'     'fl_z_wage_rho'        15               7              0.2         0.052936     -7.4723    15.869      0      3.3097e-05    0.99997    9.8164e-09    -5.2155e-31     5.7085     6.9462     7.5013     7.7022     7.8275       7.899      7.967     8.0645     8.2028     8.3192    8.4196    8.4916    8.5593    8.6691     8.835    9.1877    9.6424         0.18768               1                 0.36517            0.98007              0.038809              0.33955                0.22298              0.90018                0.10252               0.7773           0.00055239     0.0080095     0.044025      0.090097      0.13942      0.18859     0.23528      0.33248        0.5063     0.63487      0.73788      0.78691      0.83883       0.8958      0.94534      0.98857       0.99883  
    cl_mt_val_p1v8         0.4925         8.1196    0.60056     'cl_mt_val'     'fl_z_wage_rho'        15               8              0.2         0.073965     -7.6517    15.914      0      0.00023247    0.99977    7.2094e-08     2.0839e-35     3.5817     6.2831     7.2236      7.525     7.6813      7.7979     7.8738      7.998     8.1597     8.3165    8.4376     8.514     8.598    8.7226    8.9251    9.3856    9.9328         0.36067               1                 0.65187            0.97458               0.15059              0.55389                0.35695               0.8523                0.13827              0.73763           0.00014833     0.0063396     0.041066      0.085883      0.13286      0.18903     0.23719      0.34327       0.48083     0.63166      0.73617      0.78898      0.83708      0.89196      0.94346      0.98829       0.99875  
    cl_mt_val_p1v9        0.56286         7.9625    0.96737     'cl_mt_val'     'fl_z_wage_rho'        15               9              0.2          0.12149     -7.8905    15.977      0       0.0014795    0.99852    4.7994e-07     9.4153e-36    -1.6929     4.5149     6.5309     7.0839     7.3493       7.534     7.6615     7.8693     8.0766     8.2947    8.4522    8.5299    8.6457    8.8314    9.0895    9.6524    10.305         0.93581               1                  1.5696            0.97367                0.6421              0.73802                0.67067              0.77159                0.21876              0.68977          -0.00054287     0.0029179      0.03267      0.075633      0.12093       0.1677     0.21547      0.32255       0.46524     0.62721      0.73057      0.77947      0.82984       0.8868       0.9412      0.98754        0.9987  
    cl_mt_val_p1v10       0.63321         7.7493     1.4706     'cl_mt_val'     'fl_z_wage_rho'        15              10              0.2          0.18977      -8.222    16.069      0       0.0054661    0.99453    1.8823e-06     -5.935e-22    -5.6263     2.1083      5.409     6.4223     6.8852      7.1665      7.371     7.6784     8.0038     8.2686    8.4669    8.6169    8.7813    8.9966    9.3596    10.074    10.853          2.1627               1                  3.4762             0.9728                1.7748              0.80209                  1.211               0.7181                  0.352              0.67175          -0.00085777    -0.0015203     0.020631       0.05975      0.10283      0.14951     0.19492      0.29309       0.45406     0.60192      0.71124      0.76664      0.82603      0.87922      0.93709       0.9866       0.99857  
    cl_mt_val_p1v11       0.70357         7.4513     2.1224     'cl_mt_val'     'fl_z_wage_rho'        15              11              0.2          0.28484     -8.6922    16.217      0        0.015526    0.98447    5.8287e-06    -7.1451e-28    -7.0498    -1.9304     3.7112     5.2945     6.1127      6.6102     6.9626     7.4427      7.888     8.2596    8.5279    8.7372     8.937     9.257     9.743    10.646    11.619          4.5046               1                  7.1071            0.97002                4.0126              0.82601                 2.1455              0.69324                0.56498              0.66812           -0.0010252    -0.0061096    0.0044348      0.035376     0.074117      0.11769     0.16238      0.26082       0.41698     0.58229      0.69172      0.74715      0.80649      0.86758      0.93117      0.98513       0.99841  
    cl_mt_val_p1v12       0.77393         6.9298     3.0396     'cl_mt_val'     'fl_z_wage_rho'        15              12              0.2          0.43862      -9.397    16.448      0        0.040621    0.95938    1.8135e-05     2.6073e-17    -7.8401    -5.1772    0.92739     3.3056     4.5502      5.4013     6.0299     6.8732     7.6588     8.2406    8.6955    8.9578    9.2741    9.7103    10.372    11.589    12.799           9.239               1                   14.63            0.96302                 8.552              0.82743                 4.1549              0.69522                0.96339               0.6752           -0.0018828     -0.009572    -0.018811    -0.0021115      0.02689     0.063221     0.10434      0.19877         0.358      0.5296      0.65007       0.7159      0.78051      0.84811      0.91995      0.98262        0.9981  
    cl_mt_val_p1v13       0.84429         6.1479     4.2031     'cl_mt_val'     'fl_z_wage_rho'        15              13              0.2          0.68366     -10.527    16.965      0        0.092343    0.90766      5.59e-05    -3.5403e-35    -9.4476    -7.1969    -2.7968    0.37309     2.0847      3.2588     4.2275     5.7074     7.1816     8.1838    8.8801    9.3393    9.8083    10.497     11.41    12.964    14.439          17.666               1                  28.176            0.94991                16.052              0.80148                 8.3097              0.72254                 1.7467              0.69165           -0.0015995     -0.013379    -0.044398     -0.052999    -0.042287    -0.020348    0.010493     0.092283       0.25477     0.44756      0.57941      0.65116      0.72838      0.81151      0.89983      0.97799       0.99758  
    cl_mt_val_p1v14       0.91464         4.9443     6.0785     'cl_mt_val'     'fl_z_wage_rho'        15              14              0.2           1.2294     -12.626    18.336      0         0.21472    0.78528    0.00018421     2.9262e-06    -11.534    -9.5873    -6.4963    -3.8525    -1.8403    -0.30377    0.84317     2.9709     5.8731     8.0206    9.3858     10.28    11.125    12.235    13.743    16.174      17.8          36.949               1                  61.633            0.90699                32.125              0.73524                 20.874              0.73854                 4.2828              0.71805           -0.0024844     -0.021864    -0.086249       -0.1375     -0.16582      -0.1765    -0.17371     -0.13406     0.0021098     0.21431      0.39016       0.4896      0.59758      0.71609      0.84635       0.9657       0.99634  
    cl_mt_val_p1v15         0.985       -0.62643     11.367     'cl_mt_val'     'fl_z_wage_rho'        15              15              0.2          -18.146      -17.07    26.153      0           0.634      0.366    0.00091596     5.0245e-07    -17.016    -16.547    -14.363    -12.957    -11.496     -10.112    -8.8682    -6.9665    -4.7108    0.96392    7.3232    11.879    13.671    18.869    20.587     26.14    26.146          129.21               1                  229.16            0.89212                54.358              0.54035                 118.98              0.78936                 43.029               0.6005             0.092305       0.43305       1.2733        2.3657       3.3407        4.203      4.9627       6.2374        7.6026      8.2056       7.6037       6.8163       5.8005       4.5125       2.9121        1.413         1.039  

                         fl_z_wage_rho     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_sig    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.8048    0.28406    'cl_mt_pol_c'    'fl_z_wage_rho'        15               1              0.2          0.15739     0.02    6.1109      0        0        1      8.6939e-13    -1.4344e-33    1.5113    1.5421    1.5666    1.5728    1.5789    1.5851    1.5912    1.5974    1.6096    2.1544    2.1708    2.1708     2.179    2.1872    2.2035    2.2445    2.2773        0.041302            0.80446             0.10518             0.80854             -0.0050417              -0.11612             0.029525              0.41856               0.080692                 1             0.00092283     0.0097514     0.062394    0.098552      0.13959      0.19881      0.26164      0.34192      0.50044      0.58897       0.7666       0.7666      0.82447      0.88082      0.94101      0.99145       0.99891  
    cl_mt_pol_c_p1v2       0.070357       1.8043    0.28521    'cl_mt_pol_c'    'fl_z_wage_rho'        15               2              0.2          0.15807     0.02    6.1115      0        0        1      1.7243e-11    -6.8687e-34    1.5053    1.5361    1.5606    1.5729    1.5791    1.5852    1.5914    1.5975    1.6098    2.1546     2.171     2.171    2.1792    2.1955    2.2119    2.2447    2.2939        0.045347            0.80272             0.11086             0.80535             -0.0062066              -0.14503             0.035719              0.45483               0.081345                 1              0.0012309     0.0094101     0.048624     0.10908      0.15149      0.20823      0.27506      0.34758      0.50107      0.58981      0.76248      0.76248      0.81806      0.90689      0.95228        0.989       0.99905  
    cl_mt_pol_c_p1v3        0.14071       1.8018    0.28634    'cl_mt_pol_c'    'fl_z_wage_rho'        15               3              0.2          0.15892     0.02    6.1132      0        0        1      2.9094e-10     6.5369e-32    1.4873    1.5304    1.5549    1.5672    1.5734    1.5795    1.5857    1.5918    1.6041    2.1552    2.1634    2.1716    2.1798     2.188    2.2126    2.2453    2.3027        0.050413            0.80119             0.11757              0.8004             -0.0071264              -0.16837             0.042701              0.48655               0.081991                 1              0.0010514      0.011601      0.04877    0.098731      0.13629      0.18483       0.2464      0.31143      0.46025      0.62263      0.71031      0.77859      0.83834       0.8822      0.95295      0.98802       0.99886  
    cl_mt_pol_c_p1v4        0.21107       1.8049    0.28965    'cl_mt_pol_c'    'fl_z_wage_rho'        15               4              0.2          0.16048     0.02    6.1162      0        0        1       3.589e-09    -2.4425e-33    1.4676    1.5168    1.5536    1.5659     1.572    1.5782    1.5843    1.5966    1.6089    2.1534    2.1697    2.1779    2.1861    2.1943    2.2189    2.2598    2.3253        0.057985            0.80049             0.13002             0.79877             -0.0055028              -0.12397             0.051623              0.51541               0.083898                 1             0.00089676     0.0092816     0.055756     0.10298      0.13522      0.18108      0.23356      0.36067      0.50339      0.58261      0.73806      0.79671      0.84998      0.89119      0.95097      0.98899       0.99893  
    cl_mt_pol_c_p1v5        0.28143       1.8052    0.29303    'cl_mt_pol_c'    'fl_z_wage_rho'        15               5              0.2          0.16233     0.02    6.1206      0        0        1      3.7765e-08     8.9271e-34    1.4441    1.5056    1.5424    1.5609     1.567    1.5793    1.5854    1.5916    1.6039    2.1549    2.1713    2.1795    2.1877    2.1959    2.2204    2.2778    2.3515        0.067701            0.79818             0.14549             0.79258             -0.0067688              -0.14147             0.066393              0.56073               0.085868                 1             0.00089054      0.010195      0.04533     0.10015      0.12995      0.21116      0.26447      0.32398        0.459        0.604      0.74872       0.8057      0.85068       0.8848      0.94381      0.98885       0.99878  
    cl_mt_pol_c_p1v6        0.35179       1.8082    0.29813    'cl_mt_pol_c'    'fl_z_wage_rho'        15               6              0.2          0.16487     0.02    6.1267      0        0        1      3.3753e-07     1.3972e-34    1.4068    1.4866    1.5358    1.5542    1.5665    1.5726    1.5788    1.5911    1.6033    2.1542    2.1706    2.1787    2.1869    2.2033    2.2279    2.2934    2.3917        0.081168            0.79453             0.16759             0.78811             -0.0060265              -0.10544             0.084721              0.60129                0.08888                 1             0.00079464     0.0092714     0.047751    0.094055      0.14451      0.17875        0.222      0.32727      0.45458      0.59273      0.72977       0.7791      0.81931      0.88851      0.93953      0.98708        0.9987  
    cl_mt_pol_c_p1v7        0.42214       1.8062    0.30444    'cl_mt_pol_c'    'fl_z_wage_rho'        15               7              0.2          0.16855     0.02    6.1351      0        0        1      2.8452e-06     3.8295e-30    1.3392     1.456    1.5174     1.542    1.5604    1.5727    1.5788    1.5911    1.6034    2.1543    2.1706    2.1788    2.1952    2.2116    2.2444    2.3263    2.4409         0.10252             0.7773             0.20324              0.7762             -0.0020055              -0.02497              0.11246              0.64605               0.092683                 1             0.00074309     0.0088205     0.043814     0.08488      0.14024      0.19971      0.23927      0.33751      0.46752      0.58917       0.7126      0.76026      0.83237      0.88636      0.94295      0.98762       0.99864  
    cl_mt_pol_c_p1v8         0.4925       1.7928    0.31213    'cl_mt_pol_c'    'fl_z_wage_rho'        15               8              0.2           0.1741     0.02    6.1465      0        0        1       1.995e-05     6.4211e-35     1.217    1.3952    1.4874    1.5243    1.5428    1.5612    1.5674    1.5858    1.5981    2.1472    2.1718    2.1799    2.1963    2.2127    2.2537    2.3602     2.516         0.13827            0.73763             0.26201              0.7537               0.013793              0.097612              0.15009              0.68952               0.097425                 1             0.00064013      0.007922     0.042279    0.084751      0.12594      0.18328       0.2213      0.34071      0.44331      0.57292      0.71931      0.76207      0.82669      0.87503      0.93589      0.98647       0.99868  
    cl_mt_pol_c_p1v9        0.56286       1.7642    0.32785    'cl_mt_pol_c'    'fl_z_wage_rho'        15               9              0.2          0.18583     0.02    6.1623      0        0        1      0.00012627     5.0077e-35    1.1124    1.2783    1.4258     1.475    1.5119    1.5303    1.5488    1.5734    1.5918    1.6164    2.1716    2.1797    2.2043    2.2289    2.2863    2.4256    2.6141         0.21876            0.68977             0.39845             0.72931               0.065013               0.22049              0.22155              0.75207                0.10748                 1             0.00054958     0.0068985       0.0408    0.079577      0.13196      0.17125      0.22316      0.32279      0.43811       0.5868      0.70717      0.74868      0.82668      0.87436       0.9374      0.98642       0.99848  
    cl_mt_pol_c_p1v10       0.63321       1.7497    0.35632    'cl_mt_pol_c'    'fl_z_wage_rho'        15              10              0.2          0.20364     0.02    6.1848      0        0        1      0.00046343     1.0334e-21     1.069    1.1858    1.3455    1.4254    1.4684    1.4991    1.5175    1.5544    1.5913    1.6158    2.1708    2.1954    2.2118    2.2609    2.3347    2.5313    2.7852           0.352            0.67175             0.62167               0.718                0.15473                0.2886              0.32393              0.79277                0.12697                 1             0.00034179     0.0062948     0.035742    0.077874      0.12095      0.16876      0.20376      0.29882      0.45156      0.57459      0.68054      0.76202      0.80072      0.87129      0.93039      0.98585       0.99842  
    cl_mt_pol_c_p1v11       0.70357       1.7504    0.39843    'cl_mt_pol_c'    'fl_z_wage_rho'        15              11              0.2          0.22763     0.02    6.2188      0        0        1       0.0013013    -3.1568e-27      0.02    1.1368     1.272    1.3601    1.4195    1.4564    1.4932    1.5424    1.5916    1.6223    2.1794     2.204     2.245    2.3023     2.417    2.6874    3.0397         0.56498            0.66812              0.9775             0.71069                0.30678               0.33641               0.4669              0.80365                0.15875                 1             1.4869e-05     0.0054954     0.033493     0.07092      0.11449      0.15193      0.20026      0.28846      0.43793      0.55532      0.67545      0.73668      0.80426       0.8605      0.92619      0.98407        0.9982  
    cl_mt_pol_c_p1v12       0.77393       1.7541    0.46942    'cl_mt_pol_c'    'fl_z_wage_rho'        15              12              0.2          0.26761     0.02     7.844      0        0        1       0.0033187     2.6073e-17      0.02    1.0998    1.2165    1.2903    1.3456    1.4009    1.4439    1.5114     1.579    1.6466    2.2037    2.2446     2.302    2.4003    2.5805    2.9901    3.5062         0.96339             0.6752              1.7073             0.72769                 0.6182                0.3873              0.75353              0.81642                0.22035                 1             3.7839e-05      0.004603     0.030729    0.068523      0.10498      0.14562      0.18512      0.27266      0.40275       0.5419      0.65465      0.72522      0.78536       0.8498      0.92113      0.98173       0.99794  
    cl_mt_pol_c_p1v13       0.84429       1.7907    0.60085    'cl_mt_pol_c'    'fl_z_wage_rho'        15              13              0.2          0.33554     0.02    7.9829      0        0        1       0.0072939    -4.3269e-35      0.02     1.093     1.179    1.2527    1.2998    1.3448    1.3878    1.4738    1.5761    1.7051    2.2352    2.3007    2.4153    2.5873    2.8984     3.709    4.4929          1.7467            0.69165              3.2249             0.76054                 1.2296               0.42948               1.3758               0.8368                0.36103                 1             8.1462e-05     0.0022521     0.027545    0.064977     0.096822      0.13561      0.17278      0.25433       0.3802      0.51599      0.63738      0.69524      0.76134      0.83142      0.90643      0.97732       0.99734  
    cl_mt_pol_c_p1v14       0.91464       1.9397    0.98123    'cl_mt_pol_c'    'fl_z_wage_rho'        15              14              0.2          0.50587     0.02    13.408      0        0        1        0.015196     2.9262e-06      0.02      0.02    1.1788     1.234     1.277    1.3179    1.3589    1.4366    1.5533    1.8582    2.3002    2.4803     2.775    3.1843    3.9395     5.415    7.8482          4.2828            0.71805              9.2422             0.84254                 3.6553               0.51825               4.0401              0.88551                0.96281                 1             0.00015669    0.00015669     0.022322    0.053666     0.085893      0.11862      0.15281      0.22465      0.34208      0.46712       0.5781      0.63881      0.70591      0.78293       0.8727      0.96632       0.99517  
    cl_mt_pol_c_p1v15         0.985       3.2225     6.3038    'cl_mt_pol_c'    'fl_z_wage_rho'        15              15              0.2           1.9562     0.02    52.077      0        0        1        0.044561     2.3417e-06      0.02      0.02    1.1592    1.2021    1.2512    1.2757    1.3411    1.4311    1.5129    1.6028     1.889    2.5085    3.6901    5.9676    9.3715    48.248    51.647          43.029             0.6005              116.98             0.82119               -0.29102            -0.0052164               74.677              0.89339                 39.738                 1             0.00027656    0.00027656    0.0026444    0.021006     0.044071     0.059213     0.081347       0.1265       0.1916      0.26744      0.31665      0.34975      0.39855      0.47166      0.59681      0.84744       0.98855  

                         fl_z_wage_rho     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_sig    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.4554    0.24833    'cl_mt_pol_k'    'fl_z_wage_rho'        15               1              0.2         0.055736      0     7.4589    8.6406e-13      0            1    8.6406e-13    -2.7662e-35     3.324    3.8604     3.9219    4.1562     4.4295     4.4641     4.4686     4.4814     4.4987     4.516    4.5333    4.5333    4.5363    4.5506    4.6256    5.1532    5.7099        0.035206            0.78441             0.088698               0.78              -0.002493            -0.065682              0.061665                 1                  0.029525              0.41856           0.0010621      0.009193     0.05741     0.12272        0.13613      0.23119      0.30815      0.37982     0.54274       0.6786      0.81562      0.81562       0.8417      0.91527      0.94777      0.98884       0.99866  
    cl_mt_pol_k_p1v2       0.070357       4.4535    0.27535    'cl_mt_pol_k'    'fl_z_wage_rho'        15               2              0.2         0.061828      0     7.9788     1.714e-11      0            1     1.714e-11     4.9369e-35    3.2974      3.83     3.9069    3.9377     4.1675     4.4645     4.4645     4.4818     4.4991    4.5164    4.5337    4.5337     4.551     4.551    5.0784    5.1725    5.7932          0.0447            0.81959              0.10865            0.81759             -0.0028856             -0.06984              0.075819                 1                  0.035719              0.45483          0.00095508     0.0079011    0.047339    0.098916        0.13338       0.2406       0.2406      0.38918     0.54378      0.67829      0.80888      0.80888      0.90753      0.90753      0.95243      0.99015       0.99883  
    cl_mt_pol_k_p1v3        0.14071       4.4315     0.3065    'cl_mt_pol_k'    'fl_z_wage_rho'        15               3              0.2         0.069164      0     8.4213    2.8923e-10      0            1    2.8923e-10     3.6645e-34     3.231    3.3522     3.8926    3.9234     4.2022     4.4364     4.4533     4.4703     4.4872    4.5041    4.5211     4.535     4.535    4.5523    5.0798    5.1739    5.8362        0.057227            0.84966              0.13374            0.85066             -0.0028983            -0.063972              0.093942                 1                  0.042701              0.48655          0.00066783     0.0087722    0.047439    0.096108        0.16521      0.18068      0.23888      0.38271     0.51438       0.6489       0.7687      0.85505      0.85505      0.90998      0.95316      0.98886       0.99891  
    cl_mt_pol_k_p1v4        0.21107       4.4312    0.34579    'cl_mt_pol_k'    'fl_z_wage_rho'        15               4              0.2         0.078036      0     8.9874    3.5682e-09      0            1    3.5682e-09     1.0155e-34    2.7786    3.3224     3.8893      3.92     4.0966     4.4326     4.4619     4.4664     4.4965    4.5138    4.5311    4.5311    4.5484    4.5484    5.0943    5.2071    5.9553        0.075042            0.86777               0.1695            0.87225             -0.0016971            -0.032026               0.11957                 1                  0.051623              0.51541          0.00069909     0.0076001     0.05363    0.099864          0.164      0.17607      0.26307      0.32771     0.53911      0.66949       0.7941       0.7941      0.88855      0.88855      0.95124      0.98707       0.99857  
    cl_mt_pol_k_p1v5        0.28143       4.4185    0.40407    'cl_mt_pol_k'    'fl_z_wage_rho'        15               5              0.2         0.091448      0     9.6522    3.7543e-08      0            1    3.7543e-08     2.2459e-34     2.746    3.2979     3.8613    3.9075     3.9382     4.1851     4.4478     4.4696     4.4866    4.5035    4.5204    4.5344    4.5374      4.68     5.098    5.7526    6.5013         0.10469            0.89506              0.22835             0.9021             -0.0013167            -0.019956               0.16327                 1                  0.066393              0.56073          0.00077058     0.0080081    0.042107    0.097218        0.15727      0.19991      0.22132      0.38126     0.50501      0.62878      0.74216      0.81667      0.83526      0.88756      0.94332      0.98752       0.99867  
    cl_mt_pol_k_p1v6        0.35179       4.4078    0.47261    'cl_mt_pol_k'    'fl_z_wage_rho'        15               6              0.2          0.10722      0     10.294    3.3542e-07      0            1    3.3542e-07     1.8387e-14    2.6413    3.1622     3.7257    3.8908     3.9215     3.9523     4.1436     4.4636     4.4851    4.5155    4.5328    4.5328    4.5501    5.0398    5.1339    5.8127    6.6345         0.14673            0.90603              0.30916            0.91714              0.0010714             0.011825               0.22336                 1                  0.084721              0.60129          0.00056181     0.0063736    0.036941    0.089018        0.13805      0.18235      0.21734      0.31611      0.4959      0.68188      0.78293      0.78293      0.84024      0.88283      0.94627      0.98729       0.99837  
    cl_mt_pol_k_p1v7        0.42214       4.4031    0.57178    'cl_mt_pol_k'    'fl_z_wage_rho'        15               7              0.2          0.12986      0     11.133    2.8287e-06      0            1    2.8287e-06     3.1751e-31    2.2492    2.7683     3.3373    3.8602     3.9063     3.9371     4.1347     4.4638     4.4853    4.5157     4.533    4.5503    4.6654    5.0776    5.1529    6.0029    7.2855         0.22298            0.90018              0.45333            0.92185               0.013872             0.091957               0.32693                 1                   0.11246              0.64605          0.00051496      0.006176    0.039399    0.078753        0.13117      0.18393      0.21132      0.31845      0.4848      0.67259      0.75729      0.79488      0.83221      0.88491      0.93681      0.98485       0.99834  
    cl_mt_pol_k_p1v8         0.4925       4.3535    0.69737    'cl_mt_pol_k'    'fl_z_wage_rho'        15               8              0.2          0.16019      0     12.136     1.982e-05      0      0.99998     1.982e-05     5.8631e-13    2.1253    2.5935     3.2178    3.3534     3.8622     3.9083     3.9237     4.4368     4.4834    4.5045    4.5353    4.5384    4.7316    5.0991    5.5055    6.5253    8.0343         0.35695             0.8523              0.69249            0.89158               0.055579              0.17605               0.48632                 1                   0.15009              0.68952           0.0004506     0.0053545    0.031855    0.070308        0.11305      0.16652      0.20368      0.30188     0.49143      0.62385      0.75987      0.76708      0.81336      0.88333      0.92984      0.98503       0.99822  
    cl_mt_pol_k_p1v9        0.56286        4.254    0.89853    'cl_mt_pol_k'    'fl_z_wage_rho'        15               9              0.2          0.21122      0     13.287    0.00012552      0      0.99987    0.00012552     4.5716e-12    1.7232    2.2117     2.7579    3.1637     3.3252     3.4195     3.8772     3.9387     4.4702    4.5041    4.5349    4.5522    5.0422    5.1362     5.774    7.1907    8.8332         0.67067            0.77159               1.2321            0.82283                0.20009               0.2476               0.80735                 1                   0.22155              0.75207          0.00035916     0.0052112    0.030317    0.062995        0.10176      0.14071       0.1936      0.28434     0.45119      0.60227      0.72968      0.75692      0.80146      0.87043      0.92622      0.98179       0.99785  
    cl_mt_pol_k_p1v10       0.63321       4.2327     1.1467    'cl_mt_pol_k'    'fl_z_wage_rho'        15              10              0.2          0.27092      0     14.813    0.00046061      0      0.99954    0.00046061    -1.2582e-22    1.4304    1.8394     2.5032      2.78     3.0953     3.3241     3.3779     3.9066     4.4642    4.5161    4.5533     4.905    5.0969    5.5652    6.3871    7.9782    10.106           1.211             0.7181               2.1266            0.76321                0.47616              0.27597                 1.315                 1                   0.32393              0.79277           0.0001652     0.0038266    0.025071    0.061564       0.091257      0.13843      0.17194      0.26649     0.41345      0.59093      0.67137      0.72398      0.79163      0.84591      0.91581      0.97982       0.99741  
    cl_mt_pol_k_p1v11       0.70357       4.2671     1.4582    'cl_mt_pol_k'    'fl_z_wage_rho'        15              11              0.2          0.34172      0     16.998     0.0012927      0      0.99871     0.0012927     -9.266e-28         0    1.6366     2.2018    2.5348     2.7806     3.0286     3.3248     3.8766     4.4526    4.5204    4.8016    5.0856    5.1919     5.856    6.9263    9.1141     11.75          2.1455            0.69324               3.6509            0.72527                 1.0241              0.30686                2.1263                 1                    0.4669              0.80365                   0     0.0029488    0.021533    0.048985       0.081016      0.11423      0.15237      0.24006     0.37996      0.54181      0.64375      0.70794      0.76652      0.83019      0.90285       0.9758       0.99696  
    cl_mt_pol_k_p1v12       0.77393       4.3424     1.9662    'cl_mt_pol_k'    'fl_z_wage_rho'        15              12              0.2          0.45279      0      20.37     0.0032962      0       0.9967     0.0032962     1.5031e-14         0    1.2689     1.7755     2.211     2.4331     2.7714     2.9321     3.4454     4.1779     4.574    5.1347    5.2852    5.8137    6.5453    8.0312    10.807    15.641          4.1549            0.69522               7.0173            0.71407                 2.3045              0.34469                3.8659                 1                   0.75353              0.81642                   0     0.0018238    0.016361     0.03965       0.065995     0.096367      0.12908      0.20376     0.33723      0.49159      0.61532      0.66542      0.73268      0.80267      0.88618      0.97007       0.99618  
    cl_mt_pol_k_p1v13       0.84429       4.4585     2.7363    'cl_mt_pol_k'    'fl_z_wage_rho'        15              13              0.2          0.61371      0     26.751     0.0072412      0      0.99276     0.0072412     1.2377e-08         0    0.7571     1.3234    1.7064     2.0465     2.2482     2.6056     3.1475     3.9354    4.7732    5.2074    5.8932    6.5191    8.0267    9.8652    14.659    20.018          8.3097            0.72254               14.048            0.72751                 4.9176              0.37717                7.4871                 1                    1.3758               0.8368                   0    0.00043928    0.010431    0.028169       0.049394     0.073746      0.10008      0.16344     0.28614      0.43389      0.55036      0.61214      0.68131      0.76212      0.85889       0.9628       0.99505  
    cl_mt_pol_k_p1v14       0.91464       4.7816     4.6498    'cl_mt_pol_k'    'fl_z_wage_rho'        15              14              0.2          0.97243      0     44.063      0.015058      0      0.98494      0.015058     1.0404e-09         0         0    0.71393    1.0732     1.2507     1.6061     1.7675     2.4508     3.5638    4.7726    5.7266    6.7051    8.3671    9.8331    13.058    22.959    38.752          20.874            0.73854               39.807            0.76579                 13.297              0.39784                 21.62                 1                    4.0401              0.88551                   0             0    0.003938    0.013272       0.025467     0.041076     0.059053      0.10284     0.19422      0.32071      0.43543      0.49717      0.57968      0.66997      0.79554      0.93771       0.99135  
    cl_mt_pol_k_p1v15         0.985       6.2658      13.26    'cl_mt_pol_k'    'fl_z_wage_rho'        15              15              0.2           2.1162      0         70        0.1373      0       0.8627        0.1373      0.0040712         0         0          0         0    0.10147    0.20928    0.26619    0.36799    0.74299    2.0983    4.5774     6.573    12.437    18.715    37.356    68.634        70          118.98            0.78936               276.98            0.92433                 21.459              0.18286                175.83                 1                    74.677              0.89339                   0             0           0           0     0.00016039    0.0014227    0.0034775    0.0083202     0.02171     0.053057      0.10133      0.14494      0.21204      0.32306      0.57778      0.89314             1  

                       fl_z_wage_rho     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_sig    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.2719    0.45793     'cl_mt_coh'     'fl_z_wage_rho'        15               1              0.2         0.073014     -20    54.859    2.2665e-11     3.007e-10          1    8.6407e-13    -1.4344e-33      4.6854     5.1871       5.5885      5.6888     5.7892     5.8895     5.9899     6.0902     6.2909     6.3913     6.592     6.592    6.6923    6.7927    6.9934    7.4951    7.8965        0.082729            0.99954              0.2097                1                 0.015827              0.22613               0.088698                 0.78               0.10518               0.80854           0.00079807     0.0091923     0.062484      0.10012      0.14353      0.20702      0.27524     0.36354       0.54345     0.63392       0.78821     0.78821      0.83936      0.88972       0.94438     0.99159       0.99888  
    cl_mt_coh_p1v2       0.070357       6.2665    0.48263     'cl_mt_coh'     'fl_z_wage_rho'        15               2              0.2         0.077017     -20    54.866    3.2745e-10    4.5063e-09          1     1.714e-11    -6.8687e-34      4.5873     5.0891       5.4905      5.6912     5.7916     5.8919     5.9923     6.0926     6.2933     6.3937    6.5944    6.5944    6.6948    6.8955    7.0962    7.4976    8.0998        0.095502            0.99901             0.23293                1                 0.013424              0.18536                0.10865              0.81759               0.11086               0.80535            0.0010392       0.00869     0.047819      0.11045      0.15525      0.21611      0.28876     0.36859       0.54284     0.63375       0.78389     0.78389      0.83306      0.91283       0.95449     0.98911       0.99901  
    cl_mt_coh_p1v3        0.14071       6.2238    0.51297     'cl_mt_coh'     'fl_z_wage_rho'        15               3              0.2         0.082421     -20    54.887    4.5797e-09    5.9073e-08          1    2.8923e-10     6.5369e-32       4.293     4.9957       5.3973       5.598     5.6984     5.7988     5.8992     5.9996     6.2003     6.4011    6.5015    6.6019    6.7023    6.8026    7.1038    7.5053     8.208         0.11243            0.99741             0.26314                1                 0.011826              0.15596                0.13374              0.85066               0.11757                0.8004           0.00083466       0.01053     0.047286     0.098668      0.13806      0.18966      0.25602     0.32714       0.49316     0.66076       0.73704     0.79714      0.85032       0.8898       0.95472     0.98801       0.99879  
    cl_mt_coh_p1v4        0.21107       6.2339    0.56197     'cl_mt_coh'     'fl_z_wage_rho'        15               4              0.2         0.090146     -20    54.923    2.9868e-08    5.7933e-07          1    3.5683e-09    -2.4425e-33      3.9714     4.7738       5.3756      5.5762     5.6765     5.7768     5.8771     6.0776     6.2782     6.3785    6.5791    6.6794    6.7797      6.88    7.1809    7.6824    8.4848         0.13982            0.99488             0.31581                1                 0.016286              0.18911                 0.1695              0.87225               0.13002               0.79877            0.0006534     0.0080265     0.053442      0.10183      0.13554      0.18416      0.24056     0.38004       0.54231     0.62382       0.75966     0.81175      0.85957      0.89698       0.95229     0.98877       0.99883  
    cl_mt_coh_p1v5        0.28143       6.2102    0.62645     'cl_mt_coh'     'fl_z_wage_rho'        15               5              0.2          0.10087     -20    54.977    3.0821e-07    4.7712e-06    0.99999    3.7543e-08     8.9271e-34      3.5871     4.5908        5.193      5.4941     5.5945     5.7952     5.8956      5.996     6.1967     6.3974    6.5982    6.6985    6.7989    6.8993    7.2004     7.903    8.8063         0.17969            0.99098             0.39244                1                 0.018578              0.18163                0.22835               0.9021               0.14549               0.79258           0.00057316     0.0084248     0.041856     0.097298      0.12822      0.21433      0.27198     0.33723       0.48843     0.63964       0.76682     0.81772      0.85836      0.88952       0.94447      0.9883       0.99863  
    cl_mt_coh_p1v6        0.35179       6.2015    0.71326     'cl_mt_coh'     'fl_z_wage_rho'        15               6              0.2          0.11501     -20    55.052    2.1278e-06    3.4452e-05    0.99996    3.3542e-07     1.3972e-34      2.9771     4.2815       5.0842      5.3852     5.5859     5.6862     5.7866     5.9872     6.1879     6.3886    6.5893    6.6896    6.7899    6.9906    7.2916    8.0943    9.2984         0.24097            0.98592             0.50874                1                 0.031818              0.23269                0.30916              0.91714               0.16759               0.78811           0.00038266     0.0070257     0.042735     0.088961      0.14111      0.17722      0.22346     0.33836       0.48119     0.62551       0.74678     0.79095      0.82735      0.89095       0.93908     0.98606       0.99846  
    cl_mt_coh_p1v7        0.42214       6.1769    0.86006     'cl_mt_coh'     'fl_z_wage_rho'        15               7              0.2          0.13924     -20    55.155    1.0787e-05    0.00023522    0.99975    2.8287e-06     3.8295e-30      1.8743     3.7808       4.7842      5.1856     5.4866     5.6873     5.7876     5.9883      6.189     6.3897    6.5903    6.6907    6.8914     7.092    7.4934    8.4968    9.9016         0.36517            0.98007             0.73971                1                 0.081645              0.35982                0.45333              0.92185               0.20324                0.7762            7.168e-05     0.0054861     0.035928     0.075511       0.1317       0.1942      0.23662     0.34422       0.49065     0.61481       0.72742     0.77023      0.83604      0.88637       0.94067     0.98608       0.99832  
    cl_mt_coh_p1v8         0.4925       6.0732     1.1138     'cl_mt_coh'     'fl_z_wage_rho'        15               8              0.2          0.18339     -20    55.294    5.0288e-05     0.0013901    0.99856    1.9821e-05     2.5129e-34    -0.52387     2.7891        4.295      4.8973     5.1985     5.4997     5.6001     5.9012      6.102     6.4032     6.604    6.7044    6.9052     7.106    7.6079     8.913     10.82         0.65187            0.97458              1.2404                1                  0.27553              0.54646                0.69249              0.89158               0.26201                0.7537          -0.00066978     0.0024292      0.02887      0.06767      0.10809      0.16694      0.20706     0.33686       0.45203     0.62547       0.72769     0.76654      0.82617      0.87172       0.93101     0.98395       0.99824  
    cl_mt_coh_p1v9        0.56286       5.8346     1.6664     'cl_mt_coh'     'fl_z_wage_rho'        15               9              0.2          0.28561     -20    55.488    0.00024828     0.0073914    0.99236    0.00012552     5.0077e-35     -8.4559    0.57854       3.1885      4.0919     4.5939     4.9954     5.2965     5.6981     5.9992     6.3004    6.6015    6.7019    7.0031    7.3042    8.0069    9.7134    12.022          1.5696            0.97367               2.777                1                   1.0812               0.7214                 1.2321              0.82283               0.39845               0.72931           -0.0024202    -0.0041497     0.012135      0.04474     0.081542      0.13002      0.18288     0.28991       0.42012     0.57705       0.70311     0.74181      0.81606       0.8628       0.92744     0.98239        0.9978  
    cl_mt_coh_p1v10       0.63321       5.5848     2.4299     'cl_mt_coh'     'fl_z_wage_rho'        15              10              0.2          0.43509     -20    55.764    0.00059693      0.022364    0.97704    0.00046062     2.6826e-22     -16.688    -1.9371       1.7758      3.1807     3.8831     4.3849     4.7863     5.3884     5.9905     6.3918    6.5925    6.8936    7.1946    7.6964    8.5995    11.008    14.119          3.4762             0.9728              5.9044                1                   2.9188              0.79835                 2.1266              0.76321               0.62167                 0.718           -0.0033923     -0.013932    -0.010342     0.013598     0.044601     0.084225      0.12792     0.22735       0.40295      0.5763       0.64929     0.73199      0.78709      0.84494       0.91064     0.97928        0.9974  
    cl_mt_coh_p1v11       0.70357        5.313     3.4521     'cl_mt_coh'     'fl_z_wage_rho'        15              11              0.2          0.64975     -20     56.18    0.00081922      0.051017    0.94816     0.0012928    -3.1568e-27         -20    -8.6583    -0.026573      1.7801     2.8841     3.6871     4.2893     5.0922     5.8952      6.397    6.7985    6.9993    7.5011    8.2037    9.6088    12.921    17.237          7.1071            0.97002              11.917                1                   6.6295              0.83904                 3.6509              0.72527                0.9775               0.71069           -0.0048665     -0.026875    -0.043956    -0.034328    -0.011875      0.02227     0.063225     0.14861       0.30857     0.49218       0.62256     0.66727      0.74351      0.80886       0.89041     0.97276       0.99647  
    cl_mt_coh_p1v12       0.77393       4.8772     4.9981     'cl_mt_coh'     'fl_z_wage_rho'        15              12              0.2           1.0248     -20    56.871     0.0010887       0.10548    0.89343     0.0032964     2.6073e-17         -20    -15.283       -3.241    -0.23035     1.1746     2.1781     3.0813     4.4863     5.6905     6.5937    7.0955    7.4969    8.1994    9.4036    11.611    16.529    22.951           14.63            0.96302              24.981                1                   14.604              0.85928                 7.0173              0.71407                1.7073               0.72769            -0.013518     -0.037254     -0.10208     -0.11559     -0.10916    -0.091607    -0.065616     0.02094       0.17899     0.38546       0.50377     0.57611      0.65553      0.74507       0.85305     0.96031       0.99492  
    cl_mt_coh_p1v13       0.84429       4.3358     7.0571     'cl_mt_coh'     'fl_z_wage_rho'        15              13              0.2           1.6277     -20    58.232     0.0018961       0.18903    0.80907     0.0072419    -4.2476e-35         -20    -18.295      -9.3685     -3.6515    -1.0438    0.26008     1.1628     3.0684      5.275     6.6791    7.5818    8.3842     9.688    11.694    14.904    21.924    32.054          28.176            0.94991              49.803                1                   28.977              0.86173                 14.048              0.72751                3.2249               0.76054            -0.033405      -0.04836     -0.17001     -0.24069     -0.26407      -0.2678      -0.2593    -0.20685     -0.058977     0.15654       0.31084     0.40128      0.50565      0.62962       0.77842     0.93909       0.99167  
    cl_mt_coh_p1v14       0.91464       4.2228     11.179     'cl_mt_coh'     'fl_z_wage_rho'        15              14              0.2           2.6473     -20    62.127     0.0019301       0.30841    0.68966      0.015061     2.9262e-06         -20        -20      -14.384     -9.3706    -5.7606    -3.1534    -1.2482    0.65709      3.866     6.6737    8.8798    10.685    13.292    17.103    23.721    41.169    56.411          61.633            0.90699              124.98                1                    68.56              0.85318                 39.807              0.76579                9.2422               0.84254            -0.071332     -0.071332     -0.21132     -0.35121     -0.43839     -0.49051     -0.51459    -0.51893      -0.43825    -0.24647     -0.065449    0.043965       0.1853      0.36549       0.60036     0.88596       0.98606  
    cl_mt_coh_p1v15         0.985       3.6295     22.598     'cl_mt_coh'     'fl_z_wage_rho'        15              15              0.2           6.2262     -20    101.51     0.0094431       0.61337    0.37719      0.044361     2.3417e-06         -20        -20      -18.598     -15.893    -13.489    -11.285    -9.2813    -5.8753    -1.9685    0.43574    6.7468    11.054    19.269    35.798    55.732    98.207    100.51          229.16            0.89212              510.67                1                   95.637              0.47821                 276.98              0.92433                116.98               0.82119             -0.24445      -0.24445     -0.27457     -0.54691     -0.74314      -0.9131      -1.0503     -1.2567       -1.4144      -1.439       -1.3689      -1.237      -1.0482     -0.67455     -0.026649     0.73156       0.98021  

                       fl_z_wage_sig     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    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.05        8.262    0.24746     'cl_mt_val'     'fl_z_wage_sig'        16               1              0.8         0.029952     -7.7554    15.824      0      -3.6378e-15          1    -9.6545e-19     1.4633e-33     7.3453     7.6493     7.8637         7.96       8.001      8.0586      8.0991    8.1767    8.2626    8.3568    8.4203    8.4601       8.5    8.5937     8.673    8.8588    9.0336        0.061238               1                0.050623             0.8214             -0.010417              -0.25873              0.014116              0.40194               0.046924               0.7061           0.00088186    0.0093197     0.047695      0.10759      0.14433      0.20527       0.25729       0.36703      0.49136     0.65998      0.74068       0.7928      0.84633      0.90174      0.95392      0.99116       0.99923  
    cl_mt_val_p2v2       0.092857       8.1093    0.71459     'cl_mt_val'     'fl_z_wage_sig'        16               2              0.8          0.08812      -8.479    16.022      0       3.9158e-05    0.99996     1.6635e-08    -8.3966e-34     4.5635     5.7072     6.8435       7.2802      7.5105      7.6833      7.7813     7.969    8.1759    8.4082    8.5261    8.6045    8.7274    8.8423     9.086    9.6707    10.285         0.51064               1                 0.66776            0.92924              0.089277               0.32826               0.41459              0.87683                0.16288              0.76293           0.00046454    0.0064665     0.038322     0.082392      0.12797      0.18296       0.22479       0.32132      0.47033     0.64462      0.74039      0.78185      0.84001      0.89126        0.942      0.98774       0.99874  
    cl_mt_val_p2v3        0.13571        7.787     1.6116     'cl_mt_val'     'fl_z_wage_sig'        16               3              0.8          0.20696     -9.1012    16.242      0        0.0053726    0.99463     2.4275e-06    -3.1186e-35    -5.7053     2.2081     5.1532       6.0208      6.5796      6.9606       7.237    7.6475    8.0515    8.3903    8.6142    8.8376    9.0218    9.3279     9.785    10.703     11.62          2.5973               1                  3.8291            0.95091                1.6069               0.70014                 1.637              0.78505                0.45029              0.74113          -0.00088166    -0.001466     0.020678     0.056824     0.097774      0.14098        0.1865       0.29469      0.43734     0.59095      0.70271      0.75746      0.81683      0.87279      0.93409      0.98573        0.9985  
    cl_mt_val_p2v4        0.17857       7.0163     2.9627     'cl_mt_val'     'fl_z_wage_sig'        16               4              0.8          0.42226     -9.5586    16.469      0         0.037014    0.96299     1.7551e-05     1.7773e-23    -7.8717    -4.9481     1.2984       3.5721      4.7455      5.5195      6.1215    6.9416    7.6759    8.2737    8.7023    8.9859    9.3036    9.7343     10.41     11.61    12.777          8.7777               1                  13.638             0.9605                7.7863               0.81615                4.0402              0.70736                 0.9328              0.68013           -0.0017673    -0.009303    -0.016324    0.0022868     0.032622     0.069162        0.1108       0.20433      0.36151     0.53329      0.65477      0.71717       0.7836      0.84942      0.92074      0.98273       0.99813  
    cl_mt_val_p2v5        0.22143       6.4451     3.7565     'cl_mt_val'     'fl_z_wage_sig'        16               5              0.8          0.58284     -9.9214    16.726      0         0.069951    0.93005     3.5184e-05      6.404e-10    -8.6557    -6.4707    -1.5392       1.5466      3.0446      4.1037       4.967     6.196    7.3702    8.1813    8.7885    9.1649    9.5801    10.155    10.982    12.446    13.865          14.111               1                  22.974            0.95503                13.382               0.81555                6.5621              0.70314                 1.4216              0.68726            -0.002032    -0.011767    -0.035055    -0.033338    -0.015013     0.013161      0.049093       0.13602      0.29446     0.47655      0.61058      0.67931         0.75      0.82625      0.90808      0.97972       0.99778  
    cl_mt_val_p2v6        0.26429       5.9715     4.3275     'cl_mt_val'     'fl_z_wage_sig'        16               6              0.8           0.7247     -10.219    16.942      0          0.10134    0.89866     5.1955e-05     7.7416e-08    -9.3978    -7.2096    -3.1599    -0.065954      1.7494      2.9561      3.8522     5.359    6.9587    8.0556    8.8243    9.2975    9.8457     10.54    11.558    13.308    14.967          18.728               1                  32.122             0.9447                18.815               0.80283                9.0937              0.69218                 1.9341              0.69641           -0.0016057    -0.013872    -0.047362    -0.059757    -0.051892    -0.031865    -0.0028986      0.074661      0.23081     0.41974      0.56281      0.63685      0.71803      0.80215      0.89432      0.97651       0.99741  
    cl_mt_val_p2v7        0.30714       5.7471     4.7445     'cl_mt_val'     'fl_z_wage_sig'        16               7              0.8          0.82555     -10.464    17.155      0          0.12404    0.87596      6.434e-05     9.7647e-07    -9.6742     -7.749    -4.0421      -1.0713     0.92744      2.2152      3.2148    4.8337     6.721     8.038    8.9638    9.5342    10.168    10.976    12.134    14.132    15.938          22.511               1                  40.886            0.93342                23.895               0.78473                 11.69               0.6862                 2.5043              0.70937           -0.0018774     -0.01576    -0.054745    -0.076077    -0.076039       -0.062     -0.038409      0.032262      0.18522      0.3782      0.52625      0.60779      0.69233      0.78382      0.88409        0.974       0.99716  
    cl_mt_val_p2v8           0.35       5.5494      5.111     'cl_mt_val'     'fl_z_wage_sig'        16               8              0.8            0.921     -10.677    17.339      0          0.14465    0.85535     7.5296e-05     2.9047e-33    -9.8931    -7.9752      -4.73      -1.8323     0.16689      1.5542      2.5949    4.3682    6.4548    8.0137    9.1075    9.7482    10.484    11.396    12.714     14.89    16.589          26.122               1                  50.181            0.92383                29.434               0.77198                14.315              0.67497                 3.1474              0.71197           -0.0023467     -0.01633    -0.061222     -0.09002    -0.096974    -0.088719     -0.069587    -0.0063325      0.14185     0.33723      0.49168       0.5763      0.66713      0.76579      0.87383      0.97179       0.99696  
    cl_mt_val_p2v9        0.39286        5.472     5.4591     'cl_mt_val'     'fl_z_wage_sig'        16               9              0.8          0.99764      -10.87    17.511      0          0.16243    0.83757     8.5025e-05    -1.5704e-34    -10.095    -8.3499    -5.2305       -2.441    -0.42485      1.0828      2.1651    4.0016     6.316    8.1244     9.399     10.09    10.918    11.908    13.314    15.536    17.029          29.801               1                  60.833            0.91718                36.205               0.76585                16.998              0.66135                 3.8889              0.70102           -0.0027505    -0.017419     -0.06575     -0.10012     -0.11267     -0.10934     -0.094464      -0.03812      0.10441     0.30319      0.46301       0.5515      0.64759      0.75181      0.86644      0.97032       0.99697  
    cl_mt_val_p2v10       0.43571       5.3407     5.7292     'cl_mt_val'     'fl_z_wage_sig'        16              10              0.8           1.0727     -11.047    17.651      0          0.17902    0.82098     9.3346e-05    -5.6987e-34    -10.279    -8.8809    -5.6849      -2.9051    -0.91602     0.58671      1.7112    3.6175    6.0806    8.1343    9.5142    10.297    11.206    12.288    13.772    15.977    17.342          32.823               1                  69.883            0.91356                41.551               0.76023                19.521              0.65012                 4.6701               0.6715           -0.0031556    -0.017866    -0.070627     -0.11009     -0.12756     -0.12871      -0.11765     -0.066735     0.069462      0.2698      0.43453      0.52698      0.62749      0.73732      0.85893      0.96885       0.99672  
    cl_mt_val_p2v11       0.47857       5.2007     6.0008     'cl_mt_val'     'fl_z_wage_sig'        16              11              0.8           1.1538     -11.214     17.74      0          0.19662    0.80338     0.00010153     6.3415e-34    -10.456    -9.2146    -6.0581        -3.45     -1.4192     0.12044      1.3147    3.1674    5.8184    8.1057    9.6501    10.525    11.509    12.681    14.179     16.36    17.635           36.01               1                   79.94            0.91091                48.143               0.76021                21.696              0.63808                 5.5374              0.63177           -0.0036099    -0.019227    -0.075786     -0.12069     -0.14349     -0.14947      -0.14251     -0.099417     0.031666     0.23364      0.40395      0.50115      0.60697        0.723      0.85141      0.96748       0.99663  
    cl_mt_val_p2v12       0.52143       5.1607     6.2384     'cl_mt_val'     'fl_z_wage_sig'        16              12              0.8           1.2088     -11.377    17.823      0          0.20848    0.79152     0.00010641    -6.1857e-36    -10.632    -9.4011    -6.3424      -3.7741     -1.8025    -0.24702      1.0009    2.9136     5.734     8.211      9.89    10.837    11.861    13.024    14.529    16.602    17.778          38.917               1                  89.807            0.90993                54.606               0.76237                23.833              0.62209                 6.4578              0.58453           -0.0039034    -0.019304    -0.078914     -0.12783     -0.15416      -0.1636      -0.15971      -0.12154    0.0053084     0.20922      0.38414      0.48458       0.5941      0.71444      0.84751      0.96688       0.99656  
    cl_mt_val_p2v13       0.56429       5.0905      6.452     'cl_mt_val'     'fl_z_wage_sig'        16              13              0.8           1.2675     -11.525    17.883      0          0.22178    0.77822     0.00013271     7.8662e-37    -10.804    -9.5919    -6.6559      -4.1041     -2.1337    -0.55425     0.61491     2.621    5.5988    8.3215    10.118    11.068    12.095     13.29     14.78    16.652    17.847          41.628               1                  99.064             0.9102                61.563               0.77186                24.894              0.62258                 7.3606              0.54759           -0.0042184    -0.020848    -0.082524     -0.13514     -0.16546     -0.17855      -0.17795      -0.14532    -0.023933     0.18253      0.36367      0.46775      0.58124      0.70594      0.84325      0.96612       0.99661  
    cl_mt_val_p2v14       0.60714        4.894     6.6252     'cl_mt_val'     'fl_z_wage_sig'        16              14              0.8           1.3537     -11.671     17.92      0          0.23861    0.76139     0.00014326     6.0272e-35    -10.974    -9.7753    -7.0572      -4.5449     -2.5365     -1.0082      0.2514    2.2109    5.2826    8.2053    10.125    11.128    12.214    13.448     14.91    16.674    17.903          43.893               1                  106.53            0.90896                66.055                0.7707                26.477              0.60413                 8.3784              0.50235           -0.0047083    -0.023491    -0.088684     -0.14737     -0.18304     -0.20093      -0.20428      -0.17823    -0.062624     0.14527       0.3326      0.44116       0.5603      0.69129      0.83584      0.96456        0.9964  
    cl_mt_val_p2v15          0.65       4.6613     6.7811     'cl_mt_val'     'fl_z_wage_sig'        16              15              0.8           1.4548     -11.817    17.945      0          0.25663    0.74337     0.00015047     1.0136e-11    -11.145    -9.9638    -7.3973      -4.9568     -2.9669     -1.4484    -0.12901    1.8877    4.9174    8.0328     10.09    11.143     12.28    13.539    14.991    16.894    17.922          45.984               1                  113.33            0.90768                69.797               0.77266                28.099              0.59745                 9.4511              0.46692            -0.005284    -0.026233    -0.096646     -0.16158     -0.20364     -0.22667      -0.23485      -0.21629     -0.10757     0.10212      0.29672      0.41043      0.53593      0.67421      0.82696      0.96269       0.99628  

                         fl_z_wage_sig     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    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.05       1.7944    0.26855    'cl_mt_pol_c'    'fl_z_wage_sig'        16               1              0.8          0.14966     0.02    6.0061      0        0        1      -3.0755e-16    -7.6521e-33      1.524     1.5671    1.5855    1.5916    1.5916    1.5978    1.5978    1.6039    1.6101    1.6162     2.155    2.1632    2.1632    2.1714    2.1714    2.1877    2.1959        0.046924             0.7061             0.050175            0.75021              -0.025075             -0.57389             0.0031328              0.082198              0.072117                 1             0.00090553      0.012711    0.078129     0.17043      0.17043      0.29291      0.29291      0.42875      0.55341      0.58244        0.742      0.87363      0.87363      0.95323      0.95323      0.99641       0.99882  
    cl_mt_pol_c_p2v2       0.092857       1.7761    0.29876    'cl_mt_pol_c'    'fl_z_wage_sig'        16               2              0.8          0.16821     0.02    6.0641      0        0        1       3.3262e-06     2.4681e-34    0.90961     1.3706    1.4689    1.5181    1.5488    1.5672    1.5795    1.5918    1.6041    1.6164    2.1634    2.1634    2.1716    2.1798    2.2126    2.3273     2.483         0.16288            0.76293              0.20977            0.69821             0.00074755            0.0065743               0.11965               0.60526              0.089258                 1             0.00053421     0.0077116    0.039917     0.08184       0.1328       0.1835      0.23703      0.33661      0.48681      0.58342      0.76991      0.76991      0.83809      0.87701      0.93942        0.987        0.9986  
    cl_mt_pol_c_p2v3        0.13571       1.7745      0.377    'cl_mt_pol_c'    'fl_z_wage_sig'        16               3              0.8          0.21245     0.02    6.1415      0        0        1       0.00044551    -3.9253e-35    0.87619    0.92942    1.3511    1.4126    1.4617    1.4985    1.5292    1.5722    1.5968    1.6951    2.1782    2.1946    2.2191    2.2683    2.3747    2.6204    2.9479         0.45029            0.74113              0.69557            0.73843                0.14727               0.2743               0.39054               0.80062               0.14213                 1             0.00044264     0.0049124    0.034047    0.075762      0.11665      0.15944       0.2031      0.30621      0.41925      0.55522      0.69698      0.75294      0.80594      0.86402       0.9312      0.98443       0.99839  
    cl_mt_pol_c_p2v4        0.17857       1.7553    0.46292    'cl_mt_pol_c'    'fl_z_wage_sig'        16               4              0.8          0.26372     0.02    6.2441      0        0        1        0.0030124     1.7773e-23       0.02     1.0878    1.2169    1.2967    1.3582    1.4094    1.4504     1.518    1.5856    1.6471    2.1961     2.237    2.2944    2.3927    2.5648    2.9663    3.5543          0.9328            0.68013               1.6039            0.72299                 0.5496              0.36869               0.73541               0.82406               0.21429                 1             3.4323e-05     0.0042686    0.031168    0.066963      0.10497      0.14388      0.18634      0.27073      0.40718      0.54497      0.65982      0.72753      0.78836      0.85314      0.92061      0.98209        0.9979  
    cl_mt_pol_c_p2v5        0.22143       1.7753    0.55064    'cl_mt_pol_c'    'fl_z_wage_sig'        16               5              0.8          0.31018     0.02     7.973      0        0        1         0.005657    -5.0935e-34       0.02     1.0931    1.1852    1.2589     1.308    1.3572    1.4001    1.4841    1.5782    1.6703    2.2271    2.2844    2.3827    2.5301    2.7839    3.3816    4.1431          1.4216            0.68726                2.674            0.75833                 1.0544              0.43839                1.1176               0.81698               0.30321                 1             6.3732e-05     0.0028402    0.028969    0.064573     0.099838      0.13794      0.17638      0.25729      0.39264      0.52303        0.643       0.7029      0.77139      0.84035      0.91295      0.97925       0.99754  
    cl_mt_pol_c_p2v6        0.26429       1.7967    0.64175    'cl_mt_pol_c'    'fl_z_wage_sig'        16               6              0.8          0.35718     0.02    9.8294      0        0        1         0.008172     7.7416e-08       0.02     1.0935    1.1795     1.241    1.2901    1.3331    1.3761    1.4498    1.5543    1.6894    2.2444    2.3427    2.4737    2.6703    3.0143    3.8335    4.8246          1.9341            0.69641               4.0098            0.79521                 1.7477              0.50287                1.5596               0.80051               0.41184                 1             9.0965e-05     0.0016141    0.028418    0.061014     0.098415      0.13532      0.17362      0.25102      0.37443      0.50886      0.62403      0.68903      0.75369      0.82478      0.90255      0.97645       0.99712  
    cl_mt_pol_c_p2v7        0.30714       1.8464    0.74407    'cl_mt_pol_c'    'fl_z_wage_sig'        16               7              0.8          0.40299     0.02    13.555      0        0        1         0.010049     9.7647e-07       0.02       0.02    1.1787    1.2401    1.2851     1.326     1.369    1.4488    1.5532    1.7496    2.2837    2.4065    2.5866    2.8321    3.3151    4.3137    5.5824          2.5043            0.70937               5.6849            0.82757                 2.6528              0.55552                2.1111               0.79019               0.55364                 1             0.00010885    0.00010885    0.025307    0.058131     0.092117       0.1276      0.16401      0.24457      0.36257      0.49414      0.60844      0.67153       0.7403      0.81094      0.89394      0.97351       0.99652  
    cl_mt_pol_c_p2v8           0.35       1.8985    0.86495    'cl_mt_pol_c'    'fl_z_wage_sig'        16               8              0.8           0.4556     0.02    15.886      0        0        1         0.011816     3.9011e-32       0.02       0.02    1.1856    1.2471    1.2901    1.3269    1.3699    1.4436    1.5481    1.7876    2.3262    2.4818    2.7112    3.0306    3.5958    4.8162    6.8701          3.1474            0.71197               7.8005            0.84856                  3.798              0.58861                  2.81               0.78291               0.74814                 1             0.00012448    0.00012448    0.024553    0.055484     0.091488      0.12343      0.15911      0.23598      0.35218      0.48011      0.59373      0.65488      0.72386      0.79873      0.88461      0.96957        0.9951  
    cl_mt_pol_c_p2v9        0.39286       1.9649     1.0162    'cl_mt_pol_c'    'fl_z_wage_sig'        16               9              0.8          0.51717     0.02    20.322      0        0        1         0.013363     1.1283e-32       0.02       0.02    1.1968    1.2521     1.293    1.3319    1.3748    1.4485    1.5589    1.8842    2.3814    2.5676    2.8233    3.2079    3.8769     5.352    9.8201          3.8889            0.70102               10.501            0.85055                 5.2383              0.59526                  3.71               0.77543                1.0327                 1             0.00013602    0.00013602    0.023602    0.055765     0.085635      0.11872      0.15462      0.22579      0.34163       0.4672      0.57801       0.6405      0.71013      0.78645      0.87432      0.96442       0.99306  
    cl_mt_pol_c_p2v10       0.43571       2.0285     1.2139    'cl_mt_pol_c'    'fl_z_wage_sig'        16              10              0.8          0.59842     0.02    25.237      0        0        1         0.014758    -5.7954e-34       0.02       0.02    1.1967    1.2519    1.2949    1.3399    1.3808    1.4524    1.5649    1.9086    2.4384    2.6512    2.9457    3.3876    4.0995     5.916    13.698          4.6701             0.6715               13.506            0.83328                 6.4661              0.55835                 4.973               0.78164                1.4736                 1              0.0001455     0.0001455    0.020457     0.05083     0.082624      0.11486      0.14973      0.21869      0.33214      0.45373      0.56359      0.62709      0.69492      0.77189       0.8628       0.9571       0.99133  
    cl_mt_pol_c_p2v11       0.47857       2.0941     1.4606    'cl_mt_pol_c'    'fl_z_wage_sig'        16              11              0.8          0.69749     0.02    30.718      0        0        1         0.016235     3.3116e-34       0.02       0.02    1.2029    1.2582    1.3011    1.3441     1.383    1.4566    1.5651    1.9394    2.4877    2.7414    3.0851    3.5229    4.3126    6.2029    17.962          5.5374            0.63177               17.113            0.80119                 7.9373              0.51493                6.3688               0.76957                2.1333                 1             0.00015506    0.00015506    0.020659    0.050516     0.081172      0.11237      0.14321       0.2117      0.31979      0.44091       0.5481      0.61077      0.67978      0.75756      0.85007       0.9467       0.98811  
    cl_mt_pol_c_p2v12       0.52143       2.1695      1.771    'cl_mt_pol_c'    'fl_z_wage_sig'        16              12              0.8           0.8163     0.02    34.688      0        0        1         0.017319     2.7103e-36       0.02       0.02    1.2087     1.264     1.309    1.3499    1.3928    1.4664     1.583    1.9941    2.5361    2.8347    3.1538    3.6324    4.4587    7.7822    27.918          6.4578            0.58453               21.328             0.7612                 9.0974               0.4474                8.3488               0.76764                3.1363                 1             0.00015966    0.00015966    0.018884     0.04987       0.0776      0.10715      0.13995      0.20548      0.31003      0.42963      0.53388      0.59617      0.66494      0.74253      0.83524      0.93407       0.98537  
    cl_mt_pol_c_p2v13       0.56429       2.2387     2.0834    'cl_mt_pol_c'    'fl_z_wage_sig'        16              13              0.8          0.93064     0.02    41.446      0        0        1         0.018378     1.2825e-34       0.02       0.02    1.2085    1.2638    1.3128    1.3578    1.3987    1.4723     1.595    2.0694    2.5275    2.8281    3.2228    3.7953    4.5908    9.7419    33.864          7.3606            0.54759               25.665            0.73027                 11.272              0.43769                9.2357               0.71531                4.3405                 1             0.00016419    0.00016419    0.017375     0.04524      0.07432      0.10351      0.13422      0.20065      0.30104      0.41985       0.5232      0.58249      0.64988      0.72762      0.82018      0.92274       0.98418  
    cl_mt_pol_c_p2v14       0.60714       2.3086     2.5175    'cl_mt_pol_c'    'fl_z_wage_sig'        16              14              0.8           1.0905     0.02     49.05      0        0        1         0.019726    -1.5925e-34       0.02       0.02     1.215    1.2702    1.3193    1.3623    1.4052    1.4789    1.5954    2.0782    2.5609      2.88    3.3054    3.8659    4.6554    10.109    44.265          8.3784            0.50235               31.015            0.69645                 11.628              0.35704                12.146               0.72936                6.3376                 1             0.00017089    0.00017089    0.017536    0.043246     0.072293     0.099787      0.13055      0.19224      0.29321      0.40773      0.50814      0.56666       0.6337      0.71134      0.80198      0.90666       0.98097  
    cl_mt_pol_c_p2v15          0.65       2.3767      2.985    'cl_mt_pol_c'    'fl_z_wage_sig'        16              15              0.8            1.256     0.02    57.606      0        0        1         0.021123     2.7511e-34       0.02       0.02    1.2142    1.2694    1.3184    1.3675    1.4063     1.482    1.5944    2.0666    2.5878    2.9251    3.3727    3.8756     4.685     11.69    49.467          9.4511            0.46692               37.025            0.67364                 12.076               0.3037                15.042               0.72657                8.9101                 1             0.00017775    0.00017775    0.014501    0.040656     0.068698     0.097032      0.12588      0.18614      0.28371      0.39586      0.49338      0.55126      0.61708      0.69335      0.78178      0.89255       0.97864  

                         fl_z_wage_sig     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    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.05       4.4802    0.14192    'cl_mt_pol_k'    'fl_z_wage_sig'        16               1              0.8         0.031678      0     9.8878    -3.0502e-16      0            1    -3.0502e-16     4.2623e-34    3.3384      3.923     4.4359     4.4529     4.4529     4.4653     4.4698    4.4826    4.4999    4.5037    4.5172    4.5172    4.5345    4.5345    4.5345     4.754    5.8017        0.014116            0.40194             0.016865            0.47713             -0.0064102             -0.27761              0.020142                 1                 0.0031328              0.082198         0.00073466      0.012355      0.063706      0.17082     0.17082      0.21217      0.32001      0.42377      0.62678      0.65318      0.80641      0.80641      0.95309      0.95309      0.95309      0.98881       0.99862  
    cl_mt_pol_k_p2v2       0.092857       4.3135    0.66168    'cl_mt_pol_k'    'fl_z_wage_sig'        16               2              0.8           0.1534      0      12.53     3.3003e-06      0            1     3.3003e-06    -8.8977e-34    1.7463     2.2502     2.9499     3.3522     3.8772     3.9234     3.9696    4.4533    4.4831    4.5004    4.5177     4.535     4.535    4.6231    5.0987    6.4119     7.981         0.41459            0.87683              0.60577            0.91038               0.048214              0.19145               0.43782                 1                   0.11965               0.60526         0.00043253     0.0049461      0.030323     0.071921     0.11474      0.16403       0.2037      0.31788      0.49059      0.62759      0.74753      0.83719      0.83719      0.87523      0.93439      0.98384       0.99818  
    cl_mt_pol_k_p2v3        0.13571       4.3217     1.2939    'cl_mt_pol_k'    'fl_z_wage_sig'        16               3              0.8          0.29939      0      15.86     0.00044163      0      0.99956     0.00044163     -6.644e-35    1.4145     1.7515     2.2678     2.7559          3     3.3363     3.6592    3.9513    4.4798    4.5178    4.5663    5.0386    5.1138    5.7492    6.5426    8.9115    11.574           1.637            0.78505                2.598            0.80362                0.52117              0.28284                1.6741                 1                   0.39054               0.80062         0.00016792     0.0040651      0.023603     0.054772    0.085333      0.12673      0.16242       0.2659      0.40639      0.56237      0.66966      0.73079      0.78163      0.84257      0.90914      0.97816        0.9972  
    cl_mt_pol_k_p2v4        0.17857       4.3493     1.9278    'cl_mt_pol_k'    'fl_z_wage_sig'        16               4              0.8          0.44325      0     19.867      0.0029917      0      0.99701      0.0029917     2.8794e-15         0     1.2981     1.7789      2.227     2.4578     2.7809     2.9771     3.554    4.3079    4.5521    5.1173     5.231    5.7795    6.5471    8.0333    10.778    15.374          4.0402            0.70736               6.6828            0.72333                 2.1441              0.34539                3.7165                 1                   0.73541               0.82406                  0     0.0019447      0.017099     0.040291    0.067165      0.09853      0.13137      0.20669       0.3419      0.49679      0.61591      0.66887      0.73282      0.80699      0.88826      0.97055       0.99622  
    cl_mt_pol_k_p2v5        0.22143        4.426     2.4844    'cl_mt_pol_k'    'fl_z_wage_sig'        16               5              0.8          0.56132      0     24.769      0.0056187      0      0.99438      0.0056187      2.896e-09         0    0.84553     1.5509      1.816     2.1676     2.3982     2.7672    3.3322    3.9663     4.808    5.1697    5.8107    6.3517    7.5534    8.9389    13.874    18.722          6.5621            0.70314               11.383            0.71548                 3.8994              0.35934                6.1721                 1                    1.1176               0.81698                  0    0.00079234      0.012238     0.031373    0.054733     0.080071      0.11136      0.17642      0.30202      0.45337       0.5683      0.63168      0.69912      0.77456      0.86801      0.96512       0.99541  
    cl_mt_pol_k_p2v6        0.26429        4.454     3.0359    'cl_mt_pol_k'    'fl_z_wage_sig'        16               6              0.8          0.68162      0     30.372      0.0081098      0      0.99189      0.0081098      1.075e-06         0    0.63189       1.24     1.5687     1.9212     2.1147     2.4222    2.8605     3.891    4.6661    5.4914    5.9578    6.9188    8.1412     10.71    15.876     22.44          9.0937            0.69218               16.798            0.70418                 5.7274              0.34836                9.2166                 1                    1.5596               0.80051                  0    0.00022113     0.0093415      0.02515    0.044782     0.067763     0.092853      0.15378      0.26895      0.41141      0.52441      0.59016      0.66071      0.74572      0.84746      0.95773       0.99414  
    cl_mt_pol_k_p2v7        0.30714        4.574     3.5906    'cl_mt_pol_k'    'fl_z_wage_sig'        16               7              0.8          0.78501      0       36.9      0.0099805      0      0.99002      0.0099805     2.5048e-10         0     0.2793    0.99226      1.314     1.7213     1.8909     2.2476    2.7317    3.7922    5.0553     5.698    6.0381    7.6562    8.4718    11.885    17.917    26.323           11.69             0.6862               23.045            0.69519                 7.5912              0.32943                12.893                 1                    2.1111               0.79019                  0    1.4917e-06     0.0066425     0.019826    0.036604     0.056107     0.078139      0.13357      0.23961      0.37944      0.49345        0.557      0.63185      0.72086      0.82975      0.95112       0.99301  
    cl_mt_pol_k_p2v8           0.35       4.6538     4.1496    'cl_mt_pol_k'    'fl_z_wage_sig'        16               8              0.8          0.89166      0     44.174       0.011728      0      0.98827       0.011728     7.0656e-10         0          0    0.81089     1.1649     1.5148     1.7037      1.952     2.526    3.5755    5.0963    5.5978     6.454    8.1089    8.7558    12.788    19.928    32.215          14.315            0.67497               30.111            0.68277                 9.5227              0.30762                17.219                 1                      2.81               0.78291                  0             0     0.0050444     0.016073     0.03019     0.047468     0.066622      0.11642      0.21385      0.34781      0.46071      0.52516      0.60308      0.69281      0.81078      0.94399       0.99194  
    cl_mt_pol_k_p2v9        0.39286       4.7525     4.7082    'cl_mt_pol_k'    'fl_z_wage_sig'        16               9              0.8          0.99067      0     52.141       0.013277      0      0.98672       0.013277     2.7416e-10         0          0    0.69142    0.95258     1.3195     1.5518     1.7593    2.4049    3.3342    4.8918    5.7249    6.7298    8.1944    9.5821     13.52    22.163    34.853          16.998            0.66135                38.16            0.66711                 11.592              0.28432                22.167                 1                      3.71               0.77543                  0             0     0.0037541     0.012444    0.024304     0.039695     0.056887      0.10077       0.1907      0.31758      0.42764      0.49239      0.57415      0.66527      0.79159      0.93737       0.99156  
    cl_mt_pol_k_p2v10       0.43571       4.8008     5.2411    'cl_mt_pol_k'    'fl_z_wage_sig'        16              10              0.8           1.0917      0     58.866       0.014661      0      0.98534       0.014661     6.4655e-10         0          0     0.4609    0.79121     1.1638      1.341     1.5217    2.2584    3.0189    4.6148    5.8483    7.2047    8.1534    10.316    14.034    25.113    41.429          19.521            0.65012               46.278            0.66131                 12.991              0.25983                27.469                 1                     4.973               0.78164                  0             0     0.0026982    0.0099317    0.019467     0.032415     0.047662     0.087173      0.16885      0.29147      0.39815      0.46475      0.54654      0.63884      0.77192       0.9296       0.99239  
    cl_mt_pol_k_p2v11       0.47857        4.818     5.6661    'cl_mt_pol_k'    'fl_z_wage_sig'        16              11              0.8            1.176      0     61.278       0.016142      0      0.98386       0.016142      6.541e-10         0          0     0.3963    0.72213    0.96796     1.2042     1.3227    2.1318    2.7656    4.4152     5.984    7.3518    8.0714    10.991    14.493    27.159    47.143          21.696            0.63808               53.881            0.65025                 14.466              0.24193                32.104                 1                    6.3688               0.76957                  0             0     0.0022742    0.0083567    0.016766     0.028616     0.041617     0.077157      0.15187      0.26878      0.37125      0.44031      0.52094      0.61647      0.75538       0.9243       0.99376  
    cl_mt_pol_k_p2v12       0.52143         4.86     6.1413    'cl_mt_pol_k'    'fl_z_wage_sig'        16              12              0.8           1.2636      0     65.912       0.017464      0      0.98254       0.017464     5.6195e-10         0          0    0.38017    0.57501    0.84482     1.0859     1.1974    1.9738    2.5421    4.1171    6.1288    7.4474    7.9677    11.766    14.846    31.956        50          23.833            0.62209               62.511            0.64338                 15.406              0.21849                37.715                 1                    8.3488               0.76764                  0             0     0.0019991    0.0067744    0.013991     0.024133     0.035909     0.067871      0.13565      0.24815      0.34701      0.41765      0.49616       0.5947      0.73788      0.91724       0.99998  
    cl_mt_pol_k_p2v13       0.56429       4.7923     6.1973    'cl_mt_pol_k'    'fl_z_wage_sig'        16              13              0.8           1.2932      0     68.331       0.020031      0      0.97997       0.020031      9.054e-09         0          0     0.3493    0.45222    0.73333    0.89074     1.0423    1.7892    2.3557    3.9047    6.2011    7.3016    7.8274     12.56    15.031    27.533    44.981          24.894            0.62258               66.254            0.63375                 17.439              0.22763                38.407                 1                    9.2357               0.71531                  0             0     0.0017378    0.0058293    0.011821      0.02032     0.030465      0.05956      0.12242      0.23119      0.32865       0.4005      0.47917      0.58176       0.7303      0.92178       0.99005  
    cl_mt_pol_k_p2v14       0.60714       4.7474     6.6151    'cl_mt_pol_k'    'fl_z_wage_sig'        16              14              0.8           1.3934      0     68.365       0.022965      0      0.97704       0.022965     4.5002e-10         0          0    0.31558    0.40516    0.61447    0.79497    0.91018    1.5976    2.2159    3.6729    6.2271     7.074    7.5571    12.813    15.122    36.617    47.143          26.477            0.60413               74.001            0.63237                 16.845              0.19684                 43.76                 1                    12.146               0.72936                  0             0     0.0013511    0.0051978    0.010295     0.018007     0.026894     0.053291      0.11034      0.21392      0.30964      0.38018      0.45698      0.56201      0.71274        0.909       0.99595  
    cl_mt_pol_k_p2v15          0.65       4.7032     6.9355    'cl_mt_pol_k'    'fl_z_wage_sig'        16              15              0.8           1.4746      0         70       0.029629      0      0.97037       0.029629     2.6238e-07         0          0    0.26615    0.37419    0.52003     0.7098    0.80211    1.4277    1.9957    3.4541    6.1667    6.8331    7.3457    13.003    15.183    39.779    48.571          28.099            0.59745               81.964            0.64183                 17.494              0.18935                48.102                 1                    15.042               0.72657                  0             0    0.00081019    0.0042741    0.008762     0.015517     0.023616     0.046075     0.099149      0.19643      0.28918      0.35971      0.43422      0.54039      0.69246      0.90491       0.99397  

                       fl_z_wage_sig     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    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.05       6.2494    0.24905     'cl_mt_coh'     'fl_z_wage_sig'        16               1              0.8         0.039852     -20    53.574    4.0057e-12    4.5968e-12          1    -3.0502e-16    -7.9562e-33     4.8928     5.5954     5.8965     5.9969      5.9969      6.0973      6.0973      6.1977     6.298    6.3984    6.3984    6.4988    6.4988    6.5992    6.5992    6.7999    6.9003        0.050623             0.8214             0.062027               1                -0.0050134             -0.12372              0.016865              0.47713               0.050175              0.75021          0.00080896     0.012639      0.082188     0.18223       0.18223      0.31763      0.31763     0.47168      0.63363       0.77553      0.77553     0.88908      0.88908      0.95853      0.95853      0.99675       0.99892  
    cl_mt_coh_p2v2       0.092857       6.0003     1.0056     'cl_mt_coh'     'fl_z_wage_sig'        16               2              0.8           0.1676     -20    54.285    7.2396e-06    0.00019987    0.99979     3.3003e-06    -2.9195e-33     1.2815     2.3858     3.9919      4.795      5.2969      5.5981      5.7989      5.9996    6.2004    6.3008    6.5015    6.5015    6.6019    6.7023    7.1039    8.5092    10.417         0.66776            0.92924               1.0113               1                   0.19402              0.50691               0.60577              0.91038                0.20977              0.69821          4.6997e-05    0.0032088      0.025763    0.062949       0.11318      0.16623      0.22417     0.33484      0.50766       0.60591      0.78216     0.78216      0.84357      0.87901      0.93715      0.98491       0.99818  
    cl_mt_coh_p2v3        0.13571       5.7471     2.4986     'cl_mt_coh'     'fl_z_wage_sig'        16               3              0.8          0.43476     -20    55.234    0.00035286      0.017391    0.98226     0.00044164    -9.3151e-35    -16.389    -1.4423     2.0686     2.9714      3.7739      4.4761      4.9776      5.5795     6.081    6.4823    6.6829    6.8835    7.1845    7.7863    9.0904      12.1    16.112          3.8291            0.95091               6.2429               1                    2.7198              0.76438                 2.598              0.80362                0.69557              0.73843          -0.0033391    -0.012791    -0.0054332    0.018202      0.046925     0.089289      0.13166     0.21594      0.37628       0.58197      0.66038     0.71713      0.77111      0.83215      0.90759      0.97592       0.99715  
    cl_mt_coh_p2v4        0.17857       4.9784     4.7924     'cl_mt_coh'     'fl_z_wage_sig'        16               4              0.8          0.96264     -20     56.49    0.00094622      0.095207    0.90385      0.0029918     1.7773e-23        -20    -14.479    -2.3331    0.17641      1.4813      2.4852      3.2882      4.5931    5.7977    6.5004    7.0023    7.4038    8.1064     9.311    11.419    16.237     22.36          13.638             0.9605               22.967               1                    13.174              0.85369                6.6828              0.72333                 1.6039              0.72299           -0.012019    -0.036197     -0.093133    -0.10165     -0.092374    -0.071923    -0.042077    0.041146      0.20368       0.39327      0.51917     0.59169      0.66993      0.75778      0.85723      0.96316       0.99517  
    cl_mt_coh_p2v5        0.22143       4.5736     6.4037     'cl_mt_coh'     'fl_z_wage_sig'        16               5              0.8           1.4002     -20    58.135     0.0018972       0.15938    0.83872      0.0056193      6.404e-10        -20    -17.793    -7.3619    -1.9456    -0.24045     0.86288      1.8659       3.571    5.4768    6.6804    7.4828    8.1849    9.2883    10.993    13.902    20.622     29.65          22.974            0.95503               41.008               1                    24.169              0.86406                11.383              0.71548                  2.674              0.75833           -0.024573    -0.043379      -0.14627    -0.19272      -0.20372     -0.19949     -0.18323    -0.12263     0.032379       0.23927      0.38605     0.47242      0.56547       0.6737      0.80238      0.94693       0.99282  
    cl_mt_coh_p2v6        0.26429        4.331     7.8573     'cl_mt_coh'     'fl_z_wage_sig'        16               6              0.8           1.8142     -20    60.273     0.0027008       0.21147    0.78583       0.008111     7.7416e-08        -20    -18.495    -10.468    -4.6478     -1.6375    -0.23273     0.77069      2.4765    4.8847    6.5905    7.8949    8.8983    10.403    12.711    16.825    26.057      38.8          32.122             0.9447               61.737               1                     36.95              0.86837                16.798              0.70418                 4.0098              0.79521           -0.037456    -0.047513      -0.17691    -0.26086      -0.29483     -0.30508     -0.30089    -0.26403     -0.13113      0.070636      0.23688     0.32989      0.44054      0.57405      0.74241      0.92765       0.99007  
    cl_mt_coh_p2v7        0.30714       4.5497     9.2322     'cl_mt_coh'     'fl_z_wage_sig'        16               7              0.8           2.0292     -20    63.024     0.0017579       0.24305    0.75519      0.0099833     9.7647e-07        -20    -19.699    -11.878    -6.4635     -3.0543     -1.0489     0.15435      1.9592    4.7668    6.8725    8.5771    9.9809    11.886    14.794    19.908    32.241    48.485          40.886            0.93342               85.234               1                    51.566               0.8703                23.045              0.69519                 5.6849              0.82757           -0.043885    -0.044006       -0.1794    -0.27647       -0.3273     -0.34719     -0.35147    -0.32788      -0.2106     -0.016142      0.14622     0.25075      0.36602      0.51071      0.69847      0.91412       0.98839  
    cl_mt_coh_p2v8           0.35       4.8416     10.628     'cl_mt_coh'     'fl_z_wage_sig'        16               8              0.8           2.1951     -20    66.491     0.0029855       0.27022     0.7268       0.011732     3.9011e-32        -20        -20    -13.077    -7.6585      -4.247     -1.7385    -0.43415      1.4723    4.4824    7.0912    9.3989    11.105    13.412    17.025    23.547    38.999    54.952          50.181            0.92383               112.95               1                    69.165              0.87237                30.111              0.68277                 7.8005              0.84856           -0.048464    -0.048464      -0.17577    -0.28114      -0.33995     -0.37092     -0.38137    -0.36916     -0.27411     -0.093858     0.075309     0.17828       0.3024      0.45679      0.66344      0.90465       0.98807  
    cl_mt_coh_p2v9        0.39286       5.4665      12.15     'cl_mt_coh'     'fl_z_wage_sig'        16               9              0.8           2.2226     -20    70.523     0.0023992       0.28903    0.70857       0.013282     1.5026e-32        -20        -20    -13.684    -8.6721     -5.0632     -2.7575    -0.85278      1.1522    4.4603     7.568    10.475    12.781    15.788    20.199    27.918    45.461    60.198          60.833            0.91718               147.61               1                     92.14              0.87574                 38.16              0.66711                 10.501              0.85055           -0.048596    -0.048596      -0.16014     -0.2606      -0.32334     -0.35722     -0.37295    -0.36812     -0.29174      -0.12709     0.035422     0.14323      0.27285      0.43681      0.65081      0.90477       0.98849  
    cl_mt_coh_p2v10       0.43571         5.88     13.352     'cl_mt_coh'     'fl_z_wage_sig'        16              10              0.8           2.2708     -20    75.125     0.0030624       0.30696    0.68998       0.014669    -5.2667e-34        -20        -20    -14.286    -9.3748     -5.7663     -3.3606     -1.3559     0.74912    4.2574    7.9662    11.374     13.98    17.489    22.701    31.823    49.665    63.899          69.883            0.91356               178.28               1                    110.85              0.87023                46.278              0.66131                 13.506              0.83328           -0.049894    -0.049894      -0.15074    -0.25159      -0.31555     -0.35347     -0.37309     -0.3758     -0.31215      -0.15383    0.0067361     0.11215      0.24366      0.41496      0.64041      0.90458       0.98913  
    cl_mt_coh_p2v11       0.47857       6.3319     14.624     'cl_mt_coh'     'fl_z_wage_sig'        16              11              0.8           2.3096     -20    80.345     0.0019707       0.32549    0.67254       0.016149     1.4841e-33        -20        -20    -15.088    -10.076     -6.6674      -4.061     -1.9559        0.45    4.0588    8.2691    12.179    15.286    19.497    25.612    35.736    53.279    68.015           79.94            0.91091               213.87               1                    134.32               0.8703                53.881              0.65025                 17.113              0.80119           -0.051007    -0.051007      -0.14237    -0.24109      -0.30632      -0.3477     -0.37124    -0.38036       -0.329      -0.18269    -0.026369    0.082487      0.22002      0.39596      0.63322      0.90536       0.98822  
    cl_mt_coh_p2v12       0.52143       7.0262     15.821     'cl_mt_coh'     'fl_z_wage_sig'        16              12              0.8           2.2517     -20    86.231     0.0030925       0.33495    0.66195       0.017233     8.0849e-35        -20        -20     -15.39     -10.68     -7.0719     -4.4663     -2.4619     0.34417    4.1524    8.9629    13.573    17.181    22.091    28.706    39.329    55.364    77.712          89.807            0.90993                250.3               1                    157.09              0.86481                62.511              0.64338                 21.328               0.7612           -0.049053    -0.049053      -0.13123    -0.22098      -0.28369     -0.32372     -0.34836    -0.36019     -0.31547      -0.17753    -0.020775    0.090035      0.22621      0.40789      0.64494      0.90907       0.98832  
    cl_mt_coh_p2v13       0.56429       7.6312     16.869     'cl_mt_coh'     'fl_z_wage_sig'        16              13              0.8           2.2105     -20    92.826     0.0022876       0.34607    0.65164       0.018276     2.3286e-34        -20        -20    -15.591    -11.082     -7.4749     -4.8697     -2.7655    0.040081    4.0481    9.6593    15.371    19.178    24.088    31.102    42.625    59.259    83.707          99.064             0.9102               284.56               1                    182.47              0.87505                66.254              0.63375                 25.665              0.73027           -0.047898    -0.047898      -0.12229    -0.20741      -0.26736     -0.30734     -0.33277    -0.34746     -0.31085      -0.17829    -0.015239    0.097654      0.23675       0.4157      0.65288      0.91206       0.98895  
    cl_mt_coh_p2v14       0.60714       7.8386      17.69     'cl_mt_coh'     'fl_z_wage_sig'        16              14              0.8           2.2568     -20    100.17     0.0014112       0.36023    0.63836       0.019606     3.3569e-35        -20        -20     -15.79    -11.481     -8.0731     -5.3669     -3.2622    -0.25539    3.7537    9.7673    15.881     19.99    25.403     33.02    44.646    60.081    94.158          106.53            0.90896               312.93               1                    196.92              0.86049                74.001              0.63237                 31.015              0.69645           -0.050023    -0.050023      -0.11996    -0.20554      -0.26745     -0.30933     -0.33725    -0.35684     -0.32688       -0.1999    -0.038325    0.074692      0.21937      0.40378      0.64939      0.90912       0.98805  
    cl_mt_coh_p2v15          0.65       7.9404     18.413     'cl_mt_coh'     'fl_z_wage_sig'        16              15              0.8           2.3189     -20     108.3     0.0037268       0.37365    0.62262       0.020991     2.6357e-08        -20        -20    -16.094    -11.887     -8.5818     -5.7773     -3.7741    -0.46882    3.3373    9.7475    16.258    20.765    26.574    34.787    45.905    61.831    101.19          113.33            0.90768               339.04               1                    208.23              0.84894                81.964              0.64183                 37.025              0.67364           -0.052872    -0.052872      -0.11794    -0.20716      -0.27057     -0.31599     -0.34594     -0.3708     -0.34827      -0.22692    -0.065277     0.05188      0.19909      0.39097      0.64229      0.90855       0.98746  

Larger Grid Simulation (CROSS)

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

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

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

        Count: 51
      KeyType: char
    ValueType: any

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

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

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

        Count: 55
      KeyType: char
    ValueType: any

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

    ar_param_keys_idx    1     1      1       2      15.5    0.70711    15     16 

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

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

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

        Count: 19
      KeyType: char
    ValueType: any

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

    fl_a_max                   1     1      1        5         65      11.859       50       80
    fl_alpha                   2     2      1        5        0.4    0.079057      0.3      0.5
    fl_b_bd                    3     3      1        5      -12.5      5.9293      -20       -5
    fl_beta                    4     4      1       15       0.92    0.031944     0.87     0.97
    fl_c_min                   5     5      1        5     0.0155    0.011463    0.001     0.03
    fl_crra                    6     6      1       15          3      1.2778        1        5
    fl_delta                   7     7      1        5       0.08    0.047434     0.02     0.14
    fl_r_borr                  8     8      1        5      0.125    0.098821        0     0.25
    fl_r_save                  9     9      1        5      0.025    0.011859     0.01     0.04
    fl_w                      10    10      1        5       1.25     0.11859      1.1      1.4
    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       15     0.4925     0.31465        0    0.985
    fl_z_wage_sig             17    17      1       15       0.35     0.19166     0.05     0.65
    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_z_wage_rho      mean        sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_sig    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         8.1492    0.29696     'cl_mt_val'     'fl_z_wage_rho'        15               1              0.2         0.036441     -6.8929    15.803      0      5.0957e-21          1    3.1995e-22      4.878e-35     7.4405     7.6237     7.7635     7.8324     7.8665     7.8998      7.932     7.9988     8.0959     8.224    8.3156    8.3768     8.463    8.5493    8.7369    9.0291    9.2915        0.088187               1                0.20553              0.9975              0.016892              0.44267               0.14864                 0.951               0.040003              0.80565            0.0013087      0.010995     0.056164     0.10976      0.14598      0.20038      0.24031       0.34378     0.49693      0.66461      0.74577      0.80258      0.85158      0.89362      0.95089      0.98973       0.99898  
    cl_mt_val_p1v2       0.070357         8.1613    0.32457     'cl_mt_val'     'fl_z_wage_rho'        15               2              0.2         0.039769      -6.946    15.811      0      4.0637e-19          1    9.2975e-23     2.2578e-35     7.3443     7.5691     7.7229     7.7974     7.8596     7.8991     7.9313     7.9985     8.1015    8.2355    8.3396    8.4104    8.4968    8.6134    8.7909    9.0933    9.3523         0.10535               1                0.24344             0.99625              0.017383              0.44439               0.18025               0.96008               0.045803              0.82196           0.00089423     0.0091698     0.047011     0.09468      0.15192      0.20103      0.24801       0.33907     0.48509      0.64254       0.7364      0.79076      0.84037      0.89217      0.94526      0.98872       0.99885  
    cl_mt_val_p1v3        0.14071         8.1704    0.35527     'cl_mt_val'     'fl_z_wage_rho'        15               3              0.2         0.043483     -7.0061    15.821      0      3.6753e-17          1     8.618e-21    -1.3135e-34     7.2327     7.5106     7.6888     7.7704     7.8321     7.8856     7.9178     7.9985     8.1097    8.2528    8.3748    8.4476    8.5464    8.6693    8.8592    9.1502    9.4171         0.12622               1                0.28838             0.99427              0.019443              0.44622               0.21545               0.96205               0.053486              0.84187            0.0008849     0.0094903     0.046871    0.094502      0.14252      0.19735      0.24435        0.3414     0.48446      0.63704      0.73845      0.78724      0.84013      0.89188      0.94485      0.98868       0.99888  
    cl_mt_val_p1v4        0.21107         8.1712     0.3922     'cl_mt_val'     'fl_z_wage_rho'        15               4              0.2         0.047997     -7.0757    15.835      0      2.4296e-15          1    5.8105e-19    -2.7755e-34     7.0778     7.4072     7.6272     7.7312     7.8001     7.8457     7.8898     7.9889      8.109    8.2654    8.4087    8.4943    8.5921    8.7249     8.917    9.2116    9.4984         0.15382               1                0.34583             0.99161              0.022095              0.43751               0.26058               0.96423               0.063149              0.86152           0.00084613     0.0089404     0.046336    0.095616      0.14744      0.18837      0.23941       0.34504     0.48378      0.63165      0.73405      0.78684      0.83745      0.89047      0.94549      0.98911       0.99885  
    cl_mt_val_p1v5        0.28143           8.17     0.4327     'cl_mt_val'     'fl_z_wage_rho'        15               5              0.2         0.052963      -7.159    15.853      0      1.8466e-13          1    4.5529e-17    -1.2794e-34     6.8737     7.2898     7.5488     7.6798     7.7486     7.8151     7.8807     7.9802     8.1105    8.2745    8.4392    8.5309    8.6386    8.7825    8.9703    9.2828    9.5874         0.18723               1                0.41303             0.98799              0.025356              0.41268               0.31318               0.96387               0.074496              0.87785           0.00083442     0.0089656     0.045235    0.096169      0.14227      0.19285      0.24206       0.34333     0.48684      0.62988      0.73273      0.78549      0.83667      0.88977      0.94407      0.98869       0.99883  
    cl_mt_val_p1v6        0.35179         8.1808     0.4855     'cl_mt_val'     'fl_z_wage_rho'        15               6              0.2         0.059347     -7.2611    15.877      0      1.1672e-11          1    2.9802e-15    -2.4169e-36      6.623      7.154     7.4795     7.6132     7.7156     7.7839     7.8408     7.9536     8.1167    8.3199    8.4911    8.5968    8.7145    8.8603    9.0602    9.3818    9.7211         0.23571               1                0.51018             0.98375              0.031637              0.40672               0.38827               0.96237               0.090277              0.89314           0.00077453     0.0084804     0.044651    0.091166       0.1419      0.18512       0.2343        0.3296       0.479      0.62759      0.73189      0.78261      0.83544      0.88877      0.94457      0.98852        0.9988  
    cl_mt_val_p1v7        0.42214         8.1914    0.55394     'cl_mt_val'     'fl_z_wage_rho'        15               7              0.2         0.067624     -7.3905    15.909      0      7.2427e-10          1    1.9099e-13    -7.3268e-35     6.2276     6.9576     7.3816     7.5492     7.6425     7.7378     7.8054     7.9338     8.1285    8.3694     8.561    8.6715    8.7984    8.9511    9.1568    9.5032    9.8915         0.30684               1                 0.6488             0.97871              0.046265              0.41593               0.49071                 0.959                0.11182              0.90555           0.00072063     0.0081534      0.04407    0.091337      0.13578      0.18697      0.23195       0.32798     0.47306      0.62426      0.72748      0.78216      0.83353      0.88826      0.94285      0.98824       0.99878  
    cl_mt_val_p1v8         0.4925         8.1936    0.64503     'cl_mt_val'     'fl_z_wage_rho'        15               8              0.2         0.078723     -7.5598    15.953      0      2.7404e-08          1     7.524e-12     -1.809e-34     5.6023     6.6719      7.226     7.4422     7.5729     7.6648     7.7508     7.9133     8.1434    8.4368    8.6349    8.7598    8.8986    9.0579    9.2806    9.6887    10.144         0.41606               1                0.85301             0.97262              0.070194              0.41326                0.6373               0.95326                0.14551              0.91724           0.00063951     0.0076352     0.042413    0.088122       0.1326      0.18101      0.22883       0.32192     0.47116      0.62268      0.72545      0.77834       0.8322        0.886      0.94265      0.98795       0.99874  
    cl_mt_val_p1v9        0.56286         8.1416    0.78724     'cl_mt_val'     'fl_z_wage_rho'        15               9              0.2         0.096694     -7.7879    16.009      0      1.0306e-06          1    2.9734e-10    -3.8507e-35     4.9488     6.0361     6.8841     7.2059     7.3943     7.5392      7.642     7.8426     8.1172    8.4405    8.6793    8.8138    8.9699    9.1424    9.4022    9.8845    10.463         0.61975               1                 1.2043             0.96532               0.14347              0.46447               0.86094               0.93925                0.19982              0.92339           0.00057164     0.0068363     0.039196    0.082684       0.1289      0.17632      0.22213       0.31652     0.46335      0.61502      0.72014      0.77363      0.82895       0.8835      0.94041      0.98754       0.99869  
    cl_mt_val_p1v10       0.63321         8.0988    0.96292     'cl_mt_val'     'fl_z_wage_rho'        15              10              0.2           0.1189     -8.1123    16.103      0      1.7138e-05    0.99998    5.2369e-09     4.6159e-27     4.5514     5.5148     6.4652     6.9218     7.1879     7.3695     7.5248     7.7606     8.0961    8.4752    8.7517    8.9185    9.0925    9.3006     9.614    10.237     10.95         0.92722               1                 1.7232             0.95501               0.24234              0.46807                 1.199               0.93271                 0.2814              0.93036           0.00050188     0.0062729     0.036336    0.077952      0.12216      0.16958      0.21454       0.30742     0.45358      0.60948       0.7141      0.76968      0.82328      0.88094      0.93906      0.98701       0.99862  
    cl_mt_val_p1v11       0.70357         8.0096     1.2266     'cl_mt_val'     'fl_z_wage_rho'        15              11              0.2          0.15314     -8.5965    16.252      0      0.00021041    0.99979    7.0914e-08    -7.3316e-34     3.7084     5.0009     5.9171     6.4509     6.8056     7.0605     7.2504      7.574     8.0209    8.4906    8.8367    9.0375    9.2522    9.5297    9.9417    10.768    11.677          1.5046               1                 2.6707             0.93956               0.42414              0.44694                1.8179               0.92501                0.42321              0.93443           0.00019315      0.005409     0.033643    0.072168      0.11397      0.15768      0.20252       0.29419     0.44017      0.59574      0.70363      0.75868      0.81602      0.87529      0.93503      0.98612       0.99851  
    cl_mt_val_p1v12       0.77393         7.8646     1.7268     'cl_mt_val'     'fl_z_wage_rho'        15              12              0.2          0.21957     -9.3332    16.498      0       0.0027801    0.99722    1.1031e-06     2.8064e-16    -4.1007     3.6904     5.1621     5.7739     6.2064     6.5929     6.8606     7.3046     7.9039    8.5125    8.9693    9.2407    9.5389    9.9157    10.506    11.606    12.701          2.9818               1                 5.0222             0.92295                1.2162              0.50547                3.0333               0.87303                0.70234              0.89411          -0.00075728     0.0012227     0.025045    0.060023     0.098425      0.14039      0.18206       0.27239     0.41758       0.5739       0.6849      0.74318      0.80321      0.86451      0.92905      0.98463       0.99835  
    cl_mt_val_p1v13       0.84429         7.2862     3.1168     'cl_mt_val'     'fl_z_wage_rho'        15              13              0.2          0.42777     -10.476    17.013      0        0.030755    0.96925    1.6457e-05     3.4421e-09    -8.3485    -4.6398     2.0542      3.993     4.7981     5.4154      5.822     6.6378     7.5761    8.5464    9.2418    9.6224    10.089    10.653    11.504    13.035    14.483          9.7147               1                 15.717             0.92478                6.9039              0.67981                6.6006               0.76685                 1.4696              0.77274           -0.0012672    -0.0090312    -0.011796    0.010382     0.041194     0.077285      0.11456       0.20108     0.34863      0.51468      0.63604      0.70037      0.76845      0.83894      0.91472      0.98124       0.99796  
    cl_mt_val_p1v14       0.91464         5.4098     5.8759     'cl_mt_val'     'fl_z_wage_rho'        15              14              0.2           1.0862     -12.578    18.373      0          0.1823     0.8177    0.00014344    -1.3126e-33    -11.437     -9.436    -5.9043    -3.0682    -1.0213    0.46414     1.7517     3.9518     6.2569    8.2936    9.6401    10.423    11.296    12.341    13.861    16.244     17.84          34.526               1                 58.225             0.90134                 29.92              0.72374                20.286               0.73708                 4.2008              0.72459           -0.0044247     -0.021753    -0.075255    -0.11602     -0.13442     -0.13654     -0.12606     -0.072639    0.069112      0.27089      0.43598      0.52877      0.62899      0.73818      0.85871       0.9685       0.99664  
    cl_mt_val_p1v15         0.985       -0.63861     11.354     'cl_mt_val'     'fl_z_wage_rho'        15              15              0.2          -17.779     -17.018    26.164      0         0.63497    0.36503    0.00091596     4.8818e-08    -16.959    -16.442    -14.317    -12.886    -11.454    -10.115    -8.9178    -6.9904    -4.5982    1.0127     7.046     11.69    13.872    18.962    20.638    26.154    26.158          128.91               1                 229.11             0.89154                 52.61               0.5374                120.54               0.79293                 43.185              0.60246             0.090256       0.40146       1.2482      2.3204       3.2635       4.1101        4.856           6.1      7.4908         8.05       7.4721       6.7142       5.7158       4.4509       2.8758       1.4015        1.0408  

                         fl_z_wage_rho     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_sig    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.7613     0.1672    'cl_mt_pol_c'    'fl_z_wage_rho'        15               1              0.2         0.094929     0.02    5.3471      0        0        1      4.4493e-22      4.878e-35     1.4449    1.4658    1.4825    1.4909     1.495    1.4992    1.5034    1.8141    1.8291    1.8492    1.8642    1.8742    1.8893    1.9043    1.9394    1.9995    2.4029        0.040003            0.80565             0.090805            0.78271             0.0057746                0.26877             0.057074              0.64856               0.027957                 1              0.0013243      0.010978     0.054903     0.10491      0.13736      0.17802       0.2227      0.33381      0.49105      0.65596      0.74528      0.79677      0.85186      0.89053      0.94949      0.98924       0.99877  
    cl_mt_pol_c_p1v2       0.070357       1.7638    0.17168    'cl_mt_pol_c'    'fl_z_wage_rho'        15               2              0.2          0.09734     0.02    5.3475      0        0        1      3.5374e-20    -5.1628e-35     1.4367    1.4618    1.4785    1.4868    1.4952    1.4994    1.5035    1.8143    1.8293    1.8493    1.8694    1.8794    1.8944    1.9145    1.9496    2.0147    2.4148        0.045803            0.82196               0.1028            0.79535             0.0053382                0.25801             0.067988               0.6846               0.029475                 1              0.0010419      0.010299     0.043405    0.085326      0.14402      0.18319      0.22401      0.33198      0.47551       0.6344       0.7483       0.7913      0.84099      0.89165      0.94604      0.98943       0.99863  
    cl_mt_pol_c_p1v3        0.14071       1.7635    0.17883    'cl_mt_pol_c'    'fl_z_wage_rho'        15               3              0.2           0.1014     0.02     5.349      0        0        1      3.1989e-18    -6.0899e-34     1.4246     1.458    1.4789    1.4872    1.4914    1.4998    1.5039    1.8148    1.8298    1.8549    1.8749    1.8849     1.905    1.9251    1.9601    2.0253    2.4331        0.053486            0.84187              0.11868            0.81294             0.0060656                0.27656             0.080638              0.71535               0.031979                 1             0.00081034      0.010845     0.052592     0.09817      0.12698      0.19512      0.23331      0.33522       0.4671       0.6449      0.74721      0.78354      0.84474      0.89057       0.9431      0.98856       0.99887  
    cl_mt_pol_c_p1v4        0.21107       1.7631    0.18689    'cl_mt_pol_c'    'fl_z_wage_rho'        15               4              0.2            0.106     0.02    5.3516      0        0        1      2.1149e-16     3.2685e-34     1.4114     1.449     1.474    1.4824    1.4907    1.4949    1.5033    1.8139     1.834     1.854    1.8791    1.8941    1.9092    1.9342    1.9743    2.0344    2.4437        0.063149            0.86152               0.1384             0.8328              0.006675                0.27737             0.096799              0.75165               0.034929                 1             0.00084478      0.010115     0.051238    0.086051      0.13979      0.17418       0.2408      0.33538      0.49719       0.6224      0.73785      0.78987       0.8331      0.88734       0.9447      0.98716       0.99869  
    cl_mt_pol_c_p1v5        0.28143       1.7639    0.19612    'cl_mt_pol_c'    'fl_z_wage_rho'        15               5              0.2          0.11118     0.02    5.3555      0        0        1      1.6048e-14     2.3548e-34     1.3944    1.4362    1.4696    1.4821    1.4904    1.4946    1.4988    1.8136    1.8336    1.8586    1.8837    1.8987    1.9188    1.9488    1.9839    2.3847    2.4665        0.074496            0.87785              0.16127            0.85111             0.0075813                0.27224              0.11522               0.7824               0.038463                 1              0.0008468     0.0081071     0.051444     0.10052      0.15506      0.18569      0.21981      0.33869      0.48936       0.6314      0.73323      0.78182      0.83369      0.89247      0.94098      0.98672       0.99866  
    cl_mt_pol_c_p1v6        0.35179       1.7689    0.20819    'cl_mt_pol_c'    'fl_z_wage_rho'        15               6              0.2           0.1177     0.02    5.3609      0        0        1      1.0128e-12     1.7313e-35     1.3736    1.4279    1.4613     1.478    1.4864    1.4947    1.4989    1.8137    1.8337    1.8638    1.8938    1.9089    1.9339     1.964    2.0041    2.4082    2.4959        0.090277            0.89314              0.19372            0.87108             0.0096868                0.29041              0.14069              0.81318               0.043344                 1             0.00081402     0.0090779     0.042742    0.095491      0.13706      0.19213      0.22417      0.33433      0.47239      0.62256      0.72866      0.77456      0.83366      0.89034      0.94341      0.98675       0.99868  
    cl_mt_pol_c_p1v7        0.42214        1.778    0.22292    'cl_mt_pol_c'    'fl_z_wage_rho'        15               7              0.2          0.12538     0.02    5.3682      0        0        1      6.2699e-11     5.2428e-35     1.3408    1.4118    1.4536    1.4745    1.4828    1.4912    1.4954    1.8095    1.8395    1.8746    1.9047    1.9298    1.9498    1.9799      2.02    2.4327    2.5438         0.11182            0.90555              0.23742            0.88994              0.014142                0.31592              0.17358              0.84294               0.049695                 1             0.00075344     0.0086181      0.04054    0.093615      0.13039      0.17815      0.20691        0.305       0.4785       0.6249      0.71782      0.78184      0.82803      0.88151      0.93886      0.98645       0.99862  
    cl_mt_pol_c_p1v8         0.4925       1.7859    0.24594    'cl_mt_pol_c'    'fl_z_wage_rho'        15               8              0.2          0.13771     0.02    5.3782      0        0        1      2.3685e-09    -3.5662e-34     1.2949    1.3867    1.4452    1.4661    1.4786     1.487    1.4953    1.8094    1.8395    1.8846    1.9197    1.9448    1.9698    1.9999      2.05    2.4736    2.6081         0.14551            0.91724              0.30449            0.91056              0.021109                0.32594               0.2229               0.8744               0.060487                 1             0.00071809      0.007633     0.042055    0.082961      0.12712      0.16925      0.21789      0.30434      0.45861      0.61608      0.71353      0.77328      0.82513      0.87923      0.93441      0.98678       0.99852  
    cl_mt_pol_c_p1v9        0.56286       1.7823    0.27488    'cl_mt_pol_c'    'fl_z_wage_rho'        15               9              0.2          0.15423     0.02    6.2907      0        0        1      8.8777e-08    -3.8507e-35      1.029    1.3363    1.4157    1.4491    1.4658    1.4825    1.4908     1.804    1.8391    1.8892    1.9293    1.9544    1.9844    2.0195     2.397    2.5198     2.701         0.19982            0.92339              0.40433            0.92822              0.041589                0.38559              0.28718              0.89728               0.075558                 1              0.0005931     0.0074105     0.038989    0.083543      0.12007      0.17835      0.21663       0.3017      0.45162      0.60935      0.70894      0.76188       0.8218      0.87695       0.9342      0.98604       0.99851  
    cl_mt_pol_c_p1v10       0.63321       1.7885    0.31411    'cl_mt_pol_c'    'fl_z_wage_rho'        15              10              0.2          0.17563     0.02    6.3137      0        0        1      1.4645e-06      -5.97e-27     1.0055    1.2945    1.3822    1.4281    1.4573     1.474    1.4865    1.5074     1.839    1.8941    1.9442    1.9743    2.0093    2.0544    2.4378    2.6073    2.8528          0.2814            0.93036              0.55382            0.94093               0.07209                0.42684              0.38301              0.91339               0.098666                 1             0.00059811     0.0062271     0.036786    0.076942      0.12257      0.16414       0.2086      0.28393      0.44021      0.59216      0.69714      0.75572      0.81334      0.86446      0.93161      0.98506       0.99841  
    cl_mt_pol_c_p1v11       0.70357       1.7873    0.36924    'cl_mt_pol_c'    'fl_z_wage_rho'        15              11              0.2          0.20658     0.02    6.3483      0        0        1      1.7776e-05     4.8328e-34    0.99877    1.0522    1.3528    1.3988     1.428    1.4531    1.4698     1.499    1.8389     1.904    1.9641    1.9992    2.0443    2.3909    2.5019    2.7591     3.104         0.42321            0.93443               0.8107            0.94747               0.12533                0.43872              0.54841                0.927                0.13633                 1             0.00057103      0.006004     0.034785    0.076469      0.11537      0.15908      0.19688      0.27889      0.43361      0.58199      0.69024      0.74335      0.79963      0.85886      0.92599      0.98399       0.99825  
    cl_mt_pol_c_p1v12       0.77393       1.7994     0.4549    'cl_mt_pol_c'    'fl_z_wage_rho'        15              12              0.2           0.2528     0.02    7.3211      0        0        1      0.00022951     2.8064e-16    0.99195    1.0387    1.0921     1.361    1.3986    1.4278    1.4529    1.4904    1.8286    1.9138    1.9939     2.054    2.3496    2.4665    2.6419    3.0627    3.6063         0.70234            0.89411               1.3146            0.91706               0.24861                0.39222              0.85085              0.92961                0.20693                 1             0.00045062     0.0057076     0.031077    0.064566      0.10513       0.1449      0.18501      0.26562      0.40511      0.56001      0.66856      0.72312      0.78266      0.84919      0.92114      0.98169       0.99792  
    cl_mt_pol_c_p1v13       0.84429       1.8289    0.61018    'cl_mt_pol_c'    'fl_z_wage_rho'        15              13              0.2          0.33363     0.02     8.382      0        0        1       0.0024322     3.4421e-09       0.02    1.0357    1.0792    1.1126     1.278    1.3824    1.4116    1.4701    1.7892    1.9395    2.0799    2.3212    2.4674    2.6487    3.0112    3.6752    4.4838          1.4696            0.77274               2.7574            0.82876                0.7463                0.37537               1.5507              0.92025                0.37232                 1             2.6598e-05     0.0044894     0.029329    0.057781     0.090366      0.13091      0.16928      0.24765      0.37143      0.52775      0.63374      0.69404      0.76061       0.8291       0.9059      0.97796       0.99743  
    cl_mt_pol_c_p1v14       0.91464       1.9521    0.98664    'cl_mt_pol_c'    'fl_z_wage_rho'        15              14              0.2          0.50542     0.02     12.71      0        0        1        0.012934    -1.3126e-33       0.02      0.02    1.0988    1.2148    1.2607    1.3092    1.3559    1.4219    1.5329    1.9337    2.3295    2.5348    2.7878     3.293      3.91    5.3711     8.108          4.2008            0.72459               9.1979            0.84797                3.5607                0.51294               4.1635              0.90093                0.97346                 1             0.00013251    0.00013251     0.021207     0.05126     0.083575      0.11553      0.14973      0.22083       0.3341      0.46831      0.57512       0.6376      0.70621      0.78429      0.87397      0.96682       0.99507  
    cl_mt_pol_c_p1v15         0.985       3.2255     6.3135    'cl_mt_pol_c'    'fl_z_wage_rho'        15              15              0.2           1.9574     0.02    52.077      0        0        1        0.044712     3.9245e-07       0.02      0.02    1.1052    1.2312    1.3022    1.3372    1.3689    1.4199     1.475    1.5651    1.9399    2.5993    3.6728    5.8489    9.2404    49.666    50.221          43.185            0.60246               118.18            0.82703              -0.15922             -0.0029248               75.612              0.89451                  39.86                 1             0.00027724    0.00027724    0.0021771    0.021798     0.044612     0.062557     0.082903      0.12521      0.19257      0.26331      0.31566      0.34941      0.39769      0.47087      0.59672      0.84519        0.9853  

                         fl_z_wage_rho     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_sig    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.0388    0.52632    'cl_mt_pol_k'    'fl_z_wage_rho'        15               1              0.2          0.13031      0     7.2895    4.4303e-22      0            1    4.4303e-22     6.9177e-28    2.9896     3.3085     3.5192    3.6397      3.6455     3.6498     3.6557     3.6699     3.9589    4.0065    4.3276    4.3509    4.6227    4.7278    5.1024    5.8795    6.5035        0.14864               0.951             0.35121             0.96173              0.017131              0.25329               0.27701                  1                  0.057074              0.64856          0.00084106    0.0095295     0.044811     0.11489       0.14533      0.19075      0.22346      0.33488     0.45913      0.62221      0.71672      0.76851      0.82542      0.88156      0.93747      0.98597       0.99874  
    cl_mt_pol_k_p1v2       0.070357       4.0701    0.57845    'cl_mt_pol_k'    'fl_z_wage_rho'        15               2              0.2          0.14212      0     7.8711    3.5225e-20      0            1    3.5225e-20     1.0431e-28    2.9812     3.2859      3.528      3.64      3.6458     3.6501     3.6561     3.6663     3.9635    4.0069    4.3396    4.3629     4.691    4.8749    5.4163     5.937    6.6729        0.18025             0.96008             0.42336             0.97215              0.020767              0.29791               0.33461                  1                  0.067988               0.6846          0.00095305    0.0077582      0.05027      0.1257       0.15516      0.19957      0.23236      0.31449     0.45203      0.59747      0.71764      0.76019      0.81452      0.87408      0.93178       0.9853       0.99845  
    cl_mt_pol_k_p1v3        0.14071       4.1034    0.63036    'cl_mt_pol_k'    'fl_z_wage_rho'        15               3              0.2          0.15362      0     8.3627    3.1853e-18      0            1    3.1853e-18     8.8487e-27    2.9475     3.1858      3.338    3.6366       3.641     3.6511     3.6571     3.6673     3.9754    4.1365    4.3525    4.6622    4.7171    5.0647    5.4604    6.2688    6.6909        0.21545             0.96205             0.50234             0.97615              0.024356              0.31505               0.39735                  1                  0.080638              0.71535          0.00074928    0.0073903     0.045078     0.10126       0.13667      0.20741      0.23645      0.31386     0.48246      0.59442      0.71192      0.76271      0.81679       0.8678      0.92888      0.98643       0.99863  
    cl_mt_pol_k_p1v4        0.21107       4.1221    0.68906    'cl_mt_pol_k'    'fl_z_wage_rho'        15               4              0.2          0.16716      0     8.9236    2.1066e-16      0            1    2.1066e-16     7.9627e-25    2.6862     3.0067     3.3271    3.5738      3.6394     3.6452     3.6554     3.6656     3.9736    4.1094    4.3622    4.6902    4.7398    5.0888    5.4998    6.2815      6.72        0.26058             0.96423             0.60033             0.97976              0.028723              0.32372               0.47481                  1                  0.096799              0.75165          0.00070546    0.0089111     0.045404    0.080083         0.143      0.17342      0.24629      0.31554     0.46583       0.5862      0.69844       0.7558      0.80777      0.86287      0.93012      0.98474       0.99841  
    cl_mt_pol_k_p1v5        0.28143       4.1401     0.7509    'cl_mt_pol_k'    'fl_z_wage_rho'        15               5              0.2          0.18137      0     9.5506    1.5987e-14      0            1    1.5987e-14     4.9334e-23    2.6464     2.9801      3.317    3.3994      3.6342     3.6444     3.6487     3.6649     3.9728    4.3147    4.3845    4.7016    5.0482    5.1273    5.8336    6.3068    7.1059        0.31318             0.96387             0.71173             0.98107              0.032666              0.30637               0.56385                  1                   0.11522               0.7824          0.00063282    0.0068285     0.044575    0.077551        0.1254      0.18549       0.2204      0.31939     0.45497      0.59123      0.68495      0.74416      0.80196      0.85988      0.92639      0.98437       0.99842  
    cl_mt_pol_k_p1v6        0.35179       4.1901      0.831    'cl_mt_pol_k'    'fl_z_wage_rho'        15               6              0.2          0.19832      0     10.254    1.0095e-12      0            1    1.0095e-12     1.2085e-21     2.389     2.7582     3.2563    3.3361      3.6288     3.6389      3.649     3.6651     3.9731    4.3266    4.6895    4.7391    5.0881    5.4711    5.8929    6.4749    7.2024        0.38827             0.96237              0.8716              0.9819              0.040355               0.3031               0.69055                  1                   0.14069              0.81318          0.00060827    0.0064781     0.035717    0.080831       0.12025      0.16031      0.21792      0.31054     0.43358       0.5769      0.68511      0.73485      0.79878      0.86515      0.92873       0.9842        0.9982  
    cl_mt_pol_k_p1v7        0.42214       4.2554    0.92374    'cl_mt_pol_k'    'fl_z_wage_rho'        15               7              0.2          0.21707      0     11.082     6.248e-11      0            1     6.248e-11      1.494e-19    2.3312      2.687     3.0264    3.3281      3.5396     3.6361     3.6463     3.6606     3.9857    4.3518    4.7288    5.0771    5.4301    5.6884    6.2487    6.6898    7.6264        0.49071               0.959              1.0836              0.9802              0.056704               0.3057               0.85329                  1                   0.17358              0.84294          0.00053862    0.0068663     0.033512    0.077691       0.11688       0.1564      0.20735      0.28397      0.4293      0.56719      0.67923      0.73986      0.79176      0.85544      0.92492      0.98335        0.9981  
    cl_mt_pol_k_p1v8         0.4925       4.3188     1.0365    'cl_mt_pol_k'    'fl_z_wage_rho'        15               8              0.2          0.23999      0     12.117    2.3604e-09      0            1    2.3604e-09      4.861e-18    2.0804      2.522     3.0075    3.3186      3.3469     3.6304     3.6463     3.6606     3.9965     4.555    5.0507    5.1383    5.4874    5.8807    6.2833    7.1094    8.3661         0.6373             0.95326              1.3755             0.97602              0.078292              0.28685                1.0743                  1                    0.2229               0.8744           0.0004985    0.0053338     0.036076    0.075743        0.1155      0.15882      0.20935      0.27918     0.41737      0.55397       0.6701      0.72242      0.79153      0.85613      0.92634      0.98353       0.99795  
    cl_mt_pol_k_p1v9        0.56286       4.3316     1.1644    'cl_mt_pol_k'    'fl_z_wage_rho'        15               9              0.2          0.26881      0     13.279    8.8495e-08      0            1    8.8495e-08     3.1096e-17     1.798     2.3108     2.7099    3.0155      3.3273     3.3556     3.6352     3.6598     3.9956    4.6285    5.0759    5.4163    5.6906    5.9825    6.4482    7.5457     9.057        0.86094             0.93925              1.7771             0.96313               0.13419              0.29372                1.3557                  1                   0.28718              0.89728          0.00041267    0.0049491     0.029605    0.063387       0.11169      0.13913       0.1823      0.27029     0.40309      0.54462      0.65752      0.71443      0.77831      0.84613      0.91812      0.98114       0.99787  
    cl_mt_pol_k_p1v10       0.63321       4.3884      1.335    'cl_mt_pol_k'    'fl_z_wage_rho'        15              10              0.2          0.30421      0     14.545    1.4598e-06      0            1    1.4598e-06    -2.6836e-29    1.5322     2.0547     2.5841    2.9878      3.2542     3.3459     3.6192     3.6656     4.0025    4.7026    5.1283    5.4998    5.8642    6.2775    6.6932    8.0842    10.376          1.199             0.93271              2.3803             0.95154               0.21508              0.29964                1.7822                  1                   0.38301              0.91339          0.00034303    0.0042463     0.025592    0.057201      0.093172      0.13669      0.16969      0.26822     0.38411      0.53777      0.64685      0.70622      0.77033      0.84036      0.91426      0.97919       0.99748  
    cl_mt_pol_k_p1v11       0.70357       4.4267     1.6022    'cl_mt_pol_k'    'fl_z_wage_rho'        15              11              0.2          0.36194      0     16.708     1.771e-05      0      0.99998     1.771e-05     3.4209e-23    1.4554     1.7982     2.3114     2.686      2.9719     3.1753     3.3457     3.6552     4.0059    4.7147    5.4041    5.8049    6.2312     6.545    7.2333     9.434    12.202         1.8179             0.92501              3.4706             0.93474               0.35458              0.28605                2.5671                  1                   0.54841                0.927          0.00029284    0.0038723      0.02258    0.051935      0.081772      0.11572      0.15663      0.23622      0.3678      0.51646        0.625       0.6877      0.75534      0.82621      0.90358       0.9763       0.99701  
    cl_mt_pol_k_p1v12       0.77393       4.5104     2.0121    'cl_mt_pol_k'    'fl_z_wage_rho'        15              12              0.2           0.4461      0     20.101    0.00022864      0      0.99977    0.00022864     2.6624e-15     1.002     1.5125     2.0294    2.3323      2.6935     2.9628     3.1788      3.624     4.0054    4.8637    5.5537     5.922    6.3828    7.0722    8.0826    11.136    15.698         3.0333             0.87303              5.5991              0.8831               0.69247              0.24699                4.0484                  1                   0.85085              0.92961          0.00017749    0.0030271     0.018614    0.043083       0.07183      0.10159      0.13524      0.21049     0.33987      0.48209      0.59704       0.6627      0.73063      0.80728      0.88886      0.97142       0.99635  
    cl_mt_pol_k_p1v13       0.84429       4.6463     2.7616    'cl_mt_pol_k'    'fl_z_wage_rho'        15              13              0.2          0.59436      0     26.449     0.0024213      0      0.99758     0.0024213      2.739e-08         0    0.99597     1.5369    2.0047      2.1065     2.4153     2.7023     3.3371     3.9851    4.9066     5.973    6.2631    7.0748    8.1774    10.141    14.678    20.045         6.6006             0.76685              11.754              0.7806                2.4785              0.27545                7.6263                  1                    1.5507              0.92025                   0    0.0014531     0.013285    0.032219      0.054696     0.078894      0.10802      0.17445     0.29134      0.43114      0.54859      0.61475      0.68616      0.76852      0.86439      0.96359       0.99515  
    cl_mt_pol_k_p1v14       0.91464       4.8816     4.6839    'cl_mt_pol_k'    'fl_z_wage_rho'        15              14              0.2           0.9595      0      45.76      0.012881      0      0.98712      0.012881     5.4106e-06         0          0    0.71637    1.1071      1.3616     1.6667     1.8146     2.5229     3.6485    5.0611    5.8186    7.1055    8.4036    10.072    13.014     23.18    38.172         20.286             0.73708              39.435             0.76582                12.589                0.382                21.939                  1                    4.1635              0.90093                   0            0    0.0042903    0.013786      0.026013     0.042606     0.060248      0.10577     0.19804      0.32246      0.43533      0.50194      0.58272      0.67347      0.79733      0.93862       0.99153  
    cl_mt_pol_k_p1v15         0.985       6.2968     13.389    'cl_mt_pol_k'    'fl_z_wage_rho'        15              15              0.2           2.1263      0         70       0.11854      0      0.88146       0.11854      0.0058516         0          0          0         0    0.088342    0.15256    0.20153    0.24062    0.71584    2.1055    4.4785    6.3631    12.699    18.619    37.175    69.369        70         120.54             0.79293              281.51             0.92895                21.498              0.18622                179.26                  1                    75.612              0.89451                   0            0            0           0     0.0003159    0.0012786    0.0027717    0.0062506     0.01821     0.050021     0.094865      0.13802      0.20803       0.3193      0.57679         0.89             1  

                       fl_z_wage_rho     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_sig    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       5.7515    0.69385     'cl_mt_coh'     'fl_z_wage_rho'        15               1              0.2          0.12064     -20    54.859     2.913e-13    1.7393e-12          1    4.4304e-22      4.878e-35     4.2747     4.6255      4.9062     5.0465     5.1166     5.1868      5.2569     5.3973     5.6077     5.8884    6.0988    6.2392    6.4496    6.6601    7.1512    7.9931     8.835        0.20553              0.9975             0.48143                1                 0.039417               0.4421               0.35121               0.96173               0.090805              0.78271            0.0011716      0.010365     0.054409      0.10644      0.14088      0.18437     0.23281      0.33155      0.47762       0.63608     0.72474      0.77698      0.83407      0.87513       0.94005     0.98664       0.99859  
    cl_mt_coh_p1v2       0.070357       5.7884    0.75286     'cl_mt_coh'     'fl_z_wage_rho'        15               2              0.2          0.13006     -20    54.866    4.9008e-12    2.6624e-11          1    3.5225e-20    -5.1628e-35     4.1366     4.5576      4.8383     4.9786     5.1189     5.1891      5.2592     5.3996     5.6101     5.8907    6.1714    6.3117    6.5222    6.8029     7.294    8.2062     8.978        0.24344             0.99625             0.56679                1                 0.040629              0.44781               0.42336               0.97215                 0.1028              0.79535           0.00088501     0.0095155     0.042125     0.084758      0.14634      0.18806     0.23328      0.32776      0.46044       0.61237      0.7254       0.7692      0.82087      0.87505       0.93557     0.98698       0.99841  
    cl_mt_coh_p1v3        0.14071       5.8227    0.81639     'cl_mt_coh'     'fl_z_wage_rho'        15               3              0.2          0.14021     -20    54.886    7.5891e-11    2.8191e-10          1    3.1853e-18    -8.5471e-34     3.9328     4.4943      4.8452     4.9856     5.0557     5.1961      5.2663     5.4067     5.6172     5.9681    6.2489    6.3892      6.67    6.9507     7.442    8.3544    9.1966        0.28838             0.99427             0.66649                1                 0.045464              0.45407               0.50234               0.97615                0.11868              0.81294           0.00064938     0.0097786     0.050505     0.096619      0.12631       0.1983     0.24559      0.32918       0.4505       0.62035      0.7222      0.75933      0.82339       0.8729       0.93192     0.98623       0.99867  
    cl_mt_coh_p1v4        0.21107       5.8425    0.88922     'cl_mt_coh'     'fl_z_wage_rho'        15               4              0.2           0.1522     -20    54.923    8.5755e-10    3.3472e-09          1    2.1066e-16     3.2685e-34     3.7116      4.343      4.7639     4.9042     5.0445     5.1147      5.1848     5.3953     5.6759     5.9565    6.3073    6.5177    6.7282    7.0789    7.6402     8.482    9.3238        0.34583             0.99161             0.79071                1                 0.051978              0.45395               0.60033               0.97976                 0.1384               0.8328           0.00063327     0.0087561     0.048015     0.082619      0.13738      0.17322     0.21125      0.32697       0.4758       0.59545     0.71023      0.76379      0.80939      0.86836       0.93363     0.98498       0.99845  
    cl_mt_coh_p1v5        0.28143       5.8629    0.96613     'cl_mt_coh'     'fl_z_wage_rho'        15               5              0.2          0.16479     -20    54.977    9.7195e-09    2.8854e-08          1    1.5987e-14     2.3548e-34      3.426     4.1273      4.6884     4.8989     5.0391     5.1093      5.1794     5.3898     5.6704     6.0211    6.3717    6.5822    6.8627    7.2835    7.7745    8.6863    9.5981        0.41303             0.98799             0.93341                1                 0.060409              0.44035               0.71173               0.98107                0.16127              0.85111           0.00057856     0.0066104      0.04701     0.095352      0.15077      0.18257     0.21875      0.32752      0.46558       0.60138     0.70316      0.75341      0.80856       0.8734       0.92936      0.9854       0.99838  
    cl_mt_coh_p1v6        0.35179       5.9194     1.0682     'cl_mt_coh'     'fl_z_wage_rho'        15               6              0.2          0.18045     -20    55.052    5.1203e-08    1.5698e-07          1    1.0095e-12     1.7313e-35     3.0768     3.9887      4.5498     4.8304     4.9707      5.111      5.1811     5.3915     5.6721      6.093    6.5138    6.7242     7.075    7.4958    8.0569    8.8987    9.9508        0.51018             0.98375               1.141                1                 0.075711              0.44239                0.8716                0.9819                0.19372              0.87108           0.00048276     0.0070069     0.037317     0.088123      0.12957       0.1862     0.22004      0.31988      0.44555       0.58886     0.69558      0.74352      0.80713      0.87061       0.93288     0.98463       0.99837  
    cl_mt_coh_p1v7        0.42214       5.9888     1.1967     'cl_mt_coh'     'fl_z_wage_rho'        15               7              0.2          0.19983     -20    55.155    2.1768e-07    8.7355e-07          1     6.248e-11     5.2428e-35     2.5255     3.7185      4.4202     4.7711     4.9114     5.0518      5.1219     5.3324     5.7535     6.2447    6.6657    7.0166    7.2973    7.7183    8.2797     9.192    10.525         0.6488             0.97871              1.4322                1                  0.11117              0.46261                1.0836                0.9802                0.23742              0.88994            0.0003423     0.0060299     0.033627     0.083677      0.11978      0.16815     0.19819      0.28823      0.44544       0.58626     0.68079      0.74882      0.79959      0.86039       0.92883     0.98399       0.99824  
    cl_mt_coh_p1v8         0.4925        6.058     1.3597     'cl_mt_coh'     'fl_z_wage_rho'        15               8              0.2          0.22444     -20    55.295    5.7142e-07    3.5014e-06          1    2.3604e-09    -3.5662e-34     1.7535     3.2973      4.2797     4.6306     4.8411     4.9814      5.1218     5.3323     5.7533     6.3849    6.8761    7.2269    7.5778    7.9988    8.5602     9.683    11.297        0.85301             0.97262              1.8487                1                  0.16874               0.4713                1.3755               0.97602                0.30449              0.91056           0.00022771      0.004487     0.032648     0.070012      0.11245      0.15424      0.2049      0.28171      0.42144       0.57308     0.67355      0.73802      0.79601      0.85883       0.92472      0.9839       0.99803  
    cl_mt_coh_p1v9        0.56286       6.0366     1.5847     'cl_mt_coh'     'fl_z_wage_rho'        15               9              0.2          0.26251     -20    55.488    1.8325e-06    1.8367e-05    0.99998    8.8496e-08     -8.579e-34     1.1872       2.45       3.783     4.3442     4.6248     4.8353      5.0458     5.2562     5.7473     6.4489    7.0101    7.3609    7.7819    8.2028    8.8342    10.237    12.412         1.2043             0.96532              2.5112                1                  0.32975              0.53031                1.7771               0.96313                0.40433              0.92822           0.00016216     0.0032425     0.025561     0.063456      0.09717      0.13644     0.19395      0.26417      0.40779       0.56041     0.66431      0.72235      0.79077      0.85064       0.92135     0.98212       0.99788  
    cl_mt_coh_p1v10       0.63321       6.0852     1.8738     'cl_mt_coh'     'fl_z_wage_rho'        15              10              0.2          0.30793     -20    55.764    5.6867e-06    9.3514e-05     0.9999    1.4598e-06     1.7211e-27    0.97536     2.0276      3.2202     3.9919      4.483     4.7636       4.974     5.2546     5.7457     6.5174    7.2189    7.6398    8.0607    8.5518    9.3234    11.288    14.234         1.7232             0.95501              3.5113                1                  0.57637              0.57205                2.3803               0.95154                0.55382              0.94093           6.4244e-05     0.0027162     0.020758     0.051653     0.091904        0.132     0.17713      0.25756      0.38891       0.53612     0.64699      0.71284      0.77321      0.84341       0.91679     0.97949       0.99755  
    cl_mt_coh_p1v11       0.70357       6.1229     2.3173     'cl_mt_coh'     'fl_z_wage_rho'        15              11              0.2          0.37847     -20     56.18    1.4257e-05    0.00070084    0.99928    1.7711e-05     4.8328e-34    0.48305     1.8159      2.7979     3.4292     3.9904     4.3412      4.6919     5.1128     5.7441      6.656    7.4978    7.9187    8.4097     9.041    10.163     13.11    17.248         2.6707             0.93956              5.3701                1                   1.0795              0.60211                3.4706               0.93474                 0.8107              0.94747          -0.00050656     0.0017684     0.018712     0.042996     0.077123      0.10782     0.15199       0.2262      0.36864       0.51489     0.63239      0.68797      0.75543      0.82913       0.90433     0.97576       0.99701  
    cl_mt_coh_p1v12       0.77393        6.239     3.1512     'cl_mt_coh'     'fl_z_wage_rho'        15              12              0.2          0.50508     -20    56.871    8.9936e-05     0.0072755    0.99263    0.00022865     2.8064e-16    -12.986    0.83097      2.4441     3.0053     3.4962     3.9872      4.3379     4.9691     5.6705     6.7927    7.8448    8.3357     8.967    9.9489    11.843    16.191    21.872         5.0222             0.92295              9.9299                1                   2.8956              0.65947                5.5991                0.8831                 1.3146              0.91706           -0.0027002    -0.0060302    0.0072139     0.030379     0.058147     0.089483     0.11846       0.1974      0.32405       0.47415     0.59384      0.65307      0.72194      0.79786       0.88458     0.97032       0.99621  
    cl_mt_coh_p1v13       0.84429       6.0608     5.4527     'cl_mt_coh'     'fl_z_wage_rho'        15              13              0.2          0.89966     -20    58.232    0.00044909      0.061492    0.93806     0.0024214     3.4421e-09        -20    -13.334    -0.91549     1.8911      2.733     3.0838      3.4347     4.4169     5.6097     7.0832    8.4163    9.1881    10.381    12.065    14.871    22.239    31.991         15.717             0.92478              29.731                1                   13.951              0.78525                11.754                0.7806                 2.7574              0.82876           -0.0079905     -0.028151    -0.063158    -0.056467    -0.034615    -0.012546    0.013929     0.078725      0.21023       0.36141     0.49102        0.559      0.64214      0.73453       0.84277     0.95687       0.99409  
    cl_mt_coh_p1v14       0.91464       4.9893     10.994     'cl_mt_coh'     'fl_z_wage_rho'        15              14              0.2           2.2035     -20    62.127    0.00097495       0.25765    0.74138      0.012882    -6.7242e-33        -20        -20     -13.548    -7.9369      -4.29    -1.7651    -0.15206     2.0221     4.4768     6.9315     9.316     11.14    13.524    17.311    24.465    41.999    57.077         58.225             0.90134              120.86                1                   65.761              0.85018                39.435               0.76582                 9.1979              0.84797            -0.051639     -0.051639     -0.17282     -0.27845     -0.33837     -0.36826    -0.37659     -0.35847     -0.26063     -0.088416    0.070838      0.17353      0.29523      0.44738       0.65416     0.90186       0.98816  
    cl_mt_coh_p1v15         0.985       3.4884     22.634     'cl_mt_coh'     'fl_z_wage_rho'        15              15              0.2           6.4883     -20    101.51    0.00052022       0.61018     0.3893      0.044604     3.9245e-07        -20        -20     -18.598    -15.933    -13.549    -11.376     -9.4124    -6.0467    -2.1903    0.54424    5.4524    10.781    18.705    36.093    57.129    99.199    100.53         229.11             0.89154               512.3                1                   91.579              0.46925                281.51               0.92895                 118.18              0.82703             -0.25572      -0.25572     -0.28532     -0.55467     -0.76275     -0.94445     -1.0962      -1.3138      -1.4835       -1.5099     -1.4429      -1.3263      -1.1258     -0.74305     -0.073505     0.71441       0.97571  

                       fl_z_wage_sig     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    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.05       8.2231    0.41884     'cl_mt_val'     'fl_z_wage_sig'        16               1              0.8         0.050934     -7.6477    15.856      0      2.4353e-31          1    -4.063e-34     5.4737e-35     7.1924      7.423     7.6262      7.7322      7.8088      7.8739      7.9287    8.0195    8.1666    8.3276    8.4718    8.5617    8.6755    8.8117    9.0258    9.3213    9.5321        0.17543                1                0.26037             0.92139             0.0023966              0.049394              0.20453               0.89267               0.053443                0.776           0.00097719     0.0091416       0.051226     0.098795        0.143      0.19611      0.23595      0.33243       0.48006     0.63221       0.7347      0.78497      0.83736      0.88989       0.9442      0.98975        0.9989  
    cl_mt_val_p2v2       0.092857       8.1707    0.77349     'cl_mt_val'     'fl_z_wage_sig'        16               2              0.8         0.094667     -8.3115     16.05      0      1.3612e-16          1    5.1971e-20    -2.5307e-34     5.6831     6.2754     6.9208      7.2255      7.4021      7.5581      7.6675    7.8693    8.1441    8.4548    8.6977    8.8533    9.0115    9.1933    9.4452    9.9391    10.438        0.59829                1                0.87606             0.93101              0.025836               0.16084              0.67773               0.92728                0.17249              0.91066           0.00068467     0.0074375       0.040036     0.083629      0.12904      0.17448      0.22606      0.31771       0.46338     0.61579      0.71973      0.77374       0.8278      0.88596      0.94209      0.98757       0.99871  
    cl_mt_val_p2v3        0.13571        8.089     1.1632     'cl_mt_val'     'fl_z_wage_sig'        16               3              0.8           0.1438      -8.954    16.274      0      4.9644e-06          1    2.0307e-09    -3.7004e-35     4.6109     5.3437     6.1116      6.5934      6.9134      7.1358      7.3485    7.6429    8.0697    8.5414    8.8836    9.0967    9.2994    9.5716    9.9767     10.78    11.565          1.353                1                 2.0729              0.9245               0.12983               0.25286               1.5648               0.93776                0.37811              0.93897           0.00052491     0.0064478       0.034963     0.074505      0.11635      0.16082       0.2071      0.29833       0.44302     0.59713      0.70552      0.76065      0.81894      0.87525       0.9354      0.98632       0.99856  
    cl_mt_val_p2v4        0.17857        7.899     1.6634     'cl_mt_val'     'fl_z_wage_sig'        16               4              0.8          0.21058     -9.4896    16.517      0        0.001538    0.99846     6.582e-07    -5.2109e-34    -1.9026     4.0881     5.2578      5.8423      6.2217       6.596      6.8607    7.3006    7.9052    8.5297    9.0027    9.2627    9.5682    9.9353    10.524    11.592    12.605         2.7667                1                 4.4581             0.91753               0.78062               0.41717               2.9476               0.90065                0.69083               0.9159          -0.00058606     0.0028414        0.02759     0.062992      0.10059      0.14132      0.18434      0.27372       0.41914     0.57463      0.68586      0.74356      0.80319      0.86506      0.92944      0.98476       0.99838  
    cl_mt_val_p2v5        0.22143       7.4681     2.6759     'cl_mt_val'     'fl_z_wage_sig'        16               5              0.8          0.35832     -9.8698    16.768      0        0.020214    0.97979    9.0105e-06     1.5976e-10    -7.8873     -3.076     3.3449       4.694      5.3476      5.8356       6.232    6.9095    7.7017    8.5119    9.1181    9.4439    9.8405     10.34    11.095    12.446    13.784         7.1607                1                 12.011              0.9313                5.1709               0.68178                5.176               0.76895                 1.1647               0.7868           -0.0011358    -0.0073283    -0.00094655     0.027005     0.060964     0.099053      0.13869      0.22811        0.3741     0.53685      0.65528      0.71674      0.78189      0.84871      0.92045      0.98257        0.9981  
    cl_mt_val_p2v6        0.26429       6.6386     3.8891     'cl_mt_val'     'fl_z_wage_sig'        16               6              0.8          0.58583     -10.171    17.002      0        0.067337    0.93266    3.0639e-05       6.42e-08    -8.8648    -6.5378    -1.3995      1.7668      3.3383       4.305      4.9836    6.0985    7.2891    8.3657    9.1605    9.5876    10.109    10.738    11.669    13.342    14.978         15.125                1                 26.478             0.93674                 14.64               0.77024               8.4285               0.70467                 1.8173              0.72843           -0.0019107      -0.01166      -0.033889    -0.030905    -0.011026     0.018037     0.053253      0.13782       0.28869     0.46602      0.59765      0.66813       0.7426      0.82058      0.90456      0.97881       0.99767  
    cl_mt_val_p2v7        0.30714       5.9622     4.6867     'cl_mt_val'     'fl_z_wage_sig'        16               7              0.8          0.78607     -10.418    17.217      0         0.11503    0.88497    5.2859e-05    -1.0219e-34    -9.6229    -7.6871    -3.7528    -0.66702      1.2939      2.5557      3.5688    5.1284    6.8444    8.2006    9.1817    9.7177    10.347    11.128    12.253    14.227    15.988         21.965                1                 40.454             0.93106                23.679               0.77954                11.65               0.68458                 2.4929              0.72477           -0.0018238     -0.014547      -0.051134    -0.068712     -0.06555    -0.049142    -0.022932     0.049954       0.20164     0.39082      0.53649      0.61577      0.69979      0.78986      0.88728       0.9748       0.99725  
    cl_mt_val_p2v8           0.35       5.7389     5.1014     'cl_mt_val'     'fl_z_wage_sig'        16               8              0.8          0.88892     -10.629    17.409      0         0.13839    0.86161     6.407e-05    -2.3916e-33    -9.8482    -7.8745    -4.5402     -1.5924      0.4012      1.7937      2.8484    4.5753    6.5675    8.1654     9.317    9.9484    10.689    11.598    12.893     15.04    16.699         26.024                1                 51.003             0.92113                30.249               0.76995               14.416               0.67223                 3.1665              0.72662           -0.0020025     -0.015443      -0.058089    -0.083941    -0.088546    -0.078527    -0.058055    0.0074283        0.1546      0.3475      0.49955      0.58363      0.67345      0.77038      0.87652      0.97245       0.99704  
    cl_mt_val_p2v9        0.39286       5.5672     5.4636     'cl_mt_val'     'fl_z_wage_sig'        16               9              0.8          0.98139     -10.816    17.571      0           0.159      0.841    7.3705e-05     1.4138e-35    -10.047    -8.3086    -5.1186     -2.3163    -0.30358       1.172      2.2777    4.1157    6.3121    8.1716    9.4965    10.215    11.058    12.066    13.471    15.654    17.088         29.851                1                 61.828             0.91536                37.064               0.76589               17.174               0.65893                 3.9162              0.71067            -0.002441     -0.016531      -0.063955    -0.096614     -0.10783      -0.1036    -0.087893    -0.029944       0.11131       0.307      0.46571      0.55388      0.64944      0.75315      0.86727      0.97064       0.99698  
    cl_mt_val_p2v10       0.43571       5.4786     5.7767     'cl_mt_val'     'fl_z_wage_sig'        16              10              0.8           1.0544     -10.987    17.697      0         0.17582    0.82418    8.1182e-05     6.9661e-36     -10.23    -8.7977    -5.6236     -2.8494    -0.84008     0.67678      1.8132    3.7357    6.1575    8.2789    9.7497    10.546    11.442    12.508    13.972    16.076    17.421          33.37                1                   72.5             0.91342                43.961               0.76656               19.706               0.64748                 4.7248              0.67817           -0.0027994     -0.017304      -0.068166     -0.10609     -0.12237     -0.12275     -0.11112    -0.060026      0.076291     0.27427      0.43882      0.53151      0.63133      0.74052      0.86087       0.9695       0.99679  
    cl_mt_val_p2v11       0.47857       5.2988     6.0415     'cl_mt_val'     'fl_z_wage_sig'        16              11              0.8           1.1402     -11.149    17.795      0         0.19392    0.80608    8.8767e-05     9.1895e-16    -10.406    -9.1622    -6.0133     -3.3866     -1.3826     0.14576       1.367    3.2887    5.8854    8.2333     9.843    10.715    11.676    12.822    14.338    16.479    17.702           36.5                1                 82.116             0.91123                49.975               0.76611               21.996               0.63567                 5.5897              0.63289           -0.0032387     -0.018598      -0.073716     -0.11764     -0.13957     -0.14503     -0.13783    -0.093981      0.036843     0.23695      0.40731      0.50417      0.60971      0.72523      0.85285      0.96795       0.99665  
    cl_mt_val_p2v12       0.52143       5.1027     6.2665     'cl_mt_val'     'fl_z_wage_sig'        16              12              0.8           1.2281     -11.306    17.871      0         0.21229    0.78771    9.5742e-05    -8.5533e-36    -10.576    -9.3512    -6.3766     -3.8391     -1.8794    -0.35193     0.83373     2.801    5.6047    8.1516    9.8903    10.824    11.852    13.059    14.599    16.664    17.827         39.269                1                 90.646             0.91027                55.038               0.76615               24.117               0.62682                 6.5018              0.58629           -0.0037116     -0.020976      -0.079707     -0.12956     -0.15726     -0.16785     -0.16499     -0.12823    -0.0031802     0.19915      0.37575      0.47707      0.58803      0.70996      0.84499       0.9666       0.99652  
    cl_mt_val_p2v13       0.56429       4.9265     6.4606     'cl_mt_val'     'fl_z_wage_sig'        16              13              0.8           1.3114     -11.459    17.925      0          0.2303     0.7697    0.00010127     1.9493e-35    -10.743     -9.538    -6.7577      -4.271     -2.2818    -0.76468     0.47157    2.4024    5.3032    8.0896    9.9542    10.933    12.006    13.234    14.786    16.698    17.895          41.74                1                 98.508             0.90984                60.507                0.7705               25.205               0.62349                 7.4256              0.54799           -0.0041481     -0.021332      -0.085393     -0.14089     -0.17396     -0.18912     -0.19035     -0.16011     -0.041858     0.16285      0.34606      0.45179      0.56806      0.69608      0.83783      0.96514       0.99641  
    cl_mt_val_p2v14       0.60714       4.7291     6.6198     'cl_mt_val'     'fl_z_wage_sig'        16              14              0.8           1.3998     -11.609     17.96      0         0.24575    0.75425    0.00013824     3.3894e-14     -10.91     -9.721    -7.1137     -4.6662     -2.7203     -1.1343     0.12131     2.094    4.9975    7.9586    9.9385    10.969     12.09    13.367    14.902    16.709    17.921         43.822                1                 105.29             0.90873                 64.68                0.7729               26.477               0.61801                 8.4026              0.51089            -0.004636     -0.023874      -0.091888     -0.15331     -0.19177     -0.21185     -0.21723     -0.19374     -0.081017     0.12512      0.31441      0.42469      0.54645      0.68084      0.83005      0.96327       0.99624  
    cl_mt_val_p2v15          0.65       4.5237     6.7645     'cl_mt_val'     'fl_z_wage_sig'        16              15              0.8           1.4953     -11.754    17.979      0         0.26135    0.73865     0.0001538     6.7625e-35    -11.079    -9.9075    -7.4445     -5.0128      -3.107     -1.5357    -0.28986     1.709    4.7172    7.8043    9.8967    10.982    12.154    13.441    14.977    16.895    17.955         45.759                1                  111.7             0.90724                68.541               0.77266               27.638               0.60493                 9.4584              0.47319           -0.0051342     -0.026419      -0.098834     -0.16668     -0.21102      -0.2363     -0.24618     -0.22967      -0.12385    0.084665       0.2802      0.39565      0.52335      0.66492      0.82134      0.96141       0.99604  

                         fl_z_wage_sig     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    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.05       1.7746    0.16443    'cl_mt_pol_c'    'fl_z_wage_sig'        16               1              0.8          0.09266     0.02    5.2553      0        0        1      3.7492e-32    -2.4153e-33    1.4654    1.4862    1.4988    1.5029    1.5071    1.5196    1.8085    1.8186    1.8336    1.8486    1.8637    1.8787    1.8937    1.9188    1.9588    1.9989    2.3496        0.053443              0.776             0.08047             0.72536             -0.0016438            -0.086296              0.055076               0.6123               0.027038                 1              0.0012134      0.012554    0.072513      0.1206      0.15516      0.19774      0.23849      0.35886      0.50447      0.65642      0.73653      0.79287      0.83488      0.88969      0.94719      0.99053       0.99891  
    cl_mt_pol_c_p2v2       0.092857        1.778    0.24489    'cl_mt_pol_c'    'fl_z_wage_sig'        16               2              0.8          0.13773     0.02    5.3061      0        0        1      1.1688e-17     1.0009e-33    1.0923    1.3862    1.4447    1.4697    1.4864    1.4948     1.499    1.8088    1.8288    1.8689     1.909     1.934    1.9591    1.9841    2.3324    2.4259    2.5545         0.17249            0.91066             0.26709             0.89652              0.0081625              0.16051               0.19895              0.85981               0.059969                 1             0.00063481     0.0081736     0.04207    0.080988        0.135      0.18528      0.21927      0.31674      0.46172      0.61525      0.71989      0.77328      0.82351      0.87965      0.93348      0.98734        0.9986  
    cl_mt_pol_c_p2v3        0.13571        1.794    0.34619    'cl_mt_pol_c'    'fl_z_wage_sig'        16               3              0.8          0.19297     0.02    5.5268      0        0        1      4.1616e-07     8.0927e-34    1.0527    1.0861    1.3827    1.4203    1.4496    1.4705    1.4872    1.5081    1.8347    1.8999      1.95    1.9801    2.0202    2.3628    2.4505    2.6786    3.0997         0.37811            0.93897             0.63008              0.9442               0.048748              0.31901               0.46146               0.9292                0.11985                 1             0.00065632     0.0071132    0.034957    0.075122       0.1141      0.15451      0.20336      0.28527      0.43229      0.58863      0.68926      0.74585      0.80082      0.86195      0.92958      0.98474       0.99819  
    cl_mt_pol_c_p2v4        0.17857       1.7997    0.45346    'cl_mt_pol_c'    'fl_z_wage_sig'        16               4              0.8          0.25196     0.02    6.3741      0        0        1      0.00012665     1.3587e-33    0.9958    1.0459    1.0927    1.3742    1.4035    1.4285    1.4536    1.4912    1.8295    1.9147    1.9899    2.0401    2.3625    2.4561    2.6257    3.0877    3.6156         0.69083             0.9159               1.234              0.9316                0.18378              0.36027               0.84006              0.94155                0.20562                 1             0.00050681     0.0059007    0.030217     0.06651      0.10842      0.14427       0.1854      0.26604      0.40791      0.56436      0.66932      0.72165      0.78392      0.85045       0.9215      0.98162       0.99795  
    cl_mt_pol_c_p2v5        0.22143       1.8143    0.55319    'cl_mt_pol_c'    'fl_z_wage_sig'        16               5              0.8          0.30491     0.02    8.3717      0        0        1       0.0016446     1.5976e-10      0.02    1.0387    1.0788     1.194    1.3527    1.3903    1.4195    1.4738    1.8136    1.9338    2.0441    2.2294    2.4373    2.5835    2.8465    3.4669    4.1282          1.1647             0.7868              2.2515             0.84445                0.61759              0.39389                1.2688              0.91181                0.30602                 1             1.8129e-05     0.0053668    0.029648    0.058898     0.094743      0.13467      0.17108      0.25098      0.38456      0.53666      0.64645      0.70283      0.76831      0.83836       0.9116      0.97934       0.99759  
    cl_mt_pol_c_p2v6        0.26429       1.8234     0.6415    'cl_mt_pol_c'    'fl_z_wage_sig'        16               6              0.8          0.35182     0.02    10.512      0        0        1       0.0054638       6.42e-08      0.02    1.0425    1.1319    1.2238    1.2781    1.3282    1.3741    1.4451     1.583    1.9347     2.095    2.3331    2.5027    2.7015     3.064     3.871    4.7598          1.8173            0.72843              3.8173             0.81875                 1.5026              0.47928                 1.706               0.8647                0.41152                 1              5.993e-05     0.0027114    0.026676    0.059382     0.094247      0.12926      0.16832      0.24754      0.36631       0.5191      0.62798      0.68668      0.75317       0.8252      0.90313       0.9767       0.99723  
    cl_mt_pol_c_p2v7        0.30714       1.8545    0.73389    'cl_mt_pol_c'    'fl_z_wage_sig'        16               7              0.8          0.39574     0.02    12.849      0        0        1       0.0093433     3.0485e-34      0.02    1.0518    1.1979    1.2438    1.2856    1.3231    1.3565    1.4275    1.5427    1.9334    2.1387    2.3942    2.5995    2.8516    3.3191    4.2874    5.4829          2.4929            0.72477              5.7147             0.83992                 2.6363              0.55425                2.1967              0.82432                 0.5386                 1             0.00010076    0.00051701    0.025898    0.058859     0.093839      0.12972      0.16516      0.24312      0.35951       0.5042      0.61131      0.67154      0.73906      0.81229      0.89444      0.97389       0.99654  
    cl_mt_pol_c_p2v8           0.35        1.908    0.85426    'cl_mt_pol_c'    'fl_z_wage_sig'        16               8              0.8          0.44772     0.02    16.474      0        0        1         0.01129     7.5034e-34      0.02      0.02    1.2067    1.2526    1.2902    1.3278    1.3612    1.4205    1.5366    1.9491    2.2347    2.4961     2.724    3.0514    3.5541    4.7049    6.6873          3.1665            0.72662              7.9806             0.86071                   3.94              0.59891                2.8841              0.80314                0.72976                 1             0.00011834    0.00011834     0.02433    0.057798     0.089824      0.12674      0.16157      0.23235      0.34843      0.48696      0.59463      0.65689      0.72533      0.80084      0.88614      0.97031       0.99506  
    cl_mt_pol_c_p2v9        0.39286       1.9688     1.0086    'cl_mt_pol_c'    'fl_z_wage_sig'        16               9              0.8          0.51231     0.02    20.475      0        0        1        0.013074     7.3416e-36      0.02      0.02    1.2187    1.2605    1.3022    1.3356    1.3673    1.4199    1.5401    1.9733    2.3139    2.5944    2.8699    3.1954    3.8507    5.1713     10.56          3.9162            0.71067              10.729             0.86048                 5.4037              0.60486                3.7984              0.78947                 1.0173                 1             0.00013281    0.00013281    0.022639    0.054083     0.089378      0.12024      0.15448      0.22594      0.33716      0.47296      0.57951      0.64209      0.71117      0.78811      0.87593      0.96484       0.99297  
    cl_mt_pol_c_p2v10       0.43571       2.0369     1.2061    'cl_mt_pol_c'    'fl_z_wage_sig'        16              10              0.8          0.59212     0.02    24.914      0        0        1        0.014541     8.0043e-36      0.02      0.02    1.2276    1.2736    1.3128    1.3454     1.378    1.4281    1.5534    2.0143    2.4052    2.6307    2.9288    3.3673    4.1439    5.7324    13.995          4.7248            0.67817              13.934             0.84086                 6.9986              0.58451                4.8941               0.7702                 1.4546                 1             0.00014278    0.00014278    0.022123    0.053532     0.084235      0.11626      0.15168      0.21932      0.32808      0.45921      0.56711      0.62861      0.69675      0.77354      0.86459      0.95661       0.99127  
    cl_mt_pol_c_p2v11       0.47857        2.101     1.4619    'cl_mt_pol_c'    'fl_z_wage_sig'        16              11              0.8          0.69583     0.02    29.865      0        0        1        0.016145    -6.9396e-34      0.02      0.02    1.2313    1.2856    1.3231    1.3565    1.3858    1.4325    1.5527    2.0235    2.4543    2.7056    3.0403    3.5353    4.3526    6.2584    19.113          5.5897            0.63289               17.56             0.80527                 8.3757              0.53062                6.3741              0.76126                 2.1372                 1             0.00015369    0.00015369    0.020515     0.05083     0.080682      0.11313      0.14629      0.21217      0.31865      0.44539      0.55151      0.61306       0.6811      0.75879      0.85203      0.94596       0.98791  
    cl_mt_pol_c_p2v12       0.52143       2.1669     1.7697    'cl_mt_pol_c'    'fl_z_wage_sig'        16              12              0.8           0.8167     0.02     35.41      0        0        1        0.017725      1.374e-34      0.02      0.02    1.2438    1.2972    1.3356    1.3673    1.3957    1.4399    1.5526    2.0284    2.4951    2.7747    3.1453    3.6813    4.4993    7.8208    28.008          6.5018            0.58629              21.588             0.76766                 9.5383              0.47016                8.1565              0.75069                 3.1318                 1              0.0001636     0.0001636    0.018528    0.047538     0.078034      0.11011      0.14157      0.20769      0.31012      0.43229      0.53649      0.59698      0.66519      0.74358      0.83713      0.93339       0.98529  
    cl_mt_pol_c_p2v13       0.56429       2.2318     2.0974    'cl_mt_pol_c'    'fl_z_wage_sig'        16              13              0.8          0.93977     0.02    42.981      0        0        1        0.019105     1.9493e-35      0.02      0.02    1.2438    1.3089     1.344    1.3774    1.4024    1.4442    1.5527    2.0335    2.5244    2.8199    3.2206    3.8041    4.6222    9.4581    35.037          7.4256            0.54799              25.887             0.73649                  11.19              0.43893                9.4519               0.7202                 4.3991                 1              0.0001712     0.0001712    0.017685    0.045955      0.07632       0.1074      0.14043      0.20104      0.30101       0.4207      0.52319      0.58215      0.64997      0.72798      0.82182      0.92628       0.98333  
    cl_mt_pol_c_p2v14       0.60714       2.2971     2.4845    'cl_mt_pol_c'    'fl_z_wage_sig'        16              14              0.8           1.0816     0.02    50.071      0        0        1        0.020429    -1.8961e-35      0.02      0.02    1.2478    1.3171    1.3488    1.3814    1.4064     1.449    1.5525    2.0282    2.5541    2.8746    3.2953    3.9029    4.7175    10.558    39.087          8.4026            0.51089              30.828             0.70895                 12.351              0.39323                11.374              0.70734                 6.1726                 1             0.00017787    0.00017787    0.015751    0.044359     0.072818      0.10257      0.13291        0.196      0.29224       0.4081       0.5076      0.56694      0.63335      0.71149      0.80429      0.91116       0.98077  
    cl_mt_pol_c_p2v15          0.65       2.3647     2.9549    'cl_mt_pol_c'    'fl_z_wage_sig'        16              15              0.8           1.2496     0.02    58.043      0        0        1        0.021672      4.997e-34      0.02      0.02    1.2603    1.3221    1.3522    1.3855    1.4089    1.4523    1.5525    2.0082    2.5825    2.9197    3.3554    3.9062    4.8427    11.679    50.042          9.4584            0.47319              36.737              0.6831                  12.72              0.32825                14.269              0.71495                 8.7317                 1              0.0001833     0.0001833    0.014827    0.042642     0.070273     0.099469      0.12882      0.18962      0.28434      0.39609      0.49269      0.55061      0.61707       0.6936       0.7845      0.89357       0.97808  

                         fl_z_wage_sig     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    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.05       4.1334    0.54704    'cl_mt_pol_k'    'fl_z_wage_sig'        16               1              0.8          0.13235      0     9.6761    4.6076e-32      0            1    4.6076e-32      6.384e-34    3.2425     3.4837     3.6444     3.6487     3.6588     3.6649     3.6751    3.9511    3.9836    4.0127    4.3263    4.3612    4.7016    5.0482    5.4568    5.8483    5.8925        0.20453             0.89267             0.35864             0.97172             0.0043115              0.068037              0.29925                  1                  0.055076               0.6123          0.00084946      0.010829      0.043906     0.093837      0.16183     0.19593      0.22211      0.31319      0.48715      0.61018      0.70473      0.75819      0.81999      0.86845      0.93587      0.98577       0.99908  
    cl_mt_pol_k_p2v2       0.092857       4.2258    0.94491    'cl_mt_pol_k'    'fl_z_wage_sig'        16               2              0.8           0.2236      0     12.318    1.1644e-17      0            1    1.1644e-17    -2.5307e-34    2.0608     2.3679     2.9977     3.3268     3.4957     3.6391     3.6492    3.6653    3.9692    4.3385    4.7518    5.0883    5.4574    5.8048    5.8785    6.6712      8.01        0.67773             0.92728              1.1267             0.98015              0.034894               0.17782              0.89285                  1                   0.19895              0.85981          0.00051298     0.0053272      0.032678     0.073958      0.11366     0.15687      0.21152      0.30151      0.41613      0.56253      0.66941       0.7306      0.79797      0.85598      0.93381      0.98355         0.998  
    cl_mt_pol_k_p2v3        0.13571       4.3986     1.4345    'cl_mt_pol_k'    'fl_z_wage_sig'        16               3              0.8          0.32613      0     15.625    4.1487e-07      0            1    4.1487e-07    -5.0595e-34    1.5277     2.0243     2.3832     2.7916     3.0328     3.3379     3.5506     3.661    4.0042    4.7169    5.4278    5.5439    5.8667     6.253     6.735    9.0004    11.105         1.5648             0.93776              2.6805             0.96938               0.16113               0.25447               2.0579                  1                   0.46146               0.9292          0.00034036     0.0040388      0.023983     0.053412      0.08746     0.12933      0.16377      0.24796      0.38116      0.53143      0.63802      0.70118      0.77211      0.83581      0.90815      0.97806       0.99729  
    cl_mt_pol_k_p2v4        0.17857       4.4972     1.9676    'cl_mt_pol_k'    'fl_z_wage_sig'        16               4              0.8          0.43751      0     19.626    0.00012616      0      0.99987    0.00012616     5.0378e-17    1.1815     1.5276      2.075     2.3335      2.687     2.9557     3.1969    3.6103    4.0074    4.8925    5.5155    5.9103    6.3101    7.0008    8.0683    11.043    14.471         2.9476             0.90065              5.2456             0.91269               0.53005               0.23947               3.8714                  1                   0.84006              0.94155          0.00020215     0.0031361      0.019234      0.04355     0.071164     0.10304       0.1359      0.21187      0.34048      0.48466      0.60022      0.66532      0.73453      0.80632      0.89057      0.97246       0.99656  
    cl_mt_pol_k_p2v5        0.22143          4.6     2.5155    'cl_mt_pol_k'    'fl_z_wage_sig'        16               5              0.8          0.54683      0      24.45     0.0016376      0      0.99836     0.0016376     1.0787e-08         0     1.2008     1.6867     2.0612     2.2616      2.675      2.838    3.4503    3.9909    4.8134    5.8927    6.2493    6.7083    8.0093    9.4857    13.767    18.645          5.176             0.76895              9.5222             0.78542                1.8643               0.26148               6.3275                  1                    1.2688              0.91181                   0     0.0018049      0.014527     0.035393     0.058521    0.085712      0.11474      0.18294      0.30408      0.44765      0.56646      0.63167      0.70253      0.78059      0.87264      0.96647       0.99565  
    cl_mt_pol_k_p2v6        0.26429       4.6042     3.0755    'cl_mt_pol_k'    'fl_z_wage_sig'        16               6              0.8          0.66798      0     30.155     0.0054433      0      0.99456     0.0054433     9.1968e-07         0    0.73033     1.3953     1.6833     2.0069     2.1565     2.5925    3.0246    3.8768    4.9007    5.8657    6.2484    7.1764    8.2699     11.11    15.912    22.267         8.4285             0.70467              16.028             0.71707                4.6367               0.30849               9.4587                  1                     1.706               0.8647                   0    0.00064397      0.010395     0.026827     0.047336    0.069886     0.095991      0.15867      0.26869      0.40772      0.52519      0.59134      0.66494      0.75082      0.85065      0.95934       0.99438  
    cl_mt_pol_k_p2v7        0.30714       4.6202     3.6311    'cl_mt_pol_k'    'fl_z_wage_sig'        16               7              0.8          0.78591      0     36.674     0.0093072      0      0.99069     0.0093072     2.6058e-11         0    0.39998    0.99864     1.3284     1.7775     1.8939     2.2595    2.7115     3.744    4.8083    5.7299    6.3421    7.8986    8.4526    12.033      17.9    26.501          11.65             0.68458               23.26             0.69097                7.4717               0.31749               13.185                  1                    2.1967              0.82432                   0     5.685e-05     0.0070216     0.020334      0.03724    0.056955      0.07902      0.13462      0.23941      0.37179      0.48975      0.55318      0.63185      0.72092      0.83032      0.95162       0.99309  
    cl_mt_pol_k_p2v8           0.35       4.6963     4.2036    'cl_mt_pol_k'    'fl_z_wage_sig'        16               8              0.8           0.8951      0     44.124      0.011247      0      0.98875      0.011247     4.5826e-11         0          0    0.78164     1.1388     1.5456     1.7064     2.0106    2.5294    3.5569    5.0488    5.6048    6.6928    8.2056    8.9363    12.814    19.855    33.002         14.416             0.67223              30.868             0.67654                9.7615               0.30154               17.671                  1                    2.8841              0.80314                   0             0     0.0050154     0.015904     0.030102    0.047406     0.066563      0.11611      0.21396      0.34146      0.45529      0.52018      0.60186      0.69221      0.81062      0.94426       0.99204  
    cl_mt_pol_k_p2v9        0.39286       4.7676     4.7703    'cl_mt_pol_k'    'fl_z_wage_sig'        16               9              0.8           1.0006      0     51.577      0.013024      0      0.98698      0.013024     4.9786e-11         0          0    0.64061    0.95777     1.3408     1.5355     1.7828    2.3996    3.2447    4.9073    5.7584     7.104    8.2364    9.7393    13.452    22.165    40.306         17.174             0.65893               39.22             0.66504                11.974               0.28338               22.756                  1                    3.7984              0.78947                   0             0     0.0037595      0.01274     0.024355    0.039617     0.056553       0.1008       0.1897      0.31359      0.42291      0.48941      0.57232      0.66335      0.79042       0.9364       0.99107  
    cl_mt_pol_k_p2v10       0.43571       4.8329     5.2686    'cl_mt_pol_k'    'fl_z_wage_sig'        16              10              0.8           1.0901      0     57.923      0.014483      0      0.98552      0.014483     3.8329e-11         0          0    0.48539    0.81227      1.126     1.3902     1.5473    2.2856    2.9574    4.6552    5.9557    7.5447    8.1751     10.59    14.007    25.833    45.142         19.706             0.64748              47.327             0.65375                13.848               0.26476               27.758                  1                    4.8941               0.7702                   0             0     0.0027314    0.0098444     0.019409    0.032997     0.048019     0.087468      0.16847      0.28907      0.39418      0.46283      0.54516      0.63881      0.77285      0.93421       0.99042  
    cl_mt_pol_k_p2v11       0.47857       4.8443     5.7276    'cl_mt_pol_k'    'fl_z_wage_sig'        16              11              0.8           1.1823      0     61.995      0.016075      0      0.98392      0.016075     4.7542e-11         0          0     0.4236    0.68564    0.92564     1.2279      1.341    2.1396    2.6929    4.3719    6.0618    7.6571    8.0493    11.226    14.367    30.208    49.901         21.996             0.63567              55.449             0.64903                15.325               0.24781               32.805                  1                    6.3741              0.76126                   0             0     0.0021241    0.0081497     0.015985    0.027985      0.04109     0.076424      0.15084      0.26757      0.36799      0.43792      0.51916      0.61482      0.75403      0.92438        0.9897  
    cl_mt_pol_k_p2v12       0.52143       4.8317     6.1397    'cl_mt_pol_k'    'fl_z_wage_sig'        16              12              0.8           1.2707      0     66.526      0.017654      0      0.98235      0.017654     2.8261e-11         0          0     0.3048    0.56241    0.75128     1.0733     1.1607    1.9898    2.4223     4.102      6.17    7.5404    7.8954    11.813    14.681    32.729      47.5         24.117             0.62682              63.369              0.6495                 16.42               0.23329               37.696                  1                    8.1565              0.75069                   0             0     0.0015007    0.0062722      0.01285     0.02307     0.034635     0.066142       0.1337      0.24641      0.34318      0.41412      0.49382      0.59203      0.73552      0.91765       0.99092  
    cl_mt_pol_k_p2v13       0.56429       4.7507     6.2572    'cl_mt_pol_k'    'fl_z_wage_sig'        16              13              0.8           1.3171      0     68.544      0.019042      0      0.98096      0.019042     2.0848e-11         0          0     0.2381    0.46006    0.61857    0.92974     1.0077    1.8278    2.2424    3.8471    6.2322    7.3485    7.7089    12.366    14.876      32.5      47.5         25.205             0.62349              67.311             0.64191                17.532               0.23052               39.153                  1                    9.4519               0.7202                   0             0     0.0013709    0.0052001     0.010674    0.019664     0.029931      0.05864      0.12117      0.22974       0.3254      0.39763      0.47665      0.57858      0.72709       0.9302       0.99413  
    cl_mt_pol_k_p2v14       0.60714       4.6852     6.4719    'cl_mt_pol_k'    'fl_z_wage_sig'        16              14              0.8           1.3813      0         70      0.021149      0      0.97885      0.021149     1.2946e-08         0          0    0.21469    0.40505    0.50748    0.80068    0.88542    1.6406    2.0872    3.6144    6.2469    7.1126    7.4823    12.751    14.929    29.002        50         26.477             0.61801              72.902             0.64359                18.375                0.2246               41.885                  1                    11.374              0.70734                   0             0     0.0010325    0.0044053    0.0092159    0.016769     0.025832     0.051414      0.10906      0.21318      0.30662      0.37937      0.45673      0.56092      0.71296      0.91467       0.99993  
    cl_mt_pol_k_p2v15          0.65       4.6064      6.754    'cl_mt_pol_k'    'fl_z_wage_sig'        16              15              0.8           1.4662      0      68.79      0.023797      0       0.9762      0.023797     7.1008e-12         0          0    0.19609    0.32433    0.45538       0.69    0.76511    1.4506    1.9028    3.3854    6.2267    6.8669    7.2591    13.021    14.956    39.631        50         27.638             0.60493              79.085             0.64336                 17.84               0.20142               45.616                  1                    14.269              0.71495                   0             0    0.00083284    0.0036385    0.0077859    0.014472     0.022228     0.044834     0.097774      0.19621      0.28801      0.36051      0.43673      0.54356      0.69765      0.90593       0.99821  

                       fl_z_wage_sig     mean       sd       variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    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.05       5.8624    0.67468     'cl_mt_coh'     'fl_z_wage_sig'        16               1              0.8          0.11509     -20    53.574    -4.736e-33    1.7206e-31          1    4.2765e-32    -2.4153e-33     4.6183      4.969     5.1794     5.2495     5.3196      5.3196      5.3898      5.5301    5.6703    5.8807    6.0912    6.3016     6.512    6.8627    7.4238    7.9849    8.1953        0.26037             0.92139              0.4552                1                 0.016088              0.20583               0.35864               0.97172               0.08047               0.72536           0.0011355     0.012451     0.074959      0.12617       0.1874      0.1874      0.24698       0.35726     0.49284       0.63756      0.71603      0.77272     0.81607      0.87445      0.93861       0.9913       0.99884  
    cl_mt_coh_p2v2       0.092857       5.9431     1.2165     'cl_mt_coh'     'fl_z_wage_sig'        16               2              0.8           0.2047     -20    54.285     1.235e-15    7.2521e-15          1    1.1644e-17     1.0009e-33     2.7274     3.2885     4.2706     4.6915     4.9721      5.1123      5.1825      5.3228    5.6034    6.1645    6.7257    7.0764    7.4272    7.7779    8.1286    9.1107    10.654        0.87606             0.93101                1.48                1                 0.086183              0.34113                1.1267               0.98015               0.26709               0.89652          0.00051137    0.0056561     0.033558     0.070143      0.12437     0.17706      0.21431        0.2964     0.43277       0.57964      0.68665      0.74432     0.80103       0.8703      0.93091      0.98493       0.99818  
    cl_mt_coh_p2v3        0.13571       6.1251     1.9276     'cl_mt_coh'     'fl_z_wage_sig'        16               3              0.8           0.3147     -20    55.234    2.7193e-07    1.4197e-05    0.99999    4.1487e-07     2.8276e-34     2.0368     2.7386     3.3001     3.8615     4.3528      4.7037      4.9142      5.2652    5.6862    6.5986    7.3004    7.7215    8.0724    8.5637     9.476    12.073    15.231         2.0729              0.9245              3.7155                1                  0.40473              0.47569                2.6805               0.96938               0.63008                0.9442          0.00029795    0.0048826     0.026713     0.054176     0.088053     0.12653      0.16394       0.26519     0.38356       0.53768      0.64632      0.71481     0.77184      0.84277      0.91235      0.97819       0.99747  
    cl_mt_coh_p2v4        0.17857       6.2358     2.9211     'cl_mt_coh'     'fl_z_wage_sig'        16               4              0.8          0.46843     -20     56.49    5.4984e-05     0.0038644    0.99608    0.00012616     1.3587e-33    -8.4213     1.6136     2.7364     3.1574     3.5083      3.9995      4.4205      4.9819    5.6837    6.7363    7.7889    8.2801    8.8415    9.7538    11.578    15.508    20.561         4.4581             0.91753              8.5327                1                   1.9865              0.60452                5.2456               0.91269                 1.234                0.9316          -0.0022459    -0.002192     0.014801     0.039319     0.063477    0.096666       0.1333       0.20735     0.33583       0.47951      0.60361      0.66536     0.72985      0.80391      0.88888       0.9722       0.99639  
    cl_mt_coh_p2v5        0.22143       6.1108     4.8197     'cl_mt_coh'     'fl_z_wage_sig'        16               5              0.8          0.78871     -20    58.135    0.00035865      0.045822    0.95382     0.0016377     1.5976e-10        -20    -10.461    0.34046     2.2342     2.7953      3.2162      3.7072       4.619    5.6711    7.0739    8.2662    9.0378     10.02    11.423    14.018     20.12    28.466         12.011              0.9313              23.229                1                   10.596              0.77568                9.5222               0.78542                2.2515               0.84445          -0.0053599    -0.025266    -0.044287    -0.031193    -0.010237    0.015892     0.045817       0.11382     0.24593        0.3967      0.51765      0.59271     0.66852      0.75248      0.85432      0.96148       0.99479  
    cl_mt_coh_p2v6        0.26429       5.3996      7.268     'cl_mt_coh'     'fl_z_wage_sig'        16               6              0.8            1.346     -20    60.273     0.0013674       0.14022    0.85841     0.0054437       6.42e-08        -20    -17.755    -7.1591    -1.8263    0.27881      1.5419      2.3839      3.5767    5.2608     7.015    8.6991    9.7516    11.225      13.4    17.119    26.031    38.802         26.478             0.93674              52.823                1                     30.2              0.85023                16.028               0.71707                3.8173               0.81875           -0.020163    -0.035627     -0.12184     -0.15895     -0.16429    -0.15505     -0.13618     -0.081843    0.046943       0.21275      0.35789      0.44199     0.53969      0.65368      0.79143      0.94205       0.99201  
    cl_mt_coh_p2v7        0.30714       4.9152     9.2708     'cl_mt_coh'     'fl_z_wage_sig'        16               7              0.8           1.8862     -20    63.024     0.0015224       0.22358    0.77489     0.0093082     3.1635e-34        -20    -18.808    -11.445    -5.8354    -2.5397    -0.57627     0.54567      2.3688    4.8231    6.9969    9.1707    10.573    12.466    15.341     20.46    32.942     49.07         40.454             0.93106              85.948                1                   52.314              0.87065                 23.26               0.69097                5.7147               0.83992           -0.037876     -0.04075     -0.16266      -0.2472     -0.28845    -0.30303     -0.30247      -0.27257    -0.15863      0.017697      0.18315      0.28304     0.39592      0.53665       0.7159      0.91919       0.98921  
    cl_mt_coh_p2v8           0.35       5.2285     10.854     'cl_mt_coh'     'fl_z_wage_sig'        16               8              0.8           2.0759     -20    66.491     0.0016016       0.25682    0.74158      0.011249      1.409e-32        -20        -20    -12.775    -7.3736    -3.9364     -1.6917    -0.14844      1.7455    4.5514     7.217    9.8826    11.636    14.162    17.879    24.754    40.396    55.688         51.003             0.92113              117.81                1                   73.258              0.87643                30.868               0.67654                7.9806               0.86071            -0.04303     -0.04303     -0.16063     -0.25457     -0.30665    -0.33234        -0.34      -0.32391    -0.23183     -0.064172      0.10043      0.20102     0.32389      0.47576       0.6768      0.90936       0.98877  
    cl_mt_coh_p2v9        0.39286       5.6524     12.363     'cl_mt_coh'     'fl_z_wage_sig'        16               9              0.8           2.1872     -20    70.523     0.0016033       0.28379    0.71461      0.013026      8.344e-35        -20        -20    -13.619    -8.5005    -4.9946     -2.6106     -0.8576       1.246    4.4013    7.5566    10.782    13.026    16.181    20.949    28.873    46.753    60.636         61.828             0.91536              152.84                1                   96.174              0.87828                 39.22               0.66504                10.729               0.86048           -0.046092    -0.046092     -0.15325     -0.25005     -0.30872    -0.34131     -0.35618      -0.35053    -0.27334      -0.11944     0.041931       0.1481     0.27641      0.43823      0.65324      0.90657       0.98885  
    cl_mt_coh_p2v10       0.43571        6.253      13.74     'cl_mt_coh'     'fl_z_wage_sig'        16              10              0.8           2.1974     -20    75.125     0.0017048       0.30286    0.69543      0.014486     3.7831e-35        -20        -20    -14.177    -9.4072    -5.8294     -3.2338     -1.4801     0.90509    4.3425    8.2008    12.129    14.935    18.583    23.845    32.964    51.204    63.971           72.5             0.91342              188.79                1                   119.89              0.87892                47.327               0.65375                13.934               0.84086           -0.046333    -0.046333     -0.14216     -0.23441     -0.29516    -0.33108     -0.34929      -0.35089     -0.2873      -0.14028     0.017928      0.12656     0.25966      0.42827      0.65021      0.90909       0.98979  
    cl_mt_coh_p2v11       0.47857       6.5791     14.916     'cl_mt_coh'     'fl_z_wage_sig'        16              11              0.8           2.2672     -20    80.345    0.00078509       0.32509    0.67413      0.016078     1.8922e-15        -20        -20    -15.021    -10.113    -6.6066     -4.0822     -2.1188      0.5459     4.052    8.3996    12.958    16.113     20.25    26.281    36.659      54.4    69.196         82.116             0.91123              222.49                1                   140.89              0.87481                55.449               0.64903                 17.56               0.80527           -0.048878    -0.048878     -0.13791     -0.23113     -0.29473    -0.33431     -0.35716      -0.36661    -0.31664      -0.17723    -0.016439     0.092888     0.22909      0.40598      0.63939      0.90897       0.98851  
    cl_mt_coh_p2v12       0.52143       6.8136     15.891     'cl_mt_coh'     'fl_z_wage_sig'        16              12              0.8           2.3323     -20    86.231     0.0012673       0.34417    0.65456      0.017658    -4.2129e-34        -20        -20    -15.512    -10.884    -7.3785      -4.714     -2.6805     0.12422    3.8405    8.6086    13.587    17.093    21.721    28.312    39.601    55.659    78.027         90.646             0.91027              252.52                1                   158.05              0.86761                63.369                0.6495                21.588               0.76766           -0.051833    -0.051833     -0.13481     -0.22945     -0.29611    -0.33957     -0.36628       -0.3835    -0.34195      -0.20871    -0.049233     0.063688     0.20448       0.3853      0.63174      0.90619       0.98801  
    cl_mt_coh_p2v13       0.56429       7.0752     16.758     'cl_mt_coh'     'fl_z_wage_sig'        16              13              0.8           2.3686     -20    92.826     0.0012478       0.36147    0.63728      0.019028     7.9552e-36        -20        -20    -15.793    -11.375    -7.9391     -5.2745     -3.1708    -0.22571    3.5609      8.82     14.36    18.216    23.195    30.347    41.917    59.378    85.112         98.508             0.90984              280.85                1                   177.29              0.87036                67.311               0.64191                25.887               0.73649           -0.053786    -0.053786     -0.13056     -0.22564     -0.29332    -0.33928     -0.36949      -0.39181     -0.3596      -0.23165    -0.070399     0.044913     0.18879      0.37728      0.62841      0.90502       0.98775  
    cl_mt_coh_p2v14       0.60714       7.2468     17.502     'cl_mt_coh'     'fl_z_wage_sig'        16              14              0.8           2.4152     -20    100.17     0.0010982       0.37427    0.62463      0.020355     2.6466e-11        -20        -20    -15.934    -11.727    -8.3615     -5.7673      -3.664    -0.50894    3.2771    8.9561    14.775    18.912    24.311    32.023    43.802    60.558    89.444         105.29             0.90873              306.33                1                   191.46              0.86533                72.902               0.64359                30.828               0.70895           -0.056177    -0.056177     -0.13008     -0.22436     -0.29428    -0.34198     -0.37403      -0.40133     -0.3761      -0.25272    -0.092986     0.023139     0.17112      0.36502      0.62344      0.90395         0.987  
    cl_mt_coh_p2v15          0.65       7.3967       18.2     'cl_mt_coh'     'fl_z_wage_sig'        16              15              0.8           2.4606     -20     108.3     0.0011359       0.38794    0.61093      0.021583    -2.9745e-34        -20        -20    -16.144    -12.147    -8.8522     -6.1879     -4.0145    -0.92955    2.9967    9.0263    15.196    19.683    25.433    33.636    45.204    61.751     100.1          111.7             0.90724              331.25                1                   203.54               0.8528                79.085               0.64336                36.737                0.6831            -0.05836     -0.05836     -0.12804     -0.22335     -0.29389    -0.34447      -0.3788      -0.41027    -0.39175      -0.27376     -0.11274    0.0059333     0.15631      0.35436       0.6181      0.90207       0.98626  

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_z_wage_rho') = linspace(0, 0.985, it_simu_vec_len);
param_tstar_map('fl_z_wage_sig') = linspace(0.05, 0.65, it_simu_vec_len);

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

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

        Count: 51
      KeyType: char
    ValueType: any

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

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

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

        Count: 55
      KeyType: char
    ValueType: any

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

    ar_param_keys_idx    1     1      1       2      15.5    0.70711    15     16 

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

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

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

        Count: 19
      KeyType: char
    ValueType: any

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

    fl_a_max                   1     1      1        5         65      11.859       50       80
    fl_alpha                   2     2      1        5        0.4    0.079057      0.3      0.5
    fl_b_bd                    3     3      1        5      -12.5      5.9293      -20       -5
    fl_beta                    4     4      1       15       0.92    0.031944     0.87     0.97
    fl_c_min                   5     5      1        5     0.0155    0.011463    0.001     0.03
    fl_crra                    6     6      1       15          3      1.2778        1        5
    fl_delta                   7     7      1        5       0.08    0.047434     0.02     0.14
    fl_r_borr                  8     8      1        5      0.125    0.098821        0     0.25
    fl_r_save                  9     9      1        5      0.025    0.011859     0.01     0.04
    fl_w                      10    10      1        5       1.25     0.11859      1.1      1.4
    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       10     0.4925     0.33136        0    0.985
    fl_z_wage_sig             17    17      1       10       0.35     0.20184     0.05     0.65
    it_a_n                    18    18      1        5       1300      948.68      100     2500
    it_z_n                    19    19      1        5         15      7.9057        5       25