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

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

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

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

@include

@seealso

Contents

Set Shared Parameters

% Borrowing/Savings Parameters
bl_default = false;

Simulate and Graph

Note that a shift in wage just rescales the model

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

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

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

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

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

Medium Grid Simulation (CROSS Limited Graphs)

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

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

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

        Count: 51
      KeyType: char
    ValueType: any

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

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

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

        Count: 55
      KeyType: char
    ValueType: any

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

    ar_param_keys_idx    1     1      1       2      3.5     0.70711     3      4 

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

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

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

        Count: 19
      KeyType: char
    ValueType: any

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

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

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

    cl_mt_val_p1v1            0    3.7184    3.3476     'cl_mt_val'        'fl_w'             3               1           0.025       0.90028     -9999    15.382      0         0.14328    0.85672     1.4587e-17     6.6939e-07      -7.511    -4.5618     -1.803     -0.86068    0.26499    1.1804    1.9171    2.4081    4.0012    5.1156    6.0477    6.6796    7.2425    7.9466    8.9333    10.991    12.784         11.206                1                 13.315             0.85918               3.1175               0.39791                 8.344               0.86402                1.8532               0.94107           -0.0060306      -0.016023    -0.057887     -0.067239    -0.069136    -0.058813    -0.0029305    0.013952      0.19542      0.32122      0.47047      0.55958      0.65691      0.74974      0.86976      0.96921       0.99652  
    cl_mt_val_p1v2     0.071429    4.4119    3.2697     'cl_mt_val'        'fl_w'             3               2           0.025       0.74112     -9999     15.59      0         0.10614    0.89386    -8.3284e-19     5.9898e-07     -6.8973    -4.0852    -1.5046    -0.093736     1.1384    1.8888    2.1977    3.3116    4.5637    5.7828    6.6681    7.2444     7.704    8.4908    9.3237    11.301    13.046         10.691                1                 13.385             0.86685               3.1627               0.41729                 8.393               0.87726                1.8289                0.9356            -0.003134      -0.012824    -0.032771     -0.039972    -0.032034    -0.012874      0.011159    0.083005      0.22201      0.38875      0.52476      0.61115      0.68779      0.78073      0.88198      0.97283       0.99726  
    cl_mt_val_p1v3      0.14286    5.0874    2.9865     'cl_mt_val'        'fl_w'             3               3           0.025       0.58703     -9999     15.79      0        0.030751    0.96925    -1.0492e-18     2.2339e-07     -3.9823    -1.9615    0.11126       0.9155      1.916    2.6934    2.7387    3.8119    5.0416    6.2831    7.2164    7.6368    8.1945    8.9969    9.6689    11.606    13.274          8.919                1                 12.185             0.87514                2.838               0.42203                7.6765                0.8867                1.6702               0.94122           -0.0021254     -0.0070161    -0.010115    -0.0039076      0.01088     0.052663      0.060597     0.13298      0.26945      0.43579      0.56795      0.63923      0.71836      0.80854      0.89383      0.97619       0.99732  
    cl_mt_val_p1v4      0.21429    5.9236    2.6754     'cl_mt_val'        'fl_w'             3               4           0.025       0.45166     -9999    15.973      0        0.011134    0.98887    -2.0881e-31     1.0677e-07     -3.3072    -0.2596     1.4607       2.4076     3.1352     3.913    4.2186    4.8826    6.1042    6.9575    7.7652    8.2175    8.7266      9.41    10.117    11.908    13.519          7.158                1                 10.597             0.87844                2.366               0.40516                  6.73               0.89033                1.5007               0.94274          -0.00092124     -0.0030263     0.001923      0.027782     0.045086     0.077574       0.13164     0.19553      0.33192      0.48717      0.60791      0.67942       0.7464      0.82889      0.90564      0.97886       0.99773  
    cl_mt_val_p1v5      0.28571    6.5774    2.5068     'cl_mt_val'        'fl_w'             3               5           0.025       0.38112     -9999    16.167      0       0.0049484    0.99505     1.9311e-32     2.6947e-08     -1.7699    0.76972      2.611       3.2155     4.1387    4.3962    4.6379    5.9056    6.5637    7.6034    8.3159    8.7058    9.2759    9.8403    10.515    12.236    13.755         6.2842                1                 9.8949             0.88345               2.2025               0.41008                6.2743               0.90061                1.4181               0.93733           -0.0005513    -0.00027038     0.015711      0.035746     0.066979     0.094434       0.12905     0.25752      0.34839      0.52069      0.62982      0.69523      0.76916      0.84384      0.91339      0.98061       0.99787  
    cl_mt_val_p1v6      0.35714    7.0963    2.3783     'cl_mt_val'        'fl_w'             3               6           0.025       0.33515     -9999    16.343      0       0.0029186    0.99708     5.0018e-31     2.7356e-08     -1.6272     1.2651     3.3504       3.9245     4.6651    5.0368    5.6465    6.2938     7.235    7.9731    8.7059    9.1294    9.6747    10.143    10.827    12.484    13.982         5.6563                1                 9.1882              0.8822               1.9753                 0.405                5.8771                0.8994                1.3358               0.92986          -0.00036778     0.00020203     0.025548       0.04065     0.079644      0.10477       0.14364     0.26057       0.3769      0.52705      0.65005      0.70725      0.78424      0.84457      0.91755      0.98232       0.99798  
    cl_mt_val_p1v7      0.42857    7.4302    2.3594     'cl_mt_val'        'fl_w'             3               7           0.025       0.31754     -9999    16.518      0       0.0017836    0.99822    -3.9514e-34     7.9667e-09    -0.98685     1.9727     3.4337       4.3024     5.0362    5.4613    6.0209    6.4375    7.5701    8.3056    9.0077    9.5191    9.9617    10.422    11.128    12.696    14.177         5.5667                1                 9.2444             0.88419                2.176               0.44656                5.7309                0.8957                1.3375               0.92807          -0.00026505      0.0012904     0.022081      0.043311     0.080432      0.11285       0.14918     0.24049       0.3794      0.53987      0.65017       0.7188      0.78192      0.84711      0.91979      0.98225       0.99808  
    cl_mt_val_p1v8          0.5    7.7288    2.3306     'cl_mt_val'        'fl_w'             3               8           0.025       0.30155     -9999    16.683      0       0.0011169    0.99888    -6.5865e-32     1.2538e-09    -0.47108     2.4158     3.6831       4.6584      5.261    5.8094    6.3556    6.7486    7.8864    8.6214    9.3951    9.7997    10.184    10.694    11.333    12.928    14.343         5.4319                1                 9.1558             0.88649                2.381               0.48899                5.4397               0.88524                1.3352               0.93055          -0.00021563      0.0016468     0.019713      0.046495     0.078136      0.11552       0.15778     0.24972      0.38448      0.54329      0.65875      0.72154       0.7827      0.85134      0.92069      0.98348        0.9981  
    cl_mt_val_p1v9      0.57143    8.4811    1.9149     'cl_mt_val'        'fl_w'             3               9           0.025       0.22578     -9999    16.837      0      0.00021108    0.99979     3.8208e-31     7.4398e-11      1.3464     3.8751     5.6625       6.2905     6.4825    6.8114    7.3551    7.6861    8.2744    9.0945    9.7435    10.143    10.553    10.994    11.672    13.167    14.571         3.6667                1                 6.8504             0.88048               1.4485               0.39343                4.3049               0.89535                 1.097                 0.945           4.8668e-05      0.0038995     0.027216      0.071152       0.1077      0.14112       0.19412     0.27139       0.4267      0.57098      0.67673      0.73774      0.80046      0.86545      0.92674      0.98436       0.99834  
    cl_mt_val_p1v10     0.64286    8.9001    1.7369     'cl_mt_val'        'fl_w'             3              10           0.025       0.19515     -9999    16.997      0      5.6359e-05    0.99994    -1.4232e-31    -8.0764e-34      3.1681     5.1496     6.4031       6.9766     7.1466    7.3094    7.7755    8.2456    8.5146    9.3592     10.07    10.403    10.789    11.229    11.902    13.368    14.743         3.0167                1                 5.9762             0.87706               1.1603               0.35801                3.8244               0.89916               0.99147                0.9555           0.00022687      0.0050903     0.032412      0.078911      0.11478      0.15394       0.19822     0.30799      0.42468      0.57594      0.68676      0.74266       0.8039      0.86597      0.92822      0.98434       0.99839  
    cl_mt_val_p1v11     0.71429    9.4394    1.5618     'cl_mt_val'        'fl_w'             3              11           0.025       0.16546     -9999    17.142      0      1.2072e-05    0.99999     1.1201e-32    -6.0829e-35       4.255     6.2266     7.4177       7.7448     7.7448    7.8945    8.6132    8.8862     9.014     9.789    10.481    10.779    11.149    11.503    12.215    13.631    14.958         2.4392                1                 5.1451             0.87502              0.89407               0.32076                3.3479               0.90488               0.90316               0.93423           0.00037123      0.0062316     0.036798       0.14544      0.14544      0.16299       0.20476     0.34481      0.44115      0.58607      0.69663      0.75027      0.81305      0.86957      0.93423      0.98541        0.9984  
    cl_mt_val_p1v12     0.78571    10.328     1.411     'cl_mt_val'        'fl_w'             3              12           0.025       0.13662     -9999     17.29      0      2.1416e-06          1    -1.9234e-32    -5.4653e-35      5.7816     7.2402     8.0611       8.4955     8.8718    9.1671    9.4167    9.8589    10.152    10.897    11.257    11.523    11.834     11.99    12.755    13.953    15.221          1.991                1                 4.6398             0.88776              0.74983                 0.295                3.0731               0.91451               0.81684                0.9271           0.00049795       0.008337      0.04533      0.076951      0.12325      0.16876       0.20769     0.32472      0.45191       0.6577       0.7061      0.76157      0.81869      0.88342      0.93491      0.98612       0.99866  
    cl_mt_val_p1v13     0.85714    10.724    1.3395     'cl_mt_val'        'fl_w'             3              13           0.025        0.1249     -9999    17.437      0      6.7879e-07          1     5.2692e-33     2.1277e-34      6.5244     7.7016     8.4861       9.0369     9.3913    9.6055    9.9038    10.319     10.68    11.151    11.604    11.889    12.147    12.209    13.021    14.173    15.377         1.7941                1                 4.3501             0.88789              0.66972               0.28492                 2.906               0.91563               0.77432               0.93268           0.00061867      0.0078546      0.04288      0.081722      0.12954      0.17704       0.21621     0.30832      0.47015      0.64107      0.71228      0.77281       0.8294      0.87817      0.93587      0.98627       0.99855  
    cl_mt_val_p1v14     0.92857    10.981     1.315     'cl_mt_val'        'fl_w'             3              14           0.025       0.11975     -9999    17.567      0      3.8659e-07          1     1.0312e-33     1.7187e-34      6.7774     7.9454     8.7121       9.3299     9.6439    9.8592    10.131    10.644    10.912    11.379    11.868    12.084    12.342    12.404    13.291    14.371    15.544         1.7292                1                 4.3058             0.88758              0.68997               0.30192                2.8619               0.91326               0.75387               0.93041           0.00056502      0.0068541     0.040489       0.07915      0.12773      0.17455       0.21323     0.31715      0.46175      0.63896      0.71448      0.76717      0.86008      0.88132      0.93676      0.98651       0.99857  
    cl_mt_val_p1v15           1    11.263    1.3246     'cl_mt_val'        'fl_w'             3              15           0.025       0.11761     -9999    17.712      0      1.8213e-07          1    -3.4703e-35    -7.6737e-37      7.0546     8.2711     8.9373       9.6416     9.9749    10.205    10.456    10.927    11.139    11.609    12.139    12.379    12.541    12.714    13.592    14.615    15.749         1.7547                1                 4.6211             0.89248              0.86872               0.35636                2.9951                0.9045               0.75724               0.92947            0.0006014      0.0072911     0.038968      0.082394      0.12365      0.18354       0.21825     0.30976      0.45482      0.61613      0.71285      0.76928      0.84353      0.87833      0.93693      0.98665       0.99863  

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

    cl_mt_pol_c_p1v1            0      1.44    0.58827    'cl_mt_pol_c'       'fl_w'             3               1           0.025       0.40853     0.02    7.0793      0        0        1       1.4587e-17     1.7933e-34    0.31548       0.53    0.68143      0.795    0.88333    0.90857    0.98428    1.1357     1.325    1.5774    1.7667    1.8929    2.0695    2.2209    2.5364      3.18    4.1264         1.8532             0.94107              2.5804             0.94752              0.69654               0.50592                1.5378               0.90615               0.34606                  1             0.00065408    0.0044655    0.034082    0.045629     0.077554       0.1068       0.1666      0.21865      0.34452       0.5074      0.62181      0.68049      0.74522      0.81649      0.90121      0.97523       0.99716  
    cl_mt_pol_c_p1v2     0.071429    1.4939    0.59785    'cl_mt_pol_c'       'fl_w'             3               2           0.025        0.4002     0.02    7.1821      0        0        1      -8.3284e-19     5.9898e-07    0.38001    0.53201    0.68401    0.83601    0.91201    0.98801      1.064      1.14    1.4567    1.6214     1.824     1.976      2.09      2.28     2.622     3.268    4.1801         1.8289              0.9356              2.6902             0.95291              0.73975               0.53382                1.5931               0.91068               0.35742                  1             0.00054827    0.0033164     0.02642    0.054198     0.082675      0.12339      0.15336      0.22378      0.38788      0.50656      0.61208      0.68965      0.74516      0.81819      0.90032      0.97569       0.99698  
    cl_mt_pol_c_p1v3      0.14286    1.5593    0.59418    'cl_mt_pol_c'       'fl_w'             3               3           0.025       0.38105     0.02     7.285      0        0        1      -1.0492e-18     2.2339e-07     0.5059    0.63238    0.82209    0.88533     1.0118     1.0624      1.075    1.2015    1.4545    1.6695    1.8718    2.0236    2.1627    2.3777    2.6813    3.3389    4.2496         1.6702             0.94122              2.6441              0.9545               0.7233               0.54061                1.5678               0.91018               0.35305                  1             0.00071633    0.0038123    0.045922    0.053669     0.089237      0.13012      0.14836       0.2248      0.36463      0.51213      0.62617      0.68928      0.74792      0.82316      0.90152       0.9768       0.99713  
    cl_mt_pol_c_p1v4      0.21429    1.6407    0.59499    'cl_mt_pol_c'       'fl_w'             3               4           0.025       0.36265     0.02     7.388      0        0        1      -2.0881e-31     1.0677e-07    0.53042    0.75774    0.90929    0.90929     1.0608     1.1366     1.1998    1.3639    1.5155    1.7681    1.9701    2.1217    2.2227    2.4753    2.7784    3.4098    4.3191         1.5007             0.94274              2.5457             0.94893              0.68018               0.52376                1.5115               0.89914               0.35401                  1              0.0003778    0.0048987    0.052981    0.052981     0.089173      0.12027      0.16972      0.23215       0.3803      0.51728      0.63228      0.70187      0.76153      0.82764      0.90707      0.97759       0.99723  
    cl_mt_pol_c_p1v5      0.28571    1.6998    0.60352    'cl_mt_pol_c'       'fl_w'             3               5           0.025       0.35506     0.02    7.4909      0        0        1       1.9311e-32     2.4776e-37     0.6084     0.8112     0.9126      1.014     1.1661     1.2168     1.2675    1.3182    1.5717    1.8379     2.028    2.1801    2.3322     2.535    2.8519    3.4603    4.4109         1.4181             0.93733              2.5755             0.95513               0.6788               0.52496                1.5324               0.91366               0.36423                  1             0.00033095      0.00515    0.030806    0.054603     0.098656      0.13607      0.15969      0.24576      0.36486      0.51511      0.63606      0.70683      0.76132      0.82785      0.90543      0.97726        0.9974  
    cl_mt_pol_c_p1v6      0.35714    1.7603    0.60405    'cl_mt_pol_c'       'fl_w'             3               6           0.025       0.34315     0.02    7.5938      0        0        1       5.0018e-31     2.7356e-08    0.65813    0.86063     1.0125     1.1138     1.2024     1.2656     1.3163    1.3669    1.6706    1.8731    2.0756    2.2275    2.3794    2.6325    2.9363    3.5311    4.4424         1.3358             0.92986              2.5362             0.95877              0.63913               0.51595                1.5322               0.92321               0.36487                  1             0.00038322    0.0070221    0.041117    0.068249     0.094716      0.13755      0.17088      0.23923      0.37534      0.51866      0.63623      0.69872      0.75956      0.84119      0.92113      0.97764       0.99736  
    cl_mt_pol_c_p1v7      0.42857    1.8007    0.61084    'cl_mt_pol_c'       'fl_w'             3               7           0.025       0.33922     0.02    7.6967      0        0        1      -3.9514e-34     5.5122e-35    0.68247     0.8594     1.0111     1.1122     1.2133     1.3144     1.3649    1.4408    1.7188     1.921    2.1232    2.2749    2.4645    2.6793    2.9826     3.564    4.5119         1.3375             0.92807              2.6014             0.96106              0.70201               0.55647                1.5263               0.92141               0.37312                  1             0.00036418    0.0055083    0.033619    0.057558     0.095743      0.14179      0.21004       0.2371      0.38731      0.53325      0.63216      0.70015      0.75824       0.8406      0.92205      0.97789       0.99736  
    cl_mt_pol_c_p1v8          0.5    1.8388    0.61563    'cl_mt_pol_c'       'fl_w'             3               8           0.025       0.33479     0.02    7.7995      0        0        1      -6.5865e-32     2.9208e-33    0.69752    0.86238     1.0146     1.1668     1.2682     1.3189     1.3697    1.5219    1.7755    1.9784    2.1813    2.3335    2.4857    2.6886    3.0057    3.6525    4.5275         1.3352             0.93055              2.6143             0.95827              0.75099               0.58389                1.4843               0.91447                 0.379                  1             0.00038988    0.0046363    0.029015    0.065384      0.10301      0.12685      0.18286      0.26445      0.39946      0.54236      0.64548      0.71341      0.76772      0.83327      0.90888      0.97941       0.99742  
    cl_mt_pol_c_p1v9      0.57143    1.9495    0.60625    'cl_mt_pol_c'       'fl_w'             3               9           0.025       0.31097     0.02    7.9025      0        0        1       3.8208e-31     7.4398e-11    0.82318     1.0025     1.1398     1.2158     1.2538     1.4184     1.5704    1.6717    1.8743    2.0769    2.2796    2.4315    2.5835    2.7861    3.0901     3.698    4.5971          1.097               0.945              2.2636             0.91895              0.51372               0.44071                1.3823               0.90811               0.36754                  1             0.00042038    0.0048209    0.032825    0.081911      0.10343      0.12475       0.1701       0.2482      0.43137      0.53622      0.65353      0.72221      0.77896      0.84734      0.92383      0.97927       0.99749  
    cl_mt_pol_c_p1v10     0.64286    2.0096    0.59742    'cl_mt_pol_c'       'fl_w'             3              10           0.025       0.29728     0.02    8.0055      0        0        1      -1.4232e-31     1.0105e-33    0.94852     1.0623     1.2141       1.29     1.3279     1.4038     1.5935    1.8211    1.8717    2.1247     2.327    2.4788    2.6305    2.8329    3.1364    3.7435    4.6667        0.99147              0.9555              2.1101             0.90031              0.44989               0.40355                1.3033               0.89084               0.35691                  1             0.00069001     0.005759    0.029897    0.064387     0.096065      0.12714      0.16587      0.30224      0.40244      0.54121      0.65771      0.72779       0.7818      0.84762       0.9209      0.97972       0.99767  
    cl_mt_pol_c_p1v11     0.71429    2.0744      0.619    'cl_mt_pol_c'       'fl_w'             3              11           0.025       0.29839     0.02    8.1084      0        0        1       1.1201e-32    -6.0829e-35      1.023     1.1746     1.4019     1.4398     1.4398     1.4777     1.4777    1.5156    2.0713    2.2734    2.4249    2.5765    2.7281    2.8796    3.1827    3.8269    4.7362        0.90316             0.93423              2.0361              0.8737               0.3726               0.33728                1.2803               0.87314               0.38315                  1             0.00067308    0.0054201    0.031888      0.1277       0.1277      0.17514      0.17514      0.25007       0.4121      0.55843      0.65281      0.72431      0.79081      0.84411      0.91685      0.97975       0.99755  
    cl_mt_pol_c_p1v12     0.78571    2.2281    0.62441    'cl_mt_pol_c'       'fl_w'             3              12           0.025       0.28025     0.02    8.2113      0        0        1      -1.9234e-32     2.0657e-34     1.1151     1.3686     1.4826     1.5586     1.6347     1.7107     1.7487    1.8247    2.0528     2.357    2.6357    2.7878    2.9905    3.1933    3.3454    3.9916     4.904        0.81684              0.9271              1.9904             0.86058              0.33014               0.29351                1.2703               0.85425               0.38989                  1             0.00048101    0.0077487    0.044063     0.07256      0.10796      0.15576      0.18689      0.27982      0.39192      0.53778      0.64946      0.71802      0.78185      0.89512      0.91679      0.98064        0.9977  
    cl_mt_pol_c_p1v13     0.85714    2.2889    0.61981    'cl_mt_pol_c'       'fl_w'             3              13           0.025       0.27079     0.02    8.3142      0        0        1       5.2692e-33    -1.5613e-33     1.2149     1.4426     1.5565     1.6325     1.7464     1.8223     1.8602    1.9362     2.088    2.2779     2.784    2.9359    3.0878    3.2396    3.4168    4.0622    4.9733        0.77432             0.93268              1.9631             0.86592              0.32764               0.30122                1.2513               0.85203               0.38417                  1             0.00054417    0.0078395    0.041972    0.067473      0.11775      0.16562      0.19663      0.31023      0.41993      0.56397      0.66421      0.72324       0.7785      0.89336      0.92017      0.98108       0.99782  
    cl_mt_pol_c_p1v14     0.92857    2.3387    0.61617    'cl_mt_pol_c'       'fl_w'             3              14           0.025       0.26347     0.02     8.417      0        0        1       1.0312e-33     1.7187e-34     1.2891     1.4787     1.5924     1.7061      1.782     1.8578     1.9336    2.0095    2.1232    2.3128    2.8309    2.9826    3.1469    3.2354    3.4376    4.0948    5.0426        0.75387             0.93041              1.9564             0.86066              0.33397               0.31188                1.2428               0.84633               0.37967                  1             0.00065167    0.0074039    0.040034    0.077092       0.1098       0.1534       0.2144      0.32637      0.41464      0.56151      0.65393      0.72054      0.78012      0.87649      0.91972      0.98168       0.99787  
    cl_mt_pol_c_p1v15           1    2.3927    0.61504    'cl_mt_pol_c'       'fl_w'             3              15           0.025       0.25705     0.02    8.5199      0        0        1      -3.4703e-35    -7.6737e-37     1.2874     1.5146     1.6282     1.7418     1.8554     1.9312      1.969    2.0448    2.1962    2.3856    2.8778    3.0293    3.1808    3.2817    3.3827     4.241    5.1119        0.75724             0.92947              2.0809             0.86554              0.41062               0.36278                 1.292                0.8403               0.37827                  1             0.00051643    0.0078755    0.038725    0.071442      0.11778      0.16234       0.1908      0.32047      0.41929      0.55207      0.66012       0.7297      0.78401      0.89092      0.92054      0.98113       0.99773  

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

    cl_mt_pol_k_p1v1            0    5.0461    2.8848    'cl_mt_pol_k'       'fl_w'             3               1           0.025        0.5717      0     22.273     1.4587e-17      0        1       1.4587e-17     8.4299e-06     1.1988     1.3629    2.0443    2.1452    2.7257    2.9528    2.9528    3.2178    4.5555    5.7543    6.0823    6.1833    7.1928    8.6314    11.399    14.133    21.272          8.344             0.86402              11.268             0.84376               1.4082               0.20858                8.3222                  1                   1.5378               0.90615          0.00070928    0.0028547    0.033688     0.03921     0.077541      0.12159      0.12159      0.17997      0.30432      0.44734      0.56963      0.62669      0.69512       0.7701      0.87387        0.965        0.9959  
    cl_mt_pol_k_p1v2     0.071429    4.9499     2.926    'cl_mt_pol_k'       'fl_w'             3               2           0.025       0.59113      0     22.224    -8.3284e-19      0        1      -8.3284e-19     1.0422e-07    0.75031     1.0767    1.4435     1.938    2.5403    2.6498     2.964    3.2512    4.4123    5.8964    6.0801    6.2015    7.2803     9.289    11.305    14.081    21.229          8.393             0.87726              11.826             0.85586               1.6711               0.24639                8.5615                  1                   1.5931               0.91068          0.00028212    0.0020975    0.013722    0.030426     0.056207     0.082899      0.11047      0.17164      0.28932      0.43481      0.56099      0.61877      0.69868      0.76879      0.87309      0.96449       0.99584  
    cl_mt_pol_k_p1v3      0.14286    4.8521    2.8989    'cl_mt_pol_k'       'fl_w'             3               3           0.025       0.59745      0     22.465    -1.0492e-18      0        1      -1.0492e-18      5.454e-06    0.77363      1.372    1.6921    1.8283    2.5532    2.6608    2.8836    3.1834    3.9477    5.8974    6.0292    6.1446    6.8086    8.8533    11.288     13.68    21.248         7.6765              0.8867              11.634             0.86086               1.6631               0.25479                8.4036                  1                   1.5678               0.91018          0.00034275    0.0025627    0.025754    0.034885     0.060164     0.095576      0.13111      0.17711       0.2951      0.43036      0.55735      0.61626      0.68612      0.76373      0.87722      0.96392       0.99604  
    cl_mt_pol_k_p1v4      0.21429    4.9793    2.8253    'cl_mt_pol_k'       'fl_w'             3               4           0.025       0.56741      0     22.227    -2.0881e-31      0        1      -2.0881e-31     6.6522e-08    0.78587     1.3925    1.7439     2.267    2.6508    2.6582    2.9776    3.2414    4.7148    5.7252    6.0705    6.1882    6.8197    8.9982    11.271    13.702    21.228           6.73             0.89033              10.917             0.85696               1.4227               0.23072                7.9823                  1                   1.5115               0.89914          0.00015761     0.004652    0.014545    0.044358     0.062331     0.087691      0.12009       0.1792      0.29802      0.46744      0.56975      0.62797      0.69325      0.77352      0.87274      0.96573       0.99578  
    cl_mt_pol_k_p1v5      0.28571    4.9682    2.7791    'cl_mt_pol_k'       'fl_w'             3               5           0.025       0.55938      0     22.492     1.9311e-32      0        1       1.9311e-32     9.8526e-07    0.78827     1.3946    1.7073    2.0399     2.645    2.6759    3.1688    3.3321    4.4363    5.5927    6.0206    6.1791    7.2248    8.9359    11.091     13.52    21.361         6.2743             0.90061              10.687             0.86066               1.4308                0.2403                7.7235                  1                   1.5324               0.91366          0.00020394    0.0023532    0.016437    0.034987     0.063503     0.085017      0.12651      0.17951      0.30565      0.45653      0.56699      0.63441       0.6934       0.7764      0.87241      0.96546       0.99577  
    cl_mt_pol_k_p1v6      0.35714    4.8115    2.7475    'cl_mt_pol_k'       'fl_w'             3               6           0.025       0.57104      0     22.333     5.0018e-31      0        1       5.0018e-31     6.6051e-09    0.74908     1.1985    1.4766    1.9368     2.595    2.7039    2.9284     3.208    4.3875    5.3157    6.0329    6.1834    7.2563    8.7032    10.399    13.226    21.252         5.8771              0.8994              10.439              0.8676               1.3579               0.24099                 7.549                  1                   1.5322               0.92321          0.00018344     0.002281    0.015692    0.031815     0.055714     0.084097      0.11302      0.17817      0.29662      0.44127      0.56182      0.63427      0.70955      0.77486      0.87944      0.96579       0.99589  
    cl_mt_pol_k_p1v7      0.42857    4.5726    2.7118    'cl_mt_pol_k'       'fl_w'             3               7           0.025       0.59306      0     22.301    -3.9514e-34      0        1      -3.9514e-34     4.4514e-10    0.75829    0.92372    1.4745    1.7501    2.2749    2.6646    2.7239     3.128    3.8528    5.0746      5.94    6.1043    6.4876    8.1656    9.9421    12.701    21.232         5.7309              0.8957              10.474             0.87161               1.5938               0.28457                 7.354                  1                   1.5263               0.92141          0.00037194    0.0017992    0.019087    0.031996     0.057733     0.080221      0.12693      0.17824      0.28068       0.4327      0.56551      0.61858      0.69468      0.76797        0.877      0.96463       0.99538  
    cl_mt_pol_k_p1v8          0.5    4.3698    2.6366    'cl_mt_pol_k'       'fl_w'             3               8           0.025       0.60336      0     22.771    -6.5865e-32      0        1      -6.5865e-32     4.6441e-08    0.76093     1.0793    1.4796    1.6487    1.8937    2.6549    2.6923    2.8338     3.699    4.9962    5.8258    6.0451    6.2142    7.5459    9.5116    12.217    21.171         5.4397             0.88524              10.172             0.87059               1.7361               0.31518                6.9515                  1                   1.4843               0.91447          0.00029575    0.0026416    0.018662    0.036768     0.054822     0.079136      0.13634      0.17824      0.29384      0.42852      0.54838      0.62234      0.68862       0.7673      0.86672      0.96495       0.99518  
    cl_mt_pol_k_p1v9      0.57143    4.4082    2.5109    'cl_mt_pol_k'       'fl_w'             3               9           0.025       0.56959      0     22.405     3.8208e-31      0        1       3.8208e-31     2.0426e-09    0.79785      1.372     1.717    2.0901    2.5117    2.6633    2.7141     2.955    3.4321    5.0235    5.6989    6.0125    6.2055    7.2714    9.4982    11.989    21.143         4.3049             0.89535              8.8608             0.86854               1.1739               0.24316                6.3045                  1                   1.3823               0.90811          0.00020052    0.0027353    0.016761    0.040773     0.071788     0.096151      0.12702      0.19837      0.31679      0.44043      0.56926      0.63054      0.69548      0.77384      0.86481      0.96478       0.99527  
    cl_mt_pol_k_p1v10     0.64286    4.2547    2.4488    'cl_mt_pol_k'       'fl_w'             3              10           0.025       0.57555      0     22.374    -1.4232e-31      0        1      -1.4232e-31     2.4397e-34    0.84793     1.4121    1.7706    2.2575    2.5673    2.6558    2.7296    2.7507    3.2581    4.5062    5.3328    5.9124    6.1748    6.8293     9.443     11.94    21.247         3.8244             0.89916              8.3242             0.86648               1.0241               0.22412                5.9968                  1                   1.3033               0.89084          0.00019183    0.0033259    0.020017    0.048638     0.075177      0.12191      0.18487      0.19826      0.30523      0.43934      0.56191      0.63217      0.69408      0.77024      0.86643      0.96367       0.99509  
    cl_mt_pol_k_p1v11     0.71429    4.2948    2.3689    'cl_mt_pol_k'       'fl_w'             3              11           0.025       0.55157      0     22.368     1.1201e-32      0        1       1.1201e-32    -9.7298e-35    0.82884     1.4146    2.1218    2.5197    2.5197    2.6957     3.017    3.0943     3.368    4.5468    5.2364     5.894    6.1666    6.4834     9.304    11.988    21.218         3.3479             0.90488              7.7362             0.86742               0.8441               0.19965                5.6118                  1                   1.2803               0.87314          0.00017511    0.0031298      0.0189    0.092222     0.092222      0.10564       0.1473       0.2769      0.33019      0.45678      0.56765      0.62941        0.703      0.77456      0.86801      0.96479       0.99549  
    cl_mt_pol_k_p1v12     0.78571    5.0685    2.3815    'cl_mt_pol_k'       'fl_w'             3              12           0.025       0.46987      0      22.32    -1.9234e-32      0        1      -1.9234e-32     3.7397e-09    0.75397     1.5634    2.1621    2.7052    3.0602    3.1933    3.2617    4.0803    4.9895    5.8793    5.9874    6.2092    6.7372    7.7261    9.5038    11.975    21.111         3.0731             0.91451              7.5479             0.85567              0.60593               0.14124                5.6717                  1                   1.2703               0.85425          0.00017895    0.0026622    0.027043    0.042065     0.075012      0.10619      0.13462      0.20941      0.35538      0.49236      0.61422      0.66747      0.73178       0.8335      0.88054      0.96797       0.99594  
    cl_mt_pol_k_p1v13     0.85714    5.0828    2.3695    'cl_mt_pol_k'       'fl_w'             3              13           0.025       0.46618      0     22.412     5.2692e-33      0        1       5.2692e-33     7.5585e-09    0.79725     1.5613     1.816    2.6471    3.0451    3.1558    3.2776    4.2517    4.8706    5.7801    5.9794    6.1787    6.4666    7.4241    9.5965    12.058    21.083          2.906             0.91563              7.4371             0.85811              0.57144               0.13743                5.6144                  1                   1.2513               0.85203          0.00021317    0.0029671    0.019522     0.03941      0.06693     0.098148      0.12871       0.2117      0.33534      0.50392      0.61975       0.6716      0.73304      0.83971      0.88043      0.96836       0.99578  
    cl_mt_pol_k_p1v14     0.92857     4.902    2.3831    'cl_mt_pol_k'       'fl_w'             3              14           0.025       0.48615      0     22.415     1.0312e-33      0        1       1.0312e-33     4.6403e-34    0.81832      1.327    1.6995    2.5877    2.8531    3.1767    3.3175    3.9478    4.7772    5.6183     6.071    6.1706    6.4691    6.7403    9.7314    11.943     21.21         2.8619             0.91326              7.6107             0.86566              0.68855               0.16625                5.6793                  1                   1.2428               0.84633          0.00022653     0.002782    0.014199    0.035121     0.063899     0.098943      0.13831      0.20368      0.32652      0.49087      0.65546      0.68298      0.73193      0.81412      0.87684      0.96885       0.99569  
    cl_mt_pol_k_p1v15           1    4.7024    2.4998    'cl_mt_pol_k'       'fl_w'             3              15           0.025       0.53161      0      22.53    -3.4703e-35      0        1      -3.4703e-35    -1.7294e-34    0.83937     1.2973     1.491    2.1205    2.7059    2.8715    3.0704    3.5121    4.3294    5.3896    5.5663    6.1007    6.1533    6.3615    10.735    12.027    21.205         2.9951              0.9045              8.4711             0.86692              0.92995               0.20214                6.2492                  1                    1.292                0.8403          0.00025765    0.0022375    0.014454    0.034685     0.062048     0.095946      0.12619       0.1922      0.32637      0.47947      0.58914      0.65001      0.72292      0.78536       0.8728      0.96614       0.99542  

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

    cl_mt_coh_p1v1            0    7.4556    4.6293     'cl_mt_coh'        'fl_w'             3               1           0.025       0.62092            0    56.634    1.4587e-17              0          1     1.4587e-17     6.6939e-07      1.5143       1.8171     2.7257    3.0286    3.6343    3.9371    3.9371    4.8457      6.36    7.8743    9.3885    10.297    11.206    13.326    16.354    23.926    33.617         13.315             0.85918              21.431                1                  7.5821               0.69982                11.268               0.84376                2.5804               0.94752           0.00060638       0.002634     0.027337    0.038863     0.069183      0.11536      0.11536      0.17875      0.28305       0.4385      0.54725      0.61512      0.67566      0.76364      0.86095       0.9632       0.99503  
    cl_mt_coh_p1v2     0.071429    7.2908    4.7222     'cl_mt_coh'        'fl_w'             3               2           0.025        0.6477     -0.75188    56.705    5.1922e-35    -8.3284e-19          1    -8.3284e-19     5.9898e-07     0.76814       1.3762     1.9842    2.5922    3.2002    3.5042    3.8082    4.7202    6.2402    8.3683    9.2803    10.192    11.408    13.232    16.272    23.872    33.297         13.385             0.86685              22.299                1                  7.7836                0.7111                11.826               0.85586                2.6902               0.95291           0.00055569      0.0023929      0.01544    0.031129     0.068351     0.083529     0.098574      0.16231      0.29812      0.46777      0.54164      0.61363      0.67221      0.75569      0.85804      0.96409       0.99538  
    cl_mt_coh_p1v3      0.14286    7.0563    4.6621     'cl_mt_coh'        'fl_w'             3               3           0.025        0.6607      -1.5038    56.776    0.00011295     5.5065e-07    0.99989    -1.0492e-18     2.2339e-07     0.31748       1.2281     2.1387    2.4423    2.7458    3.0493    3.6564    4.5671    5.7812     7.906    9.1202    10.031    11.245    13.066    15.798    23.083    32.796         12.185             0.87514              21.735                1                  7.4567               0.71031                11.634               0.86086                2.6441                0.9545           5.9056e-05      0.0020687     0.013221    0.035034     0.061818     0.068491     0.096422      0.15896      0.27218      0.44922       0.5377      0.59545      0.67117      0.75951       0.8557      0.96125       0.99511  
    cl_mt_coh_p1v4      0.21429    7.2114    4.5088     'cl_mt_coh'        'fl_w'             3               4           0.025       0.62523      -2.2556    56.848    0.00045745       0.001157    0.99839    -2.0881e-31     1.0677e-07    -0.13396       1.3815     2.2908    3.2001    3.2001    3.5032    3.8063    4.7156    6.2311    7.7465    8.9589    10.171    11.081    12.899    15.627    23.204      32.6         10.597             0.87844              20.329                1                  6.8668               0.69778                10.917               0.85696                2.5457               0.94893          -5.7549e-05      0.0021096     0.012935    0.057469     0.057469     0.091683      0.10378      0.16342      0.28183      0.44273      0.54141      0.61438      0.68055      0.76682      0.85884      0.96411       0.99542  
    cl_mt_coh_p1v5      0.28571    7.1662    4.4679     'cl_mt_coh'        'fl_w'             3               5           0.025       0.62347      -3.0075     56.92     0.0002312      0.0019357    0.99783     1.9311e-32     2.6947e-08    -0.57392      0.94708     2.4681    2.7723    3.0765    3.3807    4.2933    4.9017    6.1185    7.6395    9.1605    10.073    10.986    12.507    15.549    22.849     32.28         9.8949             0.88345              19.962                1                  6.7001               0.69992                10.687               0.86066                2.5755               0.95513          -0.00010557     0.00099958     0.024175    0.046619     0.062916     0.073143       0.1119      0.19169      0.28717      0.43607      0.55538      0.62175      0.67897      0.76326      0.85921      0.96218       0.99533  
    cl_mt_coh_p1v6      0.35714    6.9469    4.3792     'cl_mt_coh'        'fl_w'             3               6           0.025       0.63039      -3.7594    56.991    0.00077455      0.0050451    0.99418     5.0018e-31     2.7356e-08     -1.0256      0.49315     2.0119    2.6194    3.2269    3.8344    4.1382    4.4419    5.9607    7.4795    8.6945    9.6058    10.821     12.34    15.073    22.667     31.78         9.1882              0.8822              19.178                1                  6.2025               0.69065                10.439                0.8676                2.5362               0.95877          -0.00022794    -0.00016933     0.011145    0.031672      0.05302     0.086492      0.11342      0.17026      0.29006       0.4394      0.54074      0.60622      0.68793      0.76952      0.85791      0.96363       0.99513  
    cl_mt_coh_p1v7      0.42857     6.516    4.4313     'cl_mt_coh'        'fl_w'             3               7           0.025       0.68007      -4.5113    57.062    0.00057432      0.0063277     0.9931    -3.9514e-34     7.9667e-09     -1.4781      0.34181     1.5551    2.1617    2.7684     3.375    3.6783    3.9816    5.4982    7.0148    8.5314    9.4413    10.351    11.868    14.901    22.181    31.584         9.2444             0.88419              19.637                1                  6.5612               0.71692                10.474               0.87161                2.6014               0.96106          -0.00028754    -0.00062413     0.012678    0.024986     0.043576     0.076203      0.12733      0.14955      0.26168      0.41456      0.53963      0.60785      0.67091      0.75381      0.85147      0.96032       0.99505  
    cl_mt_coh_p1v8          0.5    6.0675    4.4315     'cl_mt_coh'        'fl_w'             3               8           0.025       0.73037      -5.2632    57.133     0.0010463       0.013391    0.98556    -6.5865e-32     1.2538e-09     -1.9151    -0.088853    0.82426    1.7374    2.3461    2.6505    2.9549    3.5636    5.3898    6.6073    7.8248    8.7379    9.9554    11.477    14.521    21.521    30.957         9.1558             0.88649              19.638                1                  6.8519               0.74008                10.172               0.87059                2.6143               0.95827          -0.00046573     -0.0016104     0.002967    0.015838     0.035838     0.051157     0.088585      0.12796      0.26142      0.39648      0.50467      0.58024      0.66088      0.74429      0.84779      0.95835       0.99461  
    cl_mt_coh_p1v9      0.57143    6.4568    4.0631     'cl_mt_coh'        'fl_w'             3               9           0.025       0.62928       -6.015    57.205     0.0013844      0.0079825    0.99063     3.8208e-31     7.4398e-11     -1.4559     0.063795     2.1914    3.1032    3.4072    3.7111     4.015     4.319    5.2308    6.7505    7.9663    8.5742    9.7899     11.31    14.349     21.34    30.762         6.8504             0.88048              16.509                1                  5.3844               0.68924                8.8608               0.86854                2.2636               0.91895          -0.00039077    -0.00083809    0.0087325    0.038126      0.06354      0.10751       0.1587      0.19745      0.30244      0.44389      0.56021      0.60444       0.6805      0.76289      0.85544      0.96107       0.99485  
    cl_mt_coh_p1v10     0.64286     6.268    3.9231     'cl_mt_coh'        'fl_w'             3              10           0.025       0.62589      -6.7669    57.277    0.00064431      0.0045786    0.99478    -1.4232e-31     1.0105e-33    -0.99994       0.8212     2.6424    3.2494    3.5529    3.8565    3.8565      4.16     4.767    6.2847    7.4988    8.4093    9.6234    11.141    14.176    21.157    30.567         5.9762             0.87706               15.39                1                  4.9562               0.67701                8.3242               0.86648                2.1101               0.90031           -0.0003874    -0.00011323     0.019593    0.049446     0.079225      0.12853      0.12853      0.19125       0.2991      0.44537      0.55662      0.61582      0.69315      0.76089      0.86268      0.96047       0.99501  
    cl_mt_coh_p1v11     0.71429    6.5079    3.7649     'cl_mt_coh'        'fl_w'             3              11           0.025        0.5785      -7.5188    57.349    0.00018911      0.0017886    0.99802     1.1201e-32    -1.7415e-34     -0.8502       1.5747     3.3935    3.9997    3.9997    3.9997    4.3028    4.6059    5.2122    6.4246    7.6371    8.2434    9.4558    10.971    14.003    21.581    30.371         5.1451             0.87502              14.174                1                  4.4018               0.65512                7.7362               0.86742                2.0361                0.8737          -0.00026768      0.0016338     0.022906     0.11103      0.11103      0.11103      0.15498      0.24199      0.34451      0.48524      0.57801      0.62131      0.70089      0.76404      0.86159      0.96218        0.9949  
    cl_mt_coh_p1v12     0.78571    7.9548     3.704     'cl_mt_coh'        'fl_w'             3              12           0.025       0.46563      -8.2707     57.42    0.00021205     0.00055981    0.99923    -1.9234e-32     2.0657e-34     0.24476       2.6777     3.5901    4.1984    4.8066    5.4148     5.719    6.3272    7.2396    8.4561    9.6726    9.6726    10.889    11.497    15.147    21.837    30.961         4.6398             0.88776              13.719                1                   4.181               0.62663                7.5479               0.85567                1.9904               0.86058          -7.5406e-05      0.0034935     0.027383    0.048395     0.077256      0.12071      0.15063       0.2503      0.37482      0.49202      0.67123      0.67123      0.78578      0.80229      0.88222      0.96778       0.99586  
    cl_mt_coh_p1v13     0.85714    7.9506    3.6577     'cl_mt_coh'        'fl_w'             3              13           0.025       0.46005      -9.0226    57.491    3.9412e-05     0.00048742    0.99947     5.2692e-33    -1.5613e-33     0.39258       2.5186     3.4297    4.0372    4.9483    5.5557    5.8594    6.4669     7.378    8.5929    9.2003    9.8077    10.415    11.326    14.971    21.956    30.764         4.3501             0.88789              13.379                1                  3.9786               0.61984                7.4371               0.85811                1.9631               0.86592          -5.1504e-05      0.0031353     0.024027    0.041864     0.082466      0.12589      0.15547      0.26799      0.36514      0.51438      0.63265      0.68198      0.77346      0.79806      0.87925      0.96938       0.99604  
    cl_mt_coh_p1v14     0.92857    7.6086    3.6892     'cl_mt_coh'        'fl_w'             3              14           0.025       0.48486      -9.7744    57.562    0.00012943      0.0007207    0.99915     1.0312e-33         -4e-34     0.23497       2.0549     2.9648    3.8748    4.4814     5.088    5.3913    6.3013    6.9079    8.1212    8.7278    9.3344    9.6377    11.458    15.097     21.77    30.566         4.3058             0.88758               13.61                1                  4.0428               0.63057                7.6107               0.86566                1.9564               0.86066          -8.4561e-05      0.0023281     0.020099    0.044826     0.070482       0.1084      0.13367      0.27731      0.34472      0.49365      0.61572      0.66268      0.73657      0.79669      0.88157      0.96692       0.99594  
    cl_mt_coh_p1v15           1    7.4146    3.9089     'cl_mt_coh'        'fl_w'             3              15           0.025       0.52718      -10.526    57.633    0.00030205      0.0011037    0.99859    -3.4703e-35     4.7782e-35    -0.22672       1.5909     2.4996    3.4084    4.3172    4.9231     5.226    5.8319    6.7407    7.9524    8.5582    9.1641    9.7699    12.193    15.223    21.584    30.369         4.6211             0.89248              15.279                1                  4.7273               0.65716                8.4711               0.86692                2.0809               0.86554          -0.00014072      0.0017558     0.015646    0.035245     0.070088      0.10813       0.1339      0.25692      0.33992      0.48438      0.58906      0.68323      0.70849      0.78182      0.87116      0.96654       0.99555  

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

    cl_mt_val_p2v1             0    7.3555    2.2881     'cl_mt_val'      'fl_r_save'          4               1         0.44365     0.31107     -9999    15.852      0       0.0017628    0.99824     2.3441e-31     2.7357e-33     -0.96439    1.9966    3.4554    4.3204    5.0636    5.4945    6.0572    6.4612    7.4617    8.2741    9.0205    9.3553    9.8064    10.281    10.873    12.327    13.445         5.2352                1                 7.9967             0.89359              0.87579               0.36469                5.8247                0.8937                1.2962               0.91021          -0.00028626     0.0013844    0.022926    0.043852     0.083721      0.11611      0.15377      0.24982      0.37757      0.53665      0.66353      0.71751       0.7839      0.84923      0.92438      0.98254       0.99835  
    cl_mt_val_p2v2     0.0042857    7.3485    2.2916     'cl_mt_val'      'fl_r_save'          4               2         0.44365     0.31184     -9999    15.924      0       0.0017638    0.99824     4.6774e-33    -7.9617e-35     -0.97122    1.9911    3.4497    4.3146    5.0582    5.4888    6.0517    6.4554    7.4561    8.2684    9.0159    9.3516    9.8018    10.277     10.87    12.373    13.472         5.2513                1                 8.0738              0.8911              0.97695               0.36978                5.8021               0.89353                1.2947                0.9119          -0.00028764     0.0013774    0.022916     0.04385     0.083744      0.11616      0.15391      0.25021       0.3776      0.54172      0.65809      0.71668      0.78455      0.84863      0.92519      0.98287       0.99818  
    cl_mt_val_p2v3     0.0085714     7.359    2.3121     'cl_mt_val'      'fl_r_save'          4               3         0.44365     0.31419     -9999    16.027      0       0.0018929    0.99811     5.1288e-32     1.3437e-33     -0.95806    1.7311    3.4644    4.3294     4.895    5.5037    6.0666    6.4701    7.4709    8.2833    9.0312    9.3688    9.8179    10.366    10.889    12.435    13.663          5.346                1                  8.265             0.88966               1.1367               0.38343                5.8185               0.89307                1.3098               0.91427          -0.00030612    0.00085243     0.02333    0.043587     0.074283      0.11687      0.15414      0.24944      0.37672      0.54073      0.65641      0.71502      0.78024      0.85684      0.92344      0.98271       0.99809  
    cl_mt_val_p2v4      0.012857    7.3847    2.3137     'cl_mt_val'      'fl_r_save'          4               4         0.44365     0.31331     -9999    16.132      0       0.0017358    0.99826     -2.032e-32    -9.7331e-34     -0.97978    1.9762    3.4376    4.3091    5.0464    5.4785    6.0421    6.4471    7.5519     8.327    9.0175    9.4347    9.8796    10.354    10.881    12.461    13.752         5.3532                1                 8.4004             0.88857                1.291               0.39071                5.7975                0.8962                1.3119               0.91762          -0.00028321     0.0013301    0.022345     0.04363     0.081985       0.1137      0.15085      0.24538      0.37501      0.54374      0.66295       0.7154      0.78023       0.8504      0.92063      0.98251       0.99811  
    cl_mt_val_p2v5      0.017143    7.4069     2.324     'cl_mt_val'      'fl_r_save'          4               5         0.44365     0.31376     -9999     16.26      0       0.0017275    0.99827    -3.5962e-34     5.2816e-37     -0.97357    1.9846    3.4454    4.3169    5.0548    5.4867     6.051     6.455    7.5988    8.3357    9.0278    9.4455    9.8991    10.366    10.957    12.562    13.931         5.4011                1                 8.6033             0.88624               1.5327               0.40767                5.7562               0.89661                1.3143               0.92081          -0.00028013     0.0013313    0.022233    0.043424     0.081494      0.11311      0.15186      0.24425       0.3836      0.54188      0.65982      0.71494      0.78825       0.8485      0.91945      0.98244       0.99813  
    cl_mt_val_p2v6      0.021429    7.4304    2.3367     'cl_mt_val'      'fl_r_save'          4               6         0.44365     0.31448     -9999    16.403      0       0.0017114    0.99829    -1.0324e-32    -7.2549e-34     -0.97352    1.9873    3.4474    4.3189    5.0573    5.4889    6.0541    6.4569    7.6012    8.3389    9.0334    9.4575    9.9046    10.446    11.029    12.668    14.101         5.4601                1                 8.8525             0.88478               1.8142               0.42583                5.7155               0.89614                1.3228               0.92397          -0.00027646     0.0013163    0.021962    0.042798     0.080641      0.11224      0.15084      0.24224      0.38399      0.53874      0.65639      0.71557      0.78324      0.85513      0.92073      0.98344       0.99815  
    cl_mt_val_p2v7      0.025714     7.489    2.3745     'cl_mt_val'      'fl_r_save'          4               7         0.44365     0.31707     -9999    16.582      0       0.0017545    0.99825    -2.4774e-32      1.327e-08     -0.95462     1.862    3.4694    4.3479    5.0798    5.5113    6.0774    6.4792    7.6243    8.4011     9.151    9.5712    10.016    10.477    11.185     12.76    14.236         5.6383                1                 9.3662             0.88455               2.3034               0.46017                5.7124               0.89205                1.3504               0.92814          -0.00028757    0.00089211    0.021986    0.042483     0.080652      0.11123      0.15404      0.23562        0.377      0.53377      0.65251      0.71734      0.78066      0.84805      0.92012      0.98234       0.99809  
    cl_mt_val_p2v8          0.03    7.5577    2.3942     'cl_mt_val'      'fl_r_save'          4               8         0.44365     0.31679     -9999    16.766      0       0.0016342    0.99837     -9.961e-33     7.5842e-08     -0.85043    1.9868    3.4494    4.3554    5.0602     5.623    6.0612    6.4718    7.7478     8.464    9.2376    9.6622    10.097    10.552    11.316    12.919    14.418         5.7324                1                 9.8153             0.88591               2.7964               0.48857                5.6486                0.8874                1.3703               0.93132           -0.0002635     0.0012386    0.020659    0.043107     0.076419       0.1138      0.14866      0.23879      0.41669      0.54222      0.65378      0.71391       0.7801      0.84636      0.91926      0.98261       0.99813  
    cl_mt_val_p2v9      0.034286    7.6328    2.4236     'cl_mt_val'      'fl_r_save'          4               9         0.44365     0.31752     -9999    16.973      0       0.0015937    0.99841     6.9464e-32    -5.4108e-34     -0.83492    2.0055    3.4675    4.5975    5.0798    5.6411    6.2518    6.4907     7.768    8.4867    9.2888    9.7812    10.208    10.658    11.576    13.093    14.605         5.8736                1                 10.347             0.88613               3.4159               0.52157                5.5451               0.87844                1.3859               0.93486          -0.00025234     0.0012191    0.020094    0.048399     0.076264      0.11121      0.15212      0.23382      0.40864      0.53306       0.6522      0.71992      0.78194      0.84581      0.91861      0.98197       0.99803  
    cl_mt_val_p2v10     0.038571    7.7578    2.4832     'cl_mt_val'      'fl_r_save'          4              10         0.44365     0.32009     -9999    17.189      0       0.0015813    0.99842     2.6075e-32     1.1951e-06     -0.82945    2.0153     3.477    4.6072    5.1699    5.7216    6.2959    6.6828     7.781     8.716    9.5148    9.8944    10.315    10.845    11.846    13.368    15.031         6.1661                1                 11.339             0.88726               4.4338               0.56351                5.4695               0.86369                 1.436               0.93777          -0.00025363     0.0011429    0.019191    0.045392     0.076932      0.11284      0.15552      0.23798      0.39881      0.53897      0.65182      0.71302      0.77691      0.84732      0.91851      0.98189       0.99804  
    cl_mt_val_p2v11     0.042857    8.1162    2.5777     'cl_mt_val'      'fl_r_save'          4              11         0.44365      0.3176     -9999    17.434      0       0.0012824    0.99872    -4.0729e-32       2.32e-06     -0.43123    2.3552    3.4879    4.8462    5.4119    6.0881    6.4904    7.0352    8.0426    9.2104    9.9132    10.304    10.726    11.394    12.343    13.973    15.778         6.6444                1                 13.624             0.89327                6.648               0.63099                5.4507               0.82779                1.5257               0.94118          -0.00020519     0.0016034    0.017228    0.048838     0.075095      0.11619      0.17872      0.23152      0.37341       0.5345      0.65234      0.71279       0.7792      0.84559      0.91838      0.98197       0.99802  
    cl_mt_val_p2v12     0.047143      8.46    2.7167     'cl_mt_val'      'fl_r_save'          4              12         0.44365     0.32112     -9999    17.688      0       0.0010995     0.9989     1.1376e-32      5.489e-06    -0.035149     2.493    3.7897     4.929    5.6682    6.3147    6.5127    7.5263      8.43    9.6594    10.306    10.719    11.261    11.915    12.863    14.965     16.66         7.3803                1                 16.951             0.89339               9.9592               0.68697                5.3161                0.7797                 1.676               0.94464           -0.0001738     0.0020677    0.017657    0.044115     0.076933      0.11363      0.15676      0.24241      0.38053       0.5333      0.65245      0.71408      0.77721      0.84494      0.91676       0.9814       0.99802  
    cl_mt_val_p2v13     0.051429    9.2238    3.0636     'cl_mt_val'      'fl_r_save'          4              13         0.44365     0.33214     -9999    17.932      0      0.00086645    0.99913    -3.5233e-32     3.2449e-05     0.069954    2.7012    4.3495     5.321    6.2896    6.5143    7.0614    7.9173    9.2049    10.263    11.142    11.727    12.375    13.375    14.738    16.339    17.379         9.3857                1                 26.888             0.90654                19.65               0.78081                5.0784               0.67069                2.1595               0.95011          -0.00011623     0.0018811    0.018895    0.044361     0.077223      0.11315      0.14734      0.23095      0.36912       0.5271      0.64461      0.70591      0.77023      0.84317      0.91504      0.98181       0.99811  
    cl_mt_val_p2v14     0.055714    11.091    3.6608     'cl_mt_val'      'fl_r_save'          4              14         0.44365     0.33008     -9999    18.167      0      0.00051997    0.99948     2.9905e-32    -3.4528e-34      0.63243    3.1877    5.1222    6.3547    7.0903    7.8514    8.2944    9.5179    10.869    12.926    14.455    14.954    15.404    15.928    16.565    17.511    18.073         13.401                1                 49.442             0.94395               41.836               0.88767                4.3158                0.4869                3.2904               0.94736          -4.3566e-05     0.0021306    0.018745    0.043103     0.075194       0.1192      0.14308      0.22526      0.36419      0.52089       0.6458      0.71203       0.7815      0.85063       0.9237      0.98427       0.99872  
    cl_mt_val_p2v15         0.06    15.276    2.3523     'cl_mt_val'      'fl_r_save'          4              15         0.44365     0.15399     -9999    18.417      0       4.655e-05    0.99995     5.1248e-32    -3.1051e-34       3.2174    6.2077     9.765    12.821    14.033    14.378    14.702    15.258    15.832    16.318    16.695    16.886    17.106    17.342    17.689    18.018      18.4         5.5335                1                   25.7             0.95963               22.018               0.91554                 1.874               0.33312                1.8086               0.86381           0.00020921     0.0030666    0.024981    0.061586      0.10706      0.15556      0.20057       0.2991      0.45397      0.61018      0.72108      0.77314      0.83004      0.88467       0.9436      0.98803       0.99904  

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

    cl_mt_pol_c_p2v1             0    1.7936    0.62241    'cl_mt_pol_c'     'fl_r_save'          4               1         0.44365     0.34701     0.02    7.6734      0        0        1       2.3441e-31    -2.4314e-33    0.68377    0.86104     1.013    1.1143    1.2156    1.3169    1.3675    1.4182    1.6714    1.9247    2.1273    2.2286    2.3805    2.6338    2.9883    3.7987    4.6598         1.2962             0.91021              2.3988             0.98537               0.2931               0.44867                1.7183               0.96915                0.3874                  1             0.00036631    0.0057226    0.034771    0.059507     0.098472      0.14625      0.21421       0.2439      0.37407      0.54594      0.64801      0.69249      0.75795      0.83229      0.91361       0.9778       0.99732  
    cl_mt_pol_c_p2v2     0.0042857    1.7914    0.61959    'cl_mt_pol_c'     'fl_r_save'          4               2         0.44365     0.34587     0.02    7.6776      0        0        1       4.6774e-33    -3.0973e-34    0.68414    0.86151    1.0135    1.1149    1.2162    1.3176    1.3683     1.419    1.6723     1.875    2.0778    2.2298    2.3818    2.6352    2.9899    3.7501    4.6116         1.2947              0.9119              2.4063             0.98227              0.32854               0.45993                1.6939               0.96481               0.38389                  1             0.00036497    0.0056418    0.034864    0.059671     0.098802       0.1467      0.21506      0.24487      0.37549      0.52009      0.63331      0.69324      0.75881      0.83279       0.9137      0.97692       0.99743  
    cl_mt_pol_c_p2v3     0.0085714    1.7911     0.6196    'cl_mt_pol_c'     'fl_r_save'          4               3         0.44365     0.34594     0.02    7.6833      0        0        1       5.1288e-32     -9.891e-34    0.68465    0.86215    1.0143    1.1157    1.2172    1.3186    1.3693      1.42    1.6736    1.8764    2.0793    2.2315    2.3836    2.6372    2.9922    3.7529    4.5263         1.3098             0.91427              2.4375             0.97912              0.37926                0.4774                1.6744               0.95902               0.38391                  1             0.00039413    0.0058355    0.036122    0.060288     0.099521      0.14702      0.21476      0.24469      0.37475      0.51931      0.63264      0.69231      0.75771      0.83282      0.91303      0.97867       0.99735  
    cl_mt_pol_c_p2v4      0.012857    1.7961     0.6179    'cl_mt_pol_c'     'fl_r_save'          4               4         0.44365     0.34402     0.02    7.6907      0        0        1       -2.032e-32    -1.0638e-33    0.68193    0.85873    1.0103    1.1113    1.2123    1.3134    1.3639    1.4144    1.6669    1.9195    2.1216    2.2731    2.4247    2.6267    2.9803    3.6875    4.4957         1.3119             0.91762              2.4623             0.97528              0.43599               0.49409                1.6445               0.95191                0.3818                  1             0.00035626    0.0056141    0.034382    0.058279     0.096497      0.14364      0.21094      0.23994       0.3688      0.53759      0.64071      0.70767      0.76386      0.82702       0.9126      0.97796       0.99744  
    cl_mt_pol_c_p2v5      0.017143    1.7975    0.61418    'cl_mt_pol_c'     'fl_r_save'          4               5         0.44365     0.34169     0.02    7.6994      0        0        1      -3.5962e-34     3.6568e-35    0.68271    0.85971    1.0114    1.1126    1.2137    1.3148    1.3654     1.416    1.7068    1.9217     2.124    2.2757    2.4274    2.6297    2.9837    3.6411    4.3997         1.3143             0.92081              2.4895              0.9704              0.51174               0.51503                1.6006               0.94338               0.37722                  1             0.00035766    0.0054975    0.034233    0.058046     0.096362      0.14344      0.21063      0.23956      0.36935      0.53716      0.63992      0.71043      0.76344      0.82904      0.91367      0.97814       0.99747  
    cl_mt_pol_c_p2v6      0.021429    1.8013    0.61267    'cl_mt_pol_c'     'fl_r_save'          4               6         0.44365     0.34012     0.02    7.7093      0        0        1      -1.0324e-32     -8.086e-34    0.68358    0.86081    1.0127     1.114    1.2153    1.3165    1.3672    1.4178    1.7216    1.9242    2.1267    2.2786    2.4305    2.6584    2.9875    3.6078    4.4433         1.3228             0.92397              2.5347             0.96622              0.59963               0.53678                1.5597               0.93272               0.37537                  1             0.00035402    0.0052362     0.03359    0.057418     0.095482      0.14261      0.20955       0.2382      0.39111      0.53551       0.6362      0.70933      0.76067       0.8292      0.91482       0.9779       0.99736  
    cl_mt_pol_c_p2v7      0.025714    1.8085    0.61273    'cl_mt_pol_c'     'fl_r_save'          4               7         0.44365     0.33881     0.02    7.7202      0        0        1      -2.4774e-32      1.327e-08    0.68455    0.86203    1.0141    1.1156     1.217    1.3184    1.3691    1.4705    1.7241    1.9269    2.1804    2.2818     2.472    2.6875    2.9917    3.6002    4.5256         1.3504             0.92814               2.625             0.96074              0.73232               0.56697                1.5173               0.91822               0.37543                  1             0.00037144    0.0052646    0.034224    0.057057      0.09471      0.14074      0.20617      0.25084      0.38666      0.52931      0.63302      0.70191      0.75872      0.84206      0.92177       0.9783       0.99737  
    cl_mt_pol_c_p2v8          0.03    1.8186    0.61455    'cl_mt_pol_c'     'fl_r_save'          4               8         0.44365     0.33793     0.02    7.7323      0        0        1       -9.961e-33    -2.5082e-34     0.6949    0.85915    1.0108    1.1371    1.2129     1.314    1.3645    1.4656    1.7183     1.971    2.1731    2.3247    2.4764    2.6785    2.9817    3.6008    4.5484         1.3703             0.93132              2.7192             0.95617               0.8674               0.59043                1.4741               0.90223               0.37767                  1             0.00039597     0.005223    0.032042    0.057273     0.091376        0.136      0.19989       0.2433      0.37746      0.52074       0.6396      0.71126      0.76713      0.83663      0.90869      0.97821       0.99731  
    cl_mt_pol_c_p2v9      0.034286    1.8255    0.61171    'cl_mt_pol_c'     'fl_r_save'          4               9         0.44365     0.33509     0.02    7.7452      0        0        1       6.9464e-32    -8.9879e-34    0.69605    0.86058    1.0124     1.139    1.2149    1.3162    1.3668     1.468    1.7212    1.9743    2.1768    2.3286    2.4805     2.683    2.9867    3.6448     4.594         1.3859             0.93486              2.8046             0.95163               1.0246               0.61981                1.4059               0.88238               0.37418                  1             0.00040774    0.0050831     0.03124    0.056297     0.089279      0.13339      0.19596      0.23988      0.37328      0.53579       0.6438      0.70807      0.76995      0.84038      0.92094      0.97851       0.99739  
    cl_mt_pol_c_p2v10     0.038571    1.8444    0.61666    'cl_mt_pol_c'     'fl_r_save'          4              10         0.44365     0.33434     0.02    7.7586      0        0        1       2.6075e-32    -1.3043e-33    0.69726    0.86207    1.0142    1.1663    1.2677    1.3185    1.3692    1.5213    1.7748    2.0284    2.2312    2.3326    2.4848    2.6876    2.9919    3.6891    4.6019          1.436             0.93777              2.9977             0.94453               1.2714               0.65067                 1.346               0.85591               0.38027                  1             0.00037056      0.00489    0.030301     0.06608      0.10301      0.12671      0.18571      0.25353      0.41836      0.54383      0.65207      0.70037      0.76515      0.84244       0.9232      0.97877       0.99746  
    cl_mt_pol_c_p2v11     0.042857    1.8991    0.62887    'cl_mt_pol_c'     'fl_r_save'          4              11         0.44365     0.33114     0.02    7.7732      0        0        1      -4.0729e-32       2.32e-06    0.69516    0.88475    1.0617    1.1628    1.2639     1.365     1.365    1.5673    1.7695    2.0728    2.2751    2.3888    2.5279    2.7301    3.0334    3.7918    4.6007         1.5257             0.94118              3.4817             0.93566               1.7921                0.6972                1.2941               0.80556               0.39548                  1             0.00035137    0.0042858    0.033723    0.055855     0.086985      0.15874      0.15874      0.24111      0.37071      0.54178      0.63883      0.70524      0.76398      0.84051      0.91182       0.9782       0.99744  
    cl_mt_pol_c_p2v12     0.047143    1.9525    0.65309    'cl_mt_pol_c'     'fl_r_save'          4              12         0.44365     0.33448     0.02     7.788      0        0        1       1.1376e-32     5.7128e-34    0.70915    0.91177    1.0637    1.2157     1.317    1.3676    1.4183    1.6716    1.8742    2.1275    2.3174    2.4314    2.5833    2.8113    3.1912    3.9257    4.6601          1.676             0.94464               4.236             0.92866               2.5943               0.74438                1.2151               0.74135               0.42653                  1              0.0003867    0.0056679    0.029755    0.063445     0.094748      0.13956      0.15751      0.26373      0.37492      0.54081      0.64424      0.69854      0.76482      0.83865      0.90907      0.97854       0.99744  
    cl_mt_pol_c_p2v13     0.051429    2.0989     0.7419    'cl_mt_pol_c'     'fl_r_save'          4              13         0.44365     0.35347     0.02    7.8038      0        0        1      -3.5233e-32     3.2449e-05    0.75765    0.90918    1.1112    1.2628    1.3638    1.4143    1.5532    1.7679    2.0078    2.2351    2.5002    2.6518    2.8791    3.1316    3.5104    4.2428    4.8995         2.1595             0.95011              6.6669             0.92819               4.9597               0.81381                1.1568               0.63089               0.55041                  1             0.00054562    0.0041649    0.028123    0.056455      0.10305      0.11895      0.15357      0.25515      0.37387      0.51583      0.63693      0.69419      0.75635       0.8286      0.90674      0.97875       0.99734  
    cl_mt_pol_c_p2v14     0.055714    2.5118    0.94877    'cl_mt_pol_c'     'fl_r_save'          4              14         0.44365     0.37773     0.02    7.8196      0        0        1       2.9905e-32    -3.4528e-34    0.77833    0.98695    1.2147    1.3665    1.5184    1.6702    1.7714    2.0119    2.3535    2.8343    3.1886    3.3657    3.5429    3.8212    4.1502    4.8082    7.5919         3.2904             0.94736              12.913              0.9512               10.952               0.89664                1.0601               0.46146               0.90017                  1             0.00028614    0.0037881    0.023729    0.053151      0.07686      0.11052      0.14944      0.22036      0.35194      0.50101      0.62369      0.69698      0.75577       0.8322      0.90748      0.97957       0.99759  
    cl_mt_pol_c_p2v15         0.06    3.5973    0.89006    'cl_mt_pol_c'     'fl_r_save'          4              15         0.44365     0.24743     0.02    7.8367      0        0        1       5.1248e-32     3.9391e-34    0.96373     1.3695    2.0162    2.6249    2.8532    2.9673    3.0941    3.3477    3.6267    3.8803    4.1085    4.2607    4.4129     4.565    4.7679    7.4943    7.7606         1.8086             0.86381              9.3714             0.92481                7.768               0.85368               0.81123               0.38112                0.7922                  1             0.00035576    0.0042361    0.023358    0.055098      0.09368      0.14017      0.18105      0.26512       0.4129      0.57561      0.68075      0.74425      0.80435      0.86166      0.92765      0.98347       0.99828  

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

    cl_mt_pol_k_p2v1             0    4.6664    2.8485    'cl_mt_pol_k'     'fl_r_save'          4               1         0.44365     0.61042      0     33.571     2.3441e-31      0        1       2.3441e-31     2.7357e-33    0.75974    0.88637    1.4562    1.6883    2.1437    2.6665    2.6997    3.1551    4.1322     5.065    6.0146       6.5    7.4392    8.4301    9.7923    14.625    19.447         5.8247              0.8937              10.668             0.95755              0.83587                0.27958                8.114                  1                   1.7183               0.96915          0.00024103    0.0018168    0.013912     0.03015     0.054166     0.079536      0.12475      0.16528      0.32743      0.42599      0.54255      0.61093      0.69103      0.77167      0.86791      0.96575       0.99493  
    cl_mt_pol_k_p2v2     0.0042857    4.6369    2.8336    'cl_mt_pol_k'     'fl_r_save'          4               2         0.44365     0.61111      0     31.095     4.6774e-33      0        1       4.6774e-33    -3.6991e-34    0.76015    0.88685     1.457    1.6892    2.1483    2.6605    2.6977    2.8598    4.1404    5.0585    5.9018    6.5035    7.4432    8.4409    9.7975    14.633    20.641         5.8021             0.89353              10.646             0.95023              0.92275                0.28245               8.0294                  1                   1.6939               0.96481          0.00024285    0.0018298    0.014364    0.030303     0.054548       0.0773      0.12652      0.16538      0.33062      0.43014      0.55109      0.61045      0.69186      0.76744       0.8667      0.96441       0.99477  
    cl_mt_pol_k_p2v3     0.0085714    4.6202    2.8178    'cl_mt_pol_k'     'fl_r_save'          4               3         0.44365     0.60989      0     28.844     5.1288e-32      0        1       5.1288e-32     1.6156e-34    0.76072    0.88751    1.4369    1.6905    2.1546    2.6625     2.695    2.8681    4.1206    5.0561    5.9053    6.5084    7.4487    8.0827    9.8049    14.644    22.631         5.8185             0.89307              10.649             0.94055               1.0343                0.28629               7.9399                  1                   1.6744               0.95902          0.00026076    0.0018378    0.013804    0.030359     0.054618     0.077538      0.12659      0.16575      0.28047         0.43      0.54172      0.61028      0.69177      0.77702      0.86598      0.96337       0.99456  
    cl_mt_pol_k_p2v4      0.012857    4.5998     2.796    'cl_mt_pol_k'     'fl_r_save'          4               4         0.44365     0.60784      0     26.785     -2.032e-32      0        1       -2.032e-32    -2.0254e-34    0.76331    0.88399    1.4523    1.6943    2.1207     2.652    2.7097    2.9361    3.9359    5.0674    5.8827    6.6299    7.2508    7.8927    9.7672    14.018    22.763         5.7975              0.8962               10.61              0.9287               1.1479                0.28747               7.8173                  1                   1.6445               0.95191          0.00024197    0.0018172    0.014186    0.030779     0.054413     0.078751      0.13414       0.1694      0.28039         0.43       0.5471      0.62709      0.68745      0.77174      0.86421      0.96532       0.99459  
    cl_mt_pol_k_p2v5      0.017143    4.5741    2.7624    'cl_mt_pol_k'     'fl_r_save'          4               5         0.44365     0.60393      0     24.986    -3.5962e-34      0        1      -3.5962e-34     4.5992e-35    0.76116    0.88499    1.4539    1.6962    2.1304     2.655    2.7055    2.9394    3.8286    5.0676    5.8894    6.6374    6.9324    7.9017    9.9456    13.275    23.452         5.7562             0.89661              10.531             0.91262                1.299                0.29066               7.6311                  1                   1.6006               0.94338           0.0002415    0.0018176    0.014272    0.030815     0.055647     0.079006      0.13032      0.17127      0.27926      0.42513      0.54908      0.63281      0.69464      0.77096      0.88151      0.96497       0.99492  
    cl_mt_pol_k_p2v6      0.021429    4.5448    2.7294    'cl_mt_pol_k'     'fl_r_save'          4               6         0.44365     0.60056      0     23.487    -1.0324e-32      0        1      -1.0324e-32    -1.0926e-33    0.75954    0.89667    1.4558    1.6984    2.1413    2.6584    2.7007    2.9432    3.8399    5.1338     5.897    6.3506    6.6067    7.9118    9.9584    12.672    22.131         5.7155             0.89614              10.442             0.89351               1.4328                0.28791               7.4499                  1                   1.5597               0.93272           0.0002402    0.0018525    0.014217    0.030851     0.055906     0.082413      0.13151      0.17164      0.28015      0.43099      0.54988      0.61838      0.69143      0.76965      0.87913      0.96401       0.99517  
    cl_mt_pol_k_p2v7      0.025714    4.5209    2.6969    'cl_mt_pol_k'     'fl_r_save'          4               7         0.44365     0.59654      0     22.096    -2.4774e-32      0        1      -2.4774e-32     3.0691e-07    0.76061    0.89795    1.4578    1.7008    2.1534    2.6621    2.6955    3.0424     3.951    5.0566    5.9053    6.1202    6.4446     7.923    9.9725    12.691    20.964         5.7124             0.89205              10.437             0.86788               1.6469                0.28968                7.273                  1                   1.5173               0.91822          0.00025513    0.0018431    0.016333    0.031116     0.055484     0.081114      0.12952      0.17401      0.29444       0.4297      0.55592      0.61967      0.68656      0.76649      0.87643      0.96411        0.9955  
    cl_mt_pol_k_p2v8          0.03    4.4946    2.6586    'cl_mt_pol_k'     'fl_r_save'          4               8         0.44365     0.59151      0     21.403     -9.961e-33      0        1       -9.961e-33     3.9183e-09     0.7624    0.93346    1.4613    1.6951    2.1248    2.6606    2.7079     2.948    3.9377    5.1739     5.661    5.7908    6.4857    8.0545    10.108    12.586    19.899         5.6486              0.8874              10.327             0.83944               1.7851                0.28087               7.0682                  1                   1.4741               0.90223          0.00023289    0.0018628    0.014236    0.031288     0.054383     0.082412      0.13112      0.17443      0.29066      0.44782       0.5591      0.62175      0.69192      0.76997      0.87166      0.96387       0.99616  
    cl_mt_pol_k_p2v9      0.034286    4.4327    2.6046    'cl_mt_pol_k'     'fl_r_save'          4               9         0.44365     0.58759      0     21.436     6.9464e-32      0        1       6.9464e-32     2.5828e-08    0.75933    0.94916    1.4617    1.6979     2.139    2.6577    2.7017    2.8092    3.9443    5.0622    5.3364    5.5677    6.4965    8.0679    9.9557    12.674    18.825         5.5451             0.87844              10.135             0.80767               1.9455                 0.2764                6.784                  1                   1.4059               0.88238          0.00022939    0.0018948    0.014511    0.032052     0.054222      0.08427      0.13197      0.17656      0.29103      0.44409      0.55864      0.61742      0.69074      0.76801      0.87525       0.9634       0.99614  
    cl_mt_pol_k_p2v10     0.038571    4.4067    2.5503    'cl_mt_pol_k'     'fl_r_save'          4              10         0.44365     0.57872      0     21.431     2.6075e-32      0        1       2.6075e-32      4.895e-09    0.76065     1.0036    1.4579    1.7714    2.3665    2.6482    2.6953    2.7732    4.0673    4.9572    5.1241    5.4354    6.5077    8.2403    9.5081    13.121    17.758         5.4695             0.86369              10.014             0.76298               2.1645                0.26786               6.5038                  1                    1.346               0.85591          0.00023592    0.0019533    0.016566    0.032225     0.060019     0.083288      0.14341      0.17517      0.33071      0.44378      0.55984      0.61754      0.68664      0.77793      0.87318      0.96386       0.99645  
    cl_mt_pol_k_p2v11     0.042857    4.4475    2.5545    'cl_mt_pol_k'     'fl_r_save'          4              11         0.44365     0.57436      0     21.367    -4.0729e-32      0        1      -4.0729e-32     3.1619e-08    0.76167     1.0051    1.4746    1.7945    2.3778    2.5068    2.6543    2.7665    4.0551    4.7503    5.0487    5.6689     6.924    8.7369    9.1572    14.532    17.072         5.4507             0.82779              10.425             0.68973               2.6059                0.24958               6.5254                  1                   1.2941               0.80556          0.00018453    0.0020312    0.020276    0.033726     0.057628     0.083646      0.11379      0.17681      0.30372      0.45546       0.5578      0.61918        0.687      0.77746      0.87953      0.96382        0.9965  
    cl_mt_pol_k_p2v12     0.047143    4.4326    2.5097    'cl_mt_pol_k'     'fl_r_save'          4              12         0.44365     0.56621      0     21.408     1.1376e-32      0        1       1.1376e-32     3.3807e-08    0.77805     1.1373    1.4774    1.9206    2.3269    2.4377    2.6593    2.7825    4.1867    4.6433    5.0232     5.822    7.5981    8.3895    8.7536    15.236    16.288         5.3161              0.7797              10.493             0.59863               2.9794                0.22246               6.2988                  1                   1.2151               0.74135          0.00018374    0.0020267    0.019217    0.037446     0.058216     0.085918      0.11877      0.17499       0.2976      0.45835      0.55669      0.61485      0.69478      0.78367      0.87839      0.96428        0.9965  
    cl_mt_pol_k_p2v13     0.051429    4.4269    2.4716    'cl_mt_pol_k'     'fl_r_save'          4              13         0.44365      0.5583      0     21.479    -3.5233e-32      0        1      -3.5233e-32     3.3255e-08    0.78922     1.1602    1.4732    2.0772     2.254    2.3571    2.6518    3.1734    4.1671    4.3754    5.0675    6.1559    7.8559    8.1321    8.3531    14.795    15.613         5.0784             0.67069              10.945             0.45741               3.6796                0.18124               6.1086                  1                   1.1568               0.63089          0.00021938    0.0021773    0.016513    0.035979     0.059808     0.085453      0.11453      0.17521      0.30761      0.45103      0.55544      0.61531      0.69492      0.78517      0.87994      0.96627       0.99659  
    cl_mt_pol_k_p2v14     0.055714    4.4616    2.4213    'cl_mt_pol_k'     'fl_r_save'          4              14         0.44365     0.54269      0     21.523     2.9905e-32      0        1       2.9905e-32     2.7679e-08    0.80137     1.1625    1.5658    1.9929      2.17    2.3804    2.7024     3.642    4.0596      4.34    5.0624    6.9381    7.5729    7.8386    8.1191     14.15    14.939         4.3158              0.4869              11.012             0.31787               4.0895                0.13119               5.8625                  1                   1.0601               0.46146          0.00023979     0.002286    0.015282    0.036124     0.058892     0.084517      0.12229      0.18149      0.32657      0.46305      0.55665      0.62261      0.70811      0.79564      0.88123      0.96758       0.99686  
    cl_mt_pol_k_p2v15         0.06    4.4189    2.3915    'cl_mt_pol_k'     'fl_r_save'          4              15         0.44365     0.54119      0     21.419     5.1248e-32      0        1       5.1248e-32     3.6309e-09     1.0229     1.3949    1.5809    1.7197    1.9412    2.4875     2.813    3.4407    3.9057    4.3009    6.2135    6.8053    7.2534    7.6718    8.1368    13.391    14.402          1.874             0.33312              7.2462             0.26614              0.71584               0.029279               5.7191                  1                  0.81123               0.38112          0.00021219     0.002794    0.017681    0.035203     0.055946     0.080353      0.11072      0.18798      0.31271      0.45058      0.55197      0.62695      0.70936      0.79622      0.88751      0.96936       0.99739  

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

    cl_mt_coh_p2v1             0    6.0606    3.9112     'cl_mt_coh'      'fl_r_save'          4               1         0.44365     0.64535     -4.67    56.717     0.0002268     0.0077388    0.99203     2.3441e-31    -5.2178e-34     -1.631    0.19239     1.408    2.0158    2.6236    3.2314    3.5353    3.8392    5.3586    6.5742    8.0937    8.7015    9.6132    11.133     13.26    19.034    27.239         7.9967             0.89359              15.297                1                  2.2306               0.54337                10.668               0.95755                2.3988               0.98537           -0.0003544    -0.00094844      0.01208    0.024684     0.044027      0.07903      0.13149      0.15667      0.27527      0.40986      0.55272      0.60379      0.68238       0.7748        0.874      0.96313       0.99495  
    cl_mt_coh_p2v2     0.0042857    6.0679    3.9538     'cl_mt_coh'      'fl_r_save'          4               2         0.44365     0.65159     -4.67     56.75    0.00022775     0.0077431    0.99203     4.6774e-33    -3.0973e-34    -1.6294    0.19501    1.4113    2.0194    2.6275    3.2356    3.5397    3.8438    5.3641    6.5803    7.7966    8.7087    9.6209    11.141     13.27    19.351    28.169         8.0738              0.8911              15.633                1                  2.5805               0.56609                10.646               0.95023                2.4063               0.98227          -0.00035393    -0.00094387     0.012116    0.024742     0.044119     0.079185      0.13176      0.15701      0.27576       0.4131      0.53298      0.60154      0.68004      0.77158      0.86967      0.96181       0.99491  
    cl_mt_coh_p2v3     0.0085714    6.0848    4.0179     'cl_mt_coh'      'fl_r_save'          4               3         0.44365     0.66032     -4.67    56.796    0.00024441     0.0083094    0.99145     5.1288e-32     -9.891e-34    -1.6271    0.19864    1.1115    1.7201     2.633    3.2415    3.5458    3.8501    5.3715    6.5887    7.8059    8.7187    9.6316    11.153    13.283    19.977    29.106          8.265             0.88966              16.144                1                  3.0575               0.59351                10.649               0.94055                2.4375               0.97912          -0.00037844     -0.0010043     0.005947    0.017695     0.043659     0.078291      0.13036      0.15548      0.27332      0.41033      0.52964       0.5977      0.67582      0.76732      0.86412      0.96195       0.99488  
    cl_mt_coh_p2v4      0.012857    6.1528     4.086     'cl_mt_coh'      'fl_r_save'          4               4         0.44365     0.66409     -4.67    56.856    0.00023302     0.0076274    0.99214     -2.032e-32    -1.0638e-33    -1.6392    0.17933    1.3917    1.9978     2.604    3.2101    3.5132    3.8163    5.3317    6.8471    8.0594    8.9687    9.8779    11.393    13.212    20.789    29.578         8.4004             0.88857              16.695                1                  3.6233               0.62094                 10.61                0.9287                2.4623               0.97528          -0.00034405    -0.00093885      0.01152    0.023567     0.042209     0.076012      0.12699      0.15107        0.266      0.42541      0.53681      0.61327       0.6803      0.77482       0.8571      0.96462       0.99491  
    cl_mt_coh_p2v5      0.017143    6.2089    4.1771     'cl_mt_coh'      'fl_r_save'          4               5         0.44365     0.67276     -4.67    56.925    0.00022267     0.0075874    0.99219    -3.5962e-34     6.8122e-35    -1.6357    0.18483    1.3985    2.0054    2.6122    3.2191    3.5225    3.8259    5.3431    6.8602    8.0739    8.9842    9.8944    11.412    13.839    20.818    30.224         8.6033             0.88624              17.448                1                  4.4279               0.65525                10.531               0.91262                2.4895                0.9704          -0.00033969    -0.00091832     0.011445     0.02341     0.041842     0.075297      0.12574      0.14968      0.26406      0.42164      0.53164      0.61153      0.67341      0.76709      0.85885      0.96138       0.99468  
    cl_mt_coh_p2v6      0.021429    6.2833    4.2818     'cl_mt_coh'      'fl_r_save'          4               6         0.44365     0.68146     -4.67    57.004     0.0002202     0.0075133    0.99227    -1.0324e-32    -1.5341e-33     -1.328    0.19105    1.4063    2.0139    2.6216    3.2292     3.533    3.8368    5.3559     6.875    8.0902    9.0017    10.217    11.432    14.167    21.458    30.876         8.8525             0.88478              18.334                1                  5.3568               0.68616                10.442               0.89351                2.5347               0.96622           -0.0004294    -0.00089003     0.011288     0.02304      0.04117     0.074141      0.12404       0.1478      0.26085      0.41616      0.52405      0.60445      0.68565      0.75779      0.85647      0.95921       0.99467  
    cl_mt_coh_p2v7      0.025714    6.4184    4.4593     'cl_mt_coh'      'fl_r_save'          4               7         0.44365     0.69477     -4.67    57.092    0.00023402     0.0079563    0.99181    -2.4774e-32      1.327e-08    -1.6275    0.19794    1.1107    2.0234    2.6319    3.2404    3.5446    3.8489    5.6744    6.8913    8.4126     9.021    10.238    11.759    14.802    22.104    31.535         9.3662             0.88455              19.885                1                  6.8229               0.72582                10.437               0.86788                 2.625               0.96074          -0.00034357    -0.00091263    0.0053904    0.022184      0.03958     0.071241      0.11931      0.14244      0.27484      0.40217      0.53947      0.58659      0.66727      0.74908      0.84924      0.95969       0.99504  
    cl_mt_coh_p2v8          0.03    6.5888    4.6275     'cl_mt_coh'      'fl_r_save'          4               8         0.44365     0.70232     -4.67    57.188    0.00021938     0.0071809     0.9926     -9.961e-33     7.5842e-08    -1.3345    0.18166    1.3946     2.001    2.6075    3.2139    3.5172    4.1236    5.6398    7.1559     8.672    9.5817    10.795    12.311    15.646    23.227    32.021         9.8153             0.88591              21.414                1                  8.3672               0.75637                10.327               0.83944                2.7192               0.95617          -0.00039153     -0.0008224     0.010181    0.020831     0.037377     0.067558      0.11336      0.14905      0.26141      0.40697      0.53486      0.59785      0.66982      0.74538      0.85013      0.96145       0.99467  
    cl_mt_coh_p2v9      0.034286    6.7541     4.818     'cl_mt_coh'      'fl_r_save'          4               9         0.44365     0.71334     -4.67    57.291    0.00020519     0.0069994     0.9928     6.9464e-32    -8.9879e-34    -1.3289    0.49347    1.4047    2.0121    2.6196    3.2271    3.5308    4.1383    5.6569    7.1756    8.6943    9.6055    11.124    12.947    16.591    23.577    32.993         10.347             0.88613              23.213                1                  10.273               0.78901                10.135               0.80767                2.8046               0.95163          -0.00037218    -0.00037343    0.0098084    0.020079     0.035955      0.06496      0.10888      0.14481      0.25289      0.39374      0.51731      0.58304      0.67029      0.74673      0.84885      0.95971       0.99451  
    cl_mt_coh_p2v10     0.038571    7.0867    5.1467     'cl_mt_coh'      'fl_r_save'          4              10         0.44365     0.72624     -4.67    57.399    0.00021092      0.007171    0.99262     2.6075e-32     1.1951e-06    -1.3231    0.19815    1.4152    2.0237    2.9365    3.2407     3.545    4.4578    5.9791    7.5004    9.0216    10.239     11.76    13.586    17.541    24.843    37.318         11.339             0.88726              26.488                1                  13.476               0.82636                10.014               0.76298                2.9977               0.94453          -0.00036257    -0.00074473    0.0090576    0.018165     0.043241     0.058704     0.098815      0.15081      0.27886      0.38623      0.50756      0.58053      0.66257      0.74199      0.85074      0.96063       0.99396  
    cl_mt_coh_p2v11     0.042857    8.0434    5.9171     'cl_mt_coh'      'fl_r_save'          4              11         0.44365     0.73564     -4.67    57.515    0.00016531     0.0056327     0.9942    -4.0729e-32       2.32e-06    -1.3332    0.48686    1.3969    2.3069    3.2169    3.5203    3.5203    4.7337    6.2504    8.6771    11.104    12.014    13.834    15.957    19.294    27.788    43.865         13.624             0.89327              35.012                1                  21.105               0.87262                10.425               0.68973                3.4817               0.93566          -0.00025198     -0.0002611    0.0067217    0.018759     0.045532     0.076956     0.076956      0.13052      0.23554      0.38927      0.50951      0.57755      0.66207      0.74788      0.85474      0.95657       0.99402  
    cl_mt_coh_p2v12     0.047143    9.0326    6.9843     'cl_mt_coh'      'fl_r_save'          4              12         0.44365     0.77323     -4.67    57.634    0.00014613     0.0049861    0.99487     1.1376e-32      5.489e-06    -1.0229     0.4967    1.4085    2.6242     3.232    3.5359    3.8398    5.3594     7.183    9.9183    12.046    13.565    15.085    17.516    21.467    36.663    49.732         16.951             0.89339               48.78                1                  34.051                0.9136                10.493               0.59863                 4.236               0.92866          -0.00026842    -0.00019604     0.005391    0.020107     0.036919     0.062368     0.073677      0.13351      0.23382      0.36774      0.50156      0.56565       0.6422      0.73702      0.84085      0.95484       0.99433  
    cl_mt_coh_p2v13     0.051429    11.613    9.6815     'cl_mt_coh'      'fl_r_save'          4              13         0.44365     0.83367     -4.67     57.76    0.00012088     0.0039432    0.99594    -3.5233e-32     3.2449e-05    -1.0333    0.78511    1.6943    2.9065    3.5127    3.8157    4.7249    6.2402    8.9677    11.998    14.726    16.544    18.666    23.515    34.122    45.335    54.124         26.888             0.90654              93.731                1                  76.119               0.95712                10.945               0.45741                6.6669               0.92819          -0.00016038     0.00025696    0.0048298    0.016419     0.038158     0.045115     0.064298      0.11769       0.2144      0.35065       0.4672      0.53978      0.60755      0.69781      0.82532      0.95769       0.99586  
    cl_mt_coh_p2v14     0.055714    18.977    14.308     'cl_mt_coh'      'fl_r_save'          4              14         0.44365     0.75395     -4.67    57.887    6.9158e-05     0.0023591    0.99757     2.9905e-32    -1.7024e-35    -0.7222     1.0999    2.6182    3.5293     4.744    5.9587    7.1734    9.9064    13.854    21.142    31.771    34.808    37.237    40.881    45.133    53.028    56.065         49.442             0.94395              204.71                1                  180.79               0.98147                11.012               0.31787                12.913                0.9512          -9.0315e-05     0.00040731    0.0045673    0.014019     0.024089      0.04101     0.056365      0.10346      0.19986      0.32815      0.47315      0.56456      0.65779      0.75936       0.8714      0.97352       0.99765  
    cl_mt_coh_p2v15         0.06     37.17    11.385     'cl_mt_coh'      'fl_r_save'          4              15         0.44365      0.3063     -4.67    58.023    7.4603e-06    0.00025139    0.99974     5.1248e-32     3.9391e-34     1.1124     3.5471    10.851    20.894    29.111    30.633    32.155    35.502     38.85    41.894    44.633    46.459    48.285    50.111    52.545    55.284    57.415           25.7             0.95963              129.62                1                     113               0.97086                7.2462               0.26614                9.3714               0.92481           2.5115e-05     0.00079556    0.0090049    0.028624     0.067448      0.10881      0.15108      0.24771      0.39135      0.56051      0.67057      0.73764      0.80083       0.8658      0.93187      0.98818       0.99877  

