Test Shock Persistence and Variance Default (Save + Borr Distribution) Cross

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

@seealso

Contents

Set Shared Parameters

% Borrowing/Savings Parameters
bl_default = true;

Simulate and Graph

Note: as for example fl_beta increases, willingness to save increases, leading to higher savings, which will exceed the benchmark max grid point. So to allow for higher beta, dramatically higher max savings bound is needed.

% Generate Benchmark Parameters
it_param_set = 9;
[param_map, support_map] = ffs_abz_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 For CROSS

Generate Arrays of Parameter Values to Loop Over

cl_st_param_keys = {'fl_z_wage_rho', 'fl_z_wage_sig'};

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.50, it_simu_vec_len);

Generate Arrays For GRID

Generate Arrays of Parameter Values to Loop Over

cl_st_param_keys_grid = cl_st_param_keys;
it_simu_vec_len = 10;
param_tstar_grid_map = containers.Map('KeyType','char', 'ValueType','any');
param_tstar_grid_map('fl_z_wage_rho') = linspace(0, 0.985, it_simu_vec_len);
param_tstar_grid_map('fl_z_wage_sig') = linspace(0.05, 0.50, it_simu_vec_len);

Quick Grid Simulation (CROSS Limited Graphs)

it_size_type = 1;
ar_it_plot_sets = [3,4, 7,8, 9,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: 48
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 31 ; key = st_img_name_main ; val = _default
pos = 32 ; key = st_img_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//solve/img/
pos = 33 ; key = st_img_prefix ; val = 
pos = 34 ; key = st_img_suffix ; val = _p9.png
pos = 35 ; key = st_mat_name_main ; val = _default
pos = 36 ; key = st_mat_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//solve/mat/
pos = 37 ; key = st_mat_prefix ; val = 
pos = 38 ; key = st_mat_suffix ; val = _p9
pos = 39 ; key = st_mat_test_name_main ; val = r
pos = 40 ; key = st_mat_test_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//test/ff_az_ds_vecsv/mat/
pos = 41 ; key = st_mat_test_prefix ; val = dft_
pos = 42 ; key = st_mat_test_suffix ; val = _g1516_cc_t1l30
pos = 43 ; key = st_matimg_path_root ; val = C:/Users/fan/CodeDynaAsset//m_abz/
pos = 44 ; key = st_profile_name_main ; val = _default
pos = 45 ; key = st_profile_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//solve/profile/
pos = 46 ; key = st_profile_prefix ; val = 
pos = 47 ; key = st_profile_suffix ; val = _p9
pos = 48 ; 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_final                 4     4        0 
    bl_display_final_dist            5     5        1 
    bl_display_final_dist_detail     6     6        0 
    bl_display_funcgrids             7     7        0 
    bl_display_graph_stats           8     8        0 
    bl_display_simu_stats            9     9        1 
    bl_graph                        10    10        1 
    bl_graph_coh_t_coh              11    11        0 
    bl_graph_funcgrids              12    12        0 
    bl_graph_onebyones              13    13        1 
    bl_graph_pol_lvl                14    14        0 
    bl_graph_pol_pct                15    15        0 
    bl_graph_val                    16    16        0 
    bl_img_save                     17    17        0 
    bl_mat                          18    18        0 
    bl_mat_test                     19    19        1 
    bl_post                         20    20        1 
    bl_profile                      21    21        0 
    bl_profile_dist                 22    22        0 
    bl_replacefile                  23    23        0 
    bl_time                         24    24        1 
    bl_timer                        25    25        1 
    it_display_every                26    26       20 
    it_display_final_colmax         27    27       15 
    it_display_final_rowmax         28    28      100 
    it_display_summmat_colmax       29    29        5 
    it_display_summmat_rowmax       30    30        5 

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

        Count: 43
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 5 ; key = cl_st_param_keys ; val = fl_z_wage_rho
pos = 40 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 41 ; key = st_model ; val = abz
pos = 42 ; key = st_z_r_borr_drv_ele_type ; val = unif
pos = 43 ; 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_b_is_principle           1     2          1
    bl_default                  2     3          1
    bl_loglin                   3     4          0
    fl_a_max                    4     6         50
    fl_a_min                    5     7          0
    fl_b_bd                     6     8        -20
    fl_beta                     7     9       0.94
    fl_c_min                    8    10       0.01
    fl_crra                     9    11        1.5
    fl_default_aprime          10    12          0
    fl_loglin_threshold        11    13          1
    fl_nan_replace             12    14     -99999
    fl_r_save                  13    15      0.025
    fl_tol_dist                14    16      1e-05
    fl_tol_pol                 15    17      1e-05
    fl_tol_val                 16    18      1e-05
    fl_w                       17    19       1.28
    fl_z_mu                    18    20          0
    fl_z_r_borr_max            19    21      0.095
    fl_z_r_borr_min            20    22      0.025
    fl_z_r_borr_n              21    23          5
    fl_z_r_borr_poiss_mean     22    24         10
    fl_z_rho                   23    25        0.8
    fl_z_sig                   24    26        0.2
    fl_z_wage_mu               25    27          0
    fl_z_wage_rho              26    28        0.8
    fl_z_wage_sig              27    29        0.2
    it_a_n                     28    30        100
    it_maxiter_dist            29    31       1000
    it_maxiter_val             30    32       1000
    it_size_type               31    33          1
    it_st_simu_type_g_seed     32    34        123
    it_st_simu_type_g_simun    33    35         20
    it_tol_pol_nochange        34    36         25
    it_trans_power_dist        35    37       1000
    it_z_n                     36    38         25
    it_z_wage_n                37    39          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.275     0.14375     0.05      0.5
    it_a_n                    18    18      1        5       1300      948.68      100     2500
    it_z_n                    19    19      1        5         15      7.9057        5       25

---------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
    'Vary These Parame...'    'fl_z_wage_rho'    'fl_z_wage_sig'

xxxxxxxxxxxxxxxxxxxxxxxxxxx
---------------------------
---------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
  Columns 1 through 5

    'Vary '    'Inc/Prod Shock P...'    ' ('    'fl_z_wage_rho'    '): '

  Column 6

    '0    0.070357   ...'

fl_z_wage_rho:0.8
fl_z_wage_sig:0.2
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_wage_rho = 0 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.207085 seconds.
Elapsed time is 0.190395 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       3.7238    0.27919    0.074974      -14.64    14.365          0    2.9281e-06          1    1.5624e-08       0         2.3323      2.9818     3.2821     3.2821    3.5716    3.5716    3.5716    3.5716       3.81       3.81     3.8642     4.0193     4.0193     4.0692     4.0692     4.2603    4.5521        0.077945                  1              0.073627              0.92626              0.060276             0.7295              0.039423              0.80391           0.0005857     0.011024     0.099204      0.099204       0.33111      0.33111      0.33111      0.33111     0.65419      0.65419      0.77732      0.85377      0.85377      0.95197      0.95197      0.99014       0.99938  
    cl_mt_pol_a     0.2223    0.28472      1.2807     -19.512    47.387    0.42492      0.024289    0.55079    2.7249e-11       0        -1.3046    -0.65232          0          0         0         0         0         0    0.34843    0.34843    0.34843    0.34843    0.34843    0.69686    0.69686    0.69686    1.3937        0.073627            0.92626              0.081063                    1              0.055331            0.65665               0.02741              0.54809          -0.0084585    -0.076222    -0.076222     -0.076222     -0.076222    -0.076222    -0.076222    -0.076222     0.58076      0.58076      0.58076      0.58076      0.58076      0.98685      0.98685      0.98685       0.99969  
    cl_mt_coh      0.33795    0.29595     0.87575     -19.968    50.122          0      0.024298     0.9757    2.5002e-11       0         -1.307    -0.59269     0.0768     0.0992    0.0992    0.1216    0.1216    0.1216    0.45634    0.47874    0.47874    0.47874    0.47874    0.81349    0.83589    0.83589    1.5502        0.060276             0.7295              0.055331              0.65665              0.087589                  1              0.031993              0.61544          -0.0056504    -0.046551    -0.037934    -0.0056709    -0.0056709     0.093199     0.093199     0.093199     0.29004      0.67403      0.67403      0.67403      0.67403      0.78324      0.99045      0.99045       0.99978  
    cl_mt_pol_c     1.2845    0.17565     0.13675        0.01    4.8909          0             0          1    1.5624e-08       0        0.86407     0.92604    0.92604    0.97308      1.25      1.25      1.25      1.25     1.2587     1.2832     1.3389     1.3476     1.3476     1.6159     1.6159     1.7048    1.9817        0.039423            0.80391               0.02741              0.54809              0.031993            0.61544              0.030853                    1           0.0023379     0.069389     0.069389      0.073131       0.31596      0.31596      0.31596      0.31596     0.54054       0.6305      0.75699      0.85128      0.85128      0.95248      0.95248      0.98992       0.99997  

xxxxx fl_z_wage_rho = 0.070357 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.168200 seconds.
Elapsed time is 0.190290 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       3.7014     0.3045    0.082268     -14.696     14.37          0    3.8567e-06          1       1.9e-09       0         2.3001      2.9665     3.2453     3.2453    3.5559    3.5559    3.5559    3.5559     3.7942     3.7942     3.8662     4.0035     4.0035     4.0702     4.0702     4.2611    4.5667        0.092723                  1              0.084756              0.93002              0.070191            0.73951              0.044868              0.80434          0.00076461     0.014206      0.10842      0.10842      0.34205      0.34205      0.34205      0.34205     0.65288      0.65288      0.76862      0.84717      0.84717       0.9448       0.9448      0.98822       0.99885  
    cl_mt_pol_a    0.21715    0.29928      1.3782     -19.512    47.387    0.42722      0.030395    0.54239    2.0568e-10       0        -1.3046    -0.66291          0          0         0         0         0         0    0.34843    0.34843    0.34843    0.34843    0.34843    0.69686    0.69686    0.69686    1.3937        0.084756            0.93002              0.089571                    1              0.064664            0.69317              0.030725               0.5604           -0.013841    -0.044449    -0.099241    -0.099241    -0.099241    -0.099241    -0.099241    -0.099241     0.55224      0.55224      0.55224      0.55224      0.55224      0.98003      0.98003      0.98003       0.99921  
    cl_mt_coh      0.33239     0.3117     0.93776     -19.968    50.122          0      0.030394    0.96961    1.8116e-10       0         -1.307    -0.61509     0.0768     0.0992    0.0992    0.1216    0.1216    0.1216    0.45634    0.47874    0.47874    0.47874    0.47874    0.81349    0.83589    0.83589    1.5502        0.070191            0.73951              0.064664              0.69317               0.09716                  1              0.036116              0.63249          -0.0091366    -0.027794    -0.051509     -0.01853     -0.01853     0.082536     0.082536     0.082536     0.27639      0.65456      0.65456      0.65456      0.65456      0.76881       0.9856       0.9856       0.99944  
    cl_mt_pol_c     1.2841    0.18319     0.14266        0.01     4.894          0             0          1    1.1333e-07       0        0.86326     0.92523    0.92523    0.92523    1.2499    1.2499    1.2499    1.2499     1.2586     1.2824       1.34     1.3487     1.3487     1.6157     1.6157     1.7058    1.9816        0.044868            0.80434              0.030725               0.5604              0.036116            0.63249              0.033559                    1           0.0031959     0.074923     0.074923     0.074923      0.32594      0.32594      0.32594      0.32594     0.54368      0.62906      0.74797      0.84279      0.84279      0.94445      0.94445      0.98857       0.99993  

xxxxx fl_z_wage_rho = 0.14071 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.161133 seconds.
Elapsed time is 0.198960 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       3.6776    0.33499    0.091089     -14.758     14.38          0    6.1852e-06    0.99999    2.0576e-09       0          1.905      2.5935     3.2033     3.2033    3.3499    3.5175    3.5397    3.5397      3.778      3.778     3.8725     3.9874     3.9874     4.0754     4.2459     4.3408     4.613         0.11222                  1              0.099021              0.93283              0.082931            0.74862              0.051754              0.80589          0.00048362    0.0074328     0.11788      0.11788      0.12738     0.20432      0.42962      0.42962      0.67371      0.67371      0.75962      0.83977      0.83977      0.93655      0.94183      0.98836       0.99963  
    cl_mt_pol_a    0.21128    0.31688      1.4998     -19.512    47.387    0.42849      0.037624    0.53389    2.1658e-10       0        -1.3258    -0.66291          0          0         0         0         0         0    0.34843    0.34843    0.34843    0.34843    0.34843    0.69686    0.69686    0.69686    1.3937        0.099021            0.93283               0.10041                    1              0.076459            0.72966              0.034924               0.5749           -0.010311    -0.060889    -0.12907     -0.12907     -0.12907    -0.12907     -0.12907     -0.12907      0.51801      0.51801      0.51801      0.51801      0.51801      0.97012      0.97012      0.97012       0.99812  
    cl_mt_coh      0.32603    0.33069      1.0143     -19.968    50.122          0       0.03762    0.96238    1.9106e-10       0        -1.3294    -0.61509     0.0768     0.0992    0.0992    0.1216    0.1216    0.1216    0.43394    0.47874    0.47874    0.47874    0.47874    0.81349    0.83589    0.83589    1.5502        0.082931            0.74862              0.076459              0.72966               0.10936                  1              0.040918              0.64544          -0.0067962    -0.037949    -0.06908    -0.035357    -0.035357    0.067988     0.067988     0.067988      0.11693      0.63159      0.63159      0.63159      0.63159      0.75137      0.97864      0.97864       0.99869  
    cl_mt_pol_c     1.2836    0.19171     0.14935        0.01    4.9034          0             0          1    1.1958e-07       0        0.86078     0.92275    0.92275    0.92275    1.2493    1.2493    1.2493    1.2493      1.258     1.2799     1.3431     1.3518     1.3518     1.6152     1.6152     1.7089     1.981        0.051754            0.80589              0.034924               0.5749              0.040918            0.64544              0.036752                    1           0.0042805      0.08038     0.08038      0.08038       0.3357      0.3357       0.3357       0.3357      0.54666      0.62726      0.73861      0.83234      0.83234      0.93551      0.93551      0.98683       0.99985  

xxxxx fl_z_wage_rho = 0.21107 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.175254 seconds.
Elapsed time is 0.244731 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       3.6468    0.37956     0.10408     -14.845     14.38          0    9.4051e-06    0.99999    5.6532e-10       0         1.8029      2.5117     3.1388     3.1388    3.1388    3.4549    3.5072    3.5072     3.7456     3.7456     3.8687     3.9553     4.0703     4.0703     4.2596    4.4192    4.6603         0.14406                  1               0.12851              0.92713               0.11062            0.76542              0.060467              0.79989          0.00062087    0.0077266      0.12519      0.12519      0.12519     0.20523      0.42778      0.42778      0.65776      0.65776       0.7378       0.8175      0.91158      0.91158      0.96486      0.98734         0.999  
    cl_mt_pol_a    0.22197    0.36519      1.6452     -19.512    47.387    0.42284      0.045214    0.53195    5.7322e-11       0        -1.3477    -0.66291          0          0         0         0         0         0    0.34843    0.34843    0.34843    0.34843    0.69686    0.69686    0.69686    1.3937    1.3937         0.12851            0.92713               0.13337                    1               0.11128            0.80023              0.041242              0.56703           -0.008605    -0.076095     -0.15185     -0.15185     -0.15185    -0.15185     -0.15185     -0.15185      0.43351      0.43351      0.43351      0.43351      0.86815      0.86815      0.86815      0.99289       0.99289  
    cl_mt_coh      0.33661    0.38078      1.1312     -19.968    50.122          0      0.045207    0.95479    5.0908e-11       0        -1.3518    -0.61509     0.0544     0.0992    0.0992    0.1216    0.1216    0.1216    0.43394    0.47874    0.47874    0.47874    0.79109    0.83589    0.83589    1.5502    1.5502         0.11062            0.76542               0.11128              0.80023               0.14499                  1              0.046937              0.61891          -0.0058092    -0.048474    -0.092746    -0.053028    -0.053028    0.045748     0.045748     0.045748     0.090798      0.56453      0.56453      0.56453      0.59517      0.90404      0.90404      0.99495       0.99495  
    cl_mt_pol_c     1.2835    0.19916     0.15517        0.01    4.9197          0             0          1     3.188e-08       0        0.81573     0.86711    0.91848    0.91848    1.1971    1.2484    1.2484    1.2484     1.2571     1.2756     1.3485     1.3572     1.3572     1.6143     1.7143    1.7317    1.9667        0.060467            0.79989              0.041242              0.56703              0.046937            0.61891              0.039666                    1           0.0008156     0.007429     0.084345     0.084345      0.11347     0.34022      0.34022      0.34022      0.54152      0.61608      0.73119      0.82089      0.82089      0.91842      0.98438       0.9916       0.99943  

xxxxx fl_z_wage_rho = 0.28143 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.171425 seconds.
Elapsed time is 0.240162 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       3.6199    0.42785     0.11819     -14.931    14.401          0    2.9524e-05    0.99997    1.4927e-09       0         1.4871      2.4459      2.9063     3.0785    3.0785    3.3974     3.487     3.487     3.7257     3.7257     3.8851     3.9357     4.0851     4.0851     4.2729    4.6187    4.9507         0.18306                  1               0.15769              0.92514               0.13759            0.77291              0.072045              0.80271          0.00031484     0.010165    0.037647      0.13383      0.13383      0.20874     0.42926      0.42926      0.64906      0.64906      0.72402       0.8036      0.90035      0.90035      0.95661      0.99203       0.99885  
    cl_mt_pol_a    0.21996     0.3984      1.8113     -19.512    47.387    0.41998      0.054523     0.5255    1.4507e-10       0        -1.9569    -0.67385    -0.65232          0         0         0         0         0    0.34843    0.34843    0.34843    0.34843    0.69686    0.69686    0.69686    1.3937    2.0906         0.15769            0.92514               0.15872                    1               0.13826            0.83408              0.048476              0.58005           -0.011958    -0.067329    -0.19209     -0.19209     -0.19209     -0.19209    -0.19209     -0.19209      0.37303      0.37303      0.37303      0.37303      0.81993      0.81993      0.81993      0.98704        0.9984  
    cl_mt_coh      0.33402    0.41607      1.2456     -19.968    50.122          0      0.054512    0.94549     1.286e-10       0        -2.0213    -0.63749    -0.59269     0.0992    0.0992    0.0992    0.1216    0.1216    0.43394    0.47874    0.47874    0.47874    0.81349    0.83589    0.83589    1.5502    2.2421         0.13759            0.77291               0.13826              0.83408               0.17311                  1              0.054208              0.62108          -0.0081399    -0.044195    -0.11929    -0.078412    -0.078412    -0.078412    0.020456     0.020456     0.063887      0.52061      0.52061      0.52061      0.64092      0.86919      0.86919      0.99081       0.99364  
    cl_mt_pol_c     1.2829    0.20977     0.16351        0.01    4.9437          0             0          1    8.0607e-08       0         0.7883     0.85027     0.91224    0.91224    1.1851    1.2471    1.2471    1.2471     1.2558     1.2694     1.3563      1.365      1.365     1.6129     1.7222    1.7396    1.9907        0.072045            0.80271              0.048476              0.58005              0.054208            0.62108              0.044004                    1          0.00098225    0.0070933    0.089259     0.089259      0.11655      0.34734     0.34734      0.34734       0.5412       0.6107      0.72228       0.8092       0.8092      0.90156      0.98091      0.99115       0.99905  

xxxxx fl_z_wage_rho = 0.35179 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.172702 seconds.
Elapsed time is 0.254381 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       3.5661    0.48912     0.13716      -15.06    14.407          0    0.00019318    0.99981    5.1125e-09       0        0.90785     2.1853      2.8516     2.9814    2.9814    3.3041    3.3837     3.441     3.6803     3.6803     3.8907     3.8907     4.0844     4.0844     4.2702    4.6157    5.0285         0.23924                  1              0.19784               0.92147               0.17512            0.77962              0.087681              0.80652          0.00014353    0.0051352    0.037729     0.14356      0.14356      0.20318      0.21041      0.42833      0.63869      0.63869      0.78679      0.78679      0.88255      0.88255      0.96726      0.99015       0.99955  
    cl_mt_pol_a     0.2181    0.43895      2.0126     -19.512    47.387    0.41489      0.064938    0.52018    4.6826e-10       0        -1.9887    -1.3046    -0.65232          0         0         0         0         0    0.34843    0.34843    0.34843    0.34843    0.69686    0.69686    0.69686    1.3937    2.0906         0.19784            0.92147              0.19268                     1               0.17434             0.8649                0.0579              0.59346           -0.012417    -0.084791    -0.24268    -0.24268     -0.24268     -0.24268     -0.24268     -0.24268      0.30132      0.30132      0.30132      0.30132      0.75919      0.75919      0.75919      0.97682         0.996  
    cl_mt_coh      0.33147    0.45922      1.3854     -19.968    50.122          0      0.064923    0.93508    4.0221e-10       0        -2.0437     -1.307    -0.59269     0.0768    0.0992    0.0992    0.1216    0.1216    0.43394    0.47874    0.47874    0.47874    0.81349    0.83589    0.83589    1.5502    2.2645         0.17512            0.77962              0.17434                0.8649               0.21089                  1              0.063402              0.62117          -0.0084633    -0.056394    -0.15171    -0.14313     -0.11101     -0.11101     -0.01259     -0.01259     0.029185      0.46849      0.46849      0.46849      0.59166      0.82535      0.82535      0.98359        0.9972  
    cl_mt_pol_c     1.2822    0.22226     0.17334        0.01    4.9769          0             0          1    2.5238e-07       0        0.77977    0.84174     0.90371    0.90371    1.1212    1.2451    1.2451    1.2451     1.2538     1.2608     1.3671     1.3758      1.611      1.611     1.7329    1.7504    2.0239        0.087681            0.80652               0.0579               0.59346              0.063402            0.62117              0.049401                    1           0.0015735    0.0089574    0.093734    0.093734       0.1072      0.35374      0.35374      0.35374      0.54148      0.60439      0.71249      0.79681      0.88703      0.88703      0.97624      0.99029       0.99997  

xxxxx fl_z_wage_rho = 0.42214 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.173632 seconds.
Elapsed time is 0.270479 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       3.5264     0.5851     0.16592     -15.211    14.429         0    0.00054685    0.99945    6.1795e-08       0        0.59382     1.7147       2.805     2.8696    2.8696    3.1975    3.1975     3.396     3.6361     3.6361     3.9031     3.9031     4.0986     4.2108    4.2819    4.7757    5.2251        0.34234                   1               0.28393              0.91722               0.25817            0.79722               0.10943              0.79877          -0.00014473    0.0034396    0.042181     0.14631      0.14631      0.19853       0.19853      0.40817      0.61218     0.61218      0.75737      0.75737      0.84245      0.88245      0.94767      0.99147       0.99848  
    cl_mt_pol_a    0.24304    0.52907      2.1769     -19.512    48.084    0.4008      0.075883    0.52331    5.2304e-09       0        -2.6093    -1.3046    -0.65232          0         0         0         0         0    0.34843    0.34843    0.34843    0.69686    0.69686    0.69686    1.3937    1.3937    2.7875        0.28393             0.91722               0.27991                    1               0.26288            0.89773              0.074337              0.60007            -0.014423     -0.11779    -0.27295    -0.27295     -0.27295     -0.27295      -0.27295     -0.27295      0.17882     0.17882      0.17882      0.57236      0.57236      0.57236      0.94498      0.94498       0.99715  
    cl_mt_coh      0.35622    0.55347      1.5537     -19.968    50.122         0      0.075863    0.92414    4.5561e-09       0        -2.7355     -1.307    -0.59269     0.0768    0.0992    0.0992    0.1216    0.1216    0.43394    0.47874    0.47874    0.79109    0.83589    0.83589    1.5278    1.5502    2.9339        0.25817             0.79722               0.26288              0.89773               0.30633                  1              0.081168              0.62632            -0.010332    -0.081502    -0.17862    -0.17091     -0.14204     -0.14204     -0.053564    -0.053564    -0.017591      0.3607       0.3607       0.3894      0.67875      0.67875      0.77677      0.95965       0.99134  
    cl_mt_pol_c     1.2821    0.23415     0.18263        0.01    4.6479         0             0          1    2.8606e-06       0        0.73066    0.83041     0.89238    0.89238    1.0155    1.2424    1.2424    1.2424     1.2511     1.2582     1.3814     1.3901     1.6083     1.6083    1.7472    1.7646    1.9916        0.10943             0.79877              0.074337              0.60007              0.081168            0.62632              0.054825                    1           0.00054612     0.011009    0.096197    0.096197      0.10629        0.354         0.354        0.354      0.58451     0.59643      0.70446      0.78352      0.86694      0.86694      0.96353      0.99231       0.99934  

xxxxx fl_z_wage_rho = 0.4925 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.180863 seconds.
Elapsed time is 0.285745 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       3.4375    0.70452     0.20495     -15.425    14.449          0    0.0016442    0.99836    2.3259e-07       0        -0.46363     1.3076      2.1846     2.7093     2.7093    2.7399    3.0444    3.3255     3.5666     3.5666     3.9159     4.1079     4.1079     4.2879    4.2879    4.8623    5.4841        0.49635                   1               0.38718              0.91194               0.35993            0.80729               0.14182              0.79523          -0.00071757    0.0020135    0.025884     0.12335      0.12335      0.14597      0.19637      0.41165       0.59864     0.59864       0.7364      0.81834      0.81834      0.93726      0.93726      0.98752       0.99921  
    cl_mt_pol_a    0.23441    0.60263      2.5709     -19.512    48.084    0.39326     0.090261    0.51648    1.8002e-08       0         -2.6516    -1.3477    -0.65232          0          0         0         0         0    0.34843    0.34843    0.34843    0.69686    0.69686    0.69686    1.3937    1.3937    2.7875        0.38718             0.91194               0.36316                    1               0.35043            0.91888              0.092567              0.60681            -0.024659    -0.096625    -0.36947    -0.36947     -0.36947     -0.36947     -0.36947     -0.36947      0.072523    0.072523     0.072523      0.48304      0.48304      0.48304      0.91133      0.91133       0.99197  
    cl_mt_coh      0.34613    0.63283      1.8283     -19.968    50.122          0     0.090236    0.90976    1.6141e-08       0         -2.7579    -1.3518    -0.59269     0.0768     0.0992    0.0992    0.1216    0.1216    0.43394    0.47874    0.47874    0.81349    0.83589    0.83589    1.5502    1.5502    2.9787        0.35993             0.80729               0.35043              0.91888               0.40047                  1              0.098657              0.61587            -0.017611    -0.067751     -0.2428    -0.23501     -0.20586     -0.20586     -0.11652     -0.11652     -0.081585     0.28578      0.28578      0.39944      0.61509      0.61509      0.93555      0.93555       0.99426  
    cl_mt_pol_c     1.2808    0.25313     0.19764        0.01    4.6286          0            0          1    1.0134e-05       0         0.69161    0.81555     0.87752    0.87752    0.97224    1.1873    1.2347    1.2387     1.2474     1.2474     1.4001     1.4088     1.6045     1.7659    1.7659    1.8008    1.9878        0.14182             0.79523              0.092567              0.60681              0.098657            0.61587              0.064077                    1            0.0010109     0.013563     0.10005     0.10005      0.10198      0.14957      0.20431      0.41024       0.58738     0.58738      0.68907      0.76478      0.84782      0.94087      0.94087      0.98814       0.99877  

xxxxx fl_z_wage_rho = 0.56286 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.172068 seconds.
Elapsed time is 0.301976 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       3.3099    0.95276     0.28785     -15.714    14.486          0    0.0045681    0.99543    1.9837e-06       0        -5.7952    0.39798      1.8475      2.4946     2.4946    2.6373    2.8395    3.2363     3.4788     3.4788      3.942     4.0652     4.1297     4.3056    4.4208      4.99    5.6015        0.90775                   1              0.68269               0.90871              0.67561             0.84811               0.1929               0.72985          -0.0030441    -0.0044412    0.016276      0.1188       0.1188      0.13599      0.18438      0.39654      0.57915      0.57915      0.70852      0.75827      0.83729      0.92231      0.92698      0.98746       0.99867  
    cl_mt_pol_a    0.21213    0.78852      3.7172     -19.512    48.084    0.38323      0.10696     0.5098    1.3393e-07       0        -7.4124    -1.9569    -0.66291    -0.65232          0         0         0         0    0.34843    0.34843    0.34843    0.69686    0.69686    0.69686    1.3937    2.0906    3.4843        0.68269             0.90871              0.62177                     1              0.61521             0.93314              0.11876               0.54293           -0.057435      -0.22402    -0.45292    -0.58521     -0.58521     -0.58521     -0.58521     -0.58521     -0.12742     -0.12742     -0.12742       0.3278       0.3278       0.3278      0.84685      0.93885       0.99151  
    cl_mt_coh      0.32102    0.83611      2.6045     -19.968    50.122          0      0.10694    0.89306    1.2682e-07       0        -7.7803    -2.0213    -0.61509    -0.59269     0.0992    0.0992    0.1216    0.1216    0.43394    0.47874    0.47874    0.81349    0.83589    0.83589    1.5502    2.2645    3.6706        0.67561             0.84811              0.61521               0.93314              0.69907                   1              0.12536               0.54048            -0.04078      -0.15534    -0.30355    -0.38297     -0.34415     -0.34415     -0.25028     -0.25028     -0.21497      0.15631      0.15631      0.27929      0.51262      0.51262      0.89158      0.95713       0.98746  
    cl_mt_pol_c     1.2792     0.2774     0.21684        0.01    4.6038          0            0          1    7.9964e-05       0        0.65245     0.7376     0.85795     0.85795    0.85795    1.1714    1.2151    1.2334     1.2421     1.2421     1.4333     1.4333     1.5992     1.7905    1.8079    1.8694    1.9999         0.1929             0.72985              0.11876               0.54293              0.12536             0.54048              0.07695                     1          0.00054407     0.0054719     0.10322     0.10322      0.10322      0.15205      0.20927      0.41625      0.57721      0.57721      0.74746      0.74746      0.83557      0.92774      0.96525      0.98508        0.9993  

xxxxx fl_z_wage_rho = 0.63321 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.189358 seconds.
Elapsed time is 0.314737 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.147     1.4184     0.45073     -16.154    14.527          0    0.018979    0.98102    9.9284e-06       0        -12.714    -1.5738     1.4499      2.1665     2.1665    2.4852    2.5252    3.0935     3.3378     3.5535     3.9332     3.9677     4.3206    4.3206    4.6632    5.3012    6.0398          2.012                   1                1.534               0.90722               1.6225             0.89639               0.27245              0.62556          -0.0046364    -0.020294    -0.0076387    0.078997     0.078997     0.094883      0.12944      0.33067      0.42318       0.61894     0.67437      0.71711      0.90709      0.90709      0.95326      0.98403       0.99854  
    cl_mt_pol_a    0.24709     1.1921      4.8244     -19.512    48.084    0.31977     0.11447    0.56576     5.875e-07       0        -15.247    -3.9139    -1.3046    -0.65232          0         0         0         0    0.34843    0.69686    0.69686    0.69686    0.69686    1.3937    1.3937    2.0906    4.1812          1.534             0.90722                1.421                     1               1.4275             0.93839                 0.153              0.41801           -0.069422     -0.33042      -0.62052    -0.78272     -0.78272     -0.78272     -0.78272     -0.78272     -0.57447       0.30421     0.30421      0.30421      0.30421      0.79022      0.79022      0.89431       0.98925  
    cl_mt_coh      0.35264     1.2761      3.6187     -19.968    50.122          0     0.11444    0.88556    5.7419e-07       0        -16.307    -4.1641     -1.307    -0.59269     0.0992    0.0992    0.1216    0.1216    0.47874    0.81349    0.83589    0.83589    0.83589    1.5054    1.5502    2.2645    4.3849         1.6225             0.89639               1.4275               0.93839               1.6284                   1               0.15981              0.40787           -0.056565     -0.24817      -0.45529    -0.55957     -0.53008     -0.53008     -0.45878     -0.45878     -0.26265     -0.010943     0.46663      0.46663      0.46663      0.50136      0.84291      0.92155       0.98596  
    cl_mt_pol_c     1.2812    0.30705     0.23966        0.01    4.5771          0           0          1    0.00036107       0        0.64582    0.70779    0.83173     0.83173    0.93033    1.1635    1.1889    1.2255     1.2342     1.2429     1.2604      1.466     1.8232    1.8232    1.8406    1.9812    2.0335        0.27245             0.62556                0.153               0.41801              0.15981             0.40787              0.094279                    1           0.0015343    0.0056483      0.091177    0.091177     0.095313      0.14518      0.18645      0.38725      0.46512       0.62804     0.67149      0.74862      0.90992      0.90992      0.95216      0.98503       0.99903  

xxxxx fl_z_wage_rho = 0.70357 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.186361 seconds.
Elapsed time is 0.345749 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.7407      2.213     0.80748     -16.817    14.622          0    0.046996      0.953    3.9194e-05       0        -15.282    -8.4055    0.065956      1.5778     1.6804    1.6804      2.06    2.9021     3.1492      3.369     3.7566     4.2154     4.3792    4.3792     4.719    5.7468    6.5669         4.8975                   1               3.7875               0.90449               4.1654             0.92374              0.42985               0.55422           -0.006331    -0.043211    -0.082608    -0.066415    0.0051295    0.0051295     0.02662      0.26019      0.33786      0.53385      0.60749      0.69931      0.86778       0.86778      0.92646     0.98363       0.99778  
    cl_mt_pol_a    0.080134     1.8922      23.612     -19.512    48.084    0.31457     0.13845    0.54697    2.2627e-06       0        -18.265    -9.7847     -1.3477    -0.66291          0         0         0         0    0.34843    0.69686    0.69686    0.69686    0.69686    1.3937    1.3937    2.7875     4.878         3.7875             0.90449               3.5803                     1               3.5941             0.93221              0.22102                0.3333            -0.28469      -1.8053      -3.8969      -4.5228      -4.8322      -4.8322     -4.8322      -4.8322      -4.2969      -1.6884      -1.6884      -1.6884      -1.6884     -0.069517    -0.069517     0.60245       0.92658  
    cl_mt_coh       0.16955     2.0376      12.017     -19.968    50.122          0     0.13843    0.86157    1.9241e-06       0        -19.878    -10.593     -1.3518    -0.61509     0.0768    0.0992    0.1216    0.1216    0.47874    0.81349    0.83589    0.83589    0.83589    1.5278    1.5502    2.9787    5.1216         4.1654             0.92374               3.5941               0.93221               4.1517                   1              0.24879                0.3484            -0.14543     -0.91973      -1.9666      -2.2574      -2.3776        -2.33     -2.1841      -2.1841      -1.8441        -1.34     -0.38377     -0.38377     -0.38377     -0.088769      0.46164     0.80238       0.96381  
    cl_mt_pol_c      1.2813    0.35047     0.27353        0.01     4.739          0           0          1     0.0012194       0           0.01    0.69272     0.79547     0.79547    0.79547    1.1119    1.1526    1.2133      1.222     1.2307      1.325     1.5109      1.868     1.868    1.8854    2.1432    2.2129        0.42985             0.55422              0.22102                0.3333              0.24879              0.3484              0.12283                     1          9.5174e-06    0.0059772     0.090317     0.090317     0.090317      0.12972     0.18011      0.38341       0.4455      0.59829      0.64982      0.71994      0.88787       0.88787      0.93475     0.98311       0.99887  

xxxxx fl_z_wage_rho = 0.77393 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.186051 seconds.
Elapsed time is 0.388304 seconds.
                      mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          2.1194     3.2158      1.5173     -17.954    14.765          0    0.12213    0.87787    0.00012217       0        -16.865    -12.513    -4.0208    -0.25059     0.81361    0.81361    0.8382     2.561     2.8129     3.0383     3.8048      4.487      4.487     4.487    5.4338    7.0058    8.1024         10.342                   1               8.1664               0.89241               9.0462             0.92059              0.73941               0.56901          -0.008856     -0.069125    -0.21175    -0.25628     -0.20938     -0.20938     -0.20926     0.049013       0.1178      0.33136      0.42548      0.75379      0.75379      0.75379      0.85905      0.96948       0.99661  
    cl_mt_pol_a     -0.072785     2.8456     -39.096     -19.512    48.084    0.31239     0.1576       0.53    4.9936e-06       0        -18.265    -14.351    -4.6404     -1.3477    -0.65232          0         0         0    0.34843    0.69686    0.69686    0.69686    0.69686    1.3937    2.7875    5.5749    9.0592         8.1664             0.89241               8.0975                     1               8.1096             0.93265              0.42188                0.3669            0.71076        2.3334       6.964      9.0443       9.6292       9.6292       9.6292       9.6292       9.1765       6.4383       6.4383       6.4383       6.4383       5.0123       4.0304       1.9551        1.1206  
    cl_mt_coh      -0.0066268     3.0557     -461.11     -19.968    50.122          0     0.1576     0.8424    4.3585e-06       0        -19.878    -15.593    -4.9008     -1.3518    -0.59269     0.0992    0.0992    0.1216    0.45634    0.81349    0.83589    0.83589    0.83589    1.5502    2.9787    5.8359    9.4073         9.0462             0.92059               8.1096               0.93265               9.3371                   1              0.49786               0.40321             8.4286        27.618      82.232      106.25       112.28       110.75       110.75       107.04       104.78       88.065       64.738       64.738       64.738        47.43       35.859       11.911        2.3717  
    cl_mt_pol_c        1.2881    0.40408      0.3137        0.01    4.9922          0          0          1     0.0028055       0           0.01    0.68061    0.74258     0.74258     0.79327     1.0392    1.1084    1.1926     1.2013       1.21     1.5668     1.7343     1.9327    1.9327    1.9675     2.072    2.5532        0.73941             0.56901              0.42188                0.3669              0.49786             0.40321              0.16328                     1          2.178e-05     0.0066321     0.08059     0.08059     0.084019      0.12011      0.17282      0.35947      0.41038      0.55258      0.65266      0.69573      0.86379      0.86379      0.92703       0.9829        0.9986  

xxxxx fl_z_wage_rho = 0.84429 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.184758 seconds.
Elapsed time is 0.393606 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.67817     5.8893     -8.6842     -20.034    15.142           0    0.44144    0.55856     0.0009111    2.6176e-21    -18.621    -16.899    -13.205    -9.7028    -7.0132    -5.5265    -3.8437    -1.5584      1.3866     2.2631     2.8866     4.6979     4.8984    4.8984    6.5423     8.701    10.278         34.684                   1                26.74               0.87195               30.512              0.9261               1.6204                0.6037            0.038349       0.28595     1.1703        2.025       2.6563       3.0688       3.4068       3.7781       3.7956       3.1227      2.9913        2.6816        1.842        1.842      1.5797       1.1352         1.0133  
    cl_mt_pol_a     -2.1299     5.2071     -2.4448     -19.512     48.78    0.097292    0.50879    0.39392    2.0569e-05    2.6176e-21    -18.815    -18.265    -13.699    -9.9437    -7.1755    -4.6404    -3.9139    -1.9887    -0.65232    0.34843    0.34843    0.69686    0.69686    1.3937     4.878    10.453    13.937          26.74             0.87195               27.114                     1               26.405             0.90645               1.0776               0.45405            0.008904       0.12098    0.40413      0.65757      0.86006      0.99208       1.1017       1.2378       1.3196       1.2915      1.2915        1.2516       1.2516       1.2462      1.1683       1.0461         1.0073  
    cl_mt_coh       -2.2451     5.5942     -2.4918     -19.968    50.122           0    0.50877    0.49123    2.1717e-05    2.4141e-21    -19.923    -19.878    -14.878    -10.615    -7.7355    -4.9008    -4.1641    -2.0437    -0.59269    0.45634    0.47874    0.81349    0.83589    1.5054    5.0992    10.813    14.407         30.512              0.9261               26.405               0.90645               31.295                   1               1.4457               0.56701            0.011759       0.12396    0.41324       0.6721      0.87927       1.0133       1.1229        1.258       1.3352       1.3182      1.2946        1.2791       1.2496       1.2491      1.1801       1.0537         1.0072  
    cl_mt_pol_c      1.3126    0.45576     0.34721        0.01    4.7496           0          0          1      0.013595    2.6176e-21       0.01       0.01    0.81303    0.89535    0.94673     1.0008     1.0316     1.1247      1.1609     1.2794     1.5181     1.6771     2.0342    2.0342    2.1104    2.2955    3.1468         1.6204              0.6037               1.0776               0.45405               1.4457             0.56701              0.20772                     1          0.00010357    0.00010357     0.0219     0.056997     0.089065      0.13072      0.16496      0.25209      0.43748      0.51772      0.6321       0.68613      0.87243      0.87243      0.9125       0.9801        0.99778  

xxxxx fl_z_wage_rho = 0.91464 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.180656 seconds.
Elapsed time is 0.488711 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -1.5359     8.2603     -5.3781     -25.392    16.687          0    0.40866    0.59134     0.0020218    3.9192e-11    -25.392    -22.385    -17.266     -13.99    -10.856    -8.9734     -7.322    -2.5021    0.78079    0.78079     6.2068     6.7525     6.7525    6.7525    9.6516     13.54    15.202         68.232                   1               43.753               0.80558               48.886             0.84833               4.0521               0.67919            0.033424       0.20292     0.70451      1.1783       1.5702       1.8923       2.1749       2.5272       2.4356       2.4356       2.314        1.6189       1.6189       1.6189       1.3574       1.0921        1.0091  
    cl_mt_pol_a    -1.3812     6.5752     -4.7604     -19.512     48.78    0.29142     0.4186    0.28998    2.4487e-05    3.9192e-11    -18.868    -18.265    -14.351    -10.437    -7.1755    -4.5662    -3.2616    -1.3046          0          0    0.69686    0.69686    0.69686    3.4843    10.453    19.512    32.056         43.753             0.80558               43.234                     1               42.385             0.92401               2.8411               0.59825            0.021578       0.23232     0.64547      1.0682       1.4135       1.6052       1.7362       1.8996       1.9202       1.9202        1.84          1.84         1.84       1.7938       1.5461       1.1772        1.0236  
    cl_mt_coh      -1.4681     6.9763      -4.752     -19.968    50.122          0    0.41859    0.58141    2.7056e-05    2.8505e-11    -19.923    -19.878    -15.593    -11.307    -7.7579    -4.8784    -3.4498     -1.307     0.0992     0.1216    0.81349    0.83589    0.83589    3.6706    10.836    20.122    32.979         48.886             0.84833               42.385               0.92401               48.669                   1               3.3049               0.65591            0.022403       0.23618     0.65393      1.0843       1.3888       1.6255       1.7556       1.9138       1.9252       1.9096      1.8735        1.8192       1.8192       1.7866       1.5303       1.1717        1.0228  
    cl_mt_pol_c     1.4175    0.72226     0.50953        0.01    5.8447          0          0          1      0.017347    3.9192e-11       0.01       0.01     0.7916    0.86256    0.92453    0.98458     1.0276     1.0485     1.0485     1.3564     1.8624     2.2196     2.2196    2.2196    2.4809     4.329    4.6949         4.0521             0.67919               2.8411               0.59825               3.3049             0.65591              0.52166                     1          0.00012237    0.00012237    0.018236    0.051582     0.085556      0.11209      0.14733      0.34063      0.34063      0.45589      0.5728       0.81015      0.81015      0.81015      0.88396      0.97122       0.99676  

xxxxx fl_z_wage_rho = 0.985 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.159407 seconds.
Elapsed time is 0.133774 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         22.632     11.017     0.48678     -15.731    32.161          0    0.0079926    0.99201    9.1605e-13       0        -3.5356     1.6214    2.4103    2.4103    2.4103    20.218    20.218    20.218    27.703    30.843    30.843    30.843     32.16     32.16     32.16     32.16     32.16         121.37                    1             0.10657               0.014988             0.13763             0.018441                2690.7              0.52432         -0.00020186    -0.00046288      0.019593      0.019593      0.019593      0.19836      0.19836      0.19836     0.44293      0.71146      0.71146      0.71603      0.97567      0.97567      0.97567      0.99561        0.9996  
    cl_mt_pol_a    -0.087488    0.64543     -7.3774     -19.512     46.69    0.96486     0.035139          0    5.3442e-06       0         -8.222    -2.6093         0         0         0         0         0         0         0         0         0         0         0         0         0         0         0        0.10657             0.014988             0.41658                      1             0.11785              0.26953               -41.535             -0.13815             0.35446        0.61339             1             1             1            1            1            1           1            1            1            1            1            1            1            1             1  
    cl_mt_coh       0.018404    0.67744       36.81     -19.968    50.122          0     0.035139    0.96486    8.2944e-09       0        -8.4722    -2.7355    0.0544    0.0768    0.0992    0.0992    0.0992    0.0992    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216        0.13763             0.018441             0.11785                0.26953             0.45893                    1               -42.592             -0.13497            -0.89895        -3.0227       -4.7803       -4.4679       -3.1226      -3.1226      -3.1226      -3.1226           1            1            1            1            1            1            1            1             1  
    cl_mt_pol_c       294.15     465.81      1.5836        0.01    1253.4          0            0          1    9.1605e-13       0        0.78617      1.096     1.158     1.158     1.158    6.5881    6.5881    6.5881    37.482    213.24    213.24    216.03    1213.2    1213.2    1213.2    1214.5    1221.4         2690.7              0.52432             -41.535               -0.13815             -42.592             -0.13497            2.1698e+05                    1          3.4534e-06     3.6265e-05    0.00077855    0.00077855    0.00077855    0.0052605    0.0052605    0.0052605    0.030717      0.17334      0.17334      0.17583      0.92305      0.92305      0.92305      0.98585       0.99871  

---------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
  Columns 1 through 5

    'Vary '    'Inc/Prod Shock SD'    ' ('    'fl_z_wage_sig'    '): '

  Column 6

    '0.05    0.082143...'

fl_z_wage_rho:0.8
fl_z_wage_sig:0.2
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_wage_sig = 0.05 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.201009 seconds.
Elapsed time is 1.916880 seconds.
                      mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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           3.756     0.38433     0.10232     -15.162    14.418          0    3.1357e-06             1    1.5738e-15       0         2.3386       2.7663       3.2385    3.2947    3.2947    3.2947    3.2947    3.7695    3.7695    3.7695    4.2258    4.2258    4.2258    4.2258    4.2258    4.6407    4.6407         0.14771                  1             0.0078616              0.29901             0.0080024             0.2728              0.048467              0.98103          0.00053548    0.0083773      0.043112     0.21672      0.21672      0.21672      0.21672      0.71319      0.71319      0.71319      0.97151      0.97151      0.97151      0.97151      0.97151         1             1     
    cl_mt_pol_a    -0.0077922     0.06841     -8.7793     -16.794    46.773    0.92608      0.073918    3.0999e-53    6.8338e-17       0        -1.3141    -0.063443    -0.061415         0         0         0         0         0         0         0         0         0         0         0         0         0         0       0.0078616            0.29901             0.0046799                    1             0.0050673            0.97049              0.001278              0.14533             0.29818      0.52279             1           1            1            1            1            1            1            1            1            1            1            1            1         1             1     
    cl_mt_coh         0.10266    0.076324     0.74344     -17.182    50.122          0     0.0043158       0.99568    6.5664e-17       0        -1.3174      0.03195      0.05435    0.0768    0.0768    0.0992    0.0992    0.0992    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216       0.0080024             0.2728             0.0050673              0.97049             0.0058254                  1             0.0013007              0.13257           -0.023118    -0.026832    -0.0021358    0.059238     0.059238       0.2907       0.2907       0.2907            1            1            1            1            1            1            1         1             1     
    cl_mt_pol_c        1.2793     0.12855     0.10048        0.01    4.8622          0             0             1    4.1841e-14       0        0.98602      0.98602       1.1181    1.1239    1.1239    1.1239    1.1239    1.2736    1.2736    1.2736    1.4431    1.4431    1.4431    1.4431    1.4431    1.6353    1.6353        0.048467            0.98103              0.001278              0.14533             0.0013007            0.13257              0.016524                    1           0.0079436    0.0079436      0.043544     0.21762      0.21762      0.21762      0.21762       0.7109       0.7109       0.7109      0.97053      0.97053      0.97053      0.97053      0.97053         1             1     

xxxxx fl_z_wage_sig = 0.082143 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.188609 seconds.
Elapsed time is 0.341052 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.6003      0.643      0.1786     -15.813    14.519          0     4.483e-05     0.99996    2.9422e-08       0        2.0013    2.0013    2.8034    2.8034    2.8034    2.8034    2.8034    3.5989    3.5989    3.5989    4.3435    4.3435    4.3435    4.3435     4.5201     5.3208     5.3208         0.41345                  1              0.046682              0.48164              0.042568            0.42223               0.12996              0.97448            0.012823     0.012823      0.19163      0.19163      0.19163      0.19163      0.19163      0.67269      0.67269      0.67269      0.91979      0.91979      0.91979      0.91979     0.93701            1             1  
    cl_mt_pol_a    0.035314    0.15074      4.2685     -19.512    47.387    0.93479     0.0003467    0.064863    1.3338e-09       0             0         0         0         0         0         0         0         0         0         0         0         0         0         0    0.34843    0.69686    0.69686        0.046682            0.48164              0.022721                    1              0.021713            0.91871               0.01295              0.41423           -0.016185    -0.016185    -0.016185    -0.016185    -0.016185    -0.016185    -0.016185    -0.016185    -0.016185    -0.016185    -0.016185    -0.016185    -0.016185    -0.016185     0.24763      0.99999       0.99999  
    cl_mt_coh       0.14727    0.15679      1.0646     -19.968    50.122          0    0.00036453     0.99964    1.3131e-09       0         0.032    0.0544    0.0768    0.0992    0.0992    0.0992    0.0992    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.47874    0.83589    0.83589        0.042568            0.42223              0.021713              0.91871              0.024584                  1              0.013567              0.41721          -0.0038618    0.0014971     0.039324      0.20219      0.20219      0.20219      0.20219      0.70129      0.70129      0.70129      0.70129      0.70129      0.70129      0.70129     0.78631            1             1  
    cl_mt_pol_c      1.2808     0.2074     0.16193        0.01    4.8607          0             0           1    8.4199e-07       0        0.8374    0.8374    1.0283    1.0283    1.0283    1.0283    1.0283    1.2627    1.2627    1.2627    1.5506    1.5506    1.5506    1.5506     1.5643     1.9215     1.9215         0.12996            0.97448               0.01295              0.41423              0.013567            0.41721              0.043016                    1            0.015128     0.015128      0.19951      0.19951      0.19951      0.19951      0.19951      0.67354      0.67354      0.67354      0.90862      0.90862      0.90862      0.90862     0.94117            1             1  

xxxxx fl_z_wage_sig = 0.11429 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.163494 seconds.
Elapsed time is 0.317258 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.3305     0.8934     0.26825     -16.576    14.617          0    4.5285e-05    0.99995    5.1881e-08       0         1.0407     1.0407    2.2111    2.2111    2.2111    2.2111    2.2111     3.343     3.343     3.343    4.3791    4.3791    4.3791    4.3791     4.5543      5.582      5.582         0.79817                  1              0.060804              0.44644              0.054529             0.3841                 0.253              0.98011           0.0071643    0.0071643      0.15963      0.15963      0.15963      0.15963      0.15963      0.64266      0.64266      0.64266      0.91093      0.91093      0.91093      0.91093     0.92969            1             1  
    cl_mt_pol_a    0.035398    0.15245      4.3067     -19.512    47.387    0.93484    0.00028856    0.06487     2.766e-09       0              0          0         0         0         0         0         0         0         0         0         0         0         0         0    0.34843    0.69686    0.69686        0.060804            0.44644              0.023241                    1              0.022195            0.91623              0.019203              0.43596           -0.014064    -0.014064    -0.014064    -0.014064    -0.014064    -0.014064    -0.014064    -0.014064    -0.014064    -0.014064    -0.014064    -0.014064    -0.014064    -0.014064     0.24913      0.99972       0.99972  
    cl_mt_coh       0.14737     0.1589      1.0783     -19.968    50.122          0    0.00030508    0.99969    2.2028e-09       0          0.032     0.0544    0.0768    0.0992    0.0992    0.0992    0.0992    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.47874    0.83589    0.83589        0.054529             0.3841              0.022195              0.91623               0.02525                  1              0.018482              0.40255          -0.0033541    0.0020016     0.039806      0.20258      0.20258      0.20258      0.20258      0.70139      0.70139      0.70139      0.70139      0.70139      0.70139      0.70139     0.78636      0.99991       0.99991  
    cl_mt_pol_c      1.2808    0.28893     0.22558        0.01    4.9692          0             0          1     1.408e-06       0        0.70406    0.70406    0.9369    0.9369    0.9369    0.9369    0.9369    1.2467    1.2467    1.2467    1.6591    1.6591    1.6591    1.6591     1.6678     2.2252     2.2252           0.253            0.98011              0.019203              0.43596              0.018482            0.40255              0.083481                    1            0.012696     0.012696      0.18069      0.18069      0.18069      0.18069      0.18069      0.64875      0.64875      0.64875      0.91581      0.91581      0.91581      0.91581     0.93367            1             1  

xxxxx fl_z_wage_sig = 0.14643 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.181080 seconds.
Elapsed time is 0.339878 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         2.5832     2.6933      1.0427      -17.43    14.701          0    0.087511    0.91249     8.566e-05       0        -15.192    -10.525    -1.6208    0.71584      1.5175     1.5175    1.5175    3.0015    3.0015     3.2286     3.9572     4.5168     4.6936     4.6936    5.1617    6.3925    7.5282         7.2541                   1               5.3378               0.88741               5.9172             0.91392              0.52378               0.57521          -0.010812     -0.050841    -0.12674    -0.13039     -0.041002    -0.041002    -0.041002     0.23058      0.23058      0.45157      0.52583      0.64743      0.85633      0.85633      0.88578      0.97414       0.99748  
    cl_mt_pol_a     -0.12652     2.2333     -17.652     -19.512    48.084    0.35988     0.16469    0.47544    2.6734e-06       0        -18.265    -11.932    -2.0555    -1.3046    -0.65232          0         0         0         0    0.34843    0.34843    0.69686    0.69686    0.69686    1.3937    4.1812    7.6655         5.3378             0.88741               4.9876                     1               4.9848              0.9285              0.26764               0.35447            0.27315        1.2344      3.0561      3.8071        4.0879       4.0879       4.0879      4.0879       4.0879       3.4232       3.4232       2.5239       2.5239       2.5239        2.263       1.4186             1  
    cl_mt_coh      -0.050351     2.4039     -47.743     -19.968    50.122          0     0.16466    0.83534    2.9157e-06       0        -19.878    -12.758    -2.0885     -1.307    -0.59269     0.0992    0.0992    0.1216    0.1216    0.47874    0.47874    0.81349    0.83589    0.83589    1.5502    4.4073    7.9563         5.9172             0.91392               4.9848                0.9285               5.7788                   1              0.32697               0.40231            0.74208        3.3091      8.2327       10.15        10.797       10.565       10.565      10.003       10.003        7.758        7.758       6.8342       5.0814       5.0814       4.3571        2.098        1.1387  
    cl_mt_pol_c       1.2798    0.33809     0.26417        0.01    4.5965          0           0          1     0.0018442       0           0.01    0.69597    0.81488    0.85009     0.85009    0.91603    1.1179    1.2259    1.2259     1.2346     1.4281     1.5917     1.7852     1.7852    1.8549    1.9918    2.2095        0.52378             0.57521              0.26764               0.35447              0.32697             0.40231               0.1143                     1          1.441e-05     0.0051248    0.028393     0.12383       0.12383      0.12834      0.16948     0.41258      0.41258      0.58284      0.66898      0.72228      0.88571      0.88571      0.92777      0.98423       0.99914  

xxxxx fl_z_wage_sig = 0.17857 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.186463 seconds.
Elapsed time is 0.402332 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.1138     3.3069      1.5644     -18.131    14.797          0    0.12401    0.87599    0.00014846       0        -16.901    -12.627    -4.5614    -0.78591     0.81666    0.81666    0.81666    2.6459     2.8827      3.109     3.8582     4.5627     4.6338    4.6338    5.2537    6.6502    7.9998         10.935                   1               8.2048               0.88647               9.1589             0.91847              0.74281               0.56621          -0.0099773    -0.071543    -0.21966    -0.27353     -0.22492     -0.22492     -0.22492     0.042126     0.043976      0.32565      0.42127      0.52217      0.77254      0.77254      0.87419      0.96741       0.99677  
    cl_mt_pol_a    -0.17821     2.7989     -15.705     -19.512    48.084    0.31987    0.15748    0.52264    5.4883e-06       0        -18.265    -14.351    -5.2185     -1.9569    -0.65232          0          0         0    0.34843    0.69686    0.69686    0.69686    0.69686    1.3937    2.0906     4.878    8.3624         8.2048             0.88647               7.8338                     1                7.824             0.92701               0.3597               0.32394             0.31808       1.0111      2.9193      3.8094       4.0586       4.0586       4.0586       4.0586       3.8912       2.7551       2.7551       2.7551       2.7551        2.017       1.8137       1.2661        1.0488  
    cl_mt_coh      -0.11614     3.0155     -25.965     -19.968    50.122          0    0.15748    0.84252    4.7833e-06       0        -19.901    -15.593    -5.5927     -2.0213    -0.59269     0.0992     0.0992    0.1216    0.45634    0.81349    0.83589    0.83589    0.83589    1.5502    2.2421    5.0768     8.693         9.1589             0.91847                7.824               0.92701               9.0933                   1              0.43576               0.36425             0.18667       1.6738      4.8196      6.2569       6.6173       6.5278       6.5278       6.3112       6.1942       5.2533       3.9011       3.9011       3.9011       2.6496       2.5317       1.5626        1.0776  
    cl_mt_pol_c      1.2884    0.39672     0.30792        0.01    4.8478          0          0          1     0.0030377       0           0.01    0.70617    0.76814     0.76814     0.76814     1.0193      1.134    1.2004     1.2091     1.2178     1.5274     1.8933     1.8933    1.8933    1.9456    2.2869     2.374        0.74281             0.56621               0.3597               0.32394              0.43576             0.36425              0.15739                     1          2.3577e-05    0.0086647    0.089417    0.089417     0.089417      0.12173      0.18064      0.37098      0.41335      0.55516      0.65744      0.85275      0.85275      0.85275      0.92337      0.98741       0.99819  

xxxxx fl_z_wage_sig = 0.21071 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.177549 seconds.
Elapsed time is 0.460965 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.24727       5.34     -21.596     -18.738    14.902           0    0.37452    0.62548    0.00056881    2.1565e-34    -17.476    -15.876    -12.195    -8.6528    -6.0707    -3.9871    -2.9206    -0.58878      1.6602      2.761     3.1674     3.9163     4.5611    4.5611    5.5014    7.6247    9.1393         28.515                   1               23.164                0.8921               26.468             0.94636               1.2458               0.57035             0.33843       0.89483       2.964      5.0408        6.499       7.4936       8.1519       8.7641      8.3721        6.1792       5.5861         5.18       3.1292       3.1292       2.3624        1.33         1.0308  
    cl_mt_pol_a     -2.0422     4.8626     -2.3811     -19.512     48.78    0.089965      0.502    0.40803    2.0533e-05    2.1565e-34    -18.561    -18.265    -13.046    -9.2807    -6.1665    -4.5662    -3.3146     -1.9887    -0.65232    0.34843    0.69686    0.69686    0.69686    1.3937    2.7875    8.3624    11.847         23.164              0.8921               23.645                     1               23.171             0.90981              0.82048               0.41251            0.039023       0.10678     0.40891     0.66283       0.8513       1.0001       1.0928        1.212      1.3001        1.2897       1.2188       1.2188       1.2188       1.1745       1.1459      1.0409         1.0065  
    cl_mt_coh       -2.1458     5.2375     -2.4408     -19.968    50.122           0    0.50199    0.49801    1.8374e-05    2.3293e-34    -19.923    -19.878    -14.164    -9.9008    -6.3518    -4.8784    -3.4722     -2.0437    -0.59269    0.47874    0.83589    0.83589    0.83589    1.5502    2.9787    8.6258    12.264         26.468             0.94636               23.171               0.90981               27.432                   1               1.1284               0.52669            0.010409       0.10973     0.42017     0.68169      0.87614       1.0235       1.1165       1.2352      1.3185        1.3005       1.2207       1.2207       1.2207       1.1741       1.1449      1.0481         1.0064  
    cl_mt_pol_c      1.2829    0.40904     0.31885        0.01    4.5956           0          0          1      0.011474    1.4347e-34       0.01       0.01    0.81094    0.90345    0.96507     1.0164     1.0484      1.1192       1.188     1.2167     1.3541     1.6339     1.9998    1.9998    2.0242    2.1566    2.9041         1.2458             0.57035              0.82048               0.41251               1.1284             0.52669              0.16732                     1          8.9437e-05    8.9437e-05    0.024574    0.056389     0.094676      0.13342      0.17814      0.26215      0.4766       0.53291      0.63551      0.69594      0.87961      0.87961      0.91889      0.9824        0.99816  

xxxxx fl_z_wage_sig = 0.24286 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.175179 seconds.
Elapsed time is 0.440849 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.081126     5.4666     -67.384     -19.214    15.005           0    0.38995    0.61005    0.00056935    3.6872e-30    -17.857    -16.128    -12.005    -8.3241    -5.8427    -4.0984    -2.5764    -0.73247    1.3974     2.8801    3.4607    4.2415    4.8513    5.4644    6.2074    8.3506    9.9827         29.884                   1               25.387                0.8952               28.543             0.93959               1.4584               0.59182                1.14        2.8188      9.2247        15.5       19.682       22.542       24.527       26.382       25.388       18.826       17.456       15.043       11.804        6.827      5.5783        2.0383        1.1281  
    cl_mt_pol_a      -1.4302     5.1877     -3.6272     -19.512     48.78    0.086047    0.47649    0.43747    1.6465e-05    3.6872e-30    -18.868    -18.265    -12.595    -8.6178    -5.8708    -3.9775    -3.2616     -1.9569         0    0.69686    1.3937    1.3937    2.7875    2.7875     4.878    10.453    16.028         25.387              0.8952               26.912                     1               26.547             0.92089               1.1667               0.49892            0.013399       0.14575     0.57071      0.9375       1.1808       1.3589       1.5087       1.6594       1.7372       1.7024       1.5783       1.5783       1.3685       1.3685      1.2752        1.0845        1.0118  
    cl_mt_coh        -1.5078     5.5569     -3.6855     -19.968    50.122           0    0.47646    0.52354    1.7561e-05    3.9825e-30    -19.923    -19.878    -13.472    -9.1865     -6.307    -4.1865    -3.4498     -2.0213    0.0992    0.81349    1.5502    1.5502    2.9339    2.9787    5.1216    10.813     16.55         28.543             0.93959               26.547               0.92089                30.88                   1               1.4748               0.58876            0.014158       0.14926     0.58063     0.95984        1.206       1.3841       1.5354       1.6837       1.7536       1.7178       1.5769       1.5769       1.4989       1.3642      1.2711         1.089        1.0115  
    cl_mt_pol_c       1.3035    0.45077     0.34582        0.01    5.0481           0          0          1      0.011159    3.6872e-30       0.01       0.01    0.80395    0.88892    0.95089    0.98268     1.0239      1.1299    1.1716     1.2824    1.4242    1.7378    1.9034    2.1559    2.1734    2.5394    2.8182         1.4584             0.59182               1.1667               0.49892               1.4748             0.58876               0.2032                     1          8.5604e-05    8.5604e-05    0.022444    0.063593      0.09709      0.12716      0.16855      0.24815      0.43954      0.52007      0.62633      0.69142      0.77869      0.90529      0.9106       0.98233       0.99783  

xxxxx fl_z_wage_sig = 0.275 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.169309 seconds.
Elapsed time is 0.356345 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.20204     5.8148     -28.781     -19.691    15.106           0    0.41481    0.58519    0.00062726     1.055e-10     -18.25    -16.387    -12.615    -8.9815    -6.2395     -4.657    -2.8557    -0.96524    1.7053     2.2033     3.904    4.4978    5.1446    6.0388    7.0699    9.2201    11.008         33.812                   1               30.499               0.89143               33.899             0.93043               1.7773               0.63679             0.51934        1.3122      3.8495      6.4591       8.4522        9.623       10.522       11.443       10.857       9.7808       8.2691        7.248       6.0545       4.5771       3.0222       1.4935        1.0537  
    cl_mt_pol_a     -1.0815     5.8839     -5.4404     -19.512     48.78    0.090155    0.47566    0.43418    1.8701e-05    1.7522e-10    -18.868    -18.265    -13.046    -9.2807    -6.5232    -3.9775    -3.2616     -1.9569         0    0.34843    1.3937    2.7875    4.1812    5.5749    7.6655    13.937    20.209         30.499             0.89143               34.621                     1               34.342             0.93151               1.6712               0.59175            0.019961       0.20845     0.78036      1.2567       1.6209       1.8642       2.0552       2.2548       2.3601       2.3257       2.2442       2.1014       1.9248       1.6258       1.4733       1.1469        1.0177  
    cl_mt_coh       -1.1544     6.2658     -5.4276     -19.968    50.122           0    0.47563    0.52437    1.9006e-05    1.1395e-10    -19.923    -19.878    -14.187    -9.9008    -7.0213    -4.1865    -3.4498     -2.0213    0.0992    0.47874    1.5502    2.9563    4.3401    5.8135    7.9563    14.407    20.836         33.899             0.93043               34.342               0.93151                39.26                   1               2.0077               0.66758            0.020013       0.21098     0.75404      1.2687       1.6358       1.8789       2.0668       2.2609       2.3543       2.3048       2.2182       2.1251       1.9887       1.7347       1.4976        1.142        1.0171  
    cl_mt_pol_c      1.3274    0.47998      0.3616        0.01    5.5681           0          0          1      0.012135     1.055e-10       0.01       0.01    0.79124    0.86834    0.91358    0.96056     1.0186      1.0995    1.1465     1.4163     1.542    1.8312     1.866    1.9532     2.326    2.5193    3.3904         1.7773             0.63679               1.6712               0.59175               2.0077             0.66758              0.23039                     1          9.1417e-05    9.1417e-05    0.023322    0.053343     0.092751      0.12332      0.16026      0.26711      0.36595      0.51021      0.62894      0.70468      0.75942      0.82688      0.91466      0.97813       0.99748  

xxxxx fl_z_wage_sig = 0.30714 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.190004 seconds.
Elapsed time is 0.345575 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.54555     6.1787     -11.326     -20.164    15.199          0    0.42357    0.57643    0.00070407    1.1391e-07    -18.653    -16.993    -13.486    -9.8972    -7.2673     -5.157     -3.585    -1.4884     1.312     1.9287    3.9134    4.5836    5.2322    6.3034    7.4989    9.9357    11.915         38.177                   1               35.792               0.88392               39.629             0.92172               2.0889               0.65907             0.21772       0.33897      1.4674      2.5504       3.3232       3.8698      4.3488        4.7456       4.8035       4.3893       3.8061       3.3934       2.9058       2.4265       1.7996       1.1977        1.0222  
    cl_mt_pol_a     -1.0264     6.5535     -6.3851     -19.512     48.78    0.15223    0.49302    0.35475    2.0006e-05    1.8983e-07    -18.868    -18.265    -13.921    -9.9437    -7.1755     -4.717    -3.2616    -1.9569         0    0.34843    2.0906    2.7875     4.878    6.2718    9.0592    16.028    25.784         35.792             0.88392               42.948                     1               42.724             0.93688               2.1079               0.62705             0.02538       0.30765     0.82387       1.388       1.8602       2.1009       2.366        2.5784       2.6956       2.6893       2.5457       2.4717       2.2066       2.0064       1.6554       1.1986        1.0273  
    cl_mt_coh       -1.1109     6.9585      -6.264     -19.968    50.122          0    0.49296    0.50704    2.6551e-05    1.2303e-07    -19.923    -19.878    -14.901    -10.615    -7.7355    -4.9232    -3.4498    -2.0213    0.0768    0.45634    2.2421    2.9787    5.0768    6.5502    9.4073     16.55     26.55         39.629             0.92172               42.724               0.93688                48.42                   1                2.477               0.69398            0.029054        0.3063     0.82176      1.3816       1.8518       2.0883      2.3481        2.5518        2.656       2.6391       2.5281       2.4139       2.2379       1.9631       1.6258       1.1892         1.026  
    cl_mt_pol_c      1.3469    0.51295     0.38083        0.01    6.1385          0          0          1      0.013675    1.1391e-07       0.01       0.01    0.80219     0.8665    0.90578    0.95782     1.0002     1.0591    1.2007     1.4342    1.6378    1.7424     1.843    1.9427    2.4567      3.02    3.5716         2.0889             0.65907               2.1079               0.62705                2.477             0.69398              0.26312                     1          0.00010153    0.00010153    0.021195    0.052511     0.085886      0.12594      0.1564       0.27812      0.35582      0.50427      0.62232      0.68442      0.75756      0.82236      0.91917      0.97673       0.99742  

xxxxx fl_z_wage_sig = 0.33929 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.237567 seconds.
Elapsed time is 0.366367 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.67021     6.4469     -9.6192     -20.651    15.262          0    0.44381    0.55619    0.00073832    3.2993e-06    -19.093     -17.43    -13.875    -10.286    -7.6341    -5.5746    -4.0655     -1.714    1.0233     2.0017     4.211    4.7529    5.4612    6.5955    7.8929    10.641    12.798         41.563                   1                 40.8               0.87762               44.856             0.91215               2.4259               0.68089             0.19494        0.2866      1.2337      2.1438       2.8182       3.3261       3.6777       4.1164       4.0249       3.8832       3.3284        3.086       2.6986       2.2489       1.7003      1.1688         1.0171  
    cl_mt_pol_a    -0.64968     7.2112       -11.1     -19.512     48.78    0.15025     0.4762    0.37355    2.0371e-05    5.5056e-06    -18.868    -18.265    -14.351    -9.9437    -7.8278    -5.2185    -3.3146    -1.9569         0    0.69686    2.0906    3.4843    5.5749    7.6655     11.15    20.209    30.662           40.8             0.87762               52.001                     1               51.924             0.94397               2.6426               0.66312            0.044618       0.49215      1.2972      2.2516       2.9082       3.4857       3.7452       4.1206          4.3       4.2451       4.0716       3.8358       3.4124       2.9405       2.2053      1.3745          1.052  
    cl_mt_coh      -0.72632     7.6278     -10.502     -19.968    50.122          0    0.47615    0.52385    2.6958e-05    3.5636e-06    -19.923    -19.878    -15.593    -10.615    -8.4498    -5.6151    -3.4722    -2.0213    0.0992    0.81349    2.2645     3.693    5.8359    7.9787    11.528    20.836     31.55         44.856             0.91215               51.924               0.94397               58.184                   1               3.0152               0.71528            0.045118       0.47565      1.2507      2.1736       2.8034        3.275       3.5957       3.9507       4.0998       4.0554       3.8549       3.6311       3.2341       2.7946       2.1615       1.345         1.0478  
    cl_mt_pol_c      1.3703    0.55264     0.40328        0.01    6.7612          0          0          1      0.014441    3.2993e-06       0.01       0.01    0.79217    0.85427    0.90144    0.95403    0.99519      1.016    1.2165      1.557    1.7477    1.7826    1.8348    1.9393    2.5993    3.0174    4.0783         2.4259             0.68089               2.6426               0.66312               3.0152             0.71528              0.30541                     1          0.00010538    0.00010538    0.020469    0.050459     0.086663      0.12314      0.15293      0.23628      0.34669      0.49519      0.63213      0.68504      0.74712      0.82423      0.90213      0.9767        0.99706  

xxxxx fl_z_wage_sig = 0.37143 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.191560 seconds.
Elapsed time is 0.360747 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.78776     6.7322      -8.546     -21.099    15.344          0     0.4659     0.5341    0.00078458    2.0161e-05    -19.517    -17.852     -14.22    -10.902    -8.3612    -5.9702    -4.5021    -2.1873    0.64584     2.1212    4.1539    4.8164    5.7134     6.968    8.4105    11.288    13.521         45.323                   1               46.592               0.87139               50.912             0.90331               2.7752               0.69157            0.17854        0.2564      1.0653      1.8564       2.4661        2.961       3.2779      3.6715        3.7061       3.5653       3.1427       2.8652        2.534      2.1122        1.6456       1.1558       1.0171   
    cl_mt_pol_a    -0.24007     7.9422     -33.084     -19.512     48.78    0.15127    0.45658    0.39216    1.9667e-05    3.3655e-05    -18.868    -18.265    -14.351    -10.437    -7.8278    -5.8708    -3.9139    -1.3258          0    0.69686    2.7875    4.1812    6.2718    9.0592     13.24     24.39    36.934         46.592             0.87139               63.079                     1               63.139             0.94958               3.2702               0.69076            0.11832        1.4319       3.624      6.2493       8.1494       9.4816       10.404      11.382        11.751       11.609       10.834       10.147       8.9494      7.3791        4.8896       2.1664       1.1596   
    cl_mt_coh      -0.30819     8.3719     -27.165     -19.968    50.122          0    0.45653    0.54347    2.8996e-05    2.1776e-05    -19.923    -19.878    -15.593    -11.307    -8.4498     -6.307    -4.1641    -1.3294     0.0992    0.83589    2.9787    4.4073    6.5502    9.4073    13.671    25.122    37.956         50.912             0.90331               63.139               0.94958               70.089                   1               3.6608               0.73359            0.11437        1.2057       3.042      5.2528       6.8415       7.9517       8.7153      9.5059        9.7661       9.5933       8.9413       8.3771       7.4019      6.1308        4.2519        1.935       1.1372   
    cl_mt_pol_c       1.399    0.59607     0.42607        0.01    7.4376          0          0          1      0.015445    2.0161e-05       0.01       0.01     0.7896    0.84997    0.90879    0.94372    0.97076     1.0034     1.2468     1.7025    1.7783    1.8276    1.8941    1.9812    2.7705     3.117    4.1798         2.7752             0.69157               3.2702               0.69076               3.6608             0.73359              0.35531                     1          0.0001104     0.0001104    0.019236    0.051869     0.087479      0.11547      0.19428      0.2182       0.33836      0.49923      0.61111      0.67557      0.74743      0.8113       0.89348      0.97463       0.9969   

xxxxx fl_z_wage_sig = 0.40357 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.174042 seconds.
Elapsed time is 0.358151 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.88479     6.9996     -7.9111     -21.533    15.404          0    0.45342    0.54658    0.00080478    8.8615e-05    -19.945    -18.283    -14.677    -11.313    -8.6877    -6.3434    -4.9227    -2.6454    0.23181    2.2265    4.4016    5.0526    6.1688    7.3114    8.8926     11.96    14.192         48.994                   1               52.846               0.86764               57.353             0.89608               3.1795               0.70454             0.16757       0.23394     0.98382      1.7034       2.2595       2.7269       3.0197       3.4273       3.5317       3.3953       2.9872        2.761       2.4192       2.0611       1.6093       1.1442        1.0161  
    cl_mt_pol_a     0.24502     8.7017      35.514     -19.512     48.78    0.14608    0.43355    0.42037     1.999e-05    0.00014796    -18.868    -18.265    -14.351    -10.607    -7.8278    -5.8708    -3.9775    -1.3046          0    1.3937    3.4843    5.5749    7.6655     11.15    15.331    28.571    42.509         52.846             0.86764               75.719                     1               76.017             0.95537               4.0459               0.72116            -0.11864       -1.4567     -3.6404     -6.0472      -8.0787      -9.4491      -10.289      -11.397      -11.552      -11.203      -10.295       -9.169      -8.0379      -6.0407      -3.4239     -0.27505       0.83287  
    cl_mt_coh       0.18859     9.1441      48.485     -19.968    50.122          0     0.4335     0.5665     3.011e-05    9.5713e-05    -19.923    -19.878    -15.593    -11.329    -8.4498     -6.307    -4.1865     -1.307     0.1216    1.5278     3.693    5.8135    7.9787     11.55    15.791    29.385    43.626         57.353             0.89608               76.017               0.95537               83.614                   1               4.4413               0.75333            -0.19407        -2.046      -5.097     -8.3884      -11.312      -13.217       -14.33      -15.868      -15.967      -15.644      -14.188      -13.001      -11.124       -8.434      -5.2744     -0.83365       0.75196  
    cl_mt_pol_c      1.4229    0.64474     0.45311        0.01    8.1687          0          0          1      0.016041    8.8615e-05       0.01       0.01    0.79988    0.86185    0.89699    0.92382    0.92382     1.0184     1.2735    1.6729    1.8369    1.8891    1.9414    2.0458    2.8647     3.248    4.3533         3.1795             0.70454               4.0459               0.72116               4.4413             0.75333              0.41569                     1          0.00011274    0.00011274    0.021936    0.055645     0.080353      0.15453      0.15453      0.21286       0.3313      0.49292      0.60455      0.67719      0.73602      0.80388      0.88954      0.97288       0.99646  

xxxxx fl_z_wage_sig = 0.43571 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.192309 seconds.
Elapsed time is 0.382480 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -1.1761     7.3204     -6.2244     -21.934    15.451          0    0.55692    0.44308    0.00089998    0.00021447    -20.826    -19.092    -15.375      -12.1    -9.2678    -7.3477    -5.5257    -3.1017    -0.20465    1.8866    4.2873    5.1233    6.1849    7.5048    9.3681    12.515    14.635         53.589                   1               59.813               0.86384               64.681             0.89074               3.6242               0.71258            0.019524       0.18885     0.78004      1.3345       1.7852       2.1399       2.4103       2.7754        2.931       2.8588       2.5578       2.3714       2.1187       1.8373       1.4767       1.1122        1.0122  
    cl_mt_pol_a    0.48516     9.4586      19.496     -19.512     48.78    0.14364     0.4308    0.42556    2.7036e-05    0.00035812    -18.868    -18.265    -14.584    -11.089     -8.222    -6.5232    -4.5662    -1.3258           0    1.3937    4.1812    5.5749    8.3624    12.544    17.422    32.056    45.993         59.813             0.86384               89.465                     1               89.902              0.9582               4.8912               0.74429           -0.070934      -0.79873     -1.7992      -3.156      -4.0555      -4.8521      -5.4454      -5.9934      -6.1154      -5.9442      -5.3256      -4.9612      -4.2296      -2.9965      -1.6163       0.2309       0.91168  
    cl_mt_coh      0.42637     9.9194      23.265     -19.968    50.122          0    0.43075    0.56925    3.2686e-05    0.00023165    -19.923    -19.878    -15.615    -12.021     -8.517    -7.0213    -4.8784    -1.3294      0.1216    1.5502    4.3625    5.8359     8.693    12.956    17.956    32.979    47.264         64.681             0.89074               89.902                0.9582               98.395                   1               5.3182               0.77167           -0.093187      -0.98241     -2.2129     -3.8755      -4.9754      -5.9462      -6.6658      -7.3171      -7.4116      -7.1874      -6.6253       -6.006      -5.1398       -3.858      -2.1436      0.10018       0.89673  
    cl_mt_pol_c      1.448    0.69477     0.47983        0.01    8.9549          0          0          1      0.017415    0.00021447       0.01       0.01     0.8137    0.85478    0.87567    0.87567      0.908     1.0438      1.2507    1.6248      1.88    1.9384    1.9929    2.1413    2.9685    3.4563    5.1918         3.6242             0.71258               4.8912               0.74429               5.3182             0.77167              0.48271                     1          0.00012027    0.00012027    0.027139    0.047707      0.11832      0.11832      0.13696      0.20513      0.32494      0.47462      0.59204      0.65947      0.72864      0.79578      0.88832      0.97052       0.99574  

xxxxx fl_z_wage_sig = 0.46786 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.218499 seconds.
Elapsed time is 0.375179 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        -2.1691     7.9239     -3.6531     -22.318    15.477           0    0.58861    0.41139     0.0011201    0.00038626    -22.318    -20.763    -16.704    -13.642    -11.195    -9.1731    -7.3875    -4.9176      -1.277    1.5325    3.9978    5.1389    6.1864     7.826    9.8055    12.862     15.08         62.788                   1               71.757               0.86175               77.865             0.89201               4.2363               0.73909            0.011525      0.097623       0.439     0.77822       1.0805      1.3065        1.5144       1.7701       1.9922       1.9925        1.865      1.7583        1.6314       1.4625       1.2668       1.0636        1.0068  
    cl_mt_pol_a    -0.047254     10.509     -222.38     -19.512     48.78    0.072907    0.52818    0.39891    3.4518e-05    0.00064499    -18.868    -18.265    -15.656    -12.394    -9.9437    -7.8278    -6.5232    -3.9139    -0.66291    1.3937    4.1812    6.2718    9.0592     13.24    19.512    34.843    48.084         71.757             0.86175               110.43                     1               110.76             0.95673               5.9052               0.77686             0.93787        10.508      19.569      35.261        45.59      56.079        62.771       73.095       79.707       78.528        72.62      67.484        60.285       47.814       30.883       9.5301        1.6658  
    cl_mt_coh       -0.16892     11.016     -65.215     -19.968    50.122           0    0.52811    0.47189    4.1883e-05     0.0004172    -19.923    -19.878    -17.021     -13.45    -10.615    -8.4498    -7.0213    -4.1641    -0.61509    1.5278    4.3849    6.5278    9.4073    13.693    20.122    35.836    49.385         77.865             0.89201               110.76               0.95673               121.36                   1               6.4829               0.81356             0.30139        3.1774      5.9015      10.648       13.713      16.908        18.913       21.986       23.854        23.65       22.011      20.502        18.101        14.49       9.6025        3.453        1.2671  
    cl_mt_pol_c       1.4796    0.72335      0.4889        0.01    9.7962           0          0          1      0.022239    0.00038626       0.01       0.01    0.79741    0.84704    0.90901    0.97098     1.0273     1.1691      1.2985    1.5585    1.7501     1.964    2.0705    2.2622    3.0393    3.9975    5.4408         4.2363             0.73909               5.9052               0.77686               6.4829             0.81356              0.52323                     1          0.00015031    0.00015031    0.015184    0.047363     0.074643      0.1055       0.13702      0.21081      0.33533      0.48296      0.59146      0.6514       0.72634      0.79422      0.87876      0.96742       0.99465  

xxxxx fl_z_wage_sig = 0.5 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.212056 seconds.
Elapsed time is 0.418069 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -2.3188        8.2     -3.5363     -22.649    15.502           0    0.59273    0.40727     0.0011647    0.00070481    -22.649     -21.09     -17.05    -13.996    -11.572    -9.6574    -7.7634    -5.3186    -1.9308    1.6471    4.1918    5.3415    6.4182    8.1371    10.245    13.314    15.399         67.239                   1               79.658               0.86271               86.017             0.89012               4.7398               0.73766            0.011376      0.096352     0.41847     0.76012       1.0302       1.2635       1.4414       1.7248       1.9509        1.969       1.8432       1.7288        1.614       1.4522         1.26       1.0612        1.0062  
    cl_mt_pol_a    0.34138      11.26      32.985     -19.512     48.78    0.043997    0.54795    0.40805    1.5647e-05      0.001177    -18.868    -18.265    -15.656    -12.595    -10.437    -8.0863    -6.5232    -3.9139    -1.3046    1.3937     4.878    6.9686    10.453    14.634      22.3    38.328     48.78         79.658             0.86271                126.8                     1               127.37             0.95982               7.0209                0.7957            -0.13105       -1.5169     -2.7818     -4.7176      -6.3509      -7.6789      -8.8525      -10.333      -11.266      -11.182      -10.093      -9.3754       -8.075      -6.1977      -3.5191     -0.15725             1  
    cl_mt_coh       0.2233     11.785      52.776     -19.968    50.122           0    0.54788    0.45212    4.3675e-05    0.00076126    -19.923    -19.878    -17.021    -13.472    -11.307    -8.4946    -7.0213    -4.1641     -1.307    1.5502    5.0992    7.2645    10.836    15.122    22.956    39.407    50.099         86.017             0.89012               127.37               0.95982               138.88                   1               7.6198               0.82514            -0.23775       -2.5065     -4.5843     -7.8062      -10.476      -12.636      -14.578      -16.987      -18.465      -18.266      -16.775       -15.36      -13.298       -10.33      -6.2908     -0.81828       0.82913  
    cl_mt_pol_c     1.5027    0.78359     0.52147        0.01    10.692           0          0          1       0.02319    0.00070481       0.01       0.01    0.78293    0.87215    0.93412    0.98933     1.0581     1.1614     1.3202    1.5267    1.7009    1.8995    2.1565    2.4004    3.0249    4.4039     7.835         4.7398             0.73766               7.0209                0.7957               7.6198             0.82514              0.61402                     1          0.00015432    0.00015432    0.013968    0.043227     0.074381      0.10292      0.14146      0.21187      0.33901      0.48376      0.58206      0.64126      0.71645      0.78626      0.87351      0.96483       0.99359  

-------------------------
xxxxxx tb_outcomes xxxxxx
                        variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    fl_z_wage_sig     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      'cl_mt_val'      'fl_z_wage_rho'        15              1                   0            0.2          3.7238    0.27919    0.074974      -14.64    14.365          0    2.9281e-06          1    1.5624e-08       0         2.3323      2.9818     3.2821     3.2821    3.5716    3.5716    3.5716    3.5716       3.81       3.81     3.8642     4.0193     4.0193     4.0692     4.0692     4.2603    4.5521        0.077945                  1              0.073627              0.92626              0.060276             0.7295              0.039423              0.80391           0.0005857     0.011024     0.099204      0.099204       0.33111      0.33111      0.33111      0.33111     0.65419      0.65419      0.77732      0.85377      0.85377      0.95197      0.95197      0.99014       0.99938  
    cl_mt_pol_a_p1v1    'cl_mt_pol_a'    'fl_z_wage_rho'        15              1                   0            0.2          0.2223    0.28472      1.2807     -19.512    47.387    0.42492      0.024289    0.55079    2.7249e-11       0        -1.3046    -0.65232          0          0         0         0         0         0    0.34843    0.34843    0.34843    0.34843    0.34843    0.69686    0.69686    0.69686    1.3937        0.073627            0.92626              0.081063                    1              0.055331            0.65665               0.02741              0.54809          -0.0084585    -0.076222    -0.076222     -0.076222     -0.076222    -0.076222    -0.076222    -0.076222     0.58076      0.58076      0.58076      0.58076      0.58076      0.98685      0.98685      0.98685       0.99969  
    cl_mt_coh_p1v1      'cl_mt_coh'      'fl_z_wage_rho'        15              1                   0            0.2         0.33795    0.29595     0.87575     -19.968    50.122          0      0.024298     0.9757    2.5002e-11       0         -1.307    -0.59269     0.0768     0.0992    0.0992    0.1216    0.1216    0.1216    0.45634    0.47874    0.47874    0.47874    0.47874    0.81349    0.83589    0.83589    1.5502        0.060276             0.7295              0.055331              0.65665              0.087589                  1              0.031993              0.61544          -0.0056504    -0.046551    -0.037934    -0.0056709    -0.0056709     0.093199     0.093199     0.093199     0.29004      0.67403      0.67403      0.67403      0.67403      0.78324      0.99045      0.99045       0.99978  
    cl_mt_pol_c_p1v1    'cl_mt_pol_c'    'fl_z_wage_rho'        15              1                   0            0.2          1.2845    0.17565     0.13675        0.01    4.8909          0             0          1    1.5624e-08       0        0.86407     0.92604    0.92604    0.97308      1.25      1.25      1.25      1.25     1.2587     1.2832     1.3389     1.3476     1.3476     1.6159     1.6159     1.7048    1.9817        0.039423            0.80391               0.02741              0.54809              0.031993            0.61544              0.030853                    1           0.0023379     0.069389     0.069389      0.073131       0.31596      0.31596      0.31596      0.31596     0.54054       0.6305      0.75699      0.85128      0.85128      0.95248      0.95248      0.98992       0.99997  
    cl_mt_val_p1v2      'cl_mt_val'      'fl_z_wage_rho'        15              2            0.070357            0.2          3.7014     0.3045    0.082268     -14.696     14.37          0    3.8567e-06          1       1.9e-09       0         2.3001      2.9665     3.2453     3.2453    3.5559    3.5559    3.5559    3.5559     3.7942     3.7942     3.8662     4.0035     4.0035     4.0702     4.0702     4.2611    4.5667        0.092723                  1              0.084756              0.93002              0.070191            0.73951              0.044868              0.80434          0.00076461     0.014206      0.10842       0.10842       0.34205      0.34205      0.34205      0.34205     0.65288      0.65288      0.76862      0.84717      0.84717       0.9448       0.9448      0.98822       0.99885  
    cl_mt_pol_a_p1v2    'cl_mt_pol_a'    'fl_z_wage_rho'        15              2            0.070357            0.2         0.21715    0.29928      1.3782     -19.512    47.387    0.42722      0.030395    0.54239    2.0568e-10       0        -1.3046    -0.66291          0          0         0         0         0         0    0.34843    0.34843    0.34843    0.34843    0.34843    0.69686    0.69686    0.69686    1.3937        0.084756            0.93002              0.089571                    1              0.064664            0.69317              0.030725               0.5604           -0.013841    -0.044449    -0.099241     -0.099241     -0.099241    -0.099241    -0.099241    -0.099241     0.55224      0.55224      0.55224      0.55224      0.55224      0.98003      0.98003      0.98003       0.99921  
    cl_mt_coh_p1v2      'cl_mt_coh'      'fl_z_wage_rho'        15              2            0.070357            0.2         0.33239     0.3117     0.93776     -19.968    50.122          0      0.030394    0.96961    1.8116e-10       0         -1.307    -0.61509     0.0768     0.0992    0.0992    0.1216    0.1216    0.1216    0.45634    0.47874    0.47874    0.47874    0.47874    0.81349    0.83589    0.83589    1.5502        0.070191            0.73951              0.064664              0.69317               0.09716                  1              0.036116              0.63249          -0.0091366    -0.027794    -0.051509      -0.01853      -0.01853     0.082536     0.082536     0.082536     0.27639      0.65456      0.65456      0.65456      0.65456      0.76881       0.9856       0.9856       0.99944  
    cl_mt_pol_c_p1v2    'cl_mt_pol_c'    'fl_z_wage_rho'        15              2            0.070357            0.2          1.2841    0.18319     0.14266        0.01     4.894          0             0          1    1.1333e-07       0        0.86326     0.92523    0.92523    0.92523    1.2499    1.2499    1.2499    1.2499     1.2586     1.2824       1.34     1.3487     1.3487     1.6157     1.6157     1.7058    1.9816        0.044868            0.80434              0.030725               0.5604              0.036116            0.63249              0.033559                    1           0.0031959     0.074923     0.074923      0.074923       0.32594      0.32594      0.32594      0.32594     0.54368      0.62906      0.74797      0.84279      0.84279      0.94445      0.94445      0.98857       0.99993  
    cl_mt_val_p1v3      'cl_mt_val'      'fl_z_wage_rho'        15              3             0.14071            0.2          3.6776    0.33499    0.091089     -14.758     14.38          0    6.1852e-06    0.99999    2.0576e-09       0          1.905      2.5935     3.2033     3.2033    3.3499    3.5175    3.5397    3.5397      3.778      3.778     3.8725     3.9874     3.9874     4.0754     4.2459     4.3408     4.613         0.11222                  1              0.099021              0.93283              0.082931            0.74862              0.051754              0.80589          0.00048362    0.0074328      0.11788       0.11788       0.12738      0.20432      0.42962      0.42962     0.67371      0.67371      0.75962      0.83977      0.83977      0.93655      0.94183      0.98836       0.99963  
    cl_mt_pol_a_p1v3    'cl_mt_pol_a'    'fl_z_wage_rho'        15              3             0.14071            0.2         0.21128    0.31688      1.4998     -19.512    47.387    0.42849      0.037624    0.53389    2.1658e-10       0        -1.3258    -0.66291          0          0         0         0         0         0    0.34843    0.34843    0.34843    0.34843    0.34843    0.69686    0.69686    0.69686    1.3937        0.099021            0.93283               0.10041                    1              0.076459            0.72966              0.034924               0.5749           -0.010311    -0.060889     -0.12907      -0.12907      -0.12907     -0.12907     -0.12907     -0.12907     0.51801      0.51801      0.51801      0.51801      0.51801      0.97012      0.97012      0.97012       0.99812  

                         variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    fl_z_wage_sig      mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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_p2v13      'cl_mt_coh'      'fl_z_wage_sig'        16              13              0.8            0.43571         0.42637     9.9194      23.265     -19.968    50.122           0    0.43075    0.56925    3.2686e-05    0.00023165    -19.923    -19.878    -15.615    -12.021     -8.517    -7.0213    -4.8784    -1.3294      0.1216    1.5502    4.3625    5.8359     8.693    12.956    17.956    32.979    47.264         64.681             0.89074               89.902                0.9582               98.395                   1               5.3182               0.77167           -0.093187      -0.98241     -2.2129     -3.8755      -4.9754      -5.9462      -6.6658      -7.3171      -7.4116      -7.1874      -6.6253       -6.006      -5.1398       -3.858      -2.1436      0.10018       0.89673  
    cl_mt_pol_c_p2v13    'cl_mt_pol_c'    'fl_z_wage_sig'        16              13              0.8            0.43571           1.448    0.69477     0.47983        0.01    8.9549           0          0          1      0.017415    0.00021447       0.01       0.01     0.8137    0.85478    0.87567    0.87567      0.908     1.0438      1.2507    1.6248      1.88    1.9384    1.9929    2.1413    2.9685    3.4563    5.1918         3.6242             0.71258               4.8912               0.74429               5.3182             0.77167              0.48271                     1          0.00012027    0.00012027    0.027139    0.047707      0.11832      0.11832      0.13696      0.20513      0.32494      0.47462      0.59204      0.65947      0.72864      0.79578      0.88832      0.97052       0.99574  
    cl_mt_val_p2v14      'cl_mt_val'      'fl_z_wage_sig'        16              14              0.8            0.46786         -2.1691     7.9239     -3.6531     -22.318    15.477           0    0.58861    0.41139     0.0011201    0.00038626    -22.318    -20.763    -16.704    -13.642    -11.195    -9.1731    -7.3875    -4.9176      -1.277    1.5325    3.9978    5.1389    6.1864     7.826    9.8055    12.862     15.08         62.788                   1               71.757               0.86175               77.865             0.89201               4.2363               0.73909            0.011525      0.097623       0.439     0.77822       1.0805       1.3065       1.5144       1.7701       1.9922       1.9925        1.865       1.7583       1.6314       1.4625       1.2668       1.0636        1.0068  
    cl_mt_pol_a_p2v14    'cl_mt_pol_a'    'fl_z_wage_sig'        16              14              0.8            0.46786       -0.047254     10.509     -222.38     -19.512     48.78    0.072907    0.52818    0.39891    3.4518e-05    0.00064499    -18.868    -18.265    -15.656    -12.394    -9.9437    -7.8278    -6.5232    -3.9139    -0.66291    1.3937    4.1812    6.2718    9.0592     13.24    19.512    34.843    48.084         71.757             0.86175               110.43                     1               110.76             0.95673               5.9052               0.77686             0.93787        10.508      19.569      35.261        45.59       56.079       62.771       73.095       79.707       78.528        72.62       67.484       60.285       47.814       30.883       9.5301        1.6658  
    cl_mt_coh_p2v14      'cl_mt_coh'      'fl_z_wage_sig'        16              14              0.8            0.46786        -0.16892     11.016     -65.215     -19.968    50.122           0    0.52811    0.47189    4.1883e-05     0.0004172    -19.923    -19.878    -17.021     -13.45    -10.615    -8.4498    -7.0213    -4.1641    -0.61509    1.5278    4.3849    6.5278    9.4073    13.693    20.122    35.836    49.385         77.865             0.89201               110.76               0.95673               121.36                   1               6.4829               0.81356             0.30139        3.1774      5.9015      10.648       13.713       16.908       18.913       21.986       23.854        23.65       22.011       20.502       18.101        14.49       9.6025        3.453        1.2671  
    cl_mt_pol_c_p2v14    'cl_mt_pol_c'    'fl_z_wage_sig'        16              14              0.8            0.46786          1.4796    0.72335      0.4889        0.01    9.7962           0          0          1      0.022239    0.00038626       0.01       0.01    0.79741    0.84704    0.90901    0.97098     1.0273     1.1691      1.2985    1.5585    1.7501     1.964    2.0705    2.2622    3.0393    3.9975    5.4408         4.2363             0.73909               5.9052               0.77686               6.4829             0.81356              0.52323                     1          0.00015031    0.00015031    0.015184    0.047363     0.074643       0.1055      0.13702      0.21081      0.33533      0.48296      0.59146       0.6514      0.72634      0.79422      0.87876      0.96742       0.99465  
    cl_mt_val_p2v15      'cl_mt_val'      'fl_z_wage_sig'        16              15              0.8                0.5         -2.3188        8.2     -3.5363     -22.649    15.502           0    0.59273    0.40727     0.0011647    0.00070481    -22.649     -21.09     -17.05    -13.996    -11.572    -9.6574    -7.7634    -5.3186     -1.9308    1.6471    4.1918    5.3415    6.4182    8.1371    10.245    13.314    15.399         67.239                   1               79.658               0.86271               86.017             0.89012               4.7398               0.73766            0.011376      0.096352     0.41847     0.76012       1.0302       1.2635       1.4414       1.7248       1.9509        1.969       1.8432       1.7288        1.614       1.4522         1.26       1.0612        1.0062  
    cl_mt_pol_a_p2v15    'cl_mt_pol_a'    'fl_z_wage_sig'        16              15              0.8                0.5         0.34138      11.26      32.985     -19.512     48.78    0.043997    0.54795    0.40805    1.5647e-05      0.001177    -18.868    -18.265    -15.656    -12.595    -10.437    -8.0863    -6.5232    -3.9139     -1.3046    1.3937     4.878    6.9686    10.453    14.634      22.3    38.328     48.78         79.658             0.86271                126.8                     1               127.37             0.95982               7.0209                0.7957            -0.13105       -1.5169     -2.7818     -4.7176      -6.3509      -7.6789      -8.8525      -10.333      -11.266      -11.182      -10.093      -9.3754       -8.075      -6.1977      -3.5191     -0.15725             1  
    cl_mt_coh_p2v15      'cl_mt_coh'      'fl_z_wage_sig'        16              15              0.8                0.5          0.2233     11.785      52.776     -19.968    50.122           0    0.54788    0.45212    4.3675e-05    0.00076126    -19.923    -19.878    -17.021    -13.472    -11.307    -8.4946    -7.0213    -4.1641      -1.307    1.5502    5.0992    7.2645    10.836    15.122    22.956    39.407    50.099         86.017             0.89012               127.37               0.95982               138.88                   1               7.6198               0.82514            -0.23775       -2.5065     -4.5843     -7.8062      -10.476      -12.636      -14.578      -16.987      -18.465      -18.266      -16.775       -15.36      -13.298       -10.33      -6.2908     -0.81828       0.82913  
    cl_mt_pol_c_p2v15    'cl_mt_pol_c'    'fl_z_wage_sig'        16              15              0.8                0.5          1.5027    0.78359     0.52147        0.01    10.692           0          0          1       0.02319    0.00070481       0.01       0.01    0.78293    0.87215    0.93412    0.98933     1.0581     1.1614      1.3202    1.5267    1.7009    1.8995    2.1565    2.4004    3.0249    4.4039     7.835         4.7398             0.73766               7.0209                0.7957               7.6198             0.82514              0.61402                     1          0.00015432    0.00015432    0.013968    0.043227     0.074381      0.10292      0.14146      0.21187      0.33901      0.48376      0.58206      0.64126      0.71645      0.78626      0.87351      0.96483       0.99359  

                       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1       fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       _____________    ________    _______    _____________    _______________    ___________    ____________    _____________    _________    _______    ______    _____    __________    _______    __________    __________    ________    _______    ________    ________    _______    _______    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    ___________    ___________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val_p1v1              0         3.7238    0.27919     'cl_mt_val'     'fl_z_wage_rho'        15               1              0.2         0.074974      -14.64    14.365      0      2.9281e-06          1    1.5624e-08             0      2.3323     2.9818      3.2821      3.2821     3.5716     3.5716     3.5716     3.5716       3.81       3.81    3.8642    4.0193    4.0193    4.0692    4.0692    4.2603    4.5521        0.077945               1                 0.073627               0.92626             0.060276              0.7295             0.039423              0.80391            0.0005857       0.011024      0.099204     0.099204      0.33111      0.33111     0.33111      0.33111      0.65419      0.65419      0.77732      0.85377      0.85377      0.95197      0.95197      0.99014       0.99938  
    cl_mt_val_p1v2       0.070357         3.7014     0.3045     'cl_mt_val'     'fl_z_wage_rho'        15               2              0.2         0.082268     -14.696     14.37      0      3.8567e-06          1       1.9e-09             0      2.3001     2.9665      3.2453      3.2453     3.5559     3.5559     3.5559     3.5559     3.7942     3.7942    3.8662    4.0035    4.0035    4.0702    4.0702    4.2611    4.5667        0.092723               1                 0.084756               0.93002             0.070191             0.73951             0.044868              0.80434           0.00076461       0.014206       0.10842      0.10842      0.34205      0.34205     0.34205      0.34205      0.65288      0.65288      0.76862      0.84717      0.84717       0.9448       0.9448      0.98822       0.99885  
    cl_mt_val_p1v3        0.14071         3.6776    0.33499     'cl_mt_val'     'fl_z_wage_rho'        15               3              0.2         0.091089     -14.758     14.38      0      6.1852e-06    0.99999    2.0576e-09             0       1.905     2.5935      3.2033      3.2033     3.3499     3.5175     3.5397     3.5397      3.778      3.778    3.8725    3.9874    3.9874    4.0754    4.2459    4.3408     4.613         0.11222               1                 0.099021               0.93283             0.082931             0.74862             0.051754              0.80589           0.00048362      0.0074328       0.11788      0.11788      0.12738      0.20432     0.42962      0.42962      0.67371      0.67371      0.75962      0.83977      0.83977      0.93655      0.94183      0.98836       0.99963  
    cl_mt_val_p1v4        0.21107         3.6468    0.37956     'cl_mt_val'     'fl_z_wage_rho'        15               4              0.2          0.10408     -14.845     14.38      0      9.4051e-06    0.99999    5.6532e-10             0      1.8029     2.5117      3.1388      3.1388     3.1388     3.4549     3.5072     3.5072     3.7456     3.7456    3.8687    3.9553    4.0703    4.0703    4.2596    4.4192    4.6603         0.14406               1                  0.12851               0.92713              0.11062             0.76542             0.060467              0.79989           0.00062087      0.0077266       0.12519      0.12519      0.12519      0.20523     0.42778      0.42778      0.65776      0.65776       0.7378       0.8175      0.91158      0.91158      0.96486      0.98734         0.999  
    cl_mt_val_p1v5        0.28143         3.6199    0.42785     'cl_mt_val'     'fl_z_wage_rho'        15               5              0.2          0.11819     -14.931    14.401      0      2.9524e-05    0.99997    1.4927e-09             0      1.4871     2.4459      2.9063      3.0785     3.0785     3.3974      3.487      3.487     3.7257     3.7257    3.8851    3.9357    4.0851    4.0851    4.2729    4.6187    4.9507         0.18306               1                  0.15769               0.92514              0.13759             0.77291             0.072045              0.80271           0.00031484       0.010165      0.037647      0.13383      0.13383      0.20874     0.42926      0.42926      0.64906      0.64906      0.72402       0.8036      0.90035      0.90035      0.95661      0.99203       0.99885  
    cl_mt_val_p1v6        0.35179         3.5661    0.48912     'cl_mt_val'     'fl_z_wage_rho'        15               6              0.2          0.13716      -15.06    14.407      0      0.00019318    0.99981    5.1125e-09             0     0.90785     2.1853      2.8516      2.9814     2.9814     3.3041     3.3837      3.441     3.6803     3.6803    3.8907    3.8907    4.0844    4.0844    4.2702    4.6157    5.0285         0.23924               1                  0.19784               0.92147              0.17512             0.77962             0.087681              0.80652           0.00014353      0.0051352      0.037729      0.14356      0.14356      0.20318     0.21041      0.42833      0.63869      0.63869      0.78679      0.78679      0.88255      0.88255      0.96726      0.99015       0.99955  
    cl_mt_val_p1v7        0.42214         3.5264     0.5851     'cl_mt_val'     'fl_z_wage_rho'        15               7              0.2          0.16592     -15.211    14.429      0      0.00054685    0.99945    6.1795e-08             0     0.59382     1.7147       2.805      2.8696     2.8696     3.1975     3.1975      3.396     3.6361     3.6361    3.9031    3.9031    4.0986    4.2108    4.2819    4.7757    5.2251         0.34234               1                  0.28393               0.91722              0.25817             0.79722              0.10943              0.79877          -0.00014473      0.0034396      0.042181      0.14631      0.14631      0.19853     0.19853      0.40817      0.61218      0.61218      0.75737      0.75737      0.84245      0.88245      0.94767      0.99147       0.99848  
    cl_mt_val_p1v8         0.4925         3.4375    0.70452     'cl_mt_val'     'fl_z_wage_rho'        15               8              0.2          0.20495     -15.425    14.449      0       0.0016442    0.99836    2.3259e-07             0    -0.46363     1.3076      2.1846      2.7093     2.7093     2.7399     3.0444     3.3255     3.5666     3.5666    3.9159    4.1079    4.1079    4.2879    4.2879    4.8623    5.4841         0.49635               1                  0.38718               0.91194              0.35993             0.80729              0.14182              0.79523          -0.00071757      0.0020135      0.025884      0.12335      0.12335      0.14597     0.19637      0.41165      0.59864      0.59864       0.7364      0.81834      0.81834      0.93726      0.93726      0.98752       0.99921  
    cl_mt_val_p1v9        0.56286         3.3099    0.95276     'cl_mt_val'     'fl_z_wage_rho'        15               9              0.2          0.28785     -15.714    14.486      0       0.0045681    0.99543    1.9837e-06             0     -5.7952    0.39798      1.8475      2.4946     2.4946     2.6373     2.8395     3.2363     3.4788     3.4788     3.942    4.0652    4.1297    4.3056    4.4208      4.99    5.6015         0.90775               1                  0.68269               0.90871              0.67561             0.84811               0.1929              0.72985           -0.0030441     -0.0044412      0.016276       0.1188       0.1188      0.13599     0.18438      0.39654      0.57915      0.57915      0.70852      0.75827      0.83729      0.92231      0.92698      0.98746       0.99867  
    cl_mt_val_p1v10       0.63321          3.147     1.4184     'cl_mt_val'     'fl_z_wage_rho'        15              10              0.2          0.45073     -16.154    14.527      0        0.018979    0.98102    9.9284e-06             0     -12.714    -1.5738      1.4499      2.1665     2.1665     2.4852     2.5252     3.0935     3.3378     3.5535    3.9332    3.9677    4.3206    4.3206    4.6632    5.3012    6.0398           2.012               1                    1.534               0.90722               1.6225             0.89639              0.27245              0.62556           -0.0046364      -0.020294    -0.0076387     0.078997     0.078997     0.094883     0.12944      0.33067      0.42318      0.61894      0.67437      0.71711      0.90709      0.90709      0.95326      0.98403       0.99854  
    cl_mt_val_p1v11       0.70357         2.7407      2.213     'cl_mt_val'     'fl_z_wage_rho'        15              11              0.2          0.80748     -16.817    14.622      0        0.046996      0.953    3.9194e-05             0     -15.282    -8.4055    0.065956      1.5778     1.6804     1.6804       2.06     2.9021     3.1492      3.369    3.7566    4.2154    4.3792    4.3792     4.719    5.7468    6.5669          4.8975               1                   3.7875               0.90449               4.1654             0.92374              0.42985              0.55422            -0.006331      -0.043211     -0.082608    -0.066415    0.0051295    0.0051295     0.02662      0.26019      0.33786      0.53385      0.60749      0.69931      0.86778      0.86778      0.92646      0.98363       0.99778  
    cl_mt_val_p1v12       0.77393         2.1194     3.2158     'cl_mt_val'     'fl_z_wage_rho'        15              12              0.2           1.5173     -17.954    14.765      0         0.12213    0.87787    0.00012217             0     -16.865    -12.513     -4.0208    -0.25059    0.81361    0.81361     0.8382      2.561     2.8129     3.0383    3.8048     4.487     4.487     4.487    5.4338    7.0058    8.1024          10.342               1                   8.1664               0.89241               9.0462             0.92059              0.73941              0.56901            -0.008856      -0.069125      -0.21175     -0.25628     -0.20938     -0.20938    -0.20926     0.049013       0.1178      0.33136      0.42548      0.75379      0.75379      0.75379      0.85905      0.96948       0.99661  
    cl_mt_val_p1v13       0.84429       -0.67817     5.8893     'cl_mt_val'     'fl_z_wage_rho'        15              13              0.2          -8.6842     -20.034    15.142      0         0.44144    0.55856     0.0009111    2.6176e-21     -18.621    -16.899     -13.205     -9.7028    -7.0132    -5.5265    -3.8437    -1.5584     1.3866     2.2631    2.8866    4.6979    4.8984    4.8984    6.5423     8.701    10.278          34.684               1                    26.74               0.87195               30.512              0.9261               1.6204               0.6037             0.038349        0.28595        1.1703        2.025       2.6563       3.0688      3.4068       3.7781       3.7956       3.1227       2.9913       2.6816        1.842        1.842       1.5797       1.1352        1.0133  
    cl_mt_val_p1v14       0.91464        -1.5359     8.2603     'cl_mt_val'     'fl_z_wage_rho'        15              14              0.2          -5.3781     -25.392    16.687      0         0.40866    0.59134     0.0020218    3.9192e-11     -25.392    -22.385     -17.266      -13.99    -10.856    -8.9734     -7.322    -2.5021    0.78079    0.78079    6.2068    6.7525    6.7525    6.7525    9.6516     13.54    15.202          68.232               1                   43.753               0.80558               48.886             0.84833               4.0521              0.67919             0.033424        0.20292       0.70451       1.1783       1.5702       1.8923      2.1749       2.5272       2.4356       2.4356        2.314       1.6189       1.6189       1.6189       1.3574       1.0921        1.0091  
    cl_mt_val_p1v15         0.985         22.632     11.017     'cl_mt_val'     'fl_z_wage_rho'        15              15              0.2          0.48678     -15.731    32.161      0       0.0079926    0.99201    9.1605e-13             0     -3.5356     1.6214      2.4103      2.4103     2.4103     20.218     20.218     20.218     27.703     30.843    30.843    30.843     32.16     32.16     32.16     32.16     32.16          121.37               1                  0.10657              0.014988              0.13763            0.018441               2690.7              0.52432          -0.00020186    -0.00046288      0.019593     0.019593     0.019593      0.19836     0.19836      0.19836      0.44293      0.71146      0.71146      0.71603      0.97567      0.97567      0.97567      0.99561        0.9996  

                         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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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.2845    0.17565    'cl_mt_pol_c'    'fl_z_wage_rho'        15               1              0.2          0.13675     0.01    4.8909      0        0        1      1.5624e-08             0    0.86407    0.92604    0.92604    0.97308       1.25       1.25      1.25      1.25    1.2587    1.2832    1.3389    1.3476    1.3476    1.6159    1.6159    1.7048    1.9817        0.039423            0.80391               0.02741               0.54809             0.031993             0.61544              0.030853                1              0.0023379      0.069389      0.069389      0.073131       0.31596      0.31596      0.31596      0.31596     0.54054       0.6305      0.75699      0.85128      0.85128      0.95248      0.95248      0.98992       0.99997  
    cl_mt_pol_c_p1v2       0.070357       1.2841    0.18319    'cl_mt_pol_c'    'fl_z_wage_rho'        15               2              0.2          0.14266     0.01     4.894      0        0        1      1.1333e-07             0    0.86326    0.92523    0.92523    0.92523     1.2499     1.2499    1.2499    1.2499    1.2586    1.2824      1.34    1.3487    1.3487    1.6157    1.6157    1.7058    1.9816        0.044868            0.80434              0.030725                0.5604             0.036116             0.63249              0.033559                1              0.0031959      0.074923      0.074923      0.074923       0.32594      0.32594      0.32594      0.32594     0.54368      0.62906      0.74797      0.84279      0.84279      0.94445      0.94445      0.98857       0.99993  
    cl_mt_pol_c_p1v3        0.14071       1.2836    0.19171    'cl_mt_pol_c'    'fl_z_wage_rho'        15               3              0.2          0.14935     0.01    4.9034      0        0        1      1.1958e-07             0    0.86078    0.92275    0.92275    0.92275     1.2493     1.2493    1.2493    1.2493     1.258    1.2799    1.3431    1.3518    1.3518    1.6152    1.6152    1.7089     1.981        0.051754            0.80589              0.034924                0.5749             0.040918             0.64544              0.036752                1              0.0042805       0.08038       0.08038       0.08038        0.3357       0.3357       0.3357       0.3357     0.54666      0.62726      0.73861      0.83234      0.83234      0.93551      0.93551      0.98683       0.99985  
    cl_mt_pol_c_p1v4        0.21107       1.2835    0.19916    'cl_mt_pol_c'    'fl_z_wage_rho'        15               4              0.2          0.15517     0.01    4.9197      0        0        1       3.188e-08             0    0.81573    0.86711    0.91848    0.91848     1.1971     1.2484    1.2484    1.2484    1.2571    1.2756    1.3485    1.3572    1.3572    1.6143    1.7143    1.7317    1.9667        0.060467            0.79989              0.041242               0.56703             0.046937             0.61891              0.039666                1              0.0008156      0.007429      0.084345      0.084345       0.11347      0.34022      0.34022      0.34022     0.54152      0.61608      0.73119      0.82089      0.82089      0.91842      0.98438       0.9916       0.99943  
    cl_mt_pol_c_p1v5        0.28143       1.2829    0.20977    'cl_mt_pol_c'    'fl_z_wage_rho'        15               5              0.2          0.16351     0.01    4.9437      0        0        1      8.0607e-08             0     0.7883    0.85027    0.91224    0.91224     1.1851     1.2471    1.2471    1.2471    1.2558    1.2694    1.3563     1.365     1.365    1.6129    1.7222    1.7396    1.9907        0.072045            0.80271              0.048476               0.58005             0.054208             0.62108              0.044004                1             0.00098225     0.0070933      0.089259      0.089259       0.11655      0.34734      0.34734      0.34734      0.5412       0.6107      0.72228       0.8092       0.8092      0.90156      0.98091      0.99115       0.99905  
    cl_mt_pol_c_p1v6        0.35179       1.2822    0.22226    'cl_mt_pol_c'    'fl_z_wage_rho'        15               6              0.2          0.17334     0.01    4.9769      0        0        1      2.5238e-07             0    0.77977    0.84174    0.90371    0.90371     1.1212     1.2451    1.2451    1.2451    1.2538    1.2608    1.3671    1.3758     1.611     1.611    1.7329    1.7504    2.0239        0.087681            0.80652                0.0579               0.59346             0.063402             0.62117              0.049401                1              0.0015735     0.0089574      0.093734      0.093734        0.1072      0.35374      0.35374      0.35374     0.54148      0.60439      0.71249      0.79681      0.88703      0.88703      0.97624      0.99029       0.99997  
    cl_mt_pol_c_p1v7        0.42214       1.2821    0.23415    'cl_mt_pol_c'    'fl_z_wage_rho'        15               7              0.2          0.18263     0.01    4.6479      0        0        1      2.8606e-06             0    0.73066    0.83041    0.89238    0.89238     1.0155     1.2424    1.2424    1.2424    1.2511    1.2582    1.3814    1.3901    1.6083    1.6083    1.7472    1.7646    1.9916         0.10943            0.79877              0.074337               0.60007             0.081168             0.62632              0.054825                1             0.00054612      0.011009      0.096197      0.096197       0.10629        0.354        0.354        0.354     0.58451      0.59643      0.70446      0.78352      0.86694      0.86694      0.96353      0.99231       0.99934  
    cl_mt_pol_c_p1v8         0.4925       1.2808    0.25313    'cl_mt_pol_c'    'fl_z_wage_rho'        15               8              0.2          0.19764     0.01    4.6286      0        0        1      1.0134e-05             0    0.69161    0.81555    0.87752    0.87752    0.97224     1.1873    1.2347    1.2387    1.2474    1.2474    1.4001    1.4088    1.6045    1.7659    1.7659    1.8008    1.9878         0.14182            0.79523              0.092567               0.60681             0.098657             0.61587              0.064077                1              0.0010109      0.013563       0.10005       0.10005       0.10198      0.14957      0.20431      0.41024     0.58738      0.58738      0.68907      0.76478      0.84782      0.94087      0.94087      0.98814       0.99877  
    cl_mt_pol_c_p1v9        0.56286       1.2792     0.2774    'cl_mt_pol_c'    'fl_z_wage_rho'        15               9              0.2          0.21684     0.01    4.6038      0        0        1      7.9964e-05             0    0.65245     0.7376    0.85795    0.85795    0.85795     1.1714    1.2151    1.2334    1.2421    1.2421    1.4333    1.4333    1.5992    1.7905    1.8079    1.8694    1.9999          0.1929            0.72985               0.11876               0.54293              0.12536             0.54048               0.07695                1             0.00054407     0.0054719       0.10322       0.10322       0.10322      0.15205      0.20927      0.41625     0.57721      0.57721      0.74746      0.74746      0.83557      0.92774      0.96525      0.98508        0.9993  
    cl_mt_pol_c_p1v10       0.63321       1.2812    0.30705    'cl_mt_pol_c'    'fl_z_wage_rho'        15              10              0.2          0.23966     0.01    4.5771      0        0        1      0.00036107             0    0.64582    0.70779    0.83173    0.83173    0.93033     1.1635    1.1889    1.2255    1.2342    1.2429    1.2604     1.466    1.8232    1.8232    1.8406    1.9812    2.0335         0.27245            0.62556                 0.153               0.41801              0.15981             0.40787              0.094279                1              0.0015343     0.0056483      0.091177      0.091177      0.095313      0.14518      0.18645      0.38725     0.46512      0.62804      0.67149      0.74862      0.90992      0.90992      0.95216      0.98503       0.99903  
    cl_mt_pol_c_p1v11       0.70357       1.2813    0.35047    'cl_mt_pol_c'    'fl_z_wage_rho'        15              11              0.2          0.27353     0.01     4.739      0        0        1       0.0012194             0       0.01    0.69272    0.79547    0.79547    0.79547     1.1119    1.1526    1.2133     1.222    1.2307     1.325    1.5109     1.868     1.868    1.8854    2.1432    2.2129         0.42985            0.55422               0.22102                0.3333              0.24879              0.3484               0.12283                1             9.5174e-06     0.0059772      0.090317      0.090317      0.090317      0.12972      0.18011      0.38341      0.4455      0.59829      0.64982      0.71994      0.88787      0.88787      0.93475      0.98311       0.99887  
    cl_mt_pol_c_p1v12       0.77393       1.2881    0.40408    'cl_mt_pol_c'    'fl_z_wage_rho'        15              12              0.2           0.3137     0.01    4.9922      0        0        1       0.0028055             0       0.01    0.68061    0.74258    0.74258    0.79327     1.0392    1.1084    1.1926    1.2013      1.21    1.5668    1.7343    1.9327    1.9327    1.9675     2.072    2.5532         0.73941            0.56901               0.42188                0.3669              0.49786             0.40321               0.16328                1              2.178e-05     0.0066321       0.08059       0.08059      0.084019      0.12011      0.17282      0.35947     0.41038      0.55258      0.65266      0.69573      0.86379      0.86379      0.92703       0.9829        0.9986  
    cl_mt_pol_c_p1v13       0.84429       1.3126    0.45576    'cl_mt_pol_c'    'fl_z_wage_rho'        15              13              0.2          0.34721     0.01    4.7496      0        0        1        0.013595    2.6176e-21       0.01       0.01    0.81303    0.89535    0.94673     1.0008    1.0316    1.1247    1.1609    1.2794    1.5181    1.6771    2.0342    2.0342    2.1104    2.2955    3.1468          1.6204             0.6037                1.0776               0.45405               1.4457             0.56701               0.20772                1             0.00010357    0.00010357        0.0219      0.056997      0.089065      0.13072      0.16496      0.25209     0.43748      0.51772       0.6321      0.68613      0.87243      0.87243       0.9125       0.9801       0.99778  
    cl_mt_pol_c_p1v14       0.91464       1.4175    0.72226    'cl_mt_pol_c'    'fl_z_wage_rho'        15              14              0.2          0.50953     0.01    5.8447      0        0        1        0.017347    3.9192e-11       0.01       0.01     0.7916    0.86256    0.92453    0.98458    1.0276    1.0485    1.0485    1.3564    1.8624    2.2196    2.2196    2.2196    2.4809     4.329    4.6949          4.0521            0.67919                2.8411               0.59825               3.3049             0.65591               0.52166                1             0.00012237    0.00012237      0.018236      0.051582      0.085556      0.11209      0.14733      0.34063     0.34063      0.45589       0.5728      0.81015      0.81015      0.81015      0.88396      0.97122       0.99676  
    cl_mt_pol_c_p1v15         0.985       294.15     465.81    'cl_mt_pol_c'    'fl_z_wage_rho'        15              15              0.2           1.5836     0.01    1253.4      0        0        1      9.1605e-13             0    0.78617      1.096      1.158      1.158      1.158     6.5881    6.5881    6.5881    37.482    213.24    213.24    216.03    1213.2    1213.2    1213.2    1214.5    1221.4          2690.7            0.52432               -41.535              -0.13815              -42.592            -0.13497            2.1698e+05                1             3.4534e-06    3.6265e-05    0.00077855    0.00077855    0.00077855    0.0052605    0.0052605    0.0052605    0.030717      0.17334      0.17334      0.17583      0.92305      0.92305      0.92305      0.98585       0.99871  

                       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10     fracByP15     fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       _____________    __________    _______    _____________    _______________    ___________    ____________    _____________    _________    _______    ______    _____    ________    _______    __________    __________    _______    ________    ________    ________    ________    _______    _______    _______    ________    _______    _______    _______    _______    _______    _______    _______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_coh_p1v1              0          0.33795    0.29595     'cl_mt_coh'     'fl_z_wage_rho'        15               1              0.2          0.87575     -19.968    50.122      0      0.024298     0.9757    2.5002e-11             0     -1.307    -0.59269      0.0768      0.0992      0.0992     0.1216     0.1216     0.1216     0.45634    0.47874    0.47874    0.47874    0.47874    0.81349    0.83589    0.83589    1.5502        0.060276              0.7295             0.055331              0.65665              0.087589               1                 0.031993               0.61544         -0.0056504    -0.046551    -0.037934    -0.0056709    -0.0056709     0.093199     0.093199     0.093199      0.29004      0.67403     0.67403      0.67403      0.67403       0.78324     0.99045      0.99045       0.99978  
    cl_mt_coh_p1v2       0.070357          0.33239     0.3117     'cl_mt_coh'     'fl_z_wage_rho'        15               2              0.2          0.93776     -19.968    50.122      0      0.030394    0.96961    1.8116e-10             0     -1.307    -0.61509      0.0768      0.0992      0.0992     0.1216     0.1216     0.1216     0.45634    0.47874    0.47874    0.47874    0.47874    0.81349    0.83589    0.83589    1.5502        0.070191             0.73951             0.064664              0.69317               0.09716               1                 0.036116               0.63249         -0.0091366    -0.027794    -0.051509      -0.01853      -0.01853     0.082536     0.082536     0.082536      0.27639      0.65456     0.65456      0.65456      0.65456       0.76881      0.9856       0.9856       0.99944  
    cl_mt_coh_p1v3        0.14071          0.32603    0.33069     'cl_mt_coh'     'fl_z_wage_rho'        15               3              0.2           1.0143     -19.968    50.122      0       0.03762    0.96238    1.9106e-10             0    -1.3294    -0.61509      0.0768      0.0992      0.0992     0.1216     0.1216     0.1216     0.43394    0.47874    0.47874    0.47874    0.47874    0.81349    0.83589    0.83589    1.5502        0.082931             0.74862             0.076459              0.72966               0.10936               1                 0.040918               0.64544         -0.0067962    -0.037949     -0.06908     -0.035357     -0.035357     0.067988     0.067988     0.067988      0.11693      0.63159     0.63159      0.63159      0.63159       0.75137     0.97864      0.97864       0.99869  
    cl_mt_coh_p1v4        0.21107          0.33661    0.38078     'cl_mt_coh'     'fl_z_wage_rho'        15               4              0.2           1.1312     -19.968    50.122      0      0.045207    0.95479    5.0908e-11             0    -1.3518    -0.61509      0.0544      0.0992      0.0992     0.1216     0.1216     0.1216     0.43394    0.47874    0.47874    0.47874    0.79109    0.83589    0.83589     1.5502    1.5502         0.11062             0.76542              0.11128              0.80023               0.14499               1                 0.046937               0.61891         -0.0058092    -0.048474    -0.092746     -0.053028     -0.053028     0.045748     0.045748     0.045748     0.090798      0.56453     0.56453      0.56453      0.59517       0.90404     0.90404      0.99495       0.99495  
    cl_mt_coh_p1v5        0.28143          0.33402    0.41607     'cl_mt_coh'     'fl_z_wage_rho'        15               5              0.2           1.2456     -19.968    50.122      0      0.054512    0.94549     1.286e-10             0    -2.0213    -0.63749    -0.59269      0.0992      0.0992     0.0992     0.1216     0.1216     0.43394    0.47874    0.47874    0.47874    0.81349    0.83589    0.83589     1.5502    2.2421         0.13759             0.77291              0.13826              0.83408               0.17311               1                 0.054208               0.62108         -0.0081399    -0.044195     -0.11929     -0.078412     -0.078412    -0.078412     0.020456     0.020456     0.063887      0.52061     0.52061      0.52061      0.64092       0.86919     0.86919      0.99081       0.99364  
    cl_mt_coh_p1v6        0.35179          0.33147    0.45922     'cl_mt_coh'     'fl_z_wage_rho'        15               6              0.2           1.3854     -19.968    50.122      0      0.064923    0.93508    4.0221e-10             0    -2.0437      -1.307    -0.59269      0.0768      0.0992     0.0992     0.1216     0.1216     0.43394    0.47874    0.47874    0.47874    0.81349    0.83589    0.83589     1.5502    2.2645         0.17512             0.77962              0.17434               0.8649               0.21089               1                 0.063402               0.62117         -0.0084633    -0.056394     -0.15171      -0.14313      -0.11101     -0.11101     -0.01259     -0.01259     0.029185      0.46849     0.46849      0.46849      0.59166       0.82535     0.82535      0.98359        0.9972  
    cl_mt_coh_p1v7        0.42214          0.35622    0.55347     'cl_mt_coh'     'fl_z_wage_rho'        15               7              0.2           1.5537     -19.968    50.122      0      0.075863    0.92414    4.5561e-09             0    -2.7355      -1.307    -0.59269      0.0768      0.0992     0.0992     0.1216     0.1216     0.43394    0.47874    0.47874    0.79109    0.83589    0.83589     1.5278     1.5502    2.9339         0.25817             0.79722              0.26288              0.89773               0.30633               1                 0.081168               0.62632          -0.010332    -0.081502     -0.17862      -0.17091      -0.14204     -0.14204    -0.053564    -0.053564    -0.017591       0.3607      0.3607       0.3894      0.67875       0.67875     0.77677      0.95965       0.99134  
    cl_mt_coh_p1v8         0.4925          0.34613    0.63283     'cl_mt_coh'     'fl_z_wage_rho'        15               8              0.2           1.8283     -19.968    50.122      0      0.090236    0.90976    1.6141e-08             0    -2.7579     -1.3518    -0.59269      0.0768      0.0992     0.0992     0.1216     0.1216     0.43394    0.47874    0.47874    0.81349    0.83589    0.83589     1.5502     1.5502    2.9787         0.35993             0.80729              0.35043              0.91888               0.40047               1                 0.098657               0.61587          -0.017611    -0.067751      -0.2428      -0.23501      -0.20586     -0.20586     -0.11652     -0.11652    -0.081585      0.28578     0.28578      0.39944      0.61509       0.61509     0.93555      0.93555       0.99426  
    cl_mt_coh_p1v9        0.56286          0.32102    0.83611     'cl_mt_coh'     'fl_z_wage_rho'        15               9              0.2           2.6045     -19.968    50.122      0       0.10694    0.89306    1.2682e-07             0    -7.7803     -2.0213    -0.61509    -0.59269      0.0992     0.0992     0.1216     0.1216     0.43394    0.47874    0.47874    0.81349    0.83589    0.83589     1.5502     2.2645    3.6706         0.67561             0.84811              0.61521              0.93314               0.69907               1                  0.12536               0.54048           -0.04078     -0.15534     -0.30355      -0.38297      -0.34415     -0.34415     -0.25028     -0.25028     -0.21497      0.15631     0.15631      0.27929      0.51262       0.51262     0.89158      0.95713       0.98746  
    cl_mt_coh_p1v10       0.63321          0.35264     1.2761     'cl_mt_coh'     'fl_z_wage_rho'        15              10              0.2           3.6187     -19.968    50.122      0       0.11444    0.88556    5.7419e-07             0    -16.307     -4.1641      -1.307    -0.59269      0.0992     0.0992     0.1216     0.1216     0.47874    0.81349    0.83589    0.83589    0.83589     1.5054     1.5502     2.2645    4.3849          1.6225             0.89639               1.4275              0.93839                1.6284               1                  0.15981               0.40787          -0.056565     -0.24817     -0.45529      -0.55957      -0.53008     -0.53008     -0.45878     -0.45878     -0.26265    -0.010943     0.46663      0.46663      0.46663       0.50136     0.84291      0.92155       0.98596  
    cl_mt_coh_p1v11       0.70357          0.16955     2.0376     'cl_mt_coh'     'fl_z_wage_rho'        15              11              0.2           12.017     -19.968    50.122      0       0.13843    0.86157    1.9241e-06             0    -19.878     -10.593     -1.3518    -0.61509      0.0768     0.0992     0.1216     0.1216     0.47874    0.81349    0.83589    0.83589    0.83589     1.5278     1.5502     2.9787    5.1216          4.1654             0.92374               3.5941              0.93221                4.1517               1                  0.24879                0.3484           -0.14543     -0.91973      -1.9666       -2.2574       -2.3776        -2.33      -2.1841      -2.1841      -1.8441        -1.34    -0.38377     -0.38377     -0.38377     -0.088769     0.46164      0.80238       0.96381  
    cl_mt_coh_p1v12       0.77393       -0.0066268     3.0557     'cl_mt_coh'     'fl_z_wage_rho'        15              12              0.2          -461.11     -19.968    50.122      0        0.1576     0.8424    4.3585e-06             0    -19.878     -15.593     -4.9008     -1.3518    -0.59269     0.0992     0.0992     0.1216     0.45634    0.81349    0.83589    0.83589    0.83589     1.5502     2.9787     5.8359    9.4073          9.0462             0.92059               8.1096              0.93265                9.3371               1                  0.49786               0.40321             8.4286       27.618       82.232        106.25        112.28       110.75       110.75       107.04       104.78       88.065      64.738       64.738       64.738         47.43      35.859       11.911        2.3717  
    cl_mt_coh_p1v13       0.84429          -2.2451     5.5942     'cl_mt_coh'     'fl_z_wage_rho'        15              13              0.2          -2.4918     -19.968    50.122      0       0.50877    0.49123    2.1717e-05    2.4141e-21    -19.923     -19.878     -14.878     -10.615     -7.7355    -4.9008    -4.1641    -2.0437    -0.59269    0.45634    0.47874    0.81349    0.83589     1.5054     5.0992     10.813    14.407          30.512              0.9261               26.405              0.90645                31.295               1                   1.4457               0.56701           0.011759      0.12396      0.41324        0.6721       0.87927       1.0133       1.1229        1.258       1.3352       1.3182      1.2946       1.2791       1.2496        1.2491      1.1801       1.0537        1.0072  
    cl_mt_coh_p1v14       0.91464          -1.4681     6.9763     'cl_mt_coh'     'fl_z_wage_rho'        15              14              0.2           -4.752     -19.968    50.122      0       0.41859    0.58141    2.7056e-05    2.8505e-11    -19.923     -19.878     -15.593     -11.307     -7.7579    -4.8784    -3.4498     -1.307      0.0992     0.1216    0.81349    0.83589    0.83589     3.6706     10.836     20.122    32.979          48.886             0.84833               42.385              0.92401                48.669               1                   3.3049               0.65591           0.022403      0.23618      0.65393        1.0843        1.3888       1.6255       1.7556       1.9138       1.9252       1.9096      1.8735       1.8192       1.8192        1.7866      1.5303       1.1717        1.0228  
    cl_mt_coh_p1v15         0.985         0.018404    0.67744     'cl_mt_coh'     'fl_z_wage_rho'        15              15              0.2            36.81     -19.968    50.122      0      0.035139    0.96486    8.2944e-09             0    -8.4722     -2.7355      0.0544      0.0768      0.0992     0.0992     0.0992     0.0992      0.1216     0.1216     0.1216     0.1216     0.1216     0.1216     0.1216     0.1216    0.1216         0.13763            0.018441              0.11785              0.26953               0.45893               1                  -42.592              -0.13497           -0.89895      -3.0227      -4.7803       -4.4679       -3.1226      -3.1226      -3.1226      -3.1226            1            1           1            1            1             1           1            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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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           3.756    0.38433     'cl_mt_val'     'fl_z_wage_sig'        16               1              0.8          0.10232     -15.162    14.418      0      3.1357e-06          1    1.5738e-15             0     2.3386     2.7663     3.2385      3.2947     3.2947     3.2947     3.2947      3.7695      3.7695    3.7695    4.2258    4.2258    4.2258    4.2258    4.2258    4.6407    4.6407        0.14771                1                0.0078616              0.29901             0.0080024             0.2728              0.048467              0.98103          0.00053548    0.0083773    0.043112     0.21672       0.21672      0.21672      0.21672     0.71319      0.71319      0.71319      0.97151      0.97151      0.97151      0.97151      0.97151            1             1  
    cl_mt_val_p2v2       0.082143          3.6003      0.643     'cl_mt_val'     'fl_z_wage_sig'        16               2              0.8           0.1786     -15.813    14.519      0       4.483e-05    0.99996    2.9422e-08             0     2.0013     2.0013     2.8034      2.8034     2.8034     2.8034     2.8034      3.5989      3.5989    3.5989    4.3435    4.3435    4.3435    4.3435    4.5201    5.3208    5.3208        0.41345                1                 0.046682              0.48164              0.042568            0.42223               0.12996              0.97448            0.012823     0.012823     0.19163     0.19163       0.19163      0.19163      0.19163     0.67269      0.67269      0.67269      0.91979      0.91979      0.91979      0.91979      0.93701            1             1  
    cl_mt_val_p2v3        0.11429          3.3305     0.8934     'cl_mt_val'     'fl_z_wage_sig'        16               3              0.8          0.26825     -16.576    14.617      0      4.5285e-05    0.99995    5.1881e-08             0     1.0407     1.0407     2.2111      2.2111     2.2111     2.2111     2.2111       3.343       3.343     3.343    4.3791    4.3791    4.3791    4.3791    4.5543     5.582     5.582        0.79817                1                 0.060804              0.44644              0.054529             0.3841                 0.253              0.98011           0.0071643    0.0071643     0.15963     0.15963       0.15963      0.15963      0.15963     0.64266      0.64266      0.64266      0.91093      0.91093      0.91093      0.91093      0.92969            1             1  
    cl_mt_val_p2v4        0.14643          2.5832     2.6933     'cl_mt_val'     'fl_z_wage_sig'        16               4              0.8           1.0427      -17.43    14.701      0        0.087511    0.91249     8.566e-05             0    -15.192    -10.525    -1.6208     0.71584     1.5175     1.5175     1.5175      3.0015      3.0015    3.2286    3.9572    4.5168    4.6936    4.6936    5.1617    6.3925    7.5282         7.2541                1                   5.3378              0.88741                5.9172            0.91392               0.52378              0.57521           -0.010812    -0.050841    -0.12674    -0.13039     -0.041002    -0.041002    -0.041002     0.23058      0.23058      0.45157      0.52583      0.64743      0.85633      0.85633      0.88578      0.97414       0.99748  
    cl_mt_val_p2v5        0.17857          2.1138     3.3069     'cl_mt_val'     'fl_z_wage_sig'        16               5              0.8           1.5644     -18.131    14.797      0         0.12401    0.87599    0.00014846             0    -16.901    -12.627    -4.5614    -0.78591    0.81666    0.81666    0.81666      2.6459      2.8827     3.109    3.8582    4.5627    4.6338    4.6338    5.2537    6.6502    7.9998         10.935                1                   8.2048              0.88647                9.1589            0.91847               0.74281              0.56621          -0.0099773    -0.071543    -0.21966    -0.27353      -0.22492     -0.22492     -0.22492    0.042126     0.043976      0.32565      0.42127      0.52217      0.77254      0.77254      0.87419      0.96741       0.99677  
    cl_mt_val_p2v6        0.21071        -0.24727       5.34     'cl_mt_val'     'fl_z_wage_sig'        16               6              0.8          -21.596     -18.738    14.902      0         0.37452    0.62548    0.00056881    2.1565e-34    -17.476    -15.876    -12.195     -8.6528    -6.0707    -3.9871    -2.9206    -0.58878      1.6602     2.761    3.1674    3.9163    4.5611    4.5611    5.5014    7.6247    9.1393         28.515                1                   23.164               0.8921                26.468            0.94636                1.2458              0.57035             0.33843      0.89483       2.964      5.0408         6.499       7.4936       8.1519      8.7641       8.3721       6.1792       5.5861         5.18       3.1292       3.1292       2.3624         1.33        1.0308  
    cl_mt_val_p2v7        0.24286       -0.081126     5.4666     'cl_mt_val'     'fl_z_wage_sig'        16               7              0.8          -67.384     -19.214    15.005      0         0.38995    0.61005    0.00056935    3.6872e-30    -17.857    -16.128    -12.005     -8.3241    -5.8427    -4.0984    -2.5764    -0.73247      1.3974    2.8801    3.4607    4.2415    4.8513    5.4644    6.2074    8.3506    9.9827         29.884                1                   25.387               0.8952                28.543            0.93959                1.4584              0.59182                1.14       2.8188      9.2247        15.5        19.682       22.542       24.527      26.382       25.388       18.826       17.456       15.043       11.804        6.827       5.5783       2.0383        1.1281  
    cl_mt_val_p2v8          0.275        -0.20204     5.8148     'cl_mt_val'     'fl_z_wage_sig'        16               8              0.8          -28.781     -19.691    15.106      0         0.41481    0.58519    0.00062726     1.055e-10     -18.25    -16.387    -12.615     -8.9815    -6.2395     -4.657    -2.8557    -0.96524      1.7053    2.2033     3.904    4.4978    5.1446    6.0388    7.0699    9.2201    11.008         33.812                1                   30.499              0.89143                33.899            0.93043                1.7773              0.63679             0.51934       1.3122      3.8495      6.4591        8.4522        9.623       10.522      11.443       10.857       9.7808       8.2691        7.248       6.0545       4.5771       3.0222       1.4935        1.0537  
    cl_mt_val_p2v9        0.30714        -0.54555     6.1787     'cl_mt_val'     'fl_z_wage_sig'        16               9              0.8          -11.326     -20.164    15.199      0         0.42357    0.57643    0.00070407    1.1391e-07    -18.653    -16.993    -13.486     -9.8972    -7.2673     -5.157     -3.585     -1.4884       1.312    1.9287    3.9134    4.5836    5.2322    6.3034    7.4989    9.9357    11.915         38.177                1                   35.792              0.88392                39.629            0.92172                2.0889              0.65907             0.21772      0.33897      1.4674      2.5504        3.3232       3.8698       4.3488      4.7456       4.8035       4.3893       3.8061       3.3934       2.9058       2.4265       1.7996       1.1977        1.0222  
    cl_mt_val_p2v10       0.33929        -0.67021     6.4469     'cl_mt_val'     'fl_z_wage_sig'        16              10              0.8          -9.6192     -20.651    15.262      0         0.44381    0.55619    0.00073832    3.2993e-06    -19.093     -17.43    -13.875     -10.286    -7.6341    -5.5746    -4.0655      -1.714      1.0233    2.0017     4.211    4.7529    5.4612    6.5955    7.8929    10.641    12.798         41.563                1                     40.8              0.87762                44.856            0.91215                2.4259              0.68089             0.19494       0.2866      1.2337      2.1438        2.8182       3.3261       3.6777      4.1164       4.0249       3.8832       3.3284        3.086       2.6986       2.2489       1.7003       1.1688        1.0171  
    cl_mt_val_p2v11       0.37143        -0.78776     6.7322     'cl_mt_val'     'fl_z_wage_sig'        16              11              0.8           -8.546     -21.099    15.344      0          0.4659     0.5341    0.00078458    2.0161e-05    -19.517    -17.852     -14.22     -10.902    -8.3612    -5.9702    -4.5021     -2.1873     0.64584    2.1212    4.1539    4.8164    5.7134     6.968    8.4105    11.288    13.521         45.323                1                   46.592              0.87139                50.912            0.90331                2.7752              0.69157             0.17854       0.2564      1.0653      1.8564        2.4661        2.961       3.2779      3.6715       3.7061       3.5653       3.1427       2.8652        2.534       2.1122       1.6456       1.1558        1.0171  
    cl_mt_val_p2v12       0.40357        -0.88479     6.9996     'cl_mt_val'     'fl_z_wage_sig'        16              12              0.8          -7.9111     -21.533    15.404      0         0.45342    0.54658    0.00080478    8.8615e-05    -19.945    -18.283    -14.677     -11.313    -8.6877    -6.3434    -4.9227     -2.6454     0.23181    2.2265    4.4016    5.0526    6.1688    7.3114    8.8926     11.96    14.192         48.994                1                   52.846              0.86764                57.353            0.89608                3.1795              0.70454             0.16757      0.23394     0.98382      1.7034        2.2595       2.7269       3.0197      3.4273       3.5317       3.3953       2.9872        2.761       2.4192       2.0611       1.6093       1.1442        1.0161  
    cl_mt_val_p2v13       0.43571         -1.1761     7.3204     'cl_mt_val'     'fl_z_wage_sig'        16              13              0.8          -6.2244     -21.934    15.451      0         0.55692    0.44308    0.00089998    0.00021447    -20.826    -19.092    -15.375       -12.1    -9.2678    -7.3477    -5.5257     -3.1017    -0.20465    1.8866    4.2873    5.1233    6.1849    7.5048    9.3681    12.515    14.635         53.589                1                   59.813              0.86384                64.681            0.89074                3.6242              0.71258            0.019524      0.18885     0.78004      1.3345        1.7852       2.1399       2.4103      2.7754        2.931       2.8588       2.5578       2.3714       2.1187       1.8373       1.4767       1.1122        1.0122  
    cl_mt_val_p2v14       0.46786         -2.1691     7.9239     'cl_mt_val'     'fl_z_wage_sig'        16              14              0.8          -3.6531     -22.318    15.477      0         0.58861    0.41139     0.0011201    0.00038626    -22.318    -20.763    -16.704     -13.642    -11.195    -9.1731    -7.3875     -4.9176      -1.277    1.5325    3.9978    5.1389    6.1864     7.826    9.8055    12.862     15.08         62.788                1                   71.757              0.86175                77.865            0.89201                4.2363              0.73909            0.011525     0.097623       0.439     0.77822        1.0805       1.3065       1.5144      1.7701       1.9922       1.9925        1.865       1.7583       1.6314       1.4625       1.2668       1.0636        1.0068  
    cl_mt_val_p2v15           0.5         -2.3188        8.2     'cl_mt_val'     'fl_z_wage_sig'        16              15              0.8          -3.5363     -22.649    15.502      0         0.59273    0.40727     0.0011647    0.00070481    -22.649     -21.09     -17.05     -13.996    -11.572    -9.6574    -7.7634     -5.3186     -1.9308    1.6471    4.1918    5.3415    6.4182    8.1371    10.245    13.314    15.399         67.239                1                   79.658              0.86271                86.017            0.89012                4.7398              0.73766            0.011376     0.096352     0.41847     0.76012        1.0302       1.2635       1.4414      1.7248       1.9509        1.969       1.8432       1.7288        1.614       1.4522         1.26       1.0612        1.0062  

                         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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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.2793    0.12855    'cl_mt_pol_c'    'fl_z_wage_sig'        16               1              0.8          0.10048     0.01    4.8622      0        0        1      4.1841e-14             0    0.98602    0.98602     1.1181     1.1239     1.1239     1.1239     1.1239    1.2736    1.2736    1.2736    1.4431    1.4431    1.4431    1.4431    1.4431    1.6353    1.6353        0.048467            0.98103              0.001278              0.14533             0.0013007            0.13257              0.016524                 1              0.0079436     0.0079436    0.043544     0.21762      0.21762      0.21762      0.21762       0.7109       0.7109       0.7109      0.97053      0.97053      0.97053      0.97053      0.97053            1             1  
    cl_mt_pol_c_p2v2       0.082143       1.2808     0.2074    'cl_mt_pol_c'    'fl_z_wage_sig'        16               2              0.8          0.16193     0.01    4.8607      0        0        1      8.4199e-07             0     0.8374     0.8374     1.0283     1.0283     1.0283     1.0283     1.0283    1.2627    1.2627    1.2627    1.5506    1.5506    1.5506    1.5506    1.5643    1.9215    1.9215         0.12996            0.97448               0.01295              0.41423              0.013567            0.41721              0.043016                 1               0.015128      0.015128     0.19951     0.19951      0.19951      0.19951      0.19951      0.67354      0.67354      0.67354      0.90862      0.90862      0.90862      0.90862      0.94117            1             1  
    cl_mt_pol_c_p2v3        0.11429       1.2808    0.28893    'cl_mt_pol_c'    'fl_z_wage_sig'        16               3              0.8          0.22558     0.01    4.9692      0        0        1       1.408e-06             0    0.70406    0.70406     0.9369     0.9369     0.9369     0.9369     0.9369    1.2467    1.2467    1.2467    1.6591    1.6591    1.6591    1.6591    1.6678    2.2252    2.2252           0.253            0.98011              0.019203              0.43596              0.018482            0.40255              0.083481                 1               0.012696      0.012696     0.18069     0.18069      0.18069      0.18069      0.18069      0.64875      0.64875      0.64875      0.91581      0.91581      0.91581      0.91581      0.93367            1             1  
    cl_mt_pol_c_p2v4        0.14643       1.2798    0.33809    'cl_mt_pol_c'    'fl_z_wage_sig'        16               4              0.8          0.26417     0.01    4.5965      0        0        1       0.0018442             0       0.01    0.69597    0.81488    0.85009    0.85009    0.91603     1.1179    1.2259    1.2259    1.2346    1.4281    1.5917    1.7852    1.7852    1.8549    1.9918    2.2095         0.52378            0.57521               0.26764              0.35447               0.32697            0.40231                0.1143                 1              1.441e-05     0.0051248    0.028393     0.12383      0.12383      0.12834      0.16948      0.41258      0.41258      0.58284      0.66898      0.72228      0.88571      0.88571      0.92777      0.98423       0.99914  
    cl_mt_pol_c_p2v5        0.17857       1.2884    0.39672    'cl_mt_pol_c'    'fl_z_wage_sig'        16               5              0.8          0.30792     0.01    4.8478      0        0        1       0.0030377             0       0.01    0.70617    0.76814    0.76814    0.76814     1.0193      1.134    1.2004    1.2091    1.2178    1.5274    1.8933    1.8933    1.8933    1.9456    2.2869     2.374         0.74281            0.56621                0.3597              0.32394               0.43576            0.36425               0.15739                 1             2.3577e-05     0.0086647    0.089417    0.089417     0.089417      0.12173      0.18064      0.37098      0.41335      0.55516      0.65744      0.85275      0.85275      0.85275      0.92337      0.98741       0.99819  
    cl_mt_pol_c_p2v6        0.21071       1.2829    0.40904    'cl_mt_pol_c'    'fl_z_wage_sig'        16               6              0.8          0.31885     0.01    4.5956      0        0        1        0.011474    1.4347e-34       0.01       0.01    0.81094    0.90345    0.96507     1.0164     1.0484    1.1192     1.188    1.2167    1.3541    1.6339    1.9998    1.9998    2.0242    2.1566    2.9041          1.2458            0.57035               0.82048              0.41251                1.1284            0.52669               0.16732                 1             8.9437e-05    8.9437e-05    0.024574    0.056389     0.094676      0.13342      0.17814      0.26215       0.4766      0.53291      0.63551      0.69594      0.87961      0.87961      0.91889       0.9824       0.99816  
    cl_mt_pol_c_p2v7        0.24286       1.3035    0.45077    'cl_mt_pol_c'    'fl_z_wage_sig'        16               7              0.8          0.34582     0.01    5.0481      0        0        1        0.011159    3.6872e-30       0.01       0.01    0.80395    0.88892    0.95089    0.98268     1.0239    1.1299    1.1716    1.2824    1.4242    1.7378    1.9034    2.1559    2.1734    2.5394    2.8182          1.4584            0.59182                1.1667              0.49892                1.4748            0.58876                0.2032                 1             8.5604e-05    8.5604e-05    0.022444    0.063593      0.09709      0.12716      0.16855      0.24815      0.43954      0.52007      0.62633      0.69142      0.77869      0.90529       0.9106      0.98233       0.99783  
    cl_mt_pol_c_p2v8          0.275       1.3274    0.47998    'cl_mt_pol_c'    'fl_z_wage_sig'        16               8              0.8           0.3616     0.01    5.5681      0        0        1        0.012135     1.055e-10       0.01       0.01    0.79124    0.86834    0.91358    0.96056     1.0186    1.0995    1.1465    1.4163     1.542    1.8312     1.866    1.9532     2.326    2.5193    3.3904          1.7773            0.63679                1.6712              0.59175                2.0077            0.66758               0.23039                 1             9.1417e-05    9.1417e-05    0.023322    0.053343     0.092751      0.12332      0.16026      0.26711      0.36595      0.51021      0.62894      0.70468      0.75942      0.82688      0.91466      0.97813       0.99748  
    cl_mt_pol_c_p2v9        0.30714       1.3469    0.51295    'cl_mt_pol_c'    'fl_z_wage_sig'        16               9              0.8          0.38083     0.01    6.1385      0        0        1        0.013675    1.1391e-07       0.01       0.01    0.80219     0.8665    0.90578    0.95782     1.0002    1.0591    1.2007    1.4342    1.6378    1.7424     1.843    1.9427    2.4567      3.02    3.5716          2.0889            0.65907                2.1079              0.62705                 2.477            0.69398               0.26312                 1             0.00010153    0.00010153    0.021195    0.052511     0.085886      0.12594       0.1564      0.27812      0.35582      0.50427      0.62232      0.68442      0.75756      0.82236      0.91917      0.97673       0.99742  
    cl_mt_pol_c_p2v10       0.33929       1.3703    0.55264    'cl_mt_pol_c'    'fl_z_wage_sig'        16              10              0.8          0.40328     0.01    6.7612      0        0        1        0.014441    3.2993e-06       0.01       0.01    0.79217    0.85427    0.90144    0.95403    0.99519     1.016    1.2165     1.557    1.7477    1.7826    1.8348    1.9393    2.5993    3.0174    4.0783          2.4259            0.68089                2.6426              0.66312                3.0152            0.71528               0.30541                 1             0.00010538    0.00010538    0.020469    0.050459     0.086663      0.12314      0.15293      0.23628      0.34669      0.49519      0.63213      0.68504      0.74712      0.82423      0.90213       0.9767       0.99706  
    cl_mt_pol_c_p2v11       0.37143        1.399    0.59607    'cl_mt_pol_c'    'fl_z_wage_sig'        16              11              0.8          0.42607     0.01    7.4376      0        0        1        0.015445    2.0161e-05       0.01       0.01     0.7896    0.84997    0.90879    0.94372    0.97076    1.0034    1.2468    1.7025    1.7783    1.8276    1.8941    1.9812    2.7705     3.117    4.1798          2.7752            0.69157                3.2702              0.69076                3.6608            0.73359               0.35531                 1              0.0001104     0.0001104    0.019236    0.051869     0.087479      0.11547      0.19428       0.2182      0.33836      0.49923      0.61111      0.67557      0.74743       0.8113      0.89348      0.97463        0.9969  
    cl_mt_pol_c_p2v12       0.40357       1.4229    0.64474    'cl_mt_pol_c'    'fl_z_wage_sig'        16              12              0.8          0.45311     0.01    8.1687      0        0        1        0.016041    8.8615e-05       0.01       0.01    0.79988    0.86185    0.89699    0.92382    0.92382    1.0184    1.2735    1.6729    1.8369    1.8891    1.9414    2.0458    2.8647     3.248    4.3533          3.1795            0.70454                4.0459              0.72116                4.4413            0.75333               0.41569                 1             0.00011274    0.00011274    0.021936    0.055645     0.080353      0.15453      0.15453      0.21286       0.3313      0.49292      0.60455      0.67719      0.73602      0.80388      0.88954      0.97288       0.99646  
    cl_mt_pol_c_p2v13       0.43571        1.448    0.69477    'cl_mt_pol_c'    'fl_z_wage_sig'        16              13              0.8          0.47983     0.01    8.9549      0        0        1        0.017415    0.00021447       0.01       0.01     0.8137    0.85478    0.87567    0.87567      0.908    1.0438    1.2507    1.6248      1.88    1.9384    1.9929    2.1413    2.9685    3.4563    5.1918          3.6242            0.71258                4.8912              0.74429                5.3182            0.77167               0.48271                 1             0.00012027    0.00012027    0.027139    0.047707      0.11832      0.11832      0.13696      0.20513      0.32494      0.47462      0.59204      0.65947      0.72864      0.79578      0.88832      0.97052       0.99574  
    cl_mt_pol_c_p2v14       0.46786       1.4796    0.72335    'cl_mt_pol_c'    'fl_z_wage_sig'        16              14              0.8           0.4889     0.01    9.7962      0        0        1        0.022239    0.00038626       0.01       0.01    0.79741    0.84704    0.90901    0.97098     1.0273    1.1691    1.2985    1.5585    1.7501     1.964    2.0705    2.2622    3.0393    3.9975    5.4408          4.2363            0.73909                5.9052              0.77686                6.4829            0.81356               0.52323                 1             0.00015031    0.00015031    0.015184    0.047363     0.074643       0.1055      0.13702      0.21081      0.33533      0.48296      0.59146       0.6514      0.72634      0.79422      0.87876      0.96742       0.99465  
    cl_mt_pol_c_p2v15           0.5       1.5027    0.78359    'cl_mt_pol_c'    'fl_z_wage_sig'        16              15              0.8          0.52147     0.01    10.692      0        0        1         0.02319    0.00070481       0.01       0.01    0.78293    0.87215    0.93412    0.98933     1.0581    1.1614    1.3202    1.5267    1.7009    1.8995    2.1565    2.4004    3.0249    4.4039     7.835          4.7398            0.73766                7.0209               0.7957                7.6198            0.82514               0.61402                 1             0.00015432    0.00015432    0.013968    0.043227     0.074381      0.10292      0.14146      0.21187      0.33901      0.48376      0.58206      0.64126      0.71645      0.78626      0.87351      0.96483       0.99359  

                       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         0.10266    0.076324     'cl_mt_coh'     'fl_z_wage_sig'        16               1              0.8          0.74344     -17.182    50.122      0       0.0043158    0.99568    6.5664e-17             0    -1.3174    0.03195    0.05435     0.0768      0.0768     0.0992     0.0992     0.0992      0.1216     0.1216     0.1216     0.1216     0.1216     0.1216     0.1216     0.1216     0.1216       0.0080024             0.2728             0.0050673              0.97049             0.0058254               1                0.0013007              0.13257           -0.023118    -0.026832    -0.0021358    0.059238     0.059238       0.2907       0.2907       0.2907            1            1            1            1            1            1            1            1             1  
    cl_mt_coh_p2v2       0.082143         0.14727     0.15679     'cl_mt_coh'     'fl_z_wage_sig'        16               2              0.8           1.0646     -19.968    50.122      0      0.00036453    0.99964    1.3131e-09             0      0.032     0.0544     0.0768     0.0992      0.0992     0.0992     0.0992     0.1216      0.1216     0.1216     0.1216     0.1216     0.1216     0.1216    0.47874    0.83589    0.83589        0.042568            0.42223              0.021713              0.91871              0.024584               1                 0.013567              0.41721          -0.0038618    0.0014971      0.039324     0.20219      0.20219      0.20219      0.20219      0.70129      0.70129      0.70129      0.70129      0.70129      0.70129      0.70129      0.78631            1             1  
    cl_mt_coh_p2v3        0.11429         0.14737      0.1589     'cl_mt_coh'     'fl_z_wage_sig'        16               3              0.8           1.0783     -19.968    50.122      0      0.00030508    0.99969    2.2028e-09             0      0.032     0.0544     0.0768     0.0992      0.0992     0.0992     0.0992     0.1216      0.1216     0.1216     0.1216     0.1216     0.1216     0.1216    0.47874    0.83589    0.83589        0.054529             0.3841              0.022195              0.91623               0.02525               1                 0.018482              0.40255          -0.0033541    0.0020016      0.039806     0.20258      0.20258      0.20258      0.20258      0.70139      0.70139      0.70139      0.70139      0.70139      0.70139      0.70139      0.78636      0.99991       0.99991  
    cl_mt_coh_p2v4        0.14643       -0.050351      2.4039     'cl_mt_coh'     'fl_z_wage_sig'        16               4              0.8          -47.743     -19.968    50.122      0         0.16466    0.83534    2.9157e-06             0    -19.878    -12.758    -2.0885     -1.307    -0.59269     0.0992     0.0992     0.1216      0.1216    0.47874    0.47874    0.81349    0.83589    0.83589     1.5502     4.4073     7.9563          5.9172            0.91392                4.9848               0.9285                5.7788               1                  0.32697              0.40231             0.74208       3.3091        8.2327       10.15       10.797       10.565       10.565       10.003       10.003        7.758        7.758       6.8342       5.0814       5.0814       4.3571        2.098        1.1387  
    cl_mt_coh_p2v5        0.17857        -0.11614      3.0155     'cl_mt_coh'     'fl_z_wage_sig'        16               5              0.8          -25.965     -19.968    50.122      0         0.15748    0.84252    4.7833e-06             0    -19.901    -15.593    -5.5927    -2.0213    -0.59269     0.0992     0.0992     0.1216     0.45634    0.81349    0.83589    0.83589    0.83589     1.5502     2.2421     5.0768      8.693          9.1589            0.91847                 7.824              0.92701                9.0933               1                  0.43576              0.36425             0.18667       1.6738        4.8196      6.2569       6.6173       6.5278       6.5278       6.3112       6.1942       5.2533       3.9011       3.9011       3.9011       2.6496       2.5317       1.5626        1.0776  
    cl_mt_coh_p2v6        0.21071         -2.1458      5.2375     'cl_mt_coh'     'fl_z_wage_sig'        16               6              0.8          -2.4408     -19.968    50.122      0         0.50199    0.49801    1.8374e-05    2.3293e-34    -19.923    -19.878    -14.164    -9.9008     -6.3518    -4.8784    -3.4722    -2.0437    -0.59269    0.47874    0.83589    0.83589    0.83589     1.5502     2.9787     8.6258     12.264          26.468            0.94636                23.171              0.90981                27.432               1                   1.1284              0.52669            0.010409      0.10973       0.42017     0.68169      0.87614       1.0235       1.1165       1.2352       1.3185       1.3005       1.2207       1.2207       1.2207       1.1741       1.1449       1.0481        1.0064  
    cl_mt_coh_p2v7        0.24286         -1.5078      5.5569     'cl_mt_coh'     'fl_z_wage_sig'        16               7              0.8          -3.6855     -19.968    50.122      0         0.47646    0.52354    1.7561e-05    3.9825e-30    -19.923    -19.878    -13.472    -9.1865      -6.307    -4.1865    -3.4498    -2.0213      0.0992    0.81349     1.5502     1.5502     2.9339     2.9787     5.1216     10.813      16.55          28.543            0.93959                26.547              0.92089                 30.88               1                   1.4748              0.58876            0.014158      0.14926       0.58063     0.95984        1.206       1.3841       1.5354       1.6837       1.7536       1.7178       1.5769       1.5769       1.4989       1.3642       1.2711        1.089        1.0115  
    cl_mt_coh_p2v8          0.275         -1.1544      6.2658     'cl_mt_coh'     'fl_z_wage_sig'        16               8              0.8          -5.4276     -19.968    50.122      0         0.47563    0.52437    1.9006e-05    1.1395e-10    -19.923    -19.878    -14.187    -9.9008     -7.0213    -4.1865    -3.4498    -2.0213      0.0992    0.47874     1.5502     2.9563     4.3401     5.8135     7.9563     14.407     20.836          33.899            0.93043                34.342              0.93151                 39.26               1                   2.0077              0.66758            0.020013      0.21098       0.75404      1.2687       1.6358       1.8789       2.0668       2.2609       2.3543       2.3048       2.2182       2.1251       1.9887       1.7347       1.4976        1.142        1.0171  
    cl_mt_coh_p2v9        0.30714         -1.1109      6.9585     'cl_mt_coh'     'fl_z_wage_sig'        16               9              0.8           -6.264     -19.968    50.122      0         0.49296    0.50704    2.6551e-05    1.2303e-07    -19.923    -19.878    -14.901    -10.615     -7.7355    -4.9232    -3.4498    -2.0213      0.0768    0.45634     2.2421     2.9787     5.0768     6.5502     9.4073      16.55      26.55          39.629            0.92172                42.724              0.93688                 48.42               1                    2.477              0.69398            0.029054       0.3063       0.82176      1.3816       1.8518       2.0883       2.3481       2.5518        2.656       2.6391       2.5281       2.4139       2.2379       1.9631       1.6258       1.1892         1.026  
    cl_mt_coh_p2v10       0.33929        -0.72632      7.6278     'cl_mt_coh'     'fl_z_wage_sig'        16              10              0.8          -10.502     -19.968    50.122      0         0.47615    0.52385    2.6958e-05    3.5636e-06    -19.923    -19.878    -15.593    -10.615     -8.4498    -5.6151    -3.4722    -2.0213      0.0992    0.81349     2.2645      3.693     5.8359     7.9787     11.528     20.836      31.55          44.856            0.91215                51.924              0.94397                58.184               1                   3.0152              0.71528            0.045118      0.47565        1.2507      2.1736       2.8034        3.275       3.5957       3.9507       4.0998       4.0554       3.8549       3.6311       3.2341       2.7946       2.1615        1.345        1.0478  
    cl_mt_coh_p2v11       0.37143        -0.30819      8.3719     'cl_mt_coh'     'fl_z_wage_sig'        16              11              0.8          -27.165     -19.968    50.122      0         0.45653    0.54347    2.8996e-05    2.1776e-05    -19.923    -19.878    -15.593    -11.307     -8.4498     -6.307    -4.1641    -1.3294      0.0992    0.83589     2.9787     4.4073     6.5502     9.4073     13.671     25.122     37.956          50.912            0.90331                63.139              0.94958                70.089               1                   3.6608              0.73359             0.11437       1.2057         3.042      5.2528       6.8415       7.9517       8.7153       9.5059       9.7661       9.5933       8.9413       8.3771       7.4019       6.1308       4.2519        1.935        1.1372  
    cl_mt_coh_p2v12       0.40357         0.18859      9.1441     'cl_mt_coh'     'fl_z_wage_sig'        16              12              0.8           48.485     -19.968    50.122      0          0.4335     0.5665     3.011e-05    9.5713e-05    -19.923    -19.878    -15.593    -11.329     -8.4498     -6.307    -4.1865     -1.307      0.1216     1.5278      3.693     5.8135     7.9787      11.55     15.791     29.385     43.626          57.353            0.89608                76.017              0.95537                83.614               1                   4.4413              0.75333            -0.19407       -2.046        -5.097     -8.3884      -11.312      -13.217       -14.33      -15.868      -15.967      -15.644      -14.188      -13.001      -11.124       -8.434      -5.2744     -0.83365       0.75196  
    cl_mt_coh_p2v13       0.43571         0.42637      9.9194     'cl_mt_coh'     'fl_z_wage_sig'        16              13              0.8           23.265     -19.968    50.122      0         0.43075    0.56925    3.2686e-05    0.00023165    -19.923    -19.878    -15.615    -12.021      -8.517    -7.0213    -4.8784    -1.3294      0.1216     1.5502     4.3625     5.8359      8.693     12.956     17.956     32.979     47.264          64.681            0.89074                89.902               0.9582                98.395               1                   5.3182              0.77167           -0.093187     -0.98241       -2.2129     -3.8755      -4.9754      -5.9462      -6.6658      -7.3171      -7.4116      -7.1874      -6.6253       -6.006      -5.1398       -3.858      -2.1436      0.10018       0.89673  
    cl_mt_coh_p2v14       0.46786        -0.16892      11.016     'cl_mt_coh'     'fl_z_wage_sig'        16              14              0.8          -65.215     -19.968    50.122      0         0.52811    0.47189    4.1883e-05     0.0004172    -19.923    -19.878    -17.021     -13.45     -10.615    -8.4498    -7.0213    -4.1641    -0.61509     1.5278     4.3849     6.5278     9.4073     13.693     20.122     35.836     49.385          77.865            0.89201                110.76              0.95673                121.36               1                   6.4829              0.81356             0.30139       3.1774        5.9015      10.648       13.713       16.908       18.913       21.986       23.854        23.65       22.011       20.502       18.101        14.49       9.6025        3.453        1.2671  
    cl_mt_coh_p2v15           0.5          0.2233      11.785     'cl_mt_coh'     'fl_z_wage_sig'        16              15              0.8           52.776     -19.968    50.122      0         0.54788    0.45212    4.3675e-05    0.00076126    -19.923    -19.878    -17.021    -13.472     -11.307    -8.4946    -7.0213    -4.1641      -1.307     1.5502     5.0992     7.2645     10.836     15.122     22.956     39.407     50.099          86.017            0.89012                127.37              0.95982                138.88               1                   7.6198              0.82514            -0.23775      -2.5065       -4.5843     -7.8062      -10.476      -12.636      -14.578      -16.987      -18.465      -18.266      -16.775       -15.36      -13.298       -10.33      -6.2908     -0.81828       0.82913  

Medium Grid Simulation (CROSS Limited Graphs)

it_size_type = 2;
ar_it_plot_sets = [3,4, 7,8, 9,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: 48
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 31 ; key = st_img_name_main ; val = _default
pos = 32 ; key = st_img_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//solve/img/
pos = 33 ; key = st_img_prefix ; val = 
pos = 34 ; key = st_img_suffix ; val = _p9.png
pos = 35 ; key = st_mat_name_main ; val = _default
pos = 36 ; key = st_mat_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//solve/mat/
pos = 37 ; key = st_mat_prefix ; val = 
pos = 38 ; key = st_mat_suffix ; val = _p9
pos = 39 ; key = st_mat_test_name_main ; val = r
pos = 40 ; key = st_mat_test_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//test/ff_az_ds_vecsv/mat/
pos = 41 ; key = st_mat_test_prefix ; val = dft_
pos = 42 ; key = st_mat_test_suffix ; val = _g1516_cc_t2l30
pos = 43 ; key = st_matimg_path_root ; val = C:/Users/fan/CodeDynaAsset//m_abz/
pos = 44 ; key = st_profile_name_main ; val = _default
pos = 45 ; key = st_profile_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//solve/profile/
pos = 46 ; key = st_profile_prefix ; val = 
pos = 47 ; key = st_profile_suffix ; val = _p9
pos = 48 ; 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_final                 4     4        0 
    bl_display_final_dist            5     5        1 
    bl_display_final_dist_detail     6     6        0 
    bl_display_funcgrids             7     7        0 
    bl_display_graph_stats           8     8        0 
    bl_display_simu_stats            9     9        1 
    bl_graph                        10    10        1 
    bl_graph_coh_t_coh              11    11        0 
    bl_graph_funcgrids              12    12        0 
    bl_graph_onebyones              13    13        1 
    bl_graph_pol_lvl                14    14        0 
    bl_graph_pol_pct                15    15        0 
    bl_graph_val                    16    16        0 
    bl_img_save                     17    17        0 
    bl_mat                          18    18        0 
    bl_mat_test                     19    19        1 
    bl_post                         20    20        1 
    bl_profile                      21    21        0 
    bl_profile_dist                 22    22        0 
    bl_replacefile                  23    23        0 
    bl_time                         24    24        1 
    bl_timer                        25    25        1 
    it_display_every                26    26       20 
    it_display_final_colmax         27    27       15 
    it_display_final_rowmax         28    28      100 
    it_display_summmat_colmax       29    29        5 
    it_display_summmat_rowmax       30    30        5 

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

        Count: 43
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 5 ; key = cl_st_param_keys ; val = fl_z_wage_rho
pos = 40 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 41 ; key = st_model ; val = abz
pos = 42 ; key = st_z_r_borr_drv_ele_type ; val = unif
pos = 43 ; 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_b_is_principle           1     2          1
    bl_default                  2     3          1
    bl_loglin                   3     4          0
    fl_a_max                    4     6         50
    fl_a_min                    5     7          0
    fl_b_bd                     6     8        -20
    fl_beta                     7     9       0.94
    fl_c_min                    8    10       0.01
    fl_crra                     9    11        1.5
    fl_default_aprime          10    12          0
    fl_loglin_threshold        11    13          1
    fl_nan_replace             12    14     -99999
    fl_r_save                  13    15      0.025
    fl_tol_dist                14    16      1e-05
    fl_tol_pol                 15    17      1e-05
    fl_tol_val                 16    18      1e-05
    fl_w                       17    19       1.28
    fl_z_mu                    18    20          0
    fl_z_r_borr_max            19    21      0.095
    fl_z_r_borr_min            20    22      0.025
    fl_z_r_borr_n              21    23          5
    fl_z_r_borr_poiss_mean     22    24         10
    fl_z_rho                   23    25        0.8
    fl_z_sig                   24    26        0.2
    fl_z_wage_mu               25    27          0
    fl_z_wage_rho              26    28        0.8
    fl_z_wage_sig              27    29        0.2
    it_a_n                     28    30        750
    it_maxiter_dist            29    31       1000
    it_maxiter_val             30    32       1000
    it_size_type               31    33          2
    it_st_simu_type_g_seed     32    34        123
    it_st_simu_type_g_simun    33    35         20
    it_tol_pol_nochange        34    36         25
    it_trans_power_dist        35    37       1000
    it_z_n                     36    38         55
    it_z_wage_n                37    39         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.275     0.14375     0.05      0.5
    it_a_n                    18    18      1        5       1300      948.68      100     2500
    it_z_n                    19    19      1        5         15      7.9057        5       25

---------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
    'Vary These Parame...'    'fl_z_wage_rho'    'fl_z_wage_sig'

xxxxxxxxxxxxxxxxxxxxxxxxxxx
---------------------------
---------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
  Columns 1 through 5

    'Vary '    'Inc/Prod Shock P...'    ' ('    'fl_z_wage_rho'    '): '

  Column 6

    '0    0.070357   ...'

fl_z_wage_rho:0.8
fl_z_wage_sig:0.2
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_wage_rho = 0 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.224635 seconds.
Elapsed time is 3.960973 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.6416    0.33313    0.091479     -14.502    14.397          0    3.3038e-08          1    4.9887e-10       0         2.2671     2.7221        3.06      3.2164      3.3201      3.3946      3.4398        3.539      3.6545    3.7748      3.874     3.9238     3.9537     4.0465     4.1554     4.3552    4.5781         0.11097                  1               0.12009              0.99377               0.10677            0.83106              0.034368              0.94226           0.0005702    0.0069489    0.041156    0.082589      0.13432      0.18251      0.22088      0.31612      0.46531      0.62682      0.73464      0.77756      0.83133      0.88922      0.94284      0.98779       0.99874  
    cl_mt_pol_a    -0.079352    0.36274     -4.5713     -19.512    47.686    0.15317       0.50975    0.33708     8.547e-13       0        -1.4509    -1.0242     -0.6828    -0.52042    -0.42675    -0.34694    -0.26021     -0.17347    -0.08535         0    0.18236    0.18236    0.27354    0.36471    0.54707    0.82061    1.1853         0.12009            0.99377               0.13158                    1               0.11571            0.82709              0.036704              0.92415             0.02583      0.18579     0.65867     0.95371       1.3783       1.4931       1.7659       2.0395       2.2449       2.2449        1.933        1.933       1.7649       1.5962       1.3369       1.0919        1.0148  
    cl_mt_coh       0.018921    0.38567      20.383     -19.968    50.122          0       0.41979    0.58021    7.8739e-13       0        -1.4672    -0.9999    -0.62606    -0.46155    -0.34569    -0.25223    -0.20357    -0.087716    0.028142    0.1216    0.26372    0.30852    0.37957    0.49543    0.65995    0.96272    1.3366         0.10677            0.83106               0.11571              0.82709               0.14874                  1              0.032774              0.77612            -0.10996     -0.77276     -2.6445     -3.7547        -5.25      -6.1811      -6.2801       -7.162      -7.2325      -6.3327      -5.3508      -3.9618      -3.6226      -2.0114      -1.0975      0.56359       0.93152  
    cl_mt_pol_c       1.2671    0.10949    0.086409        0.01    4.6581          0             0          1    4.9887e-10       0         1.0015     1.0606      1.1068      1.1281      1.1465      1.1732      1.1895       1.2135      1.2467    1.3184     1.3475     1.3603     1.4141     1.4207     1.4395     1.5235    1.5844        0.034368            0.94226              0.036704              0.92415              0.032774            0.77612              0.011988                    1          0.00077815    0.0082343    0.043031    0.092129      0.13247      0.18657      0.22947      0.31882      0.46482      0.61986      0.72689      0.77787       0.8366      0.88773      0.94267      0.98844       0.99903  

xxxxx fl_z_wage_rho = 0.070357 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.816892 seconds.
Elapsed time is 3.809336 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.6299    0.36086    0.099415     -14.551    14.401          0    1.7681e-07          1    5.6579e-12       0         2.1065     2.6174           3      3.1794      3.2702      3.3481      3.4162       3.5181      3.6561    3.7744     3.8731     3.9313     3.9891     4.0538     4.1731     4.4082    4.6493         0.13022                  1              0.13793               0.99301               0.12331             0.8355              0.039356              0.94285          0.00052919    0.0066485    0.038284    0.082149      0.12807      0.17156      0.21767      0.31372      0.46704      0.61611      0.72345      0.78118      0.83311      0.88881      0.94464      0.98836       0.99874  
    cl_mt_pol_a    -0.073697    0.38492      -5.223     -19.512    47.686    0.14793       0.50329    0.34877    2.3918e-12       0         -1.587    -1.1095    -0.70534    -0.52901    -0.43368    -0.34694    -0.26021     -0.17347    -0.08535         0    0.18236    0.18236    0.27354    0.36471    0.54707    0.91178    1.2765         0.13793            0.99301              0.14816                     1                0.1341            0.85182                0.0412              0.92536            0.024249       0.1881     0.66408      1.0852       1.4138       1.7012       1.9721       2.2282        2.469        2.469       2.1389       2.1389       1.9533       1.7581       1.4611       1.1004        1.0167  
    cl_mt_coh       0.024486    0.40899      16.703     -19.968    50.122          0       0.41679    0.58321    2.2067e-12       0        -1.6054    -1.0934    -0.67086    -0.48395    -0.34569    -0.27463    -0.18117    -0.087716    0.028142    0.1216    0.28612    0.30852    0.40197    0.49543    0.68235     1.0114      1.43         0.12331             0.8355               0.1341               0.85182               0.16728                  1              0.036953              0.78111           -0.074947     -0.56587     -1.9333      -3.092      -4.3525      -4.6027      -5.2462      -5.7171      -5.7873      -5.1157      -4.0873      -3.3162      -2.5162      -1.7348     -0.61989      0.51685       0.94467  
    cl_mt_pol_c        1.267    0.11567    0.091292        0.01    4.6596          0             0          1     1.398e-09       0        0.99014     1.0469      1.1001       1.124      1.1391      1.1566      1.1809       1.2052      1.2472    1.3207     1.3496     1.3837     1.4172     1.4233     1.4499     1.5304    1.5911        0.039356            0.94285               0.0412               0.92536              0.036953            0.78111               0.01338                    1          0.00080017    0.0080915    0.042446    0.088488      0.13234      0.17831      0.22866      0.31676      0.46543      0.62664      0.73425      0.77353      0.83247      0.88681       0.9456      0.98802       0.99893  

xxxxx fl_z_wage_rho = 0.14071 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.090076 seconds.
Elapsed time is 4.062176 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.6023    0.40002     0.11104     -14.608    14.407          0    1.1498e-06          1    1.9967e-11       0         1.8839     2.4819      2.8983      3.1001      3.2027      3.3034      3.3573      3.4825      3.6282    3.7606     3.8687     3.9258     3.9834     4.0772     4.2009     4.4396    4.7175         0.16002                  1               0.16543              0.99125               0.14951            0.84282              0.046172              0.94386          0.00046455    0.0064474    0.036668    0.080226      0.12358      0.17059      0.21377      0.30981       0.4586      0.61944      0.72745      0.77176      0.82633      0.88754      0.94047      0.98785       0.99875  
    cl_mt_pol_a    -0.084534    0.41721     -4.9354     -19.512    47.686    0.13753       0.51327     0.3492    8.4496e-12       0        -1.7347    -1.1949    -0.78062    -0.59745     -0.5121    -0.36471     -0.3414    -0.17634    -0.08535         0    0.18236    0.18236    0.27354    0.36471    0.63825    0.91178    1.3677         0.16543            0.99125               0.17406                    1               0.16208            0.87605              0.047342              0.92791            0.024798      0.19434     0.64868      1.1439       1.3674       1.6065       1.8541       2.1236       2.3591       2.3591       2.0769       2.0769       1.9324       1.7612        1.345       1.1285        1.0163  
    cl_mt_coh       0.012312    0.44345      36.018     -19.968    50.122          0       0.42986    0.57014    7.5842e-12       0          -1.77    -1.1868    -0.74192    -0.53261    -0.43915    -0.31943    -0.25223    -0.11012    0.028142    0.1216    0.28612    0.30852    0.40197    0.49543    0.73101     1.0562    1.5235         0.14951            0.84282               0.16208              0.87605               0.19665                  1              0.042995              0.79285            -0.17623      -1.3428     -4.3611     -7.4795      -8.8167      -10.199      -11.471      -12.689      -12.961      -11.719      -9.7485      -8.2219      -6.8013       -5.238       -2.793     0.011376       0.87744  
    cl_mt_pol_c       1.2657    0.12229    0.096618        0.01    4.6404          0             0          1    4.8066e-09       0        0.97256     1.0303      1.0895      1.1168      1.1309      1.1501      1.1714      1.2038      1.2454    1.3215     1.3492     1.3999     1.4196     1.4287     1.4518      1.541    1.6093        0.046172            0.94386              0.047342              0.92791              0.042995            0.79285              0.014955                    1          0.00078193    0.0080283    0.042331    0.085387      0.13199        0.175      0.22395      0.31946      0.46525      0.62271      0.72217      0.77336      0.84079      0.88727      0.94218      0.98768        0.9987  

xxxxx fl_z_wage_rho = 0.21107 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.189651 seconds.
Elapsed time is 3.951447 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.584    0.44411     0.12392     -14.675    14.416          0    6.195e-06    0.99999    5.2568e-11       0         1.6194     2.3214      2.7928      3.0157      3.1649      3.2481      3.3237       3.4636      3.6098      3.7917     3.8862     3.9443     4.0229     4.0943     4.2469    4.5033    4.7984         0.19723                  1               0.19912              0.98791               0.18167            0.84832              0.054496              0.94379          0.00037271    0.0058219    0.035187    0.076254      0.12332      0.16576      0.21143      0.31148      0.45402      0.62695      0.72417      0.78485      0.82662      0.88262      0.93968      0.98753       0.99869  
    cl_mt_pol_a    -0.079038    0.45384      -5.742     -19.512    47.686    0.13102      0.50176    0.36723    2.1952e-11       0        -1.9397     -1.301     -0.8535    -0.62754     -0.5121    -0.42675     -0.3414     -0.17347    -0.08535    0.091178    0.18236    0.27354    0.36471    0.45589    0.63825     1.003      1.55         0.19912            0.98791               0.20597                    1               0.19663             0.8985              0.054668              0.92647            0.027845      0.20963     0.81067      1.1957       1.6544       1.8961       2.1386       2.4385       2.6372       2.5516       2.3387       2.1999       1.9798       1.8393       1.4897       1.1512        1.0171  
    cl_mt_coh       0.017396    0.48219      27.719     -19.968    50.122          0       0.4223     0.5777    1.9488e-11       0        -1.9793    -1.3027    -0.81298    -0.59981    -0.43915    -0.34569    -0.25223    -0.087716    0.028142     0.19266    0.30852    0.35717    0.47303    0.58889    0.77581    1.1496     1.688         0.18167            0.84832               0.19663               0.8985               0.23251                  1              0.049685               0.7925            -0.13144     -0.96406     -3.6271     -5.2606      -7.1061      -8.0151      -8.8556      -9.7178      -9.8093      -8.6925      -6.5186      -6.4416       -5.164      -3.4753      -1.5485      0.23612        0.8935  
    cl_mt_pol_c       1.2653    0.13002     0.10276        0.01    4.6445          0            0          1    1.2355e-08       0        0.95345     1.0189      1.0793      1.1102      1.1264      1.1426       1.161       1.1948      1.2447      1.3252     1.3508     1.4191     1.4236     1.4324     1.4602    1.5537    1.6379        0.054496            0.94379              0.054668              0.92647              0.049685             0.7925              0.016904                    1          0.00073617     0.009143    0.041978    0.085827      0.12923      0.17877       0.2222      0.31318      0.46423      0.62694       0.7168      0.78354       0.8391       0.8852      0.93936      0.98771       0.99877  

xxxxx fl_z_wage_rho = 0.28143 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.292995 seconds.
Elapsed time is 4.634347 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.5489    0.50011     0.14092     -14.757    14.427          0    3.0694e-05    0.99997     1.802e-10       0         1.3003     2.1088       2.658      2.9092      3.0593      3.1815      3.2792      3.4265      3.5798      3.7704     3.8891      3.952     4.0263     4.1317     4.2888    4.5712    4.9038         0.25011                  1               0.24511              0.98371               0.22584            0.85302              0.065787              0.94464          0.00026125    0.0050608    0.033199     0.07344      0.11594      0.15855      0.20518      0.30082      0.44646      0.61826      0.71538      0.78008      0.82504      0.87819      0.93901      0.98671       0.99862  
    cl_mt_pol_a    -0.088038    0.49823     -5.6593     -19.512    47.686    0.12194       0.50676     0.3713    7.4703e-11       0        -2.1337    -1.4509    -0.93885    -0.69389    -0.59745    -0.43368    -0.34694    -0.25605    -0.08535    0.091178    0.18236    0.27354    0.36471    0.54707    0.72943    1.1853    1.7324         0.24511            0.98371               0.24823                    1                0.2416            0.91596              0.064333              0.92726            0.032373      0.22399     0.78592      1.1946       1.5371         1.83       2.0494       2.3831       2.5993       2.5259       2.3437       2.2221       2.0266       1.7404       1.4403       1.1232        1.0169  
    cl_mt_coh      0.0069272     0.5294      76.424     -19.968    50.122          0       0.43241    0.56759    6.6017e-11       0        -2.2148    -1.4672    -0.90644    -0.64846    -0.52875    -0.36809    -0.25223    -0.15877    0.028142     0.19266    0.30852    0.37957    0.49543    0.63755    0.84686    1.2918    1.8749         0.22584            0.85302                0.2416              0.91596               0.28027                  1              0.059211              0.80318            -0.42519      -2.9053     -9.9394     -14.859      -18.816      -22.008      -25.465      -27.201      -27.753      -25.125      -19.916      -19.172      -14.399      -12.137      -6.5372      -1.2122       0.71663  
    cl_mt_pol_c       1.2638    0.13925     0.11018        0.01    4.6529          0             0          1    4.1884e-08       0        0.92705     0.9992      1.0657      1.0968       1.117      1.1332      1.1494      1.1904      1.2417      1.3273     1.3531     1.4231     1.4297     1.4501     1.5186    1.5663    1.6576        0.065787            0.94464              0.064333              0.92726              0.059211            0.80318              0.019391                    1          0.00074175    0.0079009    0.040671    0.084449      0.12848      0.17557       0.2208      0.30969      0.45448      0.61243      0.71397      0.77564      0.83691      0.88704      0.93874       0.9885       0.99867  

xxxxx fl_z_wage_rho = 0.35179 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.216428 seconds.
Elapsed time is 4.564418 seconds.
                      mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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           3.506     0.5732     0.16349     -14.859    14.441          0    0.00014923    0.99985    6.9003e-10       0        0.85427     1.8293      2.493      2.7799      2.9599      3.0765      3.1858      3.3647      3.5511      3.7433     3.9041     3.9621     4.0717     4.1784     4.3354    4.6736    5.0343         0.32856                  1               0.31221              0.97816               0.29113            0.85841              0.081229              0.94349          0.00011358    0.0041393    0.030945    0.067455        0.109      0.15195      0.19681      0.29036      0.43864      0.60478      0.72295      0.76983      0.82126      0.87674      0.93604      0.98675       0.99853  
    cl_mt_pol_a     -0.096362    0.55683     -5.7785     -19.512    47.686    0.11395       0.50993    0.37612    2.7619e-10       0        -2.4286     -1.648    -1.0408    -0.78062    -0.60715     -0.5121    -0.35859    -0.25605    -0.08535    0.091178    0.18236    0.27354    0.36471    0.54707    0.72943    1.2765    1.9147         0.31221            0.97816               0.31006                    1               0.30723            0.93249              0.077295              0.92419            0.030194      0.21124     0.74495      1.2118       1.5734       1.8944       2.0871       2.4393       2.6248        2.562       2.4037       2.2971       2.1241       1.8512       1.5635       1.1496        1.0201  
    cl_mt_coh      -0.0030743    0.59168     -192.46     -19.968    50.122          0       0.43643    0.56357     2.437e-10       0        -2.5176    -1.6765    -1.0223    -0.74192    -0.55501    -0.43915    -0.31943    -0.15877    0.028142     0.21506    0.30852    0.40197    0.49543    0.68235    0.86926      1.43    2.0842         0.29113            0.85841               0.30723              0.93249               0.35009                  1              0.071944              0.80953             0.99414       6.8005      23.785      37.639       48.183       57.002       61.999       69.838       70.931        62.39       54.279       49.497       42.285       31.629       20.908       6.1348        1.6776  
    cl_mt_pol_c        1.2621     0.1502       0.119        0.01    4.6871          0             0          1    1.5469e-07       0        0.89635    0.97823     1.0496      1.0835      1.1058       1.122      1.1366      1.1852      1.2398      1.3324      1.355     1.4281     1.4373     1.4509     1.5382    1.5859    1.6759        0.081229            0.94349              0.077295              0.92419              0.071944            0.80953               0.02256                    1          0.00069083    0.0081383    0.039875    0.082116      0.12838      0.17285      0.21674      0.31785      0.45482      0.61232      0.71003      0.76706      0.82349      0.88142      0.93983      0.98769       0.99865  

xxxxx fl_z_wage_rho = 0.42214 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.270993 seconds.
Elapsed time is 4.551343 seconds.
                      mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.4572    0.66531     0.19244     -14.991     14.46          0    0.00059181    0.99941    4.1948e-09       0        0.29345       1.49     2.2745      2.6199      2.8321        2.98      3.0922      3.3001      3.5201       3.723     3.8941     3.9768      4.087       4.22     4.4143     4.777    5.2093        0.44264                   1               0.40607              0.97142               0.38297            0.86247               0.10237              0.94126          -0.00011363     0.002812    0.025787    0.061971      0.10225      0.14451      0.18875      0.28224      0.42887      0.58491      0.70465      0.75598      0.81777      0.87558      0.9334        0.9856       0.99853  
    cl_mt_pol_a     -0.099504    0.62831     -6.3144     -19.512    47.778    0.11206       0.50282    0.38512    1.6057e-09       0        -2.7755    -1.8777    -1.1949    -0.86736     -0.6828    -0.52042    -0.42675    -0.25605    -0.08535    0.091178    0.18236    0.36471    0.45589    0.63825    0.91178    1.4589    2.1883        0.40607             0.97142               0.39477                    1               0.39658            0.94571              0.094575              0.92082             0.034663      0.23547      0.8261      1.3216       1.7631       2.0247       2.3161       2.6375       2.7977       2.7422       2.5961        2.329       2.2194       1.9411      1.5339         1.154        1.0231  
    cl_mt_coh      -0.0078352    0.66742     -85.182     -19.968    50.122          0        0.4398     0.5602    1.4171e-09       0        -2.8915    -1.9345    -1.1868    -0.83538    -0.62606    -0.46155    -0.34569    -0.15877    0.028142     0.21506    0.30852    0.47303    0.58889    0.77581     1.0338    1.6169    2.3646        0.38297             0.86247               0.39658              0.94571               0.44545                  1              0.089113              0.81678              0.46213       3.0881      10.656      16.771       22.055       25.047       28.154       31.056       31.459       28.288       25.254       22.409       18.841       14.544      9.6068        3.1234        1.3137  
    cl_mt_pol_c        1.2605    0.16347     0.12968        0.01    4.6422          0             0          1    9.0008e-07       0        0.85838    0.94927     1.0251        1.07        1.09      1.1078      1.1247      1.1708       1.238      1.3361     1.3853     1.4364     1.4466      1.458     1.5514     1.613    1.7201        0.10237             0.94126              0.094575              0.92082              0.089113            0.81678              0.026722                    1           0.00067534    0.0072757    0.038925     0.08044      0.12366      0.16728      0.21155      0.30443      0.44825      0.59999      0.70762      0.76744      0.81982      0.87704      0.9394       0.98684       0.99867  

xxxxx fl_z_wage_rho = 0.4925 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.175569 seconds.
Elapsed time is 4.423100 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.3878    0.79766     0.23545     -15.169    14.486          0    0.0021625    0.99784    3.1347e-08       0        -0.5895     1.0005      1.986      2.4227      2.6438      2.8476      2.9648      3.1866    3.4697      3.7245     3.8982     3.9957     4.1301     4.2716    4.5087    4.9428    5.4198        0.63626                   1              0.55962               0.96337              0.53634               0.869               0.13348              0.93015          -0.00065006    0.00079026    0.020283    0.054457     0.090333       0.1335      0.17344      0.26499      0.41652      0.57962      0.68713      0.74706      0.80466      0.86497      0.93146      0.98519       0.99838  
    cl_mt_pol_a     -0.10587    0.72825     -6.8785     -19.512    47.778    0.10306       0.4989    0.39805    1.1548e-08       0         -3.296    -2.1337    -1.3656      -1.003    -0.76815    -0.59745    -0.44084    -0.25605         0    0.091178    0.27354    0.36471    0.54707    0.72943     1.003    1.7324     2.553        0.55962             0.96337              0.53035                     1              0.53924             0.95697                 0.119              0.90828             0.045074       0.27707      0.8954      1.4229        1.891       2.2336       2.4089       2.8275       2.9621       2.9138       2.6628       2.5246       2.2697       1.9646       1.6311       1.1631        1.0245  
    cl_mt_coh      -0.016493    0.77375     -46.915     -19.968    50.122          0      0.44347    0.55653    1.0071e-08       0        -3.4522    -2.2148    -1.3737    -0.97364    -0.71952    -0.53261    -0.39049    -0.15877    0.0544     0.21506    0.40197    0.49543    0.65995    0.86926    1.1496    1.8301    2.7384        0.53634               0.869              0.53924               0.95697               0.5987                   1               0.11336              0.81438              0.30511        1.8497      5.8921      9.2601       12.117       14.124       15.103       17.116       17.285       15.901       13.462       12.282       10.938       7.9167       5.4582       2.3509        1.1673  
    cl_mt_pol_c       1.2584     0.1799     0.14297        0.01    4.7043          0            0          1     6.401e-06       0        0.81567    0.91335    0.99803      1.0472      1.0755      1.0953      1.1118      1.1543    1.2374       1.339     1.3769     1.4434      1.461     1.5189    1.5658    1.6672     1.782        0.13348             0.93015                0.119               0.90828              0.11336             0.81438              0.032366                    1           0.00062657      0.006908    0.037662    0.079397      0.12206      0.16678      0.20847      0.29788      0.44745       0.5973      0.70118      0.76333      0.82191      0.87551      0.93808      0.98644       0.99865  

xxxxx fl_z_wage_rho = 0.56286 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.433066 seconds.
Elapsed time is 4.546870 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.2848      1.012      0.3081     -15.417    14.521           0    0.0074105    0.99259    2.1222e-07       0        -3.1105    0.29126     1.5829     2.0981      2.3994      2.6278      2.8039      3.0564    3.4059     3.7193      3.918     4.0279     4.1823     4.3641    4.6446    5.1524    5.7086         1.0242                   1              0.86085               0.95261              0.84786              0.8821               0.18149               0.8922          -0.0021902     -0.00358    0.010047    0.039115     0.073144      0.11254      0.15335      0.24255      0.39044      0.55368      0.67811      0.73381      0.79313      0.85757      0.92511      0.98372       0.99828  
    cl_mt_pol_a     -0.11929    0.89294     -7.4854     -19.512    47.869    0.095566      0.49931    0.40512    7.5466e-08       0        -5.0307    -2.5605    -1.5612    -1.1276    -0.86736     -0.6828     -0.5121    -0.26021         0    0.18236    0.27354    0.45589    0.63825    0.82061    1.1853    2.0059    3.0089        0.86085             0.95261              0.79734                     1              0.81644             0.96269               0.15465              0.86164            0.078619      0.31742      0.9661      1.5326       1.9423       2.3018       2.5845        2.865       3.0486       2.9284       2.8064       2.5835       2.3516       2.0756       1.6813       1.1959        1.0286  
    cl_mt_coh      -0.033205    0.94976     -28.603     -19.968    50.122           0      0.44924    0.55076    6.4586e-08       0         -5.299    -2.6821     -1.583    -1.1158    -0.83538    -0.62606    -0.43915    -0.18117    0.0544    0.26372    0.40197    0.56649    0.75341    0.96272    1.3366    2.1777    3.2057        0.84786              0.8821              0.81644               0.96269              0.90204                   1               0.14968              0.78406             0.30319       1.1977      3.5962      5.6369       7.0632       8.2821        9.182       9.9779       10.219       9.5473       8.4826       7.7392       6.7647       5.2708       3.6665       1.7527        1.1088  
    cl_mt_pol_c       1.2557      0.201     0.16007        0.01    4.6974           0            0          1    4.0763e-05       0        0.79139    0.86586    0.96178     1.0185      1.0524      1.0753      1.0956       1.135    1.2376     1.3423       1.44     1.4494       1.48     1.5543    1.5894    1.7042    1.8265        0.18149              0.8922              0.15465               0.86164              0.14968             0.78406              0.040401                    1          0.00061099    0.0066351    0.036292    0.076483      0.11703      0.15965      0.20275      0.29694      0.43418      0.59463      0.70007      0.75658      0.81462      0.87326      0.93702       0.9863        0.9985  

xxxxx fl_z_wage_rho = 0.63321 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.346716 seconds.
Elapsed time is 4.876722 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.1187     1.4211     0.45567      -15.78    14.576           0    0.022839    0.97716    1.2369e-06       0        -10.881    -1.2923    0.92563      1.644     2.0355      2.3104      2.5529      2.8908    3.3138     3.6921     3.9489     4.1093     4.2721    4.5076    4.8324    5.4426    6.1109         2.0195                   1               1.6477               0.94067               1.6969             0.90766               0.26155              0.80886           -0.004177    -0.015228    -0.012449    0.0088532    0.038607     0.073727      0.11332      0.20287      0.35245      0.52621      0.64581      0.71313      0.77702      0.84239      0.91855      0.98163       0.99801  
    cl_mt_pol_a     -0.14822     1.2326     -8.3158     -19.512     47.96    0.086458     0.49429    0.41925    3.4932e-07       0        -13.315    -3.4993    -1.8777    -1.3656    -1.0242    -0.76815    -0.59745     -0.3414         0    0.18236    0.36471    0.54707    0.72943     1.003    1.4589    2.4618    3.8295         1.6477             0.94067               1.5193                     1               1.5538             0.95821               0.21172               0.7549             0.10871      0.46496       1.1541       1.6539      2.0882       2.4144       2.6136       2.8893       3.0477       2.9724       2.7956       2.6144       2.4117        2.078       1.6974       1.2063        1.0255  
    cl_mt_coh      -0.067974     1.3156     -19.354     -19.968    50.122           0     0.45121    0.54879    3.4787e-07       0        -14.293    -3.7102    -1.9345    -1.3737    -0.9999    -0.71952    -0.53261    -0.25223    0.0768    0.30852    0.49543    0.68235    0.86926    1.1496    1.6169    2.6488    4.0244         1.6969             0.90766               1.5538               0.95821               1.7308                   1               0.21125              0.70569             0.25461       1.0749       2.6377       3.7462       4.685       5.3654       5.7622       6.2578       6.3962       5.9577       5.4203        4.925       4.3985        3.563       2.6391       1.4774        1.0652  
    cl_mt_pol_c       1.2532    0.22754     0.18156        0.01     4.724           0           0          1    0.00022021       0        0.77927    0.83708    0.92084    0.98003     1.0218       1.053      1.0773      1.1185    1.2362     1.3482     1.4414     1.4595     1.5124    1.5621    1.6287    1.7856    1.9223        0.26155             0.80886              0.21172                0.7549              0.21125             0.70569              0.051773                    1          0.00048381    0.0063428     0.035042     0.073444     0.11275      0.15491      0.19894      0.28492      0.43869      0.58029      0.69152      0.75395      0.80615      0.86803      0.93159      0.98547       0.99846  

xxxxx fl_z_wage_rho = 0.70357 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.508188 seconds.
Elapsed time is 4.743299 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.7796     2.1493     0.77323      -16.35    14.662           0    0.062014    0.93799      5.68e-06       0        -14.362    -6.6328    -0.4113    0.80456     1.4228      1.8155      2.1198       2.609    3.1564     3.6291     3.9678     4.1765     4.3836    4.6719     5.105    5.8843    6.6788         4.6194                   1               3.7315               0.92847               4.0114             0.93088              0.40326               0.71647          -0.0054776    -0.037745    -0.06921    -0.063861    -0.043747    -0.014685    0.022309      0.10695      0.26433      0.44818      0.58764      0.65724      0.73811      0.81392      0.90128      0.97771       0.99758  
    cl_mt_pol_a    -0.27338     1.8699     -6.8402     -19.512    48.051    0.076484     0.49849    0.42503    1.4376e-06       0        -17.347    -8.2399    -2.6458    -1.7634    -1.2802    -0.96985    -0.76815    -0.34694         0    0.27354    0.45589    0.72943    0.91178    1.2765    1.9147    3.1912    4.8325         3.7315             0.92847               3.4967                     1               3.5488             0.94655              0.30506               0.62296            0.067397      0.46515      1.0663       1.4537       1.7601       1.9348      2.0905       2.2892       2.3927       2.3101       2.2166       2.0799       1.9584       1.7477        1.459       1.1422        1.0203  
    cl_mt_coh      -0.20823      2.005     -9.6285     -19.968    50.122           0     0.46112    0.53888    1.4362e-06       0        -18.592    -8.7793    -2.7756    -1.7924    -1.2803    -0.95124    -0.71952    -0.27463    0.0768    0.35717    0.58889    0.84686     1.0562      1.43    2.0618    3.3926    5.0749         4.0114             0.93088               3.5488               0.94655               4.0198                   1              0.32097                0.6113            0.095218      0.65709      1.4887       2.0142       2.4223       2.6486      2.8439       3.0739       3.1399       3.0066       2.7669       2.6035       2.3676       2.0567       1.6796       1.1967        1.0278  
    cl_mt_pol_c      1.2509    0.26188     0.20935        0.01    4.8054           0           0          1    0.00089627       0        0.78427    0.82242    0.88304    0.93913    0.97967      1.0142      1.0466      1.1008    1.2263     1.3473     1.4476     1.4742     1.5538    1.5882    1.6959    1.8809    2.0629        0.40326             0.71647              0.30506               0.62296              0.32097              0.6113              0.06858                     1           7.086e-05    0.0059567    0.033483     0.070298      0.10886      0.14895     0.19352      0.27572       0.4191      0.56948      0.68004      0.74201      0.79877      0.86181      0.93024      0.98432       0.99835  

xxxxx fl_z_wage_rho = 0.77393 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.903463 seconds.
Elapsed time is 4.793789 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.2436     3.1427      1.4007     -17.327    14.814           0    0.13206    0.86794    1.9715e-05       0        -15.617    -11.727    -3.5497    -0.7819    0.31471    0.97908      1.4419       2.135    2.9463     3.5794     4.0206      4.301    4.5887    4.9888    5.5556    6.5863    7.5947         9.8766                   1               7.9466               0.91546               8.7552             0.93876               0.64267              0.66596          -0.0099061    -0.061543    -0.18287    -0.22518       -0.229     -0.21457     -0.18765     -0.10603       0.0701      0.28284       0.4519      0.54365       0.6434      0.74631       0.8634      0.96918       0.99649  
    cl_mt_pol_a     -0.4585     2.7621     -6.0242     -19.512    48.325    0.057433    0.48635    0.45622    3.9317e-06       0        -18.265    -13.827    -4.7796    -2.5153     -1.707    -1.2143    -0.86736    -0.42675         0    0.36471    0.63825    0.91178    1.2765    1.7324     2.553    4.4677    6.8384         7.9466             0.91546               7.6293                     1               7.6728             0.93606               0.45619              0.53786             0.10523      0.35607      1.0744      1.4431       1.6729       1.8261       1.9439       2.0804       2.1371        2.068       1.9871       1.8994       1.7715       1.6177       1.4034       1.1126        1.0164  
    cl_mt_coh      -0.41779     2.9676     -7.1031     -19.968    50.122           0    0.44846    0.55154    4.0539e-06       0        -19.878    -14.832     -5.112    -2.6111    -1.7476    -1.2092    -0.83538    -0.34569    0.0992    0.45063    0.77581     1.0562    1.4076    1.8973    2.7384    4.6562    7.1309         8.7552             0.93876               7.6728               0.93606               8.8068                   1               0.51091              0.56066             0.12435      0.42551      1.2638      1.6924       1.9518       2.1217       2.2481       2.3836       2.4119       2.3253       2.1757       2.0639       1.9276       1.7207       1.4672       1.1374        1.0187  
    cl_mt_pol_c      1.2578    0.30707     0.24414        0.01    4.8128           0          0          1     0.0025531       0           0.01    0.83347    0.87195    0.90443    0.94206    0.97736      1.0098      1.0776    1.2058      1.376     1.4854     1.5285    1.6046    1.7033    1.8195    2.0251    2.2509        0.64267             0.66596              0.45619               0.53786              0.51091             0.56066              0.094292                    1          2.0299e-05    0.0049419    0.032198    0.067534      0.10462      0.14299      0.18294      0.26609      0.40168      0.55342      0.67126      0.72722      0.79154      0.85388      0.92399      0.98309       0.99814  

xxxxx fl_z_wage_rho = 0.84429 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.407087 seconds.
Elapsed time is 4.846648 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        1.2907     4.5137      3.4972     -19.153    15.139           0     0.2552     0.7448     6.734e-05       0        -17.366     -14.79    -8.7958    -4.6058    -2.3492    -1.0209    -0.077998      1.1652    2.4572     3.4676     4.1009    4.5602    4.9619     5.568    6.3888    7.8717    9.2135         20.373                   1               16.104               0.89696               17.971             0.93225               1.1272               0.66416           -0.014079     -0.12562    -0.48098    -0.73218     -0.86283     -0.92611     -0.94635     -0.90166     -0.68842     -0.35814     -0.059219     0.10847      0.28867      0.49335      0.72145      0.93431       0.99263  
    cl_mt_pol_a    -0.81639     3.9777     -4.8723     -19.512    48.598    0.061516     0.4937    0.44478    9.6167e-06       0        -18.561    -16.558    -9.5592     -5.121    -3.0726    -1.9949      -1.3656    -0.52042         0    0.36471    0.91178    1.2765    1.8236     2.553    3.8295    6.8384    10.759         16.104             0.89696               15.822                     1               15.759             0.92766              0.77845               0.52051            0.047062      0.21957     0.84266      1.2761       1.5283       1.6736       1.7736       1.8834       1.9259       1.8956        1.8172       1.747       1.6528        1.526       1.3453       1.1041        1.0143  
    cl_mt_coh      -0.82118     4.2709     -5.2009     -19.968    50.122           0    0.45794    0.54206    9.7991e-06       0        -19.901    -17.867    -10.252    -5.4859    -3.2429    -2.0503      -1.3737    -0.46155    0.0992    0.49543     1.0562    1.4076    1.9684    2.6936    4.0468    7.1309    11.127         17.971             0.93225               15.759               0.92766                18.24                   1              0.91897               0.57228            0.054085      0.23562     0.90729       1.363        1.628       1.7801        1.881       1.9861       2.0102       1.9589         1.866      1.8012       1.6977       1.5619       1.3589       1.1076        1.0152  
    cl_mt_pol_c      1.2806    0.37599     0.29361        0.01    5.0371           0          0          1     0.0061387       0           0.01    0.85209    0.88836    0.91168    0.92915    0.94989      0.98146      1.0352    1.1784     1.3932     1.5094    1.6084    1.7019    1.8159    1.9987     2.307    2.6414         1.1272             0.66416              0.77845               0.52051              0.91897             0.57228              0.14137                     1          4.7937e-05    0.0026721    0.030622    0.065045      0.10101      0.13767       0.1757      0.25462      0.38415      0.54364       0.64787     0.70805      0.77336      0.84126      0.91478      0.98072       0.99783  

xxxxx fl_z_wage_rho = 0.91464 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.606701 seconds.
Elapsed time is 5.313332 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.48009     6.7115      -13.98     -22.941    16.069           0    0.45399    0.54601    0.00024713    1.0664e-10    -22.059    -18.409    -14.068    -10.532    -7.8528    -5.8279    -4.2125    -1.7972      0.95507     3.1464    4.2439     5.252    5.8908    7.0292    8.4104    10.837    12.676         45.044                   1               33.622               0.85818               37.524             0.89828                2.553               0.70985             0.0486       0.42048      1.7576      3.0302       3.9797        4.686        5.205       5.8147       5.9342       5.3247       4.5625       4.0417        3.489       2.8205       2.0267        1.243        1.0274  
    cl_mt_pol_a     -1.2616     5.8375      -4.627     -19.512     48.78    0.050708    0.53054    0.41875    1.5244e-05    1.9126e-10    -18.868    -18.265     -13.49    -9.4542    -6.5719     -4.597    -3.1579    -1.4509     -0.17347    0.36471    1.1853    1.9147    2.9177    4.3766    7.2031     13.95    22.065         33.622             0.85818               34.076                     1                33.63             0.92562               1.9158               0.61242           0.017158        0.2003     0.64228      1.0921       1.4115       1.6257       1.7788         1.95       2.0371        2.026       1.9681       1.9045       1.8064       1.6681       1.4446       1.1366        1.0197  
    cl_mt_coh        -1.339      6.224     -4.6482     -19.968    50.122           0    0.52174    0.47826    2.1284e-05    1.2693e-10    -19.923    -19.878    -14.551    -10.159    -7.0747    -4.8541    -3.3363    -1.4409    -0.087716    0.47303    1.3366    2.0842    3.1123    4.6076    7.5048    14.398    22.738         37.524             0.89828                33.63               0.92562               38.739                   1                2.241               0.67189           0.019322        0.2037     0.65615      1.1119       1.4279       1.6479       1.7989        1.967       2.0433       2.0232       1.9564       1.8907       1.7917       1.6541       1.4339       1.1347        1.0192  
    cl_mt_pol_c      1.3507    0.53588     0.39673        0.01    6.1219           0          0          1      0.013521    1.0664e-10       0.01       0.01    0.90933    0.93482    0.95426    0.97182    0.98988     1.0328       1.1186     1.4042    1.6207    1.7477    1.8777     2.117    2.4384    3.0928    3.7512          2.553             0.70985               1.9158               0.61242                2.241             0.67189              0.28717                     1          0.0001001     0.0001001    0.024217    0.058294      0.09332      0.12925      0.16552      0.23992      0.35979      0.50164      0.60953      0.67094      0.73799      0.81192      0.89502      0.97486       0.99706  

xxxxx fl_z_wage_rho = 0.985 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 18.044352 seconds.
Elapsed time is 14.900961 seconds.
                    mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -8.6914    14.027     -1.6139     -32.873     22.81          0    0.75107    0.24893    0.00099806    0.0060511    -32.545    -30.763    -28.463    -24.986    -23.156     -21.32    -19.393    -16.527    -12.347    -2.2897    -0.087951     7.0232    7.7184    13.688    16.524     22.49     22.81         196.77                   1               121.87               0.78056               135.11             0.82584               19.768               0.65472            0.013865      0.069774      0.17425     0.35088       0.4649      0.59188      0.70842      0.91517       1.1677       1.3184       1.3278       1.2999       1.2597       1.1994       1.1153      1.0262           1     
    cl_mt_pol_a    -2.1796    11.131     -5.1068     -19.512     48.78    0.11899    0.62747    0.25354    6.1057e-05    0.0065036    -18.868    -18.561    -16.302    -14.051    -12.034    -10.157    -8.4496    -5.6378    -2.2191          0     0.091178    0.63825    2.6442    7.1119    19.147     46.41     48.78         121.87             0.78056               123.89                     1               121.19             0.93356               18.906               0.78913            0.034859       0.12974      0.42123     0.77706       1.0874       1.3433       1.5579       1.8743        2.137       2.2069       2.2067       2.1932       2.1646        2.057       1.7843      1.2169           1     
    cl_mt_coh      -2.4191    11.663     -4.8213     -19.968    50.122          0    0.62707    0.37293    6.6522e-05    0.0042064    -19.923    -19.901    -17.564    -15.206    -12.963    -10.951    -9.0597    -6.0466    -2.3083     0.0992      0.21506    0.77581    2.8095    7.4113    19.725    47.669    50.122         135.11             0.82584               121.19               0.93356               136.03                   1               20.286               0.80806            0.033427       0.12463      0.40606     0.75426       1.0579       1.2998       1.5104       1.8206       2.0693       2.1303       2.1258       2.1107       2.0832       1.9809       1.7282       1.205           1     
    cl_mt_pol_c     1.7745    2.1524       1.213        0.01    17.073          0          0          1      0.042741    0.0060511       0.01       0.01     0.9101    0.96136    0.98185    0.98185    0.99806     1.0253     1.0762     1.1733       1.4218     1.9841    2.1467    3.6604    5.4065    13.536    17.073         19.768             0.65472               18.906               0.78913               20.286             0.80806               4.6329                     1          0.00024086    0.00024086    0.0038124    0.032006     0.096344     0.096344      0.11653      0.17052      0.25922      0.35343      0.42358      0.50421      0.52904      0.61037      0.72908      0.9083           1     

---------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
  Columns 1 through 5

    'Vary '    'Inc/Prod Shock SD'    ' ('    'fl_z_wage_sig'    '): '

  Column 6

    '0.05    0.082143...'

fl_z_wage_rho:0.8
fl_z_wage_sig:0.2
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_wage_sig = 0.05 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.229422 seconds.
Elapsed time is 3.717556 seconds.
                      mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.7837     0.32246    0.085224     -15.098     14.45          0    3.3687e-07           1    4.3513e-12       0          2.6693      2.9569       3.2513     3.435     3.435    3.5642    3.6169    3.6169    3.7964    3.9732    3.9732    3.9732    4.1471    4.1471    4.3177       4.495     4.6933         0.10398                  1             0.0079671              0.53437             0.0073263            0.43183              0.034609               0.9829          0.00071825    0.0078776    0.059905      0.16843     0.16843      0.18138      0.35299      0.35299      0.58194      0.78392      0.78392      0.78392      0.90834      0.90834      0.96374      0.99276       0.99945  
    cl_mt_pol_a    -0.0092838    0.046236     -4.9803     -16.816    46.939    0.87431      0.092455    0.033234    1.6433e-12       0        -0.40304    -0.22965    -0.062807         0         0         0         0         0         0         0         0         0         0         0         0    0.021672    0.19706       0.0079671            0.53437             0.0021378                    1              0.002196            0.90274             0.0021939              0.43454            0.063583      0.34292     0.95041       1.1784      1.1784       1.1784       1.1784       1.1784       1.1784       1.1784       1.1784       1.1784       1.1784       1.1784       1.1784       1.1193             1  
    cl_mt_coh         0.10096    0.052613     0.52115     -17.204    50.122          0      0.038074     0.96193    1.5633e-12       0        -0.35043    -0.12585     0.031526    0.0544    0.0768    0.0992    0.0992    0.0992    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216     0.14381    0.32359       0.0073263            0.43183              0.002196              0.90274             0.0027681                  1             0.0021665              0.37712          -0.0050785    -0.029573    -0.03507    -0.008188    0.043721      0.26786      0.26786      0.26786      0.95671      0.95671      0.95671      0.95671      0.95671      0.95671      0.95671      0.98001             1  
    cl_mt_pol_c        1.2791     0.10919    0.085369        0.01    4.6986          0             0           1    9.9182e-10       0          1.0199      1.0761       1.0976    1.1539    1.1539    1.2072    1.2131    1.2131    1.2752    1.3406    1.3406    1.3406    1.4094    1.4094    1.4816      1.5503     1.6158        0.034609             0.9829             0.0021939              0.43454             0.0021665            0.37712              0.011923                    1          0.00079916    0.0085442    0.047806      0.16893     0.16893      0.18537       0.3619       0.3619      0.58389       0.7819       0.7819       0.7819      0.90625      0.90625      0.96141      0.98834       0.99943  

xxxxx fl_z_wage_sig = 0.082143 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.525954 seconds.
Elapsed time is 4.235846 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.6091    0.62545      0.1733     -15.647    14.542         0    6.2687e-05    0.99994    7.9375e-10       0         1.0524      1.9084      2.5115       2.775       2.9936       3.0743      3.3006    3.3759    3.6722     3.962     3.962    4.0749      4.2452      4.2972     4.5712      4.928    5.2975        0.39119                   1               0.11744              0.80347               0.11084             0.7074               0.10116              0.95614          0.00018772    0.0043176    0.029742    0.066684      0.10764      0.15659      0.20537      0.32189      0.53105      0.71845      0.71845      0.75455      0.84827      0.87214      0.94136      0.98628       0.99867  
    cl_mt_pol_a    -0.043728     0.2337     -5.3445     -19.512     47.23    0.5356       0.29117    0.17323    2.6506e-10       0        -1.5612    -0.93885     -0.5121    -0.26021     -0.17347    -0.086736    -0.08535         0         0         0         0         0    0.091178    0.091178    0.27354    0.54707     1.003        0.11744             0.80347              0.054617                    1              0.056936            0.97249              0.027963              0.70731            0.044355       0.2853     0.85438      1.3071       1.5286       1.7626       1.8704       1.8704       1.8704       1.8704       1.8704       1.8704       1.7152       1.7152       1.3611        1.135        1.0223  
    cl_mt_coh       0.061349    0.25052      4.0835     -19.968    50.122         0       0.19503    0.80497    2.3816e-10       0         -1.583    -0.90644    -0.43915    -0.18117    -0.065316    0.0057421    0.028142    0.0992    0.1216    0.1216    0.1216    0.1216     0.19266     0.21506    0.40197    0.65995    1.1496        0.11084              0.7074              0.056936              0.97249              0.062759                  1              0.027267              0.64341           -0.032139     -0.20187    -0.57021    -0.82186     -0.95083     -0.95171     -0.92022     -0.63635     0.050182     0.050182     0.050182     0.050182      0.12974      0.29857      0.67968      0.86141       0.98215  
    cl_mt_pol_c       1.2739    0.16916     0.13279        0.01     4.712         0             0          1    1.5224e-07       0        0.90038     0.96842      1.0352      1.0671       1.0752       1.1413      1.1592    1.1673    1.2672    1.3757    1.3757    1.4714      1.4935      1.4958     1.5324     1.6758    1.7421        0.10116             0.95614              0.027963              0.70731              0.027267            0.64341              0.028616                    1          0.00068963    0.0074159    0.039505    0.093202      0.13433      0.16595      0.21709      0.35555       0.5444      0.72687      0.72687      0.76696      0.85603      0.87879      0.94059      0.98835       0.99865  

xxxxx fl_z_wage_sig = 0.11429 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.173812 seconds.
Elapsed time is 4.894016 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.3387     1.1028     0.33029     -16.236    14.634          0    0.0078591    0.99214    3.1336e-07       0        -3.1989    0.23473     1.4735      2.0414      2.3255      2.5837      2.7525       3.0889    3.5032     3.848      4.018     4.1962     4.3522     4.5476     4.8713    5.4552    6.0259         1.2161                   1              0.62624               0.87016              0.62608             0.81395                0.2201              0.90289          -0.0022041    -0.0037123    0.0088596    0.036461      0.06789      0.10545      0.14726      0.27262      0.45012      0.54455      0.66949      0.72377      0.79307       0.8567      0.92572      0.98292        0.99837 
    cl_mt_pol_a    -0.092548    0.65262     -7.0517     -19.512    47.504    0.27479      0.40193    0.32328    7.3308e-08       0        -4.5235     -1.963    -1.1095    -0.76815    -0.52042    -0.35267    -0.25605    -0.086736         0         0    0.18236    0.27354    0.27354    0.45589    0.72943    1.4589    2.2795        0.62624             0.87016              0.42591                     1              0.44155                0.97               0.10368              0.71866             0.10026       0.36731        1.013       1.522       1.8347       2.0638       2.2843       2.4152       2.4584       2.4584       2.2899       2.0876       2.0876       1.8895       1.6105       1.1571         1.0263 
    cl_mt_coh      0.0024526    0.69751      284.39     -19.968    50.122          0      0.33202    0.66798    6.7012e-08       0        -4.8317    -2.0279    -1.0934    -0.71952    -0.46155    -0.29703    -0.15877    0.0057421    0.1216    0.1216    0.26372    0.35717    0.40197    0.58889    0.86926    1.5721     2.458        0.62608             0.81395              0.44155                  0.97              0.48652                   1               0.10274              0.66632             -4.0231       -14.494      -39.029     -57.492      -68.238      -75.511      -81.373      -83.089      -70.062      -70.062      -63.739      -57.159      -47.162      -37.472      -24.781      -6.9232      -0.059086 
    cl_mt_pol_c       1.2647    0.22105     0.17479        0.01    4.7525          0            0          1    4.2791e-05       0        0.78674    0.85471    0.93579      1.0112      1.0577      1.0761      1.0889       1.1198    1.2554    1.3557     1.4119     1.4866     1.5077     1.5869     1.6216    1.8052    1.8948         0.2201             0.90289              0.10368               0.71866              0.10274             0.66632              0.048864                    1          0.00059081     0.0065194     0.035359    0.073883      0.11516      0.15734      0.20084      0.31295      0.49255      0.58165      0.70195      0.77353      0.81003      0.87416      0.93157      0.98594        0.99847 

xxxxx fl_z_wage_sig = 0.14643 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.990344 seconds.
Elapsed time is 4.787493 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         2.9995     1.9088     0.63639     -16.848    14.733           0    0.044783    0.95522    4.4856e-06       0        -13.653    -4.2094    0.19765     1.1822      1.6895      2.0513      2.2747       2.7648    3.2988      3.7608     4.0388     4.3289     4.4767    4.8004    5.2185    6.0119      6.78         3.6437                   1               2.4894               0.89606               2.6597             0.89235               0.3882               0.75707          -0.0049314    -0.028694    -0.042427    -0.029787    -0.005791    0.026617     0.061724      0.15796      0.32159      0.47335       0.6063      0.67153      0.74586      0.82251      0.90612      0.97887       0.99779  
    cl_mt_pol_a     -0.12841     1.4554     -11.334     -19.512    47.778    0.093907     0.44232    0.46378    1.0147e-06       0        -16.558    -5.4624    -1.8215    -1.1276    -0.76815    -0.52042     -0.3414    -0.088168         0    0.091178    0.36471    0.45589    0.63825     1.003    1.4589    2.6442     4.103         2.4894             0.89606               2.1182                     1               2.1513             0.94665              0.22166               0.56696             0.14215      0.80957        1.664       2.2448       2.6375      2.8474       3.0578       3.1932        3.252       3.1704        2.903       2.7678       2.5871       2.1707       1.7894       1.2321        1.0327  
    cl_mt_coh      -0.045443     1.5615     -34.361     -19.968    50.122           0     0.35541    0.64459     8.894e-07       0        -17.845    -5.7663     -1.841    -1.1158    -0.71952    -0.46155    -0.25223    -0.016658    0.1216     0.21506    0.47303    0.58889    0.77581    1.1272    1.5721    2.8095    4.3048         2.6597             0.89235               2.1513               0.94665               2.4382                   1              0.23127               0.55136              0.4281       2.4633       5.0834       6.6272        7.699      8.2395       8.7224       8.9298       8.6586        8.141       7.3288       6.5765       5.9563       4.8871       3.5465       1.7407        1.1059  
    cl_mt_pol_c       1.2625    0.26863     0.21277        0.01    4.8007           0           0          1    0.00056749       0         0.7841    0.82358    0.88951    0.94446     0.97798      1.0051      1.0385       1.1005    1.2398      1.3441      1.445     1.4816     1.5773    1.6524    1.7118    1.9034    2.0927         0.3882             0.75707              0.22166               0.56696              0.23127             0.55136              0.07216                     1          0.00034685    0.0060539     0.033576     0.069734      0.10918     0.14762      0.19004      0.27181      0.42502      0.56998      0.68025      0.73666      0.80888      0.86148      0.92854      0.98472        0.9984  

xxxxx fl_z_wage_sig = 0.17857 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.686880 seconds.
Elapsed time is 4.623328 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.3011     3.0853      1.3408     -17.471    14.834           0    0.12893    0.87107    2.0027e-05       0        -15.612    -11.503    -3.2586    -0.67358    0.36954     1.0156      1.4836      2.1871    2.9904     3.6441      4.029     4.3298    4.6153    5.0073    5.5663    6.5632    7.5498         9.5189                   1               7.3816               0.91022               8.1428             0.93352               0.63225              0.66992          -0.0094017    -0.059463    -0.17188    -0.20898     -0.21104      -0.1956     -0.16816     -0.086382     0.09052      0.30292      0.46112      0.55651      0.64805      0.75238        0.866      0.96952       0.99669  
    cl_mt_pol_a    -0.46034     2.6285     -5.7099     -19.512    48.142    0.051926    0.48519    0.46289    3.6931e-06       0        -18.265    -13.485    -4.4382     -2.3419    -1.6216    -1.1095    -0.78062    -0.42675         0    0.27354    0.54707    0.82061    1.0941      1.55    2.2795    4.0119    6.2001         7.3816             0.91022               6.9091                     1               6.9455             0.93463               0.41669              0.51824            0.098293      0.35178      1.0255      1.3652       1.5747       1.7313       1.8216        1.9435      2.0006       1.9474       1.8716       1.7907       1.6835       1.5512       1.3521       1.1076         1.015  
    cl_mt_coh      -0.41624     2.8272     -6.7922     -19.968    50.122           0    0.44269    0.55731     3.803e-06       0        -19.878    -14.551    -4.7382     -2.4242    -1.6541    -1.0934    -0.74192    -0.34569    0.0992    0.37957    0.68235    0.96272    1.2207    1.7104     2.458    4.2337    6.4767         8.1428             0.93352               6.9455               0.93463               7.9929                   1               0.46945              0.54283             0.11708      0.41848      1.2155      1.6118       1.8499       2.0234         2.12        2.2397      2.2682       2.1864       2.0532       1.9477       1.8355       1.6507       1.4121       1.1247        1.0173  
    cl_mt_pol_c      1.2581    0.30589     0.24313        0.01    4.8389           0          0          1     0.0023924       0           0.01    0.82691    0.87412     0.91129    0.94372    0.97244      1.0056      1.0902    1.2148     1.3682     1.4708     1.5646    1.5825    1.6923    1.8131    2.0101    2.2654        0.63225             0.66992              0.41669               0.51824              0.46945             0.54283              0.093571                    1          1.9016e-05    0.0050487    0.032236    0.067704      0.10459      0.14416        0.182       0.26973     0.40385      0.56133      0.67046      0.73154      0.79064      0.85532      0.92335      0.98309       0.99821  

xxxxx fl_z_wage_sig = 0.21071 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.263033 seconds.
Elapsed time is 4.845793 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        1.7768     3.8438      2.1634     -18.061     14.94           0    0.19227    0.80773    3.7185e-05       0        -16.499    -13.522    -6.4698    -2.5824    -0.85736    0.11864    0.78631        1.71    2.7099     3.5107     4.0598     4.397    4.7618    5.2314    5.9163    7.1635    8.3451         14.775                   1               12.015               0.90921               13.341             0.93987              0.85699               0.65712            -0.01266    -0.084567    -0.29998    -0.41903     -0.46459     -0.47399     -0.46067     -0.38942     -0.20253     0.059129       0.2691      0.39225      0.51979      0.65692      0.81244       0.9572       0.99514  
    cl_mt_pol_a    -0.62007     3.4381     -5.5446     -19.512    48.507    0.061359    0.48749    0.45115    6.6448e-06       0        -18.561    -15.699    -7.4254    -3.7554     -2.3044    -1.5612     -1.058    -0.43368         0    0.36471    0.82061    1.1853      1.55    2.1883    3.2824    5.7442    8.8443         12.015             0.90921                11.82                     1               11.833             0.93203              0.61528               0.52747            0.042156      0.28127     0.98932      1.4097       1.6534       1.8029       1.9059       2.0243       2.0715       2.0323        1.941       1.8421       1.7507       1.5934       1.3782       1.1114        1.0157  
    cl_mt_coh      -0.60231     3.6927     -6.1309     -19.968    50.122           0    0.44987    0.55013     6.713e-06       0        -19.901     -16.91    -7.9382    -3.9419     -2.4018     -1.583    -1.0447    -0.36809    0.0992    0.49543    0.96272    1.3142    1.7104    2.3646    3.4861    6.0095     9.187         13.341             0.93987               11.833               0.93203               13.636                   1              0.70973               0.56647            0.050515      0.31146      1.0952      1.5567       1.8197       1.9782       2.0844       2.1983       2.2226        2.153       2.0394       1.9449       1.8202       1.6447       1.4084       1.1194        1.0168  
    cl_mt_pol_c      1.2673    0.33929     0.26773        0.01    4.9294           0          0          1      0.004261       0           0.01    0.84527     0.8839    0.90865     0.93104    0.95303       0.99      1.0559    1.1901     1.3904     1.5021    1.5619    1.6518    1.7369    1.8808    2.1475    2.4279        0.85699             0.65712              0.61528               0.52747              0.70973             0.56647              0.11512                     1          3.3624e-05    0.0039241      0.0322    0.066858      0.10289      0.14066      0.17826      0.26572      0.39469      0.55279      0.65728      0.72013      0.78116      0.84823      0.91936      0.98202       0.99803  

xxxxx fl_z_wage_sig = 0.24286 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.715290 seconds.
Elapsed time is 5.215085 seconds.
                     mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         1.253    4.4879      3.5819     -18.606    15.053           0    0.25514    0.74486    5.6699e-05    2.4761e-30    -16.895    -14.681    -8.8414    -4.6567    -2.3773     -1.036    -0.10025      1.1205    2.3966     3.4199     4.068    4.4513     4.895    5.4644    6.2942    7.7599    9.1415         20.141                   1               17.003               0.90661                18.91             0.94078               1.1001                0.6643          -0.028145     -0.12751    -0.49364    -0.75517     -0.89085     -0.95659     -0.97767     -0.93256     -0.71247       -0.373     -0.078983    0.088879      0.27683      0.48054      0.71527      0.93327       0.99239  
    cl_mt_pol_a    -0.77335    4.1788     -5.4035     -19.512     48.78    0.046603    0.49444    0.45895    1.0062e-05    5.7353e-30    -18.561    -16.558    -9.8152    -5.4644     -3.414    -2.3044     -1.5612    -0.62754         0    0.54707    1.0941      1.55    2.1883    3.0089    4.3766     7.659    11.762         17.003             0.90661               17.462                     1               17.439             0.93179              0.86268               0.55947           0.049886      0.23638      0.9038      1.3783        1.664       1.8418       1.9641       2.0982       2.1568       2.1092        2.0143      1.9267       1.7911       1.6292       1.4084        1.118         1.017  
    cl_mt_coh      -0.78284    4.4788     -5.7212     -19.968    50.122           0    0.47408    0.52592    1.0004e-05    5.1896e-30    -19.901    -17.916    -10.555    -5.8597    -3.6167    -2.4018      -1.583    -0.57741    0.0992    0.65995    1.2431    1.7104    2.3198    3.1609    4.6076    7.9497    12.178          18.91             0.94078               17.439               0.93179               20.059                   1               1.0034               0.60714           0.057919      0.25211     0.96068      1.4669       1.7623       1.9472       2.0719       2.2023       2.2419       2.1827        2.0631      1.9673       1.8399       1.6666       1.4209       1.1241        1.0174  
    cl_mt_pol_c      1.2786     0.369      0.2886        0.01    5.1686           0          0          1     0.0062816    2.4761e-30       0.01    0.85864    0.89586    0.92073    0.94024    0.95879      0.9784      1.0305    1.1726     1.3891    1.5245    1.6125    1.6665    1.7919     1.951     2.307    2.6326         1.1001              0.6643              0.86268               0.55947               1.0034             0.60714              0.13616                     1          4.913e-05     0.002536    0.030219    0.066137      0.10338      0.13922      0.17696      0.25632      0.38865      0.53624       0.65126     0.71032      0.77563      0.84364       0.9161      0.98092       0.99787  

xxxxx fl_z_wage_sig = 0.275 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.012594 seconds.
Elapsed time is 5.584786 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       0.69397     5.0679      7.3027     -19.103    15.164           0    0.32321    0.67679    7.8785e-05    9.8292e-17    -17.946    -15.526    -10.606    -6.6287    -4.0585    -2.3633     -1.185    0.36821       1.9676     3.2325    4.0577    4.5028      5.03    5.7009    6.6646    8.3429    9.9235         25.684                   1               22.387                0.9023               24.913             0.93898               1.3651               0.68066           -0.030961       -0.2392    -0.98177     -1.5914      -1.9696      -2.1989      -2.3236      -2.3723      -2.1086       -1.549      -1.0329      -0.7118     -0.37984     0.010753      0.45016      0.87014       0.98514  
    cl_mt_pol_a    -0.96979     4.8958     -5.0483     -19.512     48.78    0.041507    0.50863    0.44986    1.0923e-05     3.092e-16    -18.561    -17.174    -11.608    -7.2858    -4.7796    -3.2622    -2.3044    -1.1095    -0.086736    0.63825    1.3677    1.9147    2.7354    3.7383    5.5619    9.7561    15.136         22.387              0.9023               23.969                     1               23.888             0.93201               1.1603               0.59888            0.056554       0.18947     0.78131      1.2546       1.5632       1.7643       1.9062        2.075       2.1578       2.1189        2.024       1.9372       1.8094       1.6483       1.4163       1.1217         1.017  
    cl_mt_coh       -1.0102     5.2353     -5.1826     -19.968    50.122           0    0.49667    0.50333    1.3764e-05    2.0601e-16    -19.901    -18.477    -12.495    -7.8223     -5.112    -3.4298    -2.4018    -1.0934    0.0057421    0.75341    1.5235    2.0842    2.9029    3.9534    5.8225    10.099    15.591         24.913             0.93898               23.888               0.93201               27.408                   1               1.3543               0.65364            0.061758       0.19638     0.80956      1.2991       1.6121       1.8242       1.9599        2.125       2.1951       2.1452       2.0358       1.9449       1.8222       1.6493       1.4154       1.1232        1.0175  
    cl_mt_pol_c      1.2908    0.39575     0.30659        0.01    5.7441           0          0          1      0.008532    9.8292e-17       0.01    0.86041    0.90991    0.93318    0.95241    0.97038    0.99171     1.0424       1.1528     1.3727    1.5335    1.6341    1.7298    1.8529    2.0497    2.4275      2.86         1.3651             0.68066               1.1603               0.59888               1.3543             0.65364              0.15662                     1          6.6097e-05    0.00090392    0.029445    0.064512      0.10105       0.1381      0.17607        0.256      0.38355      0.52982      0.64371      0.70397      0.76765      0.83654      0.91168      0.97971       0.99769  

xxxxx fl_z_wage_sig = 0.30714 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.625344 seconds.
Elapsed time is 5.320770 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       0.39934     5.4484      13.644     -19.563     15.27           0     0.3589     0.6411    9.3862e-05    1.3749e-11     -18.36    -16.092    -11.508    -7.6728    -5.0651    -3.2126    -1.9151    -0.088363      1.7425     3.1158    4.1174    4.6216    5.2372    5.9729    7.0578    8.9479    10.696         29.686                   1                26.75               0.89792               29.656             0.93376               1.6172                0.6948           -0.065892      -0.46866     -1.7941     -2.9796      -3.7681      -4.2777      -4.5931      -4.8257      -4.4989      -3.5918      -2.6815       -2.138      -1.5267     -0.83674     -0.025373     0.75703       0.97213  
    cl_mt_pol_a    -0.88717     5.4677     -6.1631     -19.512     48.78    0.039302    0.50081    0.45989    1.2119e-05    5.8232e-11    -18.561    -18.265    -12.432    -8.1936    -5.5511    -3.8407    -2.6888      -1.2143    -0.08535    0.82061    1.8236    2.4618    3.3736    4.6501    6.9296    12.036    18.783          26.75             0.89792               29.896                     1                29.81             0.93532               1.4896               0.63776            0.071088       0.21314     0.87465      1.4539       1.8319       2.0999       2.2769       2.4915       2.5861       2.5287       2.3831       2.2704       2.1055       1.8858         1.564      1.1692        1.0237  
    cl_mt_coh      -0.93748     5.8291     -6.2178     -19.968    50.122           0    0.49063    0.50937    1.5933e-05     3.799e-11    -19.901    -19.878    -13.359    -8.8504    -5.9532     -4.084     -2.798      -1.2092    0.028142    0.94032    1.9684     2.645    3.5795     4.888    7.2244    12.458    19.374         29.656             0.93376                29.81               0.93532               33.978                   1               1.7167                0.6894            0.077031        0.2178     0.89548      1.4752       1.8674       2.1326       2.3105       2.5191       2.5987       2.5311        2.381       2.2567       2.0908       1.8718        1.5535      1.1655        1.0231  
    cl_mt_pol_c      1.3091    0.42719     0.32633        0.01    6.3876           0          0          1      0.009989    1.3749e-11       0.01    0.38989    0.92224    0.94422    0.96141    0.97718    0.99194       1.0441      1.1569     1.4203    1.5572    1.6678    1.7886    1.9254    2.1273     2.565    3.1098         1.6172              0.6948               1.4896               0.63776               1.7167              0.6894              0.18249                     1          7.6306e-05    8.0858e-05    0.027652    0.063506       0.1001      0.13674      0.17458      0.25196      0.37705      0.52217      0.63516      0.69647      0.76115      0.83113       0.90843     0.97856       0.99752  

xxxxx fl_z_wage_sig = 0.33929 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.400066 seconds.
Elapsed time is 5.529728 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      0.081549     5.8133      71.286      -19.99     15.37           0    0.39131    0.60869      0.000109    4.2555e-09    -18.755    -16.433    -12.332    -8.6436    -6.0044    -4.0687    -2.6617    -0.65745       1.4104     3.0015    4.1314    4.6904    5.3883    6.2418     7.459    9.5419    11.451         33.794                   1               31.483               0.89266               34.779              0.9277               1.8935               0.71092             -0.3847       -2.1622     -9.1822     -15.551      -20.012      -23.065      -25.107      -27.046      -26.248      -22.195       -17.86      -15.144      -12.071      -8.5109      -4.3376     -0.26956       0.85277  
    cl_mt_pol_a     -0.8221     6.0669     -7.3798     -19.512     48.78    0.026003    0.51547    0.45853    1.4427e-05     1.955e-08    -18.561    -18.265    -13.059    -9.0471    -6.3159    -4.5103    -3.1579     -1.4745    -0.088168    0.91178    2.0971    2.9177     4.103    5.6531    8.3884     14.68    22.795         31.483             0.89266               36.807                     1               36.725             0.93866               1.8797               0.67623            0.087126       0.26019     0.97006      1.6376       2.1048       2.4219       2.6591       2.9293       3.0584       2.9977       2.8179       2.6635       2.4373       2.1505       1.7372       1.2184        1.0316  
    cl_mt_coh      -0.88412     6.4489     -7.2942     -19.968    50.122           0    0.50028    0.49972    1.7897e-05    1.2697e-08    -19.923    -19.878    -14.084    -9.7139    -6.7943    -4.7606    -3.3363     -1.4896    -0.016658     1.0562    2.2711    3.1123    4.3048     5.916    8.7197    15.146    23.535         34.779              0.9277               36.725               0.93866               41.589                   1               2.1421               0.72499            0.024607       0.25941     0.97168      1.6375       2.0991       2.4206       2.6526       2.9145       3.0261       2.9491       2.7653       2.6118       2.4007       2.1099       1.7095       1.2121        1.0302  
    cl_mt_pol_c      1.3269    0.45817     0.34529        0.01    7.1049           0          0          1      0.011513    4.2555e-09       0.01       0.01    0.93363    0.95455    0.97212    0.98772     1.0044      1.0408        1.159     1.3909    1.5774    1.6904    1.8158    1.9616    2.2291    2.7218    3.3248         1.8935             0.71092               1.8797               0.67623               2.1421             0.72499              0.20992                     1          8.6762e-05    8.6762e-05    0.027072    0.062044     0.098829      0.13524      0.17276      0.25054      0.37394      0.51644      0.62893      0.69015      0.75554      0.82583      0.90444      0.97739       0.99733  

xxxxx fl_z_wage_sig = 0.37143 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 14.178841 seconds.
Elapsed time is 5.105359 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.24424     6.1655     -25.244     -20.387    15.463           0    0.42536    0.57464    0.00012352    1.3862e-07    -19.131    -17.136    -13.099    -9.5456    -6.9229    -4.9429    -3.4115     -1.239      1.0479    2.8719    4.1299    4.7852    5.5646    6.5029     7.837    10.121    12.175         38.013                   1               36.674               0.88728               40.372             0.92134               2.1946               0.72646             0.15004        0.7424      3.1895      5.4894       7.1642       8.3693      9.2171        10.142       10.175       8.9588       7.5243       6.6316       5.5727       4.3423        2.887       1.4519        1.0523  
    cl_mt_pol_a    -0.76052     6.7039      -8.815     -19.512     48.78    0.026825    0.52236    0.45081    1.7041e-05    6.7797e-07    -18.868    -18.265    -13.741    -9.8152     -7.084     -5.121      -3.67    -1.7923    -0.17634     1.003    2.4618    3.4648    4.7413     6.656    9.8473    17.415    27.262         36.674             0.88728               44.942                     1               44.901              0.9424                2.338               0.71176            0.025209       0.32882      1.0726      1.8404        2.392       2.7872      3.0818        3.4252       3.6052        3.541       3.3106       3.1194       2.8527       2.4775       1.9531       1.2837        1.0403  
    cl_mt_coh      -0.83461     7.1072     -8.5156     -19.968    50.122           0    0.51058    0.48942    2.0686e-05    4.3966e-07    -19.923    -19.878    -14.805    -10.555    -7.5868    -5.4859    -3.8971     -1.841    -0.11012    1.1496     2.645     3.673    4.9814     6.944    10.215    17.972    28.066         40.372             0.92134               44.901                0.9424               50.512                   1               2.6372                0.7573            0.030129       0.31763       1.053      1.8037       2.3423       2.7296      3.0146         3.343       3.5016       3.4216       3.1929       3.0077       2.7519       2.3946       1.8978       1.2666        1.0378  
    cl_mt_pol_c      1.3444    0.48998     0.36446        0.01    7.9015           0          0          1      0.013015    1.3862e-07       0.01       0.01    0.94212    0.96444    0.98113    0.99658      1.012     1.0507      1.1375    1.3982     1.579    1.6993    1.8318    2.0445    2.3294     2.913    3.5916         2.1946             0.72646                2.338               0.71176               2.6372              0.7573              0.24008                     1          9.6809e-05    9.6809e-05    0.025162    0.060531     0.096739      0.13353      0.1711       0.24767      0.36913      0.50967      0.62105      0.68303      0.74854      0.82028      0.90061      0.97614       0.99715  

xxxxx fl_z_wage_sig = 0.40357 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.690091 seconds.
Elapsed time is 5.168331 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.40479     6.4369     -15.902     -20.761    15.549           0     0.4478     0.5522    0.00013258    1.2772e-06    -19.492    -17.753    -13.584    -10.084    -7.4637     -5.448    -3.8831    -1.6397       0.8435    2.8174    4.1831      4.91    5.7714    6.8023    8.2629    10.715    12.883         41.433                   1               41.519               0.88205                45.47             0.91392               2.4933                0.7365            0.099368       0.46132      1.9788      3.4325       4.5101       5.3009       5.8753       6.5358       6.6611       5.9842      5.1209        4.5586       3.8992      3.1228        2.2035       1.2889        1.0333  
    cl_mt_pol_a    -0.49848     7.3128      -14.67     -19.512     48.78    0.028051    0.51714    0.45481    1.8748e-05    6.4731e-06    -18.868    -18.265    -13.964    -10.157    -7.4254    -5.4624    -3.9261    -1.8777      -0.1707    1.2765    2.9177     4.103    5.6531    7.7502     11.58    20.515    32.095         41.519             0.88205               53.476                     1                53.52             0.94687               2.8565               0.74272            0.041157       0.54391      1.6482      2.8576       3.7375       4.3667       4.8457       5.4142       5.6841       5.5455      5.1364        4.7867       4.2983      3.6586        2.7096       1.5046        1.0719  
    cl_mt_coh      -0.57126     7.7293      -13.53     -19.968    50.122           0    0.50603    0.49397    2.2534e-05    4.1942e-06    -19.923    -19.878    -15.041    -10.929     -7.983    -5.7887    -4.1775    -1.9345    -0.065316    1.4076    3.0899    4.3048    5.8712    8.0655    12.017    21.127    32.996          45.47             0.91392                53.52               0.94687               59.742                   1               3.1788               0.78198            0.047949       0.50549      1.5549      2.6832       3.4997       4.0983       4.5406       5.0623       5.2891       5.1466      4.7646        4.4454       4.0056      3.3996        2.5402       1.4585        1.0653  
    cl_mt_pol_c      1.3658    0.52592     0.38508        0.01    8.7832           0          0          1      0.014028    1.2772e-06       0.01       0.01    0.94917    0.97139    0.98907     1.0038      1.017      1.048       1.1502    1.4227    1.6339    1.7547    1.9028    2.0951    2.4013    3.0836    3.8632         2.4933              0.7365               2.8565               0.74272               3.1788             0.78198               0.2766                     1          0.00010271    0.00010271    0.024275    0.059293     0.095181      0.13175      0.16864      0.24428      0.36361      0.50396      0.6153       0.67576      0.74263       0.815       0.89687      0.97489       0.99694  

xxxxx fl_z_wage_sig = 0.43571 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.451283 seconds.
Elapsed time is 5.022360 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.64286     6.7341     -10.475     -21.111    15.627           0    0.46973    0.53027    0.00014423    5.8789e-06    -19.838     -18.11    -14.086    -10.705    -8.1236    -6.1094    -4.4903    -2.1308     0.50802    2.6854    4.2175    5.0445    5.9827    7.0827    8.6653    11.284    13.538         45.348                   1               47.121               0.87677               51.404             0.90724               2.8239               0.74735            0.069678       0.31898      1.2836      2.2424       2.9704       3.5212       3.9317       4.4374        4.614       4.2335       3.6963       3.3359       2.9063       2.4046        1.797       1.1912        1.0219  
    cl_mt_pol_a    -0.30968     7.9809     -25.771     -19.512     48.78    0.027759    0.52129    0.45096    2.1087e-05    3.0607e-05    -18.868    -18.265    -14.195    -10.583    -7.9375    -5.8891    -4.3368    -2.1684    -0.26021    1.3677    3.2824    4.6501    6.3825    8.9355    13.403    23.706    36.927         47.121             0.87677               63.695                     1               63.816             0.95034               3.4518               0.77081             0.07422        0.9638      2.6806      4.6967       6.1657       7.2788       8.0953       9.1055       9.6462       9.4296        8.696       8.0376        7.166       5.9302       4.1606       1.9408        1.1332  
    cl_mt_coh      -0.38722     8.4139     -21.729     -19.968    50.122           0    0.51531    0.48469    2.4972e-05     1.982e-05    -19.923    -19.878    -15.299    -11.396    -8.4765    -6.2559    -4.5737    -2.2148    -0.15877    1.5235    3.4861     4.888    6.6637    9.2805     13.86    24.398    37.998         51.404             0.90724               63.816               0.95034               70.794                   1               3.8066               0.80629            0.078395       0.82646      2.3433      4.0399       5.3278       6.2624       6.9596       7.8264       8.2373       8.0154       7.3856       6.8309        6.102       5.0738       3.6076       1.7811        1.1096  
    cl_mt_pol_c      1.3872    0.56111      0.4045        0.01    9.7557           0          0          1      0.015357    5.8789e-06       0.01       0.01    0.95657    0.97977    0.99762     1.0114     1.0253     1.0586      1.1478    1.4178    1.6456    1.7824    1.9527    2.1389    2.5294    3.2874    4.1437         2.8239             0.74735               3.4518               0.77081               3.8066             0.80629              0.31485                     1          0.00011071    0.00011071    0.022973     0.05788     0.093674      0.12979      0.16647      0.24169      0.36004      0.49745      0.60764      0.66925      0.73599      0.80941      0.89315      0.97358       0.99671  

xxxxx fl_z_wage_sig = 0.46786 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.191529 seconds.
Elapsed time is 5.331525 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       -0.77202     6.9834     -9.0457     -21.449    15.695           0    0.48008    0.51992    0.00015074    1.8361e-05    -20.176    -18.409    -14.504    -11.149    -8.5736    -6.5429    -4.9001    -2.4745      0.31949    2.6548    4.2922     5.182    6.1869    7.3888    9.0753    11.832    14.101         48.768                   1               52.655               0.87268               57.162             0.90086               3.1637                 0.753             0.06206       0.28754      1.0965      1.9205       2.5554       3.0423       3.4111       3.8791       4.0787       3.7877       3.3363       3.0305       2.6617       2.2224       1.6949       1.1665         1.019  
    cl_mt_pol_a     0.020199     8.6401      427.74     -19.512     48.78    0.027445    0.51652    0.45604    2.2123e-05    9.7661e-05    -18.868    -18.265    -14.311    -10.839     -8.158    -6.0836    -4.5103    -2.2191     -0.17634      1.55    3.8295    5.3795    7.3855    10.212    15.318     27.08    41.577         52.655             0.87268               74.651                     1               74.922             0.95435                4.127               0.79394             -1.2042        -15.62     -41.477     -72.573      -95.735      -113.28      -126.41      -142.82      -150.83      -146.89      -133.49      -121.93      -106.41      -85.337       -54.31      -15.322       -1.2082  
    cl_mt_coh      -0.052531     9.0862     -172.97     -19.968    50.122           0    0.51078    0.48922    2.6473e-05    6.3222e-05    -19.923    -19.878    -15.437    -11.654    -8.7569    -6.5139    -4.7606    -2.3083    -0.087716     1.759    4.0468    5.6132    7.6693    10.589    15.823    27.856    42.716         57.162             0.90086               74.922               0.95435                82.56                   1               4.5011               0.82339             0.61261        6.4583      17.188      30.164       39.794        47.03       52.266       58.903       61.948       60.061       54.574       50.075       43.854       35.269       22.925       7.5131        1.8823  
    cl_mt_pol_c       1.4093    0.60163     0.42691        0.01    10.825           0          0          1      0.016225    1.8361e-05       0.01       0.01    0.96171    0.98544     1.0027     1.0156     1.0283     1.0571       1.1514     1.419    1.6672    1.8065     1.981    2.2282    2.6127    3.4614    4.4604         3.1637               0.753                4.127               0.79394               4.5011             0.82339              0.36196                     1          0.00011513    0.00011513    0.022088    0.056784     0.091925      0.12814      0.16419      0.23805      0.35445      0.49111      0.60091       0.6624      0.72924      0.80373      0.88886      0.97214       0.99634  

xxxxx fl_z_wage_sig = 0.5 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 14.297053 seconds.
Elapsed time is 4.890667 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.9619     7.2477     -7.5347     -21.772    15.753          0    0.49732    0.50268     0.0001588    4.4417e-05    -20.504    -18.709    -14.975     -11.67    -9.1083    -7.0459    -5.3937    -2.9257    0.053669    2.5639    4.3256     5.307    6.3893    7.6764    9.4706    12.325    14.554         52.529                   1               58.748               0.86933               63.539             0.89585               3.5311                0.7568            0.053626       0.25016     0.90102      1.5881       2.1255       2.5432       2.8656       3.2897       3.5069       3.3003        2.941       2.6909       2.3877       2.0228       1.5811       1.1388        1.0156  
    cl_mt_pol_a    0.29265     9.3242      31.862     -19.512     48.78    0.02798    0.51721    0.45481    2.4419e-05    0.00034057    -18.868    -18.265    -14.485    -11.181    -8.5001    -6.4012    -4.7705    -2.3898    -0.25605    1.8236    4.2854    6.0178    8.2972    11.488    17.324    30.454    45.225         58.748             0.86933                86.94                     1               87.355             0.95737               4.8733               0.81186           -0.095081       -1.1517     -2.8829     -5.0586       -6.727      -8.0159      -8.9486      -10.153      -10.772      -10.449      -9.4444      -8.5595      -7.3377      -5.7012      -3.2699     -0.25124       0.84073  
    cl_mt_coh      0.22069     9.7859      44.343     -19.968    50.122          0    0.51239    0.48761    2.8392e-05    0.00022044    -19.923    -19.878    -15.602    -12.028    -9.1307    -6.8877     -5.041    -2.4952    -0.15877    1.9684    4.5141    6.2898    8.6263    11.946    17.856    31.314    46.477         63.539             0.89585               87.355               0.95737               95.764                   1               5.2728               0.83697            -0.15639       -1.6487     -4.1237     -7.2375      -9.6184      -11.409      -12.762      -14.446      -15.263      -14.771      -13.333      -12.104      -10.417      -8.1614      -4.8609     -0.71734       0.78281  
    cl_mt_pol_c     1.4318    0.64377     0.44961        0.01    11.996          0          0          1      0.017319    4.4417e-05       0.01       0.01    0.96594    0.99199     1.0083     1.0227     1.0363     1.0633      1.1611    1.4225    1.6846    1.8467    2.0261    2.2864    2.7197    3.6421    4.7993         3.5311              0.7568               4.8733               0.81186               5.2728             0.83697              0.41444                     1          0.00012095    0.00012095    0.021033    0.055501     0.090171      0.12568      0.16163      0.23496      0.34994      0.48505      0.59405      0.65526      0.72294      0.79818      0.88482      0.97052       0.99576  

-------------------------
xxxxxx tb_outcomes xxxxxx
                        variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    fl_z_wage_sig      mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      'cl_mt_val'      'fl_z_wage_rho'        15              1                   0            0.2            3.6416    0.33313    0.091479     -14.502    14.397          0    3.3038e-08          1    4.9887e-10       0         2.2671     2.7221        3.06      3.2164      3.3201      3.3946      3.4398        3.539      3.6545    3.7748      3.874     3.9238     3.9537     4.0465     4.1554     4.3552    4.5781         0.11097                  1               0.12009              0.99377               0.10677            0.83106              0.034368              0.94226           0.0005702    0.0069489    0.041156    0.082589      0.13432      0.18251      0.22088      0.31612      0.46531      0.62682      0.73464      0.77756      0.83133      0.88922      0.94284      0.98779       0.99874  
    cl_mt_pol_a_p1v1    'cl_mt_pol_a'    'fl_z_wage_rho'        15              1                   0            0.2         -0.079352    0.36274     -4.5713     -19.512    47.686    0.15317       0.50975    0.33708     8.547e-13       0        -1.4509    -1.0242     -0.6828    -0.52042    -0.42675    -0.34694    -0.26021     -0.17347    -0.08535         0    0.18236    0.18236    0.27354    0.36471    0.54707    0.82061    1.1853         0.12009            0.99377               0.13158                    1               0.11571            0.82709              0.036704              0.92415             0.02583      0.18579     0.65867     0.95371       1.3783       1.4931       1.7659       2.0395       2.2449       2.2449        1.933        1.933       1.7649       1.5962       1.3369       1.0919        1.0148  
    cl_mt_coh_p1v1      'cl_mt_coh'      'fl_z_wage_rho'        15              1                   0            0.2          0.018921    0.38567      20.383     -19.968    50.122          0       0.41979    0.58021    7.8739e-13       0        -1.4672    -0.9999    -0.62606    -0.46155    -0.34569    -0.25223    -0.20357    -0.087716    0.028142    0.1216    0.26372    0.30852    0.37957    0.49543    0.65995    0.96272    1.3366         0.10677            0.83106               0.11571              0.82709               0.14874                  1              0.032774              0.77612            -0.10996     -0.77276     -2.6445     -3.7547        -5.25      -6.1811      -6.2801       -7.162      -7.2325      -6.3327      -5.3508      -3.9618      -3.6226      -2.0114      -1.0975      0.56359       0.93152  
    cl_mt_pol_c_p1v1    'cl_mt_pol_c'    'fl_z_wage_rho'        15              1                   0            0.2            1.2671    0.10949    0.086409        0.01    4.6581          0             0          1    4.9887e-10       0         1.0015     1.0606      1.1068      1.1281      1.1465      1.1732      1.1895       1.2135      1.2467    1.3184     1.3475     1.3603     1.4141     1.4207     1.4395     1.5235    1.5844        0.034368            0.94226              0.036704              0.92415              0.032774            0.77612              0.011988                    1          0.00077815    0.0082343    0.043031    0.092129      0.13247      0.18657      0.22947      0.31882      0.46482      0.61986      0.72689      0.77787       0.8366      0.88773      0.94267      0.98844       0.99903  
    cl_mt_val_p1v2      'cl_mt_val'      'fl_z_wage_rho'        15              2            0.070357            0.2            3.6299    0.36086    0.099415     -14.551    14.401          0    1.7681e-07          1    5.6579e-12       0         2.1065     2.6174           3      3.1794      3.2702      3.3481      3.4162       3.5181      3.6561    3.7744     3.8731     3.9313     3.9891     4.0538     4.1731     4.4082    4.6493         0.13022                  1               0.13793              0.99301               0.12331             0.8355              0.039356              0.94285          0.00052919    0.0066485    0.038284    0.082149      0.12807      0.17156      0.21767      0.31372      0.46704      0.61611      0.72345      0.78118      0.83311      0.88881      0.94464      0.98836       0.99874  
    cl_mt_pol_a_p1v2    'cl_mt_pol_a'    'fl_z_wage_rho'        15              2            0.070357            0.2         -0.073697    0.38492      -5.223     -19.512    47.686    0.14793       0.50329    0.34877    2.3918e-12       0         -1.587    -1.1095    -0.70534    -0.52901    -0.43368    -0.34694    -0.26021     -0.17347    -0.08535         0    0.18236    0.18236    0.27354    0.36471    0.54707    0.91178    1.2765         0.13793            0.99301               0.14816                    1                0.1341            0.85182                0.0412              0.92536            0.024249       0.1881     0.66408      1.0852       1.4138       1.7012       1.9721       2.2282        2.469        2.469       2.1389       2.1389       1.9533       1.7581       1.4611       1.1004        1.0167  
    cl_mt_coh_p1v2      'cl_mt_coh'      'fl_z_wage_rho'        15              2            0.070357            0.2          0.024486    0.40899      16.703     -19.968    50.122          0       0.41679    0.58321    2.2067e-12       0        -1.6054    -1.0934    -0.67086    -0.48395    -0.34569    -0.27463    -0.18117    -0.087716    0.028142    0.1216    0.28612    0.30852    0.40197    0.49543    0.68235     1.0114      1.43         0.12331             0.8355                0.1341              0.85182               0.16728                  1              0.036953              0.78111           -0.074947     -0.56587     -1.9333      -3.092      -4.3525      -4.6027      -5.2462      -5.7171      -5.7873      -5.1157      -4.0873      -3.3162      -2.5162      -1.7348     -0.61989      0.51685       0.94467  
    cl_mt_pol_c_p1v2    'cl_mt_pol_c'    'fl_z_wage_rho'        15              2            0.070357            0.2             1.267    0.11567    0.091292        0.01    4.6596          0             0          1     1.398e-09       0        0.99014     1.0469      1.1001       1.124      1.1391      1.1566      1.1809       1.2052      1.2472    1.3207     1.3496     1.3837     1.4172     1.4233     1.4499     1.5304    1.5911        0.039356            0.94285                0.0412              0.92536              0.036953            0.78111               0.01338                    1          0.00080017    0.0080915    0.042446    0.088488      0.13234      0.17831      0.22866      0.31676      0.46543      0.62664      0.73425      0.77353      0.83247      0.88681       0.9456      0.98802       0.99893  
    cl_mt_val_p1v3      'cl_mt_val'      'fl_z_wage_rho'        15              3             0.14071            0.2            3.6023    0.40002     0.11104     -14.608    14.407          0    1.1498e-06          1    1.9967e-11       0         1.8839     2.4819      2.8983      3.1001      3.2027      3.3034      3.3573       3.4825      3.6282    3.7606     3.8687     3.9258     3.9834     4.0772     4.2009     4.4396    4.7175         0.16002                  1               0.16543              0.99125               0.14951            0.84282              0.046172              0.94386          0.00046455    0.0064474    0.036668    0.080226      0.12358      0.17059      0.21377      0.30981       0.4586      0.61944      0.72745      0.77176      0.82633      0.88754      0.94047      0.98785       0.99875  
    cl_mt_pol_a_p1v3    'cl_mt_pol_a'    'fl_z_wage_rho'        15              3             0.14071            0.2         -0.084534    0.41721     -4.9354     -19.512    47.686    0.13753       0.51327     0.3492    8.4496e-12       0        -1.7347    -1.1949    -0.78062    -0.59745     -0.5121    -0.36471     -0.3414     -0.17634    -0.08535         0    0.18236    0.18236    0.27354    0.36471    0.63825    0.91178    1.3677         0.16543            0.99125               0.17406                    1               0.16208            0.87605              0.047342              0.92791            0.024798      0.19434     0.64868      1.1439       1.3674       1.6065       1.8541       2.1236       2.3591       2.3591       2.0769       2.0769       1.9324       1.7612        1.345       1.1285        1.0163  

                         variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    fl_z_wage_sig      mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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_p2v13      'cl_mt_coh'      'fl_z_wage_sig'        16              13              0.8            0.43571        -0.38722     8.4139     -21.729     -19.968    50.122           0    0.51531    0.48469    2.4972e-05     1.982e-05    -19.923    -19.878    -15.299    -11.396    -8.4765    -6.2559    -4.5737    -2.2148     -0.15877    1.5235    3.4861     4.888    6.6637    9.2805     13.86    24.398    37.998         51.404             0.90724               63.816               0.95034               70.794                   1               3.8066               0.80629            0.078395       0.82646      2.3433      4.0399       5.3278       6.2624       6.9596       7.8264       8.2373       8.0154       7.3856       6.8309        6.102       5.0738       3.6076       1.7811        1.1096  
    cl_mt_pol_c_p2v13    'cl_mt_pol_c'    'fl_z_wage_sig'        16              13              0.8            0.43571          1.3872    0.56111      0.4045        0.01    9.7557           0          0          1      0.015357    5.8789e-06       0.01       0.01    0.95657    0.97977    0.99762     1.0114     1.0253     1.0586       1.1478    1.4178    1.6456    1.7824    1.9527    2.1389    2.5294    3.2874    4.1437         2.8239             0.74735               3.4518               0.77081               3.8066             0.80629              0.31485                     1          0.00011071    0.00011071    0.022973     0.05788     0.093674      0.12979      0.16647      0.24169      0.36004      0.49745      0.60764      0.66925      0.73599      0.80941      0.89315      0.97358       0.99671  
    cl_mt_val_p2v14      'cl_mt_val'      'fl_z_wage_sig'        16              14              0.8            0.46786        -0.77202     6.9834     -9.0457     -21.449    15.695           0    0.48008    0.51992    0.00015074    1.8361e-05    -20.176    -18.409    -14.504    -11.149    -8.5736    -6.5429    -4.9001    -2.4745      0.31949    2.6548    4.2922     5.182    6.1869    7.3888    9.0753    11.832    14.101         48.768                   1               52.655               0.87268               57.162             0.90086               3.1637                 0.753             0.06206       0.28754      1.0965      1.9205       2.5554       3.0423       3.4111       3.8791       4.0787       3.7877       3.3363       3.0305       2.6617       2.2224       1.6949       1.1665         1.019  
    cl_mt_pol_a_p2v14    'cl_mt_pol_a'    'fl_z_wage_sig'        16              14              0.8            0.46786        0.020199     8.6401      427.74     -19.512     48.78    0.027445    0.51652    0.45604    2.2123e-05    9.7661e-05    -18.868    -18.265    -14.311    -10.839     -8.158    -6.0836    -4.5103    -2.2191     -0.17634      1.55    3.8295    5.3795    7.3855    10.212    15.318     27.08    41.577         52.655             0.87268               74.651                     1               74.922             0.95435                4.127               0.79394             -1.2042        -15.62     -41.477     -72.573      -95.735      -113.28      -126.41      -142.82      -150.83      -146.89      -133.49      -121.93      -106.41      -85.337       -54.31      -15.322       -1.2082  
    cl_mt_coh_p2v14      'cl_mt_coh'      'fl_z_wage_sig'        16              14              0.8            0.46786       -0.052531     9.0862     -172.97     -19.968    50.122           0    0.51078    0.48922    2.6473e-05    6.3222e-05    -19.923    -19.878    -15.437    -11.654    -8.7569    -6.5139    -4.7606    -2.3083    -0.087716     1.759    4.0468    5.6132    7.6693    10.589    15.823    27.856    42.716         57.162             0.90086               74.922               0.95435                82.56                   1               4.5011               0.82339             0.61261        6.4583      17.188      30.164       39.794        47.03       52.266       58.903       61.948       60.061       54.574       50.075       43.854       35.269       22.925       7.5131        1.8823  
    cl_mt_pol_c_p2v14    'cl_mt_pol_c'    'fl_z_wage_sig'        16              14              0.8            0.46786          1.4093    0.60163     0.42691        0.01    10.825           0          0          1      0.016225    1.8361e-05       0.01       0.01    0.96171    0.98544     1.0027     1.0156     1.0283     1.0571       1.1514     1.419    1.6672    1.8065     1.981    2.2282    2.6127    3.4614    4.4604         3.1637               0.753                4.127               0.79394               4.5011             0.82339              0.36196                     1          0.00011513    0.00011513    0.022088    0.056784     0.091925      0.12814      0.16419      0.23805      0.35445      0.49111      0.60091       0.6624      0.72924      0.80373      0.88886      0.97214       0.99634  
    cl_mt_val_p2v15      'cl_mt_val'      'fl_z_wage_sig'        16              15              0.8                0.5         -0.9619     7.2477     -7.5347     -21.772    15.753           0    0.49732    0.50268     0.0001588    4.4417e-05    -20.504    -18.709    -14.975     -11.67    -9.1083    -7.0459    -5.3937    -2.9257     0.053669    2.5639    4.3256     5.307    6.3893    7.6764    9.4706    12.325    14.554         52.529                   1               58.748               0.86933               63.539             0.89585               3.5311                0.7568            0.053626       0.25016     0.90102      1.5881       2.1255       2.5432       2.8656       3.2897       3.5069       3.3003        2.941       2.6909       2.3877       2.0228       1.5811       1.1388        1.0156  
    cl_mt_pol_a_p2v15    'cl_mt_pol_a'    'fl_z_wage_sig'        16              15              0.8                0.5         0.29265     9.3242      31.862     -19.512     48.78     0.02798    0.51721    0.45481    2.4419e-05    0.00034057    -18.868    -18.265    -14.485    -11.181    -8.5001    -6.4012    -4.7705    -2.3898     -0.25605    1.8236    4.2854    6.0178    8.2972    11.488    17.324    30.454    45.225         58.748             0.86933                86.94                     1               87.355             0.95737               4.8733               0.81186           -0.095081       -1.1517     -2.8829     -5.0586       -6.727      -8.0159      -8.9486      -10.153      -10.772      -10.449      -9.4444      -8.5595      -7.3377      -5.7012      -3.2699     -0.25124       0.84073  
    cl_mt_coh_p2v15      'cl_mt_coh'      'fl_z_wage_sig'        16              15              0.8                0.5         0.22069     9.7859      44.343     -19.968    50.122           0    0.51239    0.48761    2.8392e-05    0.00022044    -19.923    -19.878    -15.602    -12.028    -9.1307    -6.8877     -5.041    -2.4952     -0.15877    1.9684    4.5141    6.2898    8.6263    11.946    17.856    31.314    46.477         63.539             0.89585               87.355               0.95737               95.764                   1               5.2728               0.83697            -0.15639       -1.6487     -4.1237     -7.2375      -9.6184      -11.409      -12.762      -14.446      -15.263      -14.771      -13.333      -12.104      -10.417      -8.1614      -4.8609     -0.71734       0.78281  
    cl_mt_pol_c_p2v15    'cl_mt_pol_c'    'fl_z_wage_sig'        16              15              0.8                0.5          1.4318    0.64377     0.44961        0.01    11.996           0          0          1      0.017319    4.4417e-05       0.01       0.01    0.96594    0.99199     1.0083     1.0227     1.0363     1.0633       1.1611    1.4225    1.6846    1.8467    2.0261    2.2864    2.7197    3.6421    4.7993         3.5311              0.7568               4.8733               0.81186               5.2728             0.83697              0.41444                     1          0.00012095    0.00012095    0.021033    0.055501     0.090171      0.12568      0.16163      0.23496      0.34994      0.48505      0.59405      0.65526      0.72294      0.79818      0.88482      0.97052       0.99576  

                       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       _____________    ________    _______    _____________    _______________    ___________    ____________    _____________    _________    _______    ______    _____    __________    _______    __________    __________    _______    _______    _______    _______    _______    _______    _________    _______    _______    _______    _________    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    ___________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val_p1v1              0         3.6416    0.33313     'cl_mt_val'     'fl_z_wage_rho'        15               1              0.2         0.091479     -14.502    14.397      0      3.3038e-08          1    4.9887e-10             0     2.2671     2.7221       3.06     3.2164     3.3201     3.3946       3.4398      3.539     3.6545     3.7748        3.874    3.9238    3.9537    4.0465    4.1554    4.3552    4.5781        0.11097                1                 0.12009               0.99377              0.10677             0.83106              0.034368              0.94226            0.0005702     0.0069489     0.041156     0.082589      0.13432      0.18251     0.22088      0.31612      0.46531      0.62682       0.73464     0.77756      0.83133      0.88922      0.94284      0.98779       0.99874  
    cl_mt_val_p1v2       0.070357         3.6299    0.36086     'cl_mt_val'     'fl_z_wage_rho'        15               2              0.2         0.099415     -14.551    14.401      0      1.7681e-07          1    5.6579e-12             0     2.1065     2.6174          3     3.1794     3.2702     3.3481       3.4162     3.5181     3.6561     3.7744       3.8731    3.9313    3.9891    4.0538    4.1731    4.4082    4.6493        0.13022                1                 0.13793               0.99301              0.12331              0.8355              0.039356              0.94285           0.00052919     0.0066485     0.038284     0.082149      0.12807      0.17156     0.21767      0.31372      0.46704      0.61611       0.72345     0.78118      0.83311      0.88881      0.94464      0.98836       0.99874  
    cl_mt_val_p1v3        0.14071         3.6023    0.40002     'cl_mt_val'     'fl_z_wage_rho'        15               3              0.2          0.11104     -14.608    14.407      0      1.1498e-06          1    1.9967e-11             0     1.8839     2.4819     2.8983     3.1001     3.2027     3.3034       3.3573     3.4825     3.6282     3.7606       3.8687    3.9258    3.9834    4.0772    4.2009    4.4396    4.7175        0.16002                1                 0.16543               0.99125              0.14951             0.84282              0.046172              0.94386           0.00046455     0.0064474     0.036668     0.080226      0.12358      0.17059     0.21377      0.30981       0.4586      0.61944       0.72745     0.77176      0.82633      0.88754      0.94047      0.98785       0.99875  
    cl_mt_val_p1v4        0.21107          3.584    0.44411     'cl_mt_val'     'fl_z_wage_rho'        15               4              0.2          0.12392     -14.675    14.416      0       6.195e-06    0.99999    5.2568e-11             0     1.6194     2.3214     2.7928     3.0157     3.1649     3.2481       3.3237     3.4636     3.6098     3.7917       3.8862    3.9443    4.0229    4.0943    4.2469    4.5033    4.7984        0.19723                1                 0.19912               0.98791              0.18167             0.84832              0.054496              0.94379           0.00037271     0.0058219     0.035187     0.076254      0.12332      0.16576     0.21143      0.31148      0.45402      0.62695       0.72417     0.78485      0.82662      0.88262      0.93968      0.98753       0.99869  
    cl_mt_val_p1v5        0.28143         3.5489    0.50011     'cl_mt_val'     'fl_z_wage_rho'        15               5              0.2          0.14092     -14.757    14.427      0      3.0694e-05    0.99997     1.802e-10             0     1.3003     2.1088      2.658     2.9092     3.0593     3.1815       3.2792     3.4265     3.5798     3.7704       3.8891     3.952    4.0263    4.1317    4.2888    4.5712    4.9038        0.25011                1                 0.24511               0.98371              0.22584             0.85302              0.065787              0.94464           0.00026125     0.0050608     0.033199      0.07344      0.11594      0.15855     0.20518      0.30082      0.44646      0.61826       0.71538     0.78008      0.82504      0.87819      0.93901      0.98671       0.99862  
    cl_mt_val_p1v6        0.35179          3.506     0.5732     'cl_mt_val'     'fl_z_wage_rho'        15               6              0.2          0.16349     -14.859    14.441      0      0.00014923    0.99985    6.9003e-10             0    0.85427     1.8293      2.493     2.7799     2.9599     3.0765       3.1858     3.3647     3.5511     3.7433       3.9041    3.9621    4.0717    4.1784    4.3354    4.6736    5.0343        0.32856                1                 0.31221               0.97816              0.29113             0.85841              0.081229              0.94349           0.00011358     0.0041393     0.030945     0.067455        0.109      0.15195     0.19681      0.29036      0.43864      0.60478       0.72295     0.76983      0.82126      0.87674      0.93604      0.98675       0.99853  
    cl_mt_val_p1v7        0.42214         3.4572    0.66531     'cl_mt_val'     'fl_z_wage_rho'        15               7              0.2          0.19244     -14.991     14.46      0      0.00059181    0.99941    4.1948e-09             0    0.29345       1.49     2.2745     2.6199     2.8321       2.98       3.0922     3.3001     3.5201      3.723       3.8941    3.9768     4.087      4.22    4.4143     4.777    5.2093        0.44264                1                 0.40607               0.97142              0.38297             0.86247               0.10237              0.94126          -0.00011363      0.002812     0.025787     0.061971      0.10225      0.14451     0.18875      0.28224      0.42887      0.58491       0.70465     0.75598      0.81777      0.87558       0.9334       0.9856       0.99853  
    cl_mt_val_p1v8         0.4925         3.3878    0.79766     'cl_mt_val'     'fl_z_wage_rho'        15               8              0.2          0.23545     -15.169    14.486      0       0.0021625    0.99784    3.1347e-08             0    -0.5895     1.0005      1.986     2.4227     2.6438     2.8476       2.9648     3.1866     3.4697     3.7245       3.8982    3.9957    4.1301    4.2716    4.5087    4.9428    5.4198        0.63626                1                 0.55962               0.96337              0.53634               0.869               0.13348              0.93015          -0.00065006    0.00079026     0.020283     0.054457     0.090333       0.1335     0.17344      0.26499      0.41652      0.57962       0.68713     0.74706      0.80466      0.86497      0.93146      0.98519       0.99838  
    cl_mt_val_p1v9        0.56286         3.2848      1.012     'cl_mt_val'     'fl_z_wage_rho'        15               9              0.2           0.3081     -15.417    14.521      0       0.0074105    0.99259    2.1222e-07             0    -3.1105    0.29126     1.5829     2.0981     2.3994     2.6278       2.8039     3.0564     3.4059     3.7193        3.918    4.0279    4.1823    4.3641    4.6446    5.1524    5.7086         1.0242                1                 0.86085               0.95261              0.84786              0.8821               0.18149               0.8922           -0.0021902      -0.00358     0.010047     0.039115     0.073144      0.11254     0.15335      0.24255      0.39044      0.55368       0.67811     0.73381      0.79313      0.85757      0.92511      0.98372       0.99828  
    cl_mt_val_p1v10       0.63321         3.1187     1.4211     'cl_mt_val'     'fl_z_wage_rho'        15              10              0.2          0.45567      -15.78    14.576      0        0.022839    0.97716    1.2369e-06             0    -10.881    -1.2923    0.92563      1.644     2.0355     2.3104       2.5529     2.8908     3.3138     3.6921       3.9489    4.1093    4.2721    4.5076    4.8324    5.4426    6.1109         2.0195                1                  1.6477               0.94067               1.6969             0.90766               0.26155              0.80886            -0.004177     -0.015228    -0.012449    0.0088532     0.038607     0.073727     0.11332      0.20287      0.35245      0.52621       0.64581     0.71313      0.77702      0.84239      0.91855      0.98163       0.99801  
    cl_mt_val_p1v11       0.70357         2.7796     2.1493     'cl_mt_val'     'fl_z_wage_rho'        15              11              0.2          0.77323      -16.35    14.662      0        0.062014    0.93799      5.68e-06             0    -14.362    -6.6328    -0.4113    0.80456     1.4228     1.8155       2.1198      2.609     3.1564     3.6291       3.9678    4.1765    4.3836    4.6719     5.105    5.8843    6.6788         4.6194                1                  3.7315               0.92847               4.0114             0.93088               0.40326              0.71647           -0.0054776     -0.037745     -0.06921    -0.063861    -0.043747    -0.014685    0.022309      0.10695      0.26433      0.44818       0.58764     0.65724      0.73811      0.81392      0.90128      0.97771       0.99758  
    cl_mt_val_p1v12       0.77393         2.2436     3.1427     'cl_mt_val'     'fl_z_wage_rho'        15              12              0.2           1.4007     -17.327    14.814      0         0.13206    0.86794    1.9715e-05             0    -15.617    -11.727    -3.5497    -0.7819    0.31471    0.97908       1.4419      2.135     2.9463     3.5794       4.0206     4.301    4.5887    4.9888    5.5556    6.5863    7.5947         9.8766                1                  7.9466               0.91546               8.7552             0.93876               0.64267              0.66596           -0.0099061     -0.061543     -0.18287     -0.22518       -0.229     -0.21457    -0.18765     -0.10603       0.0701      0.28284        0.4519     0.54365       0.6434      0.74631       0.8634      0.96918       0.99649  
    cl_mt_val_p1v13       0.84429         1.2907     4.5137     'cl_mt_val'     'fl_z_wage_rho'        15              13              0.2           3.4972     -19.153    15.139      0          0.2552     0.7448     6.734e-05             0    -17.366     -14.79    -8.7958    -4.6058    -2.3492    -1.0209    -0.077998     1.1652     2.4572     3.4676       4.1009    4.5602    4.9619     5.568    6.3888    7.8717    9.2135         20.373                1                  16.104               0.89696               17.971             0.93225                1.1272              0.66416            -0.014079      -0.12562     -0.48098     -0.73218     -0.86283     -0.92611    -0.94635     -0.90166     -0.68842     -0.35814     -0.059219     0.10847      0.28867      0.49335      0.72145      0.93431       0.99263  
    cl_mt_val_p1v14       0.91464       -0.48009     6.7115     'cl_mt_val'     'fl_z_wage_rho'        15              14              0.2           -13.98     -22.941    16.069      0         0.45399    0.54601    0.00024713    1.0664e-10    -22.059    -18.409    -14.068    -10.532    -7.8528    -5.8279      -4.2125    -1.7972    0.95507     3.1464       4.2439     5.252    5.8908    7.0292    8.4104    10.837    12.676         45.044                1                  33.622               0.85818               37.524             0.89828                 2.553              0.70985               0.0486       0.42048       1.7576       3.0302       3.9797        4.686       5.205       5.8147       5.9342       5.3247        4.5625      4.0417        3.489       2.8205       2.0267        1.243        1.0274  
    cl_mt_val_p1v15         0.985        -8.6914     14.027     'cl_mt_val'     'fl_z_wage_rho'        15              15              0.2          -1.6139     -32.873     22.81      0         0.75107    0.24893    0.00099806     0.0060511    -32.545    -30.763    -28.463    -24.986    -23.156     -21.32      -19.393    -16.527    -12.347    -2.2897    -0.087951    7.0232    7.7184    13.688    16.524     22.49     22.81         196.77                1                  121.87               0.78056               135.11             0.82584                19.768              0.65472             0.013865      0.069774      0.17425      0.35088       0.4649      0.59188     0.70842      0.91517       1.1677       1.3184        1.3278      1.2999       1.2597       1.1994       1.1153       1.0262             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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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.2671    0.10949    'cl_mt_pol_c'    'fl_z_wage_rho'        15               1              0.2         0.086409     0.01    4.6581      0        0        1      4.9887e-10             0     1.0015     1.0606     1.1068     1.1281     1.1465     1.1732     1.1895    1.2135    1.2467    1.3184    1.3475    1.3603    1.4141    1.4207    1.4395    1.5235    1.5844        0.034368            0.94226              0.036704              0.92415              0.032774            0.77612              0.011988                 1             0.00077815     0.0082343     0.043031    0.092129      0.13247      0.18657      0.22947      0.31882      0.46482      0.61986      0.72689      0.77787       0.8366      0.88773      0.94267      0.98844       0.99903  
    cl_mt_pol_c_p1v2       0.070357        1.267    0.11567    'cl_mt_pol_c'    'fl_z_wage_rho'        15               2              0.2         0.091292     0.01    4.6596      0        0        1       1.398e-09             0    0.99014     1.0469     1.1001      1.124     1.1391     1.1566     1.1809    1.2052    1.2472    1.3207    1.3496    1.3837    1.4172    1.4233    1.4499    1.5304    1.5911        0.039356            0.94285                0.0412              0.92536              0.036953            0.78111               0.01338                 1             0.00080017     0.0080915     0.042446    0.088488      0.13234      0.17831      0.22866      0.31676      0.46543      0.62664      0.73425      0.77353      0.83247      0.88681       0.9456      0.98802       0.99893  
    cl_mt_pol_c_p1v3        0.14071       1.2657    0.12229    'cl_mt_pol_c'    'fl_z_wage_rho'        15               3              0.2         0.096618     0.01    4.6404      0        0        1      4.8066e-09             0    0.97256     1.0303     1.0895     1.1168     1.1309     1.1501     1.1714    1.2038    1.2454    1.3215    1.3492    1.3999    1.4196    1.4287    1.4518     1.541    1.6093        0.046172            0.94386              0.047342              0.92791              0.042995            0.79285              0.014955                 1             0.00078193     0.0080283     0.042331    0.085387      0.13199        0.175      0.22395      0.31946      0.46525      0.62271      0.72217      0.77336      0.84079      0.88727      0.94218      0.98768        0.9987  
    cl_mt_pol_c_p1v4        0.21107       1.2653    0.13002    'cl_mt_pol_c'    'fl_z_wage_rho'        15               4              0.2          0.10276     0.01    4.6445      0        0        1      1.2355e-08             0    0.95345     1.0189     1.0793     1.1102     1.1264     1.1426      1.161    1.1948    1.2447    1.3252    1.3508    1.4191    1.4236    1.4324    1.4602    1.5537    1.6379        0.054496            0.94379              0.054668              0.92647              0.049685             0.7925              0.016904                 1             0.00073617      0.009143     0.041978    0.085827      0.12923      0.17877       0.2222      0.31318      0.46423      0.62694       0.7168      0.78354       0.8391       0.8852      0.93936      0.98771       0.99877  
    cl_mt_pol_c_p1v5        0.28143       1.2638    0.13925    'cl_mt_pol_c'    'fl_z_wage_rho'        15               5              0.2          0.11018     0.01    4.6529      0        0        1      4.1884e-08             0    0.92705     0.9992     1.0657     1.0968      1.117     1.1332     1.1494    1.1904    1.2417    1.3273    1.3531    1.4231    1.4297    1.4501    1.5186    1.5663    1.6576        0.065787            0.94464              0.064333              0.92726              0.059211            0.80318              0.019391                 1             0.00074175     0.0079009     0.040671    0.084449      0.12848      0.17557       0.2208      0.30969      0.45448      0.61243      0.71397      0.77564      0.83691      0.88704      0.93874       0.9885       0.99867  
    cl_mt_pol_c_p1v6        0.35179       1.2621     0.1502    'cl_mt_pol_c'    'fl_z_wage_rho'        15               6              0.2            0.119     0.01    4.6871      0        0        1      1.5469e-07             0    0.89635    0.97823     1.0496     1.0835     1.1058      1.122     1.1366    1.1852    1.2398    1.3324     1.355    1.4281    1.4373    1.4509    1.5382    1.5859    1.6759        0.081229            0.94349              0.077295              0.92419              0.071944            0.80953               0.02256                 1             0.00069083     0.0081383     0.039875    0.082116      0.12838      0.17285      0.21674      0.31785      0.45482      0.61232      0.71003      0.76706      0.82349      0.88142      0.93983      0.98769       0.99865  
    cl_mt_pol_c_p1v7        0.42214       1.2605    0.16347    'cl_mt_pol_c'    'fl_z_wage_rho'        15               7              0.2          0.12968     0.01    4.6422      0        0        1      9.0008e-07             0    0.85838    0.94927     1.0251       1.07       1.09     1.1078     1.1247    1.1708     1.238    1.3361    1.3853    1.4364    1.4466     1.458    1.5514     1.613    1.7201         0.10237            0.94126              0.094575              0.92082              0.089113            0.81678              0.026722                 1             0.00067534     0.0072757     0.038925     0.08044      0.12366      0.16728      0.21155      0.30443      0.44825      0.59999      0.70762      0.76744      0.81982      0.87704       0.9394      0.98684       0.99867  
    cl_mt_pol_c_p1v8         0.4925       1.2584     0.1799    'cl_mt_pol_c'    'fl_z_wage_rho'        15               8              0.2          0.14297     0.01    4.7043      0        0        1       6.401e-06             0    0.81567    0.91335    0.99803     1.0472     1.0755     1.0953     1.1118    1.1543    1.2374     1.339    1.3769    1.4434     1.461    1.5189    1.5658    1.6672     1.782         0.13348            0.93015                 0.119              0.90828               0.11336            0.81438              0.032366                 1             0.00062657      0.006908     0.037662    0.079397      0.12206      0.16678      0.20847      0.29788      0.44745       0.5973      0.70118      0.76333      0.82191      0.87551      0.93808      0.98644       0.99865  
    cl_mt_pol_c_p1v9        0.56286       1.2557      0.201    'cl_mt_pol_c'    'fl_z_wage_rho'        15               9              0.2          0.16007     0.01    4.6974      0        0        1      4.0763e-05             0    0.79139    0.86586    0.96178     1.0185     1.0524     1.0753     1.0956     1.135    1.2376    1.3423      1.44    1.4494      1.48    1.5543    1.5894    1.7042    1.8265         0.18149             0.8922               0.15465              0.86164               0.14968            0.78406              0.040401                 1             0.00061099     0.0066351     0.036292    0.076483      0.11703      0.15965      0.20275      0.29694      0.43418      0.59463      0.70007      0.75658      0.81462      0.87326      0.93702       0.9863        0.9985  
    cl_mt_pol_c_p1v10       0.63321       1.2532    0.22754    'cl_mt_pol_c'    'fl_z_wage_rho'        15              10              0.2          0.18156     0.01     4.724      0        0        1      0.00022021             0    0.77927    0.83708    0.92084    0.98003     1.0218      1.053     1.0773    1.1185    1.2362    1.3482    1.4414    1.4595    1.5124    1.5621    1.6287    1.7856    1.9223         0.26155            0.80886               0.21172               0.7549               0.21125            0.70569              0.051773                 1             0.00048381     0.0063428     0.035042    0.073444      0.11275      0.15491      0.19894      0.28492      0.43869      0.58029      0.69152      0.75395      0.80615      0.86803      0.93159      0.98547       0.99846  
    cl_mt_pol_c_p1v11       0.70357       1.2509    0.26188    'cl_mt_pol_c'    'fl_z_wage_rho'        15              11              0.2          0.20935     0.01    4.8054      0        0        1      0.00089627             0    0.78427    0.82242    0.88304    0.93913    0.97967     1.0142     1.0466    1.1008    1.2263    1.3473    1.4476    1.4742    1.5538    1.5882    1.6959    1.8809    2.0629         0.40326            0.71647               0.30506              0.62296               0.32097             0.6113               0.06858                 1              7.086e-05     0.0059567     0.033483    0.070298      0.10886      0.14895      0.19352      0.27572       0.4191      0.56948      0.68004      0.74201      0.79877      0.86181      0.93024      0.98432       0.99835  
    cl_mt_pol_c_p1v12       0.77393       1.2578    0.30707    'cl_mt_pol_c'    'fl_z_wage_rho'        15              12              0.2          0.24414     0.01    4.8128      0        0        1       0.0025531             0       0.01    0.83347    0.87195    0.90443    0.94206    0.97736     1.0098    1.0776    1.2058     1.376    1.4854    1.5285    1.6046    1.7033    1.8195    2.0251    2.2509         0.64267            0.66596               0.45619              0.53786               0.51091            0.56066              0.094292                 1             2.0299e-05     0.0049419     0.032198    0.067534      0.10462      0.14299      0.18294      0.26609      0.40168      0.55342      0.67126      0.72722      0.79154      0.85388      0.92399      0.98309       0.99814  
    cl_mt_pol_c_p1v13       0.84429       1.2806    0.37599    'cl_mt_pol_c'    'fl_z_wage_rho'        15              13              0.2          0.29361     0.01    5.0371      0        0        1       0.0061387             0       0.01    0.85209    0.88836    0.91168    0.92915    0.94989    0.98146    1.0352    1.1784    1.3932    1.5094    1.6084    1.7019    1.8159    1.9987     2.307    2.6414          1.1272            0.66416               0.77845              0.52051               0.91897            0.57228               0.14137                 1             4.7937e-05     0.0026721     0.030622    0.065045      0.10101      0.13767       0.1757      0.25462      0.38415      0.54364      0.64787      0.70805      0.77336      0.84126      0.91478      0.98072       0.99783  
    cl_mt_pol_c_p1v14       0.91464       1.3507    0.53588    'cl_mt_pol_c'    'fl_z_wage_rho'        15              14              0.2          0.39673     0.01    6.1219      0        0        1        0.013521    1.0664e-10       0.01       0.01    0.90933    0.93482    0.95426    0.97182    0.98988    1.0328    1.1186    1.4042    1.6207    1.7477    1.8777     2.117    2.4384    3.0928    3.7512           2.553            0.70985                1.9158              0.61242                 2.241            0.67189               0.28717                 1              0.0001001     0.0001001     0.024217    0.058294      0.09332      0.12925      0.16552      0.23992      0.35979      0.50164      0.60953      0.67094      0.73799      0.81192      0.89502      0.97486       0.99706  
    cl_mt_pol_c_p1v15         0.985       1.7745     2.1524    'cl_mt_pol_c'    'fl_z_wage_rho'        15              15              0.2            1.213     0.01    17.073      0        0        1        0.042741     0.0060511       0.01       0.01     0.9101    0.96136    0.98185    0.98185    0.99806    1.0253    1.0762    1.1733    1.4218    1.9841    2.1467    3.6604    5.4065    13.536    17.073          19.768            0.65472                18.906              0.78913                20.286            0.80806                4.6329                 1             0.00024086    0.00024086    0.0038124    0.032006     0.096344     0.096344      0.11653      0.17052      0.25922      0.35343      0.42358      0.50421      0.52904      0.61037      0.72908       0.9083             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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1    fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       _____________    __________    _______    _____________    _______________    ___________    ____________    _____________    _________    _______    ______    _____    _______    _______    __________    __________    _______    _______    ________    ________    ________    ________    ________    _________    _________    _______    _______    _______    _______    _______    _______    _______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    ________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_coh_p1v1              0         0.018921    0.38567     'cl_mt_coh'     'fl_z_wage_rho'        15               1              0.2           20.383     -19.968    50.122      0      0.41979    0.58021    7.8739e-13             0    -1.4672    -0.9999    -0.62606    -0.46155    -0.34569    -0.25223    -0.20357    -0.087716     0.028142     0.1216    0.26372    0.30852    0.37957    0.49543    0.65995    0.96272    1.3366        0.10677             0.83106              0.11571               0.82709              0.14874                1                 0.032774              0.77612           -0.10996     -0.77276    -2.6445      -3.7547        -5.25      -6.1811      -6.2801       -7.162      -7.2325      -6.3327      -5.3508      -3.9618      -3.6226      -2.0114      -1.0975      0.56359       0.93152  
    cl_mt_coh_p1v2       0.070357         0.024486    0.40899     'cl_mt_coh'     'fl_z_wage_rho'        15               2              0.2           16.703     -19.968    50.122      0      0.41679    0.58321    2.2067e-12             0    -1.6054    -1.0934    -0.67086    -0.48395    -0.34569    -0.27463    -0.18117    -0.087716     0.028142     0.1216    0.28612    0.30852    0.40197    0.49543    0.68235     1.0114      1.43        0.12331              0.8355               0.1341               0.85182              0.16728                1                 0.036953              0.78111          -0.074947     -0.56587    -1.9333       -3.092      -4.3525      -4.6027      -5.2462      -5.7171      -5.7873      -5.1157      -4.0873      -3.3162      -2.5162      -1.7348     -0.61989      0.51685       0.94467  
    cl_mt_coh_p1v3        0.14071         0.012312    0.44345     'cl_mt_coh'     'fl_z_wage_rho'        15               3              0.2           36.018     -19.968    50.122      0      0.42986    0.57014    7.5842e-12             0      -1.77    -1.1868    -0.74192    -0.53261    -0.43915    -0.31943    -0.25223     -0.11012     0.028142     0.1216    0.28612    0.30852    0.40197    0.49543    0.73101     1.0562    1.5235        0.14951             0.84282              0.16208               0.87605              0.19665                1                 0.042995              0.79285           -0.17623      -1.3428    -4.3611      -7.4795      -8.8167      -10.199      -11.471      -12.689      -12.961      -11.719      -9.7485      -8.2219      -6.8013       -5.238       -2.793     0.011376       0.87744  
    cl_mt_coh_p1v4        0.21107         0.017396    0.48219     'cl_mt_coh'     'fl_z_wage_rho'        15               4              0.2           27.719     -19.968    50.122      0       0.4223     0.5777    1.9488e-11             0    -1.9793    -1.3027    -0.81298    -0.59981    -0.43915    -0.34569    -0.25223    -0.087716     0.028142    0.19266    0.30852    0.35717    0.47303    0.58889    0.77581     1.1496     1.688        0.18167             0.84832              0.19663                0.8985              0.23251                1                 0.049685               0.7925           -0.13144     -0.96406    -3.6271      -5.2606      -7.1061      -8.0151      -8.8556      -9.7178      -9.8093      -8.6925      -6.5186      -6.4416       -5.164      -3.4753      -1.5485      0.23612        0.8935  
    cl_mt_coh_p1v5        0.28143        0.0069272     0.5294     'cl_mt_coh'     'fl_z_wage_rho'        15               5              0.2           76.424     -19.968    50.122      0      0.43241    0.56759    6.6017e-11             0    -2.2148    -1.4672    -0.90644    -0.64846    -0.52875    -0.36809    -0.25223     -0.15877     0.028142    0.19266    0.30852    0.37957    0.49543    0.63755    0.84686     1.2918    1.8749        0.22584             0.85302               0.2416               0.91596              0.28027                1                 0.059211              0.80318           -0.42519      -2.9053    -9.9394      -14.859      -18.816      -22.008      -25.465      -27.201      -27.753      -25.125      -19.916      -19.172      -14.399      -12.137      -6.5372      -1.2122       0.71663  
    cl_mt_coh_p1v6        0.35179       -0.0030743    0.59168     'cl_mt_coh'     'fl_z_wage_rho'        15               6              0.2          -192.46     -19.968    50.122      0      0.43643    0.56357     2.437e-10             0    -2.5176    -1.6765     -1.0223    -0.74192    -0.55501    -0.43915    -0.31943     -0.15877     0.028142    0.21506    0.30852    0.40197    0.49543    0.68235    0.86926       1.43    2.0842        0.29113             0.85841              0.30723               0.93249              0.35009                1                 0.071944              0.80953            0.99414       6.8005     23.785       37.639       48.183       57.002       61.999       69.838       70.931        62.39       54.279       49.497       42.285       31.629       20.908       6.1348        1.6776  
    cl_mt_coh_p1v7        0.42214       -0.0078352    0.66742     'cl_mt_coh'     'fl_z_wage_rho'        15               7              0.2          -85.182     -19.968    50.122      0       0.4398     0.5602    1.4171e-09             0    -2.8915    -1.9345     -1.1868    -0.83538    -0.62606    -0.46155    -0.34569     -0.15877     0.028142    0.21506    0.30852    0.47303    0.58889    0.77581     1.0338     1.6169    2.3646        0.38297             0.86247              0.39658               0.94571              0.44545                1                 0.089113              0.81678            0.46213       3.0881     10.656       16.771       22.055       25.047       28.154       31.056       31.459       28.288       25.254       22.409       18.841       14.544       9.6068       3.1234        1.3137  
    cl_mt_coh_p1v8         0.4925        -0.016493    0.77375     'cl_mt_coh'     'fl_z_wage_rho'        15               8              0.2          -46.915     -19.968    50.122      0      0.44347    0.55653    1.0071e-08             0    -3.4522    -2.2148     -1.3737    -0.97364    -0.71952    -0.53261    -0.39049     -0.15877       0.0544    0.21506    0.40197    0.49543    0.65995    0.86926     1.1496     1.8301    2.7384        0.53634               0.869              0.53924               0.95697               0.5987                1                  0.11336              0.81438            0.30511       1.8497     5.8921       9.2601       12.117       14.124       15.103       17.116       17.285       15.901       13.462       12.282       10.938       7.9167       5.4582       2.3509        1.1673  
    cl_mt_coh_p1v9        0.56286        -0.033205    0.94976     'cl_mt_coh'     'fl_z_wage_rho'        15               9              0.2          -28.603     -19.968    50.122      0      0.44924    0.55076    6.4586e-08             0     -5.299    -2.6821      -1.583     -1.1158    -0.83538    -0.62606    -0.43915     -0.18117       0.0544    0.26372    0.40197    0.56649    0.75341    0.96272     1.3366     2.1777    3.2057        0.84786              0.8821              0.81644               0.96269              0.90204                1                  0.14968              0.78406            0.30319       1.1977     3.5962       5.6369       7.0632       8.2821        9.182       9.9779       10.219       9.5473       8.4826       7.7392       6.7647       5.2708       3.6665       1.7527        1.1088  
    cl_mt_coh_p1v10       0.63321        -0.067974     1.3156     'cl_mt_coh'     'fl_z_wage_rho'        15              10              0.2          -19.354     -19.968    50.122      0      0.45121    0.54879    3.4787e-07             0    -14.293    -3.7102     -1.9345     -1.3737     -0.9999    -0.71952    -0.53261     -0.25223       0.0768    0.30852    0.49543    0.68235    0.86926     1.1496     1.6169     2.6488    4.0244         1.6969             0.90766               1.5538               0.95821               1.7308                1                  0.21125              0.70569            0.25461       1.0749     2.6377       3.7462        4.685       5.3654       5.7622       6.2578       6.3962       5.9577       5.4203        4.925       4.3985        3.563       2.6391       1.4774        1.0652  
    cl_mt_coh_p1v11       0.70357         -0.20823      2.005     'cl_mt_coh'     'fl_z_wage_rho'        15              11              0.2          -9.6285     -19.968    50.122      0      0.46112    0.53888    1.4362e-06             0    -18.592    -8.7793     -2.7756     -1.7924     -1.2803    -0.95124    -0.71952     -0.27463       0.0768    0.35717    0.58889    0.84686     1.0562       1.43     2.0618     3.3926    5.0749         4.0114             0.93088               3.5488               0.94655               4.0198                1                  0.32097               0.6113           0.095218      0.65709     1.4887       2.0142       2.4223       2.6486       2.8439       3.0739       3.1399       3.0066       2.7669       2.6035       2.3676       2.0567       1.6796       1.1967        1.0278  
    cl_mt_coh_p1v12       0.77393         -0.41779     2.9676     'cl_mt_coh'     'fl_z_wage_rho'        15              12              0.2          -7.1031     -19.968    50.122      0      0.44846    0.55154    4.0539e-06             0    -19.878    -14.832      -5.112     -2.6111     -1.7476     -1.2092    -0.83538     -0.34569       0.0992    0.45063    0.77581     1.0562     1.4076     1.8973     2.7384     4.6562    7.1309         8.7552             0.93876               7.6728               0.93606               8.8068                1                  0.51091              0.56066            0.12435      0.42551     1.2638       1.6924       1.9518       2.1217       2.2481       2.3836       2.4119       2.3253       2.1757       2.0639       1.9276       1.7207       1.4672       1.1374        1.0187  
    cl_mt_coh_p1v13       0.84429         -0.82118     4.2709     'cl_mt_coh'     'fl_z_wage_rho'        15              13              0.2          -5.2009     -19.968    50.122      0      0.45794    0.54206    9.7991e-06             0    -19.901    -17.867     -10.252     -5.4859     -3.2429     -2.0503     -1.3737     -0.46155       0.0992    0.49543     1.0562     1.4076     1.9684     2.6936     4.0468     7.1309    11.127         17.971             0.93225               15.759               0.92766                18.24                1                  0.91897              0.57228           0.054085      0.23562    0.90729        1.363        1.628       1.7801        1.881       1.9861       2.0102       1.9589        1.866       1.8012       1.6977       1.5619       1.3589       1.1076        1.0152  
    cl_mt_coh_p1v14       0.91464           -1.339      6.224     'cl_mt_coh'     'fl_z_wage_rho'        15              14              0.2          -4.6482     -19.968    50.122      0      0.52174    0.47826    2.1284e-05    1.2693e-10    -19.923    -19.878     -14.551     -10.159     -7.0747     -4.8541     -3.3363      -1.4409    -0.087716    0.47303     1.3366     2.0842     3.1123     4.6076     7.5048     14.398    22.738         37.524             0.89828                33.63               0.92562               38.739                1                    2.241              0.67189           0.019322       0.2037    0.65615       1.1119       1.4279       1.6479       1.7989        1.967       2.0433       2.0232       1.9564       1.8907       1.7917       1.6541       1.4339       1.1347        1.0192  
    cl_mt_coh_p1v15         0.985          -2.4191     11.663     'cl_mt_coh'     'fl_z_wage_rho'        15              15              0.2          -4.8213     -19.968    50.122      0      0.62707    0.37293    6.6522e-05     0.0042064    -19.923    -19.901     -17.564     -15.206     -12.963     -10.951     -9.0597      -6.0466      -2.3083     0.0992    0.21506    0.77581     2.8095     7.4113     19.725     47.669    50.122         135.11             0.82584               121.19               0.93356               136.03                1                   20.286              0.80806           0.033427      0.12463    0.40606      0.75426       1.0579       1.2998       1.5104       1.8206       2.0693       2.1303       2.1258       2.1107       2.0832       1.9809       1.7282        1.205             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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.7837    0.32246     'cl_mt_val'     'fl_z_wage_sig'        16               1              0.8         0.085224     -15.098     14.45      0      3.3687e-07          1    4.3513e-12             0     2.6693     2.9569     3.2513       3.435       3.435     3.5642      3.6169       3.6169      3.7964    3.9732    3.9732    3.9732    4.1471    4.1471    4.3177     4.495    4.6933        0.10398                1                0.0079671              0.53437             0.0073263            0.43183              0.034609               0.9829          0.00071825     0.0078776     0.059905      0.16843      0.16843     0.18138      0.35299       0.35299     0.58194      0.78392       0.78392     0.78392      0.90834      0.90834       0.96374     0.99276       0.99945  
    cl_mt_val_p2v2       0.082143         3.6091    0.62545     'cl_mt_val'     'fl_z_wage_sig'        16               2              0.8           0.1733     -15.647    14.542      0      6.2687e-05    0.99994    7.9375e-10             0     1.0524     1.9084     2.5115       2.775      2.9936     3.0743      3.3006       3.3759      3.6722     3.962     3.962    4.0749    4.2452    4.2972    4.5712     4.928    5.2975        0.39119                1                  0.11744              0.80347               0.11084             0.7074               0.10116              0.95614          0.00018772     0.0043176     0.029742     0.066684      0.10764     0.15659      0.20537       0.32189     0.53105      0.71845       0.71845     0.75455      0.84827      0.87214       0.94136     0.98628       0.99867  
    cl_mt_val_p2v3        0.11429         3.3387     1.1028     'cl_mt_val'     'fl_z_wage_sig'        16               3              0.8          0.33029     -16.236    14.634      0       0.0078591    0.99214    3.1336e-07             0    -3.1989    0.23473     1.4735      2.0414      2.3255     2.5837      2.7525       3.0889      3.5032     3.848     4.018    4.1962    4.3522    4.5476    4.8713    5.4552    6.0259         1.2161                1                  0.62624              0.87016               0.62608            0.81395                0.2201              0.90289          -0.0022041    -0.0037123    0.0088596     0.036461      0.06789     0.10545      0.14726       0.27262     0.45012      0.54455       0.66949     0.72377      0.79307       0.8567       0.92572     0.98292       0.99837  
    cl_mt_val_p2v4        0.14643         2.9995     1.9088     'cl_mt_val'     'fl_z_wage_sig'        16               4              0.8          0.63639     -16.848    14.733      0        0.044783    0.95522    4.4856e-06             0    -13.653    -4.2094    0.19765      1.1822      1.6895     2.0513      2.2747       2.7648      3.2988    3.7608    4.0388    4.3289    4.4767    4.8004    5.2185    6.0119      6.78         3.6437                1                   2.4894              0.89606                2.6597            0.89235                0.3882              0.75707          -0.0049314     -0.028694    -0.042427    -0.029787    -0.005791    0.026617     0.061724       0.15796     0.32159      0.47335        0.6063     0.67153      0.74586      0.82251       0.90612     0.97887       0.99779  
    cl_mt_val_p2v5        0.17857         2.3011     3.0853     'cl_mt_val'     'fl_z_wage_sig'        16               5              0.8           1.3408     -17.471    14.834      0         0.12893    0.87107    2.0027e-05             0    -15.612    -11.503    -3.2586    -0.67358     0.36954     1.0156      1.4836       2.1871      2.9904    3.6441     4.029    4.3298    4.6153    5.0073    5.5663    6.5632    7.5498         9.5189                1                   7.3816              0.91022                8.1428            0.93352               0.63225              0.66992          -0.0094017     -0.059463     -0.17188     -0.20898     -0.21104     -0.1956     -0.16816     -0.086382     0.09052      0.30292       0.46112     0.55651      0.64805      0.75238         0.866     0.96952       0.99669  
    cl_mt_val_p2v6        0.21071         1.7768     3.8438     'cl_mt_val'     'fl_z_wage_sig'        16               6              0.8           2.1634     -18.061     14.94      0         0.19227    0.80773    3.7185e-05             0    -16.499    -13.522    -6.4698     -2.5824    -0.85736    0.11864     0.78631         1.71      2.7099    3.5107    4.0598     4.397    4.7618    5.2314    5.9163    7.1635    8.3451         14.775                1                   12.015              0.90921                13.341            0.93987               0.85699              0.65712            -0.01266     -0.084567     -0.29998     -0.41903     -0.46459    -0.47399     -0.46067      -0.38942    -0.20253     0.059129        0.2691     0.39225      0.51979      0.65692       0.81244      0.9572       0.99514  
    cl_mt_val_p2v7        0.24286          1.253     4.4879     'cl_mt_val'     'fl_z_wage_sig'        16               7              0.8           3.5819     -18.606    15.053      0         0.25514    0.74486    5.6699e-05    2.4761e-30    -16.895    -14.681    -8.8414     -4.6567     -2.3773     -1.036    -0.10025       1.1205      2.3966    3.4199     4.068    4.4513     4.895    5.4644    6.2942    7.7599    9.1415         20.141                1                   17.003              0.90661                 18.91            0.94078                1.1001               0.6643           -0.028145      -0.12751     -0.49364     -0.75517     -0.89085    -0.95659     -0.97767      -0.93256    -0.71247       -0.373     -0.078983    0.088879      0.27683      0.48054       0.71527     0.93327       0.99239  
    cl_mt_val_p2v8          0.275        0.69397     5.0679     'cl_mt_val'     'fl_z_wage_sig'        16               8              0.8           7.3027     -19.103    15.164      0         0.32321    0.67679    7.8785e-05    9.8292e-17    -17.946    -15.526    -10.606     -6.6287     -4.0585    -2.3633      -1.185      0.36821      1.9676    3.2325    4.0577    4.5028      5.03    5.7009    6.6646    8.3429    9.9235         25.684                1                   22.387               0.9023                24.913            0.93898                1.3651              0.68066           -0.030961       -0.2392     -0.98177      -1.5914      -1.9696     -2.1989      -2.3236       -2.3723     -2.1086       -1.549       -1.0329     -0.7118     -0.37984     0.010753       0.45016     0.87014       0.98514  
    cl_mt_val_p2v9        0.30714        0.39934     5.4484     'cl_mt_val'     'fl_z_wage_sig'        16               9              0.8           13.644     -19.563     15.27      0          0.3589     0.6411    9.3862e-05    1.3749e-11     -18.36    -16.092    -11.508     -7.6728     -5.0651    -3.2126     -1.9151    -0.088363      1.7425    3.1158    4.1174    4.6216    5.2372    5.9729    7.0578    8.9479    10.696         29.686                1                    26.75              0.89792                29.656            0.93376                1.6172               0.6948           -0.065892      -0.46866      -1.7941      -2.9796      -3.7681     -4.2777      -4.5931       -4.8257     -4.4989      -3.5918       -2.6815      -2.138      -1.5267     -0.83674     -0.025373     0.75703       0.97213  
    cl_mt_val_p2v10       0.33929       0.081549     5.8133     'cl_mt_val'     'fl_z_wage_sig'        16              10              0.8           71.286      -19.99     15.37      0         0.39131    0.60869      0.000109    4.2555e-09    -18.755    -16.433    -12.332     -8.6436     -6.0044    -4.0687     -2.6617     -0.65745      1.4104    3.0015    4.1314    4.6904    5.3883    6.2418     7.459    9.5419    11.451         33.794                1                   31.483              0.89266                34.779             0.9277                1.8935              0.71092             -0.3847       -2.1622      -9.1822      -15.551      -20.012     -23.065      -25.107       -27.046     -26.248      -22.195        -17.86     -15.144      -12.071      -8.5109       -4.3376    -0.26956       0.85277  
    cl_mt_val_p2v11       0.37143       -0.24424     6.1655     'cl_mt_val'     'fl_z_wage_sig'        16              11              0.8          -25.244     -20.387    15.463      0         0.42536    0.57464    0.00012352    1.3862e-07    -19.131    -17.136    -13.099     -9.5456     -6.9229    -4.9429     -3.4115       -1.239      1.0479    2.8719    4.1299    4.7852    5.5646    6.5029     7.837    10.121    12.175         38.013                1                   36.674              0.88728                40.372            0.92134                2.1946              0.72646             0.15004        0.7424       3.1895       5.4894       7.1642      8.3693       9.2171        10.142      10.175       8.9588        7.5243      6.6316       5.5727       4.3423         2.887      1.4519        1.0523  
    cl_mt_val_p2v12       0.40357       -0.40479     6.4369     'cl_mt_val'     'fl_z_wage_sig'        16              12              0.8          -15.902     -20.761    15.549      0          0.4478     0.5522    0.00013258    1.2772e-06    -19.492    -17.753    -13.584     -10.084     -7.4637     -5.448     -3.8831      -1.6397      0.8435    2.8174    4.1831      4.91    5.7714    6.8023    8.2629    10.715    12.883         41.433                1                   41.519              0.88205                 45.47            0.91392                2.4933               0.7365            0.099368       0.46132       1.9788       3.4325       4.5101      5.3009       5.8753        6.5358      6.6611       5.9842        5.1209      4.5586       3.8992       3.1228        2.2035      1.2889        1.0333  
    cl_mt_val_p2v13       0.43571       -0.64286     6.7341     'cl_mt_val'     'fl_z_wage_sig'        16              13              0.8          -10.475     -21.111    15.627      0         0.46973    0.53027    0.00014423    5.8789e-06    -19.838     -18.11    -14.086     -10.705     -8.1236    -6.1094     -4.4903      -2.1308     0.50802    2.6854    4.2175    5.0445    5.9827    7.0827    8.6653    11.284    13.538         45.348                1                   47.121              0.87677                51.404            0.90724                2.8239              0.74735            0.069678       0.31898       1.2836       2.2424       2.9704      3.5212       3.9317        4.4374       4.614       4.2335        3.6963      3.3359       2.9063       2.4046         1.797      1.1912        1.0219  
    cl_mt_val_p2v14       0.46786       -0.77202     6.9834     'cl_mt_val'     'fl_z_wage_sig'        16              14              0.8          -9.0457     -21.449    15.695      0         0.48008    0.51992    0.00015074    1.8361e-05    -20.176    -18.409    -14.504     -11.149     -8.5736    -6.5429     -4.9001      -2.4745     0.31949    2.6548    4.2922     5.182    6.1869    7.3888    9.0753    11.832    14.101         48.768                1                   52.655              0.87268                57.162            0.90086                3.1637                0.753             0.06206       0.28754       1.0965       1.9205       2.5554      3.0423       3.4111        3.8791      4.0787       3.7877        3.3363      3.0305       2.6617       2.2224        1.6949      1.1665         1.019  
    cl_mt_val_p2v15           0.5        -0.9619     7.2477     'cl_mt_val'     'fl_z_wage_sig'        16              15              0.8          -7.5347     -21.772    15.753      0         0.49732    0.50268     0.0001588    4.4417e-05    -20.504    -18.709    -14.975      -11.67     -9.1083    -7.0459     -5.3937      -2.9257    0.053669    2.5639    4.3256     5.307    6.3893    7.6764    9.4706    12.325    14.554         52.529                1                   58.748              0.86933                63.539            0.89585                3.5311               0.7568            0.053626       0.25016      0.90102       1.5881       2.1255      2.5432       2.8656        3.2897      3.5069       3.3003         2.941      2.6909       2.3877       2.0228        1.5811      1.1388        1.0156  

                         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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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.2791    0.10919    'cl_mt_pol_c'    'fl_z_wage_sig'        16               1              0.8         0.085369     0.01    4.6986      0        0        1      9.9182e-10             0     1.0199     1.0761     1.0976     1.1539     1.1539     1.2072     1.2131    1.2131    1.2752    1.3406    1.3406    1.3406    1.4094    1.4094    1.4816    1.5503    1.6158        0.034609             0.9829             0.0021939              0.43454             0.0021665            0.37712              0.011923                 1             0.00079916     0.0085442    0.047806     0.16893      0.16893      0.18537       0.3619       0.3619      0.58389       0.7819       0.7819       0.7819      0.90625      0.90625      0.96141      0.98834       0.99943  
    cl_mt_pol_c_p2v2       0.082143       1.2739    0.16916    'cl_mt_pol_c'    'fl_z_wage_sig'        16               2              0.8          0.13279     0.01     4.712      0        0        1      1.5224e-07             0    0.90038    0.96842     1.0352     1.0671     1.0752     1.1413     1.1592    1.1673    1.2672    1.3757    1.3757    1.4714    1.4935    1.4958    1.5324    1.6758    1.7421         0.10116            0.95614              0.027963              0.70731              0.027267            0.64341              0.028616                 1             0.00068963     0.0074159    0.039505    0.093202      0.13433      0.16595      0.21709      0.35555       0.5444      0.72687      0.72687      0.76696      0.85603      0.87879      0.94059      0.98835       0.99865  
    cl_mt_pol_c_p2v3        0.11429       1.2647    0.22105    'cl_mt_pol_c'    'fl_z_wage_sig'        16               3              0.8          0.17479     0.01    4.7525      0        0        1      4.2791e-05             0    0.78674    0.85471    0.93579     1.0112     1.0577     1.0761     1.0889    1.1198    1.2554    1.3557    1.4119    1.4866    1.5077    1.5869    1.6216    1.8052    1.8948          0.2201            0.90289               0.10368              0.71866               0.10274            0.66632              0.048864                 1             0.00059081     0.0065194    0.035359    0.073883      0.11516      0.15734      0.20084      0.31295      0.49255      0.58165      0.70195      0.77353      0.81003      0.87416      0.93157      0.98594       0.99847  
    cl_mt_pol_c_p2v4        0.14643       1.2625    0.26863    'cl_mt_pol_c'    'fl_z_wage_sig'        16               4              0.8          0.21277     0.01    4.8007      0        0        1      0.00056749             0     0.7841    0.82358    0.88951    0.94446    0.97798     1.0051     1.0385    1.1005    1.2398    1.3441     1.445    1.4816    1.5773    1.6524    1.7118    1.9034    2.0927          0.3882            0.75707               0.22166              0.56696               0.23127            0.55136               0.07216                 1             0.00034685     0.0060539    0.033576    0.069734      0.10918      0.14762      0.19004      0.27181      0.42502      0.56998      0.68025      0.73666      0.80888      0.86148      0.92854      0.98472        0.9984  
    cl_mt_pol_c_p2v5        0.17857       1.2581    0.30589    'cl_mt_pol_c'    'fl_z_wage_sig'        16               5              0.8          0.24313     0.01    4.8389      0        0        1       0.0023924             0       0.01    0.82691    0.87412    0.91129    0.94372    0.97244     1.0056    1.0902    1.2148    1.3682    1.4708    1.5646    1.5825    1.6923    1.8131    2.0101    2.2654         0.63225            0.66992               0.41669              0.51824               0.46945            0.54283              0.093571                 1             1.9016e-05     0.0050487    0.032236    0.067704      0.10459      0.14416        0.182      0.26973      0.40385      0.56133      0.67046      0.73154      0.79064      0.85532      0.92335      0.98309       0.99821  
    cl_mt_pol_c_p2v6        0.21071       1.2673    0.33929    'cl_mt_pol_c'    'fl_z_wage_sig'        16               6              0.8          0.26773     0.01    4.9294      0        0        1        0.004261             0       0.01    0.84527     0.8839    0.90865    0.93104    0.95303       0.99    1.0559    1.1901    1.3904    1.5021    1.5619    1.6518    1.7369    1.8808    2.1475    2.4279         0.85699            0.65712               0.61528              0.52747               0.70973            0.56647               0.11512                 1             3.3624e-05     0.0039241      0.0322    0.066858      0.10289      0.14066      0.17826      0.26572      0.39469      0.55279      0.65728      0.72013      0.78116      0.84823      0.91936      0.98202       0.99803  
    cl_mt_pol_c_p2v7        0.24286       1.2786      0.369    'cl_mt_pol_c'    'fl_z_wage_sig'        16               7              0.8           0.2886     0.01    5.1686      0        0        1       0.0062816    2.4761e-30       0.01    0.85864    0.89586    0.92073    0.94024    0.95879     0.9784    1.0305    1.1726    1.3891    1.5245    1.6125    1.6665    1.7919     1.951     2.307    2.6326          1.1001             0.6643               0.86268              0.55947                1.0034            0.60714               0.13616                 1              4.913e-05      0.002536    0.030219    0.066137      0.10338      0.13922      0.17696      0.25632      0.38865      0.53624      0.65126      0.71032      0.77563      0.84364       0.9161      0.98092       0.99787  
    cl_mt_pol_c_p2v8          0.275       1.2908    0.39575    'cl_mt_pol_c'    'fl_z_wage_sig'        16               8              0.8          0.30659     0.01    5.7441      0        0        1        0.008532    9.8292e-17       0.01    0.86041    0.90991    0.93318    0.95241    0.97038    0.99171    1.0424    1.1528    1.3727    1.5335    1.6341    1.7298    1.8529    2.0497    2.4275      2.86          1.3651            0.68066                1.1603              0.59888                1.3543            0.65364               0.15662                 1             6.6097e-05    0.00090392    0.029445    0.064512      0.10105       0.1381      0.17607        0.256      0.38355      0.52982      0.64371      0.70397      0.76765      0.83654      0.91168      0.97971       0.99769  
    cl_mt_pol_c_p2v9        0.30714       1.3091    0.42719    'cl_mt_pol_c'    'fl_z_wage_sig'        16               9              0.8          0.32633     0.01    6.3876      0        0        1        0.009989    1.3749e-11       0.01    0.38989    0.92224    0.94422    0.96141    0.97718    0.99194    1.0441    1.1569    1.4203    1.5572    1.6678    1.7886    1.9254    2.1273     2.565    3.1098          1.6172             0.6948                1.4896              0.63776                1.7167             0.6894               0.18249                 1             7.6306e-05    8.0858e-05    0.027652    0.063506       0.1001      0.13674      0.17458      0.25196      0.37705      0.52217      0.63516      0.69647      0.76115      0.83113      0.90843      0.97856       0.99752  
    cl_mt_pol_c_p2v10       0.33929       1.3269    0.45817    'cl_mt_pol_c'    'fl_z_wage_sig'        16              10              0.8          0.34529     0.01    7.1049      0        0        1        0.011513    4.2555e-09       0.01       0.01    0.93363    0.95455    0.97212    0.98772     1.0044    1.0408     1.159    1.3909    1.5774    1.6904    1.8158    1.9616    2.2291    2.7218    3.3248          1.8935            0.71092                1.8797              0.67623                2.1421            0.72499               0.20992                 1             8.6762e-05    8.6762e-05    0.027072    0.062044     0.098829      0.13524      0.17276      0.25054      0.37394      0.51644      0.62893      0.69015      0.75554      0.82583      0.90444      0.97739       0.99733  
    cl_mt_pol_c_p2v11       0.37143       1.3444    0.48998    'cl_mt_pol_c'    'fl_z_wage_sig'        16              11              0.8          0.36446     0.01    7.9015      0        0        1        0.013015    1.3862e-07       0.01       0.01    0.94212    0.96444    0.98113    0.99658      1.012    1.0507    1.1375    1.3982     1.579    1.6993    1.8318    2.0445    2.3294     2.913    3.5916          2.1946            0.72646                 2.338              0.71176                2.6372             0.7573               0.24008                 1             9.6809e-05    9.6809e-05    0.025162    0.060531     0.096739      0.13353       0.1711      0.24767      0.36913      0.50967      0.62105      0.68303      0.74854      0.82028      0.90061      0.97614       0.99715  
    cl_mt_pol_c_p2v12       0.40357       1.3658    0.52592    'cl_mt_pol_c'    'fl_z_wage_sig'        16              12              0.8          0.38508     0.01    8.7832      0        0        1        0.014028    1.2772e-06       0.01       0.01    0.94917    0.97139    0.98907     1.0038      1.017     1.048    1.1502    1.4227    1.6339    1.7547    1.9028    2.0951    2.4013    3.0836    3.8632          2.4933             0.7365                2.8565              0.74272                3.1788            0.78198                0.2766                 1             0.00010271    0.00010271    0.024275    0.059293     0.095181      0.13175      0.16864      0.24428      0.36361      0.50396       0.6153      0.67576      0.74263        0.815      0.89687      0.97489       0.99694  
    cl_mt_pol_c_p2v13       0.43571       1.3872    0.56111    'cl_mt_pol_c'    'fl_z_wage_sig'        16              13              0.8           0.4045     0.01    9.7557      0        0        1        0.015357    5.8789e-06       0.01       0.01    0.95657    0.97977    0.99762     1.0114     1.0253    1.0586    1.1478    1.4178    1.6456    1.7824    1.9527    2.1389    2.5294    3.2874    4.1437          2.8239            0.74735                3.4518              0.77081                3.8066            0.80629               0.31485                 1             0.00011071    0.00011071    0.022973     0.05788     0.093674      0.12979      0.16647      0.24169      0.36004      0.49745      0.60764      0.66925      0.73599      0.80941      0.89315      0.97358       0.99671  
    cl_mt_pol_c_p2v14       0.46786       1.4093    0.60163    'cl_mt_pol_c'    'fl_z_wage_sig'        16              14              0.8          0.42691     0.01    10.825      0        0        1        0.016225    1.8361e-05       0.01       0.01    0.96171    0.98544     1.0027     1.0156     1.0283    1.0571    1.1514     1.419    1.6672    1.8065     1.981    2.2282    2.6127    3.4614    4.4604          3.1637              0.753                 4.127              0.79394                4.5011            0.82339               0.36196                 1             0.00011513    0.00011513    0.022088    0.056784     0.091925      0.12814      0.16419      0.23805      0.35445      0.49111      0.60091       0.6624      0.72924      0.80373      0.88886      0.97214       0.99634  
    cl_mt_pol_c_p2v15           0.5       1.4318    0.64377    'cl_mt_pol_c'    'fl_z_wage_sig'        16              15              0.8          0.44961     0.01    11.996      0        0        1        0.017319    4.4417e-05       0.01       0.01    0.96594    0.99199     1.0083     1.0227     1.0363    1.0633    1.1611    1.4225    1.6846    1.8467    2.0261    2.2864    2.7197    3.6421    4.7993          3.5311             0.7568                4.8733              0.81186                5.2728            0.83697               0.41444                 1             0.00012095    0.00012095    0.021033    0.055501     0.090171      0.12568      0.16163      0.23496      0.34994      0.48505      0.59405      0.65526      0.72294      0.79818      0.88482      0.97052       0.99576  

                       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         0.10096    0.052613     'cl_mt_coh'     'fl_z_wage_sig'        16               1              0.8          0.52115     -17.204    50.122      0      0.038074    0.96193    1.5633e-12             0    -0.35043    -0.12585    0.031526      0.0544       0.0768       0.0992      0.0992       0.0992       0.1216     0.1216     0.1216     0.1216     0.1216     0.1216     0.1216    0.14381    0.32359       0.0073263            0.43183              0.002196              0.90274             0.0027681               1                0.0021665              0.37712          -0.0050785    -0.029573    -0.03507    -0.008188    0.043721      0.26786      0.26786      0.26786      0.95671      0.95671      0.95671      0.95671      0.95671      0.95671      0.95671      0.98001              1 
    cl_mt_coh_p2v2       0.082143        0.061349     0.25052     'cl_mt_coh'     'fl_z_wage_sig'        16               2              0.8           4.0835     -19.968    50.122      0       0.19503    0.80497    2.3816e-10             0      -1.583    -0.90644    -0.43915    -0.18117    -0.065316    0.0057421    0.028142       0.0992       0.1216     0.1216     0.1216     0.1216    0.19266    0.21506    0.40197    0.65995     1.1496         0.11084             0.7074              0.056936              0.97249              0.062759               1                 0.027267              0.64341           -0.032139     -0.20187    -0.57021     -0.82186    -0.95083     -0.95171     -0.92022     -0.63635     0.050182     0.050182     0.050182     0.050182      0.12974      0.29857      0.67968      0.86141        0.98215 
    cl_mt_coh_p2v3        0.11429       0.0024526     0.69751     'cl_mt_coh'     'fl_z_wage_sig'        16               3              0.8           284.39     -19.968    50.122      0       0.33202    0.66798    6.7012e-08             0     -4.8317     -2.0279     -1.0934    -0.71952     -0.46155     -0.29703    -0.15877    0.0057421       0.1216     0.1216    0.26372    0.35717    0.40197    0.58889    0.86926     1.5721      2.458         0.62608            0.81395               0.44155                 0.97               0.48652               1                  0.10274              0.66632             -4.0231      -14.494     -39.029      -57.492     -68.238      -75.511      -81.373      -83.089      -70.062      -70.062      -63.739      -57.159      -47.162      -37.472      -24.781      -6.9232      -0.059086 
    cl_mt_coh_p2v4        0.14643       -0.045443      1.5615     'cl_mt_coh'     'fl_z_wage_sig'        16               4              0.8          -34.361     -19.968    50.122      0       0.35541    0.64459     8.894e-07             0     -17.845     -5.7663      -1.841     -1.1158     -0.71952     -0.46155    -0.25223    -0.016658       0.1216    0.21506    0.47303    0.58889    0.77581     1.1272     1.5721     2.8095     4.3048          2.6597            0.89235                2.1513              0.94665                2.4382               1                  0.23127              0.55136              0.4281       2.4633      5.0834       6.6272       7.699       8.2395       8.7224       8.9298       8.6586        8.141       7.3288       6.5765       5.9563       4.8871       3.5465       1.7407         1.1059 
    cl_mt_coh_p2v5        0.17857        -0.41624      2.8272     'cl_mt_coh'     'fl_z_wage_sig'        16               5              0.8          -6.7922     -19.968    50.122      0       0.44269    0.55731     3.803e-06             0     -19.878     -14.551     -4.7382     -2.4242      -1.6541      -1.0934    -0.74192     -0.34569       0.0992    0.37957    0.68235    0.96272     1.2207     1.7104      2.458     4.2337     6.4767          8.1428            0.93352                6.9455              0.93463                7.9929               1                  0.46945              0.54283             0.11708      0.41848      1.2155       1.6118      1.8499       2.0234         2.12       2.2397       2.2682       2.1864       2.0532       1.9477       1.8355       1.6507       1.4121       1.1247         1.0173 
    cl_mt_coh_p2v6        0.21071        -0.60231      3.6927     'cl_mt_coh'     'fl_z_wage_sig'        16               6              0.8          -6.1309     -19.968    50.122      0       0.44987    0.55013     6.713e-06             0     -19.901      -16.91     -7.9382     -3.9419      -2.4018       -1.583     -1.0447     -0.36809       0.0992    0.49543    0.96272     1.3142     1.7104     2.3646     3.4861     6.0095      9.187          13.341            0.93987                11.833              0.93203                13.636               1                  0.70973              0.56647            0.050515      0.31146      1.0952       1.5567      1.8197       1.9782       2.0844       2.1983       2.2226        2.153       2.0394       1.9449       1.8202       1.6447       1.4084       1.1194         1.0168 
    cl_mt_coh_p2v7        0.24286        -0.78284      4.4788     'cl_mt_coh'     'fl_z_wage_sig'        16               7              0.8          -5.7212     -19.968    50.122      0       0.47408    0.52592    1.0004e-05    5.1896e-30     -19.901     -17.916     -10.555     -5.8597      -3.6167      -2.4018      -1.583     -0.57741       0.0992    0.65995     1.2431     1.7104     2.3198     3.1609     4.6076     7.9497     12.178           18.91            0.94078                17.439              0.93179                20.059               1                   1.0034              0.60714            0.057919      0.25211     0.96068       1.4669      1.7623       1.9472       2.0719       2.2023       2.2419       2.1827       2.0631       1.9673       1.8399       1.6666       1.4209       1.1241         1.0174 
    cl_mt_coh_p2v8          0.275         -1.0102      5.2353     'cl_mt_coh'     'fl_z_wage_sig'        16               8              0.8          -5.1826     -19.968    50.122      0       0.49667    0.50333    1.3764e-05    2.0601e-16     -19.901     -18.477     -12.495     -7.8223       -5.112      -3.4298     -2.4018      -1.0934    0.0057421    0.75341     1.5235     2.0842     2.9029     3.9534     5.8225     10.099     15.591          24.913            0.93898                23.888              0.93201                27.408               1                   1.3543              0.65364            0.061758      0.19638     0.80956       1.2991      1.6121       1.8242       1.9599        2.125       2.1951       2.1452       2.0358       1.9449       1.8222       1.6493       1.4154       1.1232         1.0175 
    cl_mt_coh_p2v9        0.30714        -0.93748      5.8291     'cl_mt_coh'     'fl_z_wage_sig'        16               9              0.8          -6.2178     -19.968    50.122      0       0.49063    0.50937    1.5933e-05     3.799e-11     -19.901     -19.878     -13.359     -8.8504      -5.9532       -4.084      -2.798      -1.2092     0.028142    0.94032     1.9684      2.645     3.5795      4.888     7.2244     12.458     19.374          29.656            0.93376                 29.81              0.93532                33.978               1                   1.7167               0.6894            0.077031       0.2178     0.89548       1.4752      1.8674       2.1326       2.3105       2.5191       2.5987       2.5311        2.381       2.2567       2.0908       1.8718       1.5535       1.1655         1.0231 
    cl_mt_coh_p2v10       0.33929        -0.88412      6.4489     'cl_mt_coh'     'fl_z_wage_sig'        16              10              0.8          -7.2942     -19.968    50.122      0       0.50028    0.49972    1.7897e-05    1.2697e-08     -19.923     -19.878     -14.084     -9.7139      -6.7943      -4.7606     -3.3363      -1.4896    -0.016658     1.0562     2.2711     3.1123     4.3048      5.916     8.7197     15.146     23.535          34.779             0.9277                36.725              0.93866                41.589               1                   2.1421              0.72499            0.024607      0.25941     0.97168       1.6375      2.0991       2.4206       2.6526       2.9145       3.0261       2.9491       2.7653       2.6118       2.4007       2.1099       1.7095       1.2121         1.0302 
    cl_mt_coh_p2v11       0.37143        -0.83461      7.1072     'cl_mt_coh'     'fl_z_wage_sig'        16              11              0.8          -8.5156     -19.968    50.122      0       0.51058    0.48942    2.0686e-05    4.3966e-07     -19.923     -19.878     -14.805     -10.555      -7.5868      -5.4859     -3.8971       -1.841     -0.11012     1.1496      2.645      3.673     4.9814      6.944     10.215     17.972     28.066          40.372            0.92134                44.901               0.9424                50.512               1                   2.6372               0.7573            0.030129      0.31763       1.053       1.8037      2.3423       2.7296       3.0146        3.343       3.5016       3.4216       3.1929       3.0077       2.7519       2.3946       1.8978       1.2666         1.0378 
    cl_mt_coh_p2v12       0.40357        -0.57126      7.7293     'cl_mt_coh'     'fl_z_wage_sig'        16              12              0.8           -13.53     -19.968    50.122      0       0.50603    0.49397    2.2534e-05    4.1942e-06     -19.923     -19.878     -15.041     -10.929       -7.983      -5.7887     -4.1775      -1.9345    -0.065316     1.4076     3.0899     4.3048     5.8712     8.0655     12.017     21.127     32.996           45.47            0.91392                 53.52              0.94687                59.742               1                   3.1788              0.78198            0.047949      0.50549      1.5549       2.6832      3.4997       4.0983       4.5406       5.0623       5.2891       5.1466       4.7646       4.4454       4.0056       3.3996       2.5402       1.4585         1.0653 
    cl_mt_coh_p2v13       0.43571        -0.38722      8.4139     'cl_mt_coh'     'fl_z_wage_sig'        16              13              0.8          -21.729     -19.968    50.122      0       0.51531    0.48469    2.4972e-05     1.982e-05     -19.923     -19.878     -15.299     -11.396      -8.4765      -6.2559     -4.5737      -2.2148     -0.15877     1.5235     3.4861      4.888     6.6637     9.2805      13.86     24.398     37.998          51.404            0.90724                63.816              0.95034                70.794               1                   3.8066              0.80629            0.078395      0.82646      2.3433       4.0399      5.3278       6.2624       6.9596       7.8264       8.2373       8.0154       7.3856       6.8309        6.102       5.0738       3.6076       1.7811         1.1096 
    cl_mt_coh_p2v14       0.46786       -0.052531      9.0862     'cl_mt_coh'     'fl_z_wage_sig'        16              14              0.8          -172.97     -19.968    50.122      0       0.51078    0.48922    2.6473e-05    6.3222e-05     -19.923     -19.878     -15.437     -11.654      -8.7569      -6.5139     -4.7606      -2.3083    -0.087716      1.759     4.0468     5.6132     7.6693     10.589     15.823     27.856     42.716          57.162            0.90086                74.922              0.95435                 82.56               1                   4.5011              0.82339             0.61261       6.4583      17.188       30.164      39.794        47.03       52.266       58.903       61.948       60.061       54.574       50.075       43.854       35.269       22.925       7.5131         1.8823 
    cl_mt_coh_p2v15           0.5         0.22069      9.7859     'cl_mt_coh'     'fl_z_wage_sig'        16              15              0.8           44.343     -19.968    50.122      0       0.51239    0.48761    2.8392e-05    0.00022044     -19.923     -19.878     -15.602     -12.028      -9.1307      -6.8877      -5.041      -2.4952     -0.15877     1.9684     4.5141     6.2898     8.6263     11.946     17.856     31.314     46.477          63.539            0.89585                87.355              0.95737                95.764               1                   5.2728              0.83697            -0.15639      -1.6487     -4.1237      -7.2375     -9.6184      -11.409      -12.762      -14.446      -15.263      -14.771      -13.333      -12.104      -10.417      -8.1614      -4.8609     -0.71734        0.78281 

Larger Grid Simulation (CROSS)

it_size_type = 3;
ar_it_plot_sets = [1,2,151, 3,4,152, 5,6,153, 51,52,54, 201,205,209, 7,8,9];
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: 48
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 31 ; key = st_img_name_main ; val = _default
pos = 32 ; key = st_img_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//solve/img/
pos = 33 ; key = st_img_prefix ; val = 
pos = 34 ; key = st_img_suffix ; val = _p9.png
pos = 35 ; key = st_mat_name_main ; val = _default
pos = 36 ; key = st_mat_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//solve/mat/
pos = 37 ; key = st_mat_prefix ; val = 
pos = 38 ; key = st_mat_suffix ; val = _p9
pos = 39 ; key = st_mat_test_name_main ; val = r
pos = 40 ; key = st_mat_test_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//test/ff_az_ds_vecsv/mat/
pos = 41 ; key = st_mat_test_prefix ; val = dft_
pos = 42 ; key = st_mat_test_suffix ; val = _g1516_cc_t3l30
pos = 43 ; key = st_matimg_path_root ; val = C:/Users/fan/CodeDynaAsset//m_abz/
pos = 44 ; key = st_profile_name_main ; val = _default
pos = 45 ; key = st_profile_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//solve/profile/
pos = 46 ; key = st_profile_prefix ; val = 
pos = 47 ; key = st_profile_suffix ; val = _p9
pos = 48 ; 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_final                 4     4        0 
    bl_display_final_dist            5     5        1 
    bl_display_final_dist_detail     6     6        0 
    bl_display_funcgrids             7     7        0 
    bl_display_graph_stats           8     8        0 
    bl_display_simu_stats            9     9        1 
    bl_graph                        10    10        1 
    bl_graph_coh_t_coh              11    11        0 
    bl_graph_funcgrids              12    12        0 
    bl_graph_onebyones              13    13        1 
    bl_graph_pol_lvl                14    14        0 
    bl_graph_pol_pct                15    15        0 
    bl_graph_val                    16    16        0 
    bl_img_save                     17    17        0 
    bl_mat                          18    18        0 
    bl_mat_test                     19    19        1 
    bl_post                         20    20        1 
    bl_profile                      21    21        0 
    bl_profile_dist                 22    22        0 
    bl_replacefile                  23    23        0 
    bl_time                         24    24        1 
    bl_timer                        25    25        1 
    it_display_every                26    26       20 
    it_display_final_colmax         27    27       15 
    it_display_final_rowmax         28    28      100 
    it_display_summmat_colmax       29    29        5 
    it_display_summmat_rowmax       30    30        5 

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

        Count: 43
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 5 ; key = cl_st_param_keys ; val = fl_z_wage_rho
pos = 40 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 41 ; key = st_model ; val = abz
pos = 42 ; key = st_z_r_borr_drv_ele_type ; val = unif
pos = 43 ; 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_b_is_principle           1     2          1
    bl_default                  2     3          1
    bl_loglin                   3     4          0
    fl_a_max                    4     6         50
    fl_a_min                    5     7          0
    fl_b_bd                     6     8        -20
    fl_beta                     7     9       0.94
    fl_c_min                    8    10       0.01
    fl_crra                     9    11        1.5
    fl_default_aprime          10    12          0
    fl_loglin_threshold        11    13          1
    fl_nan_replace             12    14     -99999
    fl_r_save                  13    15      0.025
    fl_tol_dist                14    16      1e-05
    fl_tol_pol                 15    17      1e-05
    fl_tol_val                 16    18      1e-05
    fl_w                       17    19       1.28
    fl_z_mu                    18    20          0
    fl_z_r_borr_max            19    21      0.095
    fl_z_r_borr_min            20    22      0.025
    fl_z_r_borr_n              21    23         11
    fl_z_r_borr_poiss_mean     22    24         10
    fl_z_rho                   23    25        0.8
    fl_z_sig                   24    26        0.2
    fl_z_wage_mu               25    27          0
    fl_z_wage_rho              26    28        0.8
    fl_z_wage_sig              27    29        0.2
    it_a_n                     28    30       1250
    it_maxiter_dist            29    31       1000
    it_maxiter_val             30    32       1000
    it_size_type               31    33          3
    it_st_simu_type_g_seed     32    34        123
    it_st_simu_type_g_simun    33    35         20
    it_tol_pol_nochange        34    36         25
    it_trans_power_dist        35    37       1000
    it_z_n                     36    38        121
    it_z_wage_n                37    39         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.275     0.14375     0.05      0.5
    it_a_n                    18    18      1        5       1300      948.68      100     2500
    it_z_n                    19    19      1        5         15      7.9057        5       25

---------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
    'Vary These Parame...'    'fl_z_wage_rho'    'fl_z_wage_sig'

xxxxxxxxxxxxxxxxxxxxxxxxxxx
---------------------------
---------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
  Columns 1 through 5

    'Vary '    'Inc/Prod Shock P...'    ' ('    'fl_z_wage_rho'    '): '

  Column 6

    '0    0.070357   ...'

fl_z_wage_rho:0.8
fl_z_wage_sig:0.2
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_wage_rho = 0 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 80.868711 seconds.
Elapsed time is 71.432852 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.5781    0.37111     0.10372     -14.488    14.396           0    1.7694e-06          1    6.5301e-08       0         2.0088     2.5284      2.9128      3.0974      3.2099      3.2956      3.3688       3.476       3.6233      3.7375      3.8326     3.8836     3.9458      4.016     4.1202     4.3346    4.5614         0.13772                  1               0.15259               0.9969               0.14078            0.86355              0.036267              0.94751          0.00049863    0.0064477    0.037376    0.079528      0.12368      0.16969      0.21671      0.31154      0.46292      0.61968       0.7299      0.78199      0.83671       0.8852      0.94174      0.98803       0.99872  
    cl_mt_pol_a    -0.18422    0.41244     -2.2389     -19.512    47.631    0.074575       0.63627    0.28915    5.7385e-12       0        -1.8055    -1.3002    -0.91173    -0.71813    -0.59654    -0.49663    -0.43906    -0.29097     -0.13429           0    0.078174     0.1329    0.18762    0.29706    0.46123    0.78956    1.1179         0.15259             0.9969               0.17011                    1               0.15614            0.86181              0.040213              0.94531            0.011107     0.082671     0.31911     0.53287      0.72123      0.86357      0.98568       1.1842       1.3611       1.4174       1.3898       1.3663       1.3275       1.2476        1.153       1.0385        1.0069  
    cl_mt_coh      -0.10058    0.43928     -4.3675     -19.968    50.122           0        0.5546     0.4454    5.2283e-12       0        -1.8444    -1.3014     -0.8819    -0.68442     -0.5364    -0.43318    -0.35917    -0.21778    -0.049511    0.089549     0.17485    0.23094    0.30495    0.40817    0.57644    0.88609    1.2674         0.14078            0.86355               0.15614              0.86181               0.19296                  1              0.036538              0.80646            0.020965      0.15317      0.5779     0.95118       1.2702       1.5007       1.6945       1.9807        2.179       2.1411       2.0178       1.9196       1.7829       1.6019       1.3639       1.1044        1.0139  
    cl_mt_pol_c      1.2613    0.10314    0.081774        0.01    4.6536           0             0          1    6.5301e-08       0         1.0094     1.0598      1.1144      1.1451       1.159      1.1699       1.181      1.2113       1.2432      1.2839      1.3385     1.3625     1.3736      1.415     1.4361      1.499    1.5633        0.036267            0.94751              0.040213              0.94531              0.036538            0.80646              0.010638                    1          0.00078931     0.008268    0.042947    0.087769      0.13346      0.18034      0.22646      0.32199      0.46735      0.61922      0.72639      0.77755      0.83138      0.88534      0.94233        0.989       0.99878  

xxxxx fl_z_wage_rho = 0.070357 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 80.043419 seconds.
Elapsed time is 72.396318 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       3.5545    0.40649     0.11436     -14.534    14.401           0    4.5325e-06          1      5.63e-10       0          1.805     2.4022      2.8244      3.0283      3.1489      3.2424      3.3207      3.4466       3.6065      3.7326      3.8294     3.8802     3.9496     4.0267     4.1469      4.374    4.6263         0.16523                  1               0.17965              0.99633               0.16692            0.86924              0.041994              0.94779          0.00043002    0.0060285    0.036181    0.077599      0.12164      0.16692      0.21249      0.30821      0.45767      0.61091      0.72479      0.77582      0.82983      0.88452      0.93977      0.98805       0.99868  
    cl_mt_pol_a    -0.1959    0.44358     -2.2644     -19.512    47.631    0.072008       0.63381    0.29418    1.1724e-11       0         -1.975     -1.406    -0.97626    -0.76099     -0.6481    -0.54499    -0.44474    -0.33661     -0.13517           0    0.078174     0.1329    0.18762    0.29706    0.46123    0.78956    1.2273         0.17965            0.99633               0.19676                    1               0.18509            0.88326              0.045754              0.94629            0.011444     0.084234     0.31683     0.54854      0.72131      0.86762       1.0054       1.1938       1.3657       1.4234       1.3999        1.378       1.3418       1.2665       1.1715       1.0491         1.006  
    cl_mt_coh      -0.1135    0.47243     -4.1623     -19.968    50.122           0       0.55926    0.44074    1.0611e-11       0        -2.0216    -1.4046    -0.95591    -0.72259    -0.59249    -0.48031    -0.37709    -0.24699    -0.058471    0.089549     0.18381    0.24886    0.31391    0.42609    0.59436    0.93089    1.3617         0.16692            0.86924               0.18509              0.88326               0.22319                  1              0.041996              0.81553            0.020445      0.15073     0.54554       0.929       1.2078       1.4358       1.6419       1.9057        2.094       2.0683        1.945       1.8537       1.7387       1.5561       1.3465       1.0951        1.0132  
    cl_mt_pol_c       1.26      0.109    0.086508        0.01    4.6568           0             0          1    1.3263e-07       0        0.99357     1.0475      1.1017      1.1366      1.1535      1.1658       1.177      1.2063       1.2414      1.2839      1.3408      1.368     1.3767     1.4206     1.4409     1.5052    1.5883        0.041994            0.94779              0.045754              0.94629              0.041996            0.81553              0.011881                    1          0.00077073    0.0081333    0.042496    0.086926      0.13245      0.17847      0.22524       0.3196      0.46728       0.6164      0.72143      0.78099      0.82965      0.88478      0.94143      0.98787       0.99879  

xxxxx fl_z_wage_rho = 0.14071 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 81.016138 seconds.
Elapsed time is 73.383527 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.526    0.44929     0.12742     -14.589    14.407           0    1.3563e-05    0.99999    1.1119e-09       0         1.5535     2.2404     2.7183      2.9424       3.082      3.1831      3.2681      3.4021       3.5729     3.7206      3.8292     3.9001     3.9544     4.0466       4.17     4.4157    4.6948         0.20186                  1               0.21498              0.99465               0.20128            0.87445              0.049279              0.94749          0.00034739    0.0055051    0.034554    0.074984      0.11771      0.16224      0.20794      0.30262      0.45134      0.61144      0.71835      0.77487      0.82687      0.88509      0.93906      0.98761       0.99866  
    cl_mt_pol_a    -0.20932    0.48106     -2.2982     -19.512    47.631    0.067108       0.63408    0.29881     2.343e-11       0         -2.157    -1.5245    -1.0605    -0.82396    -0.69965    -0.56687    -0.49344    -0.34097     -0.13607          0    0.078174     0.1329    0.24234    0.35178    0.51595      0.899    1.3368         0.21498            0.99465               0.23142                    1               0.22236            0.90221              0.052688              0.94613            0.012117     0.088989     0.32413     0.54806      0.72841      0.87771       1.0045       1.1995       1.3768       1.4318       1.4109        1.392       1.3269       1.2542       1.1655       1.0436        1.0063  
    cl_mt_coh      -0.12838    0.51232     -3.9907     -19.968    50.122           0       0.56207    0.43793    2.1063e-11       0        -2.2281     -1.546    -1.0412     -0.7966    -0.64858    -0.52511    -0.42422    -0.26491    -0.067431    0.09472     0.18381    0.25782    0.35208     0.4553    0.64149    0.99827    1.4739         0.20128            0.87445               0.22236              0.90221               0.26247                  1              0.048831              0.82337            0.020363      0.14772     0.52961     0.88383        1.162       1.3883       1.5675       1.8335       2.0233       1.9963       1.9019       1.8125       1.6861       1.5385       1.3261       1.0943        1.0125  
    cl_mt_pol_c      1.2586    0.11576    0.091978        0.01    4.6665           0             0          1     2.633e-07       0        0.97393     1.0348     1.0905      1.1268      1.1468      1.1604      1.1708      1.1985       1.2397     1.2881      1.3564      1.369     1.3804     1.4252     1.4653     1.5425    1.6122        0.049279            0.94749              0.052688              0.94613              0.048831            0.82337              0.013401                    1          0.00076306    0.0080156    0.042064    0.086556      0.13151       0.1774      0.22352      0.31745      0.46436      0.61409      0.71848      0.77893       0.8273      0.88389      0.94032      0.98762       0.99873  

xxxxx fl_z_wage_rho = 0.21107 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 78.671768 seconds.
Elapsed time is 75.896861 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.4925     0.5009     0.14342     -14.654    14.416          0    4.6622e-05    0.99995    2.0813e-09       0         1.2387      2.043     2.5924      2.8459       3.003      3.1127      3.2108      3.3647       3.5493      3.706      3.8205      3.906     3.9744     4.0743     4.2053     4.4758     4.785          0.2509                  1               0.26108              0.99196               0.24633            0.87886              0.058664               0.9464          0.00023423    0.0048517    0.032257    0.071332      0.11329       0.1577      0.20242       0.2968      0.44524       0.6012       0.7111      0.77054      0.82532      0.87947      0.93741      0.98682       0.99863  
    cl_mt_pol_a    -0.22415    0.52545     -2.3442     -19.512    47.686    0.06382       0.63218      0.304    4.2898e-11       0        -2.4009    -1.6792    -1.1562    -0.90586     -0.7512     -0.6123    -0.50984    -0.34773     -0.18294          0    0.078174    0.18762    0.24234    0.35178    0.57067    0.95372    1.4462         0.26108            0.99196                0.2761                    1               0.27008            0.91859              0.061417              0.94453             0.01257     0.090985     0.33309     0.56318      0.74534      0.89378        1.019       1.2138       1.3906        1.443       1.4244       1.3766        1.348       1.2797       1.1623       1.0489        1.0072  
    cl_mt_coh      -0.14487    0.55955     -3.8625     -19.968    50.122          0       0.56499    0.43501    3.8405e-11       0        -2.4995    -1.7143    -1.1444    -0.87294    -0.70467    -0.57224    -0.46902    -0.29179    -0.078721    0.09472     0.19277    0.28703       0.37    0.48218    0.68862     1.0902     1.604         0.24633            0.87886               0.27008              0.91859                0.3131                  1              0.057459               0.8298            0.019942      0.14358     0.51988     0.86761       1.1375       1.3502       1.5244       1.7799       1.9678       1.9482       1.8549        1.767       1.6534       1.5116       1.3122       1.0885        1.0121  
    cl_mt_pol_c      1.2569    0.12375    0.098455        0.01    4.6347          0             0          1    4.8043e-07       0        0.95183     1.0186     1.0754       1.113      1.1392      1.1531      1.1642      1.1904       1.2382      1.297      1.3623     1.3697     1.3959     1.4299     1.4868     1.5552    1.6293        0.058664             0.9464              0.061417              0.94453              0.057459             0.8298              0.015314                    1           0.0007376    0.0079018    0.041387    0.085015       0.1302       0.1755      0.22184      0.31555      0.46083      0.61034      0.71612       0.7726      0.82528      0.88383      0.94001      0.98748       0.99869  

xxxxx fl_z_wage_rho = 0.28143 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 75.939856 seconds.
Elapsed time is 76.518914 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.4508     0.5663      0.1641     -14.733    14.427           0    0.00017475    0.99983    4.8347e-09       0        0.83054     1.7977     2.4328      2.7194       2.903      3.0352      3.1402      3.3129       3.5215     3.6967       3.829     3.9003     3.9843     4.0992     4.2571    4.5538     4.886         0.32069                  1              0.32504               0.98823                0.3094            0.88334              0.071174               0.9432          7.2582e-05    0.0039707    0.029455    0.067154      0.10829      0.15087      0.19565      0.28932      0.43878       0.5949       0.7065      0.76223      0.81851      0.87569      0.93641      0.98644       0.99859  
    cl_mt_pol_a    -0.24244    0.58081     -2.3956     -19.512    47.686    0.061259       0.62886    0.30988    9.8489e-11       0        -2.7102    -1.8733    -1.2667    -0.99586    -0.80795    -0.69518    -0.55572    -0.39286     -0.18412          0    0.078174    0.18762    0.29706     0.4065    0.62539    1.0632    1.6104         0.32504            0.98823              0.33734                     1               0.33524            0.93319               0.07277              0.94026            0.013373     0.093207     0.34172     0.56901       0.7616      0.90895       1.0375       1.2304       1.4037       1.4537       1.4373        1.395       1.3348       1.2792       1.1702       1.0507        1.0076  
    cl_mt_coh      -0.16515    0.61852     -3.7452     -19.968    50.122           0       0.56684    0.43316    8.6737e-11       0        -2.8271    -1.9184    -1.2656    -0.97383    -0.76972    -0.63962    -0.50719    -0.31204    -0.087681    0.09472     0.20173    0.29599    0.39921    0.52931    0.74471    1.1934    1.7722          0.3094            0.88334              0.33524               0.93319               0.38257                  1              0.068707              0.83363            0.020447      0.14117      0.5112     0.84148        1.115       1.3168       1.4865        1.744       1.9134       1.9006       1.8104       1.7365       1.6275       1.4892       1.3022       1.0878         1.012  
    cl_mt_pol_c      1.2549    0.13325     0.10618        0.01    4.6532           0             0          1    1.0857e-06       0        0.92523    0.99799     1.0597      1.0992      1.1288      1.1461      1.1568      1.1808       1.2364     1.2969      1.3657     1.3748     1.4246     1.4391     1.4957    1.5737    1.6503        0.071174             0.9432              0.07277               0.94026              0.068707            0.83363              0.017756                    1          0.00071616    0.0076982    0.040859     0.08376      0.12819      0.17417      0.22005       0.3134      0.45807      0.60882      0.71579      0.76838       0.8295      0.88117       0.9389       0.9873       0.99873  

xxxxx fl_z_wage_rho = 0.35179 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 84.471434 seconds.
Elapsed time is 77.283701 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.399     0.6529     0.19209     -14.833    14.441           0    0.00065314    0.99935    1.3051e-08       0        0.24918     1.4663     2.2324     2.5716      2.7748      2.9268      3.0541      3.2424       3.4762     3.6896     3.8334     3.9265     4.0086     4.1256     4.3112    4.6488    5.0232         0.42628                  1               0.41976              0.98346              0.40386             0.88861              0.088326              0.93687          -0.0002065    0.0026883    0.025629     0.06142      0.10081      0.14294      0.18725      0.27954      0.42827      0.58733      0.69886      0.75893      0.81369      0.87241      0.93387      0.98638       0.99849  
    cl_mt_pol_a    -0.26199    0.65372     -2.4952     -19.512    47.686    0.047802       0.62399    0.32821    2.5587e-10       0        -3.1226    -2.1188    -1.4123     -1.105    -0.90007     -0.7512    -0.60828     -0.4033     -0.18531          0     0.1329    0.24234    0.29706    0.46123    0.68011    1.2273    1.8293         0.41976            0.98346               0.42736                    1              0.43054             0.94612              0.088069              0.93297            0.014938     0.099077     0.35976     0.59177      0.78692      0.94338       1.0676       1.2614       1.4306       1.4776       1.4486       1.3998       1.3691       1.2945       1.1894       1.0507        1.0079  
    cl_mt_coh      -0.18701     0.6961     -3.7222     -19.968    50.122           0       0.56598    0.43402    2.2555e-10       0        -3.2735     -2.172    -1.4249    -1.0883    -0.86398    -0.70467    -0.56328    -0.35684    -0.087681    0.10368    0.23094    0.31624    0.41713     0.5854    0.81209    1.3438    1.9966         0.40386            0.88861               0.43054              0.94612              0.48456                   1               0.08396              0.83529            0.022035      0.14641     0.51379     0.83983       1.1069        1.315       1.4761       1.7152       1.8925        1.877       1.7935       1.7218       1.6223       1.4863       1.3051       1.0863        1.0119  
    cl_mt_pol_c      1.2527     0.1444     0.11527        0.01    4.6874           0             0          1    2.8268e-06       0        0.89276    0.97282      1.041      1.082      1.1147      1.1362      1.1498      1.1712       1.2333     1.3032     1.3672     1.3913     1.4281     1.4561     1.5144    1.5889    1.6835        0.088326            0.93687              0.088069              0.93297              0.08396             0.83529              0.020851                    1          0.00069328    0.0074942    0.039871    0.082599      0.12634      0.17126      0.21736      0.31013      0.45353      0.60604      0.71279      0.76586      0.82156      0.87889      0.93945      0.98735       0.99867  

xxxxx fl_z_wage_rho = 0.42214 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 74.403322 seconds.
Elapsed time is 79.969468 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.329    0.77766      0.2336      -14.96    14.461           0    0.0022547    0.99775    4.9693e-08       0        -0.68046     1.0011     1.9616     2.3638      2.6084      2.7917      2.9352      3.1631      3.4236    3.6625      3.841     3.9444      4.044     4.1723     4.3688    4.7613    5.1817        0.60476                   1              0.57525               0.97732              0.56178             0.89631               0.11303              0.91949          -0.00084268    0.00053391    0.019903    0.052901     0.090426      0.13075       0.1738      0.26597      0.41457      0.57506      0.68847      0.74911      0.81066      0.86667       0.9311      0.98514       0.99841  
    cl_mt_pol_a    -0.29162    0.75688     -2.5954     -19.512    47.741    0.046977      0.61902      0.334    9.3942e-10       0         -3.7655    -2.4525    -1.6071     -1.231      -1.009    -0.82944    -0.69518    -0.44764    -0.18652         0     0.1329    0.24234    0.35178    0.57067    0.78956    1.3915    2.1029        0.57525             0.97732              0.57286                     1              0.58365             0.95677               0.10936              0.91409             0.019505       0.10766     0.37344      0.6131      0.80462      0.95981       1.0956       1.2831       1.4491       1.4906       1.4662       1.4256       1.3792       1.2767       1.1925       1.0532        1.0077  
    cl_mt_coh      -0.21985    0.80597     -3.6659     -19.968    50.122           0      0.56835    0.43165    8.1731e-10       0         -3.9555    -2.5467     -1.629    -1.2274    -0.98512    -0.80556    -0.63962    -0.38605     -0.1056    0.1098    0.24886    0.35208    0.47322    0.66174    0.92193     1.521    2.2681        0.56178             0.89631              0.58365               0.95677              0.64958                   1               0.10544              0.82761             0.027383       0.14999     0.51024     0.82975       1.0802       1.2792       1.4506       1.6729       1.8398        1.831       1.7536       1.6859       1.5897       1.4637       1.2898       1.0834        1.0113  
    cl_mt_pol_c      1.2496    0.15807      0.1265        0.01    4.6789           0            0          1     1.026e-05       0         0.85777    0.94287     1.0187     1.0619      1.0948      1.1226       1.139      1.1613      1.2291     1.305     1.3702      1.407     1.4338     1.4713     1.5342    1.6098    1.7276        0.11303             0.91949              0.10936               0.91409              0.10544             0.82761              0.024986                    1            0.0006646      0.007256    0.038966    0.080657      0.12374      0.16843      0.21342      0.30581      0.44987      0.60927      0.70798      0.76477       0.8206      0.87798      0.93753       0.9867       0.99861  

xxxxx fl_z_wage_rho = 0.4925 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 83.363985 seconds.
Elapsed time is 78.568862 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.2295    0.97939     0.30326     -15.133    14.486           0    0.0072339    0.99277    2.4053e-07       0        -3.7951    0.29778      1.589     2.0916     2.3882      2.6062      2.7794      3.0543      3.3616     3.6428     3.8371     3.9476     4.0705     4.2361     4.4666    4.9078    5.3984         0.9592                   1              0.87763               0.96874              0.87803             0.90992               0.14982              0.87368          -0.0024515    -0.0040311    0.0099933    0.039004      0.07385      0.11275      0.15448      0.24506      0.39414      0.55683       0.6807      0.73398      0.79773      0.86069      0.92714      0.98427       0.99833  
    cl_mt_pol_a    -0.33134    0.92501     -2.7917     -19.512    47.795    0.043682      0.61409    0.34223    4.2722e-09       0        -6.3271    -2.9406    -1.8577    -1.4123     -1.134    -0.92979    -0.76599    -0.49663    -0.19151          0    0.18762    0.29706     0.4065    0.62539    0.95372    1.6104    2.4312        0.87763             0.96874              0.85565                     1              0.87735             0.96267               0.13955              0.86162            0.032452       0.13068       0.4046     0.64693      0.83693      0.99296       1.1205       1.3106       1.4656       1.5031        1.469       1.4286       1.3865       1.2992       1.1878       1.0563        1.0084  
    cl_mt_coh      -0.26378    0.98525     -3.7352     -19.968    50.122           0      0.56739    0.43261    3.7136e-09       0        -6.6502    -3.0694    -1.9005    -1.4249    -1.1152    -0.90878    -0.73155    -0.43318    -0.13248    0.11264    0.28703    0.39025    0.52931    0.73575     1.0633    1.7543    2.6136        0.87803             0.90992              0.87735               0.96267              0.97072                   1               0.13658              0.79171            0.043376       0.17259       0.5271     0.83487       1.0811       1.2664       1.4203       1.6387       1.7917       1.7832       1.7119       1.6493       1.5619       1.4423       1.2778       1.0795        1.0112  
    cl_mt_pol_c      1.2461     0.1751     0.14052        0.01    4.6863           0            0          1    4.6554e-05       0        0.84117    0.90727    0.99175     1.0377     1.0719      1.1037      1.1234      1.1525      1.2221     1.3022     1.3757     1.4227     1.4398     1.4938     1.5568    1.6448    1.7728        0.14982             0.87368              0.13955               0.86162              0.13658             0.79171              0.030658                    1          0.00064169     0.0069966     0.037835    0.078585      0.12121      0.16494      0.20924        0.301      0.44391      0.59599      0.70206        0.758      0.81548      0.87433      0.93542      0.98663       0.99859  

xxxxx fl_z_wage_rho = 0.56286 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 81.353161 seconds.
Elapsed time is 79.122801 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.0782     1.3332      0.4331     -15.372    14.522           0    0.020304     0.9797    1.0657e-06       0        -10.507     -1.108     1.0307     1.7072     2.0905     2.3598      2.5698      2.9038      3.2741      3.6068     3.8514     3.9895     4.1244     4.3184    4.5991    5.1227    5.6796         1.7774                   1               1.5758               0.95783                1.631             0.92984               0.20759              0.79594           -0.004136    -0.014624    -0.010194    0.012834     0.044068     0.080002      0.12014      0.20924      0.36039      0.52885      0.65046      0.71839      0.78042      0.84821      0.92082      0.98269       0.99811  
    cl_mt_pol_a    -0.39565      1.234      -3.119     -19.512     47.85    0.037636     0.60587     0.3565    1.7976e-08       0        -13.501    -3.9212    -2.2233    -1.6381    -1.3099    -1.0674    -0.87112    -0.54852    -0.23416    0.023452    0.24234    0.35178    0.51595    0.73483    1.1179    1.9387    2.9784         1.5758             0.95783               1.5228                     1                 1.56             0.96081               0.18473              0.76517            0.040742      0.18255      0.46653     0.70826      0.89547       1.0425       1.1622       1.3441       1.4847       1.5116       1.4737       1.4345       1.3845       1.3084       1.1931       1.0548        1.0078  
    cl_mt_coh      -0.33459     1.3157     -3.9324     -19.968    50.122           0     0.56454    0.43546    1.5669e-08       0        -14.391    -4.1238    -2.2931    -1.6672    -1.3127    -1.0502    -0.83477    -0.48927    -0.13481      0.1216    0.34312     0.4553    0.63253    0.85689    1.2406     2.064    3.1476          1.631             0.92984                 1.56               0.96081               1.7311                   1               0.18549              0.72064            0.051541      0.22798      0.57657     0.86951       1.0933       1.2656       1.4086       1.6047       1.7378       1.7284       1.6617       1.6039       1.5204       1.4135       1.2598       1.0758        1.0105  
    cl_mt_pol_c      1.2423    0.19563     0.15747        0.01    4.7159           0           0          1    0.00019438       0         0.8415    0.88047    0.95689     1.0083      1.045     1.0793      1.1048      1.1381      1.2165      1.3016      1.383     1.4347     1.4713     1.5115    1.5786    1.7049    1.8396        0.20759             0.79594              0.18473               0.76517              0.18549             0.72064              0.038272                    1          0.00054081    0.0068094     0.036565    0.076255       0.1176      0.16058      0.20429      0.29477      0.43553      0.58868      0.70212      0.75244      0.81087      0.87323      0.93372      0.98585       0.99849  

xxxxx fl_z_wage_rho = 0.63321 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 74.476211 seconds.
Elapsed time is 79.569732 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         2.798     1.9448     0.69507     -15.721    14.577           0    0.051654    0.94835    4.1818e-06       0        -13.797    -5.6379    -0.058533     1.0436     1.5905     1.9673     2.2417      2.6851      3.1463      3.5829     3.8613     4.0331     4.1981    4.4361    4.7724    5.4041    6.0744         3.7823                   1               3.2924               0.94583               3.5313             0.94912              0.30461               0.70707          -0.0052368    -0.034431    -0.057591    -0.047234    -0.02321     0.0086238    0.046452      0.13517       0.2918      0.47345      0.60843      0.68181      0.75056      0.82642      0.9087       0.97965       0.99778  
    cl_mt_pol_a    -0.54732     1.7899     -3.2702     -19.512     47.96    0.035903     0.59944    0.36466    5.8171e-08       0        -17.152    -8.0203      -2.9601    -2.0666    -1.5966    -1.2749    -1.0288     -0.6481    -0.23567    0.023452    0.29706     0.4065    0.62539     0.899    1.3368    2.3765    3.6351         3.2924             0.94583               3.2036                     1               3.2596             0.95196              0.25443               0.64172            0.033354      0.22766      0.53982      0.76551     0.93125        1.0635       1.166       1.3168       1.4325       1.4522       1.4141       1.3929       1.3366       1.2713      1.1779        1.0506        1.0076  
    cl_mt_coh       -0.4999     1.9131     -3.8269     -19.968    50.122           0     0.56397    0.43603    5.7117e-08       0        -18.391    -8.5101      -3.0873    -2.1248      -1.62    -1.2745     -1.012    -0.59249    -0.14377     0.13668    0.39025    0.53827    0.73575    1.0252    1.4918    2.5127    3.8476         3.5313             0.94912               3.2596               0.95196               3.6598                   1              0.26782               0.63197            0.039262      0.26592      0.62602      0.87988      1.0659        1.2115      1.3232       1.4811       1.5863       1.5797       1.5278       1.4814       1.4209       1.3322      1.2097        1.0621        1.0087  
    cl_mt_pol_c      1.2384    0.22152     0.17887        0.01    4.7243           0           0          1    0.00070954       0        0.84853    0.87571      0.92706      0.976     1.0124     1.0463     1.0757      1.1202      1.1912      1.2993     1.3949     1.4551     1.4858    1.5385    1.6215    1.7806    1.9225        0.30461             0.70707              0.25443               0.64172              0.26782             0.63197              0.04907                     1          0.00021676    0.0064944     0.035703     0.074142     0.11438        0.1559     0.19879      0.28774      0.42735      0.58087      0.68875      0.75003      0.80601      0.86804      0.9306       0.98536       0.99841  

xxxxx fl_z_wage_rho = 0.70357 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 75.087766 seconds.
Elapsed time is 79.985957 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.3606     2.7582      1.1684     -16.265    14.664           0     0.1065     0.8935    1.2622e-05       0        -14.971    -10.558    -2.4261    -0.15399    0.76858     1.3338     1.7409      2.3441      2.9642      3.5182     3.8731     4.0908     4.3263     4.613     5.039    5.8395     6.644         7.6074                   1               6.5665               0.93413               7.2102             0.95776               0.45743              0.65581          -0.0065415    -0.054716     -0.1473    -0.16977     -0.16225      -0.1396     -0.10679     -0.019489     0.15072      0.35763      0.51724      0.59885      0.69149      0.78283      0.8831       0.97385       0.99708  
    cl_mt_pol_a    -0.78617     2.5486     -3.2418     -19.512    48.069    0.032352    0.58587    0.38178    1.5347e-07       0        -18.501    -13.279    -4.7418     -2.8161    -2.0532    -1.5863    -1.2586     -0.7464     -0.2372    0.078174    0.35178    0.57067    0.78956    1.1179    1.7198    3.0331    4.7295         6.5665             0.93413               6.4956                     1                6.556             0.94246               0.35767              0.55493            0.025534      0.20351     0.59926     0.82668      0.98068       1.0959       1.1848        1.3113      1.3971       1.4076       1.3773       1.3452       1.3074       1.2513      1.1608        1.0482        1.0068  
    cl_mt_coh      -0.76119     2.7294     -3.5857     -19.968    50.122           0    0.55704    0.44296    1.5478e-07       0        -19.896    -14.193    -5.0146     -2.9393    -2.1159    -1.6111    -1.2566    -0.69571    -0.15273     0.18381    0.46426    0.67966    0.91297    1.2674    1.8844    3.2306    4.9694         7.2102             0.95776                6.556               0.94246               7.4497                   1               0.39968              0.57905            0.029677       0.2253     0.65896      0.9067       1.0691       1.1915       1.2839        1.4115      1.4874       1.4802       1.4378       1.4003       1.3493       1.2794      1.1769        1.0524        1.0073  
    cl_mt_pol_c      1.2388    0.25289     0.20414        0.01    4.7874           0          0          1     0.0019191       0           0.01    0.88626    0.91735     0.94959    0.98429     1.0164     1.0455      1.0965      1.1775        1.32     1.4087     1.4721     1.5323    1.6007    1.6814    1.8633     2.054        0.45743             0.65581              0.35767               0.55493              0.39968             0.57905              0.063953                    1          1.5492e-05    0.0057213    0.034895    0.072566      0.11159      0.15197      0.19371       0.28007     0.41717      0.56788      0.67959      0.74163      0.79887      0.86152      0.9275        0.9845       0.99832  

xxxxx fl_z_wage_rho = 0.77393 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 69.201212 seconds.
Elapsed time is 79.849618 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       1.7269     3.7065      2.1463     -17.182    14.818           0    0.18676    0.81324    3.2855e-05       0        -15.983     -13.23    -6.3851    -2.5057    -0.76109    0.22458    0.88776       1.781      2.6676     3.4286     3.8991      4.208    4.4963      4.91     5.479    6.5267    7.5581         13.738                   1               11.713               0.92037               13.046             0.95635               0.70431              0.64387           -0.011587    -0.084715    -0.30238    -0.42299     -0.46757     -0.47429     -0.45767     -0.37854     -0.18269     0.082633      0.30324      0.41522      0.53968      0.67405      0.82308      0.95971       0.99547  
    cl_mt_pol_a     -1.119     3.4335     -3.0683     -19.512    48.288    0.031614    0.57467    0.39371    3.3123e-07       0        -18.622    -16.063    -8.3357    -4.5212     -2.9872    -2.1431    -1.5863    -0.86544     -0.2372     0.1329    0.46123    0.73483    1.0632    1.5009    2.3765     4.237    6.6448         11.713             0.92037               11.789                     1               11.802             0.93397               0.51902              0.51221            0.024299      0.15711     0.57447     0.84769       1.0119       1.1251        1.208       1.3141       1.3833        1.387       1.3617       1.3328        1.294        1.241       1.1538       1.0467        1.0066  
    cl_mt_coh      -1.1272     3.6805     -3.2652     -19.968    50.122           0    0.55044    0.44956    3.3261e-07       0        -19.905     -17.24    -8.8938     -4.779     -3.1165    -2.2101    -1.6111    -0.83477    -0.15273    0.23094    0.57644    0.85689    1.1845    1.6601    2.5306    4.4556    6.9235         13.046             0.95635               11.802               0.93397               13.546                   1               0.61322              0.56457            0.028506      0.16735     0.61053     0.89784       1.0696       1.1864       1.2701       1.3748       1.4354       1.4275       1.3933       1.3606       1.3173       1.2545       1.1641       1.0489        1.0069  
    cl_mt_pol_c     1.2478    0.29512     0.23652        0.01    4.8428           0          0          1     0.0041437       0           0.01     0.9018    0.92909     0.9484     0.96748     0.9893     1.0157      1.0713       1.171     1.3308     1.4608     1.5291    1.5673    1.6825    1.7895    2.0166    2.2518        0.70431             0.64387              0.51902               0.51221              0.61322             0.56457              0.087097                    1          3.3209e-05    0.0041869    0.033563    0.071185      0.10956      0.14877      0.18892      0.27251      0.40588      0.55687      0.66809      0.72691      0.78915      0.85356       0.9234      0.98318       0.99816  

xxxxx fl_z_wage_rho = 0.84429 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 69.202842 seconds.
Elapsed time is 76.998209 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      0.72929     4.8999      6.7187     -18.881    15.142           0    0.31101    0.68899    8.7894e-05       0        -17.653    -15.231    -10.302    -6.3633    -3.8427    -2.1731    -1.0096    0.53254      2.0071      3.195     3.9119     4.409    4.8495    5.4662    6.2903    7.7981    9.1652         24.009                   1               19.863               0.89942               22.295             0.94301               1.1857               0.67162           -0.030559     -0.22337    -0.91143     -1.4729      -1.8165      -2.0188      -2.1258       -2.151      -1.8755      -1.3393     -0.84523     -0.56186     -0.24059      0.11191      0.50751      0.88493         0.987  
    cl_mt_pol_a    -1.6107      4.507     -2.7981     -19.512    48.616    0.035342    0.57655     0.3881    6.4523e-07       0        -18.744    -17.292     -11.99    -7.7089    -5.1665    -3.6098    -2.5889    -1.3355    -0.33878     0.1329    0.62539    1.0084    1.5009    2.2123    3.5256    6.5901    10.475         19.863             0.89942               20.313                     1                20.14             0.92613              0.85732               0.52792             0.01931      0.11396     0.47459      0.7751      0.97148       1.1064       1.2011       1.3194       1.3915       1.3975       1.3737       1.3471       1.3099       1.2552       1.1681       1.0513        1.0074  
    cl_mt_coh      -1.6691     4.8251     -2.8909     -19.968    50.122           0    0.56231    0.43769    6.4463e-07       0        -19.914    -18.503    -12.829    -8.2184    -5.4723    -3.7896    -2.6768    -1.3396    -0.25595    0.24886    0.75367    1.1284    1.6421    2.3892    3.7354    6.8764     10.87         22.295             0.94301                20.14               0.92613               23.281                   1               1.0456               0.60142            0.022056      0.11848     0.49183     0.80068       1.0022       1.1398       1.2359       1.3522       1.4181       1.4153       1.3863       1.3589        1.318       1.2589       1.1696       1.0515        1.0074  
    cl_mt_pol_c     1.2723    0.36032      0.2832        0.01    5.0189           0          0          1     0.0080617       0           0.01    0.90119    0.94622    0.96217    0.97602    0.99113     1.0082     1.0499      1.1511       1.31     1.4972    1.5784     1.655    1.7918    1.9573    2.3073    2.6577         1.1857             0.67162              0.85732               0.52792               1.0456             0.60142              0.12983                     1          6.3362e-05    0.0012521    0.030648    0.068161      0.10623      0.14489      0.18413      0.26498      0.39368      0.53818      0.65057      0.70954      0.77416      0.84146      0.91485      0.98081       0.99785  

xxxxx fl_z_wage_rho = 0.91464 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 79.481214 seconds.
Elapsed time is 77.934160 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.7556     6.7694      -8.959     -22.499    16.073          0    0.47034    0.52966    0.00025638    1.2701e-10    -21.652      -18.5    -14.327    -10.918    -8.3277    -6.3071    -4.6838    -2.2141     0.48509     2.771     4.0826    5.0714    5.8037    6.9379    8.3333    10.786    12.648         45.825                   1               35.334               0.85763               39.497              0.9015               2.5611               0.72259            0.031764       0.26224       1.115      1.9435        2.577       3.0585       3.4204       3.8686       4.0249        3.694       3.2248      2.9283       2.5587        2.1499       1.6485       1.154         1.0174  
    cl_mt_pol_a    -1.8966     6.0861     -3.2089     -19.512     48.78    0.02606    0.60046    0.37348    8.8434e-07    2.2149e-10    -18.868    -18.382    -14.474    -10.788    -8.0204    -5.9702    -4.3881    -2.2831    -0.59273    0.1329    0.95372    1.6104    2.5954    4.0729    6.8637    13.594    21.857         35.334             0.85763               37.041                     1               36.475               0.926               1.9907               0.62473             0.01547       0.11527     0.44195     0.77188       1.0181       1.2015       1.3378       1.5089       1.6136       1.6264       1.5994      1.5667       1.5117        1.4261       1.2889      1.0908         1.0131  
    cl_mt_coh       -2.006     6.4721     -3.2264     -19.968    50.122          0    0.58057    0.41943    1.1686e-06    5.0168e-11    -19.923    -19.887     -15.53    -11.539    -8.5662    -6.3316    -4.6399    -2.3582    -0.52744    0.2399     1.0633    1.7454     2.746    4.2694    7.1569    14.056    22.555         39.497              0.9015               36.475                 0.926               41.888                   1               2.3431               0.69146            0.017155       0.11694     0.44824      0.7831        1.032       1.2161       1.3518       1.5213       1.6206       1.6263       1.5965      1.5621       1.5069        1.4209       1.2832      1.0888         1.0127  
    cl_mt_pol_c     1.3478    0.52357     0.38846        0.01    6.1219          0          0          1      0.014574    1.2701e-10       0.01       0.01    0.96342    0.98265    0.99506     1.0067     1.0163     1.0436      1.1197    1.3511     1.5726    1.7326    1.8804    2.1158    2.4238    3.0894     3.762         2.5611             0.72259               1.9907               0.62473               2.3431             0.69146              0.27413                     1          0.00010813    0.00010813    0.024589    0.060662     0.097344      0.13448      0.17206      0.24834      0.36834      0.50381      0.61102      0.6725       0.7391       0.81229      0.89518      0.9748        0.99705  

xxxxx fl_z_wage_rho = 0.985 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 94.021440 seconds.
Elapsed time is 145.343963 seconds.
                    mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -8.4961    13.873     -1.6328     -32.292    22.812           0    0.74741    0.25259    0.0010697    0.0065739    -32.292    -30.202    -27.928    -24.533    -22.683    -20.942    -18.755    -16.063    -11.908     -4.0298     0.2263      6.975    8.0159    13.788    16.996     22.59    22.812         192.45                   1               124.28               0.77883               137.35             0.82321               20.439               0.66699           0.0040657       0.03714     0.17343      0.3447      0.46589      0.59371      0.71034      0.91713       1.1671      1.3246        1.3412       1.3129        1.271       1.2062       1.1191       1.0268          1     
    cl_mt_pol_a    -2.4279    11.503     -4.7378     -19.512     48.78    0.047015    0.71404    0.23895    3.147e-06    0.0070515    -18.993    -18.622     -16.54    -14.464    -12.505    -10.613     -8.914    -6.2273     -2.949    -0.79762          0    0.51595     2.869    7.6298    20.489     46.92     48.78         124.28             0.77883               132.31                     1               129.73             0.93775                20.33               0.80012            0.016452       0.12463     0.37758     0.70544      0.98724       1.2286       1.4338       1.7473       2.0219      2.1252         2.134       2.1271       2.0988       1.9957         1.73       1.1988          1     
    cl_mt_coh      -2.6645    12.027     -4.5138     -19.968    50.122           0    0.70555    0.29445     3.33e-06    0.0015164    -19.932    -19.905    -17.765    -15.521    -13.399    -11.371    -9.5466     -6.612    -3.0694     -0.7518    0.11264    0.64149    3.0444    7.9332    21.161    48.197    50.122         137.35             0.82321               129.73               0.93775               144.65                   1               21.744               0.81848            0.016055       0.12073     0.36999     0.68937      0.96541       1.2012       1.4011       1.7055       1.9696      2.0658        2.0706        2.063       2.0342       1.9358       1.6846       1.1869          1     
    cl_mt_pol_c     1.8086    2.2089      1.2213        0.01    17.073           0          0          1      0.04257    0.0065739       0.01       0.01    0.87321    0.98864     1.0069     1.0183     1.0271     1.0466     1.0839      1.1615     1.4171     1.9209     2.215    3.7626    5.8092    14.077    17.073         20.439             0.66699                20.33               0.80012               21.744             0.81848               4.8793                     1          0.00023537    0.00023537    0.003417    0.030605     0.058161     0.085866      0.11394      0.17126      0.25974      0.3521       0.42099      0.46847      0.52392      0.60651      0.72688      0.90895          1     

---------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
  Columns 1 through 5

    'Vary '    'Inc/Prod Shock SD'    ' ('    'fl_z_wage_sig'    '): '

  Column 6

    '0.05    0.082143...'

fl_z_wage_rho:0.8
fl_z_wage_sig:0.2
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_wage_sig = 0.05 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 69.680344 seconds.
Elapsed time is 72.196195 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.7561    0.35521    0.094571     -15.093    14.448          0    2.4081e-06           1    9.9646e-11       0          2.4159      2.7985      3.1289      3.3085       3.3968        3.436       3.5786    3.6168     3.7958     3.9724     3.9724     3.9748    4.1461    4.1461       4.3167     4.5126      4.693         0.12618                  1              0.027427               0.7178              0.025868            0.62105              0.036371              0.96394          0.00059559    0.0069976    0.038999    0.082942      0.12809      0.17244      0.21929       0.3556      0.57916      0.77229      0.77229      0.78201      0.88844      0.88844      0.94729      0.99035       0.99916  
    cl_mt_pol_a    -0.041603    0.10757     -2.5855     -16.816    46.993    0.61805       0.29702    0.084928    1.7793e-12       0        -0.83297    -0.49812     -0.2473    -0.14697    -0.096811    -0.047264    -0.046346         0          0          0          0          0         0         0    0.0036834    0.10881    0.21393        0.027427             0.7178              0.011571                    1              0.012183            0.96589             0.0067609              0.59171               0.025      0.16158     0.50497     0.73203      0.87491      0.98102       1.0425       1.0835       1.0835       1.0835       1.0835       1.0835       1.0835       1.0835       1.0793       1.0194        1.0032  
    cl_mt_coh       0.057244    0.11726      2.0484     -17.204    50.122          0       0.16276     0.83724    1.6982e-12       0         -0.7905    -0.44026    -0.17088    -0.06313    -0.000295       0.0267      0.05358    0.0768    0.09472    0.10368    0.11264    0.11264    0.1216    0.1216       0.1216    0.21521      0.314        0.025868            0.62105              0.012183              0.96589               0.01375                  1             0.0066301               0.5323           -0.018464     -0.10924    -0.30278    -0.39621     -0.42297     -0.41194     -0.37024     -0.22817     0.042467      0.27144      0.54995      0.54995      0.85314      0.85314      0.85314      0.95608       0.99396  
    cl_mt_pol_c       1.2765    0.10622    0.083215        0.01    4.6693          0             0           1     2.139e-08       0          1.0373      1.0765      1.1331      1.1437       1.1502       1.2005       1.2087    1.2131     1.2752     1.3406     1.3406     1.3444    1.4094    1.4094       1.4779     1.5064     1.5876        0.036371            0.96394             0.0067609              0.59171             0.0066301             0.5323              0.011283                    1          0.00080339     0.008293     0.04362    0.088902      0.13318      0.18022       0.2299      0.36745      0.58192      0.77347      0.77347      0.78297      0.88861      0.88861      0.94744      0.98975       0.99917  

xxxxx fl_z_wage_sig = 0.082143 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 79.584134 seconds.
Elapsed time is 77.043064 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.507    0.74115     0.21134     -15.623     14.54          0    0.00089978     0.9991    1.8707e-08       0        0.063441     1.3053      2.1675      2.5683      2.7955      2.9723      3.0881       3.3599      3.6565     3.8407     3.9681      4.0501      4.2509      4.2955     4.5699     4.9268     5.2979        0.54931                   1                 0.257              0.85817               0.25311            0.78661               0.11344              0.92966          -0.00027219    0.0020779    0.023143    0.057455     0.095634      0.13694      0.18181      0.27509      0.43595      0.57896      0.70446       0.7526      0.82933      0.87229      0.94209      0.98555        0.9985  
    cl_mt_pol_a     -0.17101    0.40406     -2.3628     -19.512    47.194    0.25054        0.5392    0.21026     2.751e-10       0         -2.6231    -1.6684    -0.97626    -0.65654    -0.49028    -0.34319    -0.24031     -0.13257    -0.02965          0          0    0.023452    0.023452    0.078174    0.24234    0.51595    0.95372          0.257             0.85817               0.16326                    1               0.17255            0.98361              0.047946              0.72072             0.020509        0.126     0.41403     0.65389      0.82343       0.9395       1.0238       1.1288       1.1857       1.1922       1.1922       1.1821       1.1821       1.1628       1.1017        1.042         1.005  
    cl_mt_coh      -0.083942    0.43416     -5.1721     -19.968    50.122          0       0.37973    0.62027    2.4045e-10       0         -2.7239    -1.7053    -0.95591    -0.61041    -0.41526    -0.27387    -0.17065    -0.031591    0.071629    0.10368    0.11264      0.1216     0.14564     0.20173    0.33416    0.65045     1.0544        0.25311             0.78661               0.17255              0.98361               0.18849                  1              0.047559              0.66534             0.044218      0.26175     0.84924      1.3134       1.6252       1.8206       1.9471       2.0546       1.9953       1.7983       1.7157       1.6218       1.5461       1.4545       1.3115       1.0996        1.0145  
    cl_mt_pol_c       1.2648    0.16464     0.13018        0.01    4.7173          0             0          1    3.0658e-06       0         0.87891    0.96572      1.0407      1.0785      1.1015      1.1197      1.1402       1.1651      1.2364     1.3168     1.3757      1.4053        1.47      1.4954     1.5672     1.6567     1.7596        0.11344             0.92966              0.047946              0.72072              0.047559            0.66534              0.027107                    1           0.00067491    0.0073465    0.039336    0.081335      0.12461      0.17024      0.21345      0.30711      0.44707      0.59806      0.71846      0.76012      0.83702      0.88101      0.93795      0.98715       0.99872  

xxxxx fl_z_wage_sig = 0.11429 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 76.001146 seconds.
Elapsed time is 76.624549 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.1483     1.4656     0.46551     -16.185    14.635           0    0.023323    0.97668     1.825e-06       0        -11.378    -1.4976    0.91975     1.6546      2.0546      2.3635      2.5755      2.9504       3.3798     3.7533      3.9715     4.1332     4.3295     4.5116     4.8509    5.4362    5.9982         2.1479                   1               1.4582               0.90277               1.5386             0.89007              0.25042                0.7884          -0.0042203    -0.016768    -0.014662    0.0065906    0.036232     0.071297      0.11069       0.1996      0.34889      0.51797      0.65184      0.70588      0.77513      0.84296      0.92009      0.98208       0.99807  
    cl_mt_pol_a    -0.32448     1.1021     -3.3965     -19.512    47.467    0.082094     0.57267    0.34523    2.1475e-08       0         -14.35    -3.7378    -1.8055     -1.231    -0.91173    -0.70418    -0.54499    -0.29097    -0.081537          0    0.078174     0.1329    0.24234     0.4065    0.68011    1.3915    2.2123         1.4582             0.90277               1.2146                     1               1.2459             0.95845              0.14079               0.58945            0.051223      0.23537      0.53351      0.76078     0.92772       1.0503       1.1443       1.2688       1.3516       1.3607       1.3427       1.3259        1.297       1.2398       1.1656       1.0484        1.0078  
    cl_mt_coh      -0.25328     1.1795     -4.6568     -19.968    50.122           0     0.48569    0.51431     1.944e-08       0        -15.333    -3.9197    -1.8444    -1.2274     -0.8819    -0.65754    -0.48031    -0.21778     0.015539    0.11264     0.19277    0.24886    0.36104    0.52035    0.80976     1.512    2.3892         1.5386             0.89007               1.2459               0.95845               1.3911                   1              0.14563               0.56972            0.070276      0.31913      0.71342        1.008      1.2173       1.3674       1.4777       1.6095        1.663       1.6165       1.5528       1.5133        1.455       1.3683       1.2414       1.0744        1.0106  
    cl_mt_pol_c      1.2535    0.21673      0.1729        0.01    4.7558           0           0          1    0.00024599       0        0.84243    0.87601    0.94934     1.0021      1.0372      1.0635      1.0818      1.1498       1.1999     1.3134      1.4093     1.4681      1.525      1.542     1.6549    1.7838    1.9274        0.25042              0.7884              0.14079               0.58945              0.14563             0.56972              0.04697                     1          0.00051202    0.0066996        0.036     0.074948     0.11586      0.15808      0.20072      0.28933      0.43009      0.58408      0.70687      0.75177      0.82125      0.86825      0.93181      0.98564       0.99849  

xxxxx fl_z_wage_sig = 0.14643 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 77.236033 seconds.
Elapsed time is 77.089830 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         2.469      2.693      1.0907     -16.764    14.733           0    0.099343    0.90066    1.3796e-05       0        -14.929    -10.138    -2.0437    0.017481    0.87194     1.4142      1.8133      2.3928       3.0469       3.569      3.926      4.179     4.4228     4.7053    5.1465    5.9628    6.7359         7.2524                   1                5.755               0.91792               6.3358             0.94227               0.46526              0.66479          -0.0063045    -0.051437    -0.13169    -0.14804     -0.13819     -0.11453     -0.081678    0.0044138      0.1701      0.37367      0.52794      0.61257      0.70445      0.78933      0.88647      0.97442       0.99723  
    cl_mt_pol_a    -0.72748     2.3281     -3.2002     -19.512    47.741    0.050994     0.58295    0.36606    1.5383e-07       0        -18.382    -12.668     -4.106     -2.3901    -1.7196    -1.3088      -1.009    -0.55209     -0.13429    0.023452    0.18762    0.35178    0.51595    0.78956    1.2821    2.4859    3.9634          5.755             0.91792                 5.42                     1               5.4651             0.94017               0.29871              0.49371            0.034503      0.21508     0.60138     0.81256      0.95291       1.0543        1.1331       1.2398      1.3074       1.3156       1.3002       1.2761       1.2527       1.2059       1.1357       1.0406        1.0058  
    cl_mt_coh      -0.69304     2.4968     -3.6027     -19.968    50.122           0     0.53203    0.46797    1.3669e-07       0        -19.896     -13.54    -4.3303     -2.4793    -1.7591    -1.3014    -0.98279    -0.49823    -0.049511     0.12772    0.30495     0.4553    0.65045    0.92193    1.4267    2.6249    4.1303         6.3358             0.94227               5.4651               0.94017               6.2341                   1               0.33845              0.52159            0.028787      0.24209     0.67202     0.90357       1.0533       1.1627        1.2438       1.3499       1.404       1.3921       1.3612       1.3341       1.2937       1.2381       1.1559       1.0475        1.0068  
    cl_mt_pol_c      1.2446    0.25988     0.20881        0.01    4.8375           0           0          1     0.0017264       0           0.01    0.88111    0.91358     0.94725    0.98221     1.0182      1.0496      1.0972       1.1712      1.3165     1.4373     1.4956     1.5555     1.6239    1.7191    1.8802    2.0443        0.46526             0.66479              0.29871               0.49371              0.33845             0.52159              0.067538                    1          1.3871e-05    0.0058332    0.034796    0.072062      0.11082      0.15108       0.19263      0.27931     0.41603      0.56647       0.6801      0.73549      0.79808      0.86125      0.92774       0.9842       0.99832  

xxxxx fl_z_wage_sig = 0.17857 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 70.711422 seconds.
Elapsed time is 75.810352 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       1.7399     3.6902      2.1209     -17.328    14.836           0    0.18661    0.81339    3.4409e-05       0        -16.021     -13.19    -6.2783    -2.4464    -0.74762    0.20833    0.86746      1.7644      2.6796      3.4252      3.898     4.2022    4.5193    4.9129    5.4695    6.5169    7.5115         13.617                   1               11.318               0.91663               12.626             0.95326               0.69913              0.64544           -0.011653    -0.083981    -0.29805    -0.41528     -0.45845     -0.46504     -0.44901     -0.37092     -0.17466     0.087368      0.30031      0.41647      0.54145      0.67605      0.82497      0.96048       0.99558  
    cl_mt_pol_a    -1.1539      3.346     -2.8997     -19.512    48.124    0.035354    0.58393    0.38072    3.1641e-07       0        -18.622     -15.96    -8.1748    -4.3833     -2.8876    -2.0916    -1.5761     -0.8827     -0.2372    0.078174     0.4065    0.62539     0.899    1.3368    2.1029     3.854    6.0976         11.318             0.91663               11.196                     1               11.198             0.93246               0.48611              0.49494             0.02306      0.15195     0.55166     0.80964      0.96298       1.0694       1.1478        1.252       1.3214        1.328       1.3042       1.2829        1.253        1.206       1.1334       1.0408        1.0058  
    cl_mt_coh      -1.1616     3.5892     -3.0899     -19.968    50.122           0    0.54973    0.45027     3.243e-07       0        -19.905    -17.092    -8.6873     -4.622     -3.0133     -2.154    -1.5931    -0.85269    -0.15273     0.19277    0.48451    0.72679    1.0162    1.4739    2.2502     4.054    6.3447         12.626             0.95326               11.198               0.93246               12.882                   1               0.58014              0.55065             0.02697      0.16214     0.58696     0.85795       1.0182       1.1282       1.2088       1.3105       1.3711       1.3653       1.3376       1.3113       1.2748       1.2211        1.144       1.0432        1.0062  
    cl_mt_pol_c     1.2466    0.29353     0.23546        0.01    4.8573           0          0          1     0.0040596       0           0.01    0.89689    0.92393    0.94467     0.96726    0.99381     1.0214      1.0762      1.1521      1.3254     1.4654     1.5278    1.5907    1.6673    1.7909    2.0126    2.2533        0.69913             0.64544              0.48611               0.49494              0.58014             0.55065              0.086162                    1          3.2564e-05    0.0042057    0.033484    0.071123      0.10938      0.14866       0.1892      0.27323      0.40742      0.55559      0.67174      0.72993      0.79136      0.85445      0.92347      0.98303       0.99815  

xxxxx fl_z_wage_sig = 0.21071 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 66.462658 seconds.
Elapsed time is 75.839476 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       1.2122     4.3304      3.5724     -17.857    14.945           0    0.24984    0.75016    5.4267e-05       0        -16.383    -14.281    -8.6722    -4.5806    -2.2885    -0.91775    0.0022742     1.2047      2.3709     3.3124     3.9068    4.2933    4.6349    5.1424    5.8281    7.0936    8.3025         18.752                   1               16.007               0.91258                17.91             0.95314              0.92099               0.65479           -0.026952     -0.12744    -0.49846     -0.7634     -0.90072     -0.96462      -0.9824     -0.92857     -0.70223      -0.3492     -0.042728     0.12327      0.30227      0.50546      0.72803      0.93697        0.9929  
    cl_mt_pol_a    -1.3779     4.0504     -2.9396     -19.512    48.507    0.029458    0.57352    0.39702    4.9618e-07       0        -18.744    -16.857    -10.581    -6.2785    -4.1047     -2.8834      -2.0916    -1.0814    -0.28722     0.1329    0.57067     0.899    1.3368    1.9387    3.0331    5.4409    8.6148         16.007             0.91258               16.406                     1               16.351             0.93031              0.68791               0.52288            0.017136      0.13116     0.52317     0.82023       1.0041         1.13       1.2192       1.3307       1.4002       1.4049         1.379      1.3504        1.309       1.2512       1.1619       1.0496        1.0069  
    cl_mt_coh      -1.4136     4.3391     -3.0696     -19.968    50.122           0    0.55573    0.44427    4.9403e-07       0        -19.914    -18.119    -11.315    -6.6681    -4.3415     -3.0043       -2.154    -1.0591    -0.19986    0.25782    0.70887    1.0431    1.4739    2.0998    3.2127    5.6985    8.9338          17.91             0.95314               16.351               0.93031               18.828                   1               0.8286               0.58792            0.019958      0.13763     0.54657     0.85527       1.0451       1.1741       1.2645       1.3747        1.436         1.43        1.3969      1.3648       1.3219       1.2594       1.1672       1.0504        1.0071  
    cl_mt_pol_c     1.2576    0.32481     0.25827        0.01    4.9295           0          0          1     0.0061093       0           0.01     0.9108    0.93913    0.95663    0.97293     0.99144       1.0118     1.0508      1.1645      1.323     1.4623    1.5546    1.6271    1.7138    1.8599    2.1607    2.4274        0.92099             0.65479              0.68791               0.52288               0.8286             0.58792               0.1055                     1          4.8578e-05    0.0027045    0.032241    0.069931      0.10829      0.14742      0.18747      0.26981      0.39998      0.54712       0.65858     0.72027      0.78322      0.84821      0.91926      0.98196       0.99801  

xxxxx fl_z_wage_sig = 0.24286 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 73.602276 seconds.
Elapsed time is 76.779742 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      0.71521     4.8474      6.7776      -18.35    15.056           0    0.30812    0.69188    7.4574e-05     1.693e-29    -17.327    -14.987     -10.24    -6.3331    -3.8058    -2.1359    -0.97696    0.55521      1.9895     3.1624     3.8795    4.3426    4.7572    5.3577    6.1955    7.6736    9.0878         23.497                   1               20.533               0.90758               22.977             0.94997               1.1541               0.67299           -0.027587     -0.22473      -0.922     -1.4913      -1.8393      -2.0429      -2.1497      -2.1706      -1.8916      -1.3374     -0.85307     -0.56111     -0.24808      0.10658      0.50617      0.88374       0.98678  
    cl_mt_pol_a     -1.569     4.6671     -2.9747     -19.512     48.78    0.020407    0.57951    0.40008    6.7413e-07    3.6855e-29    -18.744    -17.333    -12.119    -7.9165    -5.4077    -3.8198     -2.7797    -1.4635    -0.34773    0.24234    0.78956    1.2273    1.8293    2.6501    4.0729    7.3014    11.515         20.533             0.90758               21.782                     1               21.653             0.92979              0.92719               0.56158            0.019832      0.11724     0.49003     0.80326        1.012       1.1582       1.2624       1.3932       1.4742       1.4781       1.4477       1.4147        1.363       1.2934       1.1909       1.0583        1.0082  
    cl_mt_coh      -1.6299     4.9897     -3.0613     -19.968    50.122           0    0.55917    0.44083    6.5722e-07    1.1775e-29    -19.914    -18.559    -12.979    -8.4361    -5.7235    -4.0229     -2.8922     -1.481    -0.28283    0.33416    0.93089    1.3796    1.9697    2.8021    4.2694    7.6056    11.907         22.977             0.94997               21.653               0.92979               24.897                   1               1.1138               0.63098            0.023027      0.12122     0.50603     0.82869       1.0417       1.1902       1.2956       1.4246       1.4996       1.4958       1.4579       1.4222        1.372       1.2995       1.1939       1.0582        1.0083  
    cl_mt_pol_c     1.2706    0.35376     0.27842        0.01    5.1686           0          0          1     0.0081043     1.693e-29       0.01    0.88418    0.95264    0.96828    0.98221    0.99647      1.0117     1.0508      1.1389     1.3444     1.4906    1.5803    1.6574    1.7901    1.9502    2.2788     2.629         1.1541             0.67299              0.92719               0.56158               1.1138             0.63098              0.12515                     1          6.3783e-05    0.0011845    0.030824    0.068661      0.10707      0.14594      0.18542      0.26662       0.3953      0.54019      0.65176      0.71148      0.77601       0.8427      0.91554      0.98088       0.99784  

xxxxx fl_z_wage_sig = 0.275 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 72.941347 seconds.
Elapsed time is 77.399564 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      0.32212     5.2605      16.331     -18.805    15.168           0    0.35411    0.64589     9.291e-05    1.2261e-16    -17.722    -15.722    -11.281     -7.579    -5.0008    -3.1761    -1.8488    -0.060101      1.6689     3.0365    3.8981    4.3828    4.9157    5.5917    6.5691    8.2681    9.8698         27.673                   1               24.799               0.90257                27.69             0.94494               1.3967               0.69274           -0.078205       -0.5374     -2.1677     -3.6142      -4.5791       -5.206      -5.5915      -5.8656      -5.4635       -4.352      -3.2659      -2.6476      -1.9244       -1.115     -0.17753      0.72118       0.96789  
    cl_mt_pol_a    -1.6481      5.223     -3.1692     -19.512     48.78    0.020941     0.5811    0.39796    6.0608e-07    3.7095e-16    -18.868    -18.265    -13.067     -9.058    -6.4322    -4.6476      -3.41      -1.8055    -0.44474    0.29706    1.0632    1.6104    2.3765    3.4162     5.222    9.3809    14.798         24.799             0.90257                27.28                     1               27.096             0.93132               1.2094               0.60415            0.011802       0.11688     0.48332     0.81538       1.0475       1.2142       1.3352       1.4888       1.5841       1.5893       1.5494       1.5099       1.4476       1.3614        1.236       1.0712        1.0101  
    cl_mt_coh      -1.7263     5.5705     -3.2268     -19.968    50.122           0    0.56274    0.43726    8.0052e-07    8.5272e-17    -19.923    -19.878    -13.998     -9.679    -6.8274    -4.9114    -3.5742      -1.8354    -0.37709    0.39921    1.2024    1.7722    2.5306    3.6053    5.4742     9.737    15.272          27.69             0.94494               27.096               0.93132                31.03                   1                1.436               0.67261            0.013656       0.11849     0.49574     0.83369       1.0707       1.2392       1.3604       1.5131       1.6015        1.599       1.5542       1.5116       1.4501       1.3624       1.2343       1.0705          1.01  
    cl_mt_pol_c     1.2864    0.38326     0.29793        0.01    5.7441           0          0          1     0.0098219    1.2261e-16       0.01    0.48421    0.96469    0.98014    0.99263     1.0042     1.0173       1.0516      1.1233     1.3337    1.5276    1.6056    1.6879    1.8336    2.0351    2.4192    2.8494         1.3967             0.69274               1.2094               0.60415                1.436             0.67261              0.14689                     1          7.6351e-05    0.00014208    0.029445    0.067215      0.10557      0.14436      0.18365      0.26399      0.39078      0.53317      0.64437      0.70468      0.76868      0.83728      0.91203      0.97974       0.99768  

xxxxx fl_z_wage_sig = 0.30714 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 75.700600 seconds.
Elapsed time is 79.615808 seconds.
                      mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.0081251     5.6135     -690.88     -19.228    15.275          0    0.39178    0.60822    0.00010898    1.2301e-11    -18.101    -15.946    -12.075    -8.5427    -5.9676    -4.0624     -2.631    -0.6357      1.3097      2.906    3.8796    4.4471    5.0661    5.8506    6.9454    8.8616    10.642         31.511                   1               29.008               0.89716                32.29             0.93874               1.6501               0.71107              3.7442        26.129      89.806      152.62       196.85       227.43       247.82       266.96       259.31       219.66       178.39       152.52       123.31      89.738        50.839        12.89        2.3687  
    cl_mt_pol_a       -1.6522     5.7599     -3.4863     -19.512     48.78    0.01788    0.58008    0.40204    7.1583e-07    5.1756e-11    -18.868    -18.265    -13.706    -9.9154    -7.2469    -5.3565    -3.9731    -2.1294    -0.54499    0.35178    1.3368    2.0482    2.9237     4.237    6.5353    11.679     18.41         29.008             0.89716               33.177                     1               32.958             0.93379               1.5354               0.64479            0.013684        0.1345     0.49387     0.84763       1.1048       1.2941       1.4346       1.6141       1.7268       1.7338       1.6833       1.6309       1.5587      1.4507        1.2909       1.0886        1.0127  
    cl_mt_coh         -1.7436     6.1276     -3.5144     -19.968    50.122          0    0.56583    0.43417    9.3053e-07    1.1312e-11    -19.923    -19.878    -14.689    -10.594    -7.7159    -5.6764    -4.1822    -2.1899    -0.48031    0.47322    1.4828    2.1941    3.1184    4.4556    6.7934    12.104    18.994          32.29             0.93874               32.958               0.93379               37.548                   1               1.7982               0.70985            0.015716       0.13638      0.5019     0.86119       1.1214       1.3112       1.4516       1.6293       1.7358       1.7347       1.6803       1.6283       1.5524      1.4453        1.2881       1.0867        1.0124  
    cl_mt_pol_c        1.3034    0.41341     0.31716        0.01    6.3876          0          0          1      0.011375    1.2301e-11       0.01       0.01    0.97423    0.98984     1.0018     1.0131     1.0249     1.0526      1.1291     1.3527    1.5407    1.6283    1.7438    1.8924    2.1126    2.5682    3.0715         1.6501             0.71107               1.5354               0.64479               1.7982             0.70985               0.1709                     1          8.7271e-05    8.7271e-05    0.028002    0.066044      0.10401      0.14256      0.18161      0.26126      0.38607      0.52825      0.63753      0.69804      0.76232      0.8326       0.90841      0.97862       0.99751  

xxxxx fl_z_wage_sig = 0.33929 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 72.902696 seconds.
Elapsed time is 79.103843 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.29935      5.932     -19.816     -19.624    15.377          0    0.42556    0.57444    0.00012394    3.7776e-09    -18.464    -16.581    -12.737    -9.3248    -6.7876    -4.8367    -3.3312    -1.1689     0.97915     2.7734    3.9058     4.521    5.2407    6.0956    7.3355    9.4553    11.394         35.188                   1               33.354               0.89144               36.993             0.93178               1.9189               0.72784             0.11828       0.58602      2.5277      4.3559       5.6913      6.6549        7.3315      8.0593        8.0718        7.121      6.0154        5.3107       4.4917       3.5522       2.4386       1.3452        1.0399  
    cl_mt_pol_a     -1.6029     6.3075     -3.9351     -19.512     48.78    0.02015    0.58119    0.39866     8.449e-07    1.7099e-08    -18.868    -18.382    -14.218    -10.563    -7.9165    -5.9567    -4.4751    -2.4368    -0.64395    0.46123    1.6104    2.4859    3.5804    5.1673    7.9034    14.196    22.459         33.354             0.89144               39.784                     1               39.552             0.93693               1.9142               0.68283            0.015958       0.12173      0.5172     0.90082       1.1864      1.4011        1.5626      1.7737        1.9097       1.9178      1.8568        1.7905       1.6972       1.5636        1.366       1.1108        1.0158  
    cl_mt_coh       -1.7044     6.6927     -3.9267     -19.968    50.122          0    0.56865    0.43135    1.0469e-06    3.7014e-09    -19.923    -19.887    -15.241    -11.306    -8.4361    -6.3136    -4.7229    -2.5175    -0.58353    0.55852    1.7722    2.6428    3.7736    5.4002    8.2136    14.673    23.116         36.993             0.93178               39.552               0.93693               44.793                   1               2.2111               0.74334            0.018088       0.12332     0.52254     0.90831        1.196      1.4106        1.5711      1.7792        1.9075       1.9084      1.8422        1.7779       1.6842        1.552       1.3572       1.1076        1.0155  
    cl_mt_pol_c      1.3217    0.44444     0.33628        0.01    7.1049          0          0          1      0.012823    3.7776e-09       0.01       0.01    0.98261    0.99847     1.0102     1.0207     1.0312     1.0552      1.1384     1.3534    1.5497    1.6513     1.785    1.9464    2.2036    2.7293    3.3113         1.9189             0.72784               1.9142               0.68283               2.2111             0.74334              0.19753                     1          9.7022e-05    9.7022e-05    0.026606    0.064151      0.10209      0.1405       0.17952      0.2582       0.38156      0.52098      0.6315       0.69184      0.75662      0.82699      0.90472      0.97742       0.99734  

xxxxx fl_z_wage_sig = 0.37143 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 76.350919 seconds.
Elapsed time is 78.483163 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.48671     6.2045     -12.748     -19.998     15.47           0    0.44686    0.55314    0.00013516    1.2315e-07    -18.815    -17.222    -13.238    -9.8843    -7.3645    -5.3985    -3.8512     -1.581     0.72901     2.7078      3.96    4.6344    5.4345    6.3905    7.7462    10.057    12.133         38.496                   1               37.725               0.88608               41.633             0.92415               2.1995               0.74107            0.081325       0.36887      1.5994      2.7784       3.6583       4.3094      4.7813        5.3252       5.4362       4.9017       4.221        3.7785        3.266       2.6588       1.9386        1.226        1.0261  
    cl_mt_pol_a     -1.4171      6.862     -4.8421     -19.512     48.78    0.021688    0.57386    0.40446    9.3379e-07    5.9835e-07    -18.868    -18.382    -14.464    -10.959    -8.3316    -6.3298    -4.7931     -2.624    -0.65229    0.57067    1.9934    2.9784    4.2917     6.207    9.4903    16.987    26.892         37.725             0.88608               47.087                     1               46.889              0.9411               2.3569               0.71803            0.019837       0.14945     0.58987      1.0356       1.3739       1.6309      1.8264        2.0818       2.2458       2.2515      2.1634        2.0761       1.9497       1.7632       1.4943       1.1503        1.0215  
    cl_mt_coh       -1.5196     7.2608      -4.778     -19.968    50.122           0    0.56678    0.43322    1.1487e-06    1.2914e-07    -19.923    -19.887    -15.512    -11.716    -8.8848    -6.7242    -5.0707    -2.7239    -0.60145    0.69758    2.1559    3.1745    4.5319    6.4659    9.8223    17.545    27.668         41.633             0.92415               46.889                0.9411               52.719                   1                 2.68               0.77161            0.022261       0.15176     0.59114      1.0359       1.3733        1.628      1.8213        2.0714       2.2256       2.2223      2.1318        2.0439       1.9189       1.7399       1.4789       1.1446        1.0208  
    cl_mt_pol_c      1.3429    0.47835     0.35621        0.01    7.9015           0          0          1      0.013952    1.2315e-07       0.01       0.01    0.98939     1.0058     1.0175     1.0276     1.0373     1.0595      1.1281      1.363    1.5677    1.6991    1.8239    2.0225    2.3013    2.8776    3.5867         2.1995             0.74107               2.3569               0.71803                 2.68             0.77161              0.22882                     1          0.00010389    0.00010389    0.025451    0.062629      0.10032      0.13834      0.1768       0.25482      0.37647      0.51448       0.624       0.68484      0.75044      0.82134      0.90113      0.97622       0.99715  

xxxxx fl_z_wage_sig = 0.40357 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 72.159941 seconds.
Elapsed time is 76.070857 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.6567     6.4662     -9.8466     -20.352    15.557           0    0.46562    0.53438    0.00014481    1.1573e-06    -19.153    -17.561    -13.674    -10.385    -7.8889    -5.9072    -4.3256    -1.9804     0.49201     2.6297     4.026    4.7611    5.6495    6.6849     8.166    10.647    12.844         41.812                   1               42.434               0.88068               46.597             0.91643               2.4992               0.75233           0.066132       0.29951      1.2175      2.1271       2.8187      3.3408        3.7281       4.1973       4.3537       3.9947       3.4903      3.1579        2.7641      2.2959         1.736       1.1772        1.0205  
    cl_mt_pol_a     -1.193     7.4516     -6.2459     -19.512     48.78    0.021168    0.56933     0.4095    1.0114e-06    5.8451e-06    -18.868    -18.382    -14.619    -11.258    -8.6554    -6.6536    -5.0712    -2.7953    -0.69965    0.73483    2.3765    3.5804    5.0578    7.3014    11.132    20.052    31.653         42.434             0.88068               55.526                     1                55.39              0.9453               2.8694               0.74955           0.025289       0.19054     0.70707      1.2465       1.6614      1.9814        2.2252        2.548       2.7538       2.7546       2.6305      2.5027        2.3284      2.0678        1.6937       1.2087        1.0302  
    cl_mt_coh       -1.295     7.8635      -6.072     -19.968    50.122           0     0.5624     0.4376    1.2331e-06    1.2593e-06    -19.923    -19.887     -15.69    -12.044    -9.2459    -7.0786    -5.3601    -2.9011    -0.63962    0.84793    2.5575    3.7646    5.3172    7.5877    11.523    20.648    32.586         46.597             0.91643                55.39                0.9453               61.834                   1               3.2175               0.79647            0.02804       0.19116     0.69821      1.2324       1.6403      1.9539        2.1939       2.5053        2.698       2.6888        2.562      2.4409        2.2679      2.0207        1.6611       1.1994        1.0286  
    cl_mt_pol_c     1.3646    0.51373     0.37647        0.01    8.7832           0          0          1      0.015025    1.1573e-06       0.01       0.01     0.9957     1.0121     1.0233      1.033     1.0423      1.063      1.1372     1.3757    1.6019     1.727     1.874    2.0795       2.4    3.0617    3.8456         2.4992             0.75233               2.8694               0.74955               3.2175             0.79647              0.26392                     1          0.0001101     0.0001101    0.024336     0.06114     0.098425      0.1361       0.17421      0.25121      0.37145      0.50799      0.61744      0.6777       0.74398      0.8162       0.89729      0.97499       0.99695  

xxxxx fl_z_wage_sig = 0.43571 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 72.382418 seconds.
Elapsed time is 75.558879 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.8045     6.7194     -8.3523      -20.69    15.635           0    0.48502    0.51498    0.00015324    5.5317e-06    -19.483    -17.844    -14.094    -10.843    -8.3509    -6.3613    -4.7586    -2.3397     0.27893    2.5603    4.1009    4.8989    5.8582    6.9811     8.584    11.228    13.503         45.151                   1                47.54               0.87574               51.943             0.90905               2.8189               0.76134            0.058535       0.26636      1.0182      1.7886       2.3816       2.8363       3.1803       3.6132       3.7975       3.5235       3.1218       2.8435       2.5098       2.1128       1.6327       1.1522        1.0175  
    cl_mt_pol_a    -0.9207     8.0789     -8.7747     -19.512     48.78    0.023223    0.56319    0.41358    1.0942e-06    2.8766e-05    -18.868    -18.382    -14.766    -11.519    -8.9481    -6.9236    -5.3038    -2.9353    -0.69518     0.899    2.8143    4.1823    5.9334    8.5053    12.938    23.225    36.632          47.54             0.87574               65.268                     1               65.231             0.94949               3.4607               0.77739            0.034926       0.26259     0.92056      1.6315        2.184       2.6126       2.9426       3.3804        3.659        3.652       3.4589       3.2654       2.9968       2.6075       2.0447       1.3153        1.0443  
    cl_mt_coh        -1.02     8.5037     -8.3373     -19.968    50.122           0    0.55772    0.44228    1.3108e-06    6.1908e-06    -19.923    -19.887     -15.84    -12.324    -9.5466    -7.3591    -5.6024    -3.0604    -0.63729    1.0072    3.0062    4.3816    6.1967    8.8216    13.394    23.948    37.661         51.943             0.90905               65.231               0.94949               72.314                   1               3.8321               0.81783            0.037845         0.258     0.89291      1.5807       2.1133       2.5255       2.8429       3.2576       3.5134        3.495       3.3038       3.1245       2.8676        2.503       1.9728       1.2929        1.0413  
    cl_mt_pol_c     1.3871    0.55102     0.39726        0.01    9.7557           0          0          1      0.016018    5.5317e-06       0.01       0.01    0.99983     1.0172     1.0281     1.0375     1.0466     1.0669      1.1464     1.392    1.6204    1.7627    1.9283    2.1367    2.4961    3.2488     4.145         2.8189             0.76134               3.4607               0.77739               3.8321             0.81783              0.30362                     1          0.00011548    0.00011548    0.023212    0.059628     0.096496      0.13369      0.17126      0.24743      0.36602      0.50154      0.61022      0.67105      0.73753      0.81053      0.89337      0.97367       0.99671  

xxxxx fl_z_wage_sig = 0.46786 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 74.346808 seconds.
Elapsed time is 75.662593 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       -0.9281     6.9618     -7.5011     -21.015    15.703           0    0.49651    0.50349    0.00015983    1.7362e-05    -19.804    -18.127    -14.486    -11.254    -8.7618    -6.7715    -5.1436    -2.6665    0.066954    2.4602    4.1501    5.0466    6.0725    7.2921    9.0027    11.778    14.072         48.466                   1               52.977               0.87162                 57.6             0.90242               3.1574               0.76699            0.054112       0.24774     0.90276       1.592       2.1285       2.5446        2.864       3.2781       3.4821       3.2726       2.9148       2.6673       2.3689       2.0101       1.5746       1.1382        1.0157  
    cl_mt_pol_a    -0.59977     8.7305     -14.556     -19.512     48.78    0.021979    0.55796    0.42006    1.1858e-06    9.1903e-05    -18.868    -18.382    -14.877    -11.708    -9.1544    -7.0981    -5.4613    -3.0195    -0.69518    1.0632    3.3068     4.839    6.8637    9.7639    14.853    26.618    41.229         52.977             0.87162               76.222                     1               76.322             0.95348               4.1326               0.80051            0.056718       0.42464      1.4217      2.5263       3.3897       4.0672       4.5877       5.2811       5.7173       5.6907       5.3321        4.996       4.5101       3.8329        2.833       1.5489        1.0749  
    cl_mt_coh      -0.69338     9.1685     -13.223     -19.968    50.122           0    0.55166    0.44834    1.3798e-06    1.9767e-05    -19.923    -19.896    -15.961     -12.54     -9.771    -7.5655    -5.7975    -3.1524    -0.62833    1.2113    3.4931    5.0726      7.13     10.13    15.346    27.405    42.401           57.6             0.90242               76.322               0.95348               84.061                   1               4.5247               0.83459            0.058601       0.29043      1.3188      2.3449       3.1435       3.7654       4.2446       4.8773        5.262       5.2171       4.8882       4.5807       4.1464       3.5309       2.6356       1.4891        1.0665  
    cl_mt_pol_c      1.4103    0.59131     0.41927        0.01    10.825           0          0          1        0.0169    1.7362e-05       0.01       0.01     1.0046     1.0213      1.032     1.0412     1.0502     1.0706      1.1496    1.4135    1.6644    1.8036    1.9903    2.1998    2.6073    3.4386    4.4448         3.1574             0.76699               4.1326               0.80051               4.5247             0.83459              0.34965                     1          0.00011983    0.00011983    0.022267    0.058142     0.094522      0.13129      0.16837      0.24351      0.36081      0.49479      0.60357      0.66408      0.73094      0.80507      0.88947      0.97225       0.99636  

xxxxx fl_z_wage_sig = 0.5 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 79.856156 seconds.
Elapsed time is 76.912952 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        -1.055     7.1963     -6.8213     -21.327    15.762          0    0.50748    0.49252    0.00016579    4.2367e-05    -20.118     -18.41    -14.896    -11.644    -9.1651    -7.1574    -5.5244    -2.9902    -0.15193    2.4289    4.2224    5.2009    6.2911    7.5905    9.4006    12.282    14.531         51.786                   1               58.658               0.86835               63.498              0.8969               3.5106               0.76867            0.050465       0.23318     0.81173      1.4361        1.927       2.3122       2.6116       3.0091       3.2283      3.0632       2.7481        2.5269       2.2548       1.9267       1.5276       1.1262       1.0142   
    cl_mt_pol_a    -0.26992     9.3869     -34.776     -19.512     48.78    0.02124    0.55461    0.42415     1.264e-06    0.00032243    -18.868    -18.501    -15.005    -11.887    -9.3259    -7.2891    -5.6179    -3.1111    -0.69518    1.2821    3.7992    5.4956    7.7939    11.077    16.823    30.011    45.005         58.658             0.86835               88.114                     1               88.362             0.95683               4.8693               0.81734             0.13378       0.70825      3.1666      5.6478       7.6034       9.1358       10.326       11.912        12.91      12.803        11.89        11.041       9.8105        8.093       5.5794        2.355       1.1732   
    cl_mt_coh      -0.35807     9.8381     -27.475     -19.968    50.122          0    0.54845    0.45155    1.4505e-06     6.932e-05    -19.923    -19.896    -16.073    -12.726    -9.9595     -7.763    -5.9681    -3.2466    -0.63962    1.4178    3.9979    5.7546    8.0925    11.467    17.365    30.903    46.225         63.498              0.8969               88.362               0.95683               96.788                   1               5.2805               0.84571             0.11929       0.59121      2.5648      4.5692       6.1439       7.3762        8.329       9.5915       10.356      10.238        9.507        8.8277       7.8718       6.5228       4.5586       2.0505       1.1358   
    cl_mt_pol_c      1.4333    0.63466     0.44279        0.01    11.996          0          0          1      0.017775    4.2367e-05       0.01       0.01     1.0059     1.0244     1.0351     1.0445     1.0533     1.0742      1.1536    1.4234    1.6669    1.8256    2.0127    2.2716    2.7053    3.6227    4.7855         3.5106             0.76867               4.8693               0.81734               5.2805             0.84571              0.40279                     1          0.00012401    0.00012401    0.021242    0.056652     0.092595      0.12886      0.16544      0.23964      0.35524      0.4884       0.5966       0.65767      0.72439      0.79921      0.88536      0.97066       0.9958   

-------------------------
xxxxxx tb_outcomes xxxxxx
                        variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    fl_z_wage_sig      mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      'cl_mt_val'      'fl_z_wage_rho'        15              1                   0            0.2           3.5781    0.37111     0.10372     -14.488    14.396           0    1.7694e-06          1    6.5301e-08       0         2.0088     2.5284      2.9128      3.0974      3.2099      3.2956      3.3688       3.476       3.6233      3.7375      3.8326     3.8836     3.9458      4.016     4.1202     4.3346    4.5614         0.13772                  1               0.15259               0.9969               0.14078            0.86355              0.036267              0.94751          0.00049863    0.0064477    0.037376    0.079528      0.12368      0.16969      0.21671      0.31154      0.46292      0.61968       0.7299      0.78199      0.83671       0.8852      0.94174      0.98803       0.99872  
    cl_mt_pol_a_p1v1    'cl_mt_pol_a'    'fl_z_wage_rho'        15              1                   0            0.2         -0.18422    0.41244     -2.2389     -19.512    47.631    0.074575       0.63627    0.28915    5.7385e-12       0        -1.8055    -1.3002    -0.91173    -0.71813    -0.59654    -0.49663    -0.43906    -0.29097     -0.13429           0    0.078174     0.1329    0.18762    0.29706    0.46123    0.78956    1.1179         0.15259             0.9969               0.17011                    1               0.15614            0.86181              0.040213              0.94531            0.011107     0.082671     0.31911     0.53287      0.72123      0.86357      0.98568       1.1842       1.3611       1.4174       1.3898       1.3663       1.3275       1.2476        1.153       1.0385        1.0069  
    cl_mt_coh_p1v1      'cl_mt_coh'      'fl_z_wage_rho'        15              1                   0            0.2         -0.10058    0.43928     -4.3675     -19.968    50.122           0        0.5546     0.4454    5.2283e-12       0        -1.8444    -1.3014     -0.8819    -0.68442     -0.5364    -0.43318    -0.35917    -0.21778    -0.049511    0.089549     0.17485    0.23094    0.30495    0.40817    0.57644    0.88609    1.2674         0.14078            0.86355               0.15614              0.86181               0.19296                  1              0.036538              0.80646            0.020965      0.15317      0.5779     0.95118       1.2702       1.5007       1.6945       1.9807        2.179       2.1411       2.0178       1.9196       1.7829       1.6019       1.3639       1.1044        1.0139  
    cl_mt_pol_c_p1v1    'cl_mt_pol_c'    'fl_z_wage_rho'        15              1                   0            0.2           1.2613    0.10314    0.081774        0.01    4.6536           0             0          1    6.5301e-08       0         1.0094     1.0598      1.1144      1.1451       1.159      1.1699       1.181      1.2113       1.2432      1.2839      1.3385     1.3625     1.3736      1.415     1.4361      1.499    1.5633        0.036267            0.94751              0.040213              0.94531              0.036538            0.80646              0.010638                    1          0.00078931     0.008268    0.042947    0.087769      0.13346      0.18034      0.22646      0.32199      0.46735      0.61922      0.72639      0.77755      0.83138      0.88534      0.94233        0.989       0.99878  
    cl_mt_val_p1v2      'cl_mt_val'      'fl_z_wage_rho'        15              2            0.070357            0.2           3.5545    0.40649     0.11436     -14.534    14.401           0    4.5325e-06          1      5.63e-10       0          1.805     2.4022      2.8244      3.0283      3.1489      3.2424      3.3207      3.4466       3.6065      3.7326      3.8294     3.8802     3.9496     4.0267     4.1469      4.374    4.6263         0.16523                  1               0.17965              0.99633               0.16692            0.86924              0.041994              0.94779          0.00043002    0.0060285    0.036181    0.077599      0.12164      0.16692      0.21249      0.30821      0.45767      0.61091      0.72479      0.77582      0.82983      0.88452      0.93977      0.98805       0.99868  
    cl_mt_pol_a_p1v2    'cl_mt_pol_a'    'fl_z_wage_rho'        15              2            0.070357            0.2          -0.1959    0.44358     -2.2644     -19.512    47.631    0.072008       0.63381    0.29418    1.1724e-11       0         -1.975     -1.406    -0.97626    -0.76099     -0.6481    -0.54499    -0.44474    -0.33661     -0.13517           0    0.078174     0.1329    0.18762    0.29706    0.46123    0.78956    1.2273         0.17965            0.99633               0.19676                    1               0.18509            0.88326              0.045754              0.94629            0.011444     0.084234     0.31683     0.54854      0.72131      0.86762       1.0054       1.1938       1.3657       1.4234       1.3999        1.378       1.3418       1.2665       1.1715       1.0491         1.006  
    cl_mt_coh_p1v2      'cl_mt_coh'      'fl_z_wage_rho'        15              2            0.070357            0.2          -0.1135    0.47243     -4.1623     -19.968    50.122           0       0.55926    0.44074    1.0611e-11       0        -2.0216    -1.4046    -0.95591    -0.72259    -0.59249    -0.48031    -0.37709    -0.24699    -0.058471    0.089549     0.18381    0.24886    0.31391    0.42609    0.59436    0.93089    1.3617         0.16692            0.86924               0.18509              0.88326               0.22319                  1              0.041996              0.81553            0.020445      0.15073     0.54554       0.929       1.2078       1.4358       1.6419       1.9057        2.094       2.0683        1.945       1.8537       1.7387       1.5561       1.3465       1.0951        1.0132  
    cl_mt_pol_c_p1v2    'cl_mt_pol_c'    'fl_z_wage_rho'        15              2            0.070357            0.2             1.26      0.109    0.086508        0.01    4.6568           0             0          1    1.3263e-07       0        0.99357     1.0475      1.1017      1.1366      1.1535      1.1658       1.177      1.2063       1.2414      1.2839      1.3408      1.368     1.3767     1.4206     1.4409     1.5052    1.5883        0.041994            0.94779              0.045754              0.94629              0.041996            0.81553              0.011881                    1          0.00077073    0.0081333    0.042496    0.086926      0.13245      0.17847      0.22524       0.3196      0.46728       0.6164      0.72143      0.78099      0.82965      0.88478      0.94143      0.98787       0.99879  
    cl_mt_val_p1v3      'cl_mt_val'      'fl_z_wage_rho'        15              3             0.14071            0.2            3.526    0.44929     0.12742     -14.589    14.407           0    1.3563e-05    0.99999    1.1119e-09       0         1.5535     2.2404      2.7183      2.9424       3.082      3.1831      3.2681      3.4021       3.5729      3.7206      3.8292     3.9001     3.9544     4.0466       4.17     4.4157    4.6948         0.20186                  1               0.21498              0.99465               0.20128            0.87445              0.049279              0.94749          0.00034739    0.0055051    0.034554    0.074984      0.11771      0.16224      0.20794      0.30262      0.45134      0.61144      0.71835      0.77487      0.82687      0.88509      0.93906      0.98761       0.99866  
    cl_mt_pol_a_p1v3    'cl_mt_pol_a'    'fl_z_wage_rho'        15              3             0.14071            0.2         -0.20932    0.48106     -2.2982     -19.512    47.631    0.067108       0.63408    0.29881     2.343e-11       0         -2.157    -1.5245     -1.0605    -0.82396    -0.69965    -0.56687    -0.49344    -0.34097     -0.13607           0    0.078174     0.1329    0.24234    0.35178    0.51595      0.899    1.3368         0.21498            0.99465               0.23142                    1               0.22236            0.90221              0.052688              0.94613            0.012117     0.088989     0.32413     0.54806      0.72841      0.87771       1.0045       1.1995       1.3768       1.4318       1.4109        1.392       1.3269       1.2542       1.1655       1.0436        1.0063  

                         variablenames     var_param_key     it_test_grp    it_cur_param    fl_z_wage_rho    fl_z_wage_sig      mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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_p2v13      'cl_mt_coh'      'fl_z_wage_sig'        16              13              0.8            0.43571          -1.02     8.5037     -8.3373     -19.968    50.122           0    0.55772    0.44228    1.3108e-06    6.1908e-06    -19.923    -19.887     -15.84    -12.324    -9.5466    -7.3591    -5.6024    -3.0604    -0.63729    1.0072    3.0062    4.3816    6.1967    8.8216    13.394    23.948    37.661         51.943             0.90905               65.231               0.94949               72.314                   1               3.8321               0.81783            0.037845         0.258     0.89291      1.5807       2.1133       2.5255       2.8429       3.2576       3.5134        3.495       3.3038       3.1245       2.8676        2.503       1.9728       1.2929        1.0413  
    cl_mt_pol_c_p2v13    'cl_mt_pol_c'    'fl_z_wage_sig'        16              13              0.8            0.43571         1.3871    0.55102     0.39726        0.01    9.7557           0          0          1      0.016018    5.5317e-06       0.01       0.01    0.99983     1.0172     1.0281     1.0375     1.0466     1.0669      1.1464     1.392    1.6204    1.7627    1.9283    2.1367    2.4961    3.2488     4.145         2.8189             0.76134               3.4607               0.77739               3.8321             0.81783              0.30362                     1          0.00011548    0.00011548    0.023212    0.059628     0.096496      0.13369      0.17126      0.24743      0.36602      0.50154      0.61022      0.67105      0.73753      0.81053      0.89337      0.97367       0.99671  
    cl_mt_val_p2v14      'cl_mt_val'      'fl_z_wage_sig'        16              14              0.8            0.46786        -0.9281     6.9618     -7.5011     -21.015    15.703           0    0.49651    0.50349    0.00015983    1.7362e-05    -19.804    -18.127    -14.486    -11.254    -8.7618    -6.7715    -5.1436    -2.6665    0.066954    2.4602    4.1501    5.0466    6.0725    7.2921    9.0027    11.778    14.072         48.466                   1               52.977               0.87162                 57.6             0.90242               3.1574               0.76699            0.054112       0.24774     0.90276       1.592       2.1285       2.5446        2.864       3.2781       3.4821       3.2726       2.9148       2.6673       2.3689       2.0101       1.5746       1.1382        1.0157  
    cl_mt_pol_a_p2v14    'cl_mt_pol_a'    'fl_z_wage_sig'        16              14              0.8            0.46786       -0.59977     8.7305     -14.556     -19.512     48.78    0.021979    0.55796    0.42006    1.1858e-06    9.1903e-05    -18.868    -18.382    -14.877    -11.708    -9.1544    -7.0981    -5.4613    -3.0195    -0.69518    1.0632    3.3068     4.839    6.8637    9.7639    14.853    26.618    41.229         52.977             0.87162               76.222                     1               76.322             0.95348               4.1326               0.80051            0.056718       0.42464      1.4217      2.5263       3.3897       4.0672       4.5877       5.2811       5.7173       5.6907       5.3321        4.996       4.5101       3.8329        2.833       1.5489        1.0749  
    cl_mt_coh_p2v14      'cl_mt_coh'      'fl_z_wage_sig'        16              14              0.8            0.46786       -0.69338     9.1685     -13.223     -19.968    50.122           0    0.55166    0.44834    1.3798e-06    1.9767e-05    -19.923    -19.896    -15.961     -12.54     -9.771    -7.5655    -5.7975    -3.1524    -0.62833    1.2113    3.4931    5.0726      7.13     10.13    15.346    27.405    42.401           57.6             0.90242               76.322               0.95348               84.061                   1               4.5247               0.83459            0.058601       0.29043      1.3188      2.3449       3.1435       3.7654       4.2446       4.8773        5.262       5.2171       4.8882       4.5807       4.1464       3.5309       2.6356       1.4891        1.0665  
    cl_mt_pol_c_p2v14    'cl_mt_pol_c'    'fl_z_wage_sig'        16              14              0.8            0.46786         1.4103    0.59131     0.41927        0.01    10.825           0          0          1        0.0169    1.7362e-05       0.01       0.01     1.0046     1.0213      1.032     1.0412     1.0502     1.0706      1.1496    1.4135    1.6644    1.8036    1.9903    2.1998    2.6073    3.4386    4.4448         3.1574             0.76699               4.1326               0.80051               4.5247             0.83459              0.34965                     1          0.00011983    0.00011983    0.022267    0.058142     0.094522      0.13129      0.16837      0.24351      0.36081      0.49479      0.60357      0.66408      0.73094      0.80507      0.88947      0.97225       0.99636  
    cl_mt_val_p2v15      'cl_mt_val'      'fl_z_wage_sig'        16              15              0.8                0.5         -1.055     7.1963     -6.8213     -21.327    15.762           0    0.50748    0.49252    0.00016579    4.2367e-05    -20.118     -18.41    -14.896    -11.644    -9.1651    -7.1574    -5.5244    -2.9902    -0.15193    2.4289    4.2224    5.2009    6.2911    7.5905    9.4006    12.282    14.531         51.786                   1               58.658               0.86835               63.498              0.8969               3.5106               0.76867            0.050465       0.23318     0.81173      1.4361        1.927       2.3122       2.6116       3.0091       3.2283       3.0632       2.7481       2.5269       2.2548       1.9267       1.5276       1.1262        1.0142  
    cl_mt_pol_a_p2v15    'cl_mt_pol_a'    'fl_z_wage_sig'        16              15              0.8                0.5       -0.26992     9.3869     -34.776     -19.512     48.78     0.02124    0.55461    0.42415     1.264e-06    0.00032243    -18.868    -18.501    -15.005    -11.887    -9.3259    -7.2891    -5.6179    -3.1111    -0.69518    1.2821    3.7992    5.4956    7.7939    11.077    16.823    30.011    45.005         58.658             0.86835               88.114                     1               88.362             0.95683               4.8693               0.81734             0.13378       0.70825      3.1666      5.6478       7.6034       9.1358       10.326       11.912        12.91       12.803        11.89       11.041       9.8105        8.093       5.5794        2.355        1.1732  
    cl_mt_coh_p2v15      'cl_mt_coh'      'fl_z_wage_sig'        16              15              0.8                0.5       -0.35807     9.8381     -27.475     -19.968    50.122           0    0.54845    0.45155    1.4505e-06     6.932e-05    -19.923    -19.896    -16.073    -12.726    -9.9595     -7.763    -5.9681    -3.2466    -0.63962    1.4178    3.9979    5.7546    8.0925    11.467    17.365    30.903    46.225         63.498              0.8969               88.362               0.95683               96.788                   1               5.2805               0.84571             0.11929       0.59121      2.5648      4.5692       6.1439       7.3762        8.329       9.5915       10.356       10.238        9.507       8.8277       7.8718       6.5228       4.5586       2.0505        1.1358  
    cl_mt_pol_c_p2v15    'cl_mt_pol_c'    'fl_z_wage_sig'        16              15              0.8                0.5         1.4333    0.63466     0.44279        0.01    11.996           0          0          1      0.017775    4.2367e-05       0.01       0.01     1.0059     1.0244     1.0351     1.0445     1.0533     1.0742      1.1536    1.4234    1.6669    1.8256    2.0127    2.2716    2.7053    3.6227    4.7855         3.5106             0.76867               4.8693               0.81734               5.2805             0.84571              0.40279                     1          0.00012401    0.00012401    0.021242    0.056652     0.092595      0.12886      0.16544      0.23964      0.35524       0.4884       0.5966      0.65767      0.72439      0.79921      0.88536      0.97066        0.9958  

                       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       _____________    _______    _______    _____________    _______________    ___________    ____________    _____________    _________    _______    ______    _____    __________    _______    __________    __________    ________    _______    _________    ________    ________    _______    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    ___________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val_p1v1              0        3.5781    0.37111     'cl_mt_val'     'fl_z_wage_rho'        15               1              0.2          0.10372     -14.488    14.396      0      1.7694e-06          1    6.5301e-08             0      2.0088     2.5284       2.9128      3.0974      3.2099     3.2956     3.3688      3.476     3.6233     3.7375    3.8326    3.8836    3.9458     4.016    4.1202    4.3346    4.5614        0.13772                1                 0.15259                0.9969              0.14078             0.86355              0.036267              0.94751           0.00049863     0.0064477     0.037376     0.079528     0.12368       0.16969     0.21671       0.31154     0.46292      0.61968       0.7299      0.78199      0.83671       0.8852      0.94174      0.98803       0.99872  
    cl_mt_val_p1v2       0.070357        3.5545    0.40649     'cl_mt_val'     'fl_z_wage_rho'        15               2              0.2          0.11436     -14.534    14.401      0      4.5325e-06          1      5.63e-10             0       1.805     2.4022       2.8244      3.0283      3.1489     3.2424     3.3207     3.4466     3.6065     3.7326    3.8294    3.8802    3.9496    4.0267    4.1469     4.374    4.6263        0.16523                1                 0.17965               0.99633              0.16692             0.86924              0.041994              0.94779           0.00043002     0.0060285     0.036181     0.077599     0.12164       0.16692     0.21249       0.30821     0.45767      0.61091      0.72479      0.77582      0.82983      0.88452      0.93977      0.98805       0.99868  
    cl_mt_val_p1v3        0.14071         3.526    0.44929     'cl_mt_val'     'fl_z_wage_rho'        15               3              0.2          0.12742     -14.589    14.407      0      1.3563e-05    0.99999    1.1119e-09             0      1.5535     2.2404       2.7183      2.9424       3.082     3.1831     3.2681     3.4021     3.5729     3.7206    3.8292    3.9001    3.9544    4.0466      4.17    4.4157    4.6948        0.20186                1                 0.21498               0.99465              0.20128             0.87445              0.049279              0.94749           0.00034739     0.0055051     0.034554     0.074984     0.11771       0.16224     0.20794       0.30262     0.45134      0.61144      0.71835      0.77487      0.82687      0.88509      0.93906      0.98761       0.99866  
    cl_mt_val_p1v4        0.21107        3.4925     0.5009     'cl_mt_val'     'fl_z_wage_rho'        15               4              0.2          0.14342     -14.654    14.416      0      4.6622e-05    0.99995    2.0813e-09             0      1.2387      2.043       2.5924      2.8459       3.003     3.1127     3.2108     3.3647     3.5493      3.706    3.8205     3.906    3.9744    4.0743    4.2053    4.4758     4.785         0.2509                1                 0.26108               0.99196              0.24633             0.87886              0.058664               0.9464           0.00023423     0.0048517     0.032257     0.071332     0.11329        0.1577     0.20242        0.2968     0.44524       0.6012       0.7111      0.77054      0.82532      0.87947      0.93741      0.98682       0.99863  
    cl_mt_val_p1v5        0.28143        3.4508     0.5663     'cl_mt_val'     'fl_z_wage_rho'        15               5              0.2           0.1641     -14.733    14.427      0      0.00017475    0.99983    4.8347e-09             0     0.83054     1.7977       2.4328      2.7194       2.903     3.0352     3.1402     3.3129     3.5215     3.6967     3.829    3.9003    3.9843    4.0992    4.2571    4.5538     4.886        0.32069                1                 0.32504               0.98823               0.3094             0.88334              0.071174               0.9432           7.2582e-05     0.0039707     0.029455     0.067154     0.10829       0.15087     0.19565       0.28932     0.43878       0.5949       0.7065      0.76223      0.81851      0.87569      0.93641      0.98644       0.99859  
    cl_mt_val_p1v6        0.35179         3.399     0.6529     'cl_mt_val'     'fl_z_wage_rho'        15               6              0.2          0.19209     -14.833    14.441      0      0.00065314    0.99935    1.3051e-08             0     0.24918     1.4663       2.2324      2.5716      2.7748     2.9268     3.0541     3.2424     3.4762     3.6896    3.8334    3.9265    4.0086    4.1256    4.3112    4.6488    5.0232        0.42628                1                 0.41976               0.98346              0.40386             0.88861              0.088326              0.93687           -0.0002065     0.0026883     0.025629      0.06142     0.10081       0.14294     0.18725       0.27954     0.42827      0.58733      0.69886      0.75893      0.81369      0.87241      0.93387      0.98638       0.99849  
    cl_mt_val_p1v7        0.42214         3.329    0.77766     'cl_mt_val'     'fl_z_wage_rho'        15               7              0.2           0.2336      -14.96    14.461      0       0.0022547    0.99775    4.9693e-08             0    -0.68046     1.0011       1.9616      2.3638      2.6084     2.7917     2.9352     3.1631     3.4236     3.6625     3.841    3.9444     4.044    4.1723    4.3688    4.7613    5.1817        0.60476                1                 0.57525               0.97732              0.56178             0.89631               0.11303              0.91949          -0.00084268    0.00053391     0.019903     0.052901    0.090426       0.13075      0.1738       0.26597     0.41457      0.57506      0.68847      0.74911      0.81066      0.86667       0.9311      0.98514       0.99841  
    cl_mt_val_p1v8         0.4925        3.2295    0.97939     'cl_mt_val'     'fl_z_wage_rho'        15               8              0.2          0.30326     -15.133    14.486      0       0.0072339    0.99277    2.4053e-07             0     -3.7951    0.29778        1.589      2.0916      2.3882     2.6062     2.7794     3.0543     3.3616     3.6428    3.8371    3.9476    4.0705    4.2361    4.4666    4.9078    5.3984         0.9592                1                 0.87763               0.96874              0.87803             0.90992               0.14982              0.87368           -0.0024515    -0.0040311    0.0099933     0.039004     0.07385       0.11275     0.15448       0.24506     0.39414      0.55683       0.6807      0.73398      0.79773      0.86069      0.92714      0.98427       0.99833  
    cl_mt_val_p1v9        0.56286        3.0782     1.3332     'cl_mt_val'     'fl_z_wage_rho'        15               9              0.2           0.4331     -15.372    14.522      0        0.020304     0.9797    1.0657e-06             0     -10.507     -1.108       1.0307      1.7072      2.0905     2.3598     2.5698     2.9038     3.2741     3.6068    3.8514    3.9895    4.1244    4.3184    4.5991    5.1227    5.6796         1.7774                1                  1.5758               0.95783                1.631             0.92984               0.20759              0.79594            -0.004136     -0.014624    -0.010194     0.012834    0.044068      0.080002     0.12014       0.20924     0.36039      0.52885      0.65046      0.71839      0.78042      0.84821      0.92082      0.98269       0.99811  
    cl_mt_val_p1v10       0.63321         2.798     1.9448     'cl_mt_val'     'fl_z_wage_rho'        15              10              0.2          0.69507     -15.721    14.577      0        0.051654    0.94835    4.1818e-06             0     -13.797    -5.6379    -0.058533      1.0436      1.5905     1.9673     2.2417     2.6851     3.1463     3.5829    3.8613    4.0331    4.1981    4.4361    4.7724    5.4041    6.0744         3.7823                1                  3.2924               0.94583               3.5313             0.94912               0.30461              0.70707           -0.0052368     -0.034431    -0.057591    -0.047234    -0.02321     0.0086238    0.046452       0.13517      0.2918      0.47345      0.60843      0.68181      0.75056      0.82642       0.9087      0.97965       0.99778  
    cl_mt_val_p1v11       0.70357        2.3606     2.7582     'cl_mt_val'     'fl_z_wage_rho'        15              11              0.2           1.1684     -16.265    14.664      0          0.1065     0.8935    1.2622e-05             0     -14.971    -10.558      -2.4261    -0.15399     0.76858     1.3338     1.7409     2.3441     2.9642     3.5182    3.8731    4.0908    4.3263     4.613     5.039    5.8395     6.644         7.6074                1                  6.5665               0.93413               7.2102             0.95776               0.45743              0.65581           -0.0065415     -0.054716      -0.1473     -0.16977    -0.16225       -0.1396    -0.10679     -0.019489     0.15072      0.35763      0.51724      0.59885      0.69149      0.78283       0.8831      0.97385       0.99708  
    cl_mt_val_p1v12       0.77393        1.7269     3.7065     'cl_mt_val'     'fl_z_wage_rho'        15              12              0.2           2.1463     -17.182    14.818      0         0.18676    0.81324    3.2855e-05             0     -15.983     -13.23      -6.3851     -2.5057    -0.76109    0.22458    0.88776      1.781     2.6676     3.4286    3.8991     4.208    4.4963      4.91     5.479    6.5267    7.5581         13.738                1                  11.713               0.92037               13.046             0.95635               0.70431              0.64387            -0.011587     -0.084715     -0.30238     -0.42299    -0.46757      -0.47429    -0.45767      -0.37854    -0.18269     0.082633      0.30324      0.41522      0.53968      0.67405      0.82308      0.95971       0.99547  
    cl_mt_val_p1v13       0.84429       0.72929     4.8999     'cl_mt_val'     'fl_z_wage_rho'        15              13              0.2           6.7187     -18.881    15.142      0         0.31101    0.68899    8.7894e-05             0     -17.653    -15.231      -10.302     -6.3633     -3.8427    -2.1731    -1.0096    0.53254     2.0071      3.195    3.9119     4.409    4.8495    5.4662    6.2903    7.7981    9.1652         24.009                1                  19.863               0.89942               22.295             0.94301                1.1857              0.67162            -0.030559      -0.22337     -0.91143      -1.4729     -1.8165       -2.0188     -2.1258        -2.151     -1.8755      -1.3393     -0.84523     -0.56186     -0.24059      0.11191      0.50751      0.88493         0.987  
    cl_mt_val_p1v14       0.91464       -0.7556     6.7694     'cl_mt_val'     'fl_z_wage_rho'        15              14              0.2           -8.959     -22.499    16.073      0         0.47034    0.52966    0.00025638    1.2701e-10     -21.652      -18.5      -14.327     -10.918     -8.3277    -6.3071    -4.6838    -2.2141    0.48509      2.771    4.0826    5.0714    5.8037    6.9379    8.3333    10.786    12.648         45.825                1                  35.334               0.85763               39.497              0.9015                2.5611              0.72259             0.031764       0.26224        1.115       1.9435       2.577        3.0585      3.4204        3.8686      4.0249        3.694       3.2248       2.9283       2.5587       2.1499       1.6485        1.154        1.0174  
    cl_mt_val_p1v15         0.985       -8.4961     13.873     'cl_mt_val'     'fl_z_wage_rho'        15              15              0.2          -1.6328     -32.292    22.812      0         0.74741    0.25259     0.0010697     0.0065739     -32.292    -30.202      -27.928     -24.533     -22.683    -20.942    -18.755    -16.063    -11.908    -4.0298    0.2263     6.975    8.0159    13.788    16.996     22.59    22.812         192.45                1                  124.28               0.77883               137.35             0.82321                20.439              0.66699            0.0040657       0.03714      0.17343       0.3447     0.46589       0.59371     0.71034       0.91713      1.1671       1.3246       1.3412       1.3129        1.271       1.2062       1.1191       1.0268             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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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.2613    0.10314    'cl_mt_pol_c'    'fl_z_wage_rho'        15               1              0.2         0.081774     0.01    4.6536      0        0        1      6.5301e-08             0     1.0094     1.0598     1.1144     1.1451      1.159     1.1699     1.181    1.2113    1.2432    1.2839    1.3385    1.3625    1.3736     1.415    1.4361     1.499    1.5633        0.036267            0.94751              0.040213              0.94531              0.036538            0.80646              0.010638                 1             0.00078931      0.008268    0.042947    0.087769      0.13346      0.18034      0.22646      0.32199      0.46735      0.61922      0.72639      0.77755      0.83138      0.88534      0.94233        0.989       0.99878  
    cl_mt_pol_c_p1v2       0.070357         1.26      0.109    'cl_mt_pol_c'    'fl_z_wage_rho'        15               2              0.2         0.086508     0.01    4.6568      0        0        1      1.3263e-07             0    0.99357     1.0475     1.1017     1.1366     1.1535     1.1658     1.177    1.2063    1.2414    1.2839    1.3408     1.368    1.3767    1.4206    1.4409    1.5052    1.5883        0.041994            0.94779              0.045754              0.94629              0.041996            0.81553              0.011881                 1             0.00077073     0.0081333    0.042496    0.086926      0.13245      0.17847      0.22524       0.3196      0.46728       0.6164      0.72143      0.78099      0.82965      0.88478      0.94143      0.98787       0.99879  
    cl_mt_pol_c_p1v3        0.14071       1.2586    0.11576    'cl_mt_pol_c'    'fl_z_wage_rho'        15               3              0.2         0.091978     0.01    4.6665      0        0        1       2.633e-07             0    0.97393     1.0348     1.0905     1.1268     1.1468     1.1604    1.1708    1.1985    1.2397    1.2881    1.3564     1.369    1.3804    1.4252    1.4653    1.5425    1.6122        0.049279            0.94749              0.052688              0.94613              0.048831            0.82337              0.013401                 1             0.00076306     0.0080156    0.042064    0.086556      0.13151       0.1774      0.22352      0.31745      0.46436      0.61409      0.71848      0.77893       0.8273      0.88389      0.94032      0.98762       0.99873  
    cl_mt_pol_c_p1v4        0.21107       1.2569    0.12375    'cl_mt_pol_c'    'fl_z_wage_rho'        15               4              0.2         0.098455     0.01    4.6347      0        0        1      4.8043e-07             0    0.95183     1.0186     1.0754      1.113     1.1392     1.1531    1.1642    1.1904    1.2382     1.297    1.3623    1.3697    1.3959    1.4299    1.4868    1.5552    1.6293        0.058664             0.9464              0.061417              0.94453              0.057459             0.8298              0.015314                 1              0.0007376     0.0079018    0.041387    0.085015       0.1302       0.1755      0.22184      0.31555      0.46083      0.61034      0.71612       0.7726      0.82528      0.88383      0.94001      0.98748       0.99869  
    cl_mt_pol_c_p1v5        0.28143       1.2549    0.13325    'cl_mt_pol_c'    'fl_z_wage_rho'        15               5              0.2          0.10618     0.01    4.6532      0        0        1      1.0857e-06             0    0.92523    0.99799     1.0597     1.0992     1.1288     1.1461    1.1568    1.1808    1.2364    1.2969    1.3657    1.3748    1.4246    1.4391    1.4957    1.5737    1.6503        0.071174             0.9432               0.07277              0.94026              0.068707            0.83363              0.017756                 1             0.00071616     0.0076982    0.040859     0.08376      0.12819      0.17417      0.22005       0.3134      0.45807      0.60882      0.71579      0.76838       0.8295      0.88117       0.9389       0.9873       0.99873  
    cl_mt_pol_c_p1v6        0.35179       1.2527     0.1444    'cl_mt_pol_c'    'fl_z_wage_rho'        15               6              0.2          0.11527     0.01    4.6874      0        0        1      2.8268e-06             0    0.89276    0.97282      1.041      1.082     1.1147     1.1362    1.1498    1.1712    1.2333    1.3032    1.3672    1.3913    1.4281    1.4561    1.5144    1.5889    1.6835        0.088326            0.93687              0.088069              0.93297               0.08396            0.83529              0.020851                 1             0.00069328     0.0074942    0.039871    0.082599      0.12634      0.17126      0.21736      0.31013      0.45353      0.60604      0.71279      0.76586      0.82156      0.87889      0.93945      0.98735       0.99867  
    cl_mt_pol_c_p1v7        0.42214       1.2496    0.15807    'cl_mt_pol_c'    'fl_z_wage_rho'        15               7              0.2           0.1265     0.01    4.6789      0        0        1       1.026e-05             0    0.85777    0.94287     1.0187     1.0619     1.0948     1.1226     1.139    1.1613    1.2291     1.305    1.3702     1.407    1.4338    1.4713    1.5342    1.6098    1.7276         0.11303            0.91949               0.10936              0.91409               0.10544            0.82761              0.024986                 1              0.0006646      0.007256    0.038966    0.080657      0.12374      0.16843      0.21342      0.30581      0.44987      0.60927      0.70798      0.76477       0.8206      0.87798      0.93753       0.9867       0.99861  
    cl_mt_pol_c_p1v8         0.4925       1.2461     0.1751    'cl_mt_pol_c'    'fl_z_wage_rho'        15               8              0.2          0.14052     0.01    4.6863      0        0        1      4.6554e-05             0    0.84117    0.90727    0.99175     1.0377     1.0719     1.1037    1.1234    1.1525    1.2221    1.3022    1.3757    1.4227    1.4398    1.4938    1.5568    1.6448    1.7728         0.14982            0.87368               0.13955              0.86162               0.13658            0.79171              0.030658                 1             0.00064169     0.0069966    0.037835    0.078585      0.12121      0.16494      0.20924        0.301      0.44391      0.59599      0.70206        0.758      0.81548      0.87433      0.93542      0.98663       0.99859  
    cl_mt_pol_c_p1v9        0.56286       1.2423    0.19563    'cl_mt_pol_c'    'fl_z_wage_rho'        15               9              0.2          0.15747     0.01    4.7159      0        0        1      0.00019438             0     0.8415    0.88047    0.95689     1.0083      1.045     1.0793    1.1048    1.1381    1.2165    1.3016     1.383    1.4347    1.4713    1.5115    1.5786    1.7049    1.8396         0.20759            0.79594               0.18473              0.76517               0.18549            0.72064              0.038272                 1             0.00054081     0.0068094    0.036565    0.076255       0.1176      0.16058      0.20429      0.29477      0.43553      0.58868      0.70212      0.75244      0.81087      0.87323      0.93372      0.98585       0.99849  
    cl_mt_pol_c_p1v10       0.63321       1.2384    0.22152    'cl_mt_pol_c'    'fl_z_wage_rho'        15              10              0.2          0.17887     0.01    4.7243      0        0        1      0.00070954             0    0.84853    0.87571    0.92706      0.976     1.0124     1.0463    1.0757    1.1202    1.1912    1.2993    1.3949    1.4551    1.4858    1.5385    1.6215    1.7806    1.9225         0.30461            0.70707               0.25443              0.64172               0.26782            0.63197               0.04907                 1             0.00021676     0.0064944    0.035703    0.074142      0.11438       0.1559      0.19879      0.28774      0.42735      0.58087      0.68875      0.75003      0.80601      0.86804       0.9306      0.98536       0.99841  
    cl_mt_pol_c_p1v11       0.70357       1.2388    0.25289    'cl_mt_pol_c'    'fl_z_wage_rho'        15              11              0.2          0.20414     0.01    4.7874      0        0        1       0.0019191             0       0.01    0.88626    0.91735    0.94959    0.98429     1.0164    1.0455    1.0965    1.1775      1.32    1.4087    1.4721    1.5323    1.6007    1.6814    1.8633     2.054         0.45743            0.65581               0.35767              0.55493               0.39968            0.57905              0.063953                 1             1.5492e-05     0.0057213    0.034895    0.072566      0.11159      0.15197      0.19371      0.28007      0.41717      0.56788      0.67959      0.74163      0.79887      0.86152       0.9275       0.9845       0.99832  
    cl_mt_pol_c_p1v12       0.77393       1.2478    0.29512    'cl_mt_pol_c'    'fl_z_wage_rho'        15              12              0.2          0.23652     0.01    4.8428      0        0        1       0.0041437             0       0.01     0.9018    0.92909     0.9484    0.96748     0.9893    1.0157    1.0713     1.171    1.3308    1.4608    1.5291    1.5673    1.6825    1.7895    2.0166    2.2518         0.70431            0.64387               0.51902              0.51221               0.61322            0.56457              0.087097                 1             3.3209e-05     0.0041869    0.033563    0.071185      0.10956      0.14877      0.18892      0.27251      0.40588      0.55687      0.66809      0.72691      0.78915      0.85356       0.9234      0.98318       0.99816  
    cl_mt_pol_c_p1v13       0.84429       1.2723    0.36032    'cl_mt_pol_c'    'fl_z_wage_rho'        15              13              0.2           0.2832     0.01    5.0189      0        0        1       0.0080617             0       0.01    0.90119    0.94622    0.96217    0.97602    0.99113    1.0082    1.0499    1.1511      1.31    1.4972    1.5784     1.655    1.7918    1.9573    2.3073    2.6577          1.1857            0.67162               0.85732              0.52792                1.0456            0.60142               0.12983                 1             6.3362e-05     0.0012521    0.030648    0.068161      0.10623      0.14489      0.18413      0.26498      0.39368      0.53818      0.65057      0.70954      0.77416      0.84146      0.91485      0.98081       0.99785  
    cl_mt_pol_c_p1v14       0.91464       1.3478    0.52357    'cl_mt_pol_c'    'fl_z_wage_rho'        15              14              0.2          0.38846     0.01    6.1219      0        0        1        0.014574    1.2701e-10       0.01       0.01    0.96342    0.98265    0.99506     1.0067    1.0163    1.0436    1.1197    1.3511    1.5726    1.7326    1.8804    2.1158    2.4238    3.0894     3.762          2.5611            0.72259                1.9907              0.62473                2.3431            0.69146               0.27413                 1             0.00010813    0.00010813    0.024589    0.060662     0.097344      0.13448      0.17206      0.24834      0.36834      0.50381      0.61102       0.6725       0.7391      0.81229      0.89518       0.9748       0.99705  
    cl_mt_pol_c_p1v15         0.985       1.8086     2.2089    'cl_mt_pol_c'    'fl_z_wage_rho'        15              15              0.2           1.2213     0.01    17.073      0        0        1         0.04257     0.0065739       0.01       0.01    0.87321    0.98864     1.0069     1.0183    1.0271    1.0466    1.0839    1.1615    1.4171    1.9209     2.215    3.7626    5.8092    14.077    17.073          20.439            0.66699                 20.33              0.80012                21.744            0.81848                4.8793                 1             0.00023537    0.00023537    0.003417    0.030605     0.058161     0.085866      0.11394      0.17126      0.25974       0.3521      0.42099      0.46847      0.52392      0.60651      0.72688      0.90895             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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1    fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       _____________    ________    _______    _____________    _______________    ___________    ____________    _____________    _________    _______    ______    _____    _______    _______    __________    __________    _______    _______    ________    ________    ________    ________    ________    ________    _________    ________    _______    _______    _______    _______    _______    _______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    ________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_coh_p1v1              0       -0.10058    0.43928     'cl_mt_coh'     'fl_z_wage_rho'        15               1              0.2          -4.3675     -19.968    50.122      0       0.5546     0.4454    5.2283e-12             0    -1.8444    -1.3014     -0.8819    -0.68442     -0.5364    -0.43318    -0.35917    -0.21778    -0.049511    0.089549    0.17485    0.23094    0.30495    0.40817    0.57644    0.88609    1.2674        0.14078             0.86355              0.15614               0.86181              0.19296                1                 0.036538              0.80646           0.020965     0.15317      0.5779      0.95118       1.2702      1.5007       1.6945       1.9807        2.179       2.1411       2.0178       1.9196       1.7829       1.6019       1.3639       1.1044        1.0139   
    cl_mt_coh_p1v2       0.070357        -0.1135    0.47243     'cl_mt_coh'     'fl_z_wage_rho'        15               2              0.2          -4.1623     -19.968    50.122      0      0.55926    0.44074    1.0611e-11             0    -2.0216    -1.4046    -0.95591    -0.72259    -0.59249    -0.48031    -0.37709    -0.24699    -0.058471    0.089549    0.18381    0.24886    0.31391    0.42609    0.59436    0.93089    1.3617        0.16692             0.86924              0.18509               0.88326              0.22319                1                 0.041996              0.81553           0.020445     0.15073     0.54554        0.929       1.2078      1.4358       1.6419       1.9057        2.094       2.0683        1.945       1.8537       1.7387       1.5561       1.3465       1.0951        1.0132   
    cl_mt_coh_p1v3        0.14071       -0.12838    0.51232     'cl_mt_coh'     'fl_z_wage_rho'        15               3              0.2          -3.9907     -19.968    50.122      0      0.56207    0.43793    2.1063e-11             0    -2.2281     -1.546     -1.0412     -0.7966    -0.64858    -0.52511    -0.42422    -0.26491    -0.067431     0.09472    0.18381    0.25782    0.35208     0.4553    0.64149    0.99827    1.4739        0.20128             0.87445              0.22236               0.90221              0.26247                1                 0.048831              0.82337           0.020363     0.14772     0.52961      0.88383        1.162      1.3883       1.5675       1.8335       2.0233       1.9963       1.9019       1.8125       1.6861       1.5385       1.3261       1.0943        1.0125   
    cl_mt_coh_p1v4        0.21107       -0.14487    0.55955     'cl_mt_coh'     'fl_z_wage_rho'        15               4              0.2          -3.8625     -19.968    50.122      0      0.56499    0.43501    3.8405e-11             0    -2.4995    -1.7143     -1.1444    -0.87294    -0.70467    -0.57224    -0.46902    -0.29179    -0.078721     0.09472    0.19277    0.28703       0.37    0.48218    0.68862     1.0902     1.604        0.24633             0.87886              0.27008               0.91859               0.3131                1                 0.057459               0.8298           0.019942     0.14358     0.51988      0.86761       1.1375      1.3502       1.5244       1.7799       1.9678       1.9482       1.8549        1.767       1.6534       1.5116       1.3122       1.0885        1.0121   
    cl_mt_coh_p1v5        0.28143       -0.16515    0.61852     'cl_mt_coh'     'fl_z_wage_rho'        15               5              0.2          -3.7452     -19.968    50.122      0      0.56684    0.43316    8.6737e-11             0    -2.8271    -1.9184     -1.2656    -0.97383    -0.76972    -0.63962    -0.50719    -0.31204    -0.087681     0.09472    0.20173    0.29599    0.39921    0.52931    0.74471     1.1934    1.7722         0.3094             0.88334              0.33524               0.93319              0.38257                1                 0.068707              0.83363           0.020447     0.14117      0.5112      0.84148        1.115      1.3168       1.4865        1.744       1.9134       1.9006       1.8104       1.7365       1.6275       1.4892       1.3022       1.0878         1.012   
    cl_mt_coh_p1v6        0.35179       -0.18701     0.6961     'cl_mt_coh'     'fl_z_wage_rho'        15               6              0.2          -3.7222     -19.968    50.122      0      0.56598    0.43402    2.2555e-10             0    -3.2735     -2.172     -1.4249     -1.0883    -0.86398    -0.70467    -0.56328    -0.35684    -0.087681     0.10368    0.23094    0.31624    0.41713     0.5854    0.81209     1.3438    1.9966        0.40386             0.88861              0.43054               0.94612              0.48456                1                  0.08396              0.83529           0.022035     0.14641     0.51379      0.83983       1.1069       1.315       1.4761       1.7152       1.8925        1.877       1.7935       1.7218       1.6223       1.4863       1.3051       1.0863        1.0119   
    cl_mt_coh_p1v7        0.42214       -0.21985    0.80597     'cl_mt_coh'     'fl_z_wage_rho'        15               7              0.2          -3.6659     -19.968    50.122      0      0.56835    0.43165    8.1731e-10             0    -3.9555    -2.5467      -1.629     -1.2274    -0.98512    -0.80556    -0.63962    -0.38605      -0.1056      0.1098    0.24886    0.35208    0.47322    0.66174    0.92193      1.521    2.2681        0.56178             0.89631              0.58365               0.95677              0.64958                1                  0.10544              0.82761           0.027383     0.14999     0.51024      0.82975       1.0802      1.2792       1.4506       1.6729       1.8398        1.831       1.7536       1.6859       1.5897       1.4637       1.2898       1.0834        1.0113   
    cl_mt_coh_p1v8         0.4925       -0.26378    0.98525     'cl_mt_coh'     'fl_z_wage_rho'        15               8              0.2          -3.7352     -19.968    50.122      0      0.56739    0.43261    3.7136e-09             0    -6.6502    -3.0694     -1.9005     -1.4249     -1.1152    -0.90878    -0.73155    -0.43318     -0.13248     0.11264    0.28703    0.39025    0.52931    0.73575     1.0633     1.7543    2.6136        0.87803             0.90992              0.87735               0.96267              0.97072                1                  0.13658              0.79171           0.043376     0.17259      0.5271      0.83487       1.0811      1.2664       1.4203       1.6387       1.7917       1.7832       1.7119       1.6493       1.5619       1.4423       1.2778       1.0795        1.0112   
    cl_mt_coh_p1v9        0.56286       -0.33459     1.3157     'cl_mt_coh'     'fl_z_wage_rho'        15               9              0.2          -3.9324     -19.968    50.122      0      0.56454    0.43546    1.5669e-08             0    -14.391    -4.1238     -2.2931     -1.6672     -1.3127     -1.0502    -0.83477    -0.48927     -0.13481      0.1216    0.34312     0.4553    0.63253    0.85689     1.2406      2.064    3.1476          1.631             0.92984                 1.56               0.96081               1.7311                1                  0.18549              0.72064           0.051541     0.22798     0.57657      0.86951       1.0933      1.2656       1.4086       1.6047       1.7378       1.7284       1.6617       1.6039       1.5204       1.4135       1.2598       1.0758        1.0105   
    cl_mt_coh_p1v10       0.63321        -0.4999     1.9131     'cl_mt_coh'     'fl_z_wage_rho'        15              10              0.2          -3.8269     -19.968    50.122      0      0.56397    0.43603    5.7117e-08             0    -18.391    -8.5101     -3.0873     -2.1248       -1.62     -1.2745      -1.012    -0.59249     -0.14377     0.13668    0.39025    0.53827    0.73575     1.0252     1.4918     2.5127    3.8476         3.5313             0.94912               3.2596               0.95196               3.6598                1                  0.26782              0.63197           0.039262     0.26592     0.62602      0.87988       1.0659      1.2115       1.3232       1.4811       1.5863       1.5797       1.5278       1.4814       1.4209       1.3322       1.2097       1.0621        1.0087   
    cl_mt_coh_p1v11       0.70357       -0.76119     2.7294     'cl_mt_coh'     'fl_z_wage_rho'        15              11              0.2          -3.5857     -19.968    50.122      0      0.55704    0.44296    1.5478e-07             0    -19.896    -14.193     -5.0146     -2.9393     -2.1159     -1.6111     -1.2566    -0.69571     -0.15273     0.18381    0.46426    0.67966    0.91297     1.2674     1.8844     3.2306    4.9694         7.2102             0.95776                6.556               0.94246               7.4497                1                  0.39968              0.57905           0.029677      0.2253     0.65896       0.9067       1.0691      1.1915       1.2839       1.4115       1.4874       1.4802       1.4378       1.4003       1.3493       1.2794       1.1769       1.0524        1.0073   
    cl_mt_coh_p1v12       0.77393        -1.1272     3.6805     'cl_mt_coh'     'fl_z_wage_rho'        15              12              0.2          -3.2652     -19.968    50.122      0      0.55044    0.44956    3.3261e-07             0    -19.905     -17.24     -8.8938      -4.779     -3.1165     -2.2101     -1.6111    -0.83477     -0.15273     0.23094    0.57644    0.85689     1.1845     1.6601     2.5306     4.4556    6.9235         13.046             0.95635               11.802               0.93397               13.546                1                  0.61322              0.56457           0.028506     0.16735     0.61053      0.89784       1.0696      1.1864       1.2701       1.3748       1.4354       1.4275       1.3933       1.3606       1.3173       1.2545       1.1641       1.0489        1.0069   
    cl_mt_coh_p1v13       0.84429        -1.6691     4.8251     'cl_mt_coh'     'fl_z_wage_rho'        15              13              0.2          -2.8909     -19.968    50.122      0      0.56231    0.43769    6.4463e-07             0    -19.914    -18.503     -12.829     -8.2184     -5.4723     -3.7896     -2.6768     -1.3396     -0.25595     0.24886    0.75367     1.1284     1.6421     2.3892     3.7354     6.8764     10.87         22.295             0.94301                20.14               0.92613               23.281                1                   1.0456              0.60142           0.022056     0.11848     0.49183      0.80068       1.0022      1.1398       1.2359       1.3522       1.4181       1.4153       1.3863       1.3589        1.318       1.2589       1.1696       1.0515        1.0074   
    cl_mt_coh_p1v14       0.91464         -2.006     6.4721     'cl_mt_coh'     'fl_z_wage_rho'        15              14              0.2          -3.2264     -19.968    50.122      0      0.58057    0.41943    1.1686e-06    5.0168e-11    -19.923    -19.887      -15.53     -11.539     -8.5662     -6.3316     -4.6399     -2.3582     -0.52744      0.2399     1.0633     1.7454      2.746     4.2694     7.1569     14.056    22.555         39.497              0.9015               36.475                 0.926               41.888                1                   2.3431              0.69146           0.017155     0.11694     0.44824       0.7831        1.032      1.2161       1.3518       1.5213       1.6206       1.6263       1.5965       1.5621       1.5069       1.4209       1.2832       1.0888        1.0127   
    cl_mt_coh_p1v15         0.985        -2.6645     12.027     'cl_mt_coh'     'fl_z_wage_rho'        15              15              0.2          -4.5138     -19.968    50.122      0      0.70555    0.29445      3.33e-06     0.0015164    -19.932    -19.905     -17.765     -15.521     -13.399     -11.371     -9.5466      -6.612      -3.0694     -0.7518    0.11264    0.64149     3.0444     7.9332     21.161     48.197    50.122         137.35             0.82321               129.73               0.93775               144.65                1                   21.744              0.81848           0.016055     0.12073     0.36999      0.68937      0.96541      1.2012       1.4011       1.7055       1.9696       2.0658       2.0706        2.063       2.0342       1.9358       1.6846       1.1869             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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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           3.7561    0.35521     'cl_mt_val'     'fl_z_wage_sig'        16               1              0.8         0.094571     -15.093    14.448      0      2.4081e-06          1    9.9646e-11             0      2.4159     2.7985     3.1289      3.3085      3.3968       3.436       3.5786       3.6168      3.7958    3.9724    3.9724    3.9748    4.1461    4.1461    4.3167    4.5126     4.693        0.12618                1                 0.027427               0.7178              0.025868            0.62105              0.036371              0.96394           0.00059559    0.0069976     0.038999     0.082942     0.12809      0.17244       0.21929       0.3556     0.57916      0.77229       0.77229     0.78201      0.88844      0.88844      0.94729      0.99035       0.99916  
    cl_mt_val_p2v2       0.082143            3.507    0.74115     'cl_mt_val'     'fl_z_wage_sig'        16               2              0.8          0.21134     -15.623     14.54      0      0.00089978     0.9991    1.8707e-08             0    0.063441     1.3053     2.1675      2.5683      2.7955      2.9723       3.0881       3.3599      3.6565    3.8407    3.9681    4.0501    4.2509    4.2955    4.5699    4.9268    5.2979        0.54931                1                    0.257              0.85817               0.25311            0.78661               0.11344              0.92966          -0.00027219    0.0020779     0.023143     0.057455    0.095634      0.13694       0.18181      0.27509     0.43595      0.57896       0.70446      0.7526      0.82933      0.87229      0.94209      0.98555        0.9985  
    cl_mt_val_p2v3        0.11429           3.1483     1.4656     'cl_mt_val'     'fl_z_wage_sig'        16               3              0.8          0.46551     -16.185    14.635      0        0.023323    0.97668     1.825e-06             0     -11.378    -1.4976    0.91975      1.6546      2.0546      2.3635       2.5755       2.9504      3.3798    3.7533    3.9715    4.1332    4.3295    4.5116    4.8509    5.4362    5.9982         2.1479                1                   1.4582              0.90277                1.5386            0.89007               0.25042               0.7884           -0.0042203    -0.016768    -0.014662    0.0065906    0.036232     0.071297       0.11069       0.1996     0.34889      0.51797       0.65184     0.70588      0.77513      0.84296      0.92009      0.98208       0.99807  
    cl_mt_val_p2v4        0.14643            2.469      2.693     'cl_mt_val'     'fl_z_wage_sig'        16               4              0.8           1.0907     -16.764    14.733      0        0.099343    0.90066    1.3796e-05             0     -14.929    -10.138    -2.0437    0.017481     0.87194      1.4142       1.8133       2.3928      3.0469     3.569     3.926     4.179    4.4228    4.7053    5.1465    5.9628    6.7359         7.2524                1                    5.755              0.91792                6.3358            0.94227               0.46526              0.66479           -0.0063045    -0.051437     -0.13169     -0.14804    -0.13819     -0.11453     -0.081678    0.0044138      0.1701      0.37367       0.52794     0.61257      0.70445      0.78933      0.88647      0.97442       0.99723  
    cl_mt_val_p2v5        0.17857           1.7399     3.6902     'cl_mt_val'     'fl_z_wage_sig'        16               5              0.8           2.1209     -17.328    14.836      0         0.18661    0.81339    3.4409e-05             0     -16.021     -13.19    -6.2783     -2.4464    -0.74762     0.20833      0.86746       1.7644      2.6796    3.4252     3.898    4.2022    4.5193    4.9129    5.4695    6.5169    7.5115         13.617                1                   11.318              0.91663                12.626            0.95326               0.69913              0.64544            -0.011653    -0.083981     -0.29805     -0.41528    -0.45845     -0.46504      -0.44901     -0.37092    -0.17466     0.087368       0.30031     0.41647      0.54145      0.67605      0.82497      0.96048       0.99558  
    cl_mt_val_p2v6        0.21071           1.2122     4.3304     'cl_mt_val'     'fl_z_wage_sig'        16               6              0.8           3.5724     -17.857    14.945      0         0.24984    0.75016    5.4267e-05             0     -16.383    -14.281    -8.6722     -4.5806     -2.2885    -0.91775    0.0022742       1.2047      2.3709    3.3124    3.9068    4.2933    4.6349    5.1424    5.8281    7.0936    8.3025         18.752                1                   16.007              0.91258                 17.91            0.95314               0.92099              0.65479            -0.026952     -0.12744     -0.49846      -0.7634    -0.90072     -0.96462       -0.9824     -0.92857    -0.70223      -0.3492     -0.042728     0.12327      0.30227      0.50546      0.72803      0.93697        0.9929  
    cl_mt_val_p2v7        0.24286          0.71521     4.8474     'cl_mt_val'     'fl_z_wage_sig'        16               7              0.8           6.7776      -18.35    15.056      0         0.30812    0.69188    7.4574e-05     1.693e-29     -17.327    -14.987     -10.24     -6.3331     -3.8058     -2.1359     -0.97696      0.55521      1.9895    3.1624    3.8795    4.3426    4.7572    5.3577    6.1955    7.6736    9.0878         23.497                1                   20.533              0.90758                22.977            0.94997                1.1541              0.67299            -0.027587     -0.22473       -0.922      -1.4913     -1.8393      -2.0429       -2.1497      -2.1706     -1.8916      -1.3374      -0.85307    -0.56111     -0.24808      0.10658      0.50617      0.88374       0.98678  
    cl_mt_val_p2v8          0.275          0.32212     5.2605     'cl_mt_val'     'fl_z_wage_sig'        16               8              0.8           16.331     -18.805    15.168      0         0.35411    0.64589     9.291e-05    1.2261e-16     -17.722    -15.722    -11.281      -7.579     -5.0008     -3.1761      -1.8488    -0.060101      1.6689    3.0365    3.8981    4.3828    4.9157    5.5917    6.5691    8.2681    9.8698         27.673                1                   24.799              0.90257                 27.69            0.94494                1.3967              0.69274            -0.078205      -0.5374      -2.1677      -3.6142     -4.5791       -5.206       -5.5915      -5.8656     -5.4635       -4.352       -3.2659     -2.6476      -1.9244       -1.115     -0.17753      0.72118       0.96789  
    cl_mt_val_p2v9        0.30714       -0.0081251     5.6135     'cl_mt_val'     'fl_z_wage_sig'        16               9              0.8          -690.88     -19.228    15.275      0         0.39178    0.60822    0.00010898    1.2301e-11     -18.101    -15.946    -12.075     -8.5427     -5.9676     -4.0624       -2.631      -0.6357      1.3097     2.906    3.8796    4.4471    5.0661    5.8506    6.9454    8.8616    10.642         31.511                1                   29.008              0.89716                 32.29            0.93874                1.6501              0.71107               3.7442       26.129       89.806       152.62      196.85       227.43        247.82       266.96      259.31       219.66        178.39      152.52       123.31       89.738       50.839        12.89        2.3687  
    cl_mt_val_p2v10       0.33929         -0.29935      5.932     'cl_mt_val'     'fl_z_wage_sig'        16              10              0.8          -19.816     -19.624    15.377      0         0.42556    0.57444    0.00012394    3.7776e-09     -18.464    -16.581    -12.737     -9.3248     -6.7876     -4.8367      -3.3312      -1.1689     0.97915    2.7734    3.9058     4.521    5.2407    6.0956    7.3355    9.4553    11.394         35.188                1                   33.354              0.89144                36.993            0.93178                1.9189              0.72784              0.11828      0.58602       2.5277       4.3559      5.6913       6.6549        7.3315       8.0593      8.0718        7.121        6.0154      5.3107       4.4917       3.5522       2.4386       1.3452        1.0399  
    cl_mt_val_p2v11       0.37143         -0.48671     6.2045     'cl_mt_val'     'fl_z_wage_sig'        16              11              0.8          -12.748     -19.998     15.47      0         0.44686    0.55314    0.00013516    1.2315e-07     -18.815    -17.222    -13.238     -9.8843     -7.3645     -5.3985      -3.8512       -1.581     0.72901    2.7078      3.96    4.6344    5.4345    6.3905    7.7462    10.057    12.133         38.496                1                   37.725              0.88608                41.633            0.92415                2.1995              0.74107             0.081325      0.36887       1.5994       2.7784      3.6583       4.3094        4.7813       5.3252      5.4362       4.9017         4.221      3.7785        3.266       2.6588       1.9386        1.226        1.0261  
    cl_mt_val_p2v12       0.40357          -0.6567     6.4662     'cl_mt_val'     'fl_z_wage_sig'        16              12              0.8          -9.8466     -20.352    15.557      0         0.46562    0.53438    0.00014481    1.1573e-06     -19.153    -17.561    -13.674     -10.385     -7.8889     -5.9072      -4.3256      -1.9804     0.49201    2.6297     4.026    4.7611    5.6495    6.6849     8.166    10.647    12.844         41.812                1                   42.434              0.88068                46.597            0.91643                2.4992              0.75233             0.066132      0.29951       1.2175       2.1271      2.8187       3.3408        3.7281       4.1973      4.3537       3.9947        3.4903      3.1579       2.7641       2.2959        1.736       1.1772        1.0205  
    cl_mt_val_p2v13       0.43571          -0.8045     6.7194     'cl_mt_val'     'fl_z_wage_sig'        16              13              0.8          -8.3523      -20.69    15.635      0         0.48502    0.51498    0.00015324    5.5317e-06     -19.483    -17.844    -14.094     -10.843     -8.3509     -6.3613      -4.7586      -2.3397     0.27893    2.5603    4.1009    4.8989    5.8582    6.9811     8.584    11.228    13.503         45.151                1                    47.54              0.87574                51.943            0.90905                2.8189              0.76134             0.058535      0.26636       1.0182       1.7886      2.3816       2.8363        3.1803       3.6132      3.7975       3.5235        3.1218      2.8435       2.5098       2.1128       1.6327       1.1522        1.0175  
    cl_mt_val_p2v14       0.46786          -0.9281     6.9618     'cl_mt_val'     'fl_z_wage_sig'        16              14              0.8          -7.5011     -21.015    15.703      0         0.49651    0.50349    0.00015983    1.7362e-05     -19.804    -18.127    -14.486     -11.254     -8.7618     -6.7715      -5.1436      -2.6665    0.066954    2.4602    4.1501    5.0466    6.0725    7.2921    9.0027    11.778    14.072         48.466                1                   52.977              0.87162                  57.6            0.90242                3.1574              0.76699             0.054112      0.24774      0.90276        1.592      2.1285       2.5446         2.864       3.2781      3.4821       3.2726        2.9148      2.6673       2.3689       2.0101       1.5746       1.1382        1.0157  
    cl_mt_val_p2v15           0.5           -1.055     7.1963     'cl_mt_val'     'fl_z_wage_sig'        16              15              0.8          -6.8213     -21.327    15.762      0         0.50748    0.49252    0.00016579    4.2367e-05     -20.118     -18.41    -14.896     -11.644     -9.1651     -7.1574      -5.5244      -2.9902    -0.15193    2.4289    4.2224    5.2009    6.2911    7.5905    9.4006    12.282    14.531         51.786                1                   58.658              0.86835                63.498             0.8969                3.5106              0.76867             0.050465      0.23318      0.81173       1.4361       1.927       2.3122        2.6116       3.0091      3.2283       3.0632        2.7481      2.5269       2.2548       1.9267       1.5276       1.1262        1.0142  

                         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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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.2765    0.10622    'cl_mt_pol_c'    'fl_z_wage_sig'        16               1              0.8         0.083215     0.01    4.6693      0        0        1       2.139e-08             0     1.0373     1.0765     1.1331     1.1437     1.1502     1.2005    1.2087    1.2131    1.2752    1.3406    1.3406    1.3444    1.4094    1.4094    1.4779    1.5064    1.5876        0.036371            0.96394             0.0067609              0.59171             0.0066301             0.5323              0.011283                 1             0.00080339      0.008293     0.04362    0.088902      0.13318      0.18022       0.2299      0.36745      0.58192      0.77347      0.77347      0.78297      0.88861      0.88861      0.94744      0.98975       0.99917  
    cl_mt_pol_c_p2v2       0.082143       1.2648    0.16464    'cl_mt_pol_c'    'fl_z_wage_sig'        16               2              0.8          0.13018     0.01    4.7173      0        0        1      3.0658e-06             0    0.87891    0.96572     1.0407     1.0785     1.1015     1.1197    1.1402    1.1651    1.2364    1.3168    1.3757    1.4053      1.47    1.4954    1.5672    1.6567    1.7596         0.11344            0.92966              0.047946              0.72072              0.047559            0.66534              0.027107                 1             0.00067491     0.0073465    0.039336    0.081335      0.12461      0.17024      0.21345      0.30711      0.44707      0.59806      0.71846      0.76012      0.83702      0.88101      0.93795      0.98715       0.99872  
    cl_mt_pol_c_p2v3        0.11429       1.2535    0.21673    'cl_mt_pol_c'    'fl_z_wage_sig'        16               3              0.8           0.1729     0.01    4.7558      0        0        1      0.00024599             0    0.84243    0.87601    0.94934     1.0021     1.0372     1.0635    1.0818    1.1498    1.1999    1.3134    1.4093    1.4681     1.525     1.542    1.6549    1.7838    1.9274         0.25042             0.7884               0.14079              0.58945               0.14563            0.56972               0.04697                 1             0.00051202     0.0066996       0.036    0.074948      0.11586      0.15808      0.20072      0.28933      0.43009      0.58408      0.70687      0.75177      0.82125      0.86825      0.93181      0.98564       0.99849  
    cl_mt_pol_c_p2v4        0.14643       1.2446    0.25988    'cl_mt_pol_c'    'fl_z_wage_sig'        16               4              0.8          0.20881     0.01    4.8375      0        0        1       0.0017264             0       0.01    0.88111    0.91358    0.94725    0.98221     1.0182    1.0496    1.0972    1.1712    1.3165    1.4373    1.4956    1.5555    1.6239    1.7191    1.8802    2.0443         0.46526            0.66479               0.29871              0.49371               0.33845            0.52159              0.067538                 1             1.3871e-05     0.0058332    0.034796    0.072062      0.11082      0.15108      0.19263      0.27931      0.41603      0.56647       0.6801      0.73549      0.79808      0.86125      0.92774       0.9842       0.99832  
    cl_mt_pol_c_p2v5        0.17857       1.2466    0.29353    'cl_mt_pol_c'    'fl_z_wage_sig'        16               5              0.8          0.23546     0.01    4.8573      0        0        1       0.0040596             0       0.01    0.89689    0.92393    0.94467    0.96726    0.99381    1.0214    1.0762    1.1521    1.3254    1.4654    1.5278    1.5907    1.6673    1.7909    2.0126    2.2533         0.69913            0.64544               0.48611              0.49494               0.58014            0.55065              0.086162                 1             3.2564e-05     0.0042057    0.033484    0.071123      0.10938      0.14866       0.1892      0.27323      0.40742      0.55559      0.67174      0.72993      0.79136      0.85445      0.92347      0.98303       0.99815  
    cl_mt_pol_c_p2v6        0.21071       1.2576    0.32481    'cl_mt_pol_c'    'fl_z_wage_sig'        16               6              0.8          0.25827     0.01    4.9295      0        0        1       0.0061093             0       0.01     0.9108    0.93913    0.95663    0.97293    0.99144    1.0118    1.0508    1.1645     1.323    1.4623    1.5546    1.6271    1.7138    1.8599    2.1607    2.4274         0.92099            0.65479               0.68791              0.52288                0.8286            0.58792                0.1055                 1             4.8578e-05     0.0027045    0.032241    0.069931      0.10829      0.14742      0.18747      0.26981      0.39998      0.54712      0.65858      0.72027      0.78322      0.84821      0.91926      0.98196       0.99801  
    cl_mt_pol_c_p2v7        0.24286       1.2706    0.35376    'cl_mt_pol_c'    'fl_z_wage_sig'        16               7              0.8          0.27842     0.01    5.1686      0        0        1       0.0081043     1.693e-29       0.01    0.88418    0.95264    0.96828    0.98221    0.99647    1.0117    1.0508    1.1389    1.3444    1.4906    1.5803    1.6574    1.7901    1.9502    2.2788     2.629          1.1541            0.67299               0.92719              0.56158                1.1138            0.63098               0.12515                 1             6.3783e-05     0.0011845    0.030824    0.068661      0.10707      0.14594      0.18542      0.26662       0.3953      0.54019      0.65176      0.71148      0.77601       0.8427      0.91554      0.98088       0.99784  
    cl_mt_pol_c_p2v8          0.275       1.2864    0.38326    'cl_mt_pol_c'    'fl_z_wage_sig'        16               8              0.8          0.29793     0.01    5.7441      0        0        1       0.0098219    1.2261e-16       0.01    0.48421    0.96469    0.98014    0.99263     1.0042    1.0173    1.0516    1.1233    1.3337    1.5276    1.6056    1.6879    1.8336    2.0351    2.4192    2.8494          1.3967            0.69274                1.2094              0.60415                 1.436            0.67261               0.14689                 1             7.6351e-05    0.00014208    0.029445    0.067215      0.10557      0.14436      0.18365      0.26399      0.39078      0.53317      0.64437      0.70468      0.76868      0.83728      0.91203      0.97974       0.99768  
    cl_mt_pol_c_p2v9        0.30714       1.3034    0.41341    'cl_mt_pol_c'    'fl_z_wage_sig'        16               9              0.8          0.31716     0.01    6.3876      0        0        1        0.011375    1.2301e-11       0.01       0.01    0.97423    0.98984     1.0018     1.0131    1.0249    1.0526    1.1291    1.3527    1.5407    1.6283    1.7438    1.8924    2.1126    2.5682    3.0715          1.6501            0.71107                1.5354              0.64479                1.7982            0.70985                0.1709                 1             8.7271e-05    8.7271e-05    0.028002    0.066044      0.10401      0.14256      0.18161      0.26126      0.38607      0.52825      0.63753      0.69804      0.76232       0.8326      0.90841      0.97862       0.99751  
    cl_mt_pol_c_p2v10       0.33929       1.3217    0.44444    'cl_mt_pol_c'    'fl_z_wage_sig'        16              10              0.8          0.33628     0.01    7.1049      0        0        1        0.012823    3.7776e-09       0.01       0.01    0.98261    0.99847     1.0102     1.0207    1.0312    1.0552    1.1384    1.3534    1.5497    1.6513     1.785    1.9464    2.2036    2.7293    3.3113          1.9189            0.72784                1.9142              0.68283                2.2111            0.74334               0.19753                 1             9.7022e-05    9.7022e-05    0.026606    0.064151      0.10209       0.1405      0.17952       0.2582      0.38156      0.52098       0.6315      0.69184      0.75662      0.82699      0.90472      0.97742       0.99734  
    cl_mt_pol_c_p2v11       0.37143       1.3429    0.47835    'cl_mt_pol_c'    'fl_z_wage_sig'        16              11              0.8          0.35621     0.01    7.9015      0        0        1        0.013952    1.2315e-07       0.01       0.01    0.98939     1.0058     1.0175     1.0276    1.0373    1.0595    1.1281     1.363    1.5677    1.6991    1.8239    2.0225    2.3013    2.8776    3.5867          2.1995            0.74107                2.3569              0.71803                  2.68            0.77161               0.22882                 1             0.00010389    0.00010389    0.025451    0.062629      0.10032      0.13834       0.1768      0.25482      0.37647      0.51448        0.624      0.68484      0.75044      0.82134      0.90113      0.97622       0.99715  
    cl_mt_pol_c_p2v12       0.40357       1.3646    0.51373    'cl_mt_pol_c'    'fl_z_wage_sig'        16              12              0.8          0.37647     0.01    8.7832      0        0        1        0.015025    1.1573e-06       0.01       0.01     0.9957     1.0121     1.0233      1.033    1.0423     1.063    1.1372    1.3757    1.6019     1.727     1.874    2.0795       2.4    3.0617    3.8456          2.4992            0.75233                2.8694              0.74955                3.2175            0.79647               0.26392                 1              0.0001101     0.0001101    0.024336     0.06114     0.098425       0.1361      0.17421      0.25121      0.37145      0.50799      0.61744       0.6777      0.74398       0.8162      0.89729      0.97499       0.99695  
    cl_mt_pol_c_p2v13       0.43571       1.3871    0.55102    'cl_mt_pol_c'    'fl_z_wage_sig'        16              13              0.8          0.39726     0.01    9.7557      0        0        1        0.016018    5.5317e-06       0.01       0.01    0.99983     1.0172     1.0281     1.0375    1.0466    1.0669    1.1464     1.392    1.6204    1.7627    1.9283    2.1367    2.4961    3.2488     4.145          2.8189            0.76134                3.4607              0.77739                3.8321            0.81783               0.30362                 1             0.00011548    0.00011548    0.023212    0.059628     0.096496      0.13369      0.17126      0.24743      0.36602      0.50154      0.61022      0.67105      0.73753      0.81053      0.89337      0.97367       0.99671  
    cl_mt_pol_c_p2v14       0.46786       1.4103    0.59131    'cl_mt_pol_c'    'fl_z_wage_sig'        16              14              0.8          0.41927     0.01    10.825      0        0        1          0.0169    1.7362e-05       0.01       0.01     1.0046     1.0213      1.032     1.0412    1.0502    1.0706    1.1496    1.4135    1.6644    1.8036    1.9903    2.1998    2.6073    3.4386    4.4448          3.1574            0.76699                4.1326              0.80051                4.5247            0.83459               0.34965                 1             0.00011983    0.00011983    0.022267    0.058142     0.094522      0.13129      0.16837      0.24351      0.36081      0.49479      0.60357      0.66408      0.73094      0.80507      0.88947      0.97225       0.99636  
    cl_mt_pol_c_p2v15           0.5       1.4333    0.63466    'cl_mt_pol_c'    'fl_z_wage_sig'        16              15              0.8          0.44279     0.01    11.996      0        0        1        0.017775    4.2367e-05       0.01       0.01     1.0059     1.0244     1.0351     1.0445    1.0533    1.0742    1.1536    1.4234    1.6669    1.8256    2.0127    2.2716    2.7053    3.6227    4.7855          3.5106            0.76867                4.8693              0.81734                5.2805            0.84571               0.40279                 1             0.00012401    0.00012401    0.021242    0.056652     0.092595      0.12886      0.16544      0.23964      0.35524       0.4884       0.5966      0.65767      0.72439      0.79921      0.88536      0.97066        0.9958  

                       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        0.057244    0.11726     'cl_mt_coh'     'fl_z_wage_sig'        16               1              0.8           2.0484     -17.204    50.122      0      0.16276    0.83724    1.6982e-12             0    -0.7905    -0.44026    -0.17088    -0.06313    -0.000295      0.0267     0.05358       0.0768      0.09472    0.10368    0.11264    0.11264     0.1216     0.1216     0.1216    0.21521     0.314        0.025868            0.62105              0.012183              0.96589              0.01375                1                0.0066301               0.5323          -0.018464     -0.10924    -0.30278    -0.39621     -0.42297     -0.41194     -0.37024     -0.22817     0.042467      0.27144      0.54995      0.54995      0.85314      0.85314      0.85314      0.95608       0.99396  
    cl_mt_coh_p2v2       0.082143       -0.083942    0.43416     'cl_mt_coh'     'fl_z_wage_sig'        16               2              0.8          -5.1721     -19.968    50.122      0      0.37973    0.62027    2.4045e-10             0    -2.7239     -1.7053    -0.95591    -0.61041     -0.41526    -0.27387    -0.17065    -0.031591     0.071629    0.10368    0.11264     0.1216    0.14564    0.20173    0.33416    0.65045    1.0544         0.25311            0.78661               0.17255              0.98361              0.18849                1                 0.047559              0.66534           0.044218      0.26175     0.84924      1.3134       1.6252       1.8206       1.9471       2.0546       1.9953       1.7983       1.7157       1.6218       1.5461       1.4545       1.3115       1.0996        1.0145  
    cl_mt_coh_p2v3        0.11429        -0.25328     1.1795     'cl_mt_coh'     'fl_z_wage_sig'        16               3              0.8          -4.6568     -19.968    50.122      0      0.48569    0.51431     1.944e-08             0    -15.333     -3.9197     -1.8444     -1.2274      -0.8819    -0.65754    -0.48031     -0.21778     0.015539    0.11264    0.19277    0.24886    0.36104    0.52035    0.80976      1.512    2.3892          1.5386            0.89007                1.2459              0.95845               1.3911                1                  0.14563              0.56972           0.070276      0.31913     0.71342       1.008       1.2173       1.3674       1.4777       1.6095        1.663       1.6165       1.5528       1.5133        1.455       1.3683       1.2414       1.0744        1.0106  
    cl_mt_coh_p2v4        0.14643        -0.69304     2.4968     'cl_mt_coh'     'fl_z_wage_sig'        16               4              0.8          -3.6027     -19.968    50.122      0      0.53203    0.46797    1.3669e-07             0    -19.896      -13.54     -4.3303     -2.4793      -1.7591     -1.3014    -0.98279     -0.49823    -0.049511    0.12772    0.30495     0.4553    0.65045    0.92193     1.4267     2.6249    4.1303          6.3358            0.94227                5.4651              0.94017               6.2341                1                  0.33845              0.52159           0.028787      0.24209     0.67202     0.90357       1.0533       1.1627       1.2438       1.3499        1.404       1.3921       1.3612       1.3341       1.2937       1.2381       1.1559       1.0475        1.0068  
    cl_mt_coh_p2v5        0.17857         -1.1616     3.5892     'cl_mt_coh'     'fl_z_wage_sig'        16               5              0.8          -3.0899     -19.968    50.122      0      0.54973    0.45027     3.243e-07             0    -19.905     -17.092     -8.6873      -4.622      -3.0133      -2.154     -1.5931     -0.85269     -0.15273    0.19277    0.48451    0.72679     1.0162     1.4739     2.2502      4.054    6.3447          12.626            0.95326                11.198              0.93246               12.882                1                  0.58014              0.55065            0.02697      0.16214     0.58696     0.85795       1.0182       1.1282       1.2088       1.3105       1.3711       1.3653       1.3376       1.3113       1.2748       1.2211        1.144       1.0432        1.0062  
    cl_mt_coh_p2v6        0.21071         -1.4136     4.3391     'cl_mt_coh'     'fl_z_wage_sig'        16               6              0.8          -3.0696     -19.968    50.122      0      0.55573    0.44427    4.9403e-07             0    -19.914     -18.119     -11.315     -6.6681      -4.3415     -3.0043      -2.154      -1.0591     -0.19986    0.25782    0.70887     1.0431     1.4739     2.0998     3.2127     5.6985    8.9338           17.91            0.95314                16.351              0.93031               18.828                1                   0.8286              0.58792           0.019958      0.13763     0.54657     0.85527       1.0451       1.1741       1.2645       1.3747        1.436         1.43       1.3969       1.3648       1.3219       1.2594       1.1672       1.0504        1.0071  
    cl_mt_coh_p2v7        0.24286         -1.6299     4.9897     'cl_mt_coh'     'fl_z_wage_sig'        16               7              0.8          -3.0613     -19.968    50.122      0      0.55917    0.44083    6.5722e-07    1.1775e-29    -19.914     -18.559     -12.979     -8.4361      -5.7235     -4.0229     -2.8922       -1.481     -0.28283    0.33416    0.93089     1.3796     1.9697     2.8021     4.2694     7.6056    11.907          22.977            0.94997                21.653              0.92979               24.897                1                   1.1138              0.63098           0.023027      0.12122     0.50603     0.82869       1.0417       1.1902       1.2956       1.4246       1.4996       1.4958       1.4579       1.4222        1.372       1.2995       1.1939       1.0582        1.0083  
    cl_mt_coh_p2v8          0.275         -1.7263     5.5705     'cl_mt_coh'     'fl_z_wage_sig'        16               8              0.8          -3.2268     -19.968    50.122      0      0.56274    0.43726    8.0052e-07    8.5272e-17    -19.923     -19.878     -13.998      -9.679      -6.8274     -4.9114     -3.5742      -1.8354     -0.37709    0.39921     1.2024     1.7722     2.5306     3.6053     5.4742      9.737    15.272           27.69            0.94494                27.096              0.93132                31.03                1                    1.436              0.67261           0.013656      0.11849     0.49574     0.83369       1.0707       1.2392       1.3604       1.5131       1.6015        1.599       1.5542       1.5116       1.4501       1.3624       1.2343       1.0705          1.01  
    cl_mt_coh_p2v9        0.30714         -1.7436     6.1276     'cl_mt_coh'     'fl_z_wage_sig'        16               9              0.8          -3.5144     -19.968    50.122      0      0.56583    0.43417    9.3053e-07    1.1312e-11    -19.923     -19.878     -14.689     -10.594      -7.7159     -5.6764     -4.1822      -2.1899     -0.48031    0.47322     1.4828     2.1941     3.1184     4.4556     6.7934     12.104    18.994           32.29            0.93874                32.958              0.93379               37.548                1                   1.7982              0.70985           0.015716      0.13638      0.5019     0.86119       1.1214       1.3112       1.4516       1.6293       1.7358       1.7347       1.6803       1.6283       1.5524       1.4453       1.2881       1.0867        1.0124  
    cl_mt_coh_p2v10       0.33929         -1.7044     6.6927     'cl_mt_coh'     'fl_z_wage_sig'        16              10              0.8          -3.9267     -19.968    50.122      0      0.56865    0.43135    1.0469e-06    3.7014e-09    -19.923     -19.887     -15.241     -11.306      -8.4361     -6.3136     -4.7229      -2.5175     -0.58353    0.55852     1.7722     2.6428     3.7736     5.4002     8.2136     14.673    23.116          36.993            0.93178                39.552              0.93693               44.793                1                   2.2111              0.74334           0.018088      0.12332     0.52254     0.90831        1.196       1.4106       1.5711       1.7792       1.9075       1.9084       1.8422       1.7779       1.6842        1.552       1.3572       1.1076        1.0155  
    cl_mt_coh_p2v11       0.37143         -1.5196     7.2608     'cl_mt_coh'     'fl_z_wage_sig'        16              11              0.8           -4.778     -19.968    50.122      0      0.56678    0.43322    1.1487e-06    1.2914e-07    -19.923     -19.887     -15.512     -11.716      -8.8848     -6.7242     -5.0707      -2.7239     -0.60145    0.69758     2.1559     3.1745     4.5319     6.4659     9.8223     17.545    27.668          41.633            0.92415                46.889               0.9411               52.719                1                     2.68              0.77161           0.022261      0.15176     0.59114      1.0359       1.3733        1.628       1.8213       2.0714       2.2256       2.2223       2.1318       2.0439       1.9189       1.7399       1.4789       1.1446        1.0208  
    cl_mt_coh_p2v12       0.40357          -1.295     7.8635     'cl_mt_coh'     'fl_z_wage_sig'        16              12              0.8           -6.072     -19.968    50.122      0       0.5624     0.4376    1.2331e-06    1.2593e-06    -19.923     -19.887      -15.69     -12.044      -9.2459     -7.0786     -5.3601      -2.9011     -0.63962    0.84793     2.5575     3.7646     5.3172     7.5877     11.523     20.648    32.586          46.597            0.91643                 55.39               0.9453               61.834                1                   3.2175              0.79647            0.02804      0.19116     0.69821      1.2324       1.6403       1.9539       2.1939       2.5053        2.698       2.6888        2.562       2.4409       2.2679       2.0207       1.6611       1.1994        1.0286  
    cl_mt_coh_p2v13       0.43571           -1.02     8.5037     'cl_mt_coh'     'fl_z_wage_sig'        16              13              0.8          -8.3373     -19.968    50.122      0      0.55772    0.44228    1.3108e-06    6.1908e-06    -19.923     -19.887      -15.84     -12.324      -9.5466     -7.3591     -5.6024      -3.0604     -0.63729     1.0072     3.0062     4.3816     6.1967     8.8216     13.394     23.948    37.661          51.943            0.90905                65.231              0.94949               72.314                1                   3.8321              0.81783           0.037845        0.258     0.89291      1.5807       2.1133       2.5255       2.8429       3.2576       3.5134        3.495       3.3038       3.1245       2.8676        2.503       1.9728       1.2929        1.0413  
    cl_mt_coh_p2v14       0.46786        -0.69338     9.1685     'cl_mt_coh'     'fl_z_wage_sig'        16              14              0.8          -13.223     -19.968    50.122      0      0.55166    0.44834    1.3798e-06    1.9767e-05    -19.923     -19.896     -15.961      -12.54       -9.771     -7.5655     -5.7975      -3.1524     -0.62833     1.2113     3.4931     5.0726       7.13      10.13     15.346     27.405    42.401            57.6            0.90242                76.322              0.95348               84.061                1                   4.5247              0.83459           0.058601      0.29043      1.3188      2.3449       3.1435       3.7654       4.2446       4.8773        5.262       5.2171       4.8882       4.5807       4.1464       3.5309       2.6356       1.4891        1.0665  
    cl_mt_coh_p2v15           0.5        -0.35807     9.8381     'cl_mt_coh'     'fl_z_wage_sig'        16              15              0.8          -27.475     -19.968    50.122      0      0.54845    0.45155    1.4505e-06     6.932e-05    -19.923     -19.896     -16.073     -12.726      -9.9595      -7.763     -5.9681      -3.2466     -0.63962     1.4178     3.9979     5.7546     8.0925     11.467     17.365     30.903    46.225          63.498             0.8969                88.362              0.95683               96.788                1                   5.2805              0.84571            0.11929      0.59121      2.5648      4.5692       6.1439       7.3762        8.329       9.5915       10.356       10.238        9.507       8.8277       7.8718       6.5228       4.5586       2.0505        1.1358  

Larger Grid Simulation (GRID)

it_size_type = 2;
ar_it_plot_sets = [51,52,54, 5,6,153, 61,62,10];
bl_simu_cross = 'g';

% Simulate along parameters
ff_az_test_analyze( ...
    ar_it_plot_sets, bl_simu_cross, it_size_type, cl_st_param_keys_grid, ...
    param_map, support_map, param_tstar_grid_map);

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

        Count: 48
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 31 ; key = st_img_name_main ; val = _default
pos = 32 ; key = st_img_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//solve/img/
pos = 33 ; key = st_img_prefix ; val = 
pos = 34 ; key = st_img_suffix ; val = _p9.png
pos = 35 ; key = st_mat_name_main ; val = _default
pos = 36 ; key = st_mat_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//solve/mat/
pos = 37 ; key = st_mat_prefix ; val = 
pos = 38 ; key = st_mat_suffix ; val = _p9
pos = 39 ; key = st_mat_test_name_main ; val = r
pos = 40 ; key = st_mat_test_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//test/ff_az_ds_vecsv/mat/
pos = 41 ; key = st_mat_test_prefix ; val = dft_
pos = 42 ; key = st_mat_test_suffix ; val = _g1516_cg_t2l20
pos = 43 ; key = st_matimg_path_root ; val = C:/Users/fan/CodeDynaAsset//m_abz/
pos = 44 ; key = st_profile_name_main ; val = _default
pos = 45 ; key = st_profile_path ; val = C:/Users/fan/CodeDynaAsset//m_abz//solve/profile/
pos = 46 ; key = st_profile_prefix ; val = 
pos = 47 ; key = st_profile_suffix ; val = _p9
pos = 48 ; 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_final                 4     4        0 
    bl_display_final_dist            5     5        1 
    bl_display_final_dist_detail     6     6        0 
    bl_display_funcgrids             7     7        0 
    bl_display_graph_stats           8     8        0 
    bl_display_simu_stats            9     9        1 
    bl_graph                        10    10        1 
    bl_graph_coh_t_coh              11    11        0 
    bl_graph_funcgrids              12    12        0 
    bl_graph_onebyones              13    13        1 
    bl_graph_pol_lvl                14    14        0 
    bl_graph_pol_pct                15    15        0 
    bl_graph_val                    16    16        0 
    bl_img_save                     17    17        0 
    bl_mat                          18    18        0 
    bl_mat_test                     19    19        1 
    bl_post                         20    20        1 
    bl_profile                      21    21        0 
    bl_profile_dist                 22    22        0 
    bl_replacefile                  23    23        0 
    bl_time                         24    24        1 
    bl_timer                        25    25        1 
    it_display_every                26    26       20 
    it_display_final_colmax         27    27       15 
    it_display_final_rowmax         28    28      100 
    it_display_summmat_colmax       29    29        5 
    it_display_summmat_rowmax       30    30        5 

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

        Count: 43
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 5 ; key = cl_st_param_keys ; val = fl_z_wage_rho
pos = 40 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 41 ; key = st_model ; val = abz
pos = 42 ; key = st_z_r_borr_drv_ele_type ; val = unif
pos = 43 ; 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_b_is_principle           1     2          1
    bl_default                  2     3          1
    bl_loglin                   3     4          0
    fl_a_max                    4     6         50
    fl_a_min                    5     7          0
    fl_b_bd                     6     8        -20
    fl_beta                     7     9       0.94
    fl_c_min                    8    10       0.01
    fl_crra                     9    11        1.5
    fl_default_aprime          10    12          0
    fl_loglin_threshold        11    13          1
    fl_nan_replace             12    14     -99999
    fl_r_save                  13    15      0.025
    fl_tol_dist                14    16      1e-05
    fl_tol_pol                 15    17      1e-05
    fl_tol_val                 16    18      1e-05
    fl_w                       17    19       1.28
    fl_z_mu                    18    20          0
    fl_z_r_borr_max            19    21      0.095
    fl_z_r_borr_min            20    22      0.025
    fl_z_r_borr_n              21    23          5
    fl_z_r_borr_poiss_mean     22    24         10
    fl_z_rho                   23    25        0.8
    fl_z_sig                   24    26        0.2
    fl_z_wage_mu               25    27          0
    fl_z_wage_rho              26    28        0.8
    fl_z_wage_sig              27    29        0.2
    it_a_n                     28    30        750
    it_maxiter_dist            29    31       1000
    it_maxiter_val             30    32       1000
    it_size_type               31    33          2
    it_st_simu_type_g_seed     32    34        123
    it_st_simu_type_g_simun    33    35         20
    it_tol_pol_nochange        34    36         25
    it_trans_power_dist        35    37       1000
    it_z_n                     36    38         55
    it_z_wage_n                37    39         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.275     0.15138     0.05      0.5
    it_a_n                    18    18      1        5       1300      948.68      100     2500
    it_z_n                    19    19      1        5         15      7.9057        5       25

---------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
    'Vary These Parame...'    'fl_z_wage_rho'    'fl_z_wage_sig'

xxxxxxxxxxxxxxxxxxxxxxxxxxx
---------------------------
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=1              0           0.05     
    j=2        0.10944           0.05     
    j=3        0.21889           0.05     
    j=4        0.32833           0.05     
    j=5        0.43778           0.05     
    j=6        0.54722           0.05     
    j=7        0.65667           0.05     
    j=8        0.76611           0.05     
    j=9        0.87556           0.05     
    j=10         0.985           0.05     

             fl_z_wage_rho    fl_z_wage_sig
             _____________    _____________

    j=91              0            0.5     
    j=92        0.10944            0.5     
    j=93        0.21889            0.5     
    j=94        0.32833            0.5     
    j=95        0.43778            0.5     
    j=96        0.54722            0.5     
    j=97        0.65667            0.5     
    j=98        0.76611            0.5     
    j=99        0.87556            0.5     
    j=100         0.985            0.5     

xxxxx Shift to: xxxxx
           fl_z_wage_rho    fl_z_wage_sig
           _____________    _____________

    j=1          0              0.05     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 9.813904 seconds.
Elapsed time is 2.953060 seconds.
                      mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.8457    0.054075    0.014061     -14.378    14.328          0    5.9512e-19           1    1.9285e-27       0            3.657       3.7117       3.7514       3.7757       3.7888       3.8003       3.8159       3.8269     3.8535    3.8696    3.8799     3.896    3.9016    3.9058      3.9327      3.9599     4.0046       0.0029241                  1              0.0018886             0.86287              0.0012987           0.52205              0.0023193              0.8987            0.001349      0.010086     0.051562     0.097629     0.15513       0.2102      0.27694      0.36092      0.60856      0.67639      0.79228      0.83006      0.85069      0.90944      0.96736      0.99041       0.99932  
    cl_mt_pol_a    -0.0093247    0.040475     -4.3406     -15.253    46.897    0.49338       0.41847    0.088147    3.0658e-30       0         -0.18001    -0.098858    -0.095647    -0.094118    -0.014212    -0.014212    -0.013985    -0.013985          0         0         0         0         0         0    0.070666    0.070666    0.15627       0.0018886            0.86287              0.0016382                   1             0.00091719           0.49258              0.0010739             0.55593            0.026567       0.16516      0.59668       1.2259      1.3906       1.3906       1.6854       1.6854       1.6854       1.6854       1.6854       1.6854       1.6854       1.6854       1.0318       1.0318        1.0002  
    cl_mt_coh         0.10065    0.046004     0.45707     -15.602    50.122          0      0.044684     0.95532     3.061e-30       0        -0.091606     -0.02626      0.01854      0.01854     0.061487     0.083887     0.083887       0.0992    0.10629    0.1216    0.1216    0.1216    0.1216    0.1216     0.19403     0.19403    0.28178       0.0012987            0.52205             0.00091719             0.49258              0.0021163                 1             0.00094033             0.42829          -0.0025964    -0.0085197    0.0033405    0.0033405    0.023968      0.11873      0.11873       0.2445      0.45226      0.83771      0.83771      0.83771      0.83771      0.83771       0.9949       0.9949       0.99997  
    cl_mt_pol_c        1.2788    0.047725    0.037319        0.01     4.638          0             0           1    1.9285e-27       0           1.1594       1.1893       1.2026       1.2179       1.2282       1.2393       1.2471       1.2548     1.2784     1.302    1.3173    1.3173    1.3281    1.3508      1.3574      1.3707     1.4146       0.0023193             0.8987              0.0010739             0.55593             0.00094033           0.42829              0.0022777                   1           0.0033604      0.021805     0.057214      0.10721     0.14719      0.21525      0.24692      0.34968      0.59378      0.66597      0.80098      0.80098      0.84377      0.90478      0.97082      0.99145       0.99997  

xxxxx Shift to: xxxxx
           fl_z_wage_rho    fl_z_wage_sig
           _____________    _____________

    j=2       0.10944           0.05     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 9.871865 seconds.
Elapsed time is 3.037882 seconds.
                      mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.8464    0.060226    0.015658     -14.393    14.331          0    7.1277e-18          1    3.4911e-28       0          3.6211       3.6865        3.741       3.7706       3.7937        3.794       3.8048      3.8236    3.8533    3.8666    3.8829    3.8946     3.912       3.923      3.9419      3.9805     4.0347       0.0036272                  1             0.0020743              0.86551              0.0014133           0.51818              0.0027602             0.91788          0.00098137     0.0095425      0.048553      0.10027     0.18035      0.19685      0.24867      0.37082      0.58911      0.65516      0.77477      0.79735      0.89548      0.91644      0.95809      0.99285       0.99923  
    cl_mt_pol_a    -0.0079949    0.039794     -4.9774     -15.266    46.897    0.57257       0.32576    0.10167    1.5695e-28       0        -0.19005     -0.10726     -0.10383    -0.024461    -0.024063    -0.023679    -0.023679           0         0         0         0         0         0    0.060328    0.060328    0.060328    0.14595       0.0020743            0.86551             0.0015835                    1              0.0010588           0.58754              0.0011935             0.60066            0.030777       0.32362        1.0936       1.1916      1.4337       1.8346       1.8346       1.8346       1.8346       1.8346       1.8346       1.8346       1.8346       1.1145       1.1145       1.1145        1.0015  
    cl_mt_coh         0.10209    0.045287     0.44359     -15.616    50.122          0      0.031787    0.96821    1.5672e-28       0        -0.10226    -0.036893    0.0079069     0.050872     0.073272       0.0768     0.095672    0.095672    0.0992    0.1216    0.1216    0.1216    0.1216     0.13864     0.18344     0.18344     0.2712       0.0014133            0.51818             0.0010588              0.58754              0.0020509                 1             0.00093972             0.41559          -0.0028391    -0.0087265    -0.0077469    0.0031811    0.053898     0.087321      0.23755      0.23755      0.38146      0.82415      0.82415      0.82415      0.82415       0.8342      0.98404      0.98404       0.99983  
    cl_mt_pol_c        1.2789     0.04993     0.03904        0.01    4.6324          0             0          1    9.8733e-26       0          1.1578       1.1883       1.1953       1.2271       1.2275       1.2381       1.2403      1.2524    1.2783    1.3022    1.3175     1.319    1.3392      1.3579      1.3579       1.382     1.4068       0.0027602            0.91788             0.0011935              0.60066             0.00093972           0.41559               0.002493                   1           0.0030287       0.01653      0.047369      0.12629     0.15035       0.2124      0.30252      0.37405      0.57544      0.64553      0.77791      0.79911      0.85863      0.96145      0.96145       0.9898        0.9998  

xxxxx Shift to: xxxxx
           fl_z_wage_rho    fl_z_wage_sig
           _____________    _____________

    j=3       0.21889           0.05     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.261884 seconds.
Elapsed time is 3.011777 seconds.
                     mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.8394    0.071136    0.018528     -14.416    14.333          0    3.7835e-16          1    1.5794e-26       0          3.5699       3.6686       3.7101       3.7439       3.7729       3.7812       3.8025    3.8159    3.8503    3.8699    3.8843      3.9031       3.918       3.918      3.9519     3.9913     4.0378       0.0050603                  1             0.0027879              0.89722             0.0019804            0.56173             0.0033844              0.92561          0.00094618     0.011843     0.048332     0.097965     0.15925      0.21946      0.25834      0.41172      0.61299      0.65918      0.78615      0.83169      0.90227      0.90227      0.96285      0.99017        0.9993  
    cl_mt_pol_a    -0.012888    0.043681     -3.3893     -15.309    46.896    0.52537       0.27344     0.2012    7.1034e-27       0        -0.22138     -0.13853      -0.1341    -0.054774    -0.053898    -0.053898    -0.053898         0         0         0         0    0.028102    0.028102    0.028102    0.028102    0.11378    0.11378       0.0027879            0.89722              0.001908                    1             0.0014006            0.64697             0.0015195              0.67678            0.020324      0.14326      0.58649      0.97106      1.5172       1.5172       1.5172       1.5172       1.5172       1.5172       1.5172       1.1038       1.1038       1.1038       1.1038       1.0035        1.0035  
    cl_mt_coh       0.096754    0.049562     0.51225     -15.659    50.122          0      0.056647    0.94335    7.0669e-27       0        -0.13546    -0.047641    -0.025241     0.040181     0.062581     0.062581     0.062581    0.0992    0.1216    0.1216    0.1216      0.1216       0.128      0.1504      0.1504    0.21583    0.23823       0.0019804            0.56173             0.0014006              0.64697             0.0024564                  1             0.0012809               0.5028          -0.0030097    -0.015953    -0.024179    0.0027676    0.099797     0.099797     0.099797      0.27401      0.71704      0.71704      0.71704      0.71704      0.78193      0.97256      0.97256      0.98118       0.99927  
    cl_mt_pol_c       1.2785      0.0514    0.040203        0.01    4.6357          0             0          1    4.4521e-24       0          1.1529       1.1843       1.1969       1.2193       1.2308       1.2353       1.2396    1.2559    1.2783    1.3071    1.3182      1.3189      1.3312      1.3428      1.3737     1.4067     1.4175       0.0033844            0.92561             0.0015195              0.67678             0.0012809             0.5028             0.0026419                    1           0.0026537     0.011067      0.04944     0.099457     0.15583      0.19987      0.30388      0.36341      0.60182      0.66997      0.77918       0.8242      0.89033      0.89788      0.96813      0.99123       0.99949  

xxxxx Shift to: xxxxx
           fl_z_wage_rho    fl_z_wage_sig
           _____________    _____________

    j=4       0.32833           0.05     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.722226 seconds.
Elapsed time is 3.061977 seconds.
                     mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.837    0.082745    0.021565     -14.447    14.337          0    9.5329e-15          1    6.1467e-24       0          3.5403       3.6322       3.6995        3.724       3.7597       3.7649        3.783      3.8054    3.8462    3.8844    3.8865    3.9066    3.9264      3.9264      3.9664      4.0166     4.0809       0.0068468                  1             0.0031448              0.85905             0.0022954            0.55545               0.00437              0.93599          0.00092714     0.013172     0.054946      0.098814     0.14593      0.20688      0.24566       0.3759      0.59862      0.66077      0.78728      0.80661      0.90784      0.90784      0.96647      0.99097       0.99933  
    cl_mt_pol_a    -0.010225    0.044242     -4.3268     -15.385    46.893    0.59069        0.3014    0.10791    2.7443e-24       0        -0.26905     -0.18875     -0.10845    -0.029077    -0.028605    -0.028148    -0.028148           0         0         0         0         0         0    0.055713    0.055713    0.055713     0.1415       0.0031448            0.85905             0.0019574                    1              0.001586            0.71777             0.0016226              0.64996            0.032441      0.22028       1.0724        1.1649      1.2991       1.6573       1.6573       1.6573       1.6573       1.6573       1.6573       1.6573       1.6573       1.1132       1.1132       1.1132        1.0047  
    cl_mt_coh       0.099645    0.049942      0.5012     -15.738    50.122          0      0.039407    0.96059    2.7284e-24       0          -0.173    -0.085077    0.0028507     0.045978     0.068378       0.0768     0.090778    0.090778    0.0992    0.1216    0.1216    0.1216    0.1216     0.13391     0.17871     0.17871    0.26663       0.0022954            0.55545              0.001586              0.71777             0.0024942                  1             0.0013604              0.48275          -0.0023365    -0.012085    -0.018048    -0.0094436    0.032927     0.068254      0.19241      0.19241      0.34451      0.81237      0.81237      0.81237      0.81237      0.82279      0.97915      0.97915       0.99928  
    cl_mt_pol_c       1.2787    0.056425    0.044126        0.01    4.6438          0             0          1    1.7188e-21       0          1.1441       1.1699       1.1901       1.2033       1.2276       1.2297        1.236      1.2382    1.2782    1.3194    1.3194    1.3312    1.3502       1.362      1.3634      1.4073     1.4424         0.00437            0.93599             0.0016226              0.64996             0.0013604            0.48275             0.0031838                    1          0.00090195    0.0092103     0.046639      0.095806     0.14116       0.1892      0.23882      0.34321      0.57943      0.75936      0.75936      0.80224      0.85797      0.93779      0.95735       0.9923       0.99945  

xxxxx Shift to: xxxxx
           fl_z_wage_rho    fl_z_wage_sig
           _____________    _____________

    j=5       0.43778           0.05     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.380071 seconds.
Elapsed time is 3.019725 seconds.
                      mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.8341    0.099908    0.026058      -14.49    14.345         0    8.1833e-13          1    1.1836e-20       0          3.4706       3.5798        3.6619      3.7137       3.7419       3.7513       3.7654    3.7926    3.8429    3.8768    3.8927    3.9178    3.9419      3.9419      3.9909     4.0696     4.1217       0.0099816                  1             0.0037041              0.84072             0.0027572             0.5548             0.0058897              0.95066          0.00093231    0.0092653     0.051369      0.1176      0.17087      0.19774       0.2508      0.36215      0.58999      0.64696      0.77885      0.79302      0.90096      0.90096      0.96261      0.99305       0.99943  
    cl_mt_pol_a    -0.0092229    0.044099     -4.7814     -15.507     46.89    0.5907       0.28839    0.12091    5.2675e-21       0        -0.27571     -0.19525       -0.1148    -0.03491    -0.034352    -0.034352    -0.034352         0         0         0         0         0         0    0.049248    0.049248    0.13519    0.13519       0.0037041            0.84072             0.0019447                    1             0.0016658             0.7594              0.001837              0.67175            0.059491      0.27761      0.92153      1.2385       1.7676       1.7676       1.7676       1.7676       1.7676       1.7676       1.7676       1.7676       1.7676       1.1888       1.1888       1.0132        1.0132  
    cl_mt_coh         0.10072    0.049743     0.49389     -15.863    50.122         0      0.063622    0.93638    5.2178e-21       0         -0.1803    -0.092204    -0.0041097    0.061585     0.061585     0.083985     0.083985    0.0992    0.1216    0.1216    0.1216    0.1216    0.1216     0.14968     0.17208    0.23777    0.26017       0.0027572             0.5548             0.0016658               0.7594             0.0024744                  1             0.0015564              0.50458           -0.003903    -0.014362    -0.021707    0.026524     0.026524      0.18301      0.18301       0.3335      0.79642      0.79642      0.79642      0.79642      0.79642      0.84872       0.9685      0.97816       0.99818  
    cl_mt_pol_c        1.2788    0.062011    0.048492        0.01    4.6203         0             0          1    3.2878e-18       0          1.1377       1.1526        1.1872      1.1923       1.2298       1.2309       1.2333     1.236     1.278    1.3213    1.3213    1.3284    1.3633      1.3662      1.3674     1.4137     1.4607       0.0058897            0.95066              0.001837              0.67175             0.0015564            0.50458             0.0038454                    1           0.0012629    0.0098549     0.045681    0.092224      0.16534      0.18972      0.24037      0.35096        0.569      0.74836      0.74836      0.80037      0.84655      0.92797      0.95373      0.99257       0.99894  

xxxxx Shift to: xxxxx
           fl_z_wage_rho    fl_z_wage_sig
           _____________    _____________

    j=6       0.54722           0.05     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.211812 seconds.
Elapsed time is 3.149034 seconds.
                     mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.8258     0.12481    0.032625     -14.561    14.357          0    2.172e-11           1    8.2499e-19       0          3.3571       3.4957       3.6307       3.6983        3.6986        3.7048        3.7648        3.7708     3.8363    3.8957    3.9011    3.9011    3.9651    3.9651    4.0283      4.0913     4.1998        0.015579                  1             0.0038198              0.70952              0.003085            0.50358              0.008635              0.95266           0.0010495     0.010169     0.050354      0.10512     0.14617      0.20225       0.2482      0.35449      0.60912      0.65065      0.79819      0.79819      0.91808      0.91808      0.97223      0.99174       0.99977  
    cl_mt_pol_a    -0.011245    0.043134     -3.8357     -15.696    46.884    0.60679      0.35822    0.034989    3.6819e-19       0        -0.33017     -0.17154    -0.089539    -0.088108    -0.0075406    -0.0075406    -0.0074201    -0.0074201          0         0         0         0         0         0         0    0.078272    0.16447       0.0038198            0.70952             0.0018605                    1              0.001703            0.80442             0.0016024              0.51157            0.041696      0.25277      0.77286        1.104      1.1747       1.1747       1.2698       1.2698       1.2698       1.2698       1.2698       1.2698       1.2698       1.2698       1.2698       1.0481        1.0062  
    cl_mt_coh        0.09877    0.049082     0.49693     -16.056    50.122          0     0.033609     0.96639    3.6416e-19       0        -0.23994    -0.085632    0.0027214     0.025121        0.0768      0.091075      0.091075        0.0992    0.11347    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216     0.20183    0.29018        0.003085            0.50358              0.001703              0.80442             0.0024091                  1             0.0015065              0.42264          -0.0036951    -0.017346    -0.026988    -0.013125    0.044214      0.10357      0.10357       0.2612      0.44613       0.9292       0.9292       0.9292       0.9292       0.9292       0.9292      0.99086       0.99896  
    cl_mt_pol_c       1.2789    0.072621    0.056785        0.01    4.6443          0            0           1    2.2943e-16       0          1.1237        1.139       1.1793       1.1885        1.1967        1.2243        1.2319        1.2327     1.2776    1.3161    1.3243    1.3243    1.3726    1.3726    1.4227      1.4246     1.4765        0.008635            0.95266             0.0016024              0.51157             0.0015065            0.42264             0.0052738                    1          0.00089043     0.010615     0.046057      0.10083     0.15643      0.19001      0.24749      0.33447       0.5971      0.63924      0.78937      0.78937      0.90746      0.90746      0.98456      0.99133       0.99956  

xxxxx Shift to: xxxxx
           fl_z_wage_rho    fl_z_wage_sig
           _____________    _____________

    j=7       0.65667           0.05     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.615292 seconds.
Elapsed time is 3.127682 seconds.
                     mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.8119     0.17527     0.04598     -14.686    14.377          0    1.7188e-09           1    1.1817e-15       0           3.173      3.3476       3.4954       3.5886       3.6406      3.6461    3.7339    3.7339    3.8262    3.9174    3.9174    3.9315    4.0075    4.0075      4.0964     4.1958     4.2955         0.03072                  1             0.0062278               0.7221             0.0052619            0.54066              0.013858              0.96359          0.00096998    0.0086409     0.045065     0.097116     0.17901      0.18675      0.37052      0.37052      0.59165      0.77881      0.77881      0.80046      0.89594      0.89594      0.95693      0.99365       0.99904  
    cl_mt_pol_a    -0.014769    0.049207     -3.3318     -16.001    46.962    0.70985       0.19159    0.098562    5.3188e-16       0        -0.38542    -0.22328     -0.14221    -0.062137    -0.061144           0         0         0         0         0         0         0         0         0    0.021287    0.10789     0.1945       0.0062278             0.7221             0.0024213                    1             0.0023539            0.86151             0.0023218              0.57502            0.037006      0.27402      0.63532      0.88223      1.2163       1.2163       1.2163       1.2163       1.2163       1.2163       1.2163       1.2163       1.2163       1.2163       1.0896       1.0235        1.0059  
    cl_mt_coh       0.094921    0.055528     0.58499     -16.369    50.122          0      0.054999       0.945    5.2098e-16       0        -0.30044    -0.12289    -0.034123     0.032248     0.054648    0.054648    0.0768    0.0992    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216     0.14342    0.18739    0.32096       0.0052619            0.54066             0.0023539              0.86151             0.0030833                  1             0.0021868              0.47995            -0.00482    -0.028394    -0.045862    -0.032443    0.025692     0.025692     0.071353      0.27032      0.88733      0.88733      0.88733      0.88733      0.88733      0.88733       0.9732      0.97483        0.9987  
    cl_mt_pol_c       1.2785    0.082056    0.064179        0.01    4.6504          0             0           1    3.2846e-13       0          1.1045      1.1209       1.1659       1.1794       1.1794      1.2101    1.2235    1.2273    1.2771    1.3289    1.3289    1.3507    1.3828    1.3828      1.4176      1.476        1.5        0.013858            0.96359             0.0023218              0.57502             0.0021868            0.47995             0.0067331                    1           0.0012238    0.0088778     0.047698      0.14415     0.14415      0.18867      0.23343      0.37324      0.59545      0.77534      0.77534      0.79773      0.89136      0.89136       0.9528       0.9892        0.9996  

xxxxx Shift to: xxxxx
           fl_z_wage_rho    fl_z_wage_sig
           _____________    _____________

    j=8       0.76611           0.05     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.820919 seconds.
Elapsed time is 3.215138 seconds.
                     mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.7909     0.27285    0.071976     -14.952    14.422          0    1.0186e-07           1    1.0419e-12       0          2.7925      3.0905        3.3209      3.4733       3.5065      3.5559    3.6567    3.6567     3.805    3.9513    3.9513    3.9513    4.0954    4.0954     4.237      4.4007     4.5299        0.074448                  1             0.0090741              0.62958             0.0081701            0.50425              0.026684               0.9762          0.00072835    0.0091405     0.043423     0.092524     0.16701      0.18118      0.35843      0.35843      0.58668      0.78454      0.78454      0.78454      0.90662      0.90662      0.96358      0.99354       0.99891  
    cl_mt_pol_a    -0.011991    0.052823     -4.4052     -16.547    46.946    0.79887       0.15633    0.044804    4.3794e-13       0         -0.4468    -0.28329      -0.11979    -0.03865    -0.038033           0         0         0         0         0         0         0         0         0         0    0.046707    0.22138       0.0090741            0.62958             0.0027903                    1              0.002841            0.90573             0.0027257              0.51508             0.06054      0.33651      0.93878       1.0793      1.2392       1.2392       1.2392       1.2392       1.2392       1.2392       1.2392       1.2392       1.2392       1.2392       1.2392       1.0914             1  
    cl_mt_coh       0.097943    0.059382     0.60629     -16.929    50.122          0      0.062823     0.93718    4.2669e-13       0        -0.36765    -0.18861    -0.0095656    0.057554       0.0768    0.079954    0.0992    0.0992    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216     0.16947    0.34851       0.0081701            0.50425              0.002841              0.90573             0.0035262                  1             0.0026499              0.44544           -0.006569    -0.031126    -0.053891    -0.029564    0.019044     0.068541      0.27783      0.27783       0.9198       0.9198       0.9198       0.9198       0.9198       0.9198       0.9198      0.98077             1  
    cl_mt_pol_c       1.2788     0.10018    0.078341        0.01    4.6787          0             0           1    2.7014e-10       0          1.0317      1.0933        1.1367      1.1586       1.1622      1.1761    1.2177    1.2177    1.2759    1.3369    1.3369    1.3369    1.4007    1.4007    1.4677      1.5251     1.5646        0.026684             0.9762             0.0027257              0.51508             0.0026499            0.44544              0.010036                    1           0.0010836    0.0089881     0.046298     0.095009     0.16567      0.18091      0.36075      0.36075      0.58452      0.78108      0.78108      0.78108      0.90396      0.90396      0.96122      0.98907       0.99962  

xxxxx Shift to: xxxxx
           fl_z_wage_rho    fl_z_wage_sig
           _____________    _____________

    j=9       0.87556           0.05     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.303120 seconds.
Elapsed time is 3.491154 seconds.
                      mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.7357      0.5553     0.14865      -15.75    14.571          0    4.2232e-06           1    7.3603e-10       0          1.8885        2.371       2.7955    3.1051    3.1186     3.425    3.4375    3.4375    3.7509    4.0582    4.0582    4.0582    4.3592    4.3592    4.6528      4.9347       5.219         0.30835                  1             0.0089888              0.37626             0.0087722            0.31729              0.076804              0.98951          0.00048415    0.0058792     0.047007    0.073906      0.14547      0.16493      0.32659      0.32659      0.55533      0.76392      0.76392      0.76392       0.9017       0.9017      0.96617      0.98878             1  
    cl_mt_pol_a    -0.0057773    0.043022     -7.4467     -17.825        47    0.89564      0.092558    0.011804    1.6413e-10       0        -0.51485     -0.18438    -0.014974         0         0         0         0         0         0         0         0         0         0         0         0    0.073304    0.073304       0.0089888            0.37626             0.0018509                    1             0.0019706            0.91997             0.0018453              0.30686             0.14738      0.61291        1.092      1.1498       1.1498       1.1498       1.1498       1.1498       1.1498       1.1498       1.1498       1.1498       1.1498       1.1498       1.1498       1.0001        1.0001  
    cl_mt_coh         0.10481    0.049788     0.47502     -18.238    50.122          0      0.019948     0.98005    1.5543e-10       0        -0.44216    -0.099475     0.060666    0.0768    0.0992    0.0992    0.0992    0.0992    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216     0.17434     0.19674       0.0087722            0.31729             0.0019706              0.91997             0.0024789                  1             0.0018643              0.26788          -0.0075747    -0.025683    -0.017414    0.033511      0.26578      0.26578      0.26578      0.26578      0.97903      0.97903      0.97903      0.97903      0.97903      0.97903      0.97903      0.98566       0.99999  
    cl_mt_pol_c        1.2794     0.13978     0.10925        0.01    4.7361          0             0           1    9.9033e-08       0         0.96723      0.99115       1.0561    1.1226    1.1238    1.1797    1.1958    1.1958    1.2724    1.3539    1.3539    1.3539    1.4407    1.4407     1.533      1.6312      1.7375        0.076804            0.98951             0.0018453              0.30686             0.0018643            0.26788              0.019538                    1          0.00075313    0.0086896     0.052514    0.085858      0.16116      0.17825      0.34407      0.34407      0.56968      0.77252      0.77252      0.77252       0.9054       0.9054      0.96748      0.98926             1  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=10        0.985            0.05     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.701782 seconds.
Elapsed time is 12.920580 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        1.6911     6.4169      3.7944     -25.179    17.146          0    0.24551    0.75449    0.00064201       0        -23.954     -20.32    -12.126    -6.8202    -2.2516    -2.0934    0.43064    0.43064    2.8195    5.0428    5.0428    7.1016    7.1016    8.9996    8.9996    12.118    12.118         41.176                   1               13.202               0.71769               15.264             0.76349               2.0065               0.72012           -0.029249     -0.13122    -0.50179    -0.77105     -0.91679       -1.032     -0.99208     -0.99208     -0.67939     -0.17539     -0.17539      0.33531      0.33531       0.7085       0.7085         1             1     
    cl_mt_pol_a    -0.82306     2.8666     -3.4828     -19.512    46.957    0.85053    0.14947          0    5.2709e-06       0        -18.561    -16.302    -6.7654    -1.5363          0          0          0          0         0         0         0         0         0         0         0         0         0         13.202             0.71769               8.2173                     1                7.827             0.87638              0.16024               0.12873            0.045048      0.21912     0.74025     0.96429            1            1            1            1            1            1            1            1            1            1            1         1             1     
    cl_mt_coh      -0.78343     3.1156     -3.9768     -19.968    50.122          0    0.14397    0.85603    8.7597e-06       0        -19.901    -17.635    -7.2616    -1.5606      0.032     0.0768     0.0992     0.0992    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216         15.264             0.76349                7.827               0.87638               9.7067                   1              0.29828               0.22048            0.050678      0.24729     0.83867      1.0869       1.1206       1.1132       1.0854       1.0854            1            1            1            1            1            1            1         1             1     
    cl_mt_pol_c      1.3176    0.43423     0.32957        0.01    6.2739          0          0          1     0.0056423       0           0.01    0.78282     0.8487     0.8487    0.94083     1.0099     1.0099     1.0342    1.2016    1.4298    1.4298    1.7013    1.7013    2.0243    2.0243    2.8661    2.8661         2.0065             0.72012              0.16024               0.12873              0.29828             0.22048              0.18855                     1          4.2824e-05    0.0025502    0.073913    0.073913     0.093645      0.23692      0.23692      0.24574       0.4547      0.64755      0.64755      0.80625      0.80625      0.91451      0.91451         1             1     

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=11          0               0.1     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.879462 seconds.
Elapsed time is 3.292974 seconds.
                     mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.7836     0.13057     0.03451     -14.412    14.348          0    2.3205e-13          1    1.9284e-16       0          3.2949      3.4453      3.5631      3.6173       3.6452       3.6842       3.7017       3.7517    3.7781    3.8303      3.8773      3.8821     3.9219     3.9405      3.992     4.0531     4.1591        0.017049                  1              0.016028              0.97996              0.012544            0.71506             0.0082487              0.92351          0.0010233     0.0099583    0.047065    0.093669      0.14283      0.19074      0.24121      0.33814      0.49234       0.6604      0.76371      0.79421      0.85478      0.90715      0.95252      0.98969       0.99896  
    cl_mt_pol_a    -0.038838     0.12526     -3.2252     -17.653    47.093    0.20198       0.49029    0.30773    3.1835e-19       0        -0.56231    -0.39604    -0.23349    -0.22976       -0.149     -0.14662     -0.14662    -0.063485         0         0    0.020994    0.020994    0.10981    0.10981    0.19862    0.19862    0.37625        0.016028            0.97996               0.01569                    1              0.012071            0.71725             0.0071535              0.83487           0.020315       0.14262     0.48609     0.74135      0.96149         1.33         1.33       1.7112       1.7112       1.7112       1.6327       1.6327        1.352        1.352       1.0772       1.0772        1.0071  
    cl_mt_coh       0.067287     0.13435      1.9967     -18.063    50.122          0       0.26276    0.73724    3.0424e-19       0        -0.49413    -0.31206    -0.15239    -0.12999    -0.061352    -0.038952    -0.038952     0.052084    0.0768    0.1216     0.14312     0.14312    0.21175    0.23415    0.30279    0.32519    0.50726        0.012544            0.71506              0.012071              0.71725              0.018051                  1             0.0057215              0.62254          -0.010515     -0.068499    -0.20843    -0.29246     -0.34811     -0.40599     -0.40599     -0.26263     -0.23948      0.15748      0.35727      0.35727      0.46391      0.68731      0.77074       0.9387       0.99486  
    cl_mt_pol_c        1.275    0.068406    0.053653        0.01     4.626          0             0          1    1.9284e-16       0          1.1171      1.1329      1.1709      1.1877       1.1933       1.2066       1.2166       1.2551    1.2688     1.295      1.3312      1.3453     1.3507     1.3549     1.3717     1.4408     1.4531       0.0082487            0.92351             0.0071535              0.83487             0.0057215            0.62254             0.0046794                    1          0.0013449     0.0090456    0.047915    0.093471      0.14419      0.19813       0.2329       0.3382      0.47896      0.65163      0.74594      0.79498      0.83973      0.89114      0.94433      0.98878       0.99917  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=12       0.10944            0.1     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.546522 seconds.
Elapsed time is 3.232906 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.7789     0.14989    0.039664     -14.448    14.353          0    4.9555e-12          1    2.8433e-17       0          3.2097      3.3901       3.536      3.6035       3.6225       3.6751       3.6816       3.7427        3.8061    3.8672    3.8688      3.9261      3.9286     3.9827     3.9896     4.0984     4.2111        0.022466                  1              0.020117              0.97417              0.016244            0.73447              0.010262              0.91178          0.00093203    0.0088489    0.048863    0.094225      0.14746      0.20125      0.23918      0.35625      0.48976      0.65519      0.76183      0.80928      0.87384      0.90718      0.94671      0.98977       0.99895  
    cl_mt_pol_a    -0.03558     0.13777     -3.8723     -17.684    47.092    0.26274       0.51577    0.22149    1.3261e-17       0         -0.5933    -0.41746    -0.25519    -0.17639     -0.16794     -0.16794    -0.086136    -0.084759    -0.0015829         0         0    0.087165    0.087165    0.17602    0.17602    0.26488    0.44259        0.020117            0.97417              0.018982                    1              0.015769            0.77564             0.0083411              0.80623            0.020492      0.21023      0.5904     0.86224       1.3699       1.3699       1.5772       1.8776        1.882        1.882        1.882       1.5952       1.5952       1.1913       1.1913       1.0673        1.0081  
    cl_mt_coh      0.070618     0.14756      2.0896     -18.094    50.122          0       0.22708    0.77292    1.2511e-17       0        -0.51768    -0.33552    -0.17577    -0.10709    -0.062289    -0.062289    0.0063889     0.028789        0.0992    0.1216    0.1216     0.18854     0.21094    0.25722    0.30202     0.3931    0.57526        0.016244            0.73447              0.015769              0.77564              0.021774                  1             0.0070929              0.64012           -0.014621    -0.089836     -0.2301    -0.32723     -0.42344     -0.42344     -0.42428     -0.36857     -0.20362      0.19615      0.19615      0.30207      0.52819      0.55586      0.86532      0.95558       0.99503  
    cl_mt_pol_c      1.2751    0.075092    0.058894        0.01    4.6298          0             0          1    7.9301e-15       0          1.0981      1.1297      1.1682      1.1828        1.191       1.2004       1.2064       1.2445        1.2667     1.292    1.3496      1.3509      1.3526     1.3592     1.3689     1.4456     1.4598        0.010262            0.91178             0.0083411              0.80623             0.0070929            0.64012             0.0056389                    1          0.00090971    0.0093505    0.046753    0.097255      0.13789      0.21043      0.23406      0.32816      0.47734      0.63096       0.7336      0.78511      0.84428      0.89233      0.94702       0.9907        0.9993  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=13       0.21889            0.1     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.465430 seconds.
Elapsed time is 3.250380 seconds.
                     mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.7688     0.17417    0.046213     -14.494     14.36          0    7.1619e-11          1    8.2508e-16       0          3.0981      3.3184      3.4712      3.5427       3.6102        3.614       3.6788      3.7015      3.7665    3.8208      3.8811     3.9287     3.9393     3.9954     4.0439     4.1432     4.2658        0.030334                  1              0.025678              0.97533              0.020996            0.74578              0.012924              0.93262          0.0008246     0.0090899    0.048815    0.093569      0.14301      0.18769      0.25794      0.33324      0.48588       0.63458     0.75616      0.78918      0.85579      0.90718      0.94601      0.98939       0.99886  
    cl_mt_pol_a    -0.037214     0.15116     -4.0619     -17.781     47.09    0.18016       0.47886    0.34098    3.8233e-16       0        -0.65096    -0.48436    -0.31777    -0.23447     -0.15363     -0.15118     -0.15118    -0.06788           0         0    0.016469    0.10545    0.10545    0.10545    0.19444    0.28343    0.55038        0.025678            0.97533              0.022849                    1              0.019991            0.81815              0.010279              0.85462           0.029219       0.18591     0.62545      1.0749       1.2816        1.568        1.568       1.9864       1.9864        1.9864      1.9306       1.6012       1.6012       1.6012       1.2075       1.0958         1.005  
    cl_mt_coh       0.068502     0.16164      2.3597     -18.193    50.122          0        0.2549     0.7451    3.5851e-16       0         -0.5912    -0.40878    -0.22636    -0.13515    -0.066339    -0.043939    -0.043939    0.047271    0.093681    0.1216     0.13848    0.20729    0.22969    0.22969     0.3209    0.41211    0.64094        0.020996            0.74578              0.019991              0.81815              0.026129                  1              0.008933              0.69456          -0.014731     -0.088656    -0.27156    -0.42193     -0.46752     -0.51739     -0.51739     -0.39481     -0.36134     -0.031712      0.1333      0.25329      0.50537      0.50537      0.84683      0.93282        0.9898  
    cl_mt_pol_c       1.2746    0.079566    0.062426        0.01    4.6416          0             0          1    2.2726e-13       0          1.0798      1.1248      1.1596      1.1755       1.1868       1.1918       1.2026      1.2483      1.2731     1.291      1.3489     1.3534     1.3565     1.3647     1.4256     1.4522     1.4671        0.012924            0.93262              0.010279              0.85462              0.008933            0.69456             0.0063308                    1          0.0014657     0.0097393    0.047301      0.1022      0.14145      0.18441      0.24067      0.33192      0.51173       0.62588     0.74106      0.79095      0.85475      0.90614      0.94412      0.98939       0.99887  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=14       0.32833            0.1     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.649793 seconds.
Elapsed time is 3.362378 seconds.
                     mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.7512     0.20668    0.055098     -14.559    14.369          0    8.0653e-10          1    1.9717e-14       0           2.959       3.188      3.3953      3.4793      3.5439      3.5933      3.6255       3.6925       3.7748    3.8369      3.8798      3.9154      3.9524     3.9942     4.0747     4.2087     4.3414        0.042718                  1              0.033302              0.96265              0.027855            0.75266              0.017146              0.93556          0.0007684     0.0083657    0.048477      0.0896      0.13694      0.18449      0.23859      0.33509      0.49038       0.64205      0.73605     0.79272      0.83911      0.89409      0.95253      0.98902       0.99895  
    cl_mt_pol_a    -0.042938     0.16738     -3.8982     -17.955    47.085    0.22271       0.51653    0.26076    8.8142e-15       0        -0.77254      -0.522    -0.35497    -0.27145    -0.19099    -0.18794    -0.10612     -0.10442    -0.020905         0    0.066887    0.066887    0.066887    0.15611    0.24532    0.33454     0.6022        0.033302            0.96265              0.028016                    1              0.025922            0.86491              0.012566              0.84663           0.023213       0.22465     0.61913     0.96076       1.1298       1.3995       1.5393        1.817       1.8823        1.8823       1.7009      1.7009       1.7009       1.3691       1.1712       1.0911        1.0045  
    cl_mt_coh       0.062205     0.17906      2.8785     -18.372    50.122          0       0.27335    0.72665    8.3052e-15       0        -0.72434    -0.44999    -0.26709    -0.17564    -0.08419    -0.08419    -0.01514    0.0072599     0.098709    0.1216     0.14536     0.19016     0.19016    0.28161    0.32826    0.46451    0.73886        0.027855            0.75266              0.025922              0.86491              0.032062                  1              0.010989              0.69211          -0.015287      -0.13886    -0.35667    -0.51687      -0.6681      -0.6681     -0.68971     -0.67685     -0.46368     -0.089974    -0.065284     0.24617      0.24617      0.64405      0.66112      0.92102       0.99631  
    cl_mt_pol_c        1.274    0.088673    0.069603        0.01    4.6631          0             0          1    5.2853e-12       0          1.0633      1.1096      1.1521      1.1685      1.1785      1.1865      1.1944       1.2252       1.2629    1.3307      1.3561      1.3578      1.3622     1.3782     1.4489      1.464     1.5031        0.017146            0.93556              0.012566              0.84663              0.010989            0.69211              0.007863                    1          0.0010985     0.0098519    0.044358    0.092812      0.13725      0.18809      0.23305      0.33702      0.48609       0.62423      0.74903     0.79415      0.83811      0.90336      0.94522      0.99012       0.99943  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=15       0.43778            0.1     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.667881 seconds.
Elapsed time is 3.359339 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.7248    0.25151    0.067524     -14.653    14.383          0    9.727e-09          1    5.0641e-13       0          2.7528     3.0533       3.288       3.392      3.4677      3.5374         3.57       3.6461      3.7405    3.8425     3.8848     3.9434     3.9733     4.0341     4.1088     4.2652     4.4483         0.06326                  1              0.044118              0.94565              0.037631            0.75371              0.023871              0.94122          0.00071119    0.0084531    0.045128    0.087892      0.13676      0.19189      0.23026      0.32627      0.48022      0.65166      0.73937       0.79432     0.85038      0.88967      0.94988      0.98894       0.99898  
    cl_mt_pol_a    -0.053386    0.18549     -3.4745     -18.235    47.168    0.22223      0.49675    0.28101    2.2585e-13       0        -0.88319    -0.6316    -0.38617    -0.29614    -0.21227    -0.13718     -0.13049     -0.12841           0         0    0.04201    0.04201     0.1316     0.1316     0.2212    0.40038    0.66916        0.044118            0.94565              0.034407                    1              0.033097            0.89883              0.015731              0.84103            0.025276      0.14041     0.49907     0.89567       1.2284        1.229        1.371       1.5993       1.7202       1.7202       1.6303        1.6303      1.3935       1.3935       1.2298       1.0805        1.0059  
    cl_mt_coh       0.050826    0.19851      3.9057     -18.659    50.122          0      0.35312    0.64688    2.0579e-13       0         -0.8455      -0.57     -0.3169    -0.20267    -0.11084     -0.1086    -0.041405    -0.019005    0.072828    0.1216    0.14226    0.16466    0.23409    0.25649    0.34833    0.53199    0.80749        0.037631            0.75371              0.033097              0.89883              0.039406                  1              0.013979              0.69836           -0.025803     -0.13748    -0.46003    -0.76591     -0.96395     -0.96445      -1.0156      -1.0526     -0.87218      -0.3655     -0.28276     -0.043339     0.10823       0.4218      0.68437      0.89644       0.99279  
    cl_mt_pol_c       1.2731    0.10084    0.079208        0.01    4.6547          0            0          1    1.3098e-10       0          1.0426     1.0809      1.1294      1.1575      1.1687      1.1776       1.1846       1.2231      1.2636    1.3129     1.3607     1.3647      1.367     1.4115      1.459     1.4829      1.562        0.023871            0.94122              0.015731              0.84103              0.013979            0.69836              0.010168                    1          0.00093723    0.0091704     0.04416    0.092623      0.13747      0.20007      0.22925      0.32359      0.47529      0.62493      0.73589       0.79834     0.83624      0.89343      0.94236      0.98839       0.99883  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=16       0.54722            0.1     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.863288 seconds.
Elapsed time is 3.495230 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.6962     0.3266    0.088362     -14.805    14.406          0    1.1243e-07          1    1.1017e-11       0          2.423      2.8151       3.122      3.2673        3.36       3.4662       3.4882       3.6121       3.7452    3.8227      3.8866      3.9893     4.0071     4.1126      4.185     4.3907     4.6097         0.10667                  1              0.068094              0.93024              0.059947             0.7667               0.03562              0.94352           0.0006308    0.0071988    0.041425    0.083112        0.129      0.17736      0.22775      0.31745      0.48665      0.62088      0.72359      0.80487      0.84412      0.90852       0.9426      0.98792       0.99874  
    cl_mt_pol_a    -0.050284    0.22413     -4.4573     -18.673    47.157    0.20484       0.52182    0.27334    4.7956e-12       0         -1.103    -0.70345    -0.44184    -0.34331    -0.25889     -0.17731     -0.17448    -0.090067    -0.005653         0    0.084139    0.084139    0.17432    0.17432     0.2645    0.53503    0.80557        0.068094            0.93024              0.050233                    1              0.049853            0.92912              0.021779              0.84066            0.027017      0.18072      0.6434      1.1013       1.3949       1.5333       1.7265       2.0079       2.0195       2.0195       1.8399       1.8399       1.4902       1.4902       1.3451       1.0936        1.0102  
    cl_mt_coh        0.05341     0.2394      4.4823     -19.108    50.122          0       0.27872    0.72128    4.2896e-12       0        -1.0862    -0.66885    -0.39155    -0.25432    -0.16189    -0.091856    -0.069456     0.022977       0.0992    0.1216     0.18544     0.20784    0.27788    0.30028    0.39271    0.67001    0.92491        0.059947             0.7667              0.049853              0.92912              0.057313                  1              0.020047              0.72444           -0.025326     -0.16349    -0.55115     -0.8917      -1.0742      -1.1362      -1.2159      -1.1793     -0.99676     -0.55237     -0.42619     -0.15614     0.024545      0.39136      0.58871      0.89533       0.98302  
    cl_mt_pol_c       1.2725    0.11559    0.090835        0.01     4.661          0             0          1    2.7306e-09       0          1.008      1.0522      1.1034      1.1455      1.1607       1.1687       1.1741       1.1883       1.2689    1.3568      1.3671      1.3694     1.3784     1.4618     1.4798     1.5182     1.5933         0.03562            0.94352              0.021779              0.84066              0.020047            0.72444              0.013361                    1          0.00085579     0.009793    0.044026    0.088094      0.13558      0.18252      0.22935      0.32041      0.47649      0.62335      0.74566      0.79268       0.8337      0.88959      0.94098      0.98853       0.99882  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=17       0.65667            0.1     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.820296 seconds.
Elapsed time is 3.660861 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.6353    0.44917     0.12356     -15.072    14.448          0    1.646e-06          1    1.3692e-10       0         1.8211      2.4129      2.8496      3.0506      3.2049      3.2845       3.3587       3.5182    3.6612      3.8464      3.9065     4.0197     4.0849     4.1388     4.3146     4.5852    4.8809         0.20175                  1                0.1092              0.90139               0.09925            0.76643              0.059489               0.9492          0.00043765    0.0063633    0.037086    0.077754      0.12871      0.16667      0.21092      0.30594      0.45214       0.6244      0.71871      0.78228       0.8467      0.88068      0.94628      0.98722       0.99865  
    cl_mt_pol_a    -0.066182    0.26972     -4.0754     -19.388    47.231    0.16733      0.46658    0.36609    5.6533e-11       0         -1.387    -0.91614    -0.57491    -0.40429    -0.31899    -0.23368     -0.15078    -0.064085         0    0.023767    0.023767     0.1149     0.1149    0.20603    0.29717    0.66171    1.0262          0.1092            0.90139              0.072748                    1              0.074328            0.95585              0.030924               0.8217            0.024676      0.19924     0.64474      1.0583       1.2697       1.4944       1.5796       1.7582       1.8471       1.7977       1.7977       1.6007       1.6007       1.4425       1.3378       1.0741        1.0118  
    cl_mt_coh       0.035843     0.2883      8.0434      -19.84    50.122          0      0.31897    0.68103    4.9996e-11       0        -1.3934    -0.88158    -0.50793     -0.3211    -0.22769    -0.13428    -0.063264     0.030149    0.0992     0.12356     0.14596    0.21697    0.23937    0.31039     0.4262    0.77745    1.1511         0.09925            0.76643              0.074328              0.95585              0.083119                  1              0.028953              0.71974           -0.046494     -0.36202     -1.1173     -1.7579      -2.0471      -2.3019       -2.366         -2.4      -2.1008       -1.581      -1.2189     -0.98418      -0.4941     -0.34214      0.23344      0.75371       0.96701  
    cl_mt_pol_c       1.2709    0.13953     0.10979        0.01    4.6567          0            0          1    3.1947e-08       0        0.95418      1.0109      1.0673      1.1248      1.1446      1.1498       1.1572       1.1689    1.2658      1.3246      1.3739     1.3785     1.4262     1.4899     1.5196     1.5732    1.6358        0.059489             0.9492              0.030924               0.8217              0.028953            0.71974              0.019469                    1          0.00075415    0.0081798    0.041541     0.08422      0.12966      0.17366      0.22227      0.31719      0.45746      0.60693      0.73393      0.78172       0.8225      0.89424       0.9401      0.98811       0.99869  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=18       0.76611            0.1     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.123341 seconds.
Elapsed time is 4.001054 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.5254    0.70845     0.20095     -15.646    14.539          0    0.00031608    0.99968       3.1e-09       0        0.58298     1.5663      2.2817      2.6063      2.8526      2.9473       3.1004      3.3274    3.6258    3.8573      3.9743     4.0838     4.2419     4.3429     4.5826     4.9889    5.3995         0.5019                   1               0.22581              0.87631               0.21323            0.77562               0.12032              0.95278          5.1141e-06    0.0031905    0.027133    0.061263      0.10127      0.14108      0.18603      0.31278      0.49667      0.58935      0.69944      0.74841      0.80947      0.86929      0.93609      0.98558       0.99855  
    cl_mt_pol_a    -0.070452    0.36372     -5.1626     -19.512    47.322    0.27874       0.42551    0.29575    1.0002e-09       0         -1.963    -1.2344    -0.69389     -0.5121    -0.35267    -0.26021     -0.17347    -0.08535         0         0    0.091178    0.18236    0.18236    0.27354    0.45589    0.82061    1.4589        0.22581             0.87631               0.13229                    1               0.13753            0.97435              0.053008              0.81762            0.038213       0.2217     0.77029      1.2263       1.4768       1.7135       1.8856       2.1422       2.1422       2.1422       2.0243       1.7722       1.7722       1.6526       1.4562       1.1524        1.0184  
    cl_mt_coh       0.029697    0.38806      13.067     -19.968    50.122          0       0.31442    0.68558    8.9175e-10       0        -2.0279    -1.2316    -0.64846    -0.43915    -0.29703    -0.18117    -0.087716    0.028142    0.0992    0.1216     0.21506    0.26372    0.30852    0.37957    0.58889    0.96272    1.6169        0.21323             0.77562               0.13753              0.97435               0.15059                  1              0.051272              0.74124           -0.093684     -0.53445     -1.7879     -2.7508      -3.2437      -3.6569      -3.9042      -3.9279      -3.6227      -2.8846      -2.2569      -2.1764      -1.2796       -1.143     -0.26644      0.59361       0.95227  
    cl_mt_pol_c        1.269    0.17825     0.14046        0.01    4.6964          0             0          1    5.7027e-07       0        0.86219    0.93892     0.99979      1.0403      1.1105      1.1257       1.1348       1.151    1.2637    1.3594      1.3896     1.4296     1.4597     1.5276     1.5855     1.6716    1.7719        0.12032             0.95278              0.053008              0.81762              0.051272            0.74124              0.031772                    1          0.00065703    0.0071735    0.038724    0.079031      0.12621      0.17141       0.2194      0.33865      0.51417      0.60832      0.71888      0.76011      0.81605      0.87946       0.9421      0.98723       0.99883  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=19       0.87556            0.1     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.419797 seconds.
Elapsed time is 4.487717 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.1892     1.6365     0.51312     -17.413    14.838          0    0.029612    0.97039    3.3726e-06       0        -11.729    -1.6886     0.67369      1.4252      1.9215       2.1046       2.5947     2.761    3.3977    4.0128    4.0128      4.3751     4.6065     4.7942     5.3084    6.1013    6.7879          2.678                   1                1.1477              0.77839               1.2309             0.77431               0.36416              0.83014          -0.0043109    -0.017008    -0.018242    -0.00068739    0.027163     0.058474      0.10063      0.21196      0.42134      0.62634      0.62634      0.68597      0.77935      0.83367      0.91676      0.98069       0.99792  
    cl_mt_pol_a     -0.10939    0.90102     -8.2365     -19.512    47.413    0.48483     0.30709    0.20807    4.4075e-07       0        -13.791    -2.6458    -0.93885    -0.52042     -0.3414     -0.17347    -0.086736         0         0         0         0    0.091178    0.18236    0.27354    0.63825    1.4589    2.4618         1.1477             0.77839               0.81183                    1              0.82156             0.93865              0.099908              0.41364             0.15001      0.59742       1.1291         1.4413      1.6406       1.7523        1.823       1.8525       1.8525       1.8525       1.8525       1.8104       1.7398       1.6871       1.4559       1.1486        1.0223  
    cl_mt_coh      -0.013176    0.97142     -73.726     -19.968    50.122          0     0.24649    0.75351     4.128e-07       0        -14.832    -2.7756    -0.90644    -0.46155    -0.25223    -0.087716    0.0057421    0.0768    0.1216    0.1216    0.1216     0.19266    0.28612    0.40197    0.77581    1.6169    2.6226         1.2309             0.77431               0.82156              0.93865              0.94365                   1               0.10583              0.40642              1.3507        5.286       9.7319         12.128       13.47       14.024       14.193       13.849       10.011       10.011       10.011       9.7599       8.9105       7.6422       5.2376       2.3357        1.2213  
    cl_mt_pol_c         1.27    0.26807     0.21107        0.01    4.9129          0           0          1    0.00026383       0        0.76945    0.82039     0.90042     0.93752     0.96155        1.055       1.0877    1.1039    1.2499    1.4152    1.4152        1.52     1.6023     1.6137     1.7299    1.8945    2.0909        0.36416             0.83014              0.099908              0.41364              0.10583             0.40642               0.07186                    1          0.00053126      0.00613     0.033628       0.069705     0.10739       0.1464      0.19208      0.30585      0.50453      0.68269      0.68269      0.73761      0.81668      0.86512      0.93261       0.9848       0.99845  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=20        0.985             0.1     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.059098 seconds.
Elapsed time is 11.917200 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       -2.756     10.959     -3.9764     -30.009    19.577          0    0.60207     0.39793    0.00091034       0        -29.007    -27.009    -22.098    -18.242    -15.547    -13.365    -11.488    -7.5593    -0.085831     4.361     4.361    8.3336    8.3336    11.777    11.777     16.928    17.012          120.1                   1               40.035               0.74776               47.142             0.81029               6.5173                0.6843            0.034147       0.10276     0.45382     0.81605       1.1261       1.3913       1.6109       1.9562       2.1631       1.9097       1.9097       1.5469       1.5469       1.2516       1.2516       1.0613          1     
    cl_mt_pol_a     -2.903     4.8855     -1.6829     -19.512    47.139    0.52358    0.45952    0.016903    2.8763e-05       0        -18.868    -18.265    -14.658    -11.181    -8.2399    -5.9745    -3.9261    -1.4989            0         0         0         0         0         0         0    0.54707    1.2765         40.035             0.74776               23.868                     1               21.589              0.8324               1.0311               0.24287             0.01341       0.13985     0.29427     0.51988      0.68407      0.80418      0.89083      0.97736       1.0043       1.0043       1.0043       1.0043       1.0043       1.0043       1.0043       1.0036          1     
    cl_mt_coh      -3.0446     5.3088     -1.7437     -19.968    50.122          0    0.45637     0.54363    3.4233e-05       0        -19.923    -19.878    -15.811    -12.028    -8.8504     -6.327    -4.1775     -1.512       0.0768    0.1216    0.1216    0.1216    0.1216    0.1216    0.1216    0.68235      1.43         47.142             0.81029               21.589                0.8324               28.184                   1               1.5999               0.34677            0.013668       0.14409     0.30286     0.53518      0.70464      0.82884      0.91343      0.99999       1.0228       1.0049       1.0049       1.0049       1.0049       1.0049       1.0049       1.0038          1     
    cl_mt_pol_c     1.4573    0.86906     0.59636        0.01    8.6222          0          0           1      0.022022       0           0.01       0.01      0.859    0.90366    0.94887    0.98995    0.99667     1.0029       1.0973    1.4111    1.4111    1.9979    1.9979    2.8287    2.8287     5.5837    5.7022         6.5173              0.6843               1.0311               0.24287               1.5999             0.34677              0.75526                     1          0.00015112    0.00015112    0.016433    0.047539     0.078356      0.11185       0.2068      0.21433      0.32212      0.55522      0.55522      0.72759      0.72759      0.86193      0.86193      0.96144          1     

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=21          0              0.15     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.796943 seconds.
Elapsed time is 3.402831 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.7142     0.22154    0.059648     -14.454    14.372          0    5.195e-11          1    6.3954e-13       0          2.9227      3.1687      3.3276       3.415      3.4801      3.5462      3.5605       3.6314      3.7192    3.8109      3.8718       3.903     3.9311     3.9888     4.0638     4.2085     4.3647        0.049082                  1              0.050737              0.99087              0.042717            0.78345              0.018618              0.94375          0.00084424    0.0090296    0.044057    0.093876      0.13677      0.18626      0.23365      0.33722      0.48396      0.63401      0.74844      0.78882      0.83783      0.89741      0.94617      0.98912       0.99893  
    cl_mt_pol_a    -0.06447     0.23112      -3.585     -19.512    47.322    0.19046       0.5165    0.29304    1.0608e-15       0        -0.88168    -0.60715    -0.43368     -0.3414     -0.3414    -0.25605    -0.17634      -0.1707    -0.08535         0    0.091178    0.091178    0.18236    0.18236    0.27354    0.54707    0.72943        0.050737            0.99087              0.053418                    1              0.043735            0.76887              0.018588              0.90318            0.016574      0.12895     0.44317      1.0246       1.0246       1.3861       1.4192       1.7191        1.912        1.912       1.7398       1.7398       1.5179       1.5179       1.3283       1.0565        1.0102  
    cl_mt_coh      0.037523     0.24611      6.5588     -19.968    50.122          0      0.38557    0.61443    1.0056e-15       0        -0.85778    -0.55501    -0.34569    -0.27463    -0.25223    -0.15877    -0.11012    -0.065316    0.028142    0.1216     0.21506     0.21506    0.28612    0.30852    0.40197    0.65995    0.86926        0.042717            0.78345              0.043735              0.76887              0.060569                  1              0.016576              0.75636           -0.027813     -0.20754    -0.85547     -1.0798      -1.4474      -1.8545      -1.8906      -2.1067      -2.0385      -1.4743     -0.81033     -0.81033     -0.60429     -0.18721      0.27905      0.82197       0.97977  
    cl_mt_pol_c      1.2708    0.089045    0.070068        0.01    4.6628          0            0          1    6.3954e-13       0          1.0753      1.1017      1.1179      1.1475      1.1813      1.2139      1.2236       1.2345      1.2572    1.2933      1.3433      1.3588     1.3656     1.3868     1.4282      1.482     1.5331        0.018618            0.94375              0.018588              0.90318              0.016576            0.75636             0.0079291                    1          0.00087766     0.010813    0.043642    0.097463      0.13954      0.18284       0.2326      0.32969      0.49372      0.65587      0.74133      0.79586        0.834      0.89134      0.95072      0.99065       0.99888  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=22       0.10944           0.15     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.223007 seconds.
Elapsed time is 3.476027 seconds.
                     mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.6943      0.2547    0.068945     -14.512    14.377          0    8.3126e-10          1    5.7377e-14       0         2.7153      3.0434      3.2779      3.3669      3.4365      3.4817      3.5246       3.5984      3.7152    3.7977      3.8768      3.9031     3.9372     3.9945     4.0875     4.2481     4.4423        0.064872                  1              0.064497              0.99072              0.055183            0.79645              0.023213              0.94634          0.00075401    0.0078671    0.044137    0.089478      0.13699      0.18077       0.2282      0.32453      0.48579      0.63164      0.74432       0.7882      0.83735      0.88965      0.94531      0.98931       0.99881  
    cl_mt_pol_a    -0.068477      0.2556     -3.7326     -19.512    47.322    0.17971       0.52071    0.29958    2.5218e-14       0        -1.0408    -0.69389    -0.44824    -0.34694     -0.3414    -0.26021    -0.25605      -0.1707    -0.08535         0    0.091178    0.091178    0.18236    0.27354    0.36471    0.54707    0.82061        0.064497            0.99072              0.065331                    1              0.056858            0.81773              0.022478              0.91311            0.018368      0.13664     0.46068      0.8607       1.1591        1.293       1.4922        1.791       1.9588       1.9588       1.8096       1.8096       1.6017       1.4091       1.2387       1.0948        1.0123  
    cl_mt_coh       0.032748     0.27203      8.3069     -19.968    50.122          0       0.39965    0.60035     2.365e-14       0        -1.0223    -0.64846    -0.41289    -0.27463    -0.25223    -0.18117    -0.15877    -0.065316    0.028142    0.1216     0.21506     0.21506    0.30852    0.37957    0.47303    0.68235    0.96272        0.055183            0.79645              0.056858              0.81773              0.074002                  1              0.020448              0.78048           -0.038026     -0.27318    -0.87127     -1.5817      -2.0225       -2.202       -2.479      -2.7544      -2.6822      -2.0722      -1.3721      -1.3721     -0.66127      -0.4675     0.076135      0.76572       0.97081  
    cl_mt_pol_c       1.2701    0.096309    0.075829        0.01    4.6679          0             0          1    1.5044e-11       0         1.0598      1.0923      1.1151      1.1287      1.1555        1.19      1.2182       1.2329      1.2537    1.2939      1.3448      1.3609     1.3865     1.3896      1.432     1.4876     1.5428        0.023213            0.94634              0.022478              0.91311              0.020448            0.78048             0.0092753                    1          0.00086347    0.0094944    0.046564    0.087822      0.13966      0.18071      0.23191      0.33053      0.46991      0.64134      0.73237       0.7939      0.84104       0.8904      0.94294       0.9901       0.99878  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=23       0.21889           0.15     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.679732 seconds.
Elapsed time is 3.524423 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.6711    0.29823    0.081236     -14.584    14.388          0    1.074e-08          1    7.9201e-13       0         2.4641      2.8835      3.1638      3.2887       3.371      3.4323      3.4952       3.5693      3.6796    3.8019      3.8631     3.9224     3.9599     4.0357     4.1261     4.3245     4.5234        0.088941                  1              0.084328              0.98691              0.073367            0.80691              0.029879              0.94756          0.00063639    0.0075114    0.043164     0.08484      0.13274      0.17923      0.23713      0.32023      0.46946       0.6436      0.72639      0.78973      0.83877      0.88841        0.9452     0.98901       0.99886  
    cl_mt_pol_a    -0.074057    0.28651     -3.8688     -19.512    47.413    0.16541      0.52498    0.30961    3.7282e-13       0        -1.2143     -0.8535    -0.52042    -0.42675     -0.3414     -0.3414    -0.25605      -0.1707    -0.08535         0    0.091178    0.18236    0.18236    0.27354    0.36471    0.63825    0.91178        0.084328            0.98691               0.08209                    1               0.07514            0.86019              0.027829              0.91864            0.021454      0.14357     0.50369     0.88652       1.2852       1.2852       1.5934       1.8525        1.996        1.996       1.8648       1.6726       1.6726       1.4911        1.3152       1.085        1.0141  
    cl_mt_coh       0.026199    0.30488      11.637     -19.968    50.122          0      0.41305    0.58695    3.3089e-13       0        -1.2092    -0.81298    -0.46155    -0.34569    -0.25223    -0.25223    -0.15877    -0.065316    0.028142    0.1216     0.21506    0.26372    0.30852    0.40197    0.49543    0.77581     1.0562        0.073367            0.80691               0.07514              0.86019              0.092952                  1              0.025566              0.79311           -0.061182     -0.39543     -1.3247     -2.2301       -3.091       -3.091      -3.6622       -3.985      -3.9015      -3.1998      -2.3678      -2.2947      -1.4794     -0.74511     -0.083658     0.72132       0.95515  
    cl_mt_pol_c       1.2691    0.10573    0.083311        0.01    4.6196          0            0          1    2.1049e-10       0         1.0396      1.0801      1.1045      1.1207      1.1447      1.1797      1.2116       1.2303      1.2511    1.2956      1.3469     1.3626     1.3913     1.3964     1.4472     1.4944      1.569        0.029879            0.94756              0.027829              0.91864              0.025566            0.79311              0.011179                    1          0.00085158    0.0091727     0.04423    0.095778      0.13143      0.17843      0.22501      0.32652      0.46965      0.62944       0.7243      0.78403      0.84702      0.88948       0.94159     0.98805       0.99885  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=24       0.32833           0.15     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.628452 seconds.
Elapsed time is 3.540967 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.645    0.35538    0.097497     -14.686    14.402        0    2.1806e-07          1    7.3636e-12       0         2.1415      2.6836      3.0526      3.1885      3.2927      3.3667      3.4357       3.5244       3.662    3.7791       3.897     3.9554     4.0122     4.0738     4.1812     4.4054    4.6629         0.12629                  1               0.11322              0.97832                0.1001            0.81359              0.039765              0.94829          0.00052538    0.0069553    0.039491    0.081539      0.12608      0.17242      0.22292      0.31754      0.46228      0.61682      0.73493      0.78709       0.8372      0.89331      0.94179      0.98764       0.99888  
    cl_mt_pol_a    -0.071384    0.32565      -4.562     -19.512    47.413    0.153       0.52049    0.32651    3.3905e-12       0        -1.4509     -0.9541    -0.59745    -0.43368    -0.34694     -0.3414    -0.25605      -0.1707    -0.08535         0    0.091178    0.18236    0.18236    0.36471    0.45589    0.72943    1.0941         0.11322            0.97832               0.10605                    1               0.10101              0.896              0.035224              0.91667            0.028672      0.17635     0.66731      0.9746       1.2843       1.4963       1.8251       2.0852       2.2225       2.2225       2.0935        1.898        1.898        1.487       1.3666       1.1206        1.0165  
    cl_mt_coh        0.02829    0.34619      12.237     -19.968    50.122        0       0.41723    0.58277     2.962e-12       0        -1.4672    -0.92884    -0.53261    -0.36809    -0.27463    -0.25223    -0.15877    -0.065316    0.028142    0.1216     0.21506    0.28612    0.30852    0.45063    0.56649    0.86926    1.2431          0.1001            0.81359               0.10101                0.896               0.11985                  1              0.032486              0.79524           -0.073504     -0.44059     -1.5914     -2.2398      -2.8442      -3.2839      -3.8283      -4.1176      -4.0464      -3.4452      -2.7145       -2.448      -1.9084      -1.1793     -0.35046      0.65208        0.9539  
    cl_mt_pol_c       1.2685      0.118    0.093019        0.01    4.6335        0             0          1    1.8846e-09       0         1.0079      1.0595      1.0919      1.1081      1.1218      1.1489      1.1923        1.222      1.2529    1.3247       1.357     1.3661     1.3967     1.4399     1.4827     1.5152    1.6012        0.039765            0.94829              0.035224              0.91667              0.032486            0.79524              0.013923                    1          0.00078261    0.0085564    0.042301    0.089064      0.12982      0.17452      0.22055      0.31866      0.46363      0.61589      0.72706      0.77369      0.83068      0.89193      0.94201      0.98847       0.99878  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=25       0.43778           0.15     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.885438 seconds.
Elapsed time is 3.690773 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.6025    0.44096     0.12241     -14.834    14.423          0    6.7266e-06    0.99999    1.0324e-10       0         1.6697      2.377      2.8461      3.0544      3.1641      3.2478      3.3275       3.4644      3.6174    3.7921      3.8915     3.9496     4.0398     4.1387     4.2728     4.5425    4.8331        0.19445                   1               0.16364              0.96578               0.14776            0.82086                 0.056              0.94906          0.00038281    0.0057646    0.035692     0.07668      0.11987      0.16504       0.2151      0.30493      0.45458      0.61367       0.7216      0.76838      0.83562      0.88536       0.9412      0.98706       0.99875  
    cl_mt_pol_a    -0.072346    0.38425     -5.3113     -19.512    47.413    0.13809       0.51874    0.34317    4.3229e-11       0        -1.7923    -1.1949    -0.69389     -0.5121    -0.42675     -0.3414    -0.26021      -0.1707    -0.08535         0    0.091178    0.18236    0.27354    0.36471    0.54707    0.91178    1.3677        0.16364             0.96578               0.14765                    1               0.14547            0.92738              0.046795               0.9101            0.030957        0.203     0.70926      1.2007       1.4558       1.7636        1.876       2.3379       2.4604       2.4604        2.341       2.1599       1.9771       1.7569        1.457       1.1251        1.0178  
    cl_mt_coh       0.026144    0.40822      15.614     -19.968    50.122          0       0.42535    0.57465    3.9415e-11       0         -1.841    -1.1868    -0.64846    -0.43915    -0.34569    -0.25223    -0.18117    -0.087716    0.028142    0.1216     0.21506    0.30852    0.40197    0.49543    0.68235     1.0562    1.5235        0.14776             0.82086               0.14547              0.92738               0.16664                  1              0.043458              0.79558           -0.087789     -0.56597     -1.9108     -3.1227      -3.7063      -4.3551      -4.5983      -5.0998      -5.1891       -4.602      -3.8603      -3.0413      -2.3171      -1.5068     -0.46768      0.61174       0.94606  
    cl_mt_pol_c       1.2673    0.13381     0.10558        0.01    4.6685          0             0          1    2.5089e-08       0        0.96412      1.029      1.0727      1.0929      1.1034      1.1273      1.1521       1.2107      1.2536    1.3285      1.3591     1.3969     1.4203     1.4548      1.504     1.5597    1.6422          0.056             0.94906              0.046795               0.9101              0.043458            0.79558              0.017905                    1          0.00074894    0.0082689    0.042054     0.08637      0.12765      0.17129      0.21669      0.31598      0.46625      0.61539      0.71998      0.77299       0.8248      0.88857      0.94146      0.98826       0.99877  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=26       0.54722           0.15     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.114828 seconds.
Elapsed time is 3.815044 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.5281    0.57749     0.16368     -15.072    14.456          0    0.00014865    0.99985    1.1102e-09       0        0.88074     1.8803      2.5398      2.8106      2.9765      3.0863      3.2087        3.361      3.5638      3.7644     3.9072     3.9969     4.0947     4.2186     4.3855     4.719    5.1016         0.3335                   1               0.25942              0.95033               0.24011            0.82793               0.08549              0.94816            0.000119    0.0041287    0.030427    0.068811      0.11193      0.15261      0.19707      0.29725      0.43749      0.60592      0.70546      0.76434      0.81828      0.88035      0.93671      0.98625       0.99858  
    cl_mt_pol_a    -0.081114     0.4727     -5.8276     -19.512    47.504    0.12008       0.52052     0.3594    4.3141e-10       0        -2.2924    -1.4745    -0.86736    -0.60715    -0.44084    -0.34694     -0.3414     -0.17347    -0.08535    0.091178    0.18236    0.27354    0.36471    0.45589    0.63825    1.0941    1.7324        0.25942             0.95033               0.22345                    1               0.22597            0.95191              0.066471              0.90065            0.032542      0.22646     0.78555      1.2371       1.5862       1.9049        2.044       2.3774       2.6027       2.5021       2.3524       2.2065       2.0173       1.8139       1.5624       1.1661        1.0199  
    cl_mt_coh       0.015144    0.50219       33.16     -19.968    50.122          0       0.43632    0.56368    3.8668e-10       0        -2.3531    -1.4896    -0.83538    -0.55501    -0.39049    -0.27463    -0.25223    -0.087716    0.028142     0.19266    0.28612    0.35717    0.47303    0.58889    0.77581    1.2431    1.8973        0.24011             0.82793               0.22597              0.95191               0.25219                  1              0.062651              0.79906             -0.1822      -1.2408     -4.1901     -6.4516      -8.0321       -9.357      -10.021      -11.188       -11.32      -10.051      -8.7954      -7.8227      -6.3419      -4.0693      -2.4329     0.017408       0.88475  
    cl_mt_pol_c       1.2651    0.15613     0.12341        0.01    4.6512          0             0          1    2.4634e-07       0        0.90375    0.98517      1.0419      1.0663      1.0819      1.1036      1.1411       1.1987      1.2508       1.322     1.3786     1.4063       1.46     1.4743     1.5249    1.5928    1.7022        0.08549             0.94816              0.066471              0.90065              0.062651            0.79906              0.024377                    1          0.00069297    0.0077501    0.041115    0.082623      0.12415      0.16768      0.21711      0.30711      0.45598       0.6072       0.7236      0.76704       0.8228       0.8803      0.93737      0.98719       0.99865  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=27       0.65667           0.15     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.117319 seconds.
Elapsed time is 4.047570 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.415    0.81964     0.24001     -15.494    14.521          0    0.0022283    0.99777    3.4883e-08       0        -0.60615     1.0147     2.0096       2.404      2.6635      2.8293      2.9627       3.1906      3.4755      3.7581     3.9324     4.0661     4.1968     4.3527     4.5993    5.0528    5.5392        0.67182                   1              0.47259               0.92912               0.45151            0.83568               0.14588              0.93198          -0.00064958    0.00073141    0.020592    0.053275     0.094328      0.13331      0.17452      0.26347      0.41384      0.57818      0.68673       0.7426      0.81064      0.86573      0.92853      0.98475       0.99834  
    cl_mt_pol_a    -0.078458    0.62057     -7.9096     -19.512    47.595    0.10957      0.51079    0.37964    1.1686e-08       0         -3.0726    -1.9397    -1.1095    -0.76815    -0.59745    -0.42675     -0.3414     -0.17347    -0.08535    0.091178    0.18236    0.27354    0.45589    0.63825    0.82061      1.55    2.3706        0.47259             0.92912               0.3851                     1               0.39625            0.96869               0.10236              0.86371             0.058884       0.32365      1.1174      1.7168       2.0714       2.4619       2.6948       2.9384       3.1762       3.0799       2.9348       2.7917       2.4188       2.1027       1.8055       1.2117        1.0288  
    cl_mt_coh       0.015597    0.65917      42.262     -19.968    50.122          0       0.4224     0.5776    1.0312e-08       0         -3.2429    -1.9793    -1.0934    -0.71952    -0.53261    -0.34569    -0.25223    -0.087716    0.028142     0.21506    0.30852    0.40197    0.56649    0.73101    0.96272    1.7104    2.5291        0.45151             0.83568              0.39625               0.96869                0.4345                  1              0.098364              0.78142             -0.30883       -1.6892     -5.7083     -8.6051      -10.234      -11.901      -12.794       -13.58      -13.709      -11.841      -10.648      -9.6173      -7.9861      -6.1881      -3.5066      -0.1529       0.82005  
    cl_mt_pol_c        1.263    0.19097      0.1512        0.01    4.6993          0            0          1    6.5604e-06       0         0.81349    0.91748    0.99342      1.0273      1.0486      1.0722      1.0966       1.1611      1.2471      1.3473      1.415     1.4219     1.5052     1.5199     1.6123     1.679    1.7929        0.14588             0.93198              0.10236               0.86371              0.098364            0.78142              0.036468                    1            0.0006384     0.0071481    0.037812    0.078121      0.12322      0.16444      0.20952      0.29379      0.44074       0.6065      0.71549      0.75758      0.81916      0.87841      0.93569      0.98666       0.99857  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=28       0.76611           0.15     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.379720 seconds.
Elapsed time is 4.384761 seconds.
                      mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.1495     1.5197     0.48252     -16.401    14.663           0    0.024527    0.97547    1.7677e-06       0        -11.464    -1.5414    0.85196     1.5837      2.0209       2.293      2.5096       2.8435    3.3004      3.7512     4.0313     4.2379     4.3949     4.6752    5.0305    5.7367    6.4101         2.3094                   1                1.572               0.90308               1.6352             0.87867               0.30459              0.80899          -0.0042635    -0.016803    -0.015685    0.0044792    0.033745     0.068396      0.10757      0.19375      0.34103      0.51763      0.64232      0.70059       0.7735      0.83896       0.9149      0.98143       0.99793  
    cl_mt_pol_a     -0.087774     1.1455      -13.05     -19.512    47.686    0.096063     0.48386    0.42008    4.5345e-07       0        -13.912    -3.3286    -1.5612    -1.0242    -0.69389     -0.5121     -0.3414      -0.1707         0    0.091178    0.36471    0.45589    0.63825    0.91178    1.2765    2.2795     3.556          1.572             0.90308               1.3121                     1               1.3411             0.95611               0.18571               0.6544             0.18672      0.81203       1.7856       2.5381      2.9944       3.3592       3.6232       3.8674       3.9781       3.8979        3.508       3.3364        3.018       2.6102       2.0745       1.3242        1.0455  
    cl_mt_coh      0.00027511     1.2246      4451.3     -19.968    50.122           0     0.38131    0.61869    4.0271e-07       0        -14.925    -3.5233     -1.583    -0.9999    -0.64846    -0.43915    -0.25223    -0.065316    0.0992     0.21506    0.45063    0.58889    0.75341     1.0338      1.43     2.458    3.7665         1.6352             0.87867               1.3411               0.95611               1.4996                   1               0.18735              0.61751             -64.716      -275.24      -596.54      -835.92     -974.83      -1078.9        -1146        -1189      -1170.3      -1085.5      -964.28      -837.14      -747.73      -595.69       -370.1      -109.04       -14.269  
    cl_mt_pol_c        1.2617    0.24775     0.19636        0.01    4.8182           0           0          1    0.00025662       0        0.78496    0.82967    0.91469    0.96334     0.99364       1.018      1.0528       1.1267    1.2368      1.3415     1.4418     1.4631     1.5588     1.5771    1.6796    1.8536    2.0076        0.30459             0.80899              0.18571                0.6544              0.18735             0.61751              0.061382                    1          0.00051151    0.0062965     0.034754     0.071885      0.1102      0.15024      0.19129      0.27844      0.41928      0.57576      0.68883      0.74275      0.81053      0.86746      0.92973      0.98512       0.99851  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=29       0.87556           0.15     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.325748 seconds.
Elapsed time is 4.348428 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        1.9807     3.7857      1.9113       -19.1    15.118          0    0.18144    0.81856    5.0084e-05       0        -16.888    -13.382    -5.7837      -2.12    -0.55997     0.39884     0.93641       1.8995    2.8808     3.8083     4.1256     4.6591      4.93    5.4273    6.1332    7.4832    8.5946         14.332                   1               10.028               0.88074                11.19             0.91229              0.90143               0.66685          -0.013032     -0.076742    -0.25955    -0.35137     -0.38296     -0.38497     -0.36356     -0.29532     -0.085626     0.15157      0.33301      0.43133      0.55432      0.67833      0.82458      0.95978       0.99554  
    cl_mt_pol_a    -0.53171     3.0077     -5.6567     -19.512    48.051    0.11543    0.40343    0.48114    5.4485e-06       0        -18.561    -15.022    -6.1452    -2.6458     -1.4989     -0.8535     -0.5121      -0.1707         0    0.18236    0.45589    0.63825     1.003    1.4589    2.3706    4.5589    7.2943         10.028             0.88074               9.0464                     1               9.0122             0.92478              0.46833               0.43607           0.043891       0.32094      1.0614      1.4481       1.6312        1.744       1.8026       1.8556        1.8638      1.8351        1.768        1.718       1.6375       1.5226       1.3492       1.1059        1.0144  
    cl_mt_coh      -0.49378     3.2401     -6.5617     -19.968    50.122          0    0.35737    0.64263    5.8397e-06       0        -19.901    -16.234    -6.5139    -2.7756      -1.512    -0.81298    -0.43915    -0.065316    0.1216    0.30852    0.58889    0.77581    1.1496    1.6169    2.5515    4.7945    7.5758          11.19             0.91229               9.0122               0.92478               10.498                   1              0.55347               0.47839           0.053602       0.37417      1.2349      1.6697        1.873       1.9932       2.0507       2.0901        2.0623      1.9994       1.9027       1.8372       1.7371       1.5994        1.397       1.1192        1.0171  
    cl_mt_pol_c      1.2769    0.35708     0.27963        0.01    5.0286          0          0          1     0.0037031       0           0.01    0.83211    0.86823    0.89512     0.91374     0.93706     0.98417       1.0594    1.2133     1.4139     1.4754      1.581    1.6836    1.7976    1.9275    2.2448    2.4733        0.90143             0.66685              0.46833               0.43607              0.55347             0.47839               0.1275                     1            2.9e-05     0.0043481    0.030914    0.065523      0.10077      0.13695      0.17465        0.254       0.40069     0.53925      0.65568      0.71903      0.78142      0.84573      0.91756      0.98186       0.99802  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=30        0.985            0.15     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.747734 seconds.
Elapsed time is 11.092004 seconds.
                    mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       -6.291    12.935     -2.0561     -32.058    21.462          0    0.62932    0.37068    0.00098811       0        -31.441    -29.639    -25.986     -22.69    -20.203    -18.399    -16.352     -13.31    -8.2469     1.962    2.2626    8.1045     8.1958    13.098     14.36     20.24    21.094         167.31                   1               70.305                0.7624               80.828               0.822               12.738                0.6822            0.017693      0.049469      0.24032     0.41662      0.58653      0.73999      0.87867      1.1172         1.377       1.4774       1.4406       1.3511       1.3231       1.2492       1.1434       1.0329        1.0033  
    cl_mt_pol_a    -3.3691    7.1292     -2.1161     -19.512    48.598    0.19174    0.62972    0.17854    4.4278e-05       0        -18.868    -18.561    -16.133    -13.791    -11.352    -9.1073    -7.1991    -4.3528    -1.5363         0         0         0    0.27354    1.4589    5.1972    21.336    36.471         70.305              0.7624               50.826                     1               47.296             0.87267               6.3903               0.62091            0.017997       0.06747      0.26646     0.48667      0.67187      0.82077      0.94276      1.1131        1.2355       1.2639       1.2639       1.2639       1.2616       1.2446        1.209       1.0844        1.0116  
    cl_mt_coh      -3.6046     7.602      -2.109     -19.968    50.122          0    0.62686    0.37314    5.3749e-05       0        -19.923    -19.901    -17.448    -14.832    -12.215    -9.7849    -7.7289    -4.6448    -1.5606    0.0992    0.1216    0.1216    0.40197    1.5945    5.4263    21.968    37.553         80.828               0.822               47.296               0.87267                57.79                   1               7.3692                0.6715            0.018126      0.067584      0.27094     0.49912      0.67757      0.83084      0.95129      1.1193        1.2395       1.2627       1.2585       1.2585       1.2553       1.2415       1.2024       1.0816        1.0112  
    cl_mt_pol_c     1.6155    1.4436      0.8936        0.01    11.391          0          0          1      0.034589       0           0.01       0.01    0.87434    0.91572    0.94915    0.98228     1.0079     1.0407     1.1061    1.2401     1.412    2.0891     2.0959    3.4419    4.1235    8.9698    10.609         12.738              0.6822               6.3903               0.62091               7.3692              0.6715                2.084                     1          0.00021411    0.00021411    0.0097176    0.036328     0.065956     0.094998      0.12584      0.1894       0.28913      0.44526      0.47615      0.57567      0.60354      0.67852      0.79021      0.93911       0.99339  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=31          0               0.2     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 10.682500 seconds.
Elapsed time is 3.611416 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.6416    0.33313    0.091479     -14.502    14.397          0    3.3038e-08          1    4.9887e-10       0         2.2671     2.7221        3.06      3.2164      3.3201      3.3946      3.4398        3.539      3.6545    3.7748      3.874     3.9238     3.9537     4.0465     4.1554     4.3552    4.5781         0.11097                  1               0.12009              0.99377               0.10677            0.83106              0.034368              0.94226           0.0005702    0.0069489    0.041156    0.082589      0.13432      0.18251      0.22088      0.31612      0.46531      0.62682      0.73464      0.77756      0.83133      0.88922      0.94284      0.98779       0.99874  
    cl_mt_pol_a    -0.079352    0.36274     -4.5713     -19.512    47.686    0.15317       0.50975    0.33708     8.547e-13       0        -1.4509    -1.0242     -0.6828    -0.52042    -0.42675    -0.34694    -0.26021     -0.17347    -0.08535         0    0.18236    0.18236    0.27354    0.36471    0.54707    0.82061    1.1853         0.12009            0.99377               0.13158                    1               0.11571            0.82709              0.036704              0.92415             0.02583      0.18579     0.65867     0.95371       1.3783       1.4931       1.7659       2.0395       2.2449       2.2449        1.933        1.933       1.7649       1.5962       1.3369       1.0919        1.0148  
    cl_mt_coh       0.018921    0.38567      20.383     -19.968    50.122          0       0.41979    0.58021    7.8739e-13       0        -1.4672    -0.9999    -0.62606    -0.46155    -0.34569    -0.25223    -0.20357    -0.087716    0.028142    0.1216    0.26372    0.30852    0.37957    0.49543    0.65995    0.96272    1.3366         0.10677            0.83106               0.11571              0.82709               0.14874                  1              0.032774              0.77612            -0.10996     -0.77276     -2.6445     -3.7547        -5.25      -6.1811      -6.2801       -7.162      -7.2325      -6.3327      -5.3508      -3.9618      -3.6226      -2.0114      -1.0975      0.56359       0.93152  
    cl_mt_pol_c       1.2671    0.10949    0.086409        0.01    4.6581          0             0          1    4.9887e-10       0         1.0015     1.0606      1.1068      1.1281      1.1465      1.1732      1.1895       1.2135      1.2467    1.3184     1.3475     1.3603     1.4141     1.4207     1.4395     1.5235    1.5844        0.034368            0.94226              0.036704              0.92415              0.032774            0.77612              0.011988                    1          0.00077815    0.0082343    0.043031    0.092129      0.13247      0.18657      0.22947      0.31882      0.46482      0.61986      0.72689      0.77787       0.8366      0.88773      0.94267      0.98844       0.99903  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=32       0.10944            0.2     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.248684 seconds.
Elapsed time is 3.876067 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.6139    0.38166     0.10561     -14.583    14.403          0    5.1351e-07          1    9.8265e-12       0          1.986     2.5455      2.9457      3.1293      3.2435      3.3292      3.3965       3.5039      3.6422    3.7708     3.8692     3.9273     3.9891     4.0608     4.1782     4.4172     4.694         0.14566                  1                0.1522              0.99216               0.13688            0.83961              0.042946              0.94304          0.00047999    0.0065485    0.037742    0.081574      0.12456      0.17024      0.21755      0.32022      0.46839      0.62137      0.72117      0.77696      0.83225      0.88516      0.94052      0.98825       0.99873  
    cl_mt_pol_a    -0.079935    0.40193     -5.0282     -19.512    47.686    0.14346       0.50799    0.34855    4.2058e-12       0        -1.6752    -1.1276    -0.76815    -0.59745    -0.43368    -0.34694     -0.3414     -0.17347    -0.08535         0    0.18236    0.18236    0.27354    0.36471    0.54707    0.91178    1.3677          0.1522            0.99216               0.16154                    1               0.14864            0.86574              0.044421              0.92624            0.023744      0.18682     0.70047       1.103       1.4315       1.6996       1.8503       2.1778       2.3934       2.3934       2.0885       2.0885       1.9351       1.7497       1.4705       1.1141        1.0129  
    cl_mt_coh       0.017517    0.42717      24.386     -19.968    50.122          0       0.42396    0.57604    3.7831e-12       0        -1.6989    -1.1158    -0.71952    -0.53261    -0.36809    -0.27463    -0.25223    -0.087716    0.028142    0.1216    0.28612    0.30852    0.40197    0.49543    0.68235     1.0562    1.5011         0.13688            0.83961               0.14864              0.86574               0.18247                  1              0.040098               0.7867            -0.11109     -0.85575     -3.1071     -4.7826      -6.0603      -7.0052      -7.5729      -8.5452      -8.6405      -7.7302      -6.3111      -5.2174      -4.2154      -3.0903      -1.5017      0.41589        0.9081  
    cl_mt_pol_c       1.2663    0.11932    0.094228        0.01    4.6616          0             0          1    2.3966e-09       0        0.98139     1.0393       1.096      1.1197      1.1359      1.1555      1.1777       1.2046      1.2456    1.3211     1.3494     1.3983     1.4191      1.426     1.4497     1.5387    1.5989        0.042946            0.94304              0.044421              0.92624              0.040098             0.7867              0.014238                    1          0.00079953    0.0080018    0.041938    0.085846      0.13754      0.18108      0.22312      0.32247      0.46281      0.62449      0.72658      0.77364      0.84569      0.88605       0.9408      0.98904       0.99879  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=33       0.21889            0.2     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.810039 seconds.
Elapsed time is 3.852112 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.58    0.44984     0.12566     -14.683    14.417          0    7.327e-06    0.99999    5.9626e-11       0         1.5784     2.3028      2.7747      3.0115      3.1577      3.2433      3.3193       3.4597      3.6089      3.7893     3.8867     3.9449     4.0206     4.0969     4.2459    4.5056    4.8227        0.20236                   1               0.20363              0.98752                0.186             0.84892               0.05561              0.94388          0.00035597    0.0055579     0.03483    0.076427       0.1195      0.16482      0.20953      0.31245      0.45424      0.62601      0.72302      0.78341      0.82498      0.88104      0.93863      0.98703       0.99865  
    cl_mt_pol_a    -0.08031    0.45839     -5.7078     -19.512    47.686    0.13007      0.50253     0.3674    2.4833e-11       0         -1.963    -1.3225    -0.86736     -0.6828     -0.5121    -0.42675     -0.3414     -0.17347    -0.08535    0.091178    0.18236    0.27354    0.36471    0.45589    0.63825     1.003      1.55        0.20363             0.98752               0.21013                    1              0.20105             0.90052              0.055634              0.92667            0.029371      0.20375     0.72591      1.2031       1.6604       1.8983       2.1364         2.43       2.6241       2.5404        2.332       2.1958       1.9793       1.8407       1.4943       1.1556        1.0183  
    cl_mt_coh      0.015952    0.48705      30.532     -19.968    50.122          0      0.42365    0.57635    2.2053e-11       0        -2.0279    -1.3251    -0.83538    -0.62606    -0.43915    -0.34569    -0.25223    -0.087716    0.028142     0.19266    0.30852    0.35717    0.47303    0.58889    0.77581    1.1496    1.7104          0.186             0.84892               0.20105              0.90052              0.23722                   1               0.05065              0.79401            -0.15215      -1.0383     -3.5777     -5.8672      -7.9084      -8.8997      -9.8138      -10.749      -10.848       -9.639      -7.2817       -7.198      -5.8078      -3.9649      -1.8494      0.12906       0.90004  
    cl_mt_pol_c      1.2651    0.13097     0.10353        0.01    4.6451          0            0          1    1.3981e-08       0        0.94842     1.0146      1.0781      1.1097      1.1259      1.1407      1.1606       1.1945      1.2446      1.3254     1.3507     1.4197     1.4242     1.4326     1.4673    1.5559    1.6385        0.05561             0.94388              0.055634              0.92667              0.05065             0.79401              0.017154                    1          0.00073792    0.0078245    0.041358    0.087303      0.13081      0.17404      0.22364      0.31395      0.46457      0.62623      0.71557      0.78221      0.83765      0.88398      0.93924      0.98785       0.99873  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=34       0.32833            0.2     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.434814 seconds.
Elapsed time is 3.990510 seconds.
                      mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.5217    0.54862     0.15578     -14.822    14.436          0    8.4589e-05    0.99992    3.9354e-10       0         1.0184      1.924     2.5419      2.8454      3.0079      3.1085      3.2387      3.3887      3.5626      3.7536     3.9015     3.9589     4.0411     4.1637     4.3316    4.6333    4.9928         0.30099                  1               0.28962              0.98023               0.26924            0.85759              0.075656              0.94388          0.00016623    0.0043378    0.031201    0.071148      0.11194      0.15431        0.201       0.2955      0.44168      0.60911      0.71362      0.76376      0.81888      0.87625      0.93767       0.9866       0.99856  
    cl_mt_pol_a     -0.093392    0.53855     -5.7666     -19.512    47.686    0.11636       0.50885    0.37479    1.6006e-10       0        -2.3419    -1.6216    -1.0242    -0.76815    -0.59745     -0.5121    -0.34694    -0.25605    -0.08535    0.091178    0.18236    0.27354    0.36471    0.54707    0.72943    1.2765    1.8236         0.28962            0.98023               0.29004                    1               0.28587            0.92761              0.072836              0.92569              0.0293      0.20634      0.7897       1.264       1.6588       1.8574        2.132       2.4311       2.6265       2.5602       2.3946       2.2835       2.1042       1.8238       1.5337       1.1292        1.0211  
    cl_mt_coh      0.00042771    0.57224      1337.9     -19.968    50.122          0       0.43567    0.56433    1.4033e-10       0        -2.4242    -1.6541    -0.9999    -0.71952    -0.53261    -0.43915    -0.27463    -0.15877    0.028142     0.21506    0.30852    0.40197    0.49543    0.68235    0.86926    1.4076    1.9908         0.26924            0.85759               0.28587              0.92761               0.32746                  1              0.067653               0.8092             -6.7068       -46.27     -172.94     -271.89       -350.6      -388.38      -436.19      -482.45      -490.74      -428.01      -368.89      -334.17      -282.12      -205.83      -130.51      -36.175       -3.9575  
    cl_mt_pol_c        1.2627     0.1461     0.11571        0.01    4.6745          0             0          1    8.9065e-08       0          0.907    0.98682     1.0562      1.0877      1.1087      1.1249      1.1409      1.1869      1.2388      1.3314     1.3534     1.4271      1.434     1.4491     1.5342    1.5781     1.683        0.075656            0.94388              0.072836              0.92569              0.067653             0.8092              0.021345                    1          0.00073636    0.0076492    0.040246    0.082595      0.12816      0.17605      0.22002      0.31692      0.45205      0.61531      0.71304      0.77217      0.82405      0.88037      0.94006      0.98803       0.99897  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=35       0.43778            0.2     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.840888 seconds.
Elapsed time is 4.145933 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.4387    0.69232     0.20133     -15.027    14.465          0    0.00081201    0.99919    6.7423e-09       0         0.1232     1.3757     2.2206      2.5814      2.7869      2.9485      3.0748      3.2703      3.5148      3.7223     3.8905     3.9797     4.0896     4.2163     4.4452    4.8207     5.256         0.4793                   1               0.43539              0.96993               0.41215            0.86411               0.10858              0.93926          -0.00020105    0.0023774     0.02456    0.061541      0.10074      0.14055      0.18973      0.27629      0.42641      0.58327      0.70502      0.75152      0.81331      0.87136      0.93428       0.9859        0.9985  
    cl_mt_pol_a     -0.10594    0.64839     -6.1202     -19.512    47.778    0.10971       0.50524    0.38505    2.5482e-09       0        -2.9019    -1.9397    -1.2143    -0.93885    -0.69389    -0.52901    -0.42675    -0.25605    -0.08535    0.091178    0.18236    0.36471    0.45589    0.63825    0.91178    1.4589    2.2795        0.43539             0.96993               0.42041                    1               0.42375             0.9486              0.099465              0.91874             0.034244      0.22441      0.7912       1.284       1.6555        1.961       2.2762       2.5741       2.7219       2.6705       2.5353       2.2871       2.1846       1.9234       1.5356       1.1627        1.0216  
    cl_mt_coh      -0.015048    0.68894     -45.782     -19.968    50.122          0       0.44342    0.55658    2.2506e-09       0         -3.056    -1.9793    -1.2092    -0.90644    -0.62606    -0.48395    -0.34569    -0.15877    0.028142     0.21506    0.30852    0.47303    0.58889    0.77581     1.0562    1.6169     2.458        0.41215             0.86411               0.42375               0.9486               0.47464                  1              0.094001              0.81716              0.24898       1.6416      5.6721       9.075       12.225       13.507       15.385       16.876       17.083        15.46       13.905       12.439       10.594       8.3589       5.1798       2.2427        1.1624  
    cl_mt_pol_c       1.2598    0.16697     0.13254        0.01    4.6544          0             0          1    1.4299e-06       0         0.8486    0.94165     1.0207      1.0649       1.088      1.1056      1.1219      1.1691       1.239       1.337     1.3836     1.4373     1.4483     1.4784     1.5543    1.6228      1.73        0.10858             0.93926              0.099465              0.91874              0.094001            0.81716              0.027879                    1           0.00068052    0.0071665    0.039001    0.080558      0.12327      0.16982      0.21306      0.30747      0.45392      0.60247      0.70516      0.76517      0.81987      0.87646      0.94033      0.98677       0.99864  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=36       0.54722            0.2     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.096583 seconds.
Elapsed time is 4.332411 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.3136    0.95361     0.28779     -15.355    14.511           0    0.0056053    0.99439    1.3928e-07       0        -2.1143    0.47017     1.6727     2.1657      2.4777      2.6745      2.8399      3.1263     3.422     3.7226      3.922     4.0237     4.1751     4.3423    4.6181    5.1051    5.6358        0.90938                   1              0.77369               0.95521              0.75622             0.87833               0.16875              0.90494          -0.0017065    -0.0022255    0.013068    0.042509      0.07812      0.11891      0.16112      0.25196      0.39891      0.55903      0.68532      0.73298      0.79679       0.8621      0.92797      0.98401       0.99832  
    cl_mt_pol_a     -0.11146    0.84937     -7.6205     -19.512    47.869    0.097433      0.49773    0.40484    5.0265e-08       0        -4.2675    -2.4286    -1.5363    -1.1095     -0.8535     -0.6828     -0.5121    -0.26021         0    0.18236    0.27354    0.45589    0.63825    0.82061    1.1853    1.9147    2.9177        0.77369             0.95521              0.72143                     1              0.73794              0.9623                0.1458              0.87786            0.070199       0.31286     0.97676      1.5933       2.0318       2.3244       2.6309       2.9353       3.1356       3.0038       2.8729       2.6317        2.382       2.0874       1.6727        1.211         1.028  
    cl_mt_coh      -0.024334    0.90285     -37.102     -19.968    50.122           0      0.44655    0.55345    4.2982e-08       0        -4.4802    -2.5176    -1.5606    -1.0934    -0.81298    -0.62606    -0.43915    -0.18117    0.0768    0.26372    0.40197    0.56649    0.75341    0.96272    1.3366    2.0842    3.1123        0.75622             0.87833              0.73794                0.9623              0.81514                   1               0.14058              0.79626             0.34398        1.5059      4.6226      7.4433       9.3871       10.639       11.884       12.985       13.295       12.386       10.914       9.8856       8.5462       6.5113       4.3595       2.0361        1.1357  
    cl_mt_pol_c       1.2565    0.19555     0.15563        0.01    4.7011           0            0          1    2.7119e-05       0        0.79292    0.87656    0.97333     1.0257      1.0593      1.0809      1.1006      1.1377    1.2392      1.343     1.4387     1.4478     1.4753     1.5482    1.5824    1.6964    1.8172        0.16875             0.90494               0.1458               0.87786              0.14058             0.79626              0.038238                    1          0.00061169     0.0066813    0.036477    0.076732      0.11834      0.16086      0.20624      0.29528      0.44137      0.59892      0.69857      0.75539      0.81652      0.87521      0.93558       0.9871       0.99857  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=37       0.65667            0.2     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.270747 seconds.
Elapsed time is 4.450126 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.0314     1.6171     0.53345     -15.941    14.599           0    0.032259    0.96774    2.0685e-06       0        -12.447    -2.4154     0.5972     1.4205     1.8914      2.1849      2.4405      2.8169    3.2728     3.6539     3.9381     4.0985     4.3017     4.544    4.9059    5.5733    6.2714         2.6151                   1               2.1201                0.9363               2.2163             0.91574                0.2995              0.77761          -0.0045986    -0.021644    -0.025664    -0.0079769    0.020392     0.053944     0.093008      0.17957      0.33468      0.50276      0.62963      0.69409       0.7677      0.83631      0.91342      0.98061       0.99786  
    cl_mt_pol_a     -0.17558     1.4002     -7.9748     -19.512     47.96    0.083694     0.49532    0.42099    5.7493e-07       0        -15.192    -4.2675    -2.0817    -1.4509    -1.1095     -0.8535    -0.60715     -0.3414         0    0.18236    0.45589    0.63825    0.82061    1.0941    1.6412    2.7354     4.103         2.1201              0.9363               1.9606                     1               2.0013             0.95499               0.23676              0.70995            0.097291      0.49076       1.1162        1.6122       1.972        2.248       2.4464        2.722       2.8505       2.7894       2.5531       2.4002       2.2357       1.9661       1.5953       1.1693        1.0243  
    cl_mt_coh      -0.098823     1.4966     -15.145     -19.968    50.122           0     0.45433    0.54567    5.6537e-07       0        -16.327    -4.5513    -2.1438    -1.4672    -1.0934    -0.81298    -0.55501    -0.25223    0.0768    0.30852    0.56649    0.75341    0.96272    1.2207    1.7814    2.9029    4.3272         2.2163             0.91574               2.0013               0.95499                 2.24                   1               0.23937              0.67151             0.18939      0.92846       2.0871        2.9904      3.6281       4.1029       4.4316       4.8411       4.9328       4.6421        4.215       3.8832       3.4076       2.9652       2.2166       1.3498        1.0452  
    cl_mt_pol_c       1.2523    0.23817     0.19019        0.01    4.7739           0           0          1    0.00035594       0        0.78259    0.82902    0.90681    0.96346     1.0089      1.0431      1.0682      1.1134    1.2338     1.3441     1.4413     1.4626     1.5252     1.572     1.649    1.8188    1.9725         0.2995             0.77761              0.23676               0.70995              0.23937             0.67151              0.056727                    1          0.00043376    0.0062228     0.034177      0.071701     0.11098      0.15348      0.19858      0.28175       0.4332      0.57574      0.68737      0.74853      0.80476      0.86715      0.93208      0.98511       0.99841  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=38       0.76611            0.2     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.579098 seconds.
Elapsed time is 4.415110 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.3056     3.0289      1.3137     -17.186    14.793           0    0.12375    0.87625    1.7464e-05       0        -15.562     -11.37    -3.1283    -0.57135    0.44339     1.0757      1.5456      2.2002    2.9605      3.587     4.0257     4.2842    4.5664    4.9562    5.4912    6.4917    7.4733         9.1744                   1               7.3875               0.91694               8.1257             0.93878               0.61009              0.66863          -0.0085958    -0.058817    -0.16816    -0.20252     -0.20235     -0.18554     -0.15714     -0.073912     0.09293      0.30497      0.47012      0.55916      0.65376      0.75842      0.87014       0.9701       0.99669  
    cl_mt_pol_a    -0.44676     2.6599     -5.9537     -19.512    48.233    0.068494    0.49406    0.43745    3.5949e-06       0        -18.265      -13.4    -4.4382     -2.3898     -1.648    -1.1949    -0.86736    -0.42675         0    0.27354    0.63825    0.91178    1.1853    1.6412    2.4618    4.2854    6.5649         7.3875             0.91694               7.0751                     1               7.1218             0.93694               0.43506              0.54295            0.098509       0.3609      1.0541      1.4211       1.6346       1.8057       1.9086        2.0526      2.1132       2.0758       1.9609       1.8742        1.771        1.615       1.3923       1.1108        1.0159  
    cl_mt_coh      -0.40352     2.8577     -7.0819     -19.968    50.122           0    0.45381    0.54619    3.6961e-06       0        -19.878    -14.458    -4.7382     -2.4952    -1.6765    -1.1868    -0.83538    -0.34569    0.0768    0.40197    0.75341     1.0338    1.3366    1.8038     2.645    4.4693    6.8506         8.1257             0.93878               7.1218               0.93694               8.1663                   1               0.48445              0.56275             0.11738      0.43003        1.25      1.6781        1.921       2.1126        2.224        2.3682      2.4022       2.3162       2.1797       2.0698       1.9156       1.7252        1.459       1.1365        1.0183  
    cl_mt_pol_c       1.256    0.30125     0.23985        0.01    4.8592           0          0          1     0.0023246       0           0.01    0.83261    0.87367     0.90759    0.94367     0.9824      1.0131      1.0779    1.2078     1.3743     1.4814     1.5304    1.5976    1.6844    1.8006     1.996    2.2428        0.61009             0.66863              0.43506               0.54295              0.48445             0.56275              0.090751                    1          1.8508e-05    0.0050804    0.032587    0.067818      0.10466      0.14313      0.18337       0.26687     0.40619       0.5632      0.67288      0.72834      0.79149      0.85569      0.92346      0.98321       0.99816  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=39       0.87556            0.2     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.799000 seconds.
Elapsed time is 4.573580 seconds.
                    mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      0.66463    5.3089      7.9878     -20.475    15.418           0    0.33284    0.66716     0.0001182    4.8481e-28    -18.852    -15.927    -11.022    -6.9997    -4.3963     -2.681    -1.4127     0.26067      2.0624     3.4184    4.1559    4.7485    5.2473    6.0231     7.041    8.8411    10.386         28.184                   1                21.83               0.88393               24.405             0.92213               1.5384               0.68056           -0.045422      -0.26189    -1.0636      -1.7312      -2.1525      -2.4122      -2.5642      -2.6432      -2.3755      -1.7723      -1.2213     -0.89494     -0.51704     -0.097716     0.39297      0.85738       0.98383  
    cl_mt_pol_a    -1.0138    4.6519     -4.5885     -19.512     48.78    0.057243    0.50308    0.43968    1.3409e-05    7.4317e-28    -18.561    -17.155    -11.449    -6.9987    -4.3528    -2.8165    -1.8777    -0.76815    -0.08535    0.36471     1.003    1.4589    2.0971    3.1001    4.8325    8.9355    14.041          21.83             0.88393                21.64                     1               21.456             0.92516               1.0794               0.54493            0.053034       0.18083    0.73896       1.1836       1.4632       1.6378       1.7531       1.8707       1.9196       1.8973       1.8317       1.7689       1.6807        1.5517      1.3615       1.1087        1.0155  
    cl_mt_coh      -1.0465    4.9853     -4.7637     -19.968    50.122           0     0.4774     0.5226     1.372e-05    7.1305e-28    -19.901    -18.383    -12.308    -7.4485    -4.6448    -2.9625    -1.9345    -0.71952    0.028142    0.49543    1.1496    1.6169    2.2974    3.2992    5.0749    9.2805    14.514         24.405             0.92213               21.456               0.92516               24.853                   1               1.2822               0.60404            0.059423       0.19193     0.7782       1.2375       1.5225       1.7009       1.8177       1.9312       1.9666        1.928       1.8531       1.7852       1.6922        1.5589      1.3647       1.1091        1.0155  
    cl_mt_pol_c     1.3018    0.4258      0.3271        0.01    5.2495           0          0          1      0.008694    4.8481e-28       0.01    0.85121    0.89944    0.92301    0.94102    0.96042    0.97709      1.0223       1.164      1.401    1.5218    1.6416    1.7588    1.9015    2.1464    2.5692    3.0065         1.5384             0.68056               1.0794               0.54493               1.2822             0.60404              0.18131                     1          6.6786e-05    0.00084955    0.02827     0.062951     0.098769      0.13529      0.17552      0.24901      0.39063      0.53472      0.63399      0.69659      0.76196       0.83183      0.9085      0.97902        0.9976  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=40        0.985             0.2     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 16.120883 seconds.
Elapsed time is 13.259290 seconds.
                    mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -8.6914    14.027     -1.6139     -32.873     22.81          0    0.75107    0.24893    0.00099806    0.0060511    -32.545    -30.763    -28.463    -24.986    -23.156     -21.32    -19.393    -16.527    -12.347    -2.2897    -0.087951     7.0232    7.7184    13.688    16.524     22.49     22.81         196.77                   1               121.87               0.78056               135.11             0.82584               19.768               0.65472            0.013865      0.069774      0.17425     0.35088       0.4649      0.59188      0.70842      0.91517       1.1677       1.3184       1.3278       1.2999       1.2597       1.1994       1.1153      1.0262           1     
    cl_mt_pol_a    -2.1796    11.131     -5.1068     -19.512     48.78    0.11899    0.62747    0.25354    6.1057e-05    0.0065036    -18.868    -18.561    -16.302    -14.051    -12.034    -10.157    -8.4496    -5.6378    -2.2191          0     0.091178    0.63825    2.6442    7.1119    19.147     46.41     48.78         121.87             0.78056               123.89                     1               121.19             0.93356               18.906               0.78913            0.034859       0.12974      0.42123     0.77706       1.0874       1.3433       1.5579       1.8743        2.137       2.2069       2.2067       2.1932       2.1646        2.057       1.7843      1.2169           1     
    cl_mt_coh      -2.4191    11.663     -4.8213     -19.968    50.122          0    0.62707    0.37293    6.6522e-05    0.0042064    -19.923    -19.901    -17.564    -15.206    -12.963    -10.951    -9.0597    -6.0466    -2.3083     0.0992      0.21506    0.77581    2.8095    7.4113    19.725    47.669    50.122         135.11             0.82584               121.19               0.93356               136.03                   1               20.286               0.80806            0.033427       0.12463      0.40606     0.75426       1.0579       1.2998       1.5104       1.8206       2.0693       2.1303       2.1258       2.1107       2.0832       1.9809       1.7282       1.205           1     
    cl_mt_pol_c     1.7745    2.1524       1.213        0.01    17.073          0          0          1      0.042741    0.0060511       0.01       0.01     0.9101    0.96136    0.98185    0.98185    0.99806     1.0253     1.0762     1.1733       1.4218     1.9841    2.1467    3.6604    5.4065    13.536    17.073         19.768             0.65472               18.906               0.78913               20.286             0.80806               4.6329                     1          0.00024086    0.00024086    0.0038124    0.032006     0.096344     0.096344      0.11653      0.17052      0.25922      0.35343      0.42358      0.50421      0.52904      0.61037      0.72908      0.9083           1     

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=41          0              0.25     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.111885 seconds.
Elapsed time is 3.846034 seconds.
                      mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.5519    0.45861     0.12911     -14.558    14.425          0    8.6582e-06    0.99999    1.5529e-08       0         1.5419     2.2419      2.7477      2.9821      3.1047      3.2157      3.2953      3.4148      3.5881      3.7494      3.841     3.9276     4.0047     4.0951     4.2492    4.5043    4.8258         0.21032                  1               0.23163              0.99314               0.21228            0.85723              0.056221              0.94946          0.00036197    0.0055311    0.034551    0.075165      0.11895      0.16307      0.21003      0.30275      0.45722      0.61162      0.71269      0.78124      0.82831      0.88556      0.94082      0.98715       0.99868  
    cl_mt_pol_a      -0.10093    0.50856     -5.0387     -19.512     47.96    0.12101       0.52308     0.3559    2.5215e-11       0        -2.0484    -1.4509    -0.93885    -0.69389    -0.59745    -0.44084    -0.42675    -0.26021    -0.08535    0.091178    0.18236    0.27354    0.36471    0.54707    0.72943    1.1853    1.7324         0.23163            0.99314               0.25863                    1               0.23482            0.85511              0.062084               0.9455            0.025951      0.17457     0.69852      1.0709       1.3878       1.6253        1.845       2.1553       2.4314       2.3741       2.2717       2.1225       1.9458       1.6797       1.4332       1.1122         1.014  
    cl_mt_coh      -0.0073119    0.53998     -73.849     -19.968    50.122          0       0.47091    0.52909    2.5221e-11       0        -2.1214    -1.4672    -0.90644    -0.64846    -0.53261    -0.39049    -0.34569    -0.18117    0.028142     0.17026    0.30852    0.40197    0.49543    0.65995    0.86926    1.3366    1.8749         0.21228            0.85723               0.23482              0.85511               0.29157                  1              0.056489              0.81023             0.36915       2.4557      9.5821      14.454       18.421       21.236       23.771       27.026       28.507       26.531        22.58       19.631       16.387        13.57       7.7674       2.7054        1.2632  
    cl_mt_pol_c        1.2625    0.12912     0.10227        0.01    4.6644          0             0          1    1.5529e-08       0         0.9431     1.0164      1.0788      1.0994      1.1172      1.1306      1.1584      1.2128      1.2396      1.3354     1.3514      1.388     1.4021     1.4425     1.4928    1.5565     1.641        0.056221            0.94946              0.062084               0.9455              0.056489            0.81023              0.016671                    1          0.00076164     0.007968    0.041935    0.084946       0.1286       0.1728      0.21867      0.31615      0.46815      0.61924      0.72073      0.77041      0.82696      0.88222      0.93989      0.98852       0.99877  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=42       0.10944           0.25     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.260908 seconds.
Elapsed time is 3.886784 seconds.
                      mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.5141    0.53029      0.1509     -14.659    14.435          0    5.9533e-05    0.99994    2.8922e-10       0         1.1188     1.9882     2.5782      2.8643      3.0249      3.1174      3.2055      3.3566      3.5562      3.7438     3.8628     3.9301     4.0334     4.1419     4.3018    4.6021    4.9555          0.2812                  1               0.30058              0.99148               0.27873             0.8662              0.070687              0.94941          0.00020843    0.0046973    0.032014    0.072961      0.11624      0.15905      0.20096       0.2945      0.44519      0.60534      0.70825      0.76254        0.825      0.87919      0.93642      0.98663       0.99856  
    cl_mt_pol_a      -0.10012     0.5717     -5.7103     -19.512     47.96    0.10823       0.52029    0.37148    1.0567e-10       0        -2.3419    -1.6216     -1.058    -0.78062    -0.60715     -0.5121    -0.42675    -0.26021    -0.08535    0.091178    0.27354    0.36471    0.45589    0.54707    0.82061    1.2765    1.9147         0.30058            0.99148               0.32685                    1               0.30821            0.88842              0.076133              0.94847             0.02698      0.20637     0.70465      1.1986       1.5677       1.9009       2.1236       2.3915       2.6685       2.6124        2.387        2.198       2.0625       1.9092       1.5076       1.1531        1.0208  
    cl_mt_coh      -0.0078046    0.60682     -77.751     -19.968    50.122          0       0.47035    0.52965    1.0495e-10       0        -2.4242    -1.6541    -1.0447    -0.74192    -0.55501    -0.43915    -0.34569    -0.18117    0.028142     0.19266    0.37957    0.47303    0.56649    0.68235    0.96272      1.43    2.0842         0.27873             0.8662               0.30821              0.88842               0.36823                  1              0.070404              0.82634             0.36341       2.7181      9.1172      15.217       19.605       23.364        25.73        28.39       29.775       27.716       23.791       21.132       18.248        14.38       8.2951       3.1506        1.2877  
    cl_mt_pol_c        1.2612     0.1404     0.11133        0.01    4.6753          0             0          1    6.4711e-08       0        0.90975    0.98896     1.0617      1.0913      1.1068      1.1237      1.1362      1.1988      1.2391      1.3372     1.3528      1.397     1.4113     1.4524     1.5047    1.5686     1.662        0.070687            0.94941              0.076133              0.94847              0.070404            0.82634              0.019713                    1          0.00069955    0.0076499    0.040886    0.083394       0.1267      0.17293      0.21642      0.30927      0.46916       0.6143      0.71628      0.76903      0.82996      0.88621      0.93891      0.98732       0.99869  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=43       0.21889           0.25     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.567641 seconds.
Elapsed time is 4.013079 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.4489    0.63252      0.1834      -14.79     14.45           0    0.00037625    0.99962    2.2754e-09       0        0.48429     1.6024     2.3189      2.6442       2.852      2.9865      3.1157       3.275      3.5105      3.7056     3.8698     3.9402     4.0467     4.1588     4.3603    4.7236    5.1233         0.40008                  1               0.41136              0.98701               0.38692            0.87449              0.092849              0.94706          -2.5713e-05     0.003331    0.027021    0.063677      0.10364      0.14574       0.1963      0.28476      0.43747      0.58942      0.70374      0.75784      0.81479      0.87183      0.93456      0.98584       0.99851  
    cl_mt_pol_a     -0.11602     0.6589     -5.6793     -19.512     47.96    0.097479       0.52584    0.37668    8.2612e-10       0        -2.7312    -1.8777    -1.2143    -0.93885    -0.76815    -0.59745    -0.44824     -0.3414    -0.08535    0.091178    0.27354    0.36471    0.45589    0.63825    0.91178      1.55    2.2795         0.41136            0.98701               0.43415                    1               0.42233             0.9163              0.096856              0.94838              0.03109      0.21422     0.72071      1.2114       1.5231       1.8561        2.035       2.3839       2.6418       2.5982       2.4169       2.2602       2.1455       1.8711       1.5341       1.1304        1.0172  
    cl_mt_coh      -0.026484    0.69951     -26.412     -19.968    50.122           0       0.47981    0.52019    7.9318e-10       0        -2.8691    -1.9345    -1.2092    -0.90644    -0.71952    -0.53261    -0.41289    -0.25223    0.028142     0.21506    0.40197    0.49543    0.58889    0.77581     1.0562     1.688    2.4132         0.38692            0.87449               0.42233               0.9163               0.48932                  1              0.091101              0.84024              0.13995      0.96836       3.211       5.318       6.6154       7.9474       8.6289       9.8465       10.363        9.526       8.3198       7.4067       6.7694       5.3106       3.5962        1.728        1.1014  
    cl_mt_pol_c       1.2584      0.155     0.12317        0.01    4.7094           0             0          1    4.8949e-07       0        0.86887     0.9591     1.0337      1.0736      1.0955      1.1093      1.1255       1.184      1.2376      1.3379     1.3566     1.4095     1.4382     1.4592     1.5205    1.6238    1.6959        0.092849            0.94706              0.096856              0.94838              0.091101            0.84024              0.024024                    1           0.00066872    0.0078669    0.039352    0.081402      0.12539      0.16867      0.21521      0.30397      0.46495      0.61445      0.71782      0.76534      0.82394      0.87814      0.93811      0.98762       0.99864  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=44       0.32833           0.25     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.899921 seconds.
Elapsed time is 4.159241 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.3727    0.77646     0.23022     -14.971    14.473           0    0.0019306    0.99807    2.5337e-08       0        -0.48548     1.0367     2.0024     2.4114      2.6584      2.8239      2.9661      3.1788       3.458      3.7123     3.8871     3.9591     4.1078     4.2275    4.4668    4.8909    5.3537        0.60289                   1              0.59081               0.97893              0.56491             0.88175                0.1264              0.93363          -0.00057227    0.00098845    0.020637     0.05369     0.093764      0.13278      0.17598      0.26796      0.41446      0.58018      0.68638      0.74755      0.80978      0.86637      0.93025      0.9855        0.99836  
    cl_mt_pol_a     -0.11674    0.77729     -6.6582     -19.512    48.051    0.083976      0.51815    0.39788     8.759e-09       0         -3.3286    -2.2191    -1.4509    -1.0408     -0.8535     -0.6828     -0.5121     -0.3414    -0.08535    0.091178    0.36471    0.45589    0.63825    0.82061    1.0941    1.8236    2.7354        0.59081             0.97893              0.60418                     1                0.602             0.93862               0.12676              0.93524             0.040801       0.25356      0.8421      1.3862       1.7938       2.1032       2.4168       2.7218       2.9529       2.9087       2.5852       2.4682        2.186       1.9554       1.6245      1.1608         1.0212  
    cl_mt_coh      -0.029517    0.82513     -27.955     -19.968    50.122           0      0.47811    0.52189    8.4645e-09       0         -3.5233    -2.3083    -1.4672    -1.0223    -0.81298    -0.62606    -0.43915    -0.25223    0.028142     0.21506    0.45063    0.56649    0.73101    0.94032    1.2431    1.9684    2.8581        0.56491             0.88175                0.602               0.93862              0.68084                   1               0.12041              0.83692              0.16823        1.0437      3.4222      5.5732       7.1212       8.2639       9.3631       10.321       10.734       10.025        8.936       7.9979       7.0152       5.5852       3.7072      1.7945         1.1093  
    cl_mt_pol_c       1.2562    0.17437     0.13881        0.01    4.6805           0            0          1    5.2358e-06       0         0.81693    0.91538     1.0034     1.0521      1.0785       1.098      1.1101      1.1548      1.2347       1.335     1.3729     1.4319     1.4444     1.4723    1.5447    1.6541    1.7692         0.1264             0.93363              0.12676               0.93524              0.12041             0.83692              0.030404                    1           0.00062719     0.0071679    0.037936    0.079992      0.12129      0.16555      0.21044      0.30208      0.45838      0.60255      0.70324      0.76364       0.8187      0.87592      0.93589      0.9867        0.99859  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=45       0.43778           0.25     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.469182 seconds.
Elapsed time is 4.390601 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.2472     1.0495      0.3232     -15.235    14.511           0    0.0087316    0.99127    2.7878e-07       0        -4.2701    0.12498     1.4965     2.0401      2.3601      2.5772      2.7592      3.0463      3.3749     3.6948     3.9043     4.0152     4.1593    4.3438    4.6232    5.1402    5.7076         1.1014                   1               1.0165                0.9658               1.0057             0.89895               0.18414              0.88063          -0.0025939    -0.0048641    0.0076461     0.03548     0.069522      0.10829      0.14948      0.24505      0.38922      0.55384      0.67042      0.72896      0.78994      0.85557      0.92471      0.98348       0.99826  
    cl_mt_pol_a     -0.12835     1.0029      -7.814     -19.512    48.142    0.074476      0.51378    0.41174    9.0507e-08       0        -6.1452    -2.7791     -1.707    -1.2802     -0.9541    -0.76815    -0.59745     -0.3414    -0.08535    0.18236    0.36471    0.54707    0.72943     1.003    1.3677    2.2795    3.3736         1.0165              0.9658               1.0058                     1               1.0188             0.95296                0.1762              0.88178            0.083527       0.32654       1.0344       1.572        2.031       2.3958       2.6601       3.0275       3.2186       3.1258       2.9374       2.6969       2.4508       2.0985       1.7154       1.1907        1.0265  
    cl_mt_coh      -0.045442      1.066     -23.459     -19.968    50.122           0      0.47994    0.52006    8.8055e-08       0        -6.5139    -2.8915    -1.7476    -1.2803    -0.92884    -0.71952    -0.53261    -0.25223    0.028142    0.28612    0.49543    0.68235    0.86926    1.1272    1.5235    2.4356    3.5795         1.0057             0.89895               1.0188               0.95296               1.1364                   1               0.17086              0.80446              0.2527       0.99354       3.0366      4.5689       5.8357        6.829       7.5112       8.3628        8.614        8.122       7.2125       6.3643        5.539        4.642       3.1878        1.627         1.079  
    cl_mt_pol_c       1.2528    0.19924     0.15904        0.01    4.6903           0            0          1    5.4647e-05       0        0.78703    0.86139    0.96008     1.0189      1.0538      1.0756      1.0939      1.1268        1.23     1.3326      1.426     1.4436     1.4693    1.5423    1.5844     1.703    1.8274        0.18414             0.88063               0.1762               0.88178              0.17086             0.80446              0.039698                    1          0.00058359     0.0066074     0.035984    0.075716      0.11763      0.15996       0.2077      0.29109      0.44615      0.59091      0.69709      0.75756      0.81295      0.87235      0.93541      0.98661       0.99854  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=46       0.54722           0.25     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.720032 seconds.
Elapsed time is 4.562162 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.9793     1.6696      0.5604     -15.656    14.573           0    0.036642    0.96336    2.2603e-06       0        -12.814    -2.8907    0.45305     1.3487     1.8371      2.1655      2.4285      2.7949        3.25     3.6406     3.9219     4.0793      4.252    4.4962    4.8471    5.5024    6.2081         2.7876                   1               2.4376               0.94889               2.5545             0.93052                0.2967              0.76187          -0.0047462    -0.024116    -0.031146     -0.0148     0.012703     0.046174     0.086734      0.17229      0.32545      0.49836      0.62381      0.69336      0.76585      0.83483      0.91198      0.98062       0.99784  
    cl_mt_pol_a     -0.2058     1.5387     -7.4765     -19.512    48.233    0.065548      0.5092    0.42525    6.9165e-07       0        -15.704    -4.8492    -2.3419     -1.648    -1.2802     -0.9541    -0.76815    -0.42675    -0.08535    0.27354    0.45589    0.72943    0.91178    1.1853    1.8236    2.9177    4.3766         2.4376             0.94889               2.3675                     1               2.4074              0.9516               0.26485              0.73797            0.084662      0.44957       1.0581       1.542       1.8905       2.1572       2.3589       2.6318       2.7904       2.6948       2.5556       2.3588       2.2031       1.9528       1.5466        1.164        1.0239  
    cl_mt_coh      -0.13429     1.6442     -12.244     -19.968    50.122           0     0.47252    0.52748    6.6529e-07       0        -16.888     -5.112    -2.4242    -1.6765    -1.2803    -0.92884    -0.71952    -0.34569    0.028142    0.35717    0.58889    0.82446     1.0562    1.3366    1.9684    3.1123    4.6076         2.5545             0.93052               2.4074                0.9516               2.7035                   1               0.26828              0.69955             0.13988      0.74233       1.7149      2.4778       3.0165       3.4195       3.7142       4.0836       4.2194       4.0178       3.6487       3.3971        3.011       2.5787       1.9645       1.2655        1.0383  
    cl_mt_pol_c      1.2482    0.23325     0.18687        0.01    4.7609           0           0          1     0.0004149       0        0.78269     0.8263    0.91242    0.97225     1.0138      1.0422      1.0665      1.1006      1.2141      1.335     1.4251     1.4778     1.4915    1.5849     1.657    1.8006    1.9583         0.2967             0.76187              0.26485               0.73797              0.26828             0.69955              0.054404                    1          0.00044692    0.0062515     0.034691    0.072672      0.11194      0.15348      0.19706      0.28311      0.42418       0.5771      0.68761      0.74692      0.80793      0.86785      0.93202      0.98508        0.9984  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=47       0.65667           0.25     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.549479 seconds.
Elapsed time is 4.580719 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.4948     2.6646      1.0681     -16.407    14.684           0    0.096503     0.9035    1.0599e-05       0        -15.074    -9.9479    -1.8593    0.073843     0.8875     1.4154      1.8235      2.3976    3.0343     3.5719     3.9647    4.1728    4.4384     4.764    5.2363     6.115    7.0426            7.1                   1               6.0955               0.93289               6.6367             0.94721               0.50001              0.67554          -0.0078952    -0.050756    -0.12588    -0.14013     -0.12963     -0.10599     -0.073282    0.014377      0.18095       0.3827       0.5306       0.6069      0.69451      0.78657      0.88464      0.97412       0.99708  
    cl_mt_pol_a    -0.35256     2.4522     -6.9554     -19.512    48.507    0.053869     0.49502    0.45111    2.7289e-06       0        -18.265    -11.949    -3.7554     -2.3044     -1.648    -1.2802    -0.93885    -0.43368         0    0.36471    0.72943     1.003    1.2765    1.7324    2.4618     4.103    6.2913         6.0955             0.93289               6.0132                     1               6.0724             0.94175               0.41516              0.60949            0.091565      0.43145      1.1616       1.566       1.8497       2.0459        2.2101      2.3946       2.4881       2.4185       2.2579       2.1338       1.9877       1.7795       1.4854       1.1431        1.0189  
    cl_mt_coh      -0.30287     2.6295     -8.6821     -19.968    50.122           0     0.46745    0.53255    2.7085e-06       0        -19.878     -12.82    -3.9905     -2.4018    -1.6765    -1.2803    -0.90644    -0.36809    0.0992    0.49543    0.84686    1.1272      1.43    1.8973     2.645    4.3272    6.5478         6.6367             0.94721               6.0724               0.94175               6.9144                   1               0.44833              0.61379              0.1146      0.54113      1.4445      1.9394       2.2789       2.5105        2.6982      2.8948       2.9558       2.8163       2.6229       2.4618       2.2325       1.9663       1.5972       1.1745        1.0243  
    cl_mt_pol_c      1.2506    0.27778     0.22211        0.01    4.7603           0           0          1     0.0017012       0           0.01    0.83275    0.88065     0.92278    0.96541     1.0009      1.0275      1.0745    1.1978     1.3834     1.4344    1.5065    1.5461    1.6464     1.758    1.9212    2.1651        0.50001             0.67554              0.41516               0.60949              0.44833             0.61379              0.077162                    1          1.3603e-05    0.0054671    0.032943    0.069063      0.10686      0.14638       0.18686      0.2708      0.40807      0.56354      0.68013      0.73524        0.797      0.85982      0.92597      0.98388       0.99824  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=48       0.76611           0.25     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.266175 seconds.
Elapsed time is 4.755761 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         1.601     4.0504      2.5299      -17.93    14.936           0    0.21067    0.78933    3.9591e-05    4.5608e-41    -16.514    -13.943    -7.3356    -3.2628    -1.3125    -0.20879    0.53372      1.5253    2.5624     3.4463    4.0448    4.3863    4.7616    5.2698      5.99    7.2944    8.5698         16.406                   1               14.011               0.91431               15.538             0.94557               0.9178                0.6564           -0.015716    -0.095338    -0.35232    -0.51005     -0.57782     -0.60035     -0.59422     -0.52752     -0.33199     -0.045336     0.18467      0.31735      0.45817       0.6159      0.78913      0.95092       0.99447  
    cl_mt_pol_a    -0.63877     3.7834     -5.9229     -19.512     48.78    0.046295    0.48663    0.46708    8.0486e-06    9.5095e-41    -18.561    -16.216    -8.4496    -4.4382    -2.7755     -1.8777    -1.2802    -0.59745         0    0.54707    1.0941    1.4589    1.9147    2.6442    3.9207     6.656    10.212         14.011             0.91431               14.314                     1               14.335             0.93392              0.72981               0.55879            0.047437      0.27979      1.0173      1.4997       1.7741       1.9628       2.0783       2.2116       2.2699        2.2076      2.0836       1.9922       1.8686       1.6904       1.4299        1.128        1.0182  
    cl_mt_coh      -0.63146      4.057     -6.4248     -19.968    50.122           0    0.46305    0.53695    7.9242e-06    1.1088e-40    -19.901    -17.542    -9.0597    -4.7382    -2.8915     -1.9345    -1.2803    -0.53261    0.0992    0.65995    1.2207    1.6169    2.0842    2.8319    4.1403     6.944    10.589         15.538             0.94557               14.335               0.93392               16.459                   1              0.83824               0.59852            0.056877      0.30502      1.1069      1.6276       1.9217       2.1198       2.2385       2.3677       2.4055        2.3263      2.1839       2.0638       1.9276       1.7339       1.4547       1.1346         1.019  
    cl_mt_pol_c      1.2698    0.34521     0.27187        0.01     5.014           0          0          1     0.0049414    4.5608e-41       0.01    0.85506    0.89152    0.91698    0.93846     0.96077    0.98441      1.0348    1.1813     1.3956    1.5147    1.5622    1.6407    1.7586    1.8937    2.1779    2.4986         0.9178              0.6564              0.72981               0.55879              0.83824             0.59852              0.11917                     1          3.8915e-05    0.0033698     0.03096    0.066619      0.10324      0.14052      0.17884      0.25823      0.39426       0.54352     0.65877      0.71636      0.78023      0.84839      0.91932      0.98174       0.99798  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=49       0.87556           0.25     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.910081 seconds.
Elapsed time is 4.898278 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.15894     6.2333     -39.217     -21.591     15.72           0    0.41979    0.58021    0.00016598    1.7494e-09    -19.882    -17.633    -13.171    -9.5098    -6.8535    -4.8674     -3.346    -1.2076       1.2346     3.0963    4.2306    4.9348    5.6514    6.6181     7.949    10.205    12.099         38.853                   1                32.52               0.87408               36.071             0.91103               2.2112               0.71089             0.28738        1.2694      4.9843      8.5188       11.073       12.906       14.192       15.549       15.475       13.486       11.193      9.7066       8.0863       6.1773        3.9249       1.6934        1.0793  
    cl_mt_pol_a    -0.98258     5.9687     -6.0745     -19.512     48.78    0.045194    0.51323    0.44158    1.4904e-05     3.946e-09    -18.868    -18.265    -13.229     -9.194    -6.4012    -4.4382    -3.0726    -1.3656      -0.1707    0.63825    1.7324    2.4618     3.556     5.106    7.9325    14.497    22.795          32.52             0.87408               35.625                     1               35.403             0.93381               1.9192               0.64436            0.019544       0.23532     0.81775      1.3833        1.774       2.0485       2.2406       2.4554       2.5509       2.5193       2.3952      2.2993       2.1389       1.9254        1.6051       1.1837         1.026  
    cl_mt_coh       -1.0486      6.352     -6.0574     -19.968    50.122           0    0.50484    0.49516    1.9462e-05     2.573e-09    -19.923    -19.878    -14.271    -9.8784    -6.7943    -4.7382    -3.2429    -1.3737    -0.065316    0.77581    1.8749     2.645    3.7441    5.3552    8.2524    14.981    23.486         36.071             0.91103               35.403               0.93381               40.348                   1               2.2095               0.69707             0.02256       0.23784     0.82882      1.3969       1.7964       2.0623       2.2527       2.4618        2.543       2.4969       2.3776        2.27       2.1182          1.9         1.587       1.1777        1.0252  
    cl_mt_pol_c      1.3399    0.49901     0.37242        0.01    6.4315           0          0          1      0.012386    1.7494e-09       0.01       0.01    0.91921    0.94226    0.95954    0.97426    0.98868     1.0378       1.1317     1.4165     1.593    1.7047    1.8377    2.0479    2.3305    2.8932    3.5214         2.2112             0.71089               1.9192               0.64436               2.2095             0.69707              0.24901                     1          9.2438e-05    9.2438e-05    0.025271    0.060078     0.095761      0.13183      0.16846      0.24363      0.36484      0.50984      0.61821      0.6794       0.7459       0.8186       0.89967      0.97608       0.99718  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=50        0.985            0.25     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 14.455590 seconds.
Elapsed time is 20.806233 seconds.
                    mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -11.097    14.383     -1.2962     -33.201    23.671           0    0.76719    0.23281    0.00099139    0.0096699    -33.031    -31.969    -29.683    -26.898    -24.932    -23.132     -21.62    -18.811    -15.305    -10.216    -3.5396     4.6881    6.5508    13.438    17.186    23.659    23.671         206.87                   1               156.28               0.80694               171.53             0.84877               26.426               0.62445            0.010959      0.056847       0.14093     0.26721      0.38592      0.49433      0.59613      0.77566       1.0057        1.179       1.2367       1.2303       1.2072       1.1616       1.0939      1.0213           1     
    cl_mt_pol_a    -1.8729    13.465     -7.1894     -19.512     48.78    0.054528    0.72208    0.22339    7.2657e-05      0.02124    -18.868    -18.561    -18.265    -15.704      -13.4    -11.437    -9.5592    -6.7426    -3.3827    -1.0242          0    0.27354    4.2854    12.036    30.545     48.78     48.78         156.28             0.80694                181.3                     1               178.93             0.94575               30.139               0.76074             0.04846       0.17793       0.49763     0.93058        1.319       1.6376       1.9005       2.3393       2.7413        2.926       2.9471        2.943       2.8928       2.6844        2.159           1           1     
    cl_mt_coh      -2.1495    14.051     -6.5368     -19.968    50.122           0    0.72018    0.27982    7.8604e-05     0.013735    -19.923    -19.901    -19.878     -16.91     -14.48    -12.308    -10.275    -7.1905    -3.5457    -0.9999     0.1216    0.40197    4.4917    12.436     31.43    50.122    50.122         171.53             0.84877               178.93               0.94575               197.43                   1               31.933                0.7724            0.044452       0.16574       0.46862     0.86871       1.2196       1.5415       1.7898       2.1961       2.5708       2.7366       2.7505       2.7452       2.6991       2.5113       2.0376           1           1     
    cl_mt_pol_c     1.8935    2.9423      1.5539        0.01     24.22           0          0          1      0.050582    0.0096699       0.01       0.01       0.01     0.9609    0.98071    0.99567       1.01     1.0369     1.0803      1.164     1.3277     1.7018     2.087    3.6211    5.8823    22.818     24.22         26.426             0.62445               30.139               0.76074               31.933              0.7724               8.6573                     1          0.00026713    0.00026713    0.00026713    0.024709     0.053281     0.076489      0.10288      0.15693      0.24098      0.32947      0.39402      0.45238      0.48099      0.55552      0.67287      0.8723           1     

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=51          0               0.3     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.324387 seconds.
Elapsed time is 4.002513 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.4615    0.60111     0.17365     -14.621    14.456           0    0.00024045    0.99976    3.0922e-07       0        0.69974      1.733     2.3995      2.6885      2.8784      3.0018      3.1317       3.291      3.5044      3.7322     3.8574     3.9338      4.034     4.1533     4.343    4.6811    5.0763         0.36133                  1               0.40074              0.99123               0.37562            0.87593              0.085121              0.94977          5.7895e-05    0.0037339    0.029279    0.065679      0.10651       0.1488      0.19471      0.28858      0.43426      0.60768      0.70197      0.75943      0.81399      0.87464      0.93673      0.98614       0.99853  
    cl_mt_pol_a     -0.10612    0.67257      -6.338     -19.512    48.325    0.087539        0.5176    0.39486    5.2624e-10       0        -2.6458    -1.8215    -1.2143    -0.93885    -0.76815     -0.6828     -0.5121     -0.3414    -0.08535    0.091178    0.27354    0.36471    0.54707    0.72943     1.003      1.55    2.2795         0.40074            0.99123               0.45235                    1               0.41959             0.8745              0.095871              0.95606            0.032504       0.2132     0.75325      1.3398       1.7096       1.9854       2.3435       2.6698       2.9186       2.8664       2.6466       2.5206       2.2261       1.9214       1.5627        1.161        1.0213  
    cl_mt_coh      -0.016551    0.71339     -43.103     -19.968    50.122           0       0.46842    0.53158     4.992e-10       0        -2.7756    -1.8634    -1.1868    -0.90644    -0.71952    -0.62606    -0.43915    -0.25223    0.028142     0.21506    0.40197    0.49543    0.68235    0.84686    1.1496    1.7104     2.458         0.37562            0.87593               0.41959               0.8745               0.50893                  1              0.088966              0.83643             0.21736       1.4148      5.4107      8.5915       10.845        12.48       14.516       16.184       16.851       15.512       13.383       12.309       9.9527         8.25       4.9851       2.1179        1.1456  
    cl_mt_pol_c       1.2584     0.1491     0.11848        0.01    4.6818           0             0          1    3.0922e-07       0        0.88585    0.96513     1.0277      1.0659      1.1158      1.1424      1.1588      1.1818      1.2185       1.318      1.379     1.3918     1.4204      1.477    1.5036    1.6038    1.7073        0.085121            0.94977              0.095871              0.95606              0.088966            0.83643              0.022229                    1          0.00068213    0.0073976    0.039579    0.081114      0.12445      0.17044      0.21612      0.30842       0.4514      0.60715      0.71483      0.77078      0.82151      0.88419      0.93882      0.98722       0.99867  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=52       0.10944            0.3     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.922457 seconds.
Elapsed time is 4.046698 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.397     0.6997     0.20598     -14.746    14.468           0    0.00089886     0.9991    9.0747e-09       0        0.051768     1.3513     2.1694     2.5182        2.74      2.9022      3.0106       3.217      3.4641      3.6948     3.8578     3.9485     4.0586     4.1893    4.3924    4.7975    5.2374        0.48958                   1              0.52372               0.98834              0.49632             0.88295               0.10777              0.94571          -0.00025416    0.0022925    0.024274    0.059778     0.099076      0.14141      0.18284      0.27762      0.42633      0.58168      0.69458      0.74947      0.80823      0.86997      0.93171      0.98552       0.99844  
    cl_mt_pol_a     -0.12182    0.75731     -6.2165     -19.512    48.325    0.078898        0.5258    0.39531    3.2681e-09       0         -3.0726    -2.0817    -1.3656    -1.0242     -0.8535     -0.6828    -0.59745     -0.3414    -0.08535    0.091178    0.27354    0.45589    0.63825    0.82061    1.0941    1.7324    2.6442        0.52372             0.98834              0.57352                     1              0.54953             0.90324               0.11784              0.95535             0.033778       0.2184     0.79786      1.3186       1.6851       2.0576       2.2153       2.6534       2.8567       2.8132       2.6448       2.4187       2.1337       1.8942       1.5964       1.1734        1.0193  
    cl_mt_coh      -0.034976    0.80336     -22.969     -19.968    50.122           0         0.484      0.516    3.0912e-09       0         -3.2429    -2.1438    -1.3737    -0.9999    -0.81298    -0.62606    -0.53261    -0.25223    0.028142     0.21506    0.40197    0.58889    0.73101    0.94032    1.2431    1.8973    2.7647        0.49632             0.88295              0.54953               0.90324              0.64539                   1               0.11066              0.84573                0.122       0.7912      2.8435      4.6382       5.8681       7.0781       7.5734       8.8347        9.137       8.5461       7.6611        6.639        6.017       4.7832       3.2802       1.6507        1.0893  
    cl_mt_pol_c       1.2557    0.16287      0.1297        0.01    4.6964           0             0          1    1.9136e-06       0         0.84442     0.9362     1.0092     1.0474      1.0796      1.1251      1.1457      1.1756      1.2161      1.3196     1.3832     1.3999     1.4245     1.4846    1.5225    1.6233    1.7365        0.10777             0.94571              0.11784               0.95535              0.11066             0.84573              0.026527                    1           0.00065025    0.0072684    0.038606    0.079608      0.12219      0.16998      0.21178      0.30679      0.44854      0.60908      0.70757      0.76447      0.82038      0.87869      0.93689      0.98676        0.9987  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=53       0.21889            0.3     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.789021 seconds.
Elapsed time is 4.168439 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.3212    0.84422     0.25419     -14.907    14.486           0    0.0031287    0.99687    5.5363e-08       0        -1.0348     0.8319      1.855     2.2958      2.5445       2.725      2.8858      3.1249      3.4153     3.6809     3.8663     3.9714      4.087     4.2665     4.493    4.9462    5.4522        0.71271                   1              0.73157               0.98168              0.70451              0.8913               0.14097              0.92907          -0.0010044    -0.00016838    0.017789    0.049655     0.086116      0.12568       0.1695      0.25975      0.40608      0.56935      0.68593      0.74197      0.80025      0.86383       0.9289      0.98444       0.99835  
    cl_mt_pol_a     -0.12312    0.88274     -7.1699     -19.512    48.416    0.073168      0.52111    0.40572    2.0047e-08       0        -3.7554    -2.3898    -1.5363    -1.1949    -0.93885    -0.76815    -0.60715    -0.42675    -0.08535    0.18236    0.36471    0.54707    0.63825    0.91178    1.2765    2.0971    3.0089        0.73157             0.98168              0.77923                     1              0.76615             0.92698               0.14955              0.94265            0.047385        0.26912     0.92765      1.4283       1.9079       2.2465       2.4971        2.872        3.167       3.0708       2.8751       2.6463       2.4701       2.1066       1.6863       1.1738        1.0276  
    cl_mt_coh      -0.038797    0.93629     -24.133     -19.968    50.122           0      0.48573    0.51427    1.9085e-08       0        -3.9905    -2.4952    -1.5606    -1.1868    -0.90644    -0.71952    -0.55501    -0.34183    0.028142    0.26372    0.49543    0.65995    0.77581     1.0562      1.43    2.2487    3.2057        0.70451              0.8913              0.76615               0.92698              0.87664                   1               0.14215              0.84477             0.15765        0.89206      3.0357      4.6282       6.1162       7.1374       7.8723       8.8962       9.4225       8.9129       7.7864       7.1398       6.2075        4.867       3.3679       1.6673        1.0927  
    cl_mt_pol_c       1.2534    0.17973     0.14339        0.01    4.6817           0            0          1    1.1833e-05       0        0.80731    0.89658    0.98576     1.0262      1.0587      1.0918      1.1298      1.1685      1.2113     1.3174     1.3942     1.4056     1.4802     1.5014    1.5451    1.6591    1.7776        0.14097             0.92907              0.14955               0.94265              0.14215             0.84477              0.032301                    1          0.00062866      0.0069264    0.037219    0.077707      0.12043      0.16205      0.20697      0.29872      0.44209      0.59552      0.70956      0.76233      0.81672      0.87961      0.93544      0.98627       0.99855  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=54       0.32833            0.3     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.121132 seconds.
Elapsed time is 4.250947 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.2176      1.098     0.34127     -15.129    14.516           0    0.010205    0.98979    3.5261e-07       0        -5.5469    -0.0040446     1.4385     1.9697     2.2921      2.5349      2.7127      3.0197      3.3382     3.6598     3.8883     4.0298     4.1616     4.358    4.6461    5.1738    5.7642         1.2057                   1               1.1725               0.97034               1.1637             0.90685               0.19321              0.87423          -0.0029561    -0.0061373    0.0057111     0.03234      0.06649      0.10441      0.14503      0.23747      0.38135      0.55429      0.66401      0.73053      0.78961        0.854      0.92453      0.98346       0.99817  
    cl_mt_pol_a    -0.11648     1.1005     -9.4475     -19.512    48.416    0.062934     0.50687    0.43019    1.2246e-07       0        -7.4254        -2.949    -1.7923    -1.3656    -1.0408     -0.8535     -0.6828    -0.42675    -0.08535    0.18236    0.45589    0.63825    0.82061    1.0941      1.55    2.4618    3.6471         1.1725             0.97034               1.2111                     1               1.2131             0.94323               0.19772              0.89263             0.10254       0.39439       1.2087      1.8267        2.347       2.8179       3.1663       3.5613        3.835       3.7324       3.4139       3.1349        2.855       2.4455       1.8624       1.2473        1.0352  
    cl_mt_coh      -0.03531     1.1686     -33.096     -19.968    50.122           0     0.47383    0.52617    1.1464e-07       0        -7.9158       -3.0784     -1.841    -1.3737    -1.0223    -0.81298    -0.62606    -0.34569    0.028142    0.30852    0.58889    0.77581    0.96272    1.2431    1.7104     2.645    3.8599         1.1637             0.90685               1.2131               0.94323               1.3657                   1               0.19156              0.81441             0.36202        1.3735       4.1468        6.22       7.9203       9.4254       10.498        11.63       12.141       11.329       9.9277       8.8114        7.731       6.1935       4.0624       1.8662        1.1222  
    cl_mt_pol_c      1.2514    0.20127     0.16084        0.01    4.7356           0           0          1    7.1274e-05       0        0.78596       0.85726    0.95196     1.0002     1.0327      1.0635      1.1103      1.1615      1.2063     1.3141     1.4099      1.419     1.4945    1.5216    1.6095    1.7315    1.8625        0.19321             0.87423              0.19772               0.89263              0.19156             0.81441              0.040512                    1          0.00058591     0.0067211     0.036503    0.074819      0.11666      0.15804      0.20175       0.2927      0.43391      0.58905      0.69962      0.76003      0.81212      0.87512      0.93377      0.98586       0.99849  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=55       0.43778            0.3     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.603773 seconds.
Elapsed time is 4.389111 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.0222     1.5741     0.52082     -15.455    14.561           0    0.029834    0.97017    1.7784e-06       0        -12.326    -2.3099    0.69198     1.4934     1.9087      2.2176      2.4485      2.8101     3.245      3.614     3.9011     4.0558    4.2532    4.4702    4.8244    5.4674    6.1897         2.4776                   1               2.2798               0.95546                2.363             0.92929                0.2809               0.7766          -0.0045874    -0.021233    -0.023989    -0.0048574    0.023589     0.057851     0.097758      0.18402      0.33573      0.50694      0.63148      0.69625      0.76477      0.83796      0.91432      0.98096       0.99792  
    cl_mt_pol_a     -0.14583     1.5159     -10.395     -19.512    48.598    0.060166     0.49634    0.44349     5.866e-07       0        -15.077    -4.4382    -2.2191     -1.587    -1.2143    -0.93885    -0.76815    -0.43368         0    0.27354    0.63825    0.82061     1.003    1.3677    1.9147    3.1001    4.6501         2.2798             0.95546               2.2979                     1                2.321             0.94781               0.27233              0.78182             0.11674      0.58814       1.4117        2.0275      2.4996       2.9486       3.2207        3.579       3.8207       3.6883       3.3331       3.0688       2.8394       2.4392       1.8677       1.2474        1.0335  
    cl_mt_coh      -0.071699     1.6154     -22.531     -19.968    50.122           0     0.47161    0.52839    5.4804e-07       0        -16.234    -4.7382    -2.3083    -1.6054    -1.1868    -0.90644    -0.71952    -0.36809    0.0768    0.40197    0.73101    0.94032    1.1496    1.5235    2.0842    3.2992     4.888          2.363             0.92929                2.321               0.94781               2.6097                   1               0.27227              0.73347              0.2573       1.2725       3.0263        4.3147      5.4331       6.1763       6.7024       7.3561       7.6575       7.1293       6.4253        5.804       5.0611       4.1525       2.8823       1.5307        1.0713  
    cl_mt_pol_c       1.2494    0.22979     0.18392        0.01    4.6906           0           0          1    0.00034242       0        0.78964    0.83283    0.91182    0.96727     1.0016      1.0339      1.0614      1.1491    1.2086      1.341     1.4115     1.4505    1.5061    1.5576    1.6394    1.7901    1.9528         0.2809              0.7766              0.27233               0.78182              0.27227             0.73347              0.052803                    1          0.00045041    0.0063026     0.034761      0.072002     0.11292      0.15211      0.19465      0.28278      0.43756      0.57907      0.68918      0.74745       0.8081      0.86751      0.93105       0.9854       0.99841  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=56       0.54722            0.3     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.236614 seconds.
Elapsed time is 4.468366 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.6247     2.4151     0.92016     -15.973    14.637           0     0.0787     0.9213    7.5662e-06    2.1997e-100    -14.839    -8.6937    -1.1244    0.49823     1.2137     1.6557      1.9928      2.5047    3.1043     3.5711     3.9462    4.1389    4.3856    4.6709      5.11    5.9299     6.812         5.8329                   1               5.2143               0.94161               5.6262             0.94919               0.43846              0.68545          -0.0071445    -0.045162    -0.099152    -0.10221     -0.084865    -0.057579    -0.021931    0.063364      0.22982      0.41456      0.56496      0.63393      0.71702      0.80309      0.89382      0.97613        0.9973  
    cl_mt_pol_a    -0.27635     2.2929     -8.2971     -19.512     48.78    0.052193    0.49091     0.4569    2.2036e-06    2.1997e-100    -18.265    -10.583     -3.414    -2.1337    -1.5363    -1.1949    -0.93885     -0.5121         0    0.36471    0.82061     1.003    1.3677    1.8236     2.553     4.103     6.109         5.2143             0.94161               5.2573                     1               5.3074             0.94315               0.39903              0.65707            0.092793       0.5189       1.3079      1.8118        2.1559       2.3854       2.5724      2.8351        2.954       2.8602        2.608       2.4997       2.2415       1.9637       1.5954       1.1712        1.0246  
    cl_mt_coh      -0.22093     2.4543     -11.109     -19.968    50.122           0    0.47107    0.52893    2.1497e-06     1.3806e-99    -19.878    -11.374    -3.5457    -2.2148    -1.5606    -1.1868    -0.90644    -0.43915    0.0992    0.49543    0.91792    1.1496    1.5011    1.9684     2.716    4.3272    6.3833         5.6262             0.94919               5.3074               0.94315               6.0234                   1                0.4215              0.64845             0.12469      0.70015       1.7557      2.4042        2.8458       3.1338       3.3628      3.6655       3.7548       3.5582       3.2608       3.0236       2.7211       2.3299       1.8214       1.2244        1.0321  
    cl_mt_pol_c       1.249    0.26485     0.21205        0.01    4.7295           0          0          1     0.0013124    2.1997e-100       0.01    0.83607    0.88569    0.92939    0.96204    0.99585      1.0312      1.1172    1.1976     1.3602     1.4465    1.4948    1.5259    1.6193    1.7113    1.8917    2.0756        0.43846             0.68545              0.39903               0.65707               0.4215             0.64845              0.070148                    1          1.0508e-05     0.005861     0.033396     0.06982        0.1086      0.14684      0.18895     0.27326      0.41734      0.56621      0.67823      0.73806      0.79892      0.86135      0.92731      0.98421       0.99828  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=57       0.65667            0.3     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.808513 seconds.
Elapsed time is 4.589877 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        1.8808     3.5746      1.9006     -16.869    14.776           0    0.17277    0.82723    2.4515e-05    1.4789e-41    -15.974    -12.965    -5.6248    -1.9848    -0.45245    0.43125     1.0283      1.8668    2.7251     3.4605    3.9719    4.2359    4.5607     4.963    5.5694    6.6772    7.8121         12.777                   1               11.355                0.9279               12.541             0.95561               0.72011              0.65072          -0.0087954    -0.077202    -0.26439    -0.35723     -0.38696     -0.38609     -0.36568     -0.28568     -0.10189      0.14566      0.34318       0.4519      0.56852      0.69482       0.8345      0.96181       0.99568  
    cl_mt_pol_a     -0.5922     3.4235      -5.781     -19.512     48.78    0.046012    0.49542    0.45856    6.2393e-06    6.2039e-41    -18.561    -15.278    -7.0256    -3.7554     -2.5153    -1.8215    -1.3656     -0.6828         0    0.45589     1.003    1.3677    1.8236    2.4618    3.4648    5.8354    8.8443         11.355              0.9279                11.72                     1               11.766             0.93611                0.6227              0.58752            0.038436       0.2923     0.99764      1.4288       1.6879       1.8719       1.9994       2.1705       2.2498        2.196       2.0676       1.9621       1.8223       1.6465       1.4122       1.1128        1.0157  
    cl_mt_coh      -0.57651     3.6714     -6.3684     -19.968    50.122           0    0.47906    0.52094     6.063e-06    5.7424e-41    -19.901    -16.465     -7.542    -3.9905     -2.6111    -1.8634    -1.3737    -0.62606    0.0992    0.58889    1.1496    1.5235    1.9908     2.645     3.673    6.0581    9.1422         12.541             0.95561               11.766               0.93611               13.479                   1               0.70244              0.61801            0.047666      0.32155      1.1047      1.5716       1.8535       2.0489       2.1817       2.3522       2.4112       2.3263       2.1721       2.0512       1.8941       1.6997       1.4439       1.1282        1.0179  
    cl_mt_pol_c      1.2557    0.30959     0.24655        0.01    5.1065           0          0          1     0.0037593    1.4789e-41       0.01    0.85038    0.89039    0.91913     0.94496    0.97104     0.9959      1.0767     1.189     1.3791    1.4482    1.5373    1.6024    1.6762    1.8061    2.0547    2.3208        0.72011             0.65072               0.6227               0.58752              0.70244             0.61801              0.095843                    1          2.9939e-05    0.0043204    0.032113    0.068058      0.10573      0.14446      0.18252      0.26471      0.40024      0.55557      0.66683      0.72542      0.78806      0.85278      0.92251      0.98274       0.99809  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=58       0.76611            0.3     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.715235 seconds.
Elapsed time is 4.749073 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       0.86556      4.871      5.6276     -18.599    15.077           0     0.2994     0.7006    6.5889e-05    7.3838e-17    -17.597    -15.151     -10.09    -6.0508    -3.5188    -1.9341    -0.80981    0.62575    2.0994     3.2308    4.0413    4.4446    4.9668    5.5976    6.4871    8.1028    9.6321         23.727                   1                21.18                0.9085               23.528             0.94392               1.2596               0.67545           -0.021056     -0.20344     -0.7635     -1.2206      -1.4905      -1.6442      -1.7214      -1.7231      -1.4784      -1.0067     -0.59316     -0.35281     -0.077523     0.22405      0.57125      0.89857       0.98833  
    cl_mt_pol_a    -0.87268      4.786     -5.4843     -19.512     48.78    0.039808    0.49986    0.46033    1.0156e-05    2.7202e-16    -18.561    -16.928    -11.266    -6.9133    -4.5235    -3.0726     -2.1337    -1.0242         0    0.63825    1.4589    2.0059    2.7354    3.7383    5.4707    9.4826    14.589          21.18              0.9085               22.906                     1               22.867             0.93369               1.1077               0.60457            0.057985      0.20912     0.84864      1.3567       1.6757       1.8963       2.0475       2.2169       2.2968       2.2522       2.1292       2.0325        1.8918      1.7068       1.4516       1.1306        1.0187  
    cl_mt_coh      -0.90516     5.1172     -5.6534     -19.968    50.122           0    0.48794    0.51206    1.2747e-05    1.7951e-16    -19.901     -18.29    -12.121     -7.355    -4.7606    -3.2429     -2.2148    -0.9999    0.0544    0.77581    1.6169    2.1777    2.9253    3.9534    5.7291    9.8188    15.075         23.528             0.94392               22.867               0.93369               26.186                   1               1.2836               0.65523             0.06383      0.22001     0.88329      1.4146       1.7389       1.9594       2.1125       2.2779       2.3436       2.2809        2.147       2.0455           1.9      1.7111       1.4527       1.1329        1.0186  
    cl_mt_pol_c      1.2859    0.38283      0.2977        0.01    5.8455           0          0          1     0.0078643    7.3838e-17       0.01    0.86787    0.91162    0.93285    0.95168    0.96939     0.99184     1.0421    1.1513     1.3625    1.5409    1.5973    1.6845    1.8121    2.0061    2.3706    2.7819         1.2596             0.67545               1.1077               0.60457               1.2836             0.65523              0.14656                     1          6.1157e-05    0.0014274    0.030132     0.06511      0.10177       0.1391      0.17734       0.2564      0.38626      0.53262      0.64695      0.70605       0.77053     0.83939      0.91347      0.98019       0.99774  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=59       0.87556            0.3     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.701474 seconds.
Elapsed time is 5.011009 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.81528     6.9835     -8.5657     -22.537    15.994           0    0.47756    0.52244    0.00020097    2.7537e-06    -20.802    -18.375    -14.618    -11.245    -8.6209    -6.5856    -4.9336    -2.4278     0.44378     2.7883    4.3025    5.1121    6.0742    7.2252    8.8535    11.506     13.68         48.769                   1               44.424                0.8613               48.806             0.89509               2.9776               0.73713            0.073005         0.329      1.0502      1.8379       2.4462       2.9071       3.2596       3.7052       3.8834       3.5886       3.1678       2.8786       2.5361       2.1291       1.6412       1.1532        1.0174  
    cl_mt_pol_a    -0.72159     7.3856     -10.235     -19.512     48.78    0.028853     0.5378    0.43335    2.0075e-05    9.9699e-06    -18.868    -18.265    -14.195    -10.498    -7.7668    -5.6378    -4.0968    -1.9949     -0.2645    0.82061    2.4618    3.6471    5.1972    7.4766     11.58    21.245    33.463         44.424              0.8613               54.547                     1               54.467             0.94453                3.103               0.72633            0.032939       0.41212      1.1525      2.0111       2.6344       3.0957       3.4369       3.8441       4.0553       4.0156       3.7854       3.5712       3.2714       2.8446       2.2088        1.365        1.0519  
    cl_mt_coh      -0.80612     7.8078     -9.6857     -19.968    50.122           0    0.52568    0.47432    2.4718e-05    6.4641e-06    -19.923    -19.878    -15.321    -11.303    -8.2896    -6.0466    -4.3644    -2.0503    -0.18117    0.96272    2.6226    3.8375    5.4263    7.7852    11.991    21.897    34.421         48.806             0.89509               54.467               0.94453               60.962                   1               3.4707               0.76848            0.037273       0.39294      1.1155      1.9369       2.5448       2.9868       3.3051       3.6882        3.875       3.8174       3.6007       3.3989       3.1163       2.7078       2.1172       1.3367        1.0479  
    cl_mt_pol_c      1.3826    0.57844     0.41838        0.01    7.8821           0          0          1      0.015501    2.7537e-06       0.01       0.01    0.93612    0.96044    0.97599    0.99146      1.007      1.047      1.1276     1.4122    1.6447    1.7662    1.9524    2.1716    2.5547    3.3274    4.2429         2.9776             0.73713                3.103               0.72633               3.4707             0.76848              0.33459                     1          0.00011212    0.00011212    0.022603    0.057371     0.091934      0.12764      0.16366      0.23788      0.35902      0.49287      0.60288      0.66394      0.73158      0.80573      0.89066      0.97317       0.99673  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=60        0.985             0.3     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 17.559876 seconds.
Elapsed time is 31.694555 seconds.
                    mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -12.861    14.418      -1.121     -33.332    24.174           0    0.78416    0.21584    0.00099285    0.010735    -33.245    -32.619    -30.389    -28.057     -25.89    -24.759    -23.145    -20.421    -16.796    -13.182    -7.346    1.9579    4.5392    12.527    16.927    24.174    24.174         207.88                   1               171.55               0.82955               188.08             0.87236               31.915                0.5864           0.0095205       0.05013       0.12488     0.23758      0.34346      0.44158      0.53405      0.70287      0.91823       1.0953       1.1753       1.1833       1.1735       1.1386       1.0823         1             1     
    cl_mt_pol_a    -1.8451    14.343     -7.7736     -19.512     48.78    0.088301    0.72876    0.18294    8.3909e-05    0.027163    -18.868    -18.561    -18.265     -15.79    -13.571    -11.522    -9.8152    -7.6815    -3.9261    -1.3656         0         0    4.2854    14.041    36.016     48.78     48.78         171.55             0.82955               205.72                     1               202.99             0.94645               38.083               0.70341            0.054549       0.20114       0.56195     0.98642       1.3362       1.6991       1.9838       2.4471       2.9214       3.1209       3.1575       3.1575         3.12       2.8817       2.2386         1             1     
    cl_mt_coh      -2.1403    14.953     -6.9864     -19.968    50.122           0    0.72774    0.27226    8.7449e-05    0.017565    -19.923    -19.901    -19.878    -17.075    -14.596    -12.424    -10.577    -8.1962    -4.1775    -1.3737    0.0992    0.1216    4.4917    14.514    37.015    50.122    50.122         188.08             0.87236               202.99               0.94645                223.6                   1               40.203               0.71225            0.049666       0.18518       0.52359     0.89342         1.24       1.5603        1.837       2.2836       2.7083       2.8902       2.9191       2.9159       2.8813       2.6678       2.1006         1             1     
    cl_mt_pol_c     1.9917    3.7748      1.8953        0.01    32.184           0          0          1      0.056322    0.010735       0.01       0.01       0.01    0.98933      1.006     1.0216     1.0316     1.0555     1.0886     1.1676     1.285    1.3679    1.8628    3.3427    5.7498    32.184    32.184         31.915              0.5864               38.083               0.70341               40.203             0.71225               14.249                     1          0.00028279    0.00028279    0.00028279    0.024276     0.046579      0.07477     0.098561      0.15026      0.23052      0.31498      0.37602      0.40979      0.44912      0.51482      0.62156         1             1     

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=61          0              0.35     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.822358 seconds.
Elapsed time is 4.200421 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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          3.36    0.77701     0.23125     -14.689    14.492           0    0.0019004     0.9981    5.2835e-06    5.7411e-231    -0.4814     1.0367     1.9928     2.3917      2.6277      2.8146        2.95      3.1756      3.4568     3.6786     3.8571     3.9704       4.08      4.238    4.4538    4.8724    5.3484        0.60374                   1              0.66222               0.98703              0.63447             0.89187               0.12328               0.9366          -0.00057598    0.0010299    0.020809     0.05389     0.090948      0.13394      0.17437      0.26644      0.41394      0.58034      0.69182      0.74956      0.81006      0.86798      0.93163      0.98534       0.99836  
    cl_mt_pol_a    -0.11076    0.86347      -7.796     -19.512     48.78    0.066768      0.51381    0.41942    9.0603e-09    5.7411e-231    -3.4694    -2.3419    -1.5363    -1.1949    -0.93885    -0.76815    -0.59745    -0.34694    -0.08535    0.18236    0.36471    0.54707    0.72943    0.91178    1.2765    2.0059    2.9177        0.66222             0.98703              0.74558                     1              0.70431             0.89091               0.13982              0.95587             0.042537      0.26107     0.97429      1.5402       2.1078       2.4615       2.7939        3.144       3.4406       3.3284       3.0942       2.8224       2.4718        2.209       1.7384       1.2107        1.0299  
    cl_mt_coh      -0.02563    0.91555     -35.723     -19.968    50.122           0      0.47855    0.52145     8.758e-09    1.0708e-228    -3.6391    -2.4242    -1.5606    -1.1868    -0.90644    -0.71952    -0.53261    -0.27463    0.028142    0.30852    0.49543    0.68235    0.84686     1.0562      1.43    2.1777    3.1123        0.63447             0.89187              0.70431               0.89091              0.83824                   1                0.1317              0.84914              0.19436       1.1833      4.3375      6.7886       9.1892       10.641       11.954       13.207       13.922       12.731       11.332       9.8673       8.7016       6.7584       4.4723       1.9748        1.1368  
    cl_mt_pol_c      1.2541     0.1694     0.13508        0.01    4.6619           0            0          1    5.2835e-06    8.1047e-230    0.81676    0.91293    0.99514     1.0537      1.0941      1.1129      1.1287      1.1616      1.2386     1.3029     1.3895     1.4016     1.4554     1.5007    1.5345    1.6439    1.7451        0.12328              0.9366              0.13982               0.95587               0.1317             0.84914              0.028696                    1           0.00063739    0.0070768    0.038617    0.078769      0.12247      0.16788      0.21057      0.30174      0.44857      0.60591      0.70512      0.76087      0.81941      0.87825      0.93693      0.98731        0.9986  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=62       0.10944           0.35     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.988916 seconds.
Elapsed time is 4.265577 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.2788    0.93496     0.28515     -14.838    14.505           0    0.0056208    0.99438     1.275e-07    3.9563e-197    -2.1139    0.48058       1.69      2.162     2.4476      2.6602      2.8415       3.084      3.3928     3.6555     3.8684     3.9805     4.1108    4.2687    4.5175    5.0147    5.5455        0.87415                   1              0.91635               0.98127              0.89438             0.90261               0.15691               0.9066          -0.0017173    -0.0022201    0.013189    0.042976     0.077958      0.11695      0.16056      0.24917      0.40131      0.55955      0.67603      0.73485      0.79594      0.86038      0.92649       0.9844       0.99828  
    cl_mt_pol_a     -0.12172    0.99881     -8.2058     -19.512     48.78    0.062531      0.51423    0.42324     4.697e-08    3.9563e-197    -4.5235    -2.7312    -1.7347     -1.301    -1.0408     -0.8535     -0.6828    -0.42675    -0.08535    0.18236    0.45589    0.63825    0.82061     1.003    1.4589    2.2795    3.3736        0.91635             0.98127              0.99762                     1              0.96994             0.91629               0.17264              0.93376            0.064772       0.30076      1.0004      1.6109       2.0988       2.5449       2.8452       3.2236       3.5126       3.4208       3.1127       2.8387       2.5429       2.2897       1.7277       1.2124        1.0293  
    cl_mt_coh      -0.039594     1.0598     -26.767     -19.968    50.122           0      0.48291    0.51709    4.4308e-08    3.0041e-195    -4.7606     -2.798      -1.77    -1.3027    -1.0223    -0.81298    -0.62606    -0.34569    0.028142    0.30852    0.58889    0.73101    0.94032    1.1496    1.5945     2.458    3.5795        0.89438             0.90261              0.96994               0.91629               1.1232                   1               0.16501              0.84109             0.21234        1.0005      3.1931      5.0908       6.5694        7.904       8.7659       9.7781       10.283       9.5844       8.3117       7.7498       6.6437       5.3391       3.6782       1.6954        1.0949  
    cl_mt_pol_c       1.2515    0.18511     0.14791        0.01    4.6739           0            0          1    2.6678e-05    3.9563e-197     0.7915    0.88069    0.97285     1.0232     1.0701      1.1026      1.1201      1.1469      1.2359     1.3317     1.3972     1.4063     1.4671    1.5065    1.5674    1.6768    1.7898        0.15691              0.9066              0.17264               0.93376              0.16501             0.84109              0.034266                    1          0.00062118      0.006815     0.03723    0.077403      0.11988      0.16475      0.20713      0.29684       0.4384      0.59241      0.70364      0.75695      0.81537      0.87607      0.93453      0.98616       0.99853  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=63       0.21889           0.35     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.311286 seconds.
Elapsed time is 4.345154 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.1747     1.1829     0.37259     -15.031    14.527           0    0.013717    0.98628    5.2865e-07    4.1644e-170    -7.6287    -0.3686     1.2972     1.8863     2.2078      2.4539      2.6774      2.9923      3.3579     3.6304      3.889     4.0198     4.1735    4.3635    4.6517    5.1988    5.8141         1.3992                   1                1.394               0.97119               1.3978             0.91648               0.20552               0.8504          -0.0034637    -0.0087281    0.00035624    0.026384     0.058016     0.095964       0.1378       0.2263      0.37754      0.53923      0.66343      0.72459      0.78543      0.85433      0.92266      0.98297       0.99811  
    cl_mt_pol_a    -0.12427     1.2135     -9.7645     -19.512     48.78    0.058033      0.5063    0.43566    1.8856e-07    4.1644e-170    -9.6445    -3.2433     -1.963    -1.4509    -1.1276    -0.93885    -0.76815    -0.42675    -0.08535    0.27354    0.54707    0.72943    0.91178    1.1853    1.6412    2.6442    3.9207          1.394             0.97119               1.4725                     1               1.4612             0.93391               0.21845              0.88108             0.10979       0.42571        1.2495      1.9527       2.4366       2.8847       3.1752       3.6596       3.9064       3.7184       3.4361       3.1565       2.8659       2.4894       1.9104       1.2543        1.0356  
    cl_mt_coh      -0.04557     1.2894     -28.294     -19.968    50.122           0     0.47472    0.52528    1.7636e-07    1.4858e-168    -10.275    -3.3587    -2.0279    -1.4672    -1.1158    -0.90644    -0.71952    -0.34569    0.028142    0.37957    0.65995    0.84686     1.0562    1.3366    1.8038    2.8319    4.1403         1.3978             0.91648               1.4612               0.93391               1.6625                   1               0.21188              0.80429             0.32162        1.2492        3.5597      5.5179       6.8499       8.0305       8.7834       9.9549       10.331       9.6345       8.5931       7.7306       6.5644       5.4062       3.6653       1.7349         1.102  
    cl_mt_pol_c      1.2496    0.20431     0.16351        0.01    4.7342           0           0          1    0.00010645    4.1644e-170    0.78743    0.84531    0.94231    0.99862     1.0388        1.08      1.1061      1.1399      1.2102     1.3469     1.4011      1.413     1.4918    1.5133    1.6035    1.7243     1.857        0.20552              0.8504              0.21845               0.88108              0.21188             0.80429              0.041745                    1          0.00056792      0.006618      0.035498    0.074956      0.11615      0.15898      0.20174      0.29148      0.43188      0.59095      0.70281      0.75226      0.81365      0.87266      0.93401       0.9858       0.99848  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=64       0.32833           0.35     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.129002 seconds.
Elapsed time is 4.418659 seconds.
                     mean         sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         2.9946     1.631     0.54464     -15.296    14.562           0    0.032779    0.96722    2.0689e-06    3.1469e-103    -12.697    -2.7288    0.59459     1.4307     1.8867     2.1822      2.4335      2.8121     3.241     3.6292     3.8859     4.0491    4.2342    4.4736    4.8066    5.4559    6.1734         2.6601                   1               2.5206               0.95839               2.6244              0.9361               0.28365               0.7638          -0.0047101    -0.023381    -0.028552    -0.01049     0.017145       0.0514     0.089905      0.17769      0.33009       0.5066      0.62812      0.69541      0.76423      0.83616      0.91367      0.98086       0.99785  
    cl_mt_pol_a     -0.15492    1.6126     -10.409     -19.512     48.78    0.055157     0.49392    0.45092     7.039e-07    2.1536e-102    -15.606    -4.8572    -2.3898     -1.707     -1.301    -1.0242     -0.8535    -0.43368         0    0.27354    0.63825    0.82061    1.0941    1.4589    2.0059    3.2824    4.8325         2.5206             0.95839               2.6004                     1                2.611             0.94195               0.28823                0.785             0.11176      0.59259       1.4141      2.0815       2.5511       2.9933       3.2313       3.6347       3.8495       3.7235       3.4048       3.1733       2.8373       2.3992       1.8911       1.2376        1.0326  
    cl_mt_coh      -0.083392     1.719     -20.613     -19.968    50.122           0     0.46658    0.53342    6.5034e-07    5.8626e-102    -16.723    -5.1344    -2.4952    -1.7476    -1.3027    -0.9999    -0.81298    -0.36809    0.0992    0.40197    0.77581    0.96272    1.2431    1.6169    2.1777    3.4861    5.0749         2.6244              0.9361                2.611               0.94195               2.9548                   1               0.28811               0.7361             0.22395        1.175       2.7747      4.0537       4.9355       5.7483        6.174        6.858       7.0806       6.6502        5.908       5.4049       4.6945       3.7914       2.7633       1.4648        1.0632  
    cl_mt_pol_c       1.2478    0.2277     0.18248        0.01    4.8448           0           0          1    0.00039502    3.1469e-103    0.78982    0.83382    0.90679    0.96716     1.0055     1.0425      1.0849      1.1285    1.2013      1.338     1.4077     1.4474    1.5102    1.5308    1.6305    1.7583    1.9635        0.28365              0.7638              0.28823                 0.785              0.28811              0.7361              0.051846                    1          0.00044338    0.0063031     0.034575    0.072015      0.11163      0.15267      0.19551      0.28612      0.42527      0.57891      0.69398       0.7478      0.80681      0.86987      0.93222      0.98536       0.99839  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=65       0.43778           0.35     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.975260 seconds.
Elapsed time is 4.515471 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.6916     2.2897      0.8507     -15.682    14.616           0    0.069878    0.93012    6.2481e-06    1.2737e-66    -14.877    -7.9535    -0.79155    0.66954     1.3449     1.7695      2.0939      2.5638      3.13     3.5824     3.9213    4.1152    4.3534    4.6206    5.0408    5.8307     6.686         5.2428                   1                4.826                0.9469               5.1819             0.95081               0.40585              0.69135           -0.005934    -0.042166    -0.086477    -0.085074    -0.065769    -0.036374    0.00043119    0.086311      0.24643      0.43214      0.57185      0.65167      0.72597      0.80803      0.89772      0.97701       0.99742  
    cl_mt_pol_a     -0.2386     2.2259      -9.329     -19.512     48.78    0.050828     0.48505    0.46412    1.9552e-06    1.1524e-65    -18.265    -9.8152     -3.2433    -2.1337    -1.5612    -1.1949    -0.93885     -0.5121         0    0.36471    0.82061     1.003    1.3677    1.8236     2.553     4.103     6.109          4.826              0.9469               4.9545                     1               4.9886             0.94159               0.39237              0.68756             0.09362      0.57832       1.4362       1.9822        2.368        2.685        2.9032      3.1949        3.326       3.2066       2.9292       2.7589        2.496       2.1264       1.7054         1.19        1.0268  
    cl_mt_coh      -0.18089     2.3802     -13.158     -19.968    50.122           0      0.4626     0.5374    1.8723e-06    1.3393e-65    -19.878    -10.533     -3.4298    -2.2148     -1.583    -1.1868    -0.90644    -0.43915    0.0992    0.49543    0.96272    1.1496    1.5235    1.9684    2.7384    4.2824    6.3609         5.1819             0.95081               4.9886               0.94159               5.6654                   1               0.40931              0.67074             0.13264      0.82082       2.0165       2.7708       3.2938       3.7137        3.9956      4.3511       4.4532       4.1965        3.757       3.5008       3.1139       2.6437       1.9834        1.286        1.0391  
    cl_mt_pol_c      1.2481    0.25638     0.20542        0.01    5.0257           0           0          1     0.0011418    1.2737e-66       0.01    0.83583     0.88882    0.93578    0.97611     1.0104      1.0431       1.108    1.2109     1.3303     1.4296    1.4916    1.5386     1.601    1.6813    1.8827     2.062        0.40585             0.69135              0.39237               0.68756              0.40931             0.67074              0.065731                    1          9.1485e-06    0.0060484     0.033819     0.070181      0.10891      0.14835       0.19065     0.27718      0.41526      0.56925      0.68288      0.74104      0.80101      0.86332      0.92977      0.98441       0.99833  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=66       0.54722           0.35     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.519887 seconds.
Elapsed time is 4.570392 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.1662     3.1715      1.4641     -16.286    14.704           0    0.13599    0.86401    1.6616e-05    1.1297e-39    -15.455    -11.962    -3.9243    -0.91792    0.28778    0.95535     1.4519      2.1439    2.8665     3.5002    3.9446    4.1788    4.4919    4.8425    5.3747    6.3752    7.4176         10.058                   1               9.1686               0.93587               10.053             0.95783              0.60404               0.65265           -0.010052    -0.063966    -0.19686    -0.24608     -0.25195     -0.23693     -0.20856     -0.12184     0.050697      0.27395      0.44445      0.53772      0.63853      0.74545      0.86221      0.96868       0.99641  
    cl_mt_pol_a    -0.44014      3.089     -7.0183     -19.512     48.78    0.047743    0.48565     0.4666    3.6608e-06    9.7473e-39    -18.265    -14.253    -5.6331     -3.1579    -2.1684    -1.6216    -1.1949    -0.60715         0    0.45589     1.003    1.3677    1.8236    2.3706    3.2824    5.3795    8.1149         9.1686             0.93587               9.5422                     1                9.588             0.93789              0.55754               0.61849             0.12159      0.37861       1.186      1.6526        1.951       2.1682       2.3356       2.5246        2.622       2.5444       2.3729       2.2191       2.0334       1.8077       1.5129       1.1469        1.0197  
    cl_mt_coh      -0.40958     3.3094     -8.0801     -19.968    50.122           0    0.46859    0.53141    4.5009e-06    7.0901e-39    -19.901    -15.392    -5.9532     -3.2877    -2.2372    -1.6541    -1.1868    -0.55501    0.0992    0.58889    1.1496    1.5011     1.946    2.5291    3.4861    5.6356     8.417         10.053             0.95783                9.588               0.93789               10.952                   1              0.61211               0.63381            0.049806      0.43853       1.376      1.8996       2.2349        2.474       2.6548       2.8498       2.9232       2.7959       2.5804       2.4208       2.2133       1.9406       1.5786       1.1646        1.0229  
    cl_mt_pol_c       1.252    0.29182     0.23308        0.01    5.3189           0          0          1     0.0027839    1.1297e-39       0.01    0.84917    0.88831      0.9191    0.95075    0.98289     1.0156      1.0764    1.1924     1.3721    1.4753    1.5148     1.587    1.6554    1.7694    1.9784    2.2292        0.60404             0.65265              0.55754               0.61849              0.61211             0.63381              0.08516                     1          2.2235e-05    0.0048356    0.032679    0.068797      0.10715      0.14493      0.18465      0.26828      0.40677      0.56055      0.67136      0.72974       0.7934      0.85678       0.9246      0.98335       0.99816  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=67       0.65667           0.35     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.811149 seconds.
Elapsed time is 4.530999 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        1.4179     4.1958      2.9593     -17.306    14.864           0    0.22851    0.77149    3.8149e-05    1.1031e-21    -16.312    -14.207    -8.0512    -3.9008    -1.7522    -0.51974    0.30646      1.3895    2.4872     3.3629     3.967    4.3157    4.7094    5.2206    5.9481    7.2582    8.6023         17.605                   1               16.151               0.92341               17.884              0.9553              0.93398               0.65518           -0.018473    -0.10842    -0.41362    -0.61649     -0.71253     -0.75045     -0.75309     -0.68949     -0.47949     -0.16329     0.087594      0.23437       0.3918      0.56881      0.76286      0.94456       0.99365  
    cl_mt_pol_a    -0.68614     4.1685     -6.0752     -19.512     48.78    0.040088    0.48974    0.47017    7.5578e-06    6.4864e-21    -18.561    -16.399    -9.3885    -5.2917    -3.4385     -2.3898     -1.707    -0.79351         0    0.63825    1.3677    1.8236    2.3706    3.1912    4.6501     7.659    11.762         16.151             0.92341               17.376                     1               17.395             0.93528              0.85515               0.60382            0.053383     0.25925     0.99629      1.5086       1.8171       2.0369       2.1844       2.3548       2.4362       2.3734       2.2183       2.1021       1.9595       1.7551       1.4628       1.1374        1.0185  
    cl_mt_coh      -0.69348     4.4617     -6.4338     -19.968    50.122           0    0.47569    0.52431    9.2526e-06    4.2832e-21    -19.901    -17.751     -10.11    -5.6728    -3.6167     -2.4952    -1.7476    -0.76432    0.0992    0.77581    1.5235    1.9908    2.5515    3.3926    4.8656    7.9721    12.133         17.884              0.9553               17.395               0.93528               19.907                   1              0.97622                 0.644            0.060472     0.27842      1.0571      1.6029       1.9383       2.1556       2.3064       2.4739       2.5373       2.4494       2.2755       2.1497       1.9977       1.7824       1.4869       1.1411        1.0198  
    cl_mt_pol_c      1.2683    0.33975     0.26788        0.01    5.8227           0          0          1     0.0056264    1.1031e-21       0.01    0.86762    0.90734    0.93103    0.94938     0.97072    0.99358      1.0467    1.1771      1.356    1.4745    1.5634     1.664    1.7509    1.8967    2.1834    2.5071        0.93398             0.65518              0.85515               0.60382              0.97622               0.644              0.11543                     1          4.4363e-05    0.002935    0.031393    0.067298      0.10484      0.14218      0.18089       0.2623      0.39283      0.54481      0.65728      0.71744      0.78166      0.84717      0.91874      0.98179       0.99793  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=68       0.76611           0.35     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.611061 seconds.
Elapsed time is 4.595270 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       0.37463     5.4348      14.507     -19.201    15.208           0    0.35753    0.64247    8.7034e-05    9.8822e-11     -18.14    -16.133    -11.512    -7.7203     -5.091    -3.2332    -1.9129    -0.13411       1.6887      3.093    4.0691    4.5774    5.1902    5.9461    7.0243    8.9094    10.691         29.537                   1               27.549                0.9019                30.49             0.93719               1.6066               0.69766           -0.066457      -0.46716     -1.9067     -3.1728      -4.0162      -4.5658      -4.9034      -5.1559      -4.8239      -3.8656      -2.9136      -2.3373      -1.6861     -0.94052     -0.089334     0.74113       0.97003  
    cl_mt_pol_a    -0.84968     5.6204     -6.6147     -19.512     48.78    0.030541    0.50778    0.46168    1.2502e-05    4.9633e-10    -18.561    -18.265    -12.546    -8.4134    -5.7309    -4.0114    -2.8623     -1.3225    -0.086736    0.91178    1.9147    2.6442    3.6471    5.0148    7.3855    12.674    19.603         27.549              0.9019               31.589                     1               31.521             0.93689               1.5635               0.65655            0.074991       0.22462     0.91634      1.5225        1.933       2.2263        2.421       2.6569       2.7713       2.7067       2.5512       2.4161       2.2242       1.9711        1.6145      1.1831        1.0262  
    cl_mt_coh      -0.90265     5.9861     -6.6317     -19.968    50.122           0    0.49526    0.50474    1.6066e-05    3.2276e-10    -19.901    -19.878    -13.523    -9.0373    -6.1401    -4.2709    -2.9625     -1.3027     0.028142     1.0338    2.0842    2.8581    3.8599    5.2618    7.6469    13.112    20.215          30.49             0.93719               31.521               0.93689               35.834                   1               1.7922                0.7066            0.080669       0.22809     0.93151      1.5461       1.9635       2.2496       2.4484       2.6755       2.7716       2.6964       2.5285       2.3917       2.2004       1.9499        1.6087      1.1781        1.0254  
    cl_mt_pol_c      1.3093    0.42372     0.32363        0.01    6.8235           0          0          1      0.010135    9.8822e-11       0.01       0.01     0.9277     0.9508    0.96845    0.98488     1.0017      1.0451       1.1688     1.3994    1.5577    1.6706    1.7783    1.9272     2.113    2.5515    3.1032         1.6066             0.69766               1.5635               0.65655               1.7922              0.7066              0.17954                     1          7.7412e-05    7.7412e-05    0.027672    0.063531      0.10037      0.13771      0.17558      0.25689      0.37842      0.52442      0.63585      0.69723       0.7618        0.832        0.9087     0.97862        0.9975  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=69       0.87556           0.35     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.061566 seconds.
Elapsed time is 4.879801 seconds.
                     mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       -1.2751    7.6167     -5.9736     -23.356    16.233           0    0.51119    0.48881    0.00022383    4.6182e-05    -22.609    -19.558    -15.836    -12.456    -9.8997    -7.8461    -6.1306    -3.4977    -0.26126    2.5349    4.4491    5.3662    6.5461    7.8785    9.7648    12.719     14.98         58.014                   1                57.63               0.85093               62.693             0.88064               3.8273               0.75133            0.018227       0.16375     0.71229      1.2613       1.6977       2.0441       2.3174       2.6891       2.9049       2.7703       2.4994       2.3089       2.0763       1.7956       1.4516       1.1079        1.0121  
    cl_mt_pol_a    -0.17635    8.8917     -50.421     -19.512     48.78    0.030068    0.53629    0.43364    2.4507e-05    0.00018426    -18.868    -18.265    -14.572    -11.266     -8.535    -6.4363    -4.7796    -2.4286    -0.34694    1.1853    3.3736    4.9236    7.1119    10.212    15.774    28.812    43.857          57.63             0.85093               79.062                     1               79.301              0.9542               4.6674               0.78486             0.15926        1.9709      4.7979      8.4713       11.281       13.353       14.954       16.933       18.044       17.789       16.538       15.381       13.658       11.256       7.7061       3.0098        1.2646  
    cl_mt_coh      -0.26259    9.3466     -35.594     -19.968    50.122           0    0.53248    0.46752    2.9168e-05     0.0001193    -19.923    -19.878    -15.718    -12.121    -9.1531    -6.8877     -5.112    -2.5176    -0.27463    1.3366    3.5795    5.1683    7.3889    10.566    16.338    29.703    45.124         62.693             0.88064               79.301                0.9542               87.359                   1               5.0992               0.81573             0.13503        1.4235      3.4773       6.142       8.1539       9.6873       10.796       12.203        12.95       12.713        11.81       10.992       9.8141       8.1353       5.6385       2.3879        1.1825  
    cl_mt_pol_c       1.431    0.6688     0.46735        0.01    9.6386           0          0          1      0.018035    4.6182e-05       0.01       0.01    0.94974    0.97321    0.99139     1.0072     1.0221     1.0559      1.1352    1.3998    1.6597    1.8863    2.0596    2.3468     2.804    3.7802    4.9338         3.8273             0.75133               4.6674               0.78486               5.0992             0.81573               0.4473                     1          0.00012602    0.00012602    0.020693    0.054032     0.088395      0.12327      0.15869      0.23126      0.34577      0.47867      0.58627      0.64851      0.71645      0.79305      0.88119      0.96975       0.99596  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=70        0.985            0.35     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 16.589317 seconds.
Elapsed time is 35.214889 seconds.
                    mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       -14.28    14.193    -0.99392     -33.387     24.43           0     0.8404     0.1596    0.00099175     0.01113     -33.34     -32.97    -30.841    -28.843    -27.092    -25.348    -23.844    -21.415     -17.97    -15.089    -9.8235    -0.99563    1.7754    11.176    16.354     24.43     24.43         201.44                   1               174.69               0.84503               191.66             0.88948               36.451               0.55612           0.0085876      0.045475       0.13633     0.21955       0.3157      0.40993      0.49581      0.65329      0.85983       1.0326       1.1266       1.1464        1.146       1.1208       1.0737         1             1     
    cl_mt_pol_a    -2.0142    14.565     -7.2312     -19.512     48.78    0.096417    0.73055    0.17303    9.0889e-05    0.029879    -18.868    -18.561    -18.265     -15.79    -13.618    -11.693    -10.492    -7.7195     -4.597    -1.7923          0           0    3.2824    13.677    37.657     48.78     48.78         174.69             0.84503               212.15                     1               209.02             0.94524                44.05               0.65487            0.052325       0.19332       0.54129     0.94065       1.2395       1.5567       1.8302       2.2769       2.7198       2.9388        2.978        2.978       2.9583       2.7626       2.1558         1             1     
    cl_mt_coh      -2.3239    15.182     -6.5329     -19.968    50.122           0    0.73037    0.26963    9.1967e-05    0.019321    -19.946    -19.901    -19.878    -17.075    -14.667    -12.589    -11.209    -8.2896    -4.8317     -1.841     0.0992      0.1216    3.4861     14.14     38.72    50.122    50.122         191.66             0.88948               209.02               0.94524                230.5                   1               46.351               0.66109           0.0086834       0.17936       0.50714      0.8535       1.1555        1.461       1.7128       2.1453       2.5394       2.7369       2.7688       2.7656       2.7469       2.5707       2.0292         1             1     
    cl_mt_pol_c     2.0374    4.6182      2.2667        0.01    40.457           0          0          1      0.059216     0.01113       0.01       0.01       0.01    0.94709     0.9877      1.003     1.0171      1.028     1.0632     1.1139     1.1967      1.2956    1.6669    2.9344    5.3666    40.457    40.457         36.451             0.55612                44.05               0.65487               46.351             0.66109               21.328                     1          0.00029065    0.00029065    0.00029065    0.020756     0.043246     0.067339     0.091939      0.14206      0.21923      0.29878      0.35522      0.38554      0.42086      0.47659      0.57338         1             1     

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=71          0               0.4     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.225606 seconds.
Elapsed time is 4.466459 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.2426    0.99817     0.30783     -14.763    14.531           0    0.0071915    0.99281     4.221e-05    3.1449e-114    -3.2629    0.29422     1.5776     2.0722      2.381      2.5783      2.7516      3.0467      3.3559     3.6518     3.8545     3.9865     4.1243    4.3026    4.5732    5.0674    5.6317        0.99634                   1               1.0619               0.97837               1.0424             0.90555               0.16992              0.89564          -0.0022754    -0.0037012    0.010259    0.039078     0.074901       0.1116       0.1531      0.24598      0.39096      0.55641      0.66939      0.73287      0.79211      0.85911      0.92523      0.98371       0.99822  
    cl_mt_pol_a     -0.11953     1.0874     -9.0976     -19.512     48.78    0.061066      0.51326    0.42568    6.1249e-08    4.2004e-112     -5.377    -2.8623    -1.8215    -1.3656    -1.1095    -0.93885    -0.70534    -0.43368    -0.08535    0.18236    0.45589    0.63825    0.91178    1.1853    1.6412     2.553    3.6471         1.0619             0.97837               1.1825                     1               1.1305             0.90145               0.19205               0.9292             0.08153       0.34163      1.0818      1.8004       2.3236       2.6827       3.0255       3.5069       3.8343        3.742       3.4429       3.1622       2.7563       2.3454       1.7976       1.2174        1.0342  
    cl_mt_coh      -0.039188     1.1532     -29.428     -19.968    50.122           0      0.48065    0.51935    7.2131e-08     5.866e-112    -5.6952    -2.9849    -1.8634    -1.3737    -1.0934    -0.90644    -0.67086    -0.36809    0.028142    0.30852    0.58889    0.77581     1.0338    1.2918     1.759     2.716    3.8599         1.0424             0.90555               1.1305               0.90145               1.3299                   1               0.18347                0.837             0.26311        1.0978       3.439      5.6586       7.2456       8.3123       9.3059       10.623       11.244       10.559       9.3456       8.3064       7.2391       5.8506       3.9633       1.7943        1.1098  
    cl_mt_pol_c         1.25    0.19007     0.15206        0.01    5.1348           0            0          1     4.221e-05    3.1449e-114    0.78732    0.86911     0.9605     1.0091     1.0474      1.0909      1.1225        1.16       1.208     1.3191     1.3976     1.4194     1.4636    1.5155    1.5707    1.6892    1.8221        0.16992             0.89564              0.19205                0.9292              0.18347               0.837              0.036127                    1           0.0005966     0.0066198     0.03686    0.077684       0.1169      0.15972      0.20445      0.29566      0.44037       0.5976      0.69961      0.75759      0.81604      0.87285      0.93477      0.98634       0.99855  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=72       0.10944            0.4     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.963923 seconds.
Elapsed time is 4.351723 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         3.1408     1.2433     0.39585     -14.939    14.543           0    0.015831    0.98417    7.0836e-07    3.7676e-94    -8.8895    -0.59758     1.1911     1.8156       2.18      2.4099      2.6298      2.9329      3.3039     3.6426     3.8763     3.9962     4.179    4.3602    4.6757    5.2421    5.8627         1.5458                   1               1.5685               0.96997               1.5807             0.92022               0.21518               0.8367          -0.0037672    -0.010771    -0.0033472    0.021262     0.054574      0.09008      0.13003      0.21929      0.36799      0.53874      0.65884      0.71798      0.78131      0.84867      0.92076      0.98276       0.99807  
    cl_mt_pol_a     -0.12577     1.3006     -10.341     -19.512     48.78    0.054317     0.50993    0.43575    2.0145e-07    2.5127e-92    -11.015      -3.414    -2.0484    -1.5363    -1.1949     -0.9541    -0.76815    -0.44824    -0.08535    0.27354    0.54707    0.72943     1.003    1.2765    1.8236    2.8265    4.1942         1.5685             0.96997               1.6916                     1               1.6576             0.92244               0.23571              0.87614             0.11632      0.47557        1.3225       1.993       2.5722       2.9462       3.3764       3.7804       4.1003       3.9565       3.6207       3.3764       2.9433       2.5803       1.9125       1.2729        1.0371  
    cl_mt_coh      -0.048856     1.3816     -28.279     -19.968    50.122           0     0.47839    0.52161    2.3383e-07    2.8608e-92    -11.841     -3.6167    -2.1214    -1.5606    -1.1868    -0.92884    -0.71952    -0.41289    0.028142    0.40197    0.68235    0.86926    1.1496      1.43    1.9684    3.0188    4.4207         1.5807             0.92022               1.6576               0.92244               1.9088                   1               0.22885              0.80076             0.32205       1.2919        3.5629      5.3324       6.8273       7.7756       8.8284       9.7667       10.298       9.5628       8.4663       7.7196       6.4418        5.396       3.7017       1.7429           1.1  
    cl_mt_pol_c       1.2483    0.20685      0.1657        0.01    5.1593           0           0          1    0.00013704    3.7676e-94    0.78645     0.84363     0.9405    0.99064     1.0231      1.0564      1.0992      1.1537      1.2057      1.322     1.4086     1.4268    1.4789    1.5286    1.5975    1.7505     1.886        0.21518              0.8367              0.23571               0.87614              0.22885             0.80076              0.042787                    1          0.00055172    0.0064482      0.035347    0.075028      0.11466      0.15708      0.19934      0.29307      0.43146      0.59083      0.69716      0.75323      0.81231      0.87067      0.93287      0.98569       0.99847  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=73       0.21889            0.4     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.896179 seconds.
Elapsed time is 4.433623 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         2.9868     1.6327     0.54664     -15.163    14.569           0    0.033278    0.96672    2.1173e-06    1.3672e-73    -12.734    -2.7898    0.59079     1.4289      1.884     2.1861       2.423      2.7841      3.23     3.6023     3.8887     4.0506    4.2289     4.463     4.805     5.463    6.1782         2.6657                   1                2.586               0.95984               2.6888             0.93689               0.28293              0.76346           -0.004737    -0.023627    -0.029025    -0.011061    0.017093     0.052194     0.089892      0.17768      0.32971      0.50356      0.62932      0.69386      0.76422      0.83692      0.91289      0.98098       0.99788  
    cl_mt_pol_a     -0.14782     1.6501     -11.164     -19.512     48.78    0.054554     0.49754    0.44791    5.9298e-07    5.8195e-72    -15.619    -4.9306    -2.4286    -1.7347    -1.3656    -1.0408     -0.8535     -0.5121         0    0.36471    0.63825    0.91178    1.1853      1.55    2.0971    3.3736    5.0148          2.586             0.95984                2.723                     1               2.7103              0.9344               0.29852              0.79699             0.11752      0.62313       1.4955       2.1872      2.7116       3.1197       3.4372       3.8955       4.1397        3.965       3.6663        3.349       2.9749       2.5166        1.968       1.2627        1.0346  
    cl_mt_coh      -0.077045     1.7578     -22.815     -19.968    50.122           0     0.47431    0.52569    6.7926e-07    4.8778e-72    -16.746    -5.2055    -2.5176      -1.77    -1.3737    -1.0223    -0.81298    -0.43915    0.0768    0.47303    0.77581     1.0562    1.3142    1.7104    2.2711    3.5795    5.2394         2.6888             0.93689               2.7103                0.9344               3.0898                   1               0.29745              0.74553             0.24319       1.2896       3.0342       4.4035       5.422       6.1997       6.7884       7.5926       7.8963       7.4102       6.6051       5.8979       5.2243       4.1177       2.9752       1.5304         1.075  
    cl_mt_pol_c       1.2472    0.22698       0.182        0.01    5.2363           0           0          1     0.0003995    1.3672e-73    0.79163    0.83238    0.91055    0.96731     1.0043     1.0322      1.0674      1.1419    1.2055     1.3273     1.4197     1.4531    1.4883    1.5511    1.6408    1.7836    1.9501        0.28293             0.76346              0.29852               0.79699              0.29745             0.74553              0.051521                    1          0.00039427    0.0064462     0.034363     0.072584     0.11231      0.15384      0.19464      0.28584      0.42468      0.57887      0.69485      0.74722       0.8062      0.86889      0.93081      0.98513       0.99844  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=74       0.32833            0.4     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.341480 seconds.
Elapsed time is 4.529254 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.7265     2.1923     0.80408     -15.471    14.607           0    0.064007    0.93599     5.526e-06    2.3509e-54    -14.808    -7.3255    -0.52049     0.8144     1.4264     1.8267      2.1261      2.6009    3.1342     3.5817     3.9058    4.0932     4.316    4.5873    5.0004    5.7617    6.5991         4.8062                   1               4.5235               0.95006               4.8343             0.95042               0.38485              0.69843          -0.0056856    -0.040079    -0.07759    -0.072915    -0.051819    -0.021872    0.015102      0.10206      0.26953      0.44696      0.58227      0.65508      0.73415      0.81285       0.9008      0.97767        0.9975  
    cl_mt_pol_a     -0.2224     2.1718     -9.7654     -19.512     48.78    0.046852     0.49482    0.45833    1.4348e-06    6.2022e-53    -18.265    -9.1324     -3.1579     -2.116     -1.587    -1.2143    -0.93885    -0.59745         0    0.45589    0.82061    1.0941    1.3677    1.8236     2.553     4.103     6.109         4.5235             0.95006               4.7168                     1               4.7274             0.93818               0.38859              0.71186             0.09168      0.60119       1.464       2.0268       2.4362       2.7602      3.0361       3.3223       3.5155       3.3596       3.0956       2.8873       2.6361       2.2649       1.7578       1.2105        1.0286  
    cl_mt_coh      -0.16356     2.3201     -14.185     -19.968    50.122           0     0.47212    0.52788    1.7075e-06    4.3797e-53    -19.878    -9.7849     -3.3363    -2.1438    -1.6054    -1.2092    -0.90644    -0.53261    0.0992    0.56649    0.96272    1.2431    1.5235    1.9908    2.7384    4.3272    6.3609         4.8343             0.95042               4.7274               0.93818                5.383                   1               0.40132              0.68818             0.13378      0.87952       2.117       2.9418       3.4908       3.9323      4.3016       4.6634       4.8412        4.571       4.0852       3.7632       3.3829       2.8309        2.089       1.2998        1.0431  
    cl_mt_pol_c      1.2468    0.25134     0.20159        0.01     5.378           0           0          1     0.0010126    2.3509e-54       0.01    0.83714     0.88961    0.93825    0.97882     1.0112      1.0386      1.1268    1.2012     1.3634     1.4275    1.4842    1.5079    1.6013    1.6868    1.8498    2.0523        0.38485             0.69843              0.38859               0.71186              0.40132             0.68818              0.063174                    1          8.1218e-06    0.0060687    0.034192     0.070519      0.11001      0.14918     0.19065      0.27804      0.41679      0.57207      0.68296      0.74103      0.80099       0.8648      0.92846      0.98461       0.99831  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=75       0.43778            0.4     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.918827 seconds.
Elapsed time is 4.571400 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.2905     2.9602      1.2924     -15.916    14.667           0    0.11841    0.88159    1.3403e-05    1.1553e-37    -15.337    -11.291    -3.0818    -0.45606    0.58474     1.2156     1.6344      2.2551    2.9505     3.5023     3.931    4.1515    4.4188    4.7599    5.2626    6.1894     7.181         8.7628                   1                8.136               0.94083               8.8825             0.95933              0.54293               0.65579          -0.0077411    -0.058778    -0.16833    -0.20136     -0.19883      -0.1788     -0.14691     -0.060404     0.11171      0.32119      0.48672      0.57218       0.6652      0.76395      0.87313      0.97129       0.99672  
    cl_mt_pol_a    -0.39309     2.9213     -7.4317     -19.512     48.78    0.040506     0.4922    0.46729     3.325e-06    1.8236e-36    -18.265    -13.531    -4.9503     -2.9019    -2.0817    -1.5363    -1.1949    -0.60715         0    0.54707     1.003    1.2765    1.7324    2.2795    3.1912     5.106     7.659          8.136             0.94083               8.5341                     1               8.5623             0.93707              0.52513               0.64273             0.11823       0.4117      1.2359       1.722       2.0224       2.2626       2.4203        2.6489      2.7685       2.6622       2.4756       2.3471       2.1364       1.8773       1.5386       1.1587        1.0216  
    cl_mt_coh      -0.35724     3.1278     -8.7556     -19.968    50.122           0     0.4757     0.5243    3.9045e-06    1.2149e-36    -19.878    -14.574     -5.299      -3.056    -2.1438    -1.5606    -1.1868    -0.55501    0.0992    0.65995    1.1496      1.43    1.8973     2.458    3.3702    5.3552    7.9721         8.8825             0.95933               8.5623               0.93707               9.7833                   1               0.5689               0.65033             0.14006       0.4885      1.4571      2.0204        2.368       2.6383       2.8124        3.0544      3.1499       3.0069       2.7404       2.5823       2.3279       2.0199       1.6445       1.1823        1.0246  
    cl_mt_pol_c      1.2489    0.27968     0.22393        0.01    5.6106           0          0          1     0.0023389    1.1553e-37       0.01    0.84542    0.89053     0.92386    0.95429    0.98283     1.0125      1.1023    1.2026     1.3542    1.4458    1.4892    1.5574    1.6455    1.7371    1.9446    2.1706        0.54293             0.65579              0.52513               0.64273               0.5689             0.65033              0.07822                     1          1.8727e-05    0.0051323    0.033184    0.069611      0.10711      0.14747      0.18586       0.27037     0.40789      0.56432      0.67626      0.73316      0.79552      0.85874      0.92547      0.98376        0.9982  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=76       0.54722            0.4     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.942025 seconds.
Elapsed time is 4.611288 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        1.6292     3.8628       2.371     -16.597    14.767          0    0.20024    0.79976    2.9104e-05    2.2336e-24    -15.927    -13.661    -6.9195    -2.9251     -1.055    -0.021287    0.69774      1.6534      2.6221     3.3743    3.9296    4.2209    4.5725    5.0149    5.6494    6.8193    8.0374         14.921                   1               13.873               0.93103               15.339             0.96112                0.7879              0.64988           -0.012354     -0.09137    -0.33392    -0.47644      -0.5343     -0.54904     -0.53784     -0.46321     -0.26343     0.014536      0.23598      0.36037      0.49558      0.64349       0.8058      0.95508       0.99487  
    cl_mt_pol_a    -0.67767     3.8575     -5.6923     -19.512     48.78    0.03164    0.50208    0.46628    6.4644e-06    2.3641e-23    -18.561    -16.046    -8.4134    -4.6617    -3.1579      -2.2551     -1.707    -0.86736    -0.08535    0.63825    1.2765    1.7324    2.2795    2.9177     4.103    6.7472    10.303         13.873             0.93103               14.881                     1               14.894             0.93448               0.74483              0.61519            0.045378      0.25898     0.94965      1.4069       1.6881       1.8857       2.0306       2.2161       2.3141       2.2467       2.1109       1.9927       1.8464       1.6779       1.4255        1.122        1.0163  
    cl_mt_coh      -0.67863     4.1316     -6.0882     -19.968    50.122          0    0.48769    0.51231    7.7494e-06    1.5485e-23    -19.901    -17.377    -9.0373    -4.9251    -3.2877      -2.3307    -1.7476    -0.83538    0.028142    0.75341      1.43    1.8525    2.4132    3.1123    4.3272    7.0375    10.638         15.339             0.96112               14.894               0.93448                17.07                   1               0.84465              0.65136            0.051756      0.27981      1.0207      1.5179       1.8056       2.0118       2.1607       2.3455       2.4273       2.3467       2.1776       2.0706       1.9155       1.7105        1.444       1.1266        1.0177  
    cl_mt_pol_c      1.2567    0.31386     0.24976        0.01    5.9898          0          0          1     0.0046827    2.2336e-24       0.01    0.86396    0.89903    0.92652    0.95077      0.97957     1.0115      1.0725      1.2022     1.3439    1.4587    1.5568    1.5919    1.6974    1.8312    2.0919    2.3745         0.7879             0.64988              0.74483               0.61519              0.84465             0.65136              0.098508                    1          3.7263e-05    0.0035797    0.032364    0.068357      0.10542      0.14374      0.18373      0.26816      0.40039      0.55358      0.66426      0.72341      0.78688      0.85185      0.92118      0.98251       0.99806  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=77       0.65667            0.4     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.680898 seconds.
Elapsed time is 4.571210 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       0.99447     4.7031      4.7293     -17.717    14.946           0    0.28115    0.71885    5.2297e-05    1.3546e-14    -16.644    -14.895    -9.6662    -5.5796    -3.1045     -1.539    -0.50634    0.87397    2.2221     3.2437         4    4.4026    4.8614    5.4587    6.3217    7.8579    9.3913          22.12                   1               20.935               0.91879               23.169             0.95231               1.1624               0.67138           -0.036838     -0.16127     -0.6472     -1.0219      -1.2351      -1.3494      -1.3991      -1.3751      -1.1383     -0.72486      -0.3623      -0.1512     0.082495      0.34187      0.63587      0.91453       0.99012  
    cl_mt_pol_a    -0.73913     4.8447     -6.5547     -19.512     48.78    0.030159    0.49615    0.47369    1.0285e-05    1.0125e-13    -18.561    -16.814     -11.01    -6.7654    -4.4382    -3.0859     -2.2191    -1.0242         0    0.82061    1.7324    2.3706    3.0089     4.103    5.8354    9.7561    15.044         20.935             0.91879               23.471                     1               23.454             0.93588               1.1339                0.6358            0.063207      0.24923     0.99511      1.5762       1.9589       2.2024       2.3829       2.5979       2.6903       2.6153       2.4393       2.2873       2.1312       1.8816       1.5568       1.1627        1.0221  
    cl_mt_coh      -0.76705     5.1729     -6.7439     -19.968    50.122           0    0.48257    0.51743    1.2025e-05    6.5904e-14    -19.901    -18.147    -11.841    -7.2616    -4.7382    -3.2429     -2.3083    -0.9999    0.0992    0.96272    1.8973    2.5067     3.232    4.3272    6.1029    10.122    15.497         23.169             0.95231               23.454               0.93588               26.759                   1               1.2963               0.68071            0.071052      0.25556      1.0354      1.6377        2.026       2.2851       2.4569       2.6673       2.7423       2.6466       2.4582       2.3254       2.1394       1.8856       1.5576       1.1623        1.0229  
    cl_mt_pol_c      1.2825    0.36812     0.28704        0.01    6.6462           0          0          1     0.0074419    1.3546e-14       0.01    0.87811    0.91865    0.94201    0.95962    0.97763     0.99845      1.049    1.1848     1.3773    1.5316     1.576     1.686    1.8091    1.9613    2.3351    2.6915         1.1624             0.67138               1.1339                0.6358               1.2963             0.68071              0.13551                     1          5.8027e-05    0.0016982    0.030241    0.066221      0.10326      0.14105      0.17979       0.2593      0.38814      0.53665      0.65089      0.71161      0.77407      0.84225      0.91508      0.98062       0.99778  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=78       0.76611            0.4     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.772434 seconds.
Elapsed time is 4.659317 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.080341     5.9348      -73.87     -19.742    15.329           0    0.40792    0.59208    0.00010672    4.0385e-08    -18.646     -16.47     -12.64    -9.0595    -6.4172    -4.4565    -2.9859    -0.9175      1.2243    2.8953    4.0602    4.6862    5.4242    6.2935    7.5564    9.7147    11.713         35.221                   1               34.414                0.8947               37.917             0.92897               1.9923               0.72105             0.39332        2.8182      9.4427      16.123       20.898       24.247       26.541      28.876        28.484      24.604         20.28        17.54       14.369       10.789       6.5159       2.3213        1.1533  
    cl_mt_pol_a     -0.78426     6.4811     -8.2639     -19.512     48.78    0.025243    0.52124    0.45352    1.6158e-05    2.2191e-07     -18.78    -18.265    -13.485    -9.5592     -6.828    -4.9503    -3.5847    -1.7347    -0.17634     1.003    2.4618    3.3736    4.5589    6.2913    9.3914     16.23    25.348         34.414              0.8947               42.004                     1                41.96             0.94138               2.1305               0.70608            0.024525       0.30343      1.0333      1.7597       2.2807       2.6473       2.9169      3.2458        3.4175      3.3527        3.1271       2.9425       2.6973       2.3561        1.859       1.2575        1.0367  
    cl_mt_coh       -0.85528     6.8774     -8.0411     -19.968    50.122           0    0.50996    0.49004     1.983e-05    1.4391e-07    -19.923    -19.878    -14.551    -10.252     -7.284    -5.2503     -3.755      -1.77    -0.11012    1.1496    2.6226    3.5795    4.7945    6.5702    9.7254    16.757    26.103         37.917             0.92897                41.96               0.94138               47.299                   1               2.4098               0.75261            0.028184       0.29713      1.0248      1.7461       2.2498       2.6101       2.8722      3.1861        3.3387      3.2584        3.0417       2.8529       2.6161       2.2888       1.8221       1.2436        1.0347  
    cl_mt_pol_c       1.3329    0.46556     0.34927        0.01    7.9655           0          0          1      0.012266    4.0385e-08       0.01       0.01    0.94202    0.96466    0.98213    0.99783     1.0122     1.0528      1.1403    1.3641    1.5771    1.6957    1.8279    1.9794     2.253    2.8182    3.4476         1.9923             0.72105               2.1305               0.70608               2.4098             0.75261              0.21675                     1          9.2018e-05    9.2018e-05    0.026085    0.061627     0.098702      0.13528      0.17302      0.2503       0.37315      0.5161       0.62693      0.68804      0.75346      0.82477      0.90337      0.97702       0.99726  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=79       0.87556            0.4     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.909015 seconds.
Elapsed time is 4.785778 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -1.6539     8.1686     -4.9391     -24.083    16.429           0    0.54571    0.45429    0.00023807    0.00019334    -23.359     -20.51     -16.56    -13.442     -10.92    -8.8523    -7.1073    -4.3631    -0.79463    2.2849    4.5042    5.6428    6.9913    8.4868    10.579    13.702    15.794         66.727                   1               71.608               0.84617               77.256             0.87197               4.7502               0.74886            0.015601       0.13266     0.57591      1.0295       1.3969       1.6938        1.935        2.278       2.5121       2.4434       2.2384       2.0857       1.8942        1.662       1.3762        1.0887       1.0069  
    cl_mt_pol_a    0.48904      10.36      21.184     -19.512     48.78    0.030538    0.53483    0.43463     2.822e-05    0.00080997    -18.868    -18.265    -15.022    -11.726    -9.0471    -6.9133    -5.2063    -2.7312    -0.42675      1.55    4.3766    6.3825    9.1178     13.13    20.333    36.289    48.689         71.608             0.84617               107.33                     1               108.01             0.96126               6.5591               0.81532           -0.064245      -0.79115     -1.7481     -3.1046      -4.1697      -4.9928      -5.6048      -6.3926      -6.8387      -6.7178       -6.134      -5.5922      -4.8009      -3.6864       -2.014       0.14104      0.91921  
    cl_mt_coh      0.40999     10.846      26.455     -19.968    50.122           0    0.52959    0.47041    3.2494e-05    0.00052417    -19.923    -19.878     -16.14    -12.656    -9.6915    -7.4485    -5.5793    -2.8691    -0.34569    1.7104    4.6076    6.6637    9.4674     13.58    20.963    37.295    50.006         77.256             0.87197               108.01               0.96126               117.64                   1               7.0406               0.83595           -0.096341       -1.0157     -2.2685     -3.9975      -5.3806      -6.3949      -7.1895      -8.1843      -8.7241       -8.537      -7.7963        -7.12      -6.1383      -4.7612      -2.7013     -0.060246      0.88125  
    cl_mt_pol_c       1.48    0.77652     0.52468        0.01    11.737           0          0          1      0.020124    0.00019334       0.01       0.01    0.95944    0.98319      1.002     1.0162     1.0297     1.0569      1.1429    1.4242    1.7474    1.9092    2.1691    2.4836    3.0105      4.23    6.4981         4.7502             0.74886               6.5591               0.81532               7.0406             0.83595              0.60299                     1          0.00013597    0.00013597    0.018653    0.051309     0.084847      0.11916      0.15345      0.22405       0.3346      0.46383      0.57117      0.63274      0.70159      0.77926      0.87113        0.9653      0.99421  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=80        0.985             0.4     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 17.018843 seconds.
Elapsed time is 46.580115 seconds.
                    mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       -15.73     13.71    -0.87155     -33.411    24.518           0    0.85864    0.14136    0.00099406    0.011285    -33.384    -33.158    -31.403    -29.279    -27.598    -26.517    -24.965    -22.248    -19.114    -16.148    -12.632    -7.9688    -2.0801    8.9084    15.564    24.518    24.518         187.96                   1               167.89               0.84518               185.33              0.8949               40.158               0.53998           0.0078218      0.041516       0.10438     0.20047      0.29266      0.37759      0.45891      0.60858      0.80435      0.97249       1.0657       1.1007       1.1174       1.1045       1.0663         1             1     
    cl_mt_pol_a    -2.6645    14.489     -5.4378     -19.512     48.78    0.065263    0.78273      0.152    9.4551e-05    0.030856    -19.185    -18.561    -18.265     -15.79    -13.618    -12.205    -11.352    -8.0229    -4.6942    -2.1337    -1.0242          0    0.36471    11.306    37.474     48.78     48.78         167.89             0.84518               209.93                     1               205.72             0.93993               48.518               0.61732           0.0077567       0.15837       0.44726     0.76279      0.96609       1.1944       1.4221       1.7722       2.1664       2.3589       2.3992       2.4072        2.407       2.3083       1.8747         1             1     
    cl_mt_coh      -3.0173    15.106     -5.0064     -19.968    50.122           0     0.7824     0.2176    0.00010025    0.019953    -19.946    -19.901    -19.878    -17.168    -14.738    -13.217    -12.215      -8.57    -5.0186    -2.2148    -0.9999     0.0992    0.49543     11.71    38.533    50.122    50.122         185.33              0.8949               205.72               0.93993               228.18                   1               51.059               0.62312           0.0072903       0.15059       0.42577     0.63104      0.90719        1.138       1.3587       1.6884       2.0572       2.2389       2.2752        2.281        2.279       2.1878       1.7936         1             1     
    cl_mt_pol_c     2.0931    5.4244      2.5915        0.01      48.6           0          0          1      0.064102    0.011285       0.01       0.01       0.01    0.99471     1.0133     1.0237     1.0355     1.0521     1.0739      1.124     1.1989     1.2679     1.5039    2.4693    4.9425      48.6      48.6         40.158             0.53998               48.518               0.61732               51.059             0.62312               29.425                     1          0.00030625    0.00030625    0.00030625    0.016748     0.040945     0.066344     0.091273      0.14046      0.21603      0.29476      0.35003      0.37887      0.41138      0.45697      0.53913         1             1     

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=81          0              0.45     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.029042 seconds.
Elapsed time is 4.632277 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        3.0678     1.3963     0.45514     -14.846    14.564           0    0.023128    0.97687    0.00022633    2.2897e-73    -10.971    -1.3564    0.90016     1.6334     2.0769     2.3562      2.5442        2.87       3.2823     3.6066     3.8549     4.0079    4.1681    4.3716     4.704    5.2751    5.9286         1.9496                   1                1.968               0.96575               2.0157             0.92956              0.23559               0.80128          -0.0042634    -0.015838    -0.013628    0.0079614     0.03873     0.075749       0.1147      0.20304      0.35388      0.52205      0.64578      0.70804      0.77446       0.8442      0.91938      0.98211       0.99803  
    cl_mt_pol_a    -0.16197     1.4594     -9.0103     -19.512     48.78    0.040635     0.52082    0.43855    3.4479e-07    6.4592e-71    -13.485    -3.9899    -2.3044     -1.707    -1.3225    -1.0408     -0.8535     -0.5121    -0.086736    0.27354    0.63825    0.82061    1.0941    1.3677    2.0059    3.1001    4.4677          1.968             0.96575                 2.13                     1               2.0715             0.91397              0.26081               0.84867             0.10002      0.44401        1.198       1.8038        2.24       2.6055        2.901       3.2993       3.5605       3.4655       3.1247       2.9359        2.642       2.2875       1.7237       1.2077        1.0308  
    cl_mt_coh      -0.08972      1.553     -17.309     -19.968    50.122           0     0.49583    0.50417    3.8497e-07    4.2708e-71     -14.48    -4.1775    -2.4018    -1.7476    -1.3251    -1.0223    -0.81298    -0.43915    0.0057421    0.40197    0.75341    0.96272    1.2431    1.5235    2.1329    3.2768     4.701         2.0157             0.92956               2.0715               0.91397               2.4118                   1              0.25569               0.78187             0.19426      0.86382       2.2757       3.4033      4.1992       4.8551       5.3706       6.0256       6.3561       5.9838       5.3633       4.8181        4.215       3.5023       2.5617       1.4248        1.0581  
    cl_mt_pol_c      1.2454    0.21057     0.16908        0.01    5.6706           0           0          1    0.00022633    2.2897e-73    0.78296    0.83767    0.93497    0.99907     1.0341     1.0598      1.0806      1.1142       1.2312      1.336     1.4017     1.4421    1.4616     1.547    1.5829    1.7322    1.9026        0.23559             0.80128              0.26081               0.84867              0.25569             0.78187              0.04434                     1          0.00054382    0.0065023     0.035191      0.07417     0.11496      0.15712      0.20009      0.28867      0.43097      0.58561      0.69545      0.75225       0.8093      0.87012      0.93296      0.98584       0.99848  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=82       0.10944           0.45     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.779260 seconds.
Elapsed time is 4.660809 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.9049     1.7808     0.61302     -15.045    14.581           0    0.042672    0.95733     2.734e-06    1.8297e-60    -13.414    -3.9837    0.25139     1.2219     1.7439     2.1041      2.3656       2.775      3.2039      3.598     3.8781     4.0425    4.2174    4.4662    4.8051    5.4655    6.1981         3.1711                   1                3.081               0.95826               3.2389              0.9442               0.29946              0.73857          -0.0049669    -0.028673    -0.041603    -0.027756    -0.0012511    0.032168     0.070256      0.16232      0.31336       0.4891      0.61796      0.68716       0.7564      0.83406      0.91092      0.98027       0.99779  
    cl_mt_pol_a    -0.20709     1.8055     -8.7184     -19.512     48.78    0.035982     0.51219    0.45183     8.166e-07    2.1102e-58    -16.472     -5.898    -2.7312     -1.963    -1.5363    -1.1949    -0.93885     -0.5121    -0.08535    0.36471    0.72943    0.91178    1.1853    1.6412    2.1883    3.4648    5.1972          3.081             0.95826               3.2599                     1               3.2249             0.92723               0.31965              0.77756             0.08638      0.50862       1.2301       1.7861        2.1874      2.5262        2.774       3.1297       3.3136       3.1873         2.91       2.7502       2.4912        2.091       1.7131       1.2017        1.0255  
    cl_mt_coh      -0.14229     1.9263     -13.538     -19.968    50.122           0     0.48622    0.51378    9.1734e-07    1.3893e-58    -17.751    -6.2783    -2.8691    -2.0279    -1.5606    -1.1868    -0.90644    -0.43915    0.028142    0.47303    0.84686     1.0562    1.3366     1.759    2.3646     3.673    5.4039         3.2389              0.9442               3.2249               0.92723               3.7108                   1               0.32197              0.73409             0.13585      0.79467       1.8915       2.7365        3.3345      3.8292       4.1821       4.6594       4.8338       4.5825       4.1262       3.7639       3.3396        2.836       2.1024       1.3088        1.0428  
    cl_mt_pol_c      1.2438    0.22769     0.18305        0.01    5.7013           0           0          1     0.0005401    1.8297e-60    0.78754    0.82994    0.90916    0.97403     1.0173     1.0475      1.0713        1.11      1.2297     1.3389     1.4346     1.4483    1.4755    1.5577    1.6557    1.7902    1.9451        0.29946             0.73857              0.31965               0.77756              0.32197             0.73409              0.051841                    1          0.00029557    0.0062514      0.03441     0.073186       0.11254     0.15412      0.19674      0.28789      0.42503      0.57976      0.68928      0.74757      0.80522      0.86879      0.93182      0.98529       0.99839  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=83       0.21889           0.45     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.079815 seconds.
Elapsed time is 4.658864 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.6657     2.2725      0.8525     -15.301    14.607           0    0.072072    0.92793     5.931e-06    1.1695e-47    -14.947    -7.9104    -0.80749    0.61578     1.3188      1.747      2.097        2.59      3.1191     3.5713     3.8675    4.0777    4.2843    4.5698    4.9759    5.7136    6.5506         5.1644                   1               4.9016               0.95091               5.2609             0.95461              0.38807               0.68928          -0.0059392    -0.042437    -0.08689    -0.086451    -0.06755     -0.038867    -0.00082019    0.087666      0.24734       0.4361      0.57414      0.65071      0.72674      0.81079      0.89851      0.97722       0.99744  
    cl_mt_pol_a     -0.2846     2.2683     -7.9699     -19.512     48.78    0.033094     0.50583    0.46108    1.6463e-06    6.4528e-46    -18.265    -9.7866      -3.414    -2.3419    -1.7923    -1.3656    -1.0408    -0.59745    -0.08535    0.36471    0.82061    1.0941    1.4589    1.9147     2.553     4.103     6.109         4.9016             0.95091                5.145                     1               5.1313             0.93285              0.39935               0.71065            0.080687      0.48447      1.2092       1.6973      2.0584        2.3532         2.5467      2.8266       2.9815       2.8961       2.6507       2.4909       2.2302       1.9482         1.61       1.1723        1.0226  
    cl_mt_coh      -0.23138     2.4251     -10.481     -19.968    50.122           0     0.47857    0.52143     1.924e-06    4.2354e-46    -19.878    -10.462     -3.5681    -2.4018     -1.841    -1.3737    -1.0223    -0.53261    0.028142    0.49543    0.96272    1.2431    1.5945    2.0394    2.7384    4.3272    6.3833         5.2609             0.95461               5.1313               0.93285                5.881                   1              0.41585               0.69215             0.10656      0.64263      1.5872       2.2561      2.6721        3.0411         3.2773      3.6032       3.7366       3.5595       3.1974       2.9741       2.6782       2.3103       1.7929        1.222         1.029  
    cl_mt_pol_c      1.2435    0.24775     0.19923        0.01    5.7979           0           0          1     0.0011348    1.1695e-47       0.01    0.83148     0.89049    0.94884    0.99373     1.0298     1.0586      1.0993      1.2251     1.3442      1.443    1.4561    1.5455    1.5683    1.6774    1.8156    2.0398        0.38807             0.68928              0.39935               0.71065              0.41585             0.69215              0.06138                     1          9.1256e-06    0.0058553    0.033613     0.071233     0.10973       0.15063        0.19404     0.28114      0.41734      0.57365      0.68639      0.74354      0.80143      0.86504      0.92917       0.9846       0.99834  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=84       0.32833           0.45     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.514372 seconds.
Elapsed time is 4.516028 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.3474     2.8485      1.2135      -15.65    14.648           0    0.11151    0.88849    1.1639e-05    3.9139e-36    -15.253    -10.901    -2.6548    -0.28158    0.67492     1.2777     1.7185      2.3332    2.9683     3.5019     3.899    4.1254    4.3761    4.6975    5.1763    6.0658    7.0362         8.1142                   1               7.6329               0.94385               8.3131             0.96039                0.5093              0.65892          -0.0066352    -0.056123    -0.15453    -0.18064     -0.17532      -0.1536     -0.12141     -0.034841     0.13536      0.34324       0.5008      0.58784      0.67851      0.77318      0.87827      0.97262       0.99687  
    cl_mt_pol_a    -0.38389      2.839     -7.3954     -19.512     48.78    0.035774    0.49557    0.46866    3.0503e-06    1.1607e-34    -18.265    -13.097    -4.6942     -2.8623     -2.116    -1.6216    -1.2143    -0.61718         0    0.54707     1.003    1.3677    1.7324    2.2795    3.1001    5.0148    7.4766         7.6329             0.94385               8.0599                     1               8.0618             0.93449               0.50907              0.66085             0.11042      0.41475      1.2124      1.6773       1.9981       2.2433       2.4222        2.6595      2.7825       2.6796       2.4835       2.3106       2.1201       1.8715       1.5529       1.1488        1.0209  
    cl_mt_coh      -0.34651     3.0387     -8.7697     -19.968    50.122           0    0.47587    0.52413    3.5598e-06    7.5957e-35    -19.878    -14.084    -5.0186     -2.9625    -2.1662    -1.6541    -1.2092    -0.57741    0.0992    0.65995    1.1496    1.5011    1.8749     2.458    3.2992    5.2394    7.7628         8.3131             0.96039               8.0618               0.93449               9.2339                   1                 0.548              0.66463             0.13166      0.49746      1.4378      2.0068       2.3526       2.6319       2.8315        3.0852      3.1835       3.0384        2.763       2.5906        2.355       2.0207       1.6441       1.1816        1.0252  
    cl_mt_pol_c      1.2464    0.27134      0.2177        0.01    5.9761           0          0          1     0.0021226    3.9139e-36       0.01    0.84285    0.88766     0.92715    0.97199     1.0094     1.0407      1.0877    1.2192     1.3415    1.4469    1.4844     1.558    1.6074    1.7189    1.9227    2.1283         0.5093             0.65892              0.50907               0.66085                0.548             0.66463              0.073625                    1           1.703e-05    0.0053039    0.033283    0.069484       0.1082      0.14817      0.18846       0.27633     0.41003      0.56648      0.67824      0.73745      0.79693      0.85951      0.92706      0.98384       0.99823  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=85       0.43778           0.45     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.048609 seconds.
Elapsed time is 4.536610 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        1.9285     3.5056      1.8178     -16.147    14.715           0    0.16384    0.83616    2.1136e-05    9.2749e-26    -15.512    -12.822    -5.4197    -1.8157    -0.28189    0.57747     1.1594      1.9784    2.7836     3.4388    3.9376    4.1998    4.5293    4.9037    5.4877    6.5584    7.7061          12.29                   1               11.584               0.93645               12.739             0.96209               0.68043               0.6461            -0.01473    -0.074694    -0.25333    -0.33916     -0.36383     -0.35902     -0.33581     -0.25094     -0.061768     0.17561      0.37032      0.47322      0.58657      0.70662       0.8414      0.96336       0.99584  
    cl_mt_pol_a    -0.50402     3.5285     -7.0007     -19.512     48.78    0.034829    0.48877     0.4764    5.2341e-06    1.6158e-24    -18.561    -15.192    -7.0256    -3.9031     -2.6458     -1.963    -1.4509    -0.71718         0    0.63825    1.2765    1.6412    2.0971    2.8265    3.9207    6.2913    9.4826         11.584             0.93645               12.451                     1               12.455             0.93452                0.6691              0.63122            0.048347      0.34363      1.1652      1.6771       1.9967       2.2206       2.3956       2.5979        2.6998      2.6086       2.4069       2.2697       2.1008       1.8349        1.517        1.151        1.0206  
    cl_mt_coh      -0.48769      3.777     -7.7447     -19.968    50.122           0     0.4721     0.5279    6.0854e-06    1.0539e-24    -19.901    -16.372     -7.542     -4.084     -2.7756    -2.0279    -1.4672    -0.67086    0.0992    0.77581    1.4076    1.8038    2.2711    2.9964    4.1179    6.5702    9.8412         12.739             0.96209               12.455               0.93452               14.266                   1               0.74261              0.65448            0.056555      0.37933       1.297      1.8679       2.2051        2.445         2.63       2.8368        2.9157      2.7833       2.5696         2.39       2.2008       1.9293       1.5752       1.1623        1.0221  
    cl_mt_pol_c      1.2545    0.30041     0.23947        0.01    6.2695           0          0          1     0.0036572    9.2749e-26       0.01    0.86178    0.89784    0.92664     0.95427    0.98724     1.0195      1.0713    1.2093     1.3436    1.4508     1.533    1.5762    1.6721    1.7952    2.0235    2.2838        0.68043              0.6461               0.6691               0.63122              0.74261             0.65448              0.090248                    1          2.9153e-05    0.0045269    0.032388    0.069146      0.10623      0.14566      0.18628      0.26855       0.40537     0.56013      0.67137        0.728       0.7914      0.85417      0.92306      0.98293        0.9981  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=86       0.54722           0.45     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.172010 seconds.
Elapsed time is 4.566974 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        1.3867     4.2371      3.0556     -16.898    14.824           0    0.23144    0.76856    3.6883e-05    1.9829e-17    -16.175    -14.224    -8.2311    -4.0623    -1.8709    -0.56079    0.28132      1.4052     2.472     3.3428    3.9771    4.3268    4.7151    5.2134    5.9521    7.2915    8.6725         17.953                   1               17.136               0.92762               18.929             0.95875              0.94181               0.65572           -0.018837     -0.11055    -0.42644    -0.64018     -0.74343      -0.7859     -0.78981     -0.72506     -0.51341     -0.19814     0.068427      0.21831       0.3799      0.55584      0.75645      0.94343       0.99347  
    cl_mt_pol_a     -0.6215     4.3598      -7.015     -19.512     48.78    0.026773    0.49113     0.4821    8.2115e-06    2.2562e-16    -18.561    -16.472    -9.6985    -5.6331      -3.67     -2.6021    -1.8777     -0.8535         0    0.82061    1.6412    2.0971    2.7354    3.6471     5.106    8.3884    12.674         17.136             0.92762               19.008                     1               18.997             0.93514              0.93388                0.6319            0.061327      0.28762       1.106      1.6987       2.0713       2.3133       2.4912       2.7103       2.7965       2.6997       2.4979       2.3574       2.1589       1.9046       1.5679       1.1641        1.0232  
    cl_mt_coh      -0.63115     4.6596     -7.3827     -19.968    50.122           0    0.47645    0.52355     9.592e-06     1.468e-16    -19.901    -17.822    -10.439    -5.9532    -3.8971     -2.7045    -1.9345    -0.81298    0.0992    0.96272    1.7814    2.2711    2.9253    3.8599    5.3552    8.7197    13.112         18.929             0.95875               18.997               0.93514               21.712                   1               1.0569               0.66912            0.068882      0.30722      1.1751      1.8077       2.1856       2.4385       2.6193       2.8352       2.9025       2.7771       2.5712       2.4055       2.1964       1.9308       1.5823       1.1675        1.0236  
    cl_mt_pol_c      1.2702    0.33898     0.26686        0.01    6.7501           0          0          1     0.0058459    1.9829e-17       0.01    0.87839    0.91577    0.93942    0.95751     0.97777    0.99813      1.0485    1.1876     1.3604     1.479    1.5743    1.6429    1.7455    1.8937    2.1871    2.5285        0.94181             0.65572              0.93388                0.6319               1.0569             0.66912              0.11491                     1          4.6022e-05    0.0028779    0.031213    0.067662      0.10523      0.14309      0.18204      0.26316      0.39603      0.54479      0.65748      0.71812      0.78055      0.84732      0.91864      0.98161       0.99792  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=87       0.65667           0.45     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.827429 seconds.
Elapsed time is 4.627872 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       0.51864     5.1793      9.9863     -18.103    15.021           0    0.33717    0.66283    6.8162e-05    4.3637e-11    -17.385    -15.525    -10.974    -7.1323    -4.5565    -2.7631     -1.494    0.17856       1.8115     3.0988    3.9789    4.4562    5.0005    5.6896    6.6832    8.4341    10.148         26.825                   1               26.133               0.91317               28.909             0.94826               1.4148               0.69209           -0.038162       -0.3483     -1.3291     -2.1907      -2.7457      -3.0928      -3.2944      -3.4088      -3.1077      -2.3953      -1.7041      -1.3063     -0.85409     -0.33916      0.25362      0.82322       0.97938  
    cl_mt_pol_a    -0.84983     5.5254     -6.5017     -19.512     48.78    0.022205     0.5147    0.46309    1.2356e-05    3.4503e-10    -18.561    -18.009     -12.29    -8.1936    -5.6378    -4.0114    -2.9019    -1.4509      -0.1707    0.91178    2.0059    2.7354    3.6471    5.0148    7.2031    12.036      18.6         26.133             0.91317                30.53                     1               30.452             0.93634               1.4584               0.66876            0.069396       0.21663      0.9119       1.502       1.9015       2.1873       2.3871       2.6361       2.7636       2.6987       2.5261         2.39       2.1992       1.9325       1.5888        1.175        1.0246  
    cl_mt_coh      -0.90239     5.8861     -6.5228     -19.968    50.122           0    0.50365    0.49635     1.467e-05    2.2393e-10    -19.901    -19.318    -13.243    -8.7793    -6.0466    -4.2709     -3.056    -1.4672    -0.065316     1.0562    2.1777    2.9516    3.8599     5.217      7.46    12.458    19.187         28.909             0.94826               30.452               0.93634               34.646                   1               1.6692               0.71848             0.07368       0.22094     0.92519      1.5211       1.9294       2.2104       2.4089       2.6527       2.7648       2.6837       2.5048        2.367       2.1769       1.9287       1.5847       1.1703        1.0239  
    cl_mt_pol_c      1.2974    0.39469     0.30422        0.01    7.5881           0          0          1     0.0094958    4.3637e-11       0.01    0.65362    0.93253     0.9549    0.97257    0.98994     1.0097     1.0594       1.1503     1.3664    1.5454    1.6081    1.7102    1.8447    2.0586    2.4649    2.9277         1.4148             0.69209               1.4584               0.66876               1.6692             0.71848              0.15578                     1          7.3192e-05    0.00029524    0.028624    0.065307      0.10199      0.13979      0.17835      0.25811      0.38518      0.53299      0.64296      0.70441      0.76787      0.83687      0.91152      0.97961       0.99762  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=88       0.76611           0.45     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.871478 seconds.
Elapsed time is 4.642199 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -0.35088     6.3286     -18.036     -20.243    15.432           0    0.43875    0.56125    0.00012025    1.0666e-06    -19.129    -17.269    -13.386    -9.8884    -7.2842     -5.269    -3.7269     -1.496      0.89096    2.8037    4.1316    4.8676    5.6997    6.6917    8.1233    10.524    12.702         40.051                   1               41.162                0.8875               45.063             0.91928               2.3917                0.7374             0.10474       0.52186      2.2546      3.8953       5.1089       5.9989       6.6366       7.3583      7.4689        6.6719       5.6849       5.0412       4.2876       3.4124        2.363       1.3278        1.0379  
    cl_mt_pol_a    -0.48479     7.3286     -15.117     -19.512     48.78    0.028628    0.51613    0.45524    1.8396e-05    6.1577e-06    -18.868    -18.265    -13.912    -10.157    -7.4943    -5.4644    -4.0114     -1.963     -0.17347    1.3677    3.0089    4.1942    5.7442    7.9325    11.671    20.333    31.821         41.162              0.8875               53.709                     1               53.743             0.94674                2.813               0.74893            0.045155       0.55833      1.7127      2.9324        3.826       4.4921       4.9799       5.5818      5.8819        5.7277        5.309       4.9259       4.4081       3.7164       2.7416       1.5202        1.0742  
    cl_mt_coh      -0.55833     7.7458     -13.873     -19.968    50.122           0    0.50666    0.49334    2.2725e-05    3.9891e-06    -19.923    -19.878    -15.019    -10.929    -8.0092    -5.8597    -4.2709    -2.0279    -0.065316    1.4787     3.232    4.4207    5.9871      8.23    12.084    20.963    32.738         45.063             0.91928               53.743               0.94674               59.997                   1               3.1295               0.78833            0.049476       0.52159      1.5976      2.7391       3.5874       4.2016       4.6434       5.1936      5.4481        5.2967       4.8873       4.5365       4.0815       3.4543       2.5614       1.4655        1.0664  
    cl_mt_pol_c      1.3622    0.51251     0.37624        0.01    9.2893           0          0          1      0.013878    1.0666e-06       0.01       0.01    0.95346    0.97619    0.99217      1.007     1.0223     1.0551       1.1534     1.414     1.589    1.7117    1.8693    2.0878    2.3887    3.0131    3.7951         2.3917              0.7374                2.813               0.74893               3.1295             0.78833              0.26266                     1          0.00010188    0.00010188    0.024435    0.059902      0.09608      0.13293      0.16998      0.24611      0.3664       0.50656      0.61729      0.67885      0.74502      0.81738      0.89838      0.97535       0.99699  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=89       0.87556           0.45     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.075957 seconds.
Elapsed time is 4.647304 seconds.
                    mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -2.0257     8.6548     -4.2725     -24.736    16.584           0    0.56188    0.43812    0.00024701    0.00045602    -24.041    -21.424    -17.394     -14.39    -11.843    -9.7562    -7.9821    -5.2017     -1.4329     2.083    4.5793    5.8733     7.354    9.0102    11.246    14.391    16.244         74.906                   1               85.421               0.84647               91.597             0.86921               5.7208               0.72645             0.01373       0.11169     0.49172     0.88255       1.2046        1.471       1.6887       2.0112       2.2559       2.2304       2.0654        1.937        1.774       1.5726       1.3242       1.0729        1.0081  
    cl_mt_pol_a      1.145      11.66      10.183     -19.512     48.78    0.029487    0.53303    0.43748    2.3835e-05      0.002899    -18.868    -18.265    -15.518     -11.97    -9.4738    -7.3401    -5.5511    -2.9095     -0.5121    1.9147    5.3795    7.8413    11.124    16.047    24.618    42.033     48.78         85.421             0.84647               135.95                     1               137.08              0.9656               8.6482               0.81516           -0.030116      -0.36912    -0.75252     -1.3488      -1.8129      -2.1762      -2.4567      -2.8207      -3.0287      -2.9642      -2.6539       -2.369      -1.9606      -1.3687       -0.506      0.59746             1  
    cl_mt_coh       1.0749     12.176      11.327     -19.968    50.122           0    0.52735    0.47265    3.5503e-05     0.0018757    -19.923    -19.878     -16.63    -12.891    -10.159    -7.8223    -5.9532     -3.056    -0.43915    2.0842    5.6356     8.159    11.572     16.57    25.355    43.206    50.122         91.597             0.86921               137.08                0.9656               148.25                   1               9.1667               0.82743           -0.040149      -0.42327    -0.86624     -1.5515      -2.0874       -2.507      -2.8199       -3.236      -3.4527      -3.3672      -3.0179      -2.7016      -2.2492      -1.5983     -0.65052      0.55921             1  
    cl_mt_pol_c     1.5269    0.90989     0.59591        0.01    14.213           0          0          1      0.022012    0.00045602       0.01       0.01    0.96312    0.99171     1.0087     1.0225      1.034     1.0609      1.1512    1.4383    1.7474    1.9935    2.2602    2.6146    3.2437    4.6365    8.6497         5.7208             0.72645               8.6482               0.81516               9.1667             0.82743               0.8279                     1          0.00014416    0.00014416    0.017016    0.048722     0.081694      0.11531      0.14846      0.21721      0.32468      0.45056      0.55583      0.61708      0.68619      0.76529      0.85997      0.95868       0.99317  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=90        0.985            0.45     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 17.700109 seconds.
Elapsed time is 45.602996 seconds.
                    mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -16.787    13.223     -0.7877     -33.423    24.493           0    0.87332    0.12668    0.00099442    0.011353    -33.406    -33.261    -31.425     -30.03    -28.143    -26.895    -25.399    -22.659    -19.663     -17.06    -14.863    -11.656    -6.5103    6.3091    14.681    24.493    24.493         174.85                   1               159.37               0.84548               176.85             0.89958               43.052                0.5261           0.0073365      0.039007      0.098944     0.19675      0.28036      0.35933      0.43553      0.57961        0.768      0.93132       1.0283       1.0661       1.0924       1.0911        1.061         1             1     
    cl_mt_pol_a    -3.1378    14.255     -4.5431     -19.512     48.78    0.067856    0.79767    0.13448    9.9932e-05      0.0309    -19.185    -18.561    -18.265    -15.873    -13.704    -13.357    -11.374    -8.2789     -5.121    -2.3898    -1.0242          0          0    7.9325    36.016     48.78     48.78         159.37             0.84548               203.22                     1                198.3             0.93564               52.031               0.58977           0.0068859       0.13951       0.39862     0.58809      0.81404       1.0245        1.211       1.5304       1.8565       2.0407       2.1046       2.1096       2.1096       2.0699       1.7387         1             1     
    cl_mt_coh      -3.5156    14.867     -4.2289     -19.968    50.122           0    0.79729    0.20271    0.00010454    0.019982    -19.946    -19.901    -19.878    -17.168    -14.832    -14.364     -12.26    -8.8952    -5.4859    -2.4952    -0.9999     0.0768     0.1216      8.23    37.037    50.122    50.122         176.85             0.89958                198.3               0.93564               221.04                   1               54.687               0.59436           0.0065249       0.13478       0.38108      0.5762      0.78673       0.9862       1.1671       1.4727       1.7854       1.9593       2.0174       2.0214       2.0194       1.9823       1.6774         1             1     
    cl_mt_pol_c     2.1148    6.1887      2.9263        0.01    56.301           0          0          1      0.066362    0.011353       0.01       0.01       0.01    0.96316     0.9968     1.0127     1.0198     1.0424     1.0636     1.1095     1.1764     1.2226     1.3803     2.088    4.4928    56.301    56.301         43.052              0.5261               52.031               0.58977               54.687             0.59436                 38.3                     1          0.00031379    0.00031379    0.00031379     0.01717     0.040543     0.062372     0.086261       0.1349      0.21043      0.28613      0.34004      0.36839      0.39881      0.43826      0.50872         1             1     

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=91          0               0.5     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.075174 seconds.
Elapsed time is 4.591570 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.9015     1.7777     0.61266     -14.935    14.596           0    0.041578    0.95842    0.00054152    6.2019e-53    -13.405    -4.0056     0.3006     1.2578     1.7669     2.0778      2.3359      2.7303      3.1832     3.5734     3.8652    4.0295    4.2337    4.4801    4.8363     5.505    6.2487         3.1601                   1               3.1215               0.95705               3.2733             0.94169               0.30193              0.74089          -0.0049785    -0.028711    -0.041154    -0.026478    -0.00013628    0.033519     0.071465      0.16192      0.31471      0.49015      0.61913      0.68543      0.75898      0.83074      0.90977      0.98011       0.99778  
    cl_mt_pol_a    -0.18352     1.8348     -9.9979     -19.512     48.78    0.039735     0.51047     0.4498    8.0678e-07    1.7759e-50    -16.399    -5.9745    -2.7312     -1.963    -1.4989    -1.1949    -0.93885    -0.59745    -0.08535    0.36471    0.72943     1.003    1.2765    1.7324    2.3706    3.7383    5.4707         3.1215             0.95705               3.3664                     1               3.2897             0.91692               0.33099              0.78693            0.096738      0.57675       1.3636       1.9795         2.4426      2.8358       3.1301        3.505       3.7664       3.6372       3.3268       3.0766       2.7652       2.3245        1.806       1.2211        1.0299  
    cl_mt_coh      -0.11841     1.9554     -16.514     -19.968    50.122           0     0.48643    0.51357    9.1629e-07    1.1568e-50    -17.729     -6.327    -2.8204    -1.9793    -1.4896    -1.1868    -0.90644    -0.53261    0.028142    0.49543    0.86926    1.1496      1.43    1.8525    2.5067     3.931    5.7067         3.2733             0.94169               3.2897               0.91692               3.8236                   1               0.33208              0.74082               0.166      0.96208       2.2416       3.2427         4.0027      4.5757       5.0221       5.5644       5.8559       5.5101       4.9263       4.4813       3.9411       3.3181        2.415        1.385        1.0525  
    cl_mt_pol_c      1.2442    0.22924     0.18425        0.01    6.2668           0           0          1    0.00054152    6.2019e-53    0.79462     0.8309    0.90473     0.9642     1.0019     1.0321      1.0572      1.1352      1.2116     1.3245     1.4179    1.4362    1.5156     1.544    1.6443    1.7785    1.9654        0.30193             0.74089              0.33099               0.78693              0.33208             0.74082              0.052553                    1          0.00030429    0.0062081     0.034234     0.071959         0.1115     0.15248       0.1954      0.28241      0.42777      0.57879      0.68994      0.74702      0.80516      0.86667       0.9309      0.98514       0.99841  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=92       0.10944            0.5     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 13.068400 seconds.
Elapsed time is 4.452383 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.7141     2.1854      0.8052     -15.161    14.612           0    0.064315    0.93569    5.3737e-06    9.7527e-44    -14.955    -7.3206    -0.55092    0.79003     1.4207     1.8458     2.1324      2.5983         3.1     3.5534     3.8828      4.07    4.2871    4.5591    4.9636    5.7174    6.5435         4.7761                   1               4.6138               0.95151               4.9271             0.95167               0.37467              0.69587           -0.005678    -0.040224      -0.078    -0.073646    -0.052781    -0.02197       0.0144      0.10356      0.26191      0.44762      0.58305      0.65612      0.73318      0.81473      0.90078      0.97763       0.99749  
    cl_mt_pol_a    -0.23105     2.2188     -9.6028     -19.512     48.78    0.031064     0.50491    0.46403    1.4907e-06    1.1512e-41    -18.265     -9.194     -3.2433    -2.2191     -1.707     -1.301    -1.0242    -0.59745    -0.08535    0.45589    0.82061    1.1853    1.4589    1.9147    2.6442    4.1942    6.2001         4.6138             0.95151               4.9229                     1               4.8684             0.92621               0.39867              0.72931            0.088946      0.57787      1.4323       2.0059       2.4096      2.7317       3.0068       3.3393       3.5317       3.3945       3.1386       2.8576       2.5997       2.2584       1.7711       1.2156        1.0292  
    cl_mt_coh      -0.17449      2.369     -13.577     -19.968    50.122           0     0.48389    0.51611    1.7206e-06       7.5e-42    -19.878    -9.8073     -3.4298    -2.3083    -1.7476    -1.3027    -0.9999    -0.53261    0.028142    0.58889    0.96658    1.3142    1.6169    2.0842    2.8319    4.4207    6.4767         4.9271             0.95167               4.8684               0.92621               5.6122                   1               0.41083              0.70389             0.12637      0.82405      2.0166       2.8131       3.3641      3.7961       4.1561       4.5699       4.7531       4.4667       4.0631       3.7239        3.264       2.7716       2.0783        1.299        1.0403  
    cl_mt_pol_c      1.2447    0.24637     0.19793        0.01    6.3047           0           0          1      0.001021    9.7527e-44       0.01    0.83617     0.89182    0.94604    0.98659      1.019     1.0451      1.1107      1.2098     1.3273      1.423    1.4545     1.529    1.5661    1.6642    1.8324    2.0362        0.37467             0.69587              0.39867               0.72931              0.41083             0.70389              0.060698                    1          8.2024e-06     0.006156    0.033929     0.070794      0.10962     0.15163      0.19138      0.27848      0.42107      0.57424      0.68413      0.74484      0.80246      0.86457      0.92894      0.98462       0.99832  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=93       0.21889            0.5     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.717306 seconds.
Elapsed time is 4.485745 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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         2.448     2.6892      1.0985     -15.448    14.641           0    0.097431    0.90257    1.0081e-05    8.5953e-35    -15.127    -10.234    -2.0617    0.035538    0.91552     1.4587     1.8408      2.3859      2.9999     3.5281    3.9042    4.1372    4.3675    4.6728    5.1531     6.004    6.9453         7.2317                   1               6.9038               0.94577               7.4811             0.95854               0.47626              0.66434          -0.0082436    -0.052247    -0.13396     -0.1502     -0.13928      -0.1144     -0.080294    0.0075404     0.17253      0.37274      0.52911      0.61065       0.6948      0.78529      0.88534      0.97392       0.99704  
    cl_mt_pol_a    -0.31275     2.7144     -8.6792     -19.512     48.78    0.028368     0.50122    0.47041    2.6285e-06    4.8889e-33    -18.265    -12.376    -4.2675     -2.6458     -1.963    -1.4989    -1.1276    -0.60715    -0.08535    0.54707     1.003    1.3677    1.7324    2.2795    3.1001    4.9236    7.3855         6.9038             0.94577               7.3682                     1               7.3333             0.93087               0.49267              0.68083             0.11641      0.49401      1.3924      1.9267       2.2898       2.5504        2.7687       3.0414      3.1994       3.0708       2.8411       2.6077       2.3939       2.0587       1.6725       1.1885        1.0249  
    cl_mt_coh      -0.26935     2.9022     -10.775     -19.968    50.122           0     0.48189    0.51811    3.0547e-06    3.1839e-33    -19.878    -13.265    -4.5513     -2.7756    -2.0279    -1.4896    -1.1158    -0.55501    0.028142    0.68235    1.1496    1.5011    1.8973    2.4356    3.2992    5.1683    7.6693         7.4811             0.95854               7.3333               0.93087                8.423                   1               0.52294              0.67589             0.14533      0.61924      1.7278       2.383       2.8199       3.1461        3.3845       3.6872      3.8247       3.6045       3.2941         3.05       2.7199       2.3454       1.8213       1.2286        1.0317  
    cl_mt_pol_c      1.2467    0.26659     0.21383        0.01    6.4241           0           0          1     0.0018243    8.5953e-35       0.01    0.84696    0.88999     0.92874    0.96931     1.0022     1.0301      1.0828      1.2122     1.3392     1.435    1.4757    1.5444     1.625    1.6925    1.9068    2.1227        0.47626             0.66434              0.49267               0.68083              0.52294             0.67589              0.071068                    1          1.4632e-05    0.0054989    0.033698    0.070059      0.10838      0.14758       0.18944      0.27354     0.41177      0.56876      0.67839      0.73728      0.79831       0.8607      0.92731      0.98407       0.99824  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=94       0.32833            0.5     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.642590 seconds.
Elapsed time is 4.505632 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        2.0705     3.2886      1.5883     -15.835    14.686           0    0.14532    0.85468    1.7812e-05    1.2689e-26    -15.403    -12.327    -4.4992      -1.23     0.0932    0.84929     1.3892       2.105    2.8291     3.4699    3.9179    4.1744      4.47    4.8358    5.3842    6.3956    7.4883         10.815                   1               10.295               0.93954               11.282             0.96228               0.61862              0.64735           -0.011284    -0.067828    -0.21795    -0.28019     -0.29184     -0.27951     -0.25202      -0.1662     0.014002      0.24127      0.42037      0.51613      0.62125      0.73243      0.85589        0.967       0.99621  
    cl_mt_pol_a    -0.44306     3.3319     -7.5202     -19.512     48.78    0.022864    0.49933    0.47781    4.5081e-06    3.9438e-25    -18.561    -14.658     -6.245    -3.4993    -2.4751    -1.7923    -1.3656    -0.69389         0    0.63825    1.2765      1.55    2.0971    2.6442    3.7383    6.0178    8.9355         10.295             0.93954               11.101                     1               11.076             0.93242               0.62575               0.6463            0.047472      0.38032      1.2431      1.7767       2.1011       2.3505       2.5197       2.7421       2.8631       2.7632       2.5371       2.4022       2.1725        1.933        1.564       1.1598        1.0229  
    cl_mt_coh       -0.4195      3.565     -8.4983     -19.968    50.122           0    0.48248    0.51752    5.1892e-06    2.5653e-25    -19.901    -15.789    -6.7008    -3.7102    -2.5887     -1.841    -1.3737    -0.64846    0.0768    0.77581    1.3852    1.7104    2.2487    2.8319    3.9534    6.2898    9.3067         11.282             0.96228               11.076               0.93242               12.709                   1               0.68587              0.66207            0.056065       0.4335       1.412      2.0066       2.3678       2.6397       2.8216       3.0509       3.1502       3.0008       2.7619       2.5713        2.336        2.037       1.6237       1.1757        1.0251  
    cl_mt_pol_c      1.2515    0.29059      0.2322        0.01    6.6446           0          0          1     0.0031188    1.2689e-26       0.01    0.85636    0.89769    0.92626    0.95376    0.98182     1.0143      1.0684    1.2019     1.3532    1.4591    1.5066     1.577     1.651    1.7642    1.9876    2.2409        0.61862             0.64735              0.62575                0.6463              0.68587             0.66207              0.084441                    1          2.4921e-05    0.0049927    0.033005    0.069486      0.10707      0.14628       0.1873      0.26892       0.4093      0.55912       0.6717      0.73065      0.79294      0.85615       0.9241      0.98322       0.99814  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=95       0.43778            0.5     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.849624 seconds.
Elapsed time is 4.577119 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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        1.4817     4.0303      2.7201     -16.379    14.759           0    0.21747    0.78253    3.0774e-05    1.8103e-19     -15.88    -13.907    -7.6072    -3.4845    -1.4606    -0.29883     0.4771      1.5166      2.5212     3.3178     3.919    4.2299    4.6012    5.0525    5.7221    6.9393    8.2191         16.243                   1                15.53               0.93202               17.169             0.96312              0.83428               0.65118           -0.014869      -0.1018    -0.38272    -0.56187     -0.64243     -0.67063     -0.66664     -0.59653     -0.38758     -0.091114     0.15458      0.29073      0.43988      0.60169      0.78204      0.94947       0.99419  
    cl_mt_pol_a    -0.70222     4.1344     -5.8876     -19.512     48.78    0.021435    0.50897     0.4696    7.6847e-06    3.3188e-18    -18.561    -16.302    -9.1324    -5.2063    -3.4993     -2.5605    -1.9082     -1.0242    -0.08535    0.72943    1.4589    1.9147     2.553    3.2824    4.6501    7.5678    11.397          15.53             0.93202               17.093                     1               17.047             0.93219              0.83211               0.63313            0.049156      0.25943     0.95495      1.4492       1.7583       1.9642       2.1188       2.3201       2.4314        2.3613      2.2111       2.0844        1.914       1.7316       1.4491       1.1272        1.0178  
    cl_mt_coh      -0.71206     4.4231     -6.2118     -19.968    50.122           0    0.49274    0.50726    8.6851e-06    2.1575e-18    -19.901    -17.564    -9.8073    -5.5793    -3.7102     -2.6821    -1.9345    -0.97364    0.028142    0.86926    1.6169    2.0842     2.716    3.4861     4.888    7.8562    11.804         17.169             0.96312               17.047               0.93219               19.564                   1              0.94417                0.6715            0.055283      0.27131      1.0118      1.5342       1.8571       2.0715        2.243       2.4301       2.5244        2.4303      2.2635       2.1273        1.967       1.7555       1.4619       1.1338        1.0182  
    cl_mt_pol_c      1.2593    0.31789     0.25244        0.01    7.0089           0          0          1     0.0052859    1.8103e-19       0.01    0.87304    0.90734    0.93386    0.95567     0.98237      1.007      1.0732      1.1689     1.3576    1.4749    1.5167    1.6147    1.7109    1.8534      2.12    2.4103        0.83428             0.65118              0.83211               0.63313              0.94417              0.6715              0.10106                     1          4.1975e-05    0.0031717    0.031619    0.068114      0.10566      0.14474      0.18367      0.26594      0.40107       0.55101     0.66364      0.72276      0.78503      0.85097      0.92054      0.98222       0.99801  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=96       0.54722            0.5     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.820356 seconds.
Elapsed time is 4.579887 seconds.
                     mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       0.94327      4.696      4.9784     -17.185    14.877           0    0.28445    0.71555     4.875e-05    1.3451e-13    -16.418    -14.862    -9.7433    -5.6788    -3.2176    -1.6265    -0.54829    0.83597      2.1804     3.2359    3.9502    4.3515    4.8089    5.3909    6.2373    7.7461    9.2884         22.053                   1               21.499               0.92307               23.783             0.95687                1.134               0.67208           -0.037461     -0.16778    -0.68096     -1.0817      -1.3116      -1.4359      -1.4923      -1.4708      -1.2269      -0.7964     -0.41509     -0.19819     0.047046      0.31696      0.62237      0.91084       0.98962  
    cl_mt_pol_a    -0.77682     4.9596     -6.3845     -19.512     48.78    0.022068    0.50682    0.47111    1.0039e-05    1.5962e-12    -18.561    -16.827    -11.189    -6.9987    -4.6942    -3.3286     -2.4286    -1.2143    -0.08535    0.91178    1.8236    2.4618    3.1912    4.2854     6.109     10.03    15.318         21.499             0.92307               24.598                     1               24.525              0.9343               1.1645               0.65348            0.061422      0.23779      0.9475      1.5271       1.9009       2.1571       2.3332        2.561       2.6791       2.6009       2.4296       2.2871       2.1125       1.8689       1.5395       1.1589        1.0225  
    cl_mt_coh      -0.81109     5.2927     -6.5255     -19.968    50.122           0    0.49409    0.50591     1.187e-05    1.0365e-12    -19.901    -18.147    -12.028     -7.542    -5.0186    -3.5233     -2.5176    -1.2092    0.028142     1.0338    1.9908     2.645    3.3926    4.5141    6.3609    10.402    15.823         23.783             0.95687               24.525                0.9343               28.013                   1               1.3298               0.69927            0.066331      0.24229     0.98301      1.5683       1.9541       2.2139       2.3922       2.6156        2.717        2.628       2.4383       2.2914       2.1134       1.8672       1.5451       1.1575        1.0222  
    cl_mt_pol_c      1.2798    0.35929     0.28075        0.01    7.6082           0          0          1     0.0076271    1.3451e-13       0.01     0.8838    0.92504    0.94731    0.96619    0.98372      1.0045     1.0608      1.1611     1.3591    1.4861    1.5802    1.6875     1.806    1.9564    2.2742    2.6726          1.134             0.67208               1.1645               0.65348               1.3298             0.69927              0.12909                     1          5.9599e-05    0.0016465    0.029982    0.066664      0.10419      0.14252      0.18093      0.26259      0.39135      0.54281      0.65336      0.71269      0.77631      0.84297      0.91593      0.98076       0.99781  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=97       0.65667            0.5     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.428243 seconds.
Elapsed time is 4.737201 seconds.
                     mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       0.27707    5.5077      19.878     -18.467    15.086           0    0.36603    0.63397    7.8084e-05    4.7727e-09    -17.725    -16.166     -11.73    -8.0039    -5.3524    -3.4672    -2.0959    -0.26226       1.5809    3.0374     4.005    4.5697    5.2029    5.9634    7.0869    9.0327    10.922         30.335                   1               30.639               0.90866               33.751             0.94227               1.6618               0.70725           -0.083582       -0.6085     -2.5936     -4.3536      -5.5467      -6.3343      -6.8301      -7.2233       -6.832      -5.5673      -4.3073      -3.5345      -2.6661      -1.6612     -0.48901      0.64374       0.95859  
    cl_mt_pol_a    -0.70629    6.1222     -8.6681     -19.512     48.78    0.026567    0.50877    0.46466    1.4652e-05    3.9327e-08    -18.561    -18.265    -12.888    -8.9338    -6.3159    -4.5235    -3.2433      -1.587    -0.086736    1.0941    2.4618    3.2824    4.4677    6.0178     8.662    14.589    22.703         30.639             0.90866               37.481                     1               37.422             0.93991               1.8337               0.70211            0.096347       0.29918      1.1258      1.8827       2.4196       2.7961       3.0733       3.3981       3.5613       3.4689       3.2117        3.012       2.7279       2.3678       1.8596       1.2558        1.0358  
    cl_mt_coh      -0.76516    6.5033     -8.4993     -19.968    50.122           0    0.49719    0.50281    1.7612e-05    2.5495e-08    -19.923    -19.878    -13.897     -9.598    -6.7232    -4.8317    -3.4298     -1.6054    0.0057421    1.2431     2.645    3.4861    4.6786    6.2898    8.9553    15.075     23.37         33.751             0.94227               37.422               0.93991               42.293                   1               2.0719               0.74681            0.027979       0.29496      1.1206      1.8754       2.4014       2.7716       3.0425       3.3561       3.4977       3.3883       3.1302       2.9341       2.6714       2.3096       1.8334       1.2437        1.0347  
    cl_mt_pol_c       1.316    0.4266     0.32417        0.01    8.6598           0          0          1      0.010753    4.7727e-09       0.01       0.01    0.94475     0.9674    0.98316    0.99701     1.0114       1.047       1.1604    1.3861    1.5584     1.661     1.769    1.9208    2.1385    2.5959    3.1659         1.6618             0.70725               1.8337               0.70211               2.0719             0.74681              0.18199                     1          8.1714e-05    8.1714e-05    0.027747    0.063645      0.10089      0.13841      0.17645      0.25469      0.37993      0.52504      0.63669      0.69778      0.76151      0.83187      0.90799      0.97836       0.99744  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=98       0.76611            0.5     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 12.603577 seconds.
Elapsed time is 4.712905 seconds.
                     mean         sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       -0.55595     6.6835     -12.022      -20.71    15.519           0    0.46407    0.53593    0.00013071    8.2533e-06    -19.588    -18.068    -13.985     -10.54    -7.9562     -5.935    -4.3351    -2.0027      0.58887    2.7446    4.2433    5.0628    5.9926    7.1143     8.692    11.316    13.581          44.67                   1               48.387               0.88095               52.616             0.90972               2.8268               0.74954            0.074357       0.34261      1.4704      2.5662       3.3943       4.0176       4.4734      5.0299        5.2079       4.7525       4.1278       3.7134       3.2159       2.6287      1.9243        1.2216        1.0255  
    cl_mt_pol_a    -0.079445     8.2181     -103.44     -19.512     48.78    0.027012    0.51227    0.46072     2.079e-05    6.7493e-05    -18.868    -18.265    -14.138    -10.582     -7.893    -5.8891    -4.2675    -2.1337      -0.1707    1.6412    3.6471     5.106    6.9296    9.5737    14.224    24.801    38.568         48.387             0.88095               67.537                     1               67.717             0.95219               3.6427               0.78554              0.3006        3.7448      10.473      18.182        23.95       28.225       31.497      35.335        37.301       36.152       32.958       30.093        26.38       21.262      13.911        4.8521        1.5315  
    cl_mt_coh       -0.14934     8.6538     -57.947     -19.968    50.122           0    0.50634    0.49366    2.4994e-05    4.3701e-05    -19.923    -19.878    -15.299    -11.374    -8.4765    -6.2335    -4.5513    -2.1886    -0.065316    1.8038    3.8599    5.3552    7.2244    9.9347    14.679    25.542    39.632         52.616             0.90972               67.717               0.95219               74.888                   1               3.9891               0.81691             0.20344        2.1447      6.0247      10.453       13.743       16.222           18      20.156        21.177        20.44       18.626       17.024       14.962       12.133      8.1244        3.1101        1.2936  
    cl_mt_pol_c       1.3922    0.56427     0.40531        0.01    10.813           0          0          1      0.015208    8.2533e-06       0.01       0.01    0.96213    0.98398     1.0011     1.0143     1.0268     1.0564       1.1529    1.4213    1.6629    1.7973    1.9478    2.1612    2.5205    3.2791    4.1894         2.8268             0.74954               3.6427               0.78554               3.9891             0.81691              0.31841                     1          0.00010924    0.00010924    0.023061    0.058269     0.093695      0.12994      0.16662      0.2418       0.35923      0.49785      0.60802      0.66932      0.73642      0.80934      0.8928       0.97349       0.99663  

xxxxx Shift to: xxxxx
            fl_z_wage_rho    fl_z_wage_sig
            _____________    _____________

    j=99       0.87556            0.5     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 11.557273 seconds.
Elapsed time is 4.683133 seconds.
                    mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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      -2.4663     9.088     -3.6849     -25.327    16.699           0    0.57837    0.42163    0.00025512    0.00077109    -24.663    -22.377    -18.372    -15.321    -12.702    -10.683    -8.8794     -6.075     -2.1106    1.7559    4.5321     6.016    7.6151    9.4037    11.744    14.931    16.647         82.591                   1               98.332               0.84918               105.03             0.86997               6.7285                0.6889            0.012041      0.094306     0.41854     0.75828       1.0417       1.2783       1.4758       1.7764       2.0252       2.0355       1.9055        1.799       1.6606       1.4887       1.2754       1.0634        1.0067  
    cl_mt_pol_a     1.6539    12.742       7.704     -19.512     48.78    0.036317    0.53582    0.42787    2.7055e-05      0.005098    -18.868    -18.265    -15.704     -12.29    -9.8152    -7.6815     -5.898    -3.2433    -0.59745    2.1883    6.2913    9.1178    13.039    18.692    28.448     45.68     48.78         98.332             0.84918               162.35                     1               163.82             0.96782                10.81               0.78938            -0.02356      -0.27828    -0.54315    -0.94388      -1.2831      -1.5462      -1.7478      -2.0177      -2.1801      -2.1334      -1.8837      -1.6569      -1.3213     -0.84951     -0.14972      0.71116             1  
    cl_mt_coh       1.5877    13.285      8.3671     -19.968    50.122           0    0.53254    0.46746    3.8658e-05     0.0032979    -19.923    -19.878    -17.075    -13.243    -10.555    -8.2634     -6.327    -3.3587    -0.53261    2.3646    6.5478    9.4674    13.486     19.28    29.258    46.944    50.122         105.03             0.86997               163.82               0.96782               176.49                   1               11.357               0.79546           -0.029597      -0.31202    -0.59409     -1.0627       -1.438      -1.7302      -1.9626      -2.2605      -2.4315      -2.3718      -2.1031      -1.8524      -1.4903     -0.98278     -0.23567      0.69079             1  
    cl_mt_pol_c     1.5706    1.0747     0.68429        0.01    17.094           0          0          1      0.023985    0.00077109       0.01       0.01    0.96986     0.9948      1.013     1.0274     1.0409     1.0661       1.157     1.461    1.7807    2.0491    2.3032    2.7125    3.4187    5.1723    13.916         6.7285              0.6889                10.81               0.78938               11.357             0.79546                1.155                     1          0.00015271    0.00015271    0.015051    0.046298     0.078618      0.11081       0.1438      0.21077      0.31589      0.43847      0.54165       0.6024      0.67106       0.7509      0.84726      0.94942       0.98938  

xxxxx Shift to: xxxxx
             fl_z_wage_rho    fl_z_wage_sig
             _____________    _____________

    j=100        0.985             0.5     

xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 18.308192 seconds.
Elapsed time is 45.662191 seconds.
                    mean        sd      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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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       -17.61    12.821    -0.72803     -33.429    24.393           0    0.88201    0.11799    0.00099441    0.011401    -33.418     -33.32    -31.448    -30.599    -28.772    -27.097    -25.643    -23.281    -20.074    -17.403    -15.963     -13.865    -8.9481    4.0402    13.766    24.393    24.393         164.37                   1               153.07                0.8518               170.76             0.91084               45.501               0.51483            0.006996      0.037242       0.09402     0.18228      0.26612      0.34444      0.41958      0.56313      0.74413      0.90379      0.99741       1.0405       1.0725       1.0798       1.0569         1             1     
    cl_mt_pol_a     -3.443    14.016     -4.0709     -19.512     48.78    0.070308    0.80536    0.12433     0.0001043    0.030646    -19.185    -18.561    -18.265    -15.873    -13.704      -13.4    -11.437    -9.2178    -5.4624    -2.7312    -1.0242     -0.6828          0    4.2854    34.739     48.78     48.78         153.07              0.8518               196.45                     1               190.79             0.93091               54.853               0.56772           0.0065053       0.13242       0.36843     0.52627      0.74046      0.94698       1.1105       1.4037       1.7068       1.8815       1.9449       1.9503       1.9506       1.9372       1.6673         1             1     
    cl_mt_coh      -3.8359    14.623     -3.8121     -19.968    50.122           0    0.80483    0.19517    0.00010704    0.019818    -19.946    -19.901    -19.878    -17.168    -14.832    -14.387    -12.308    -9.8784    -5.9532    -2.8691    -0.9999    -0.62606     0.1216    4.5141    35.684    50.122    50.122         170.76             0.91084               190.79               0.93091               213.82                   1                57.64               0.57182           0.0061229       0.12647        0.3576     0.52338      0.71784      0.91012       1.0748        1.361       1.6513       1.8173       1.8754         1.88       1.8782       1.8652       1.6166         1             1     
    cl_mt_pol_c      2.149    6.8935      3.2077        0.01    63.374           0          0          1      0.068794    0.011401       0.01       0.01       0.01    0.98021     1.0026     1.0141     1.0242     1.0464     1.0649     1.1168     1.1725      1.2184     1.3356    1.7653    4.0766    63.374    63.374         45.501             0.51483               54.853               0.56772                57.64             0.57182                47.52                     1          0.00032012    0.00032012    0.00032012    0.014479     0.039143     0.062376     0.084866      0.13229      0.20601      0.28406      0.33479      0.36236      0.39177      0.42749      0.48861         1             1     

-------------------------
xxxxxx tb_outcomes xxxxxx
                      variablenames    it_pcombi_ctr    fl_z_wage_rho    fl_z_wage_sig       mean          sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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_v1      'cl_mt_val'            1                   0           0.05             3.8457    0.054075    0.014061     -14.378    14.328          0    5.9512e-19           1    1.9285e-27       0            3.657       3.7117       3.7514       3.7757       3.7888       3.8003       3.8159       3.8269     3.8535    3.8696    3.8799       3.896      3.9016      3.9058      3.9327      3.9599     4.0046       0.0029241                  1              0.0018886             0.86287              0.0012987           0.52205              0.0023193              0.8987            0.001349      0.010086      0.051562     0.097629     0.15513       0.2102      0.27694      0.36092      0.60856      0.67639      0.79228      0.83006      0.85069      0.90944      0.96736      0.99041       0.99932  
    cl_mt_pol_a_v1    'cl_mt_pol_a'          1                   0           0.05         -0.0093247    0.040475     -4.3406     -15.253    46.897    0.49338       0.41847    0.088147    3.0658e-30       0         -0.18001    -0.098858    -0.095647    -0.094118    -0.014212    -0.014212    -0.013985    -0.013985          0         0         0           0           0           0    0.070666    0.070666    0.15627       0.0018886            0.86287              0.0016382                   1             0.00091719           0.49258              0.0010739             0.55593            0.026567       0.16516       0.59668       1.2259      1.3906       1.3906       1.6854       1.6854       1.6854       1.6854       1.6854       1.6854       1.6854       1.6854       1.0318       1.0318        1.0002  
    cl_mt_coh_v1      'cl_mt_coh'            1                   0           0.05            0.10065    0.046004     0.45707     -15.602    50.122          0      0.044684     0.95532     3.061e-30       0        -0.091606     -0.02626      0.01854      0.01854     0.061487     0.083887     0.083887       0.0992    0.10629    0.1216    0.1216      0.1216      0.1216      0.1216     0.19403     0.19403    0.28178       0.0012987            0.52205             0.00091719             0.49258              0.0021163                 1             0.00094033             0.42829          -0.0025964    -0.0085197     0.0033405    0.0033405    0.023968      0.11873      0.11873       0.2445      0.45226      0.83771      0.83771      0.83771      0.83771      0.83771       0.9949       0.9949       0.99997  
    cl_mt_pol_c_v1    'cl_mt_pol_c'          1                   0           0.05             1.2788    0.047725    0.037319        0.01     4.638          0             0           1    1.9285e-27       0           1.1594       1.1893       1.2026       1.2179       1.2282       1.2393       1.2471       1.2548     1.2784     1.302    1.3173      1.3173      1.3281      1.3508      1.3574      1.3707     1.4146       0.0023193             0.8987              0.0010739             0.55593             0.00094033           0.42829              0.0022777                   1           0.0033604      0.021805      0.057214      0.10721     0.14719      0.21525      0.24692      0.34968      0.59378      0.66597      0.80098      0.80098      0.84377      0.90478      0.97082      0.99145       0.99997  
    cl_mt_val_v2      'cl_mt_val'            2             0.10944           0.05             3.8464    0.060226    0.015658     -14.393    14.331          0    7.1277e-18           1    3.4911e-28       0           3.6211       3.6865        3.741       3.7706       3.7937        3.794       3.8048       3.8236     3.8533    3.8666    3.8829      3.8946       3.912       3.923      3.9419      3.9805     4.0347       0.0036272                  1              0.0020743             0.86551              0.0014133           0.51818              0.0027602             0.91788          0.00098137     0.0095425      0.048553      0.10027     0.18035      0.19685      0.24867      0.37082      0.58911      0.65516      0.77477      0.79735      0.89548      0.91644      0.95809      0.99285       0.99923  
    cl_mt_pol_a_v2    'cl_mt_pol_a'          2             0.10944           0.05         -0.0079949    0.039794     -4.9774     -15.266    46.897    0.57257       0.32576     0.10167    1.5695e-28       0         -0.19005     -0.10726     -0.10383    -0.024461    -0.024063    -0.023679    -0.023679            0          0         0         0           0           0    0.060328    0.060328    0.060328    0.14595       0.0020743            0.86551              0.0015835                   1              0.0010588           0.58754              0.0011935             0.60066            0.030777       0.32362        1.0936       1.1916      1.4337       1.8346       1.8346       1.8346       1.8346       1.8346       1.8346       1.8346       1.8346       1.1145       1.1145       1.1145        1.0015  
    cl_mt_coh_v2      'cl_mt_coh'            2             0.10944           0.05            0.10209    0.045287     0.44359     -15.616    50.122          0      0.031787     0.96821    1.5672e-28       0         -0.10226    -0.036893    0.0079069     0.050872     0.073272       0.0768     0.095672     0.095672     0.0992    0.1216    0.1216      0.1216      0.1216     0.13864     0.18344     0.18344     0.2712       0.0014133            0.51818              0.0010588             0.58754              0.0020509                 1             0.00093972             0.41559          -0.0028391    -0.0087265    -0.0077469    0.0031811    0.053898     0.087321      0.23755      0.23755      0.38146      0.82415      0.82415      0.82415      0.82415       0.8342      0.98404      0.98404       0.99983  
    cl_mt_pol_c_v2    'cl_mt_pol_c'          2             0.10944           0.05             1.2789     0.04993     0.03904        0.01    4.6324          0             0           1    9.8733e-26       0           1.1578       1.1883       1.1953       1.2271       1.2275       1.2381       1.2403       1.2524     1.2783    1.3022    1.3175       1.319      1.3392      1.3579      1.3579       1.382     1.4068       0.0027602            0.91788              0.0011935             0.60066             0.00093972           0.41559               0.002493                   1           0.0030287       0.01653      0.047369      0.12629     0.15035       0.2124      0.30252      0.37405      0.57544      0.64553      0.77791      0.79911      0.85863      0.96145      0.96145       0.9898        0.9998  
    cl_mt_val_v3      'cl_mt_val'            3             0.21889           0.05             3.8394    0.071136    0.018528     -14.416    14.333          0    3.7835e-16           1    1.5794e-26       0           3.5699       3.6686       3.7101       3.7439       3.7729       3.7812       3.8025       3.8159     3.8503    3.8699    3.8843      3.9031       3.918       3.918      3.9519      3.9913     4.0378       0.0050603                  1              0.0027879             0.89722              0.0019804           0.56173              0.0033844             0.92561          0.00094618      0.011843      0.048332     0.097965     0.15925      0.21946      0.25834      0.41172      0.61299      0.65918      0.78615      0.83169      0.90227      0.90227      0.96285      0.99017        0.9993  
    cl_mt_pol_a_v3    'cl_mt_pol_a'          3             0.21889           0.05          -0.012888    0.043681     -3.3893     -15.309    46.896    0.52537       0.27344      0.2012    7.1034e-27       0         -0.22138     -0.13853      -0.1341    -0.054774    -0.053898    -0.053898    -0.053898            0          0         0         0    0.028102    0.028102    0.028102    0.028102     0.11378    0.11378       0.0027879            0.89722               0.001908                   1              0.0014006           0.64697              0.0015195             0.67678            0.020324       0.14326       0.58649      0.97106      1.5172       1.5172       1.5172       1.5172       1.5172       1.5172       1.5172       1.1038       1.1038       1.1038       1.1038       1.0035        1.0035  

                        variablenames    it_pcombi_ctr    fl_z_wage_rho    fl_z_wage_sig      mean        sd       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_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    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_v98       'cl_mt_coh'            98            0.76611            0.5         -0.14934     8.6538     -57.947     -19.968    50.122           0    0.50634    0.49366    2.4994e-05    4.3701e-05    -19.923    -19.878    -15.299    -11.374    -8.4765    -6.2335    -4.5513    -2.1886    -0.065316     1.8038     3.8599      5.3552     7.2244    9.9347    14.679    25.542    39.632         52.616             0.90972               67.717               0.95219               74.888                   1               3.9891               0.81691             0.20344        2.1447        6.0247      10.453       13.743       16.222           18       20.156       21.177        20.44       18.626       17.024       14.962       12.133       8.1244       3.1101        1.2936  
    cl_mt_pol_c_v98     'cl_mt_pol_c'          98            0.76611            0.5           1.3922    0.56427     0.40531        0.01    10.813           0          0          1      0.015208    8.2533e-06       0.01       0.01    0.96213    0.98398     1.0011     1.0143     1.0268     1.0564       1.1529     1.4213     1.6629      1.7973     1.9478    2.1612    2.5205    3.2791    4.1894         2.8268             0.74954               3.6427               0.78554               3.9891             0.81691              0.31841                     1          0.00010924    0.00010924      0.023061    0.058269     0.093695      0.12994      0.16662       0.2418      0.35923      0.49785      0.60802      0.66932      0.73642      0.80934       0.8928      0.97349       0.99663  
    cl_mt_val_v99       'cl_mt_val'            99            0.87556            0.5          -2.4663      9.088     -3.6849     -25.327    16.699           0    0.57837    0.42163    0.00025512    0.00077109    -24.663    -22.377    -18.372    -15.321    -12.702    -10.683    -8.8794     -6.075      -2.1106     1.7559     4.5321       6.016     7.6151    9.4037    11.744    14.931    16.647         82.591                   1               98.332               0.84918               105.03             0.86997               6.7285                0.6889            0.012041      0.094306       0.41854     0.75828       1.0417       1.2783       1.4758       1.7764       2.0252       2.0355       1.9055        1.799       1.6606       1.4887       1.2754       1.0634        1.0067  
    cl_mt_pol_a_v99     'cl_mt_pol_a'          99            0.87556            0.5           1.6539     12.742       7.704     -19.512     48.78    0.036317    0.53582    0.42787    2.7055e-05      0.005098    -18.868    -18.265    -15.704     -12.29    -9.8152    -7.6815     -5.898    -3.2433     -0.59745     2.1883     6.2913      9.1178     13.039    18.692    28.448     45.68     48.78         98.332             0.84918               162.35                     1               163.82             0.96782                10.81               0.78938            -0.02356      -0.27828      -0.54315    -0.94388      -1.2831      -1.5462      -1.7478      -2.0177      -2.1801      -2.1334      -1.8837      -1.6569      -1.3213     -0.84951     -0.14972      0.71116             1  
    cl_mt_coh_v99       'cl_mt_coh'            99            0.87556            0.5           1.5877     13.285      8.3671     -19.968    50.122           0    0.53254    0.46746    3.8658e-05     0.0032979    -19.923    -19.878    -17.075    -13.243    -10.555    -8.2634     -6.327    -3.3587     -0.53261     2.3646     6.5478      9.4674     13.486     19.28    29.258    46.944    50.122         105.03             0.86997               163.82               0.96782               176.49                   1               11.357               0.79546           -0.029597      -0.31202      -0.59409     -1.0627       -1.438      -1.7302      -1.9626      -2.2605      -2.4315      -2.3718      -2.1031      -1.8524      -1.4903     -0.98278     -0.23567      0.69079             1  
    cl_mt_pol_c_v99     'cl_mt_pol_c'          99            0.87556            0.5           1.5706     1.0747     0.68429        0.01    17.094           0          0          1      0.023985    0.00077109       0.01       0.01    0.96986     0.9948      1.013     1.0274     1.0409     1.0661        1.157      1.461     1.7807      2.0491     2.3032    2.7125    3.4187    5.1723    13.916         6.7285              0.6889                10.81               0.78938               11.357             0.79546                1.155                     1          0.00015271    0.00015271      0.015051    0.046298     0.078618      0.11081       0.1438      0.21077      0.31589      0.43847      0.54165       0.6024      0.67106       0.7509      0.84726      0.94942       0.98938  
    cl_mt_val_v100      'cl_mt_val'           100              0.985            0.5           -17.61     12.821    -0.72803     -33.429    24.393           0    0.88201    0.11799    0.00099441      0.011401    -33.418     -33.32    -31.448    -30.599    -28.772    -27.097    -25.643    -23.281      -20.074    -17.403    -15.963     -13.865    -8.9481    4.0402    13.766    24.393    24.393         164.37                   1               153.07                0.8518               170.76             0.91084               45.501               0.51483            0.006996      0.037242       0.09402     0.18228      0.26612      0.34444      0.41958      0.56313      0.74413      0.90379      0.99741       1.0405       1.0725       1.0798       1.0569            1             1  
    cl_mt_pol_a_v100    'cl_mt_pol_a'         100              0.985            0.5           -3.443     14.016     -4.0709     -19.512     48.78    0.070308    0.80536    0.12433     0.0001043      0.030646    -19.185    -18.561    -18.265    -15.873    -13.704      -13.4    -11.437    -9.2178      -5.4624    -2.7312    -1.0242     -0.6828          0    4.2854    34.739     48.78     48.78         153.07              0.8518               196.45                     1               190.79             0.93091               54.853               0.56772           0.0065053       0.13242       0.36843     0.52627      0.74046      0.94698       1.1105       1.4037       1.7068       1.8815       1.9449       1.9503       1.9506       1.9372       1.6673            1             1  
    cl_mt_coh_v100      'cl_mt_coh'           100              0.985            0.5          -3.8359     14.623     -3.8121     -19.968    50.122           0    0.80483    0.19517    0.00010704      0.019818    -19.946    -19.901    -19.878    -17.168    -14.832    -14.387    -12.308    -9.8784      -5.9532    -2.8691    -0.9999    -0.62606     0.1216    4.5141    35.684    50.122    50.122         170.76             0.91084               190.79               0.93091               213.82                   1                57.64               0.57182           0.0061229       0.12647        0.3576     0.52338      0.71784      0.91012       1.0748        1.361       1.6513       1.8173       1.8754         1.88       1.8782       1.8652       1.6166            1             1  
    cl_mt_pol_c_v100    'cl_mt_pol_c'         100              0.985            0.5            2.149     6.8935      3.2077        0.01    63.374           0          0          1      0.068794      0.011401       0.01       0.01       0.01    0.98021     1.0026     1.0141     1.0242     1.0464       1.0649     1.1168     1.1725      1.2184     1.3356    1.7653    4.0766    63.374    63.374         45.501             0.51483               54.853               0.56772                57.64             0.57182                47.52                     1          0.00032012    0.00032012    0.00032012    0.014479     0.039143     0.062376     0.084866      0.13229      0.20601      0.28406      0.33479      0.36236      0.39177      0.42749      0.48861            1             1