Medium Grid Simulation (CROSS Limited Graphs)

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

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

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

        Count: 51
      KeyType: char
    ValueType: any

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

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

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

        Count: 55
      KeyType: char
    ValueType: any

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

    ar_param_keys_idx    1     1      1       2      3.5     0.70711     3      4 

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

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

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

        Count: 19
      KeyType: char
    ValueType: any

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

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

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

    cl_mt_val_p1v1            0     3.883    2.7953     'cl_mt_val'        'fl_w'             3               1           0.025       0.71988     -9999    15.452      0        0.083772    0.91623    -6.9505e-18    7.1021e-12     -5.6578     -3.1097    -0.88438    0.25719    1.0347    1.5601    2.0543    2.9002    3.9696    5.0373    5.8111    6.2357    6.7571    7.3935    8.3129    9.9674    11.557         7.8136                1                 8.8595             0.87669               1.5327               0.35606                 6.015                0.8906                1.3117               0.95907           -0.0017156      -0.011274     -0.029477     -0.032133    -0.022222    -0.0073432    0.016132     0.080916      0.21548      0.39111      0.52981      0.60769      0.68871      0.78009      0.88012      0.97256        0.9969  
    cl_mt_val_p1v2     0.071429    4.5772    2.6391     'cl_mt_val'        'fl_w'             3               2           0.025       0.57657     -9999    15.658      0        0.048962    0.95104    -3.4266e-32    4.5857e-12     -4.4208     -2.0613    0.067551     1.1436    1.8372    2.3605    2.8581    3.6505    4.6749    5.6856    6.4082    6.8069    7.2804    7.8858    8.7504    10.318    11.852         6.9648                1                 8.3791             0.88254                1.482               0.37751                5.6519               0.90251                1.2452               0.95743           -0.0012328     -0.0069211     -0.013505    -0.0061925     0.010506      0.033812    0.062947      0.13452      0.27147      0.44288      0.57254      0.64436      0.72199      0.80419       0.8942      0.97596       0.99734  
    cl_mt_val_p1v3      0.14286    5.2796    2.4747     'cl_mt_val'        'fl_w'             3               3           0.025       0.46874     -9999    15.861      0        0.022692    0.97731     3.0951e-32    4.5192e-12     -3.4836     -1.0285      1.0431     2.1057     2.745    3.2402    3.6914    4.4298    5.3762    6.2973    6.9651     7.367    7.8017    8.3715    9.1941    10.675    12.122         6.1243                1                 7.8405             0.88769               1.4193               0.39213                5.2507               0.90504                1.1704               0.95501          -0.00087073     -0.0039881    -0.0019481      0.013998     0.037635      0.065147    0.098582      0.17511      0.31606      0.48017      0.60692      0.67357      0.74515      0.82229      0.90464      0.97865       0.99762  
    cl_mt_val_p1v4      0.21429    5.9662    2.2977     'cl_mt_val'        'fl_w'             3               4           0.025       0.38511     -9999    16.054      0        0.008729    0.99127    -1.8886e-33     5.078e-12     -2.4739    0.092661      2.1079     3.0055    3.6189    4.0951    4.4788     5.156     6.035     6.918    7.5198    7.8865    8.3146    8.8311    9.6091    11.017    12.399         5.2792                1                 7.2039             0.89208               1.3107               0.39822                4.8026               0.90546                1.0906               0.95338          -0.00057599     -0.0016744     0.0073161      0.029424     0.057314      0.089387     0.12556      0.20735      0.35003      0.51488      0.63346      0.69608      0.76591      0.83619      0.91287      0.98053       0.99788  
    cl_mt_val_p1v5      0.28571    6.5399    2.1713     'cl_mt_val'        'fl_w'             3               5           0.025         0.332     -9999    16.241      0       0.0040274    0.99597     2.3872e-34    2.6857e-12     -1.5232      1.0087      2.8817     3.7708    4.3405    4.7962    5.1611     5.777    6.6076    7.4157     8.012    8.3464     8.755    9.2577    10.005    11.333    12.658         4.7144                1                 6.7982              0.8955               1.2515               0.40796                4.5122               0.90399                1.0345               0.95258          -0.00039725    -0.00011724      0.013375       0.03925     0.070165       0.10618     0.14632      0.22744      0.37222      0.53046      0.64739      0.71023      0.77535      0.84409      0.91763      0.98181       0.99801  
    cl_mt_val_p1v6      0.35714    7.2156    1.9785     'cl_mt_val'        'fl_w'             3               6           0.025        0.2742     -9999    16.422      0       0.0012511    0.99875    -2.5601e-33    1.8907e-12    -0.27937      2.2637      3.9467     4.7484    5.2699     5.602    5.9593    6.5085    7.2558     8.009    8.5528    8.8515    9.2368     9.703    10.387    11.669    12.917         3.9145                1                 6.0717             0.89842               1.0517               0.39035                4.0757               0.90614               0.94436                0.9547          -0.00018229       0.001646      0.019883      0.052262     0.087873       0.12234     0.16333       0.2494      0.39507      0.55102      0.66488      0.72654      0.78815      0.85346      0.92268      0.98311       0.99815  
    cl_mt_val_p1v7      0.42857    7.7613    1.8906     'cl_mt_val'        'fl_w'             3               7           0.025       0.24359     -9999    16.598      0      0.00054968    0.99945    -8.9441e-34    4.5561e-13     0.70953      3.0412      4.5958     5.3374    5.8355     6.209    6.5461    7.0834    7.8225     8.531    9.0356    9.3357    9.6953    10.132    10.782    11.977    13.183         3.5742                1                 5.8549              0.9041               1.0217               0.40127                 3.927               0.91077               0.90614               0.94802          -4.8724e-05      0.0026333      0.023803      0.056216     0.091573        0.1308      0.1721      0.26131      0.40425      0.56399      0.67498      0.73395      0.79758      0.85952      0.92627      0.98399       0.99826  
    cl_mt_val_p1v8          0.5    8.2856      1.71     'cl_mt_val'        'fl_w'             3               8           0.025       0.20638     -9999    16.763      0      0.00012633    0.99987     5.7366e-34    1.0554e-14      2.2093      4.2616      5.5534     6.1645    6.5429    6.8876    7.1196    7.6223    8.2776     8.943    9.4354    9.7311     10.06    10.481    11.104    12.259    13.402         2.9241                1                 5.1102             0.90437              0.77438               0.35817                  3.51               0.91773               0.82578               0.95541           0.00014458      0.0041819      0.028586      0.064125      0.10436       0.14647     0.18577      0.27429      0.41847      0.57514      0.68439       0.7425      0.80316      0.86531      0.92875      0.98458       0.99835  
    cl_mt_val_p1v9      0.57143    8.7901    1.5753     'cl_mt_val'        'fl_w'             3               9           0.025       0.17922     -9999    16.927      0      4.1375e-05    0.99996     -3.696e-34    4.3805e-14      3.2635      5.0512      6.2381     6.8469    7.2341    7.5172    7.7592    8.1952     8.765    9.3606    9.8214    10.085    10.403     10.82     11.42     12.53    13.645         2.4817                1                 4.5334             0.90343              0.65505               0.34547                 3.117               0.91686               0.76139               0.95815           0.00025752      0.0048801      0.031489      0.070285      0.10879       0.15051     0.19432      0.28491      0.43209      0.58436      0.69377      0.74962      0.80796      0.86824      0.93149      0.98526       0.99841  
    cl_mt_val_p1v10     0.64286    9.2791     1.498     'cl_mt_val'        'fl_w'             3              10           0.025       0.16143     -9999    17.083      0      1.4865e-05    0.99999     3.7367e-33    3.1661e-13      4.0328      5.6144      6.7983     7.3775    7.7604    8.0615    8.3302    8.7479    9.3033    9.8376    10.241    10.509    10.785    11.157    11.742    12.797    13.861         2.2439                1                 4.2788             0.90736              0.63185               0.35897                2.9236               0.91747               0.72332               0.95256           0.00034771      0.0053079      0.033021      0.070917      0.11235       0.15468     0.19872      0.29099      0.43711      0.59182      0.69972      0.75657      0.81276      0.87252      0.93351      0.98574       0.99847  
    cl_mt_val_p1v11     0.71429    9.7429    1.4332     'cl_mt_val'        'fl_w'             3              11           0.025        0.1471     -9999    17.235      0      3.3426e-06          1     4.6998e-34    1.4674e-13      5.0016      6.4296      7.3599     7.8655    8.2317    8.5257    8.7776    9.2138    9.7678    10.304    10.699     10.94    11.199    11.547    12.072    13.077    14.096         2.0541                1                  4.192              0.9141              0.59079               0.35625                2.9073               0.92745               0.69389               0.94957           0.00044038      0.0060794      0.035141      0.074027      0.11534       0.15836     0.20368      0.29885      0.44166      0.59625       0.7041       0.7604      0.81609      0.87484       0.9351      0.98616       0.99852  
    cl_mt_val_p1v12     0.78571     10.17    1.3347     'cl_mt_val'        'fl_w'             3              12           0.025       0.13124     -9999    17.387      0      3.8954e-07          1     4.8489e-34    1.2688e-13      6.2692      7.3217      8.0497     8.4801    8.7539    8.9955    9.2031    9.6118    10.147    10.689    11.074    11.302    11.574    11.903    12.408    13.361    14.338         1.7815                1                 3.8962             0.91498              0.46162               0.31136                2.7855                0.9359                0.6491               0.95373           0.00056152      0.0068682      0.037392      0.079089      0.12321       0.16452     0.20903      0.30143      0.44889      0.60078      0.70818      0.76295      0.81927      0.87712      0.93615      0.98643       0.99858  
    cl_mt_val_p1v13     0.85714    10.558     1.241     'cl_mt_val'        'fl_w'             3              13           0.025       0.11755     -9999    17.528      0       5.565e-08          1     1.1223e-32    1.0252e-13      7.0927       7.952       8.665     9.0114    9.2775    9.4431    9.6545    9.9688    10.488    11.002    11.403    11.618    11.878    12.201    12.682    13.606    14.543         1.5402                1                 3.5363             0.91343              0.35035               0.26914                2.5796               0.93826               0.60635               0.95729           0.00065035      0.0072331      0.039051      0.083325      0.12621       0.16969     0.21576      0.30754      0.45395      0.60699      0.71285      0.76662       0.8218      0.87886      0.93729      0.98683        0.9986  
    cl_mt_val_p1v14     0.92857    10.913    1.1791     'cl_mt_val'        'fl_w'             3              14           0.025       0.10804     -9999    17.667      0      1.1041e-08          1    -8.9978e-34    6.9397e-14       7.591      8.4314      9.1444     9.5015    9.7094    9.9395    10.063    10.397    10.827    11.317    11.687    11.916    12.168    12.498    12.977     13.86    14.767         1.3903                1                  3.343             0.91329              0.33287               0.27142                2.4328               0.93724                0.5774                0.9557           0.00066826      0.0074458      0.039891      0.084097      0.12707        0.1718     0.21931      0.31894      0.45821      0.60994      0.71426      0.76865      0.82341      0.88034      0.93824      0.98696       0.99862  
    cl_mt_val_p1v15           1    11.277    1.1027     'cl_mt_val'        'fl_w'             3              15           0.025      0.097783     -9999    17.803      0      2.6061e-09          1     4.6647e-33    1.4594e-14      8.0128       8.867       9.581     9.9713    10.202    10.378    10.534     10.81    11.196    11.626    11.981    12.186    12.443    12.749    13.215    14.088    14.952          1.216                1                 3.0036             0.91135              0.27565               0.25228                2.1864               0.93271               0.54157               0.95408           0.00068276      0.0076938      0.040531      0.086025       0.1317       0.17448     0.22479      0.31614      0.46395      0.61609      0.71925      0.77242      0.82602      0.88201      0.93922      0.98731       0.99865  

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

    cl_mt_pol_c_p1v1            0    1.4043    0.48928    'cl_mt_pol_c'       'fl_w'             3               1           0.025       0.34843     0.02    6.9568      0        0        1      -6.9505e-18     7.1021e-12    0.42534    0.55827    0.71572    0.83024    0.90795    0.98157    1.0552    1.1533    1.3435    1.5337    1.6973    1.7995    1.9141    2.0654    2.3108    2.7975    3.3639         1.3117             0.95907              1.6975             0.95968              0.34338               0.45572                1.1148               0.94296                0.2394                  1             0.00030656    0.0038565    0.022401     0.05162     0.083223      0.11751      0.15786      0.23181      0.36336      0.52083      0.63801      0.70046      0.76104      0.83014      0.90721      0.97841       0.99747  
    cl_mt_pol_c_p1v2     0.071429    1.4616    0.49279    'cl_mt_pol_c'       'fl_w'             3               2           0.025       0.33716     0.02    7.0577      0        0        1      -3.4266e-32    -9.9158e-35    0.48772    0.61478    0.78692    0.88528     0.9693     1.0369    1.1046    1.2173    1.3935    1.5902    1.7521    1.8443    1.9734    2.1312    2.3792     2.869    3.4428         1.2452             0.95743              1.7071             0.96291              0.35451               0.48361                1.1097                 0.949               0.24284                  1             0.00031722    0.0041238     0.02457    0.052455     0.090174      0.12287      0.16131       0.2392      0.37307      0.52058      0.63627      0.69673      0.76506      0.83266      0.90952      0.97872       0.99759  
    cl_mt_pol_c_p1v3      0.14286    1.5252    0.49524    'cl_mt_pol_c'       'fl_w'             3               3           0.025       0.32471     0.02    7.1585      0        0        1       3.0951e-32     4.5192e-12    0.52274    0.68879    0.85278    0.94708      1.025     1.0885    1.1685     1.271    1.4555    1.6605    1.8081    1.9188    2.0479    2.1976    2.4436    2.9519    3.5157         1.1704             0.95501              1.7065             0.96548              0.35871               0.49524                1.1025               0.94962               0.24526                  1             0.00035562    0.0041057    0.025298    0.056613     0.088345      0.12166      0.16513      0.23994      0.38012      0.53008      0.64019      0.70326      0.76779       0.8354      0.91029      0.97954       0.99757  
    cl_mt_pol_c_p1v4      0.21429    1.5925    0.49786    'cl_mt_pol_c'       'fl_w'             3               4           0.025       0.31263     0.02    7.2593      0        0        1      -1.8886e-33     -1.672e-33    0.58648    0.76284    0.92279     1.0151     1.1073     1.1627    1.2181    1.3473    1.5175    1.7164    1.8825    1.9932     2.104    2.2701    2.5264    3.0288    3.5927         1.0906             0.95338              1.6906             0.96616              0.35172               0.49316                 1.091               0.94928               0.24786                  1             0.00033505    0.0044444    0.025884    0.058932      0.10082       0.1319       0.1646      0.24877      0.37904      0.53641      0.64423       0.7087      0.76762      0.83885      0.91291      0.97963       0.99761  
    cl_mt_pol_c_p1v5      0.28571    1.6536    0.50015    'cl_mt_pol_c'       'fl_w'             3               5           0.025       0.30247     0.02    7.3601      0        0        1       2.3872e-34    -1.2592e-34    0.63894    0.82529    0.97684      1.069     1.1611     1.2164    1.2902    1.4007    1.5851    1.7857    1.9496    2.0479    2.1748    2.3407    2.5885    3.0964    3.6698         1.0345             0.95258              1.6912             0.96712              0.35209               0.49825                 1.089               0.94711               0.25015                  1             0.00037971    0.0045086    0.027372    0.059953     0.097151      0.12813      0.17467      0.25191      0.39038       0.5348      0.64649      0.70741       0.7706      0.84017      0.91362      0.97987       0.99771  
    cl_mt_pol_c_p1v6      0.35714    1.7295    0.49995    'cl_mt_pol_c'       'fl_w'             3               6           0.025       0.28907     0.02    7.4609      0        0        1      -2.5601e-33      8.069e-34    0.71905    0.90137     1.0509     1.1472     1.2169     1.2947    1.3603    1.4934    1.6409    1.8683    2.0219    2.1141    2.2493    2.4091    2.6672    3.1835     3.753        0.94436              0.9547               1.646             0.96382              0.32662               0.47974                1.0694                0.9409               0.24995                  1             0.00038278    0.0047911    0.028058    0.060438     0.095185      0.13914      0.17125      0.25747      0.39357      0.54063      0.65136      0.71211      0.77613      0.84246      0.91403      0.98031       0.99773  
    cl_mt_pol_c_p1v7      0.42857    1.7985    0.50558    'cl_mt_pol_c'       'fl_w'             3               7           0.025       0.28111     0.02    7.5617      0        0        1      -8.9441e-34     2.2801e-34    0.78896    0.95905     1.1148     1.2132     1.2951     1.3607    1.4263     1.541    1.7214    1.9181    2.0984    2.1968    2.3116    2.4919    2.7542    3.2706    3.8239        0.90614             0.94802              1.6821             0.97132               0.3305               0.48536                 1.096               0.95056               0.25561                  1             0.00041426    0.0050142    0.029479    0.061099     0.097235      0.13464      0.17284      0.25556      0.40395      0.54221      0.65593      0.71618      0.77602      0.84309      0.91582      0.98051       0.99775  
    cl_mt_pol_c_p1v8          0.5     1.866    0.50545    'cl_mt_pol_c'       'fl_w'             3               8           0.025       0.27087     0.02    7.6625      0        0        1       5.7366e-34     1.0554e-14    0.88555     1.0475     1.1766     1.2771     1.3611     1.4267    1.4923    1.6235    1.7875    1.9843    2.1524    2.2631     2.382    2.5583    2.8207    3.3434    3.9174        0.82578             0.95541              1.6152             0.96708              0.28093               0.43958                1.0788               0.95426               0.25548                  1             0.00045173    0.0052561    0.029866    0.064489     0.099701      0.13609       0.1744      0.26973      0.39931      0.54712      0.65723      0.71912      0.77868      0.84801      0.91675      0.98082       0.99787  
    cl_mt_pol_c_p1v9      0.57143    1.9356    0.50443    'cl_mt_pol_c'       'fl_w'             3               9           0.025        0.2606     0.02    7.7634      0        0        1       -3.696e-34     3.8447e-36    0.95814     1.1178     1.2755     1.3615     1.4249     1.4904    1.5478    1.6767    1.8671    2.0637    2.2275    2.3257    2.4568    2.6205    2.8826    3.4067    3.9799        0.76139             0.95815              1.5411             0.95914              0.25583               0.42137                1.0309               0.94698               0.25445                  1              0.0004703    0.0061553    0.033593     0.07002      0.10035      0.14342      0.17742      0.26222      0.40543      0.55822      0.66459      0.72319      0.78622      0.84662      0.91859      0.98134       0.99786  
    cl_mt_pol_c_p1v10     0.64286    2.0092    0.50692    'cl_mt_pol_c'       'fl_w'             3              10           0.025       0.25231     0.02    7.8642      0        0        1       3.7367e-33     3.1661e-13     1.0137     1.1673     1.3476     1.4479     1.5196     1.5769    1.6343    1.7346    1.9066    2.1463    2.3101    2.4248    2.5395    2.7033    2.9654    3.4733    4.0631        0.72332             0.95256              1.5281             0.95754              0.25945               0.43556                1.0117               0.93813               0.25697                  1             0.00047286    0.0054555     0.03369    0.070786      0.10772      0.14679      0.18363      0.26542      0.40371      0.55587      0.66346      0.72812      0.78351      0.85215      0.92016      0.98157       0.99788  
    cl_mt_pol_c_p1v11     0.71429    2.0825    0.50986    'cl_mt_pol_c'       'fl_w'             3              11           0.025       0.24483     0.02     7.965      0        0        1       4.6998e-34     1.4674e-13     1.0899     1.2189      1.391     1.5201     1.5918     1.6635    1.7208    1.8212    1.9933    2.1797    2.3764    2.4911    2.6243    2.8025    3.0401    3.5728    4.1546        0.69389             0.94957              1.5729             0.96409              0.26791               0.45412                 1.045               0.93706               0.25996                  1             0.00052558    0.0058979    0.031455    0.066204      0.10578      0.14798        0.191      0.26961      0.41241      0.56442      0.66584      0.72455      0.78587      0.85169      0.92037      0.98164        0.9979  
    cl_mt_pol_c_p1v12     0.78571    2.1536     0.5099    'cl_mt_pol_c'       'fl_w'             3              12           0.025       0.23677     0.02    8.0658      0        0        1       4.8489e-34    -4.9264e-34     1.1927     1.3156      1.414     1.5369      1.707       1.75    1.8074    1.9078    2.0656    2.2521    2.4242    2.5247    2.6886    2.8689    3.1271    3.6579    4.2604         0.6491             0.95373              1.5732              0.9671               0.2457                0.4338                1.0675               0.93889                  0.26                  1             0.00055909    0.0060898    0.032143    0.066203      0.11301      0.14438      0.19456      0.27573      0.41508      0.56623      0.67634      0.72788      0.78787      0.85325       0.9215      0.98192         0.998  
    cl_mt_pol_c_p1v13     0.85714    2.2227    0.51038    'cl_mt_pol_c'       'fl_w'             3              13           0.025       0.22962     0.02    8.1666      0        0        1       1.1223e-32     1.0252e-13     1.2889     1.4144     1.5251     1.5743     1.6358      1.851    1.9084    1.9945    2.1523    2.3389    2.4967    2.5972    2.7263     2.919    3.1855    3.7307    4.3416        0.60635             0.95729              1.5382             0.96612              0.21459               0.40086                1.0631               0.94025               0.26049                  1             0.00055813    0.0063767    0.034149    0.072626      0.10701      0.14455      0.18747      0.27864      0.42349       0.5713      0.67702      0.73261      0.78945      0.85299       0.9215      0.98208       0.99797  
    cl_mt_pol_c_p1v14     0.92857    2.2897     0.5124    'cl_mt_pol_c'       'fl_w'             3              14           0.025       0.22378     0.02    8.2674      0        0        1      -8.9978e-34     6.9397e-14      1.339     1.4864     1.6093      1.683     1.7321     1.7689    1.8672    2.0924    2.2358    2.4077    2.5654    2.6657    2.7947    2.9667    3.2533    3.8204    4.4347         0.5774              0.9557               1.538             0.96684               0.2149               0.40323                1.0605               0.94018               0.26255                  1             0.00058171     0.006714    0.036801    0.074547      0.11352      0.15321      0.18494      0.27716      0.42623       0.5711      0.67696      0.73547      0.79478      0.85748       0.9228      0.98216       0.99797  
    cl_mt_pol_c_p1v15           1    2.3624    0.51475    'cl_mt_pol_c'       'fl_w'             3              15           0.025        0.2179     0.02    8.3682      0        0        1       4.6647e-33     1.4594e-14     1.4131     1.5606     1.6958     1.7818     1.8309     1.8678    1.9047     2.089    2.3368    2.4945    2.6379    2.7382    2.8672    3.0393    3.3117    3.8994    4.5159        0.54157             0.95408              1.4778             0.96055              0.18655               0.36575                1.0263               0.93788               0.26497                  1             0.00067629    0.0073369    0.034377    0.072632       0.1164      0.15277      0.20291      0.27118      0.42496       0.5748      0.67841      0.73485      0.79633      0.85739       0.9238       0.9824       0.99808  

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

    cl_mt_pol_k_p1v1            0    4.8149    2.4162    'cl_mt_pol_k'       'fl_w'             3               1           0.025       0.50181      0     21.947    -6.9505e-18      0        1      -6.9505e-18    9.7188e-10    0.90386    1.3599    1.9141    2.2903    2.5766    2.8752    3.0265    3.6073    4.3516     5.051    6.1715    6.2943    7.0714    8.0128    9.6521    13.223    17.092          6.015              0.8906              7.8051             0.89353              0.85232               0.22906                 5.838                  1                   1.1148               0.94296          0.00018448    0.0025595    0.017331    0.039557     0.065311     0.094853      0.12464      0.19241      0.32071      0.46434       0.5799      0.64592      0.71264      0.79268      0.88017       0.9694       0.99625  
    cl_mt_pol_k_p1v2     0.071429    4.7342    2.3729    'cl_mt_pol_k'       'fl_w'             3               2           0.025       0.50124      0     21.966    -3.4266e-32      0        1      -3.4266e-32     2.917e-10    0.94676    1.3239    1.8648    2.2234    2.5821    2.7956    2.9901    3.5599    4.2718    4.9534    5.9615    6.2809    6.8895    7.9846    9.3346    13.153    17.073         5.6519             0.90251              7.7043             0.90248              0.96368               0.27301                5.6309                  1                   1.1097                 0.949          0.00019372    0.0025168    0.016612    0.038345     0.063798     0.092412      0.12456      0.19378      0.31583      0.46319      0.58584      0.64451        0.713      0.79275      0.88013      0.96917       0.99606  
    cl_mt_pol_k_p1v3      0.14286    4.7007    2.3444    'cl_mt_pol_k'       'fl_w'             3               3           0.025       0.49873      0      21.99     3.0951e-32      0        1       3.0951e-32    7.4566e-11    0.96268    1.3222    1.8502    2.1739    2.5796     2.798    3.0117    3.5484    4.2291    4.9283     5.939    6.2653    6.8551    7.9589     9.137    13.057    17.076         5.2507             0.90504              7.5661             0.90427              0.96755               0.28219                 5.496                  1                   1.1025               0.94962          0.00017893    0.0025121    0.016771    0.039112     0.066577     0.093042      0.12373      0.19476      0.31845      0.46465      0.58096      0.64816      0.71344       0.7932      0.88026      0.96919       0.99612  
    cl_mt_pol_k_p1v4      0.21429    4.6879    2.3084    'cl_mt_pol_k'       'fl_w'             3               4           0.025       0.49243      0     21.981    -1.8886e-33      0        1      -1.8886e-33    3.8768e-10    0.98401    1.3313    1.8668     2.198    2.6033     2.803    2.9993    3.5656    4.2305    4.9517     5.859    6.2484    6.8019    7.8879    9.0339    12.804    17.069         4.8026             0.90546              7.3389             0.90456              0.91909               0.27793                5.3289                  1                    1.091               0.94928          0.00018264    0.0025002    0.016561    0.039151     0.064949     0.094764      0.12504      0.19576      0.32017      0.46809      0.58229      0.64808       0.7162      0.79558      0.88076      0.96944       0.99606  
    cl_mt_pol_k_p1v5      0.28571    4.5877    2.2989    'cl_mt_pol_k'       'fl_w'             3               5           0.025       0.50109      0     22.008     2.3872e-34      0        1       2.3872e-34    9.9315e-11    0.96292    1.3332    1.7772    2.1916    2.4641    2.7744    2.8998     3.495    4.0504    4.8888     5.724    6.2339    6.5491    7.6766    8.9904    12.497    17.009         4.5122             0.90399              7.2793             0.90566              0.90563               0.27883                5.2847                  1                    1.089               0.94711           0.0001914    0.0025174    0.017107    0.039922     0.064338     0.093052      0.12375      0.19451      0.31574      0.46577      0.58382      0.64628      0.71262      0.79035       0.8808      0.96915       0.99601  
    cl_mt_pol_k_p1v6      0.35714    4.6395    2.2733    'cl_mt_pol_k'       'fl_w'             3               6           0.025       0.48999      0     22.019    -2.5601e-33      0        1      -2.5601e-33     1.803e-11    0.97704    1.3378    1.9524    2.2332    2.6055    2.8011    2.9877    3.5377    4.2339    4.9366    5.8196    6.2337    6.5891    7.8061    8.9168    12.367    17.015         4.0757             0.90614              7.0392             0.90648              0.80164               0.25894                5.1681                  1                   1.0694                0.9409          0.00018663    0.0025726    0.017229    0.043188     0.067699      0.09579      0.12689       0.1971      0.32408      0.46846      0.58321      0.64871      0.71655      0.79552      0.88191      0.96956        0.9961  
    cl_mt_pol_k_p1v7      0.42857    4.6249    2.2806    'cl_mt_pol_k'       'fl_w'             3               7           0.025       0.49312      0     22.026    -8.8988e-34      0        1      -8.8988e-34    2.6175e-11    0.99593    1.3374    1.7681    2.1862    2.4862    2.7983    2.9655    3.5494    4.2457    4.9448    5.8275    6.2215    6.6135    7.7606    8.8889    12.346     17.01          3.927             0.91077              7.1021             0.90911               0.8047               0.26197                5.2013                  1                    1.096               0.95056           0.0001877    0.0026482    0.016657    0.039023     0.064384     0.094212      0.12549      0.19364      0.31708      0.46726      0.58132      0.64686      0.71594      0.79422      0.88226      0.96969       0.99607  
    cl_mt_pol_k_p1v8          0.5    4.5408    2.2367    'cl_mt_pol_k'       'fl_w'             3               8           0.025       0.49257      0     22.033     4.6426e-34      0        1       4.6426e-34     3.813e-11      1.012    1.3517    1.9134    2.2241    2.5302    2.7787    2.8713    3.3718    3.9641    4.8786    5.5745    6.1542    6.5086    7.6104    8.7202    12.013    16.953           3.51             0.91773               6.753             0.91369              0.67144               0.23743                5.0027                  1                   1.0788               0.95426          0.00019687    0.0027949    0.018264     0.04174     0.067241     0.096596      0.12873      0.19723         0.32       0.4657      0.58019       0.6459       0.7153      0.79443      0.88127      0.96922       0.99602  
    cl_mt_pol_k_p1v9      0.57143    4.5046    2.1581    'cl_mt_pol_k'       'fl_w'             3               9           0.025       0.47907      0     22.044    -3.8528e-34      0        1      -3.8528e-34    5.3879e-11    0.99499    1.3337    1.9373    2.2356    2.6322    2.8317    2.9481    3.4843    3.9761    4.8322    5.4372    5.9614     6.363    7.4004    8.4936    11.849    16.931          3.117             0.91686              6.2946             0.91567              0.60649               0.23349                4.6572                  1                   1.0309               0.94698          0.00020231    0.0026311    0.018064    0.041452     0.070502     0.098908      0.13213      0.20388      0.32793       0.4746      0.58858      0.65039      0.71906      0.79567      0.88281      0.96941       0.99602  
    cl_mt_pol_k_p1v10     0.64286    4.5477    2.1273    'cl_mt_pol_k'       'fl_w'             3              10           0.025       0.46778      0     22.083     3.4296e-33      0        1       3.4296e-33    1.0637e-10    0.99531     1.306    1.8484    2.2118    2.6128    2.8604    3.0281     3.581    4.2326    4.8695    5.5225    5.9907    6.3791    7.1543    8.3281     11.74    16.896         2.9236             0.91747              6.1396             0.91678              0.60249               0.24103                4.5254                  1                   1.0117               0.93813          0.00021727     0.002564    0.016788     0.04012     0.066403     0.097029      0.12949      0.20393      0.33137      0.48052      0.59477      0.65811      0.72505      0.80016      0.88458      0.96976        0.9961  
    cl_mt_pol_k_p1v11     0.71429    4.6129    2.1872    'cl_mt_pol_k'       'fl_w'             3              11           0.025       0.47416      0     22.111     5.0487e-34      0        1       5.0487e-34    6.7811e-12     1.0031    1.3863    1.7963    2.1826    2.5162    2.7779    2.9991    3.6032    4.3302     5.015    5.6787    6.1809    6.5446     7.375    8.4678    11.879    16.847         2.9073             0.92745              6.4439             0.92074              0.61496               0.24299                 4.784                  1                    1.045               0.93706          0.00019573    0.0026829    0.016949    0.039961     0.064359     0.093255      0.13015      0.19598      0.32342      0.47474      0.59113      0.65661      0.72467      0.80126      0.88525      0.97019       0.99613  
    cl_mt_pol_k_p1v12     0.78571    4.5769    2.2299    'cl_mt_pol_k'       'fl_w'             3              12           0.025        0.4872      0     22.082    -1.6207e-34      0        1      -1.6207e-34    1.2204e-11     1.0466    1.3847    1.8774    2.2201    2.3935     2.698    2.8771    3.3725    4.1227    4.9322    5.7613     6.218    6.6769    7.4739    8.6162    12.021    16.848         2.7855              0.9359              6.5827             0.92531              0.54283               0.21917                4.9723                  1                   1.0675               0.93889          0.00020789    0.0028069    0.018466    0.041317     0.067534     0.096668      0.12555      0.19357      0.31837       0.4677      0.58804      0.64945      0.72016      0.79556       0.8838      0.97004       0.99611  
    cl_mt_pol_k_p1v13     0.85714    4.5135    2.2154    'cl_mt_pol_k'       'fl_w'             3              13           0.025       0.49084      0     22.138     9.8053e-33      0        1       9.8053e-33    1.2432e-12    0.99836    1.4858    2.0237    2.3017    2.5319    2.7409    2.8551    3.2663    3.9533    4.8388    5.7085    6.1847    6.4834    7.4603    8.6445    11.955    16.482         2.5796             0.93826              6.4249             0.92966              0.45381                0.1953                 4.908                  1                   1.0631               0.94025          0.00020614    0.0029053    0.019125    0.043763     0.069609     0.098192       0.1296      0.19878      0.31682      0.46611      0.58235      0.64647      0.71566      0.79463      0.88221      0.96949       0.99606  
    cl_mt_pol_k_p1v14     0.92857    4.4625    2.2014    'cl_mt_pol_k'       'fl_w'             3              14           0.025       0.49331      0     22.135    -2.0049e-33      0        1      -2.0049e-33    1.3842e-11     1.0241    1.3583    2.0443    2.2998    2.6213    2.7991    2.8262    3.1694    3.8573    4.7453    5.5733    6.1016    6.4543    7.4812    8.6377    11.988    16.593         2.4328             0.93724              6.3548             0.92986              0.44812               0.19571                4.8461                  1                   1.0605               0.94018          0.00020976    0.0029746    0.019456    0.043482     0.070973      0.10513      0.13511      0.20273      0.32417      0.47021      0.57766      0.64227      0.71248       0.7925      0.88047      0.96941       0.99603  
    cl_mt_pol_k_p1v15           1    4.4282    2.1258    'cl_mt_pol_k'       'fl_w'             3              15           0.025       0.48006      0     22.118     2.7348e-33      0        1       2.7348e-33    4.7768e-12     0.9795    1.4234    2.0417    2.3778    2.6959    2.9259    3.0445    3.3705    3.7654    4.6344    5.3532    5.9352    6.3565    7.3027     8.535     11.78    16.484         2.1864             0.93271              5.9159             0.93113               0.3707                 0.176                4.5189                  1                   1.0263               0.93788          0.00020437    0.0028643    0.018921    0.047819     0.074481      0.10455      0.14608      0.21679      0.33021      0.47187      0.58263      0.64598      0.71576      0.79545      0.88222      0.96923       0.99605  

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

    cl_mt_coh_p1v1            0    6.7689    3.6152     'cl_mt_coh'        'fl_w'             3               1           0.025       0.53409            0    56.814    -6.9505e-18             0          1    -6.9505e-18    7.1021e-12      1.3026     1.9038    2.7054    3.2064    3.6073    3.9079    4.2085    4.9099    5.9119    7.2145    8.3167    9.1183     10.02    11.423    13.828    19.239    26.654         8.8595             0.87669               13.07                1                  3.5672               0.64074                7.8051               0.89353                1.6975               0.95968           0.00019666      0.0026073    0.019564    0.044152     0.070727      0.09463      0.12103      0.19544       0.3128      0.45742      0.57048      0.63687      0.70367      0.78248      0.87542      0.96688       0.99577  
    cl_mt_coh_p1v2     0.071429    6.5768    3.5976     'cl_mt_coh'        'fl_w'             3               2           0.025       0.54701     -0.75188    56.886     4.9313e-07     2.772e-07          1    -3.4266e-32    4.5857e-12     0.85474     1.4572    2.3609    2.9634    3.3651    3.7667     4.068    4.7709     5.775    7.0804    8.1849    8.8878     9.892    11.197    13.507    18.929    26.159         8.3791             0.88254              12.942                1                   3.531               0.65981                7.7043               0.90248                1.7071               0.96291           0.00016039       0.001866      0.0155    0.038019     0.060582      0.09116      0.11687      0.19019      0.30649       0.4584      0.56977       0.6298      0.70431      0.78154      0.87337      0.96705       0.99565  
    cl_mt_coh_p1v3      0.14286    6.4884     3.569     'cl_mt_coh'        'fl_w'             3               3           0.025       0.55006      -1.5038    56.957     6.7966e-05    0.00024426    0.99969     3.0951e-32    4.5192e-12      0.3043     1.1079    2.2128    2.8155    3.3177    3.7195    4.0209     4.724    5.7285    7.0343    8.1392    8.8424    9.7464    11.052    13.363    18.586    25.718         7.8405             0.88769              12.738                1                  3.4653               0.66387                7.5661               0.90427                1.7065               0.96548           2.1398e-05      0.0012308    0.013202    0.032503     0.059343     0.089513      0.11401       0.1859      0.30313       0.4568      0.57205      0.63434      0.70399      0.78106      0.87467      0.96676        0.9956  
    cl_mt_coh_p1v4      0.21429    6.4641    3.5146     'cl_mt_coh'        'fl_w'             3               4           0.025       0.54371      -2.2556    57.029     0.00026377       0.00167    0.99807    -1.8886e-33     5.078e-12    -0.24601    0.85929    2.1656    2.8689    3.3713    3.7733    4.0747    4.7781    5.7829    6.9887    7.9935    8.6969    9.7017    10.907    13.219    18.343    25.377         7.2039             0.89208              12.352                1                   3.323                  0.66                7.3389               0.90456                1.6906               0.96616          -7.2892e-05     0.00062615    0.011761    0.032998     0.060171     0.089252      0.11541      0.18902       0.3112      0.45636      0.56703       0.6315      0.70806      0.78233      0.87631      0.96716       0.99566  
    cl_mt_coh_p1v5      0.28571    6.3453    3.4964     'cl_mt_coh'        'fl_w'             3               5           0.025       0.55102      -3.0075      57.1     0.00034359     0.0033265    0.99633     2.3872e-34    2.6857e-12    -0.69956    0.70528    2.1101    2.8125    3.2139    3.6153    4.0167    4.7191    5.6222    6.8264    7.9302    8.6326    9.5357     10.84    12.947    18.065    25.089         6.7982              0.8955              12.224                1                   3.254                0.6587                7.2793               0.90566                1.6912               0.96712           -0.0001542     0.00022516    0.011294    0.032433     0.053317     0.082723      0.11881      0.19145      0.30241      0.45037       0.5671      0.63315      0.70417      0.78371      0.87273      0.96684       0.99566  
    cl_mt_coh_p1v6      0.35714    6.4743    3.4158     'cl_mt_coh'        'fl_w'             3               6           0.025        0.5276      -3.7594    57.171     0.00031184     0.0035594    0.99613    -2.5601e-33    1.8907e-12    -0.84837    0.85809    2.2634    3.0665     3.468    3.8695    4.1706    4.7729    5.7767    6.9813    7.9851    8.6877    9.5912    10.796    13.004    18.023    24.849         6.0717             0.89842              11.668                1                  2.9828               0.64122                7.0392               0.90648                 1.646               0.96382          -0.00021884     0.00028033    0.011027    0.034625      0.05872     0.088873      0.12272      0.18761      0.30984      0.46653      0.57358      0.63823      0.71128      0.78706      0.87858      0.96836       0.99578  
    cl_mt_coh_p1v7      0.42857    6.4768    3.4254     'cl_mt_coh'        'fl_w'             3               7           0.025       0.52888      -4.5113    57.243     0.00030025     0.0040201    0.99568    -8.9441e-34    4.5561e-13     -1.0972     0.7102    2.2164    2.9193    3.4214    3.7226    4.1242    4.8271    5.9317    7.0362    8.0404    8.7433     9.647    10.852     12.86     17.78    24.609         5.8549              0.9041              11.733                1                  2.9492               0.63925                7.1021               0.90911                1.6821               0.97132          -0.00028365    -9.5554e-05    0.011185    0.033637     0.059259      0.08197      0.11282      0.18573      0.31702      0.46172      0.57459      0.64078      0.71415      0.79108      0.87781      0.96799       0.99581  
    cl_mt_coh_p1v8          0.5    6.4532    3.3044     'cl_mt_coh'        'fl_w'             3               8           0.025       0.51206      -5.2632    57.314     0.00011127     0.0025379    0.99735     5.7366e-34    1.0554e-14    -0.84358     1.1653    2.5715    3.1742     3.576    3.8773    4.1787    4.7813    5.7858    6.9911    7.9956    8.6987    9.5022    10.708    12.716    17.638    24.268         5.1102             0.90437              10.919                1                   2.551               0.61058                 6.753               0.91369                1.6152               0.96708          -0.00023952     0.00060159    0.013962     0.04007     0.066995     0.094153      0.12595      0.19829      0.32311      0.47279      0.58302      0.65062      0.71569      0.79256      0.87814      0.96908       0.99585  
    cl_mt_coh_p1v9      0.57143    6.4686    3.1854     'cl_mt_coh'        'fl_w'             3               9           0.025       0.49244       -6.015    57.386     0.00011741     0.0020796     0.9978     -3.696e-34    4.3805e-14     -0.6982     1.3081    2.6123    3.3145    3.7158     4.117     4.418    4.9196    5.8224    6.8256    7.8288     8.531    9.3336    10.437    12.544    17.359     23.98         4.5334             0.90343              10.147                1                   2.311               0.60277                6.2946               0.91567                1.5411               0.95914          -0.00022955     0.00087009    0.014403    0.039124     0.067828      0.10113      0.13848      0.20331       0.3356      0.47246       0.5881      0.65538      0.71852       0.7921      0.88197      0.96915       0.99589  
    cl_mt_coh_p1v10     0.64286    6.5691    3.1481     'cl_mt_coh'        'fl_w'             3              10           0.025       0.47922      -6.7669    57.457     0.00010088     0.0021706    0.99773     3.7367e-33    3.1661e-13    -0.64557     1.1607    2.4653    3.2681    3.7698    4.1712    4.5726    5.1747    6.0779    7.0814    7.9845    8.4863    9.2891    10.493      12.5    17.217     23.84         4.2788             0.90736              9.9103                1                  2.2427               0.60627                6.1396               0.91678                1.5281               0.95754          -0.00023287     0.00069226    0.012778     0.03838     0.064403     0.095986      0.13303      0.20668      0.33392       0.4923      0.60203      0.65428      0.72525      0.80025      0.88544      0.96983       0.99611  
    cl_mt_coh_p1v11     0.71429    6.7057    3.1998     'cl_mt_coh'        'fl_w'             3              11           0.025       0.47717      -7.5188    57.528     0.00010887     0.0014469    0.99844     4.6998e-34    1.4674e-13    -0.29134     1.4151    2.6197     3.222    3.6235    4.1254     4.527    5.2296    6.2334    7.3376    8.2411    8.8434    9.6464     10.65    12.557    17.175      23.7          4.192              0.9141              10.239                1                  2.2217               0.60007                6.4439               0.92074                1.5729               0.96409          -0.00017529      0.0010666    0.014998    0.040217     0.064411     0.096577      0.13167      0.20262      0.32291      0.47564      0.59559      0.65962      0.73316      0.80064      0.88497      0.97038       0.99615  
    cl_mt_coh_p1v12     0.78571    6.7573    3.1903     'cl_mt_coh'        'fl_w'             3              12           0.025       0.47213      -8.2707      57.6     4.7939e-05    0.00055488     0.9994     4.8489e-34    1.2688e-13     0.46522     1.9714    3.0759    3.4776    3.7788    4.0801    4.3813    5.0842    6.1887    7.3937    8.3978    9.0003    9.8036    10.808    12.716    17.335    23.661         3.8962             0.91498              10.178                1                  2.0223               0.57068                6.5827               0.92531                1.5732                0.9671          -3.8839e-05      0.0020066     0.02206    0.047748     0.074124      0.10521      0.13544      0.20422       0.3341      0.48151      0.59892      0.66035      0.73096      0.80034      0.88609       0.9711       0.99618  
    cl_mt_coh_p1v13     0.85714    6.7605    3.1196     'cl_mt_coh'        'fl_w'             3              13           0.025       0.46144      -9.0226    57.671     1.7773e-05     0.0002444    0.99974     1.1223e-32    1.0252e-13     0.92126     2.3275    3.3319    3.7336     4.035    4.2359    4.4367     4.939    6.0438    7.2491    8.2536    8.9567    9.7602    10.865    12.773    17.193    23.521         3.5363             0.91343              9.7317                1                  1.7686                0.5405                6.4249               0.92966                1.5382               0.96612           4.9161e-05      0.0028677    0.021434    0.050888     0.084617      0.10979      0.14155      0.20792      0.34046      0.48018      0.59153      0.66059      0.73097      0.80363       0.8883       0.9705        0.9962  
    cl_mt_coh_p1v14     0.92857    6.7415    3.1045     'cl_mt_coh'        'fl_w'             3              14           0.025        0.4605      -9.7744    57.743     1.5093e-05    0.00017707    0.99981    -8.9978e-34    6.9397e-14     0.96006     2.2642    3.2675    3.7691    4.1704    4.4713     4.672    5.0733    5.8759    7.0797    8.1833    8.8855    9.6881    10.892    12.798    17.212    23.533          3.343             0.91329              9.6376                1                  1.7449               0.54038                6.3548               0.92986                 1.538               0.96684           6.8727e-05      0.0026342    0.020792     0.04838     0.081343      0.12281      0.15548      0.22626      0.33957      0.48115      0.59497      0.66044      0.72365      0.80286      0.88691      0.97048       0.99625  
    cl_mt_coh_p1v15           1     6.781    2.9888     'cl_mt_coh'        'fl_w'             3              15           0.025       0.44075      -10.526    57.814     1.5807e-05    0.00018479     0.9998     4.6647e-33    1.4594e-14     0.91395     2.1182    3.3224    4.0249    4.4263    4.7274    4.9281    5.3295    5.9316    6.9351     8.039    8.7415    9.5443    10.648    12.655    17.171    23.293         3.0036             0.91135              8.9327                1                   1.539                0.5197                5.9159               0.93113                1.4778               0.96055           6.9688e-05      0.0025397    0.020371    0.050621     0.088636      0.12353      0.15596      0.23877      0.35284       0.4878      0.60497      0.66835      0.73176      0.80181      0.88834      0.97157        0.9963  

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

    cl_mt_val_p2v1             0    7.7533    1.8263     'cl_mt_val'      'fl_r_save'          4               1         0.44365     0.23555     -9999    15.922      0      0.00047223    0.99953    -7.8525e-34    -6.8557e-35    0.86596    3.1699     4.697    5.4111    5.8819    6.2306    6.5651    7.1035    7.8265    8.4922     9.001    9.2847    9.6293    10.046    10.653    11.728    12.769         3.3352                1                 5.1993             0.91007              0.42762               0.31989                3.8955               0.90122               0.87617               0.93682          -2.5856e-05    0.0028529    0.024118    0.056892     0.094457      0.13258      0.17465      0.26266      0.40769      0.56546      0.67905      0.73636      0.79897      0.86198      0.92857      0.98428       0.99833  
    cl_mt_val_p2v2     0.0042857    7.7641    1.8252     'cl_mt_val'      'fl_r_save'          4               2         0.44365     0.23509     -9999    16.013      0      0.00047014    0.99953     1.5137e-33     1.0298e-34    0.86072    3.2079     4.702    5.4229    5.8944    6.2383    6.5844    7.1021    7.8274    8.5228     9.019    9.3115    9.6263    10.049    10.652    11.757    12.794         3.3315                1                 5.2176             0.90952               0.4529               0.32233                 3.889               0.90317               0.87562               0.93785          -2.6107e-05     0.002848    0.024299    0.057059     0.093494      0.13359      0.17515      0.26447      0.40733      0.56519       0.6782      0.73769      0.79749      0.86095      0.92718       0.9843       0.99831  
    cl_mt_val_p2v3     0.0085714    7.7662    1.8284     'cl_mt_val'      'fl_r_save'          4               3         0.44365     0.23543     -9999    16.112      0      0.00047003    0.99953     1.9252e-33     2.4432e-16     0.8605    3.2046    4.6914    5.4236    5.8949    6.2388    6.5849    7.1025    7.8279    8.5235    9.0199    9.3122    9.6294    10.049    10.662    11.781    12.842          3.343                1                 5.2565             0.90873              0.50132               0.33015                3.8789               0.90528               0.87626               0.93928          -2.6241e-05    0.0028494    0.024255    0.057173      0.09343      0.13341      0.17499      0.26405      0.40715      0.56691      0.67799      0.73754      0.79817      0.86068       0.9274      0.98426       0.99831  
    cl_mt_val_p2v4      0.012857    7.7852    1.8324     'cl_mt_val'      'fl_r_save'          4               4         0.44365     0.23537     -9999    16.231      0      0.00046267    0.99954     3.6964e-34     5.7746e-35    0.87069    3.2222    4.7569     5.426     5.921    6.2528    6.6018    7.1067    7.8514     8.526    9.0307    9.3157    9.6597    10.074     10.69    11.827    12.907         3.3576                1                 5.3268             0.90765              0.57098                0.3404                3.8776               0.90772               0.87823               0.94134          -2.2878e-05    0.0028779    0.024648    0.058062     0.094382      0.13276      0.17598      0.26234      0.40821      0.56543      0.67782       0.7365      0.79767      0.86179       0.9273      0.98428       0.99831  
    cl_mt_val_p2v5      0.017143    7.7971    1.8434     'cl_mt_val'      'fl_r_save'          4               5         0.44365     0.23642     -9999    16.361      0      0.00045865    0.99954      2.573e-33     1.1093e-14    0.87727    3.2301    4.7097    5.4319    5.9283    6.2522    6.6089    7.1198    7.8584    8.5339    9.0437    9.3534    9.6956    10.102     10.73    11.864    12.995         3.3982                1                 5.4455             0.90679              0.67597               0.35603                3.8859               0.90985               0.88367                0.9434           -2.226e-05    0.0029201    0.024215    0.057041     0.095152      0.13242      0.17573      0.26198      0.40675      0.56524      0.67719      0.73734      0.79672      0.86065      0.92682      0.98417        0.9983  
    cl_mt_val_p2v6      0.021429    7.8253    1.8504     'cl_mt_val'      'fl_r_save'          4               6         0.44365     0.23646     -9999    16.504      0      0.00044752    0.99955    -5.7895e-34     2.2406e-13    0.91129    3.2624    4.7637    5.4451    5.9503    6.2969    6.6304    7.1565     7.879    8.5722    9.0728    9.3865    9.7273     10.15     10.79    11.953    13.101         3.4239                1                 5.5712             0.90532              0.81834               0.37541                3.8665               0.91163               0.88638               0.94629          -1.9786e-05    0.0029092    0.024314    0.057288     0.093466      0.13262      0.17479       0.2625      0.40742      0.56682      0.67787      0.73637      0.79687      0.86025       0.9269      0.98415       0.99828  
    cl_mt_val_p2v7      0.025714    7.8686    1.8649     'cl_mt_val'      'fl_r_save'          4               7         0.44365     0.23701     -9999    16.659      0      0.00043941    0.99956     -5.477e-33      1.085e-12    0.94962    3.2642    4.7825    5.5033    5.9699    6.3162    6.6677    7.1956    7.9206    8.6137    9.1233    9.4281    9.7656    10.213     10.86    12.055    13.254          3.478                1                 5.7897             0.90435                1.027               0.40109                3.8683               0.91198               0.89441               0.94958          -1.7652e-05    0.0029136    0.025009    0.057218     0.093547      0.13271      0.17607      0.26248      0.40816      0.56503       0.6766      0.73804      0.79638      0.85984      0.92719      0.98406       0.99827  
    cl_mt_val_p2v8          0.03     7.923    1.8797     'cl_mt_val'      'fl_r_save'          4               8         0.44365     0.23725     -9999    16.827      0      0.00041736    0.99958     -4.389e-33      5.367e-12     1.0032    3.3288     4.844    5.5093    6.0246     6.366     6.701     7.229    7.9493    8.6552    9.1797    9.4887    9.8316    10.288    10.958    12.192     13.45         3.5334                1                 6.0387             0.90354               1.2992               0.43127                3.8365               0.90994               0.90302               0.95318          -7.3748e-06    0.0030023    0.025347    0.057454     0.095067      0.13315      0.17472      0.26222      0.40851      0.56347        0.676      0.73586      0.79585      0.86018      0.92619      0.98392       0.99826  
    cl_mt_val_p2v9      0.034286     8.012    1.9029     'cl_mt_val'      'fl_r_save'          4               9         0.44365      0.2375     -9999    17.022      0      0.00038039    0.99962    -2.4734e-33     4.2754e-11     1.1159    3.3818    4.8725    5.5923    6.1007    6.4358    6.7616    7.3147    8.0196    8.7416    9.2809    9.5931    9.9627    10.417     11.11    12.395    13.698         3.6209                1                 6.4397             0.90303               1.7225               0.47292                3.8004               0.90325               0.91679               0.95792           6.9604e-06    0.0030721    0.025173    0.058332     0.096355      0.13326      0.17454      0.26364      0.40619      0.56518      0.67605      0.73453      0.79541       0.8591      0.92634      0.98385       0.99824  
    cl_mt_val_p2v10     0.038571    8.1075     1.943     'cl_mt_val'      'fl_r_save'          4              10         0.44365     0.23965     -9999    17.231      0      0.00035637    0.99964     1.3807e-32     2.2919e-10     1.1524    3.4428    4.9434    5.6586    6.1304    6.5029     6.818    7.3928    8.1146    8.8438    9.3935    9.7151    10.093    10.586    11.303    12.643    14.015         3.7751                1                  7.017             0.90341               2.3243               0.52143                 3.751               0.88982               0.94169               0.96271           1.3851e-05    0.0030517    0.024779    0.057679     0.094198      0.13323      0.17455       0.2643      0.40544      0.56236      0.67441      0.73343      0.79514      0.85866      0.92528      0.98365       0.99823  
    cl_mt_val_p2v11     0.042857    8.2714    2.0011     'cl_mt_val'      'fl_r_save'          4              11         0.44365     0.24193     -9999    17.458      0      0.00030332     0.9997    -1.5508e-34      1.469e-09     1.2924    3.5792     5.049    5.7539    6.2031    6.6278    6.9348    7.5076    8.2584     9.009    9.5836    9.9295    10.323    10.837    11.609    13.014    14.455         4.0043                1                 7.9378             0.90552               3.2698               0.58035                3.6868               0.86557               0.98113               0.96779           2.9523e-05    0.0031614    0.025631    0.058687     0.094366      0.13327      0.17402      0.26174      0.40465      0.56086      0.67409      0.73196      0.79331      0.85771       0.9247      0.98352       0.99821  
    cl_mt_val_p2v12     0.047143    8.5056    2.1007     'cl_mt_val'      'fl_r_save'          4              12         0.44365     0.24698     -9999    17.688      0      0.00027118    0.99973    -5.4113e-33     2.8159e-09     1.4276    3.6806     5.175    5.8857    6.3658    6.7559     7.088    7.6679    8.4675    9.2645    9.8881     10.25    10.679    11.232    12.056    13.546    15.011          4.413                1                 9.4974             0.91042               4.8247               0.64903                3.6171               0.82417                1.0557               0.97191           4.6191e-05     0.003199     0.02497     0.05795     0.093762      0.13399      0.17332      0.25984      0.40396       0.5587      0.67282      0.73064      0.79144      0.85568      0.92394      0.98333       0.99819  
    cl_mt_val_p2v13     0.051429    8.9137    2.2509     'cl_mt_val'      'fl_r_save'          4              13         0.44365     0.25252     -9999    17.933      0      0.00021929    0.99978     3.2807e-33     6.8165e-08     1.6899    3.8928    5.3868    6.1336    6.6116    7.0441    7.3788    7.9922    8.8411    9.7204    10.394      10.8    11.278    11.879    12.765    14.288    15.929         5.0664                1                 12.218             0.91877               7.5525               0.72547                3.4779               0.75522                1.1878                0.9749           7.3072e-05    0.0033388    0.025166    0.058237     0.092984      0.13261       0.1718      0.25813      0.40042      0.55638      0.66933      0.72787      0.79001      0.85428      0.92315       0.9832       0.99816  
    cl_mt_val_p2v14     0.055714    9.6835    2.5485     'cl_mt_val'      'fl_r_save'          4              14         0.44365     0.26318     -9999    18.192      0      0.00015429    0.99985    -8.6209e-33     8.7982e-07     2.0202    4.1855    5.6947    6.5358    7.0614     7.499    7.8933    8.5782     9.574    10.588    11.401    11.885    12.423     13.08    13.989    15.937     17.31         6.4948                1                 18.818             0.92876               14.062               0.81162                3.2278               0.63318                1.5287               0.97421           0.00010285    0.0034121    0.024526    0.057188     0.092669      0.12954      0.16931      0.25378      0.39493       0.5504      0.66385      0.72407      0.78656      0.85272      0.92223      0.98288        0.9982  
    cl_mt_val_p2v15         0.06    12.216     3.338     'cl_mt_val'      'fl_r_save'          4              15         0.44365     0.27325     -9999    18.458      0      5.8187e-05    0.99994     2.9912e-34     2.5364e-05     2.9864    5.0575    6.7436    7.7347    8.4702    9.1117     9.663    10.712    12.221    13.692    15.211    15.822    16.281    16.716    17.215    17.833    18.242         11.142                1                 46.836             0.95762               41.338               0.92188                2.4522               0.37628                3.0462               0.96395            0.0001643    0.0033986    0.023425    0.053154     0.086707       0.1228      0.16084      0.24416      0.38557      0.54433      0.66179      0.72546      0.79111      0.85874      0.92811      0.98557        0.9986  

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

    cl_mt_pol_c_p2v1             0    1.7979    0.51212    'cl_mt_pol_c'     'fl_r_save'          4               1         0.44365     0.28483     0.02    7.5426      0        0        1      -7.8525e-34    -3.2478e-34    0.79978    0.96384    1.1156     1.214    1.3063    1.3617    1.4273    1.5421    1.7062    1.9031    2.0835     2.182    2.3071    2.4773    2.7726    3.3468    4.0194        0.87617             0.93682               1.573              0.9819              0.12958               0.34567                1.1812               0.97451               0.26226                  1             0.00040842    0.0050319    0.028941    0.061227     0.096207      0.13443      0.17373       0.2585      0.39273      0.54163      0.65272      0.71434      0.77412      0.84057      0.91446      0.97969       0.99765  
    cl_mt_pol_c_p2v2     0.0042857    1.7994    0.51152    'cl_mt_pol_c'     'fl_r_save'          4               2         0.44365     0.28428     0.02    7.5458      0        0        1       1.5137e-33    -1.2667e-33    0.79882    0.96678    1.1184    1.2126    1.3109    1.3641     1.442    1.5403    1.7144    1.9172    2.0974    2.1794    2.3104    2.4886    2.7693    3.3551    4.0146        0.87562             0.93785              1.5774             0.98119              0.14042               0.35659                1.1754                 0.974               0.26165                  1             0.00040999    0.0052033    0.029599    0.060959      0.10409      0.13318      0.18265      0.25628      0.39195      0.54915      0.65908       0.7135      0.77844      0.84076      0.91364      0.97992       0.99765  
    cl_mt_pol_c_p2v3     0.0085714    1.7997    0.51023    'cl_mt_pol_c'     'fl_r_save'          4               3         0.44365     0.28351     0.02    7.5509      0        0        1       1.9252e-33     2.4432e-16    0.79936    0.96743    1.1191    1.2134    1.3118    1.3651    1.4429    1.5413    1.7155    1.9185    2.0988    2.1808     2.312    2.4903    2.7711     3.343    3.9845        0.87626             0.93928              1.5818             0.97993              0.15915               0.37558                1.1623               0.97208               0.26033                  1             0.00041054    0.0052454    0.029564    0.061025      0.10431      0.13328      0.18265      0.25611       0.3922      0.54909      0.65972      0.71356       0.7792      0.84086      0.91476      0.97992       0.99768  
    cl_mt_pol_c_p2v4      0.012857    1.8021    0.50915    'cl_mt_pol_c'     'fl_r_save'          4               4         0.44365     0.28253     0.02    7.5574      0        0        1       3.6964e-34    -6.7312e-35    0.79875    0.96669    1.1183    1.2186    1.3108    1.3763    1.4418    1.5483    1.7204     1.917    2.0972    2.1935    2.3102    2.4905     2.769    3.3261    3.9323        0.87823             0.94134              1.5953             0.97831              0.18577               0.39859                1.1503               0.96913               0.25923                  1             0.00040304    0.0051199     0.02925    0.061047       0.1028      0.13871      0.18039      0.25532      0.40041      0.54602      0.65681      0.71427      0.77616      0.84327      0.91545      0.98079       0.99769  
    cl_mt_pol_c_p2v5      0.017143    1.8026    0.50813    'cl_mt_pol_c'     'fl_r_save'          4               5         0.44365     0.28188     0.02    7.5654      0        0        1        2.573e-33     -7.723e-34    0.80369    0.96771    1.1194    1.2199    1.3122    1.3778    1.4434      1.55    1.7222     1.919    2.0994    2.1815    2.3127    2.4931    2.7555    3.3009     3.918        0.88367              0.9434              1.6168             0.97673              0.22261               0.42535                 1.136               0.96496               0.25819                  1              0.0004123    0.0052421     0.02935    0.061133      0.10344      0.13983      0.18109      0.25589      0.40444      0.54532      0.65774      0.71262      0.77616      0.84247      0.91423      0.98021       0.99775  
    cl_mt_pol_c_p2v6      0.021429    1.8061    0.50621    'cl_mt_pol_c'     'fl_r_save'          4               6         0.44365     0.28028     0.02    7.5745      0        0        1      -5.7895e-34     2.2406e-13    0.80336    0.96731     1.119    1.2296    1.3116    1.3772    1.4428    1.5575    1.7215    1.9346    2.0986    2.1969     2.324    2.5084    2.7708    3.2954    3.8733        0.88638             0.94629              1.6393             0.97375              0.27067               0.45388                1.1124               0.95873               0.25625                  1              0.0004083    0.0050455    0.028603    0.065271      0.10097      0.13611       0.1777      0.26401      0.39964      0.54903       0.6569      0.71925      0.77612      0.84254      0.91657      0.98066       0.99776  
    cl_mt_pol_c_p2v7      0.025714    1.8122    0.50506    'cl_mt_pol_c'     'fl_r_save'          4               7         0.44365      0.2787     0.02    7.5848      0        0        1       -5.477e-33      1.085e-12    0.81134    0.97524    1.1248    1.2293    1.3112    1.3912    1.4424    1.5571    1.7374    1.9341    2.1021    2.1963    2.3275    2.5078     2.768    3.2781    3.8354        0.89441             0.94958              1.6835             0.97097              0.33729               0.48639                1.0911               0.94984               0.25508                  1             0.00041569    0.0052008    0.028886    0.063482     0.097941      0.13383      0.17457      0.25952      0.40405      0.54298      0.65596      0.71445      0.77616      0.84482      0.91549      0.98056       0.99776  
    cl_mt_pol_c_p2v8          0.03    1.8193    0.50399    'cl_mt_pol_c'     'fl_r_save'          4               8         0.44365     0.27702     0.02     7.596      0        0        1       -4.389e-33    -4.8664e-34    0.81123    0.97716    1.1308    1.2291    1.3275     1.393    1.4565    1.5671    1.7372    1.9502    2.1141    2.2124    2.3435    2.5074    2.7676    3.2695    3.8349        0.90302             0.95318              1.7327             0.96692              0.41846               0.51806                1.0602               0.93788               0.25401                  1             0.00042958    0.0051862     0.02964    0.061611      0.10535      0.13929      0.17286       0.2555      0.39648       0.5475      0.66188      0.71647      0.77919      0.84521      0.91658       0.9812       0.99777  
    cl_mt_pol_c_p2v9      0.034286    1.8308    0.50296    'cl_mt_pol_c'     'fl_r_save'          4               9         0.44365     0.27472     0.02    7.6081      0        0        1      -2.4734e-33     2.8931e-35     0.8112    0.98328    1.1328    1.2455    1.3274     1.393    1.4585    1.5773    1.7535    1.9666    2.1304    2.2451    2.3599    2.5237    2.7696    3.2448    3.8348        0.91679             0.95792              1.8132             0.96194              0.53777               0.55862                1.0224               0.91935               0.25297                  1             0.00041277    0.0053075    0.028754    0.062328       0.1022      0.13444      0.17597      0.25573      0.39587      0.55217      0.66159      0.72277      0.78189      0.84537      0.91757      0.98098       0.99782  
    cl_mt_pol_c_p2v10     0.038571    1.8443    0.50344    'cl_mt_pol_c'     'fl_r_save'          4              10         0.44365     0.27297     0.02    7.6211      0        0        1       1.3807e-32     5.6978e-34    0.81947    0.98336    1.1473    1.2476    1.3275    1.4095     1.475    1.5898    1.7701    1.9831     2.147    2.2515    2.3765     2.524     2.778    3.2451    3.8351        0.94169             0.96271              1.9248             0.95636               0.6947               0.60145               0.97662               0.89411               0.25346                  1             0.00040524     0.005002    0.030146    0.061175     0.098166      0.13556      0.17944      0.25906        0.393      0.54993      0.65729       0.7173       0.7808      0.84657      0.91733      0.98117       0.99782  
    cl_mt_pol_c_p2v11     0.042857    1.8676    0.50662    'cl_mt_pol_c'     'fl_r_save'          4              11         0.44365     0.27126     0.02    7.6347      0        0        1      -1.5508e-34      1.469e-09    0.82986    0.99583    1.1475    1.2622    1.3442    1.4261    1.4917    1.6064    1.8032    2.0081    2.1802    2.2785    2.3933    2.5572    2.7969    3.2826    3.8419        0.98113             0.96779              2.1107             0.95107               0.9299                0.6519               0.92416               0.85699               0.25667                  1             0.00042368    0.0049858    0.028886    0.061672     0.096015      0.13419       0.1751      0.25838      0.39377      0.54617      0.65963      0.71751      0.78031      0.84784      0.91762      0.98119       0.99781  
    cl_mt_pol_c_p2v12     0.047143    1.9037    0.51704    'cl_mt_pol_c'     'fl_r_save'          4              12         0.44365      0.2716     0.02     7.649      0        0        1      -5.4113e-33     2.8159e-09    0.83623     1.0002    1.1642    1.2912    1.3773    1.4593    1.5249    1.6561    1.8508    2.0537    2.2258    2.3242    2.4431    2.5968    2.8407    3.3326    3.9967         1.0557             0.97191              2.4347             0.94825               1.2995               0.71023               0.86791               0.80349               0.26733                  1               0.000417    0.0049873     0.02933    0.060964     0.097551      0.13876      0.17936      0.26326      0.39277      0.54595      0.65859      0.72255      0.78137      0.84869      0.91872      0.98117       0.99779  
    cl_mt_pol_c_p2v13     0.051429    1.9705    0.54129    'cl_mt_pol_c'     'fl_r_save'          4              13         0.44365     0.27469     0.02     7.664      0        0        1       3.2807e-33     6.8165e-08    0.85292      1.019    1.1912    1.3286     1.427    1.4926    1.5746    1.7079    1.9191    2.1323    2.2963    2.3968    2.5219    2.6941    2.9524    3.4937    4.2133         1.1878              0.9749              3.0353             0.94914               1.9398               0.77483               0.80255               0.72469               0.29299                  1             0.00039837    0.0048904     0.02776    0.064237     0.099584      0.13336       0.1748      0.25441      0.39713      0.54934      0.65754      0.71806      0.77973      0.84695      0.91793      0.98074       0.99774  
    cl_mt_pol_c_p2v14     0.055714    2.1133    0.61572    'cl_mt_pol_c'     'fl_r_save'          4              14         0.44365     0.29135     0.02    8.9594      0        0        1      -8.6209e-33     8.7982e-07    0.87853     1.0485    1.2492    1.3925    1.4908    1.5891    1.6711    1.8308    2.0356    2.2731    2.4677    2.5926    2.7278     2.908    3.2459    3.9401    4.6527         1.5287             0.97421              4.6837             0.95677               3.5765                0.8544               0.72811               0.59117               0.37911                  1             0.00038829    0.0047385    0.026575    0.060272     0.094032      0.13076      0.16947      0.25029      0.38716        0.542       0.6518      0.71463       0.7757      0.84164      0.91391      0.97992       0.99761  
    cl_mt_pol_c_p2v15         0.06    2.7313     0.9467    'cl_mt_pol_c'     'fl_r_save'          4              15         0.44365     0.34661     0.02    8.9781      0        0        1       2.9912e-34    -9.7916e-35    0.94657      1.133     1.426    1.6206    1.7641    1.8849    2.0038     2.223     2.557    3.0118    3.4421    3.6367    3.8355    4.0813    4.4009    4.8025    6.1978         3.0462             0.96395              13.517             0.97448               11.967               0.94102               0.65353               0.35359               0.89624                  1              0.0003452    0.0038313    0.024053    0.051222     0.082373      0.11608      0.15132      0.22956      0.36108      0.51199       0.6304      0.69438      0.76249      0.83587      0.91223      0.98011       0.99765  

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

    cl_mt_pol_k_p2v1             0    4.6578    2.3669    'cl_mt_pol_k'     'fl_r_save'          4               1         0.44365     0.50815      0      33.47     -7.904e-34      0        1       -7.904e-34    -1.3054e-35    0.99538    1.3213    1.7441    2.1878    2.4503    2.7679    2.9016    3.4953    4.1834    4.9758    5.7912    6.2459    6.9168    7.6186    9.1698    12.431    16.888         3.8955             0.90122              7.1655             0.96776               0.3823                0.22066                5.602                  1                   1.1812               0.97451          0.00020036    0.0025582     0.01633    0.038257     0.063423     0.090159      0.12232      0.19134      0.31675      0.46129      0.57974      0.64331      0.71474      0.79088      0.88119      0.96914       0.99601  
    cl_mt_pol_k_p2v2     0.0042857    4.6572    2.3591    'cl_mt_pol_k'     'fl_r_save'          4               2         0.44365     0.50655      0     30.844     1.5546e-33      0        1       1.5546e-33     5.6433e-17    0.98663    1.3233    1.7481    2.1852    2.4765    2.7679    2.8981    3.4911    4.1784    4.9667    5.7843    6.2864     6.905    7.6521    9.0255    12.357    17.212          3.889             0.90317              7.1542             0.96488              0.41334                 0.2276               5.5655                  1                   1.1754                 0.974          0.00019175     0.002504    0.016433    0.038613     0.063753     0.092266      0.12143       0.1912      0.31567      0.46063      0.57938      0.64637      0.71209      0.79007      0.88001      0.96919       0.99601  
    cl_mt_pol_k_p2v3     0.0085714     4.643    2.3435    'cl_mt_pol_k'     'fl_r_save'          4               3         0.44365     0.50473      0     28.623     1.9734e-33      0        1       1.9734e-33     8.5342e-15     0.9915    1.3214    1.7473    2.1858    2.4782    2.7697    2.9001    3.4935    4.1812    4.9631    5.7881    6.2906    6.8433    7.6661    9.0552    12.365    17.224         3.8789             0.90528              7.1162             0.95983              0.46201                0.23739               5.4918                  1                   1.1623               0.97208           0.0001934    0.0025164    0.016654     0.03813     0.064276     0.092039      0.12171       0.1917      0.31889      0.46288      0.58082      0.64844      0.71296      0.79305      0.88199       0.9692       0.99605  
    cl_mt_pol_k_p2v4      0.012857    4.6376    2.3313    'cl_mt_pol_k'     'fl_r_save'          4               4         0.44365     0.50269      0     26.586     1.7955e-34      0        1       1.7955e-34     1.0289e-12    0.98596    1.3276    1.7514    2.1815    2.4763    2.7676    2.8979    3.5078     4.178    4.9342      5.83    6.2379    6.8582    7.6088    9.1032    12.416    16.541         3.8776             0.90772              7.1121             0.95251              0.52683                0.24687               5.4349                  1                   1.1503               0.96913          0.00018981    0.0024989    0.016898     0.03836     0.063681     0.091689       0.1223      0.19123      0.31593       0.4627      0.58416       0.6522      0.71557      0.79244      0.88235      0.96921       0.99595  
    cl_mt_pol_k_p2v5      0.017143    4.6208    2.3168    'cl_mt_pol_k'     'fl_r_save'          4               5         0.44365      0.5014      0     24.856      2.349e-33      0        1        2.349e-33     1.0462e-12    0.99364    1.3209    1.7455    2.1892    2.4789    2.7649    2.9009    3.4945    4.1824    4.9701    5.7435    6.2444    6.8654    7.5154    9.0579    11.888    16.828         3.8859             0.90985               7.108             0.94177              0.60425                0.25322               5.3677                  1                    1.136               0.96496          0.00019351    0.0025055    0.016414    0.039735     0.064131     0.091389      0.12279      0.19641      0.31686      0.46597      0.58653      0.64924      0.71413      0.79155      0.88294       0.9699       0.99597  
    cl_mt_pol_k_p2v6      0.021429    4.6058    2.2921    'cl_mt_pol_k'     'fl_r_save'          4               6         0.44365     0.49766      0     23.237    -6.5023e-34      0        1      -6.5023e-34      4.476e-11    0.99458      1.33    1.7656    2.1885    2.4779    2.7694    2.9323     3.493    4.1412    4.9729    5.7411    6.2418     6.709    7.5622    8.7797    11.944    17.222         3.8665             0.91163              7.0644             0.92673              0.69816                0.25855               5.2539                  1                   1.1124               0.95873          0.00019102    0.0025377    0.017092    0.039421     0.064713      0.09326      0.12845      0.19407      0.32454      0.46632      0.58273      0.64561       0.7154      0.79245      0.88248      0.96931       0.99602  
    cl_mt_pol_k_p2v7      0.025714    4.5985    2.2744    'cl_mt_pol_k'     'fl_r_save'          4               7         0.44365      0.4946      0     21.829    -5.5726e-33      0        1      -5.5726e-33     5.2024e-11     1.0029    1.3323     1.776    2.1909    2.4772    2.7721     2.924    3.5223    4.1401    4.8858    5.7858    6.1921    6.6934     7.663    8.8871     12.18    16.832         3.8683             0.91198              7.0714             0.90568              0.80727                 0.2585               5.1731                  1                   1.0911               0.94984          0.00023844    0.0026158    0.017196    0.039908     0.064541     0.092717      0.12335      0.19303      0.31705      0.46846      0.58268      0.65007      0.71566      0.79385      0.88199      0.96939       0.99607  
    cl_mt_pol_k_p2v8          0.03    4.5806     2.243    'cl_mt_pol_k'     'fl_r_save'          4               8         0.44365     0.48966      0     21.608    -4.4842e-33      0        1      -4.4842e-33     5.7311e-10     1.0027    1.3329    1.7758    2.1906    2.4827    2.7717    2.8985    3.5117     4.179    4.8423    5.7902    5.9328    6.8101    7.5077    8.9956    12.302    15.977         3.8365             0.90994              7.0065             0.87857               0.9154                0.25465               5.0309                  1                   1.0602               0.93788          0.00022819    0.0026083    0.016835    0.039726     0.064764     0.093565      0.12623      0.19501      0.32169      0.46759       0.5841      0.64769      0.72175      0.79736      0.88371         0.97       0.99614  
    cl_mt_pol_k_p2v9      0.034286    4.5629    2.2111    'cl_mt_pol_k'     'fl_r_save'          4               9         0.44365      0.4846      0     21.593    -2.5582e-33      0        1      -2.5582e-33     9.6153e-10     1.0027     1.337    1.8682     2.194    2.5548    2.7652     2.931    3.3976    4.2183    4.9279    5.5494    5.9649    6.9093     7.199    9.0166    11.705    15.202         3.8004             0.90325              6.9709             0.84123               1.0593                 0.2503               4.8892                  1                   1.0224               0.91935          0.00021214    0.0026992    0.017296    0.040505     0.065698     0.094598      0.12838      0.19639      0.32083      0.46954      0.58602      0.64832      0.72064      0.79579      0.88403      0.97069       0.99618  
    cl_mt_pol_k_p2v10     0.038571    4.5231    2.1696    'cl_mt_pol_k'     'fl_r_save'          4              10         0.44365     0.47967      0     21.573     1.3481e-32      0        1       1.3481e-32     1.3481e-09     1.0028    1.3388     1.884    2.2076    2.4835     2.777    2.9638    3.3594    4.0729     5.014    5.3988     6.152    6.6614    7.2148    8.6044    11.154    15.948          3.751             0.88982               6.891              0.7945               1.2072                0.24251               4.7073                  1                  0.97662               0.89411          0.00020255    0.0027365     0.01732    0.040491     0.067284     0.096383      0.12806      0.19745      0.32398      0.47199       0.5857      0.65077      0.72101      0.79575      0.88558       0.9705       0.99621  
    cl_mt_pol_k_p2v11     0.042857    4.4905    2.1286    'cl_mt_pol_k'     'fl_r_save'          4              11         0.44365     0.47402      0     21.601     9.3773e-35      0        1       9.3773e-35     2.2544e-09     1.0116    1.3524    1.8494     2.222    2.4483    2.8082    2.9644    3.4924    3.9091    4.8898    5.4596    6.2174    6.3649    7.4067    8.2096    10.784    16.418         3.6868             0.86557              6.8383             0.73337               1.3833                0.23082               4.5308                  1                  0.92416               0.85699          0.00020417    0.0027368    0.017738    0.042612     0.066958     0.098128      0.13082      0.20093      0.32405      0.47402      0.58699      0.65288      0.72352      0.79799      0.88589      0.97066       0.99631  
    cl_mt_pol_k_p2v12     0.047143    4.4476    2.0891    'cl_mt_pol_k'     'fl_r_save'          4              12         0.44365     0.46972      0     21.677    -5.5849e-33      0        1      -5.5849e-33     1.0499e-09     1.0184    1.3523    1.8487    2.1951    2.5364    2.7914    2.8674    3.5417    3.9684    4.6938    5.7417    5.9774    6.1066    7.5823    7.9214    11.621    15.804         3.6171             0.82417              6.8181              0.6572               1.5857                0.21449               4.3645                  1                  0.86791               0.80349          0.00020659     0.002748    0.017942    0.041809      0.06836     0.097896      0.13165      0.20189      0.32413      0.47717      0.59025      0.65915      0.72339      0.79924      0.88589      0.97054       0.99641  
    cl_mt_pol_k_p2v13     0.051429    4.4138     2.046    'cl_mt_pol_k'     'fl_r_save'          4              13         0.44365     0.46353      0     21.648     3.2635e-33      0        1       3.2635e-33     1.2638e-09     1.0293    1.3587     1.996    2.1792    2.6097    2.7174    2.8358    3.4269    4.1825    4.5437    5.6337    5.7436    6.0216    7.2923    8.1368    11.844    15.085         3.4779             0.75522              6.7638             0.55956               1.7753                0.18761               4.1859                  1                  0.80255               0.72469          0.00021189    0.0029152     0.01814      0.0419     0.068633     0.099703      0.13169      0.20392       0.3277      0.47733      0.59247      0.65734      0.72299      0.80116      0.88571      0.97121       0.99661  
    cl_mt_pol_k_p2v14     0.055714     4.378    2.0003    'cl_mt_pol_k'     'fl_r_save'          4              14         0.44365      0.4569      0     21.574    -9.6536e-33      0        1      -9.6536e-33     1.5129e-09     1.0445    1.3777     1.958    2.1988    2.5343    2.6419    2.9952    3.3164    4.1601    4.5237    5.4247    5.5261      6.66    6.9952    8.7991    11.367     14.42         3.2278             0.63318              6.7309             0.42322               2.0014                0.14717               4.0014                  1                  0.72811               0.59117          0.00024057    0.0028454    0.018629    0.042291     0.070227      0.09963      0.13224      0.20592      0.33065      0.47749      0.59557      0.65922      0.72434      0.80313      0.88701      0.97188        0.9967  
    cl_mt_pol_k_p2v15         0.06    4.3548    1.9523    'cl_mt_pol_k'     'fl_r_save'          4              15         0.44365     0.44832      0     21.497     4.1627e-34      0        1       4.1627e-34     1.0284e-09     1.0487    1.4611    1.8997    2.3257    2.4772    2.7716    3.0467    3.2401     4.004    4.9674    5.2403    5.4311    6.5417    6.7447    8.4471    10.895    13.765         2.4522             0.37628              6.6045             0.23088               2.1394               0.081574               3.8116                  1                  0.65353               0.35359          0.00021896    0.0029588    0.018912    0.043114     0.070786      0.10041      0.13418      0.20612      0.33435      0.48086        0.598      0.65913      0.72891      0.80493      0.88944      0.97272       0.99682  

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

    cl_mt_coh_p2v1             0     6.186    3.1283     'cl_mt_coh'      'fl_r_save'          4               1         0.44365     0.50571     -4.67    56.928    0.00029954     0.0042569    0.99544    -7.8525e-34    -3.2478e-34      -1.153    0.75623     2.163    2.8664    3.2684    3.6703    4.0723    4.6752      5.68    6.7854    7.7902    8.3931     9.197    10.202    12.011     16.13    21.657         5.1993             0.91007              9.7862                1                  1.0477               0.45753                7.1655               0.96776                 1.573                0.9819          -0.00030251    -6.0703e-05    0.011393    0.034763     0.057216     0.089522      0.12525      0.18808      0.31139      0.46497      0.58878      0.65122      0.72229      0.79566      0.88416      0.97069       0.99619  
    cl_mt_coh_p2v2     0.0042857    6.2088    3.1429     'cl_mt_coh'      'fl_r_save'          4               2         0.44365      0.5062     -4.67    56.954    0.00028936     0.0042746    0.99544     1.5137e-33    -1.2667e-33     -1.1572    0.74974    2.1549    2.8574    3.3592    3.6603    4.0618     4.664     5.768     6.872    7.7753    8.3775    9.1804    10.284    12.091    16.206    21.826         5.2176             0.90952               9.878                1                  1.1464               0.47381                7.1542               0.96488                1.5774               0.98119          -0.00030012    -8.4735e-05    0.010897    0.033429     0.062394     0.087509       0.1211      0.18601      0.32433      0.47787        0.584      0.64666      0.71869      0.79865      0.88533      0.97043       0.99616  
    cl_mt_coh_p2v3     0.0085714    6.2225    3.1637     'cl_mt_coh'      'fl_r_save'          4               3         0.44365     0.50843     -4.67    56.995    0.00029174     0.0042626    0.99545     1.9252e-33     2.4432e-16     -1.1549    0.75336    2.1594    2.8624    3.2642    3.6659    4.0676    4.6702     5.775    6.8797    7.7836    8.3862    9.1897    10.294    12.102     16.32    22.145         5.2565             0.90873              10.009                1                  1.3109               0.49892                7.1162               0.95983                1.5818               0.97993          -0.00029934    -7.9136e-05    0.011005    0.033602     0.055438     0.087436      0.12113      0.18568      0.32343      0.47722      0.58307      0.64538      0.71711      0.79667      0.88318      0.96977        0.9961  
    cl_mt_coh_p2v4      0.012857    6.2601    3.2028     'cl_mt_coh'      'fl_r_save'          4               4         0.44365     0.51163     -4.67    57.049    0.00028506     0.0042068    0.99551     3.6964e-34     1.5585e-35     -1.1575    0.74924    2.1542    2.8567    3.3585    3.6596     4.061    4.7635     5.767    6.8709    7.8745    8.4766    9.2795    10.383     12.19    16.605    22.627         5.3268             0.90765              10.258                1                  1.5506               0.52887                7.1121               0.95251                1.5953               0.97831          -0.00029295    -8.2826e-05    0.010648    0.032533      0.06127     0.085456       0.1189      0.19437      0.31941      0.47145      0.58808        0.647      0.71825      0.79738      0.88125       0.9696       0.99609  
    cl_mt_coh_p2v5      0.017143    6.2925    3.2577     'cl_mt_coh'      'fl_r_save'          4               5         0.44365     0.51771     -4.67    57.114    0.00029111     0.0041356    0.99557      2.573e-33     1.1093e-14     -1.1538    0.75494    2.1614    2.8646    3.3669    3.6683    4.0702    4.7734     5.778    6.8831    7.8877    8.4905    9.2942    10.399    12.408    16.929    23.057         5.4455             0.90679              10.612                1                  1.8877                0.5626                 7.108               0.94177                1.6168               0.97673          -0.00028888    -5.9636e-05     0.01087    0.033163     0.061676     0.086038      0.12045      0.19304      0.31679      0.46795      0.58352      0.64381      0.71232      0.79088      0.88248       0.9697       0.99594  
    cl_mt_coh_p2v6      0.021429    6.3604    3.3257     'cl_mt_coh'      'fl_r_save'          4               6         0.44365     0.52288     -4.67    57.189    0.00028246     0.0040611    0.99566    -5.7895e-34     2.2406e-13     -1.1553    0.75269    2.1586    2.8615    3.3636    3.6649    4.0666    4.7695    5.7737    6.8783    7.8825    8.5854    9.4892    10.594    12.602    17.322    23.849         5.5712             0.90532               11.06                1                  2.3566               0.60151                7.0644               0.92673                1.6393               0.97375          -0.00027886    -6.4861e-05    0.010419    0.031833     0.059418     0.083183      0.11516      0.18836      0.31088      0.45912      0.57407      0.64184      0.71765      0.79232      0.88144      0.96871       0.99586  
    cl_mt_coh_p2v7      0.025714    6.4687    3.4329     'cl_mt_coh'      'fl_r_save'          4               7         0.44365     0.53069     -4.67    57.272     0.0002635     0.0039938    0.99574     -5.477e-33      1.085e-12     -1.1562    0.85161    2.2571    2.9598    3.3614     3.763    4.1646    4.8673    5.8712    7.0759    8.0799    8.7826    9.5858     10.79    12.999    17.918    24.745         5.7897             0.90435              11.785                1                  3.0297               0.64279                7.0714               0.90568                1.6835               0.97097          -0.00026912     9.4719e-05    0.011822    0.034602     0.056914     0.086735      0.12152      0.19122      0.31367      0.46582      0.57477      0.64266      0.70924      0.78665      0.87962      0.96845       0.99587  
    cl_mt_coh_p2v8          0.03    6.6036    3.5555     'cl_mt_coh'      'fl_r_save'          4               8         0.44365     0.53842     -4.67    57.364    0.00025674     0.0037943    0.99595     -4.389e-33      5.367e-12     -1.0563    0.85086    2.2562    2.9588    3.4607    3.8622    4.1634     4.866    5.9702    7.1747    8.2789    8.9815    9.7846     11.09    13.298    18.618    25.644         6.0387             0.90354              12.642                1                  3.9024               0.68484                7.0065               0.87857                1.7327               0.96692          -0.00027214     8.6896e-05    0.010966    0.032181      0.06133      0.08922      0.11489       0.1832      0.31677      0.45872      0.57589      0.63922      0.70548       0.7856      0.87581      0.96795       0.99575  
    cl_mt_coh_p2v9      0.034286    6.8141    3.7476     'cl_mt_coh'      'fl_r_save'          4               9         0.44365     0.54998     -4.67    57.463    0.00023203     0.0034605    0.99631    -2.4734e-33     4.2754e-11     -1.0564    0.95109    2.3564     3.059    3.4605    3.9624    4.2635    4.9661    6.0703    7.3752    8.4793    9.1819    10.186    11.591        14    19.621    27.049         6.4397             0.90303              14.045                1                  5.2606               0.73338                6.9709               0.84123                1.8132               0.96194          -0.00024043     0.00029933    0.011832    0.033041     0.055894     0.088581      0.11598      0.18232      0.30969      0.45703      0.56691      0.62977      0.70193      0.78365      0.87505       0.9666       0.99558  
    cl_mt_coh_p2v10     0.038571    7.0625    3.9977     'cl_mt_coh'      'fl_r_save'          4              10         0.44365     0.56604     -4.67    57.569    0.00021895      0.003227    0.99655     1.3807e-32     2.2919e-10    -0.95573    0.95158     2.357    3.1601    3.5616    3.9631    4.3647    5.0674    6.1716     7.577    8.7816    9.5847    10.689    12.195    14.805    20.828     29.16          7.017             0.90341              15.981                1                  7.1656               0.78126                 6.891                0.7945                1.9248               0.95636          -0.00023524     0.00028002    0.010816    0.033798     0.057017     0.081936      0.11691      0.18071      0.29831      0.44804      0.56112       0.6248      0.69973      0.77813       0.8715      0.96618       0.99556  
    cl_mt_coh_p2v11     0.042857    7.4764    4.3806     'cl_mt_coh'      'fl_r_save'          4              11         0.44365     0.58593     -4.67     57.68    0.00019769     0.0028386    0.99696    -1.5508e-34      1.469e-09    -0.85467      1.053     2.559    3.2619    3.6635    4.1655    4.4667    5.2699    6.4747    7.9808     9.286     10.29    11.394    13.101    16.013    22.539    31.475         7.9378             0.90552               19.19                1                  10.241               0.83029                6.8383               0.73337                2.1107               0.95107          -0.00020757     0.00040313    0.012825    0.034173     0.055534     0.087564      0.11065      0.17906      0.29686      0.44324      0.55056      0.62011      0.68786      0.77073      0.86569      0.96463       0.99536  
    cl_mt_coh_p2v12     0.047143    8.1097    4.9659     'cl_mt_coh'      'fl_r_save'          4              12         0.44365     0.61234     -4.67    57.797    0.00017791     0.0025359    0.99729    -5.4113e-33     2.8159e-09    -0.75323     1.1549    2.6614    3.3644    3.8665    4.2682      4.67    5.5738    6.8794    8.5867    10.194    11.298    12.604    14.612    17.927    25.559    34.397         9.4974             0.91042               24.66                1                  15.407               0.87678                6.8181                0.6572                2.4347               0.94825           -0.0001859     0.00049053    0.012176    0.032272     0.055399     0.079114      0.10501      0.17272      0.28682       0.4251       0.5417       0.6086       0.6795      0.76314      0.86375      0.96388       0.99536  
    cl_mt_coh_p2v13     0.051429    9.2527    5.9081     'cl_mt_coh'      'fl_r_save'          4              13         0.44365     0.63853     -4.67    57.919    0.00014394     0.0020496    0.99781     3.2807e-33     6.8165e-08    -0.65142     1.3579    2.8648    3.5681    4.1709    4.6732    5.1755    6.0797    7.6871    9.7968    11.806    13.112     14.82     17.03    21.149    29.086    41.543         12.218             0.91877              34.906                1                  25.107                0.9188                6.7638               0.55956                3.0353               0.94914          -0.00014034     0.00062563    0.012073    0.030446     0.053063     0.076579      0.10447      0.16251      0.27309      0.41305      0.53059      0.59576       0.6716      0.75679       0.8592      0.96389       0.99506  
    cl_mt_coh_p2v14     0.055714    11.674    7.9506     'cl_mt_coh'      'fl_r_save'          4              14         0.44365     0.68104     -4.67    58.046    9.9141e-05      0.001449    0.99845    -8.6209e-33     8.7982e-07    -0.35514     1.6518    3.1569    3.9597    4.6621    5.3645    5.9666    7.2711    9.4787    12.589    15.198    17.005    19.413    22.524    26.738    40.786    51.824         18.818             0.92876              63.211                1                  51.797               0.95829                6.7309               0.42322                4.6837               0.95677          -9.0022e-05     0.00077291    0.010193    0.025003     0.043598     0.068359     0.092036      0.14901      0.25377      0.39571       0.5134      0.58364      0.65892      0.74985      0.85357      0.96089       0.99544  
    cl_mt_coh_p2v15         0.06    22.147    14.652     'cl_mt_coh'      'fl_r_save'          4              15         0.44365     0.66159     -4.67    58.177    3.6459e-05    0.00054695    0.99942     2.9912e-34     2.5364e-05     0.45011     2.5584    4.3655     5.771    7.1765    8.4816    9.8871    12.899    18.621    24.645    34.584    38.901    42.013    45.125    49.242     54.06    56.068         46.836             0.95762              214.68                1                  194.56               0.98849                6.6045               0.23088                13.517               0.97448          -1.3703e-05     0.00088877    0.007742     0.01894     0.034196      0.05176     0.072206      0.12339      0.22939      0.37462      0.50356      0.58858      0.68043      0.77596      0.88435      0.97713       0.99771  

Larger Grid Simulation (CROSS)

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

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

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

        Count: 51
      KeyType: char
    ValueType: any

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

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

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

        Count: 55
      KeyType: char
    ValueType: any

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

    ar_param_keys_idx    1     1      1       2      3.5     0.70711     3      4 

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

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

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

        Count: 19
      KeyType: char
    ValueType: any

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

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

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

    cl_mt_val_p1v1            0     -9999         0+0.0023191i     'cl_mt_val'        'fl_w'             3               1           0.025             0-2.3194e-07i    -9999    15.475      0               1    -4.8571e-14              1     -6.822e-26       -9999       -9999      -9999     -9999     -9999     -9999     -9999     -9999     -9999     -9999     -9999     -9999     -9999     -9999     -9999     -9999     -9999      -5.3783e-06              1              -3.4695e-09           0.88373            -2.6861e-10             0.32258             -2.4695e-09             0.89351             -7.2065e-10             0.94454                    1             1             1             1           1            1            1            1            1            1            1            1            1            1            1            1             1  
    cl_mt_val_p1v2     0.071429    4.6095    2.6287+0i             'cl_mt_val'        'fl_w'             3               2           0.025       0.57029+0i             -9999    15.686      0        0.045716        0.95428     1.0969e-30       7.81e-12     -4.4583     -2.0147    0.12905    1.1917    1.9136    2.4397    2.8945    3.7014    4.7125    5.6962    6.4123      6.83    7.3002     7.904    8.7792    10.337    11.864           6.9103              1                   8.3509           0.88268                 1.4784               0.376                  5.6349             0.90203                  1.2376             0.96069           -0.0011944    -0.0067125     -0.012756    -0.0050833    0.011962     0.035707     0.065527      0.13764      0.27522      0.44562      0.57396      0.64666      0.72341      0.80467      0.89469      0.97608       0.99733  
    cl_mt_val_p1v3      0.14286    5.2973    2.4665+0i             'cl_mt_val'        'fl_w'             3               3           0.025       0.46561+0i             -9999    15.888      0         0.02218        0.97782     -2.093e-32     7.8163e-12     -3.4079    -0.95642     1.0663    2.1083    2.7694    3.2953    3.7077    4.4237    5.3678    6.2977    6.9779    7.3661    7.8189    8.3864    9.2066    10.691    12.135           6.0836              1                   7.8127           0.88766                 1.4115             0.39012                  5.2345             0.90454                  1.1667             0.95913          -0.00085821     -0.003867    -0.0015002      0.014296    0.037315     0.065939     0.099374      0.17637      0.31568       0.4816      0.60649      0.67436      0.74661      0.82244      0.90502      0.97864       0.99763  
    cl_mt_val_p1v4      0.21429    5.9581    2.3083+0i             'cl_mt_val'        'fl_w'             3               4           0.025       0.38741+0i             -9999    16.082      0       0.0092217        0.99078     3.6778e-32     3.3122e-12     -2.4735     0.10196      2.035    3.0094     3.589    4.0853    4.4943    5.1681    6.0513    6.8867    7.5312    7.8832    8.3171    8.8302    9.6157    11.027    12.413           5.3281              1                   7.2664           0.89185                 1.3286             0.39957                  4.8421             0.90434                  1.0957             0.95773          -0.00058848    -0.0017218     0.0071779      0.029473    0.056553     0.089422      0.12592      0.20655      0.34704      0.50964      0.63174      0.69516      0.76323        0.835      0.91212      0.98056       0.99784  
    cl_mt_val_p1v5      0.28571    6.5967    2.1466+0i             'cl_mt_val'        'fl_w'             3               5           0.025       0.32541+0i             -9999    16.266      0       0.0036981         0.9963     1.9237e-33     1.7577e-12     -1.4313      1.1568     2.9839    3.8622     4.436    4.8515    5.2285    5.8529    6.6437    7.4566    8.0443    8.3859    8.7837    9.2792     10.01    11.349     12.67           4.6079              1                   6.6758           0.89564                 1.2062              0.4007                  4.4482             0.90467                  1.0214             0.95669          -0.00037808    5.5647e-05      0.013926      0.040629    0.071817      0.10723      0.14594      0.22976      0.37173      0.53241      0.64996      0.71176       0.7775      0.84547      0.91798      0.98192       0.99803  
    cl_mt_val_p1v6      0.35714    7.2014    1.9982+0i             'cl_mt_val'        'fl_w'             3               6           0.025       0.27747+0i             -9999    16.446      0         0.00138        0.99862     3.4827e-34     1.0171e-12    -0.34828      2.1634     3.8728    4.6782    5.1873    5.5995    5.9257    6.4974    7.2525    7.9951    8.5443    8.8741    9.2384    9.7043    10.403    11.671    12.933           3.9928              1                   6.1584           0.89899                 1.0861             0.39731                  4.1184             0.90602                  0.9539              0.9571          -0.00019571     0.0015089      0.019735      0.049543    0.084483      0.12127      0.16151      0.24908      0.39134      0.55008      0.66435      0.72492      0.78765      0.85313      0.92266      0.98303       0.99816  
    cl_mt_val_p1v7      0.42857    7.7588    1.8606+0i             'cl_mt_val'        'fl_w'             3               7           0.025       0.23981+0i             -9999    16.619      0      0.00046558        0.99953     6.9363e-33     7.6007e-13     0.81703      3.1673     4.6759    5.4123    5.8658    6.2484    6.5529    7.0807    7.7856     8.491    9.0014    9.3145    9.6532      10.1    10.759    11.968    13.177            3.462              1                   5.6642           0.90218                0.95505             0.38884                  3.8171             0.91024                 0.89204             0.95753          -3.2998e-05     0.0027843      0.024258      0.056776    0.093275      0.13379      0.17433      0.26231      0.40532      0.56271      0.67541      0.73418      0.79537       0.8589        0.926      0.98387       0.99827  
    cl_mt_val_p1v8          0.5    8.3308    1.7143+0i             'cl_mt_val'        'fl_w'             3               8           0.025       0.20578+0i             -9999    16.786      0      0.00013934        0.99986     2.2101e-33    -6.6267e-34      2.0824      4.1698     5.5131    6.1613    6.5812    6.9202    7.1974     7.709    8.3434     8.979    9.4756    9.7483    10.079    10.501    11.123    12.275    13.421           2.9389              1                   5.1152           0.90492                0.80377             0.37158                  3.4873             0.91513                 0.82415             0.95818           0.00012521     0.0039541      0.028085      0.063284     0.10197      0.14217      0.18538      0.27487      0.41893      0.57506      0.68617      0.74333      0.80267      0.86462      0.92915      0.98467       0.99835  
    cl_mt_val_p1v9      0.57143    8.8474    1.5993+0i             'cl_mt_val'        'fl_w'             3               9           0.025       0.18077+0i             -9999    16.947      0      4.2286e-05        0.99996    -5.7272e-33     1.6306e-13      3.1679      4.9932      6.235    6.8304    7.2424    7.5215    7.7948    8.2274    8.8384    9.4701    9.9178    10.177    10.489    10.875    11.466    12.567    13.665           2.5579              1                   4.7216           0.90746                0.69944             0.35846                  3.2514             0.91884                 0.77081             0.95876            0.0002517     0.0047895         0.031      0.068034     0.10895      0.14959      0.19277      0.28374      0.42842      0.58532      0.69472      0.75089      0.80896      0.86858      0.93143      0.98527       0.99842  
    cl_mt_val_p1v10     0.64286    9.3019    1.4965+0i             'cl_mt_val'        'fl_w'             3              10           0.025       0.16089+0i             -9999    17.103      0       9.599e-06        0.99999     -8.366e-35     1.3116e-14      4.3377      5.8572     6.8645    7.4138    7.7588    8.0613    8.3033     8.735    9.2884    9.8621    10.296    10.558     10.86     11.23    11.791    12.838    13.897           2.2396              1                   4.3706           0.90903                0.59754             0.33943                  3.0487             0.92431                 0.72442             0.96159           0.00038206     0.0056111      0.033869      0.072856     0.11288      0.15614      0.19937      0.29276      0.43616      0.59062      0.69873      0.75491      0.81283      0.87152      0.93347      0.98569       0.99848  
    cl_mt_val_p1v11     0.71429    9.7371    1.3933+0i             'cl_mt_val'        'fl_w'             3              11           0.025       0.14309+0i             -9999    17.253      0      2.2335e-06              1     -6.293e-33    -3.1028e-34      5.2976      6.5691     7.5121    7.9953       8.3    8.5502     8.781    9.1884    9.7058    10.244    10.654    10.894    11.179    11.546    12.085    13.095    14.108           1.9412              1                   3.9689           0.90922                0.49357             0.31662                  2.7992             0.92833                 0.67614             0.96349           0.00047279      0.006194      0.035667       0.07554     0.11793      0.16125      0.20562      0.29827      0.44382      0.59677      0.70469      0.75933      0.81637      0.87465      0.93499      0.98609       0.99852  
    cl_mt_val_p1v12     0.78571    10.166    1.3126+0i             'cl_mt_val'        'fl_w'             3              12           0.025       0.12911+0i             -9999      17.4      0       5.539e-07              1    -1.0377e-33     9.7504e-15       6.022      7.1775     8.0735    8.5272    8.8277    9.0706    9.2588    9.6438    10.133    10.645    11.021    11.262    11.517    11.856    12.375    13.344    14.319           1.7228              1                   3.6793           0.91116                0.43811             0.31083                  2.6026             0.92956                 0.63861             0.96088            0.0005384     0.0066829      0.037356      0.077845     0.12175      0.16592      0.21022      0.30519      0.44889       0.6031      0.70928      0.76546      0.81945       0.8769      0.93627      0.98644       0.99856  
    cl_mt_val_p1v13     0.85714    10.568    1.2352+0i             'cl_mt_val'        'fl_w'             3              13           0.025       0.11688+0i             -9999    17.543      0      8.6208e-08              1    -1.0337e-33     2.7353e-15      6.8765      7.8482     8.5755    9.0073    9.2967    9.5393     9.717    10.056    10.534     11.01    11.386      11.6    11.848    12.175    12.662    13.589    14.531           1.5257              1                   3.4197           0.91255                0.36805             0.28763                  2.4497             0.93318                 0.60192              0.9639           0.00060726      0.007106      0.038549      0.080124     0.12365      0.16865      0.21398      0.30741      0.45442       0.6063      0.71273      0.76744      0.82229      0.87956      0.93753      0.98679        0.9986  
    cl_mt_val_p1v14     0.92857    10.954    1.1675+0i             'cl_mt_val'        'fl_w'             3              14           0.025       0.10658+0i             -9999     17.68      0      1.0584e-08              1    -3.8491e-33     2.1394e-15      7.6432      8.4662     9.1135     9.492    9.7449    9.9659    10.143    10.461    10.902    11.362    11.722    11.923     12.18    12.483    12.951    13.838    14.734            1.363              1                   3.2216           0.91423                 0.3102             0.26557                  2.3413              0.9377                  0.5701             0.96317           0.00067943     0.0074613      0.039838      0.083396     0.12662      0.17168      0.21713      0.31176       0.4601      0.61057      0.71542      0.76923      0.82487      0.88069      0.93843      0.98705       0.99863  
    cl_mt_val_p1v15           1    11.304    1.1106+0i             'cl_mt_val'        'fl_w'             3              15           0.025      0.098247+0i             -9999    17.815      0      1.7065e-09              1     6.1621e-34      1.414e-15      8.1505      8.9141     9.5629    9.9046    10.145    10.337    10.527     10.85    11.266     11.69    12.029    12.226    12.465    12.762    13.214    14.063    14.934           1.2334              1                   3.0298           0.91515                0.28852             0.26478                  2.1978             0.93788                 0.54348              0.9636           0.00069573     0.0077429      0.040719      0.083707     0.12813      0.17365      0.21997       0.3156      0.46214      0.61337      0.71798      0.77205      0.82665      0.88194      0.93931      0.98722       0.99866  

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

    cl_mt_pol_c_p1v1            0      0.02          0+3.2899e-07i    'cl_mt_pol_c'       'fl_w'             3               1           0.025            0+1.6449e-05i    0.02    6.7636      0        0        1                1    -1.4679e-34       0.02       0.02       0.02       0.02      0.02      0.02      0.02      0.02      0.02      0.02      0.02      0.02      0.02      0.02      0.02      0.02      0.02      -7.2065e-10           0.94454           -5.4708e-13           0.98232            -5.1862e-14             0.43906             -3.8554e-13             0.98336             -1.0823e-13                1                      1            1           1           1            1            1            1            1            1            1            1            1            1            1            1            1             1  
    cl_mt_pol_c_p1v2     0.071429    1.4645    0.49007+0i             'cl_mt_pol_c'       'fl_w'             3               2           0.025      0.33463+0i             0.02    6.8616      0        0        1       1.0969e-30     1.5549e-34    0.48056    0.62682    0.78812     0.8951    0.9745    1.0363    1.1116    1.2286    1.4041    1.5946    1.7618    1.8504    1.9774    2.1312    2.3694    2.8583    3.4266           1.2376           0.96069                1.7032           0.96568                0.35377              0.4826                  1.1093             0.95253                 0.24017                1             0.00031974    0.0038919    0.023665    0.053042     0.085039      0.11946       0.1568      0.23584      0.36959      0.52309      0.63736      0.69747      0.76269      0.83276       0.9091      0.97891       0.99755  
    cl_mt_pol_c_p1v3      0.14286    1.5262    0.49319+0i             'cl_mt_pol_c'       'fl_w'             3               3           0.025      0.32314+0i             0.02    6.9596      0        0        1       -2.093e-32     7.8163e-12    0.52218    0.69178     0.8522    0.95246    1.0293    1.0978     1.158    1.2858    1.4629    1.6618    1.8047    1.9225    2.0319    2.1923    2.4438    2.9376     3.499           1.1667           0.95913                1.7037           0.96804                0.35705             0.49355                  1.1034             0.95355                 0.24324                1             0.00031809     0.004165    0.025012    0.054591     0.087036      0.12351      0.15899      0.23916      0.37755      0.52822      0.63988      0.70041      0.76584      0.83446       0.9103      0.97928       0.99758  
    cl_mt_pol_c_p1v4      0.21429    1.5908    0.49563+0i             'cl_mt_pol_c'       'fl_w'             3               4           0.025      0.31157+0i             0.02    7.0576      0        0        1       3.6778e-32     3.3122e-12      0.582    0.76263    0.91983     1.0168    1.0946     1.164    1.2225    1.3379    1.5219    1.7126    1.8865    1.9785    2.1139    2.2703    2.5287    3.0104    3.5823           1.0957           0.95773                 1.696           0.96946                0.35445             0.49646                  1.0959             0.95323                 0.24565                1             0.00033371    0.0044218    0.026186    0.057605     0.089614      0.12875      0.16257      0.24673      0.37817      0.53217      0.64477      0.70413      0.76981      0.83751      0.91193      0.97964       0.99764  
    cl_mt_pol_c_p1v5      0.28571    1.6588    0.49738+0i             'cl_mt_pol_c'       'fl_w'             3               5           0.025      0.29984+0i             0.02    7.1557      0        0        1       1.9237e-33     1.7577e-12    0.64367    0.82925    0.98975     1.0834    1.1536    1.2288    1.3041    1.3927    1.5925    1.7806    1.9544    2.0481    2.1743    2.3406    2.5881    3.0896    3.6564           1.0214           0.95669                1.6755           0.97014                 0.3417             0.48989                  1.0864              0.9536                 0.24739                1             0.00035367    0.0045764    0.026902    0.058502       0.0923       0.1294      0.17061      0.24873      0.38495      0.53911      0.64754      0.70733      0.77105      0.83906      0.91279      0.98006       0.99768  
    cl_mt_pol_c_p1v6      0.35714    1.7276    0.49878+0i             'cl_mt_pol_c'       'fl_w'             3               6           0.025      0.28872+0i             0.02    7.2537      0        0        1       3.4827e-34    -6.9836e-34    0.71701    0.90253      1.053     1.1582    1.2284    1.2911    1.3571    1.4791    1.6513    1.8485     2.024    2.1184    2.2463    2.4067    2.6675    3.1706    3.7321           0.9539            0.9571                  1.66           0.97079                0.32937             0.48269                  1.0819             0.95347                 0.24878                1              0.0003762    0.0049337    0.028685    0.063071     0.097418      0.13113      0.17201      0.25469      0.38727      0.54016      0.65286      0.71148      0.77599      0.84219      0.91473      0.98034       0.99773  
    cl_mt_pol_c_p1v7      0.42857    1.7955    0.50069+0i             'cl_mt_pol_c'       'fl_w'             3               7           0.025      0.27887+0i             0.02    7.3517      0        0        1       6.9363e-33     7.6007e-13    0.79699    0.97076     1.1228     1.2164    1.2924    1.3576    1.4269    1.5539    1.7168    1.9173    2.0961    2.1871    2.3133    2.4795    2.7368    3.2473    3.8137          0.89204           0.95753                 1.642           0.97192                 0.3133             0.47401                  1.0781             0.95533                  0.2507                1             0.00041286    0.0050403    0.029711    0.063748     0.096391      0.13408      0.17506      0.25615      0.39133      0.54335      0.65447      0.71385      0.77689      0.84367      0.91562      0.98056       0.99778  
    cl_mt_pol_c_p1v8          0.5    1.8701    0.50173+0i             'cl_mt_pol_c'       'fl_w'             3               8           0.025      0.26829+0i             0.02    7.4497      0        0        1       2.2101e-33    -2.0511e-34    0.88293     1.0435     1.1956     1.2935    1.3804    1.4456       1.5    1.6087     1.796    1.9891     2.163    2.2826    2.3879    2.5543    2.8043     3.321    3.8929          0.82415           0.95818                1.6069           0.97133                0.28961             0.45746                  1.0656             0.95546                 0.25173                1             0.00043511    0.0052379     0.03044    0.064995     0.099649      0.13812      0.18062      0.26653      0.39492      0.54865      0.65743      0.72068      0.78019      0.84557      0.91648       0.9809       0.99783  
    cl_mt_pol_c_p1v9      0.57143    1.9432    0.50269+0i             'cl_mt_pol_c'       'fl_w'             3               9           0.025      0.25869+0i             0.02    7.5477      0        0        1      -5.7272e-33     1.6306e-13    0.95955     1.1192     1.2738     1.3641    1.4234    1.5146    1.5864    1.6951    1.8581    2.0645    2.2275    2.3362    2.4775    2.6329    2.8904    3.4103    3.9719          0.77081           0.95876                  1.59           0.97225                0.27315             0.44539                  1.0641              0.9568                 0.25269                1             0.00046163    0.0054725    0.031309    0.064769      0.10068      0.14001      0.17939      0.26539      0.40206      0.55547      0.66153      0.72196      0.78115      0.84847      0.91786      0.98119       0.99788  
    cl_mt_pol_c_p1v10     0.64286    2.0108     0.5034+0i             'cl_mt_pol_c'       'fl_w'             3              10           0.025      0.25034+0i             0.02    7.6457      0        0        1       -8.366e-35     1.3116e-14     1.0473     1.1857     1.3236     1.4439    1.5208    1.5743    1.6244    1.7648    1.9444    2.1291     2.292    2.4007    2.5268    2.7048    2.9597    3.4869    4.0535          0.72442           0.96159                1.5735           0.97293                0.25641             0.43301                  1.0637             0.95875                 0.25341                1             0.00049588     0.005621    0.031753    0.067101      0.10251      0.14409      0.18408      0.26842      0.40723      0.55992      0.66675      0.72592      0.78381      0.84832      0.91847       0.9818        0.9979  
    cl_mt_pol_c_p1v11     0.71429    2.0798    0.50368+0i             'cl_mt_pol_c'       'fl_w'             3              11           0.025      0.24217+0i             0.02    7.7437      0        0        1       -6.293e-33     3.5552e-34      1.121     1.2731     1.3967     1.4886    1.5838     1.664    1.7141    1.8244    1.9848    2.2154    2.3782     2.466    2.5863    2.7667    3.0407    3.5511    4.1375          0.67614           0.96349                1.5333           0.97163                0.23409             0.41539                  1.0455             0.95913                 0.25369                1             0.00051349    0.0059386     0.03212    0.069067      0.10504      0.14525      0.18329      0.27217      0.41259      0.55678      0.66884      0.72547      0.78636      0.85037      0.92003      0.98194       0.99793  
    cl_mt_pol_c_p1v12     0.78571    2.1522    0.50634+0i             'cl_mt_pol_c'       'fl_w'             3              12           0.025      0.23526+0i             0.02    7.8417      0        0        1      -1.0377e-33     -1.145e-32      1.185      1.332     1.4882     1.5709     1.626    1.6903    1.8039    1.9141    2.0644    2.2548    2.4552    2.5621    2.6857    2.8336      3.11    3.6277     4.219          0.63861           0.96088                 1.514           0.97194                0.22362             0.41127                   1.034             0.95736                 0.25638                1             0.00054275     0.006291    0.033859    0.069732      0.10706       0.1455      0.18703      0.27489      0.41266      0.56139      0.66864      0.72997      0.78771      0.85177      0.92047      0.98196       0.99795  
    cl_mt_pol_c_p1v13     0.85714    2.2227    0.50555+0i             'cl_mt_pol_c'       'fl_w'             3              13           0.025      0.22745+0i             0.02    7.9397      0        0        1      -1.0337e-33     2.7353e-15     1.2704     1.3874     1.5721     1.6548    1.7192    1.7743    1.8203    1.9858    2.1462    2.3268    2.5098    2.6176     2.738    2.9227    3.1726    3.7049    4.3025          0.60192            0.9639                1.4895           0.97114                0.20559             0.39257                  1.0283             0.95708                 0.25558                1             0.00059554    0.0060916    0.033832    0.069176      0.10746      0.14861      0.18747      0.27584      0.41495      0.56363      0.67338      0.73126      0.78937      0.85389      0.92141      0.98215       0.99802  
    cl_mt_pol_c_p1v14     0.92857    2.2959    0.50699+0i             'cl_mt_pol_c'       'fl_w'             3              14           0.025      0.22082+0i             0.02    8.0378      0        0        1      -3.8491e-33     2.1394e-15     1.3536     1.4789     1.5791     1.7554    1.8198    1.8657    1.9209    2.0036    2.2459    2.4163    2.5768     2.677    2.7973     2.987    3.2686       3.8    4.3932           0.5701           0.96317                1.4898           0.97361                0.19381             0.38209                   1.039             0.95826                 0.25703                1             0.00062059    0.0064503    0.034819    0.071915      0.11656      0.14911      0.19602      0.27709      0.41836      0.56596      0.67603      0.73495      0.79133      0.85455      0.92288      0.98263       0.99801  
    cl_mt_pol_c_p1v15           1    2.3643    0.50786+0i             'cl_mt_pol_c'       'fl_w'             3              15           0.025       0.2148+0i             0.02    8.1358      0        0        1       6.1621e-34      1.414e-15       1.42     1.5453     1.6706     1.7541    1.8928    1.9571     2.003    2.0949    2.2419    2.5059    2.6462    2.7465    2.8768    3.0572    3.3278    3.8691    4.4772          0.54348            0.9636                1.4722           0.97242                0.18734             0.37596                  1.0269             0.95834                 0.25792                1             0.00059648    0.0066696    0.034013    0.070505      0.10919      0.15433      0.19556       0.2853      0.41578      0.57094      0.67835      0.73594      0.79506      0.85567      0.92326      0.98278       0.99803  

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

    cl_mt_pol_k_p1v1            0    -2.4685e-13         0+1.1917e-06i    'cl_mt_pol_k'       'fl_w'             3               1           0.025            0-4.8278e+06i     0     21.788              1      0      -5.3755e-14              1    -1.5914e-23          0         0         0         0         0         0         0         0         0         0         0         0         0         0         0         0         0      -2.4695e-09           0.89351           -1.9706e-12           0.97677            -1.5985e-13             0.37358             -1.4203e-12                1                -3.8554e-13             0.98336                   0            0           0           0            0            0            0            0            0            0            0            0            0            0            0            0             0  
    cl_mt_pol_k_p1v2     0.071429         4.7539    2.3764+0i             'cl_mt_pol_k'       'fl_w'             3               2           0.025      0.49988+0i              0     21.809     1.0969e-30      0                1     1.0969e-30     3.0706e-10     0.9428    1.3174    1.8752    2.2754    2.6063    2.8205    3.0078    3.5746    4.2597    4.9854    6.0085    6.2631    6.9408    8.0228    9.3935    13.209    17.042           5.6349           0.90203                7.7075           0.90119                0.95103             0.26755                  5.6471                1                     1.1093             0.95253          0.00018236      0.00246    0.016435    0.038527     0.066601     0.094606      0.12351      0.19346      0.31613      0.46409      0.57981      0.64472      0.71487      0.79233      0.88003      0.96924       0.99612  
    cl_mt_pol_k_p1v3      0.14286          4.707    2.3462+0i             'cl_mt_pol_k'       'fl_w'             3               3           0.025      0.49846+0i              0     21.802     -2.093e-32      0                1     -2.093e-32     1.6883e-10    0.93982    1.3213    1.8744    2.2324     2.543    2.8063    2.9859    3.5728    4.2242    4.9346    5.9277     6.259    6.8135    8.0053    9.2403    13.159    17.034           5.2345           0.90454                7.5647           0.90354                0.95659             0.27795                  5.5048                1                     1.1034             0.95355          0.00018371    0.0024695    0.016479    0.038697     0.064122     0.093704      0.12437      0.19409      0.31636      0.46562      0.57977      0.64647      0.71367        0.792      0.88076      0.96918       0.99605  
    cl_mt_pol_k_p1v4      0.21429         4.6667    2.3196+0i             'cl_mt_pol_k'       'fl_w'             3               4           0.025      0.49706+0i              0     21.821     3.6778e-32      0                1     3.6778e-32     5.2718e-11    0.93573    1.3261    1.8683     2.188    2.5404     2.789    2.9774    3.5615    4.1679    4.9141    5.8777    6.2644    6.7382     7.858    9.0202    12.847    17.044           4.8421           0.90434                7.4051           0.90442                 0.9285             0.27788                  5.3807                1                     1.0959             0.95323           0.0001888    0.0025636    0.016543     0.03936      0.06437     0.093521      0.12431      0.19601      0.31836      0.46543       0.5801      0.64779      0.71487      0.79203      0.88047      0.96911       0.99605  
    cl_mt_pol_k_p1v5      0.28571         4.6365    2.2906+0i             'cl_mt_pol_k'       'fl_w'             3               5           0.025      0.49403+0i              0     21.814     1.9328e-33      0                1     1.9328e-33      1.106e-10    0.93387    1.3349    1.8719    2.2001     2.505     2.792    2.9885    3.5661    4.1385    4.9135    5.7783    6.2588    6.6291    7.7742    8.9981    12.743    17.014           4.4482           0.90467                7.2033           0.90566                0.87019             0.27091                  5.2467                1                     1.0864              0.9536          0.00018518      0.00255    0.016672    0.039797     0.065561     0.094188      0.12514      0.19576      0.31833        0.467      0.58183      0.64651       0.7148      0.79299      0.88126      0.96915       0.99606  
    cl_mt_pol_k_p1v6      0.35714         4.6144    2.2749+0i             'cl_mt_pol_k'       'fl_w'             3               6           0.025        0.493+0i              0     21.836     1.4307e-33      0                1     1.4307e-33     2.0623e-10    0.93618    1.3371    1.8719    2.2062    2.5335    2.7975    2.9819    3.5205    4.1077    4.9183    5.7765    6.2446    6.6026    7.7216    8.8749    12.432    17.017           4.1184           0.90602                7.0746           0.90712                0.81767             0.26273                  5.1751                1                     1.0819             0.95347          0.00018536    0.0025958    0.017178    0.040614     0.065667     0.094568      0.12553      0.19537      0.31849      0.46711      0.58185      0.64712      0.71541      0.79383      0.88107      0.96911       0.99604  
    cl_mt_pol_k_p1v7      0.42857         4.5735    2.2538+0i             'cl_mt_pol_k'       'fl_w'             3               7           0.025      0.49279+0i              0     21.847     4.2622e-33      0                1     4.2622e-33     4.8503e-10    0.94904    1.3382    1.8399    2.2006    2.4696    2.7931    2.9594    3.5032     4.032    4.9146    5.7088    6.2155    6.5627    7.6275    8.6918    12.276    17.004           3.8171           0.91024                6.9228            0.9103                0.76513             0.25717                  5.0796                1                     1.0781             0.95533          0.00018817    0.0025494    0.017155    0.040551      0.06582     0.095573      0.12587      0.19522      0.31841      0.46779      0.58134      0.64641      0.71548      0.79259      0.88196      0.96915       0.99605  
    cl_mt_pol_k_p1v8          0.5         4.6023    2.2229+0i             'cl_mt_pol_k'       'fl_w'             3               8           0.025      0.48298+0i              0     21.843     1.6114e-33      0                1     1.6114e-33     1.4254e-10     1.0234    1.3484    1.8834    2.2162    2.5155    2.8077    2.9992    3.5743    4.1248    4.9187    5.7635    6.1951    6.5074     7.618    8.5868    12.164    16.985           3.4873           0.91513                6.6952           0.91346                0.68852             0.24548                  4.9411                1                     1.0656             0.95546          0.00021729    0.0026825    0.017081    0.040065     0.066004     0.095786      0.12698      0.19821      0.32292       0.4716      0.58884      0.65109      0.71869       0.7948      0.88289      0.96958       0.99608  
    cl_mt_pol_k_p1v9      0.57143         4.6047    2.2125+0i             'cl_mt_pol_k'       'fl_w'             3               9           0.025      0.48048+0i              0     21.842     -5.965e-33      0                1     -5.965e-33     5.7464e-11     1.0024    1.3423    1.9072    2.2869    2.5434    2.8189    2.9937    3.5394    4.1075    4.9398    5.7643    6.2298    6.5658    7.5923    8.5996    12.068     16.98           3.2514           0.91884                6.5958           0.91635                0.63643             0.23578                  4.8952                1                     1.0641              0.9568          0.00020046    0.0025918    0.017186    0.040451     0.067818     0.096543      0.12768      0.20005       0.3259      0.47355      0.58938      0.65158      0.71969      0.79556      0.88338      0.96966       0.99609  
    cl_mt_pol_k_p1v10     0.64286          4.555    2.2039+0i             'cl_mt_pol_k'       'fl_w'             3              10           0.025      0.48385+0i              0      21.89    -1.9271e-34      0                1    -1.9271e-34     2.4621e-11     1.0228    1.3521     1.886    2.2217    2.5369    2.8271    2.9981    3.4961    4.0187    4.8847    5.6361    6.1588    6.5112    7.5205    8.5975    11.996    16.973           3.0487           0.92431                6.5146           0.92005                0.59352             0.22893                  4.8574                1                     1.0637             0.95875          0.00020674    0.0027243      0.0174    0.041257     0.067934     0.096251      0.12819      0.19866      0.32283      0.47019      0.58474      0.65019      0.71827      0.79638      0.88337       0.9695       0.99606  
    cl_mt_pol_k_p1v11     0.71429         4.5086    2.1642+0i             'cl_mt_pol_k'       'fl_w'             3              11           0.025      0.48001+0i              0     21.876    -6.2413e-33      0                1    -6.2413e-33     6.5485e-12     1.0091    1.3583    1.9129     2.234     2.496    2.7839    2.9729    3.5017    4.0459    4.8465     5.412    5.9825    6.3801    7.4434    8.4593    11.739    16.902           2.7992           0.92833                6.2631           0.92368                0.53381             0.22045                  4.6837                1                     1.0455             0.95913          0.00021816    0.0026606    0.018099    0.042372     0.069503     0.097721      0.12995       0.1997      0.32484      0.47389      0.58775      0.65126      0.71921      0.79511      0.88256      0.96975       0.99611  
    cl_mt_pol_k_p1v12     0.78571         4.5066    2.1331+0i             'cl_mt_pol_k'       'fl_w'             3              12           0.025      0.47333+0i              0     21.892     5.5931e-33      0                1     5.5931e-33     1.4083e-13     1.0233    1.3499    1.9276    2.2885    2.5837    2.8031    2.9538    3.4717    4.0477    4.8597    5.4094     5.954    6.3536    7.2401    8.3604     11.68    16.676           2.6026           0.92956                6.0788           0.92633                0.49482             0.21602                    4.55                1                      1.034             0.95736          0.00021851    0.0026959    0.017962    0.043249     0.070848     0.099774      0.13206      0.20318      0.32692       0.4799      0.58997      0.65372      0.72164      0.79778      0.88371      0.96978       0.99605  
    cl_mt_pol_k_p1v13     0.85714         4.4994    2.1253+0i             'cl_mt_pol_k'       'fl_w'             3              13           0.025      0.47234+0i              0     21.895    -1.7643e-33      0                1    -1.7643e-33     6.8374e-12     1.0241    1.3666    1.8957    2.2596    2.6358    2.8283    3.0048    3.4079    4.0231    4.8548    5.5476    6.0046    6.3814    7.2509     8.251    11.549    16.441           2.4497           0.93318                5.9905           0.92909                0.44544             0.20232                  4.5167                1                     1.0283             0.95708            0.000206    0.0028239    0.017816    0.041658     0.070349     0.099233      0.13414      0.20276      0.33057      0.47495      0.59012      0.65285      0.72241      0.79723      0.88579      0.96982       0.99613  
    cl_mt_pol_k_p1v14     0.92857         4.5036    2.1386+0i             'cl_mt_pol_k'       'fl_w'             3              14           0.025      0.47487+0i              0     21.904    -3.8472e-33      0                1    -3.8472e-33     9.2316e-13     1.0187    1.3926    1.9416    2.2422    2.4935    2.8282    3.0352    3.5202    3.9501    4.8527    5.5002    6.0273    6.3851    7.3736    8.4629    11.473      16.2           2.3413            0.9377                 6.019           0.93247                0.40633              0.1899                  4.5737                1                      1.039             0.95826          0.00023667    0.0027748    0.018776    0.042089     0.068666      0.09814      0.13119      0.20275      0.32687      0.47532      0.58599      0.65067      0.72012      0.79608      0.88428      0.97008       0.99608  
    cl_mt_pol_k_p1v15           1         4.4768      2.11+0i             'cl_mt_pol_k'       'fl_w'             3              15           0.025      0.47132+0i              0     21.932     6.0545e-34      0                1     6.0545e-34     1.3764e-13     1.0184    1.4055     1.925    2.2738    2.4739    2.7962    2.9849    3.5062    4.0094    4.7361    5.3222    5.9339    6.3895    7.2055    8.3071    11.561    16.249           2.1978           0.93788                5.8717            0.9335                 0.3927             0.18968                  4.4521                1                     1.0269             0.95834          0.00020166    0.0027927    0.018244    0.043099     0.071857     0.099661       0.1305      0.20342      0.32862       0.4766      0.58938      0.65265      0.72151      0.79677      0.88425      0.97053       0.99608  

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

    cl_mt_coh_p1v1            0    -3.4681e-13         0+1.6929e-06i     'cl_mt_coh'        'fl_w'             3               1           0.025            0-4.8812e+06i           0    56.814             1             0    -5.3755e-14              1     -6.822e-26           0          0         0         0         0         0         0         0         0         0         0         0         0         0         0         0         0      -3.4695e-09           0.88373           -2.8658e-12              1               -3.4117e-13              0.5613             -1.9706e-12             0.97677             -5.4708e-13             0.98232                    0             0           0           0            0            0            0            0            0            0            0            0            0            0            0            0             0  
    cl_mt_coh_p1v2     0.071429         6.6065     3.599+0i              'cl_mt_coh'        'fl_w'             3               2           0.025      0.54477+0i             -0.75188    56.886    9.8948e-08    3.7287e-07              1     1.0969e-30       7.81e-12     0.79261     1.4947    2.4073    2.9689    3.3902    3.7412    4.0922    4.7942    5.8473    7.0408    8.2342    8.9363    9.9191    11.253     13.57    18.975    26.206           8.3509           0.88268                12.953              1                    3.5422             0.65799                  7.7075             0.90119                  1.7032             0.96568           0.00010841     0.0019689     0.01563    0.036408     0.059991     0.085919      0.11719      0.18913      0.31092      0.44944      0.56968      0.63096       0.7038      0.78188      0.87423      0.96698       0.99563  
    cl_mt_coh_p1v3      0.14286         6.4987    3.5684+0i              'cl_mt_coh'        'fl_w'             3               3           0.025       0.5491+0i              -1.5038    56.957     6.555e-05    0.00029662        0.99964     -2.093e-32     7.8163e-12     0.25077     1.1631    2.2158    2.8475    3.2686    3.6896    4.0405    4.7424    5.7249    6.9881     8.111    8.8129    9.7252    11.059    13.304    18.638    25.797           7.8127           0.88766                12.734              1                    3.4653             0.66203                  7.5647             0.90354                  1.7037             0.96804           9.6994e-06      0.001312    0.013015    0.033901     0.055702     0.084613      0.11342      0.18472      0.30188      0.45133      0.56578      0.62931      0.69974      0.78096      0.87231       0.9667       0.99566  
    cl_mt_coh_p1v4      0.21429          6.435    3.5297+0i              'cl_mt_coh'        'fl_w'             3               4           0.025      0.54852+0i              -2.2556    57.029     0.0001858     0.0018009        0.99801     3.6778e-32     3.3122e-12    -0.21862    0.90525    2.0994    2.8018    3.2935    3.7149    4.0661    4.6983    5.7519    6.9461    7.9997    8.7723    9.6855     10.95    13.198    18.395     25.49           7.2664           0.89185                12.459              1                    3.3579             0.66042                  7.4051             0.90442                   1.696             0.96946          -8.0493e-05    0.00072543    0.010753    0.030588     0.055548     0.085573      0.11721      0.18157      0.30672      0.45255      0.56483      0.63343      0.70481      0.78232      0.87508      0.96692        0.9957  
    cl_mt_coh_p1v5      0.28571         6.4179    3.4724+0i              'cl_mt_coh'        'fl_w'             3               5           0.025      0.54105+0i              -3.0075      57.1    0.00018361     0.0032771        0.99654     1.9237e-33     1.7577e-12    -0.62007    0.71409    2.1185    2.8909    3.3122    3.7335    4.0846    4.7868    5.6996    6.9636    8.0169    8.7191    9.5617    10.826    13.002    18.128     25.08           6.6758           0.89564                12.057              1                    3.1785             0.65274                  7.2033             0.90566                  1.6755             0.97014          -0.00016148    0.00020683    0.010213     0.03232     0.054306     0.084866      0.11489      0.18895      0.30414      0.45861      0.57514      0.63794      0.70531      0.78396      0.87472      0.96728       0.99569  
    cl_mt_coh_p1v6      0.35714         6.4268    3.4283+0i              'cl_mt_coh'        'fl_w'             3               6           0.025      0.53343+0i              -3.7594    57.171    0.00016311     0.0040578        0.99578     3.4827e-34     1.0171e-12    -0.95153    0.73319    2.2073    2.9093    3.4007    3.8218    4.1026    4.8046    5.7874    6.9807    7.9634    8.6654     9.578    10.771    12.947    17.931    24.811           6.1584           0.89899                11.753              1                    3.0186             0.64361                  7.0746             0.90712                    1.66             0.97079          -0.00021413    2.8429e-05    0.010726    0.031285     0.056688     0.089467      0.11438      0.19023      0.31301      0.46123      0.57112      0.63795      0.71063      0.78519      0.87765      0.96753       0.99573  
    cl_mt_coh_p1v7      0.42857         6.4214    3.3743+0i              'cl_mt_coh'        'fl_w'             3               7           0.025      0.52547+0i              -4.5113    57.243    0.00017297     0.0038002        0.99603     6.9363e-33     7.6007e-13     -1.0727    0.82203    2.2957    2.9975    3.4185    3.7694    4.1203     4.822    5.8045    6.9974    7.9799    8.6115    9.5237    10.717    12.822    17.734    24.541           5.6642           0.90218                11.386              1                     2.821             0.63332                  6.9228              0.9103                   1.642             0.97192          -0.00025605    5.7756e-05    0.011507    0.034129      0.05748     0.085503      0.11661      0.19388      0.31599      0.46472      0.57773      0.63842      0.71282      0.78849      0.87837      0.96775       0.99583  
    cl_mt_coh_p1v8          0.5         6.5265    3.2973+0i              'cl_mt_coh'        'fl_w'             3               8           0.025      0.50522+0i              -5.2632    57.314    9.5916e-05     0.0028377        0.99707     2.2101e-33    -8.6778e-34    -0.90873     1.0578    2.4624    3.0945    3.5862    3.9373    4.2885    4.9908    5.9038    7.0276    8.0108    8.6429    9.4857     10.68    12.716    17.633    24.305           5.1152           0.90492                10.872              1                    2.5703             0.61777                  6.6952             0.91346                  1.6069             0.97133          -0.00026042    0.00036772    0.012573    0.035076     0.062897     0.089891      0.12146      0.19701      0.32083      0.46521      0.58257      0.64703      0.71369       0.7925      0.87945      0.96887       0.99594  
    cl_mt_coh_p1v9      0.57143         6.6012    3.2533+0i              'cl_mt_coh'        'fl_w'             3               9           0.025      0.49283+0i               -6.015    57.386    8.6801e-05     0.0023349        0.99758    -5.7272e-33     1.6306e-13     -0.7492     1.2167    2.5507    3.2528    3.7443    4.0954    4.3762    5.0081    5.9911    7.1145    8.0974    8.7293    9.5016    10.695    12.731    17.506    24.106           4.7216           0.90746                10.584              1                     2.398             0.60418                  6.5958             0.91635                    1.59             0.97225          -0.00023823    0.00067721    0.013132    0.036238     0.064266     0.096647      0.12492      0.19549      0.32434      0.47174      0.58675      0.65099      0.71771      0.79557      0.88249      0.96932       0.99601  
    cl_mt_coh_p1v10     0.64286         6.5971    3.2128+0i              'cl_mt_coh'        'fl_w'             3              10           0.025        0.487+0i              -6.7669    57.457    6.1874e-05     0.0014917        0.99845     -8.366e-35     1.3116e-14    -0.30942     1.5155    2.7088    3.2703    3.6914    4.1126    4.4635     5.025    5.9375    7.0606    8.1134    8.7451    9.5172     10.64    12.676    17.379    23.906           4.3706           0.90903                10.322              1                    2.2336             0.59104                  6.5146             0.92005                  1.5735             0.97293          -0.00017958     0.0012868    0.015757    0.039435     0.064339     0.097685      0.13105      0.20145       0.3263      0.47242      0.58992      0.65412      0.71803      0.79474      0.88311      0.96932       0.99603  
    cl_mt_coh_p1v11     0.71429            6.6    3.1331+0i              'cl_mt_coh'        'fl_w'             3              11           0.025      0.47471+0i              -7.5188    57.528    6.0541e-05    0.00099505        0.99894     -6.293e-33     4.0847e-35           0     1.6734    2.8663    3.4277    3.8487    4.1294      4.41    5.0416    6.0239    7.0063    7.9887    8.6202    9.4623    10.585     12.55    17.251    23.637           3.9689           0.90922                9.8161              1                    2.0198             0.57617                  6.2631             0.92368                  1.5333             0.97163          -0.00012109     0.0015925    0.016995     0.04098     0.073781      0.10079      0.13157      0.20464      0.33619      0.47731      0.59425      0.65256      0.72432      0.79666      0.88349      0.96993        0.9961  
    cl_mt_coh_p1v12     0.78571         6.6678    3.0764+0i              'cl_mt_coh'        'fl_w'             3              12           0.025      0.46139+0i              -8.2707      57.6    3.4082e-05    0.00079312        0.99917    -1.0377e-33     9.7504e-15      0.1473     1.7607    2.9533    3.5846    4.0055    4.2861    4.5667    5.1279      6.11    7.1623    8.0041    8.6354    9.4071    10.529    12.494    17.124    23.437           3.6793           0.91116                9.4644              1                    1.8716             0.56653                  6.0788             0.92633                   1.514             0.97194          -8.7624e-05     0.0017942    0.017808     0.04364     0.072027      0.10117      0.13692      0.20856      0.33959      0.48711      0.59686      0.66107      0.72702      0.79976      0.88674      0.97045       0.99613  
    cl_mt_coh_p1v13     0.85714         6.7253    3.0338+0i              'cl_mt_coh'        'fl_w'             3              13           0.025      0.45111+0i              -9.0226    57.671    2.8505e-05    0.00043148        0.99954    -1.0337e-33     2.7353e-15      0.5252     1.9995    2.9823     3.544    4.0354    4.3864    4.6672    5.2289    6.0713    7.1946    8.1072    8.7391    9.5113    10.564     12.46    17.023    23.271           3.4197           0.91255                9.2041              1                    1.7242             0.54861                  5.9905             0.92909                  1.4895             0.97114          -1.8264e-05     0.0020955    0.018005    0.042949     0.073358      0.10326      0.13707      0.21338      0.33601       0.4854      0.59868      0.66489      0.73338      0.80619      0.88737      0.97097       0.99626  
    cl_mt_coh_p1v14     0.92857         6.8071    3.0183+0i              'cl_mt_coh'        'fl_w'             3              14           0.025       0.4434+0i              -9.7744    57.743    1.0813e-05    0.00021246        0.99978    -3.8491e-33     2.1394e-15     0.96376     2.2271    3.2798    3.7009    4.0519    4.4028    4.7537    5.3152    6.1574    7.2102    8.1927    8.8244    9.6666    10.719    12.544    16.966    23.142           3.2216           0.91423                  9.11              1                    1.6011             0.53022                   6.019             0.93247                  1.4898             0.97361           6.2075e-05     0.0025157    0.021839    0.048469     0.074959      0.10605      0.14055      0.21301      0.34967      0.49121      0.59995      0.66376       0.7351       0.8059      0.88899       0.9711       0.99624  
    cl_mt_coh_p1v15           1         6.8305     2.981+0i              'cl_mt_coh'        'fl_w'             3              15           0.025      0.43643+0i              -10.526    57.814    1.1198e-05    0.00015471        0.99983     6.1621e-34      1.414e-15      1.0509     2.2437    3.2961    3.7873    4.1381    4.4188    4.7696    5.4011    6.2431    7.2254    8.1375     8.769    9.5408    10.593    12.488    16.908    23.012           3.0298           0.91515                8.8866              1                    1.5427             0.52744                  5.8717              0.9335                  1.4722             0.97242           9.0497e-05     0.0025807    0.021989    0.048584     0.079544      0.10771      0.14381      0.21992      0.34344      0.49367      0.60216      0.66527      0.73189      0.80482      0.88878      0.97144       0.99632  

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

    cl_mt_val_p2v1             0     7.795    1.7791     'cl_mt_val'      'fl_r_save'          4               1         0.44365     0.22824     -9999    15.935      0      0.00039524     0.9996     -8.093e-34    -4.4488e-35    0.97334    3.3057    4.8131    5.5415     5.989    6.3642    6.6466    7.1594    7.8426    8.5035    8.9943    9.2793    9.6213    10.031    10.636    11.733    12.766         3.1653                1                 4.9218             0.90764              0.36696               0.29757                3.7009               0.89661               0.85402               0.94525          -8.4627e-06    0.0029962    0.024978    0.059103     0.095486      0.13526       0.1774      0.26601      0.41267      0.56714      0.67953      0.73801      0.79845      0.86196      0.92753      0.98444       0.99832  
    cl_mt_val_p2v2     0.0042857    7.8052    1.7794     'cl_mt_val'      'fl_r_save'          4               2         0.44365     0.22798     -9999    16.024      0      0.00039438    0.99961     2.8077e-34    -2.3518e-34    0.98628    3.3334    4.8392    5.5374     6.023    6.3676    6.6567    7.1811    7.8394      8.51    9.0088    9.2871    9.6206    10.042    10.652    11.747    12.801         3.1663                1                 4.9467             0.90711               0.3951               0.30294                3.6976               0.89889               0.85395               0.94627          -7.9295e-06    0.0030093    0.025016    0.058564     0.096672      0.13525       0.1769      0.26672      0.41066       0.5678      0.67983        0.738      0.79871      0.86144      0.92773      0.98436       0.99833  
    cl_mt_val_p2v3     0.0085714    7.8118    1.7836     'cl_mt_val'      'fl_r_save'          4               3         0.44365     0.22832     -9999    16.127      0      0.00038886    0.99961     4.1246e-33    -9.4392e-34     1.0043    3.3374    4.8379    5.5421    6.0275    6.3721     6.652    7.1854    7.8436    8.5142    9.0131    9.3023    9.6416    10.052    10.673    11.781    12.848         3.1812                1                 5.0002             0.90617              0.44301               0.31189                3.7017               0.90135               0.85552               0.94766          -6.5529e-06    0.0030128    0.024837    0.058575     0.096736      0.13534      0.17688      0.26678      0.41036      0.56722      0.67933      0.73832      0.79845      0.86134      0.92753       0.9843       0.99832  
    cl_mt_val_p2v4      0.012857     7.828    1.7868     'cl_mt_val'      'fl_r_save'          4               4         0.44365     0.22826     -9999    16.243      0      0.00038474    0.99962     2.6228e-33     1.3662e-33     1.0292    3.3402     4.847    5.5748     6.027    6.4086    6.6652     7.195    7.8615    8.5322    9.0247    9.3156    9.6651    10.075    10.694     11.82    12.914         3.1926                1                   5.06             0.90534              0.50947               0.32402                3.6938               0.90414               0.85678               0.94947          -5.0351e-06    0.0030125     0.02508    0.058697     0.095785      0.13684      0.17699      0.26811      0.41029      0.56835      0.67936      0.73774      0.79906      0.86127      0.92763      0.98433       0.99832  
    cl_mt_val_p2v5      0.017143     7.846    1.7952     'cl_mt_val'      'fl_r_save'          4               5         0.44365     0.22881     -9999    16.375      0      0.00038082    0.99962     3.3467e-33     4.5659e-33     1.0508    3.3573    4.8473     5.577    6.0351    6.4091    6.6851    7.1958    7.8759    8.5508    9.0488    9.3414    9.6779    10.098    10.731    11.877    12.995         3.2228                1                 5.1703             0.90426              0.61031               0.34085                3.6994               0.90693               0.86057               0.95182          -3.3844e-06    0.0030749    0.024879    0.058408     0.095738      0.13552      0.17685      0.26645       0.4101      0.56729      0.67974       0.7377      0.79808      0.86104      0.92759      0.98428       0.99831  
    cl_mt_val_p2v6      0.021429    7.8729    1.8068     'cl_mt_val'      'fl_r_save'          4               6         0.44365      0.2295     -9999    16.521      0      0.00037247    0.99963    -1.0548e-32      1.274e-14      1.062    3.3701    4.8734    5.5945    6.0672    6.4146    6.7081    7.2263    7.9087    8.5692    9.0786    9.3746    9.7131    10.142    10.789    11.959    13.118         3.2646                1                 5.3264             0.90311              0.75471               0.36321                3.7057                0.9091               0.86596               0.95445           1.7015e-06    0.0030277     0.02507    0.058515     0.095445      0.13603      0.17839       0.2658      0.41091       0.5673      0.67893      0.73784       0.7977      0.86086      0.92702      0.98417        0.9983  
    cl_mt_val_p2v7      0.025714    7.9106    1.8212     'cl_mt_val'      'fl_r_save'          4               7         0.44365     0.23022     -9999    16.682      0      0.00036059    0.99964     2.8649e-34     6.9407e-13     1.0737    3.4028    4.9061    5.6286    6.0895    6.4256     6.738    7.2432    7.9426    8.6208    9.1341    9.4231    9.7648    10.205    10.853    12.063    13.253         3.3167                1                 5.5243             0.90229              0.95027               0.38996                3.7008               0.91011               0.87318               0.95768           4.5252e-06    0.0030584    0.025105    0.058381     0.095629      0.13516      0.17672      0.26526      0.41174       0.5662      0.67919      0.73785      0.79747      0.86048      0.92681      0.98408       0.99828  
    cl_mt_val_p2v8          0.03    7.9703    1.8383     'cl_mt_val'      'fl_r_save'          4               8         0.44365     0.23064     -9999    16.856      0      0.00034392    0.99966     3.2868e-34     2.7788e-12      1.149    3.4288    4.9362    5.6661    6.1347    6.4961      6.79    7.3033    7.9782    8.6751    9.1874    9.4885    9.8453    10.294    10.964    12.206    13.452         3.3793                1                 5.7957             0.90125               1.2337               0.42441                3.6803               0.90787               0.88169               0.96176           9.5189e-06    0.0031113    0.025042    0.058596     0.096261      0.13652        0.177      0.26535      0.40996      0.56717      0.67787      0.73667        0.797      0.86006      0.92672      0.98403       0.99826  
    cl_mt_val_p2v9      0.034286    8.0505    1.8675     'cl_mt_val'      'fl_r_save'          4               9         0.44365     0.23198     -9999    17.044      0       0.0003261    0.99967     2.0863e-33     7.4212e-11     1.2253    3.4875    4.9973    5.7255    6.1898    6.5503    6.8443    7.3787    8.0463    8.7481     9.274    9.5935    9.9606    10.413    11.118    12.402    13.705         3.4876                1                 6.2118             0.90116               1.6495                0.4675                3.6641               0.90137               0.89815               0.96597           1.7512e-05    0.0031422    0.025306    0.058954     0.097094      0.13654      0.17725      0.26568       0.4095      0.56513      0.67715      0.73576      0.79633      0.85973      0.92622      0.98388       0.99825  
    cl_mt_val_p2v10     0.038571    8.1587    1.9089     'cl_mt_val'      'fl_r_save'          4              10         0.44365     0.23397     -9999    17.245      0      0.00029983     0.9997      2.198e-33     8.8483e-11      1.292    3.5568    5.0609    5.7713    6.2425    6.6221    6.9181     7.455    8.1381    8.8516     9.403    9.7298    10.108    10.598    11.326    12.661    14.029         3.6438                1                 6.8116             0.90208               2.2546               0.51771                3.6341               0.88788               0.92298               0.97065           2.8149e-05    0.0032131    0.025326     0.05922     0.095796      0.13521      0.17761      0.26523       0.4084      0.56541      0.67598      0.73506      0.79552      0.85933      0.92593      0.98375       0.99823  
    cl_mt_val_p2v11     0.042857    8.3097     1.974     'cl_mt_val'      'fl_r_save'          4              11         0.44365     0.23755     -9999    17.467      0      0.00027863    0.99972    -4.6834e-34     6.6341e-10     1.3634    3.6168    5.1394    5.8588    6.3396    6.6875    7.0041    7.5422     8.281    9.0221    9.5934    9.9293    10.333    10.847    11.616    13.019    14.452         3.8967                1                   7.75             0.90466               3.1899               0.57755                3.5944               0.86333               0.96566               0.97545           3.9217e-05    0.0031983    0.025377    0.058555     0.095831       0.1347      0.17664      0.26443      0.40738      0.56252      0.67426      0.73319       0.7945      0.85758      0.92523      0.98358       0.99821  
    cl_mt_val_p2v12     0.047143    8.5487    2.0713     'cl_mt_val'      'fl_r_save'          4              12         0.44365      0.2423     -9999    17.709      0      0.00023928    0.99976    -2.5397e-33     5.7515e-09     1.5204    3.7514      5.25    6.0061    6.4814    6.8562     7.159    7.7259    8.4808    9.2756    9.8944    10.257    10.695    11.245    12.067    13.544    15.043         4.2903                1                 9.2794             0.90998               4.7114               0.64647                3.5306               0.82185                1.0373               0.98006           5.4683e-05     0.003283    0.025318    0.058607     0.095253      0.13404      0.17523      0.26242      0.40508      0.56018      0.67228      0.73091      0.79239      0.85629      0.92435      0.98337       0.99819  
    cl_mt_val_p2v13     0.051429    8.9517    2.2301     'cl_mt_val'      'fl_r_save'          4              13         0.44365     0.24913     -9999    17.964      0      0.00019164    0.99981     2.1169e-33     2.8663e-08     1.7385    3.9489    5.4615    6.2152    6.6936    7.0978    7.4214    8.0211    8.8601     9.736    10.415     10.82    11.295    11.896    12.776    14.332    15.882         4.9735                1                 12.064             0.91903               7.4745                0.7253                 3.415               0.75173                1.1748               0.98329           7.7952e-05    0.0033622    0.025242    0.059298     0.094649      0.13393      0.17316      0.25953      0.40148      0.55774      0.66914      0.72853      0.79028      0.85477      0.92354      0.98323       0.99818  
    cl_mt_val_p2v14     0.055714    9.7065    2.5031     'cl_mt_val'      'fl_r_save'          4              14         0.44365     0.25788     -9999    18.223      0      0.00013513    0.99986     1.6362e-33     1.6755e-07     2.1372    4.2731    5.7925    6.5965    7.1203    7.5489    7.9295    8.6216    9.5873    10.614    11.408    11.872    12.393    13.057    14.001     15.63    17.062         6.2654                1                  17.93             0.93185               13.284               0.81096                3.1695               0.63458                1.4771               0.98274           0.00011454     0.003453    0.025073    0.057173     0.092795      0.13083      0.17018      0.25593      0.39631      0.55243       0.6655      0.72553      0.78796      0.85358      0.92295      0.98324       0.99821  
    cl_mt_val_p2v15         0.06    11.579    2.9833     'cl_mt_val'      'fl_r_save'          4              15         0.44365     0.25765     -9999    18.484      0      5.8969e-05    0.99994    -6.1124e-34     2.1034e-06     2.9357    5.0149       6.7    7.6135     8.292    8.8702      9.38    10.317    11.606    12.903    13.811    14.321    14.904    15.617    16.433    17.442    18.078         8.8998                1                 33.425             0.95108               28.577                0.8988                 2.534               0.43615                2.3135               0.97245           0.00016719    0.0035399    0.024489    0.055877     0.090089      0.12707      0.16641        0.252       0.3939      0.55253      0.66778      0.72843      0.79143      0.85728       0.9265       0.9847       0.99847  

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

    cl_mt_pol_c_p2v1             0    1.8008    0.50782    'cl_mt_pol_c'     'fl_r_save'          4               1         0.44365       0.282     0.02     7.333      0        0        1       -8.093e-34      2.726e-35    0.81023    0.98331    1.1355    1.2392    1.2935    1.3546    1.4281    1.5544    1.7208    1.9131    2.0837     2.189    2.3078    2.4784    2.7509    3.3371    4.0102        0.85402             0.94525              1.5188             0.98127              0.11248               0.31954                1.1485                0.9748               0.25788                  1             0.00040931    0.0050498    0.029486    0.064228     0.098678      0.13387      0.17417      0.25566      0.39488       0.5425      0.65454      0.71355      0.77672      0.84137      0.91402      0.97998       0.99766  
    cl_mt_pol_c_p2v2     0.0042857    1.8024    0.50716    'cl_mt_pol_c'     'fl_r_save'          4               2         0.44365     0.28138     0.02    7.3362      0        0        1       2.8077e-34    -1.3928e-34    0.80966    0.98847    1.1347    1.2383    1.2926    1.3578    1.4288    1.5558    1.7196    1.9184    2.0856    2.1933    2.3137    2.4799     2.749    3.3456    3.9706        0.85395             0.94627              1.5238             0.98044              0.12447               0.33486                1.1421               0.97419               0.25721                  1             0.00041262    0.0051569    0.028977    0.063182     0.097246      0.13909       0.1726      0.25857      0.39437      0.54661      0.65357      0.71494      0.77521      0.84179      0.91428      0.98064       0.99768  
    cl_mt_pol_c_p2v3     0.0085714     1.803    0.50616    'cl_mt_pol_c'     'fl_r_save'          4               3         0.44365     0.28074     0.02    7.3411      0        0        1       4.1246e-33       1.21e-33     0.8102    0.98913    1.1354    1.2391    1.2935    1.3587    1.4348    1.5569    1.7207    1.9197    2.0869    2.1948    2.3152    2.4833    2.7466    3.3152    3.9456        0.85552             0.94766              1.5337             0.97942              0.14375                0.3566                1.1338               0.97279                0.2562                  1             0.00041257    0.0051696    0.029113    0.063353     0.097493      0.13952      0.17658      0.25912      0.39458      0.54717      0.65353      0.71441      0.77586      0.84176       0.9143       0.9801       0.99771  
    cl_mt_pol_c_p2v4      0.012857    1.8048    0.50503    'cl_mt_pol_c'     'fl_r_save'          4               4         0.44365     0.27983     0.02    7.3475      0        0        1       2.6228e-33     1.8862e-33    0.81249    0.98886    1.1368    1.2388     1.299    1.3583    1.4277    1.5564    1.7278    1.9192    2.0947    2.1951    2.3171    2.4926    2.7501    3.3034    3.9262        0.85678             0.94947              1.5446             0.97775              0.16881               0.37986                1.1207               0.97056               0.25505                  1             0.00041508    0.0050787     0.02895    0.062416     0.098237      0.13745      0.17302      0.25617      0.39183      0.54584      0.65467      0.71361      0.77868      0.84217      0.91483      0.98029       0.99772  
    cl_mt_pol_c_p2v5      0.017143    1.8069    0.50364    'cl_mt_pol_c'     'fl_r_save'          4               5         0.44365     0.27873     0.02    7.3552      0        0        1       3.3467e-33     4.0613e-33    0.81242    0.98961    1.1409    1.2404    1.2989    1.3582    1.4343    1.5647    1.7318    1.9232    2.1063    2.1999    2.3144    2.4991    2.7599    3.2848    3.8816        0.86057             0.95182              1.5651             0.97573              0.20509               0.40828                1.1064               0.96683               0.25365                  1             0.00041035    0.0050864    0.030944    0.063227     0.097301      0.13618      0.17637      0.25945      0.39772      0.54313      0.65531       0.7194      0.77619      0.84271      0.91483      0.98031       0.99777  
    cl_mt_pol_c_p2v6      0.021429    1.8102    0.50214    'cl_mt_pol_c'     'fl_r_save'          4               6         0.44365     0.27739     0.02    7.3641      0        0        1      -1.0548e-32      1.274e-14    0.81499    0.98968     1.141    1.2404     1.304    1.3583    1.4344    1.5648    1.7319    1.9309    2.1081       2.2    2.3196    2.5043    2.7601    3.2708    3.8618        0.86596             0.95445              1.5955              0.9734              0.25438               0.44049                 1.089               0.96126               0.25215                  1             0.00041524    0.0050518    0.030454    0.062204     0.099921      0.13417      0.17394      0.25679      0.39609      0.54364      0.65483      0.71969      0.77686      0.84574      0.91539       0.9807       0.99778  
    cl_mt_pol_c_p2v7      0.025714     1.815    0.50065    'cl_mt_pol_c'     'fl_r_save'          4               7         0.44365     0.27584     0.02    7.3741      0        0        1       2.8649e-34     6.9407e-13      0.816    0.99074    1.1412    1.2441    1.3043    1.3695    1.4397    1.5685     1.739     1.943    2.1069    2.2005     2.341    2.4957    2.7498    3.2607    3.8325        0.87318             0.95768              1.6331             0.97029              0.31684               0.47296                1.0656               0.95327               0.25065                  1             0.00041009    0.0051516     0.02971    0.061904     0.098313      0.13555      0.17316      0.26217      0.39411      0.54426      0.65553      0.71938      0.77824      0.84405      0.91647      0.98066       0.99781  
    cl_mt_pol_c_p2v8          0.03    1.8226    0.49869    'cl_mt_pol_c'     'fl_r_save'          4               8         0.44365     0.27361     0.02     7.385      0        0        1       3.2868e-34     2.7788e-12    0.82455    0.99414    1.1462    1.2514    1.3141    1.3793    1.4444    1.5747    1.7427    1.9649    2.1169    2.2155    2.3508    2.5029    2.7568     3.238    3.7994        0.88169             0.96176              1.6853             0.96606              0.40246               0.51036                1.0342                0.9404               0.24869                  1              0.0004098    0.0051234    0.029159    0.063112     0.098813       0.1368      0.17569       0.2561       0.3975      0.54815      0.65835      0.71602      0.77987      0.84539      0.91656      0.98098       0.99781  
    cl_mt_pol_c_p2v9      0.034286     1.833    0.49788    'cl_mt_pol_c'     'fl_r_save'          4               9         0.44365     0.27161     0.02    7.3968      0        0        1       2.0863e-33     7.4212e-11    0.82577    0.99961    1.1517    1.2604    1.3256    1.3908     1.456    1.5863    1.7602    1.9775    2.1296    2.2466    2.3519    2.5157    2.7598    3.2362    3.7945        0.89815             0.96597              1.7677             0.96193              0.52024               0.55305               0.99962               0.92237               0.24788                  1             0.00040908    0.0051674    0.029645    0.066448      0.10008      0.13544      0.17757      0.25714      0.39317      0.54839      0.66099      0.71877      0.77983      0.84664      0.91742       0.9811       0.99782  
    cl_mt_pol_c_p2v10     0.038571    1.8486    0.49815    'cl_mt_pol_c'     'fl_r_save'          4              10         0.44365     0.26946     0.02    7.4094      0        0        1        2.198e-33     8.8483e-11    0.83032     1.0024    1.1578    1.2597    1.3357    1.4034    1.4735    1.5963    1.7893    1.9872    2.1635    2.2554     2.374     2.526    2.7649    3.2277    3.7924        0.92298             0.97065              1.8867             0.95744              0.68064                0.5989                0.9579               0.89681               0.24815                  1             0.00041149    0.0050344    0.028832    0.062181     0.099069      0.13424      0.17313      0.25896      0.39658      0.54855      0.66056      0.71774      0.78085      0.84632      0.91754      0.98123       0.99784  
    cl_mt_pol_c_p2v11     0.042857    1.8705     0.5015    'cl_mt_pol_c'     'fl_r_save'          4              11         0.44365     0.26811     0.02    8.1649      0        0        1      -4.6834e-34     6.6341e-10    0.83839     1.0089    1.1702    1.2714    1.3474    1.4235    1.4887    1.6149    1.8256    2.0128    2.1817     2.282    2.3906    2.5511    2.7852    3.2641    3.8367        0.96566             0.97545              2.0752             0.95348                0.913               0.65067               0.91065               0.86094                0.2515                  1              0.0004131    0.0049938    0.028852    0.063302     0.097658      0.13445      0.17312      0.25606      0.39782      0.54707      0.65929      0.71847      0.78156      0.84749        0.918      0.98133       0.99784  
    cl_mt_pol_c_p2v12     0.047143    1.9073      0.511    'cl_mt_pol_c'     'fl_r_save'          4              12         0.44365     0.26792     0.02    8.1802      0        0        1      -2.5397e-33     5.7515e-09    0.84225     1.0177     1.184    1.2868    1.3687    1.4539    1.5207    1.6611    1.8483    2.0639     2.226    2.3246    2.4365    2.5869    2.8309    3.3239    3.9305         1.0373             0.98006              2.3941             0.95167               1.2764               0.70992               0.85662               0.80827               0.26112                  1             0.00040469    0.0049606    0.028843    0.061598     0.096235      0.13319      0.17455      0.25558      0.39649      0.54771      0.66099      0.72125      0.78228      0.84721      0.91823      0.98122       0.99783  
    cl_mt_pol_c_p2v13     0.051429    1.9737    0.53572    'cl_mt_pol_c'     'fl_r_save'          4              13         0.44365     0.27143     0.02    8.1962      0        0        1       2.1169e-33     5.6876e-34    0.86456     1.0325    1.2162    1.3215    1.4159    1.4986    1.5838    1.7266    1.9246    2.1301    2.2971    2.3999    2.5227    2.6822    2.9403    3.4733    4.1574         1.1748             0.98329              3.0095             0.95437               1.9273               0.77854               0.79519               0.72868               0.28699                  1             0.00040038    0.0048579    0.029693    0.060063     0.094929      0.13325      0.17128      0.25626      0.39352      0.54668      0.66103      0.71894      0.78128      0.84631      0.91761      0.98095       0.99777  
    cl_mt_pol_c_p2v14     0.055714    2.1122    0.60049    'cl_mt_pol_c'     'fl_r_save'          4              14         0.44365     0.28429     0.02    8.2128      0        0        1       1.6362e-33     1.6755e-07    0.88791      1.066    1.2608    1.3912    1.5049    1.6036    1.6847    1.8302    2.0434    2.2775    2.4647    2.5751    2.7172    2.9062    3.2055    3.8526     4.565         1.4771             0.98274              4.4511             0.96426               3.3687               0.85727               0.72179               0.60239               0.36059                  1             0.00038864    0.0046729    0.028743    0.059348      0.09281      0.13074      0.16861      0.25184         0.39      0.54366      0.65473      0.71399      0.77672      0.84294      0.91517      0.98044       0.99767  
    cl_mt_pol_c_p2v15         0.06    2.5295    0.79748    'cl_mt_pol_c'     'fl_r_save'          4              15         0.44365     0.31527     0.02    8.2299      0        0        1      -6.1124e-34    -5.7224e-35    0.94796     1.1411    1.4044    1.5908    1.7279    1.8391    1.9461    2.1317    2.4159    2.7419    3.0094    3.1766     3.404    3.6573    4.0025    4.6462    5.7045         2.3135             0.97245              9.2017             0.97947               7.9313               0.93315               0.63447               0.40853               0.63597                  1             0.00036167    0.0041698    0.024787    0.054456      0.08757       0.1229      0.16136      0.24079      0.37536      0.52838       0.6422      0.70291      0.76843      0.83789      0.91323      0.98007       0.99763  

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

    cl_mt_pol_k_p2v1             0    4.6485      2.32    'cl_mt_pol_k'     'fl_r_save'          4               1         0.44365     0.49909      0     33.237    -9.4435e-34      0        1      -9.4435e-34    4.8018e-20    0.94764    1.3393    1.8658    2.2074    2.5867    2.8008    3.0086    3.5111    4.1746     4.994    5.7543    6.1875    6.8286     7.609    9.1542     12.41    17.072         3.7009             0.89661              6.8545             0.96935              0.32363                0.20125               5.3824                  1                   1.1485                0.9748          0.00018362     0.002532    0.017146    0.039515     0.066494     0.094978      0.12646      0.19617      0.31923      0.46652      0.58031      0.64428      0.71488      0.79313      0.87983      0.96892       0.99602  
    cl_mt_pol_k_p2v2     0.0042857    4.6509    2.3117    'cl_mt_pol_k'     'fl_r_save'          4               2         0.44365     0.49705      0     30.634     3.3058e-34      0        1       3.3058e-34     7.778e-17    0.95343    1.3416    1.8645    2.2073    2.5846    2.8033    3.0101    3.5094    4.1727      4.99    5.7211    6.1936    6.8292    7.6128     8.934     12.36    17.247         3.6976             0.89889              6.8462             0.96637              0.36002                0.21248               5.3441                  1                   1.1421               0.97419          0.00019761    0.0025061     0.01682    0.039229     0.065479     0.095113      0.12669      0.19627      0.32035      0.46759      0.58051      0.64449      0.71391       0.7912      0.88025      0.96897       0.99595  
    cl_mt_pol_k_p2v3     0.0085714    4.6414    2.3026    'cl_mt_pol_k'     'fl_r_save'          4               3         0.44365      0.4961      0     28.421     4.6793e-33      0        1       4.6793e-33    1.5742e-16    0.95198    1.3403    1.8657    2.2092    2.5866    2.8022    3.0121    3.5117    4.0825    4.9753    5.7372    6.2105    6.7144    7.6439    8.9674    12.538    17.293         3.7017             0.90135              6.8477             0.96126              0.41204                 0.2247               5.3019                  1                   1.1338               0.97279          0.00018491    0.0025648    0.016892    0.039361     0.066057     0.094669       0.1271      0.19626      0.31853      0.46621      0.58088       0.6459      0.71635      0.79206      0.88061      0.96898       0.99597  
    cl_mt_pol_k_p2v4      0.012857    4.6364    2.2864    'cl_mt_pol_k'     'fl_r_save'          4               4         0.44365     0.49315      0     26.393     4.9439e-33      0        1       4.9439e-33    5.8202e-15    0.95591    1.3421    1.8745    2.2118    2.5892    2.8044    3.0113    3.5107    4.1796    4.9298    5.7525     6.024    6.7289    7.6066    9.1148    12.506    16.395         3.6938             0.90414              6.8226             0.95394              0.47405                0.23561               5.2278                  1                   1.1207               0.97056          0.00019731    0.0025204    0.016719    0.039502     0.066704     0.095167      0.12674      0.19696       0.3224      0.46695      0.58263      0.64787      0.71491      0.79496      0.88079      0.96919       0.99599  
    cl_mt_pol_k_p2v5      0.017143    4.6259    2.2722    'cl_mt_pol_k'     'fl_r_save'          4               5         0.44365     0.49118      0     24.627     4.3348e-33      0        1       4.3348e-33    4.7779e-13    0.95537    1.3423    1.8842    2.2105    2.5882    2.8042    3.0177    3.5097    4.1881    4.9857    5.6216    6.0605    6.8259    7.4973    9.0739    11.869    17.022         3.6994             0.90693              6.8241             0.94297              0.55489                0.24485               5.1628                  1                   1.1064               0.96683          0.00019578    0.0027649    0.016793    0.039637     0.066244     0.096018      0.12792       0.1989       0.3209      0.46871      0.58304      0.64629      0.71799      0.79333       0.8816      0.96945       0.99592  
    cl_mt_pol_k_p2v6      0.021429    4.6151     2.256    'cl_mt_pol_k'     'fl_r_save'          4               6         0.44365     0.48883      0     23.023    -9.2565e-33      0        1      -9.2565e-33    1.0396e-11    0.94733    1.3424    1.8927    2.2128    2.5859    2.8058     3.031    3.5107    4.0724    5.0453    5.6715    6.1855    6.6503    7.5703    8.6138    12.081    17.354         3.7057              0.9091              6.8305             0.92755              0.65194                0.25128               5.0896                  1                    1.089               0.96126          0.00018585    0.0027337    0.016948    0.042729     0.066364     0.095599      0.12882      0.20014      0.32114      0.46946      0.58749      0.64737      0.71718      0.79512      0.88181      0.96936       0.99596  
    cl_mt_pol_k_p2v7      0.025714    4.5999    2.2328    'cl_mt_pol_k'     'fl_r_save'          4               7         0.44365      0.4854      0     21.635    -1.2139e-34      0        1      -1.2139e-34    1.7409e-10    0.95691    1.3427    1.8872    2.2133    2.5916    2.8097    3.0059    3.5183    4.0758    4.8676    5.7047    6.1869    6.5765    7.6444    8.7752    12.372    16.855         3.7008             0.91011              6.8063             0.90674              0.75524                0.25278               4.9855                  1                   1.0656               0.95327          0.00019305    0.0027574    0.016982    0.041727     0.066847     0.096054      0.12934      0.19814      0.32409      0.47064       0.5853      0.65042      0.71731      0.79639      0.88223      0.96944       0.99609  
    cl_mt_pol_k_p2v8          0.03    4.5892    2.2052    'cl_mt_pol_k'     'fl_r_save'          4               8         0.44365     0.48052      0     21.551     2.5798e-34      0        1       2.5798e-34    3.1845e-11     1.0062    1.3417    1.9093    2.2116    2.6853    2.8028    3.0293    3.5296    4.1959     4.829    5.7963    5.9161    6.6212    7.4938     8.998    12.336    15.932         3.6803             0.90787              6.7731               0.878              0.87607                0.25123               4.8628                  1                   1.0342                0.9404           0.0001907    0.0025799    0.017211    0.042436     0.068809     0.096993      0.12924      0.20007      0.32354      0.47152      0.58768      0.65038      0.71826      0.79629      0.88271         0.97       0.99617  
    cl_mt_pol_k_p2v9      0.034286    4.5721    2.1767    'cl_mt_pol_k'     'fl_r_save'          4               9         0.44365     0.47609      0     21.549     1.9245e-33      0        1       1.9245e-33    7.5579e-11     1.0221    1.3442    1.9271    2.2126    2.6068    2.8083    3.1092    3.3909    4.2429    4.9117    5.5188    5.9325    6.8257    7.1461    9.0388    11.706    15.212         3.6641             0.90137              6.7521             0.84039               1.0143                0.24663               4.7381                  1                  0.99962               0.92237          0.00020436     0.002632    0.017295    0.041326     0.068064     0.098733      0.12947      0.20103      0.32721      0.47542      0.59003      0.65052       0.7217      0.79687      0.88399      0.97039       0.99616  
    cl_mt_pol_k_p2v10     0.038571    4.5464    2.1442    'cl_mt_pol_k'     'fl_r_save'          4              10         0.44365     0.47162      0     21.517     2.3264e-33      0        1       2.3264e-33    1.1508e-10     1.0275    1.3531    1.9169    2.2924    2.5203    2.8255    3.1213    3.5077    4.0542    5.0537    5.3252    6.0228    6.6581    7.1358    8.5879    11.101    15.824         3.6341             0.88788              6.7157             0.79176               1.1603                0.23718               4.5976                  1                   0.9579               0.89681          0.00020814     0.002644    0.017559    0.041302     0.067828     0.098146       0.1306      0.20209      0.32798      0.47476      0.58972      0.65292        0.723      0.79687      0.88528      0.97057        0.9962  
    cl_mt_pol_k_p2v11     0.042857    4.5087    2.1091    'cl_mt_pol_k'     'fl_r_save'          4              11         0.44365     0.46779      0     21.531     6.8871e-34      0        1       6.8871e-34    8.2123e-11     1.0327    1.3558    1.8822    2.3061    2.5859     2.842    3.0008    3.5574    3.9068    4.9089    5.4541    6.2562    6.3438    7.3825    8.1764     10.88    16.346         3.5944             0.86333              6.6881             0.73068                1.329                 0.2252               4.4485                  1                  0.91065               0.86094          0.00019938    0.0026857    0.017764    0.041882     0.068538     0.098959      0.13181      0.20256      0.32826      0.47795      0.59012      0.65469      0.72406      0.79705      0.88574      0.97062       0.99629  
    cl_mt_pol_k_p2v12     0.047143    4.4681     2.074    'cl_mt_pol_k'     'fl_r_save'          4              12         0.44365     0.46418      0     21.541    -3.7855e-33      0        1      -3.7855e-33    1.2815e-10     1.0347    1.3583    1.9245    2.2205    2.6876    2.8173    2.8681    3.5924    3.9782    4.6825    5.7213    5.9836    6.0691    7.6389    7.8402    11.645    15.857         3.5306             0.82185              6.6726             0.65349               1.5144                0.20753               4.3015                  1                  0.85662               0.80827          0.00021097    0.0027813    0.017945    0.042343      0.06951      0.10021      0.13255      0.20443      0.32763      0.47921      0.59046      0.65768      0.72427      0.80012      0.88562      0.97083       0.99643  
    cl_mt_pol_k_p2v13     0.051429      4.43     2.037    'cl_mt_pol_k'     'fl_r_save'          4              13         0.44365     0.45982      0     21.513    -1.7873e-34      0        1      -1.7873e-34    1.1052e-10       1.04    1.3556    2.0245    2.1944    2.6621    2.7183    2.8512     3.448    4.1577    4.5183    5.6677    5.7222    5.9865    7.3016    8.3878    11.948    15.104          3.415             0.75173              6.6514             0.55473               1.7068                0.18132               4.1495                  1                  0.79519               0.72868          0.00021742    0.0028609    0.018457     0.04239     0.070059      0.10068      0.13176      0.20655      0.32959      0.47847      0.59376      0.65978      0.72336      0.80178      0.88599      0.97128       0.99658  
    cl_mt_pol_k_p2v14     0.055714    4.3917    1.9954    'cl_mt_pol_k'     'fl_r_save'          4              14         0.44365     0.45435      0      21.51     2.1107e-33      0        1       2.1107e-33    1.1374e-10     1.0515    1.4691    1.9745    2.2324     2.554    2.6288    3.1319    3.3089    4.1895    4.5462    5.4276     5.493    6.7188    6.9846    8.8557    11.402    14.399         3.1695             0.63458              6.5763             0.42873                1.873                0.14344               3.9815                  1                  0.72179               0.60239          0.00022672    0.0028496    0.018764     0.04265     0.071221      0.10048      0.13256      0.20682      0.33221      0.47777        0.597      0.65902      0.72498      0.80408      0.88744      0.97204       0.99672  
    cl_mt_pol_k_p2v15         0.06    4.3486    1.9475    'cl_mt_pol_k'     'fl_r_save'          4              15         0.44365     0.44783      0      21.48     -3.284e-34      0        1       -3.284e-34    6.9864e-11     1.1046    1.4553    1.9098    2.3925    2.4636    2.7012    3.0976    3.1975    4.0261    5.0881    5.2134    5.3155    6.5866    6.7005    8.4815     10.91    13.754          2.534             0.43615              6.2408             0.27203               1.8137               0.087384               3.7926                  1                  0.63447               0.40853          0.00023674    0.0029681    0.019052    0.043488      0.07131      0.10039      0.13504      0.20721      0.33555      0.48093       0.5993      0.65981      0.72919      0.80567      0.88949       0.9726       0.99684  

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

    cl_mt_coh_p2v1             0    6.2108    3.0479     'cl_mt_coh'      'fl_r_save'          4               1         0.44365     0.49075     -4.67    56.928    0.00016786     0.0039042    0.99593     -8.093e-34    3.6006e-34     -1.0879    0.80848    2.2835    2.9858    3.4775    3.8287    4.1798    4.7417     5.725    6.7786    7.6917    8.3238    9.0262     10.15    11.906     16.05    21.599         4.9218             0.90764              9.2899                1                 0.91656               0.43384                6.8545               0.96935                1.5188               0.98127          -0.00028329    1.2913e-05     0.011831    0.034435      0.06258     0.089068      0.12659      0.19253      0.32933        0.473      0.58871      0.65562      0.71928      0.79882      0.88471      0.97043       0.99624  
    cl_mt_coh_p2v2     0.0042857     6.236    3.0646     'cl_mt_coh'      'fl_r_save'          4               2         0.44365     0.49144     -4.67    56.954    0.00016279     0.0038457    0.99599     2.8077e-34    1.1828e-33     -1.0904    0.80461    2.2785    2.9804    3.4717    3.8928    4.1736    4.8053    5.7177    6.7705    7.7531    8.3146    9.0867    10.139    11.964    16.176    21.861         4.9467             0.90711              9.3918                1                  1.0217               0.45486                6.8462               0.96637                1.5238               0.98044          -0.00027979    5.8131e-06     0.011534    0.033701     0.061347     0.093384      0.12378      0.19814      0.32562      0.46977      0.59268      0.65204      0.72159      0.79561      0.88406      0.97066       0.99625  
    cl_mt_coh_p2v3     0.0085714    6.2531    3.0938     'cl_mt_coh'      'fl_r_save'          4               3         0.44365     0.49476     -4.67    56.995    0.00016503     0.0038414    0.99599     4.1246e-33      1.21e-33     -1.0881    0.80826    2.2832    2.9855    3.4771    3.8986    4.1795    4.8116    5.7246    6.7781    7.7614    8.3233    9.0959     10.22    12.046      16.4    22.159         5.0002             0.90617              9.5714                1                    1.19               0.48299                6.8477               0.96126                1.5337               0.97942          -0.00027685     1.244e-05     0.011568    0.033733     0.061332     0.093394      0.12414      0.19816      0.32488       0.4686      0.59183      0.64979      0.71888      0.79785      0.88308      0.97047       0.99609  
    cl_mt_coh_p2v4      0.012857    6.2913     3.128     'cl_mt_coh'      'fl_r_save'          4               4         0.44365     0.49719     -4.67    57.049    0.00016022     0.0037828    0.99606     2.6228e-33    1.0667e-33      -1.089    0.80679    2.2813    2.9834     3.475    3.8962    4.1771     4.809    5.7218    6.8453    7.7581      8.39    9.1624    10.286    12.182    16.535    22.573           5.06             0.90534              9.7844                1                  1.4172               0.51487                6.8226               0.95394                1.5446               0.97775          -0.00027184     8.965e-06       0.0113    0.033021     0.060099     0.091473      0.12075      0.19471      0.32063      0.47186      0.58659      0.65063      0.71778      0.79692      0.88375      0.96984       0.99612  
    cl_mt_coh_p2v5      0.017143    6.3382     3.185     'cl_mt_coh'      'fl_r_save'          4               5         0.44365      0.5025     -4.67    57.114    0.00015825     0.0037445     0.9961     3.3467e-33    4.0613e-33     -1.0893    0.87653    2.3509    2.9828    3.4743    3.8955    4.2466    4.8082    5.7911    6.9145    7.8272    8.4591    9.3016    10.355    12.321    16.884    23.133         5.1703             0.90426              10.144                1                  1.7548                0.5524                6.8241               0.94297                1.5651               0.97573          -0.00026713    0.00012058     0.012479    0.032473      0.05915     0.090067      0.12711      0.19172      0.32481      0.47446      0.58668      0.64774      0.71952      0.79382      0.88237      0.96917         0.996  
    cl_mt_coh_p2v6      0.021429    6.4072    3.2642     'cl_mt_coh'      'fl_r_save'          4               6         0.44365     0.50945     -4.67    57.189    0.00015666     0.0036825    0.99616    -1.0548e-32     1.274e-14     -1.0891    0.87694    2.3514    3.0536    3.5451    3.8961    4.2472    4.8791    5.7919    6.9154    7.8983    8.5303    9.3728    10.566    12.532    17.307    23.837         5.3264             0.90311              10.655                1                  2.2289               0.59375                6.8305               0.92755                1.5955                0.9734          -0.00025882    0.00012107     0.012181    0.034544     0.061234     0.087975      0.12409      0.19918      0.31771      0.46596       0.5828       0.6452      0.71406      0.79342      0.87908      0.96865       0.99597  
    cl_mt_coh_p2v7      0.025714    6.5022    3.3618     'cl_mt_coh'      'fl_r_save'          4               7         0.44365     0.51703     -4.67    57.272    0.00015226     0.0035617    0.99629     2.8649e-34    6.9407e-13      -1.018    0.87815     2.353    3.0553    3.5469    3.9682    4.2492    4.8812    5.8644    6.9881    8.0416    8.6736    9.5164    10.781    12.887    17.803    24.616         5.5243             0.90229              11.302                1                  2.8626               0.63635                6.8063               0.90674                1.6331               0.97029          -0.00026398    0.00011978     0.011789    0.033305      0.05925     0.090325      0.12019      0.19328      0.31665      0.46558      0.58217      0.64135      0.71183      0.79088      0.87948      0.96811       0.99584  
    cl_mt_coh_p2v8          0.03    6.6491    3.4982     'cl_mt_coh'      'fl_r_save'          4               8         0.44365     0.52612     -4.67    57.364    0.00014398     0.0033987    0.99646     3.2868e-34    2.7788e-12     -1.0209    0.94397    2.4176    3.1194    3.6106    4.0316    4.3123    4.9439    5.9965    7.1193    8.1719    8.8737    9.7859    11.049    13.295    18.558    25.715         5.7957             0.90125              12.237                1                  3.7791               0.68316                6.7731                 0.878                1.6853               0.96606          -0.00024543    0.00022389     0.012132    0.033312     0.059578      0.09103      0.11833      0.18964       0.3211      0.46432      0.57472      0.63728      0.70884      0.78487      0.87561      0.96736       0.99573  
    cl_mt_coh_p2v9      0.034286    6.8478    3.6911     'cl_mt_coh'      'fl_r_save'          4               9         0.44365     0.53902     -4.67    57.463    0.00013639     0.0032255    0.99664     2.0863e-33    7.4212e-11    -0.94901    0.94658    2.4209    3.1932    3.6846    4.1059    4.4569    5.0888    6.0717    7.2652    8.4587    9.1608    10.144    11.548    13.935    19.551    27.134         6.2118             0.90116              13.624                1                  5.1042               0.73192                6.7521               0.84039                1.7677               0.96193          -0.00023998    0.00021246     0.011329    0.033867     0.059599     0.090246      0.12283      0.19174      0.31358      0.45486      0.57324      0.63412      0.70387      0.78355      0.87466      0.96675       0.99566  
    cl_mt_coh_p2v10     0.038571     7.126    3.9558     'cl_mt_coh'      'fl_r_save'          4              10         0.44365     0.55512     -4.67    57.569    0.00012719     0.0029825    0.99689      2.198e-33    8.8483e-11    -0.88093     1.0136    2.4871     3.259    3.7501    4.1711     4.522    5.2237     6.206    7.6094    8.8022    9.5741    10.697     12.17    14.766    20.871     28.94         6.8116             0.90208              15.648                1                  7.0459               0.78071                6.7157               0.79176                1.8867               0.95744          -0.00022285    0.00031035     0.011362    0.033069     0.058015     0.088172      0.11766      0.18987      0.30408      0.45509      0.56585      0.62697      0.70055       0.7779      0.87003      0.96618       0.99553  
    cl_mt_coh_p2v11     0.042857    7.5215    4.3398     'cl_mt_coh'      'fl_r_save'          4              11         0.44365     0.57699     -4.67     57.68    0.00011856     0.0027888    0.99709    -4.6834e-34    6.6341e-10    -0.87841     1.0876    2.5621    3.3344    3.8259    4.2472    4.6685    5.3707    6.4941    7.9686    9.3027    10.215    11.409    13.094    16.043    22.643     31.35           7.75             0.90466              18.834                1                  10.071               0.82936                6.6881               0.73068                2.0752               0.95348          -0.00019792    0.00039182     0.011262    0.031545     0.055338     0.083988      0.11649      0.18366      0.30292      0.44347      0.55358      0.61796      0.69014      0.77115      0.86751      0.96529       0.99541  
    cl_mt_coh_p2v12     0.047143    8.1631    4.9231     'cl_mt_coh'      'fl_r_save'          4              12         0.44365      0.6031     -4.67    57.797    0.00010265     0.0024085    0.99749    -2.5397e-33    5.7515e-09    -0.73946     1.2258    2.6998    3.4718    4.0333    4.4544    4.8054    5.5775     6.911    8.5955     10.21    11.263    12.666    14.632    17.931     25.23    34.916         9.2794             0.90998              24.237                1                  15.171                0.8758                6.6726               0.65349                2.3941               0.95167          -0.00017382    0.00051895     0.011257    0.031827     0.056792     0.082418      0.10748      0.17215      0.28849      0.42994      0.54463      0.60858      0.68257      0.76604      0.86365      0.96398       0.99533  
    cl_mt_coh_p2v13     0.051429    9.3051    5.8863     'cl_mt_coh'      'fl_r_save'          4              13         0.44365     0.63258     -4.67    57.919    8.2793e-05      0.001933    0.99798     2.1169e-33    2.8663e-08    -0.60028     1.4346    2.9081    3.6799    4.2413    4.7324    5.2236    6.1358    7.7496    9.8546    11.889    13.152    14.837    17.222    21.081    29.501    40.377         12.064             0.91903              34.648                1                  24.987               0.91864                6.6514               0.55473                3.0095               0.95437          -0.00013326    0.00069081     0.011165    0.029021     0.051338     0.075652      0.10562      0.16497      0.27637      0.41575      0.53373      0.59761       0.6723      0.75948      0.86058       0.9634       0.99525  
    cl_mt_coh_p2v14     0.055714    11.642    7.6872     'cl_mt_coh'      'fl_r_save'          4              14         0.44365     0.66029     -4.67    58.046     5.768e-05     0.0013605    0.99858     1.6362e-33    1.6755e-07     -0.3157      1.721     3.266     4.179    4.8111     5.373     6.005    7.3394    9.5868    12.536    15.275    17.031    19.208    22.158    27.074    37.328    49.126          17.93             0.93185              59.094                1                  48.066               0.95548                6.5763               0.42873                4.4511               0.96426          -8.5045e-05    0.00078932     0.010043    0.027961     0.046924     0.067395     0.092229      0.15186      0.25943      0.40003      0.51922      0.58901      0.66565      0.75389      0.85756      0.96328       0.99559  
    cl_mt_coh_p2v15         0.06    18.579     11.78     'cl_mt_coh'      'fl_r_save'          4              15         0.44365     0.63408     -4.67    58.177    2.6099e-05    0.00059321    0.99938    -6.1124e-34    2.1034e-06     0.45605     2.4924    4.2479    5.5821    6.7758    7.9695    9.1633    11.761    15.975    21.101    25.665    28.193    31.423    36.549    42.518    50.663    55.227         33.425             0.95108              138.78                1                  123.34               0.98233                6.2408               0.27203                9.2017               0.97947          -1.7794e-05    0.00092994    0.0086466    0.022241     0.039124     0.059114     0.081587      0.13899       0.2494      0.39793      0.52461      0.59676      0.67613      0.76722      0.87332      0.97182       0.99721  

Denser Simulation (GRID)

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

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

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

        Count: 51
      KeyType: char
    ValueType: any

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

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

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

        Count: 55
      KeyType: char
    ValueType: any

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

    ar_param_keys_idx    1     1      1       2      3.5     0.70711     3      4 

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

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

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

        Count: 19
      KeyType: char
    ValueType: any

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

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