Test Shock (Risky + Safe Asets + Two-Step + Interpolated + Percentage Distribution), Test over Shock Mean and SD (cross)

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

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

@include

@seealso

Contents

Simulate and Graph

% Set which to graph, simulate over which variables
cl_st_param_keys = {'fl_z_rho', 'fl_z_sig'};

% Generate Benchmark Parameters
it_param_set = 9;
[param_map, support_map] = ffs_ipwkz_set_default_param(it_param_set);
support_map('bl_replacefile') = false;
support_map('bl_graph_onebyones') = true;
support_map('bl_display_graph_stats') = false;

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

Medium Grid Simulation (CROSS Limited Graphs)

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

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

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

        Count: 51
      KeyType: char
    ValueType: any

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

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

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

        Count: 43
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 3 ; key = cl_st_param_keys ; val = fl_z_rho
pos = 42 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 43 ; key = st_model ; val = ipwkz
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         i    idx    rowN    colN    mean      std      min    max
                         _    ___    ____    ____    ____    _______    ___    ___

    ar_param_keys_idx    1     1      1       2      5.5     0.70711     5      6 

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

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

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

        Count: 19
      KeyType: char
    ValueType: any

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

    fl_a_max                   1     1      1        5         65      11.859       50       80
    fl_alpha                   2     2      1        5        0.4    0.079057      0.3      0.5
    fl_b_bd                    3     3      1        5      -12.5      5.9293      -20       -5
    fl_beta                    4     4      1       15       0.92    0.031944     0.87     0.97
    fl_c_min                   5     5      1        5     0.0155    0.011463    0.001     0.03
    fl_crra                    6     6      1       15          3      1.2778        1        5
    fl_delta                   7     7      1        5       0.08    0.047434     0.02     0.14
    fl_r_borr                  8     8      1        5      0.125    0.098821        0     0.25
    fl_r_save                  9     9      1        5      0.025    0.011859     0.01     0.04
    fl_w                      10    10      1        5       1.25     0.11859      1.1      1.4
    fl_z_r_borr_max           11    11      1        5     0.1225    0.021741    0.095     0.15
    fl_z_r_borr_n             12    12      1        6         15      7.4833        5       25
    fl_z_r_borr_poiss_mean    13    13      1        5       12.5      5.9293        5       20
    fl_z_rho                  14    14      1       15     0.4925     0.31465        0    0.985
    fl_z_sig                  15    15      1       15       0.35     0.19166     0.05     0.65
    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_z_rho     mean        sd       variablenames    var_param_key    it_test_grp    it_cur_param    fl_z_sig    coefofvar      min       max      pYis0       pYls0        pYgr0      pYisMINY       pYisMAXY       p0_1         p1         p5         p10        p15        p20       p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1      fracByP5      fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       ________    _______    _______    _____________    _____________    ___________    ____________    ________    _________    _______    ______    _____    ___________    _______    ___________    ___________    _______    ________    _______    _______    _______    _______    ______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    ___________    __________    ___________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val_p1v1            0     8.2855    0.30225     'cl_mt_val'      'fl_z_rho'           5               1           0.2       0.036479      2.4712     15.76      0                0          1     9.2365e-35     3.5187e-34      7.367      7.5894     7.7961     7.8934     7.9887      8.035    8.0804     8.1692      8.297    8.4206    8.4999    8.5387     8.577    8.6519    8.7969    9.0024    9.2554        0.091353               1                0.21952             0.99737             0.00028419             0.15182               0.18154               0.99513               0.037688               0.9616           0.00098128      0.010227       0.054813     0.10029      0.17599      0.21587      0.27225      0.37293      0.53427      0.69199      0.76383      0.81181      0.84298      0.89444      0.95457      0.99032       0.99913  
    cl_mt_val_p1v2     0.070357     8.3047    0.32443     'cl_mt_val'      'fl_z_rho'           5               2           0.2       0.039065      2.4536    15.792      0                0          1    -5.0028e-35     1.1116e-35     7.3161      7.5574     7.7638     7.8981     7.9594     8.0244    8.0942     8.1873     8.3152    8.4389    8.5266    8.5695    8.6413    8.7192    8.8435    9.0694     9.327         0.10525               1                0.24879             0.99664              0.0002951             0.16274                0.2053               0.99451               0.043195              0.96563           0.00087975     0.0095644       0.047468    0.094533      0.14193      0.19107      0.24257      0.33634      0.49929      0.64538      0.73979      0.79619      0.84246      0.89392      0.94621      0.98901       0.99891  
    cl_mt_val_p1v3      0.14071     8.2981    0.35086     'cl_mt_val'      'fl_z_rho'           5               3           0.2       0.042281      2.4113     15.81      0                0          1    -2.1596e-36     1.4367e-35     7.2335      7.5068     7.7244     7.8546     7.9399     7.9967     8.062     8.1617     8.3007     8.421    8.5362     8.584    8.6599    8.7522    8.8856     9.129    9.4057          0.1231               1                0.28554             0.99503             0.00035876             0.14471               0.23543               0.99283               0.049756              0.96873           0.00087499     0.0091119       0.047193     0.09279      0.14474      0.19109      0.25138      0.34113      0.48463      0.63458      0.74071      0.79124      0.84058      0.89563      0.94568      0.98926       0.99886  
    cl_mt_val_p1v4      0.21107     8.2834    0.38631     'cl_mt_val'      'fl_z_rho'           5               4           0.2       0.046636      2.3414    15.814      0                0          1    -1.4873e-35     2.8452e-36     7.1449      7.4111     7.6598      7.793     7.8752     7.9547    8.0174     8.1252     8.2837    8.4195    8.5435    8.6056    8.6803    8.7824     8.924    9.1907    9.5011         0.14923               1                0.33994              0.9926             0.00056144             0.12579               0.28029                0.9902               0.059082              0.97196           0.00086598     0.0089484       0.046417    0.095268      0.14187      0.18739      0.23567      0.33406      0.48565      0.63507      0.73841       0.7894      0.84101      0.89528      0.94525      0.98874       0.99884  
    cl_mt_val_p1v5      0.28143     8.2771     0.4261     'cl_mt_val'      'fl_z_rho'           5               5           0.2       0.051479      2.2689    15.834      0                0          1     1.4517e-34     2.4198e-35     7.0133      7.3218     7.5762      7.727     7.8295     7.9234    7.9939     8.1079     8.2792    8.4447    8.5666    8.6321    8.7236    8.8317    8.9839    9.2825    9.6173         0.18156               1                0.40479             0.98924              0.0010577             0.12166               0.33307               0.98638               0.070655              0.97492           0.00084343      0.009595       0.045937    0.091924      0.13931      0.19594      0.23496      0.33428      0.48022       0.6326      0.74161      0.78602       0.8406      0.89493      0.94684      0.98865       0.99883  
    cl_mt_val_p1v6      0.35179     8.2732    0.47113     'cl_mt_val'      'fl_z_rho'           5               6           0.2       0.056947      2.1801    15.862      0                0          1    -1.5499e-35     5.8897e-37     6.8819      7.2011     7.5122     7.6832     7.7775     7.8766    7.9543     8.0787     8.2645    8.4508     8.587    8.6741    8.7607    8.8831    9.0611    9.4005     9.766         0.22197               1                0.48362             0.98472              0.0023255             0.13563               0.39633                0.9817               0.084965              0.97666           0.00086401     0.0087063       0.044298    0.090459      0.13859      0.18906      0.23847      0.33405      0.47966      0.63232       0.7319      0.78427      0.83904       0.8902      0.94514      0.98863       0.99882  
    cl_mt_val_p1v7      0.42214     8.2639    0.53226     'cl_mt_val'      'fl_z_rho'           5               7           0.2       0.064407      2.0624    15.895      0                0          1    -6.6159e-35     7.1261e-35     6.6931      7.0603     7.4044     7.5886     7.7228     7.8306    7.8864     8.0661     8.2431    8.4543     8.612    8.7089    8.8119    8.9536    9.1462    9.5306    9.9532          0.2833               1                0.60055             0.97904              0.0051658             0.15407               0.48925               0.97598                0.10613              0.97779           0.00083446     0.0083988       0.044337    0.091481       0.1354      0.18871      0.23317      0.33218      0.47481      0.62922      0.72972      0.78231      0.83496      0.88974      0.94451      0.98825       0.99879  
    cl_mt_val_p1v8       0.4925      8.239    0.61042     'cl_mt_val'      'fl_z_rho'           5               8           0.2       0.074088      1.8974    15.932      0                0          1     9.7239e-34     2.3838e-35     6.4762      6.8851     7.2505     7.4595     7.6025     7.7237    7.8096     7.9964     8.2348    8.4635    8.6531    8.7458    8.8749    9.0274    9.2579    9.6992     10.17         0.37261               1                 0.7637              0.9719                0.01099             0.17204               0.61703               0.96906                0.13568              0.97849           0.00085272     0.0084451       0.043316    0.087679      0.13393      0.18149      0.22795      0.33142      0.47825      0.62578      0.72756      0.77906      0.83319      0.88848      0.94267      0.98808       0.99875  
    cl_mt_val_p1v9      0.56286     8.2373     0.7169     'cl_mt_val'      'fl_z_rho'           5               9           0.2       0.087031      1.6987    16.011      0                0          1      -5.39e-35     6.0758e-35     6.1291      6.6189     7.0791     7.3394     7.4955     7.6289     7.746     7.9501     8.2251    8.4976     8.717    8.8334    8.9787    9.1641    9.4388    9.9554    10.509         0.51394               1                 1.0178             0.96271               0.025026              0.1975                0.8119               0.96116                0.18083              0.97731            0.0007604     0.0078767       0.042835    0.087353      0.13007      0.17612      0.22319      0.31815      0.46552      0.62003      0.72411      0.77535      0.83012      0.88517      0.94206      0.98786       0.99871  
    cl_mt_val_p1v10     0.63321     8.2171    0.86233     'cl_mt_val'      'fl_z_rho'           5              10           0.2        0.10494      1.3908    16.101      0                0          1      7.385e-35     8.9432e-36     5.7186      6.2916       6.81     7.1453     7.3228      7.473    7.6241     7.8764     8.2007    8.5372    8.7926    8.9348    9.1168    9.3263    9.6562    10.274    10.944         0.74361               1                 1.4142             0.95084               0.053878             0.21685                1.1093               0.95109                0.25104              0.97628            0.0007721     0.0080191       0.039858    0.083393       0.1311      0.17125      0.21851      0.31184      0.45821      0.61195      0.72012      0.77172      0.82607      0.88161      0.93906      0.98714       0.99864  
    cl_mt_val_p1v11     0.70357     8.1571     1.0813     'cl_mt_val'      'fl_z_rho'           5              11           0.2        0.13256     0.91594    16.231      0                0          1    -7.0265e-36    -3.7343e-36     5.0651      5.7386     6.3981      6.779     7.0325     7.2514    7.4176     7.7215     8.1355    8.5527    8.8803    9.0675    9.2723    9.5604    9.9663    10.752     11.58          1.1692               1                 2.1179             0.93433                0.12577             0.24476                 1.619               0.93824                0.37316               0.9735           0.00062451     0.0067885       0.037462    0.078921       0.1221      0.16605      0.20977        0.302      0.44743      0.60268      0.70766      0.76307      0.81893      0.87643      0.93608      0.98638       0.99855  
    cl_mt_val_p1v12     0.77393     8.0939     1.4431     'cl_mt_val'      'fl_z_rho'           5              12           0.2        0.17829     0.15244    16.503      0                0          1    -6.9154e-36     9.8324e-36     4.0071      4.8544     5.7519     6.2528     6.5875     6.8714    7.0881     7.5208     8.0602    8.6241     9.044     9.309    9.5965    9.9691    10.525    11.548    12.608          2.0825               1                 3.5879             0.91117                0.32997             0.27762                2.6396               0.92153                0.61839              0.96922            0.0004794     0.0058586       0.032229    0.071846       0.1106      0.15396      0.19451      0.28483      0.42926      0.58408      0.69258      0.75157      0.80774      0.86835      0.93122      0.98519       0.99841  
    cl_mt_val_p1v13     0.84429       7.93     2.1264     'cl_mt_val'      'fl_z_rho'           5              13           0.2        0.26815     -1.3152    17.012      0      -3.3818e-36          1    -5.6302e-37     3.2131e-09     2.0869      3.2346     4.5031     5.2046     5.7067     6.1093    6.4703     7.0724     7.8852    8.7329     9.358    9.7234    10.162    10.711    11.515    12.989    14.395          4.5218               1                 7.4784             0.87371                 1.1254             0.32793                5.1296               0.89467                 1.2234              0.95895           0.00027502     0.0037108       0.023713    0.055276     0.089662       0.1268      0.16714      0.25114      0.39357      0.55047      0.66358      0.72399      0.78642      0.85273      0.92181      0.98283       0.99813  
    cl_mt_val_p1v14     0.91464     7.4026     3.8084     'cl_mt_val'      'fl_z_rho'           5              14           0.2        0.51447     -4.8101    18.395      0         0.022086    0.97791     1.2751e-35     2.3246e-05    -2.4147    -0.89521     1.1785     2.4544     3.3443     4.0935    4.7044     5.8284     7.3692     8.888    10.046    10.706    11.464    12.437    13.821    16.139    17.854          14.504               1                 23.841              0.8095                 6.0006             0.40176                14.309               0.83272                 3.5321              0.91792          -0.00045423    -0.0023769    -0.00034881    0.012078     0.032267     0.056992     0.087807      0.15941      0.29176      0.45705       0.5839      0.65425      0.72875      0.80912      0.89733      0.97714       0.99756  
    cl_mt_val_p1v15       0.985    0.29376     11.478     'cl_mt_val'      'fl_z_rho'           5              15           0.2         39.072     -16.127    25.434      0          0.53924    0.46076    -4.0007e-33       0.000177    -15.813     -15.562    -14.331    -13.176    -12.875    -10.861    -10.35    -7.0394    -2.3219    4.1165    9.1206    12.289    14.575    17.663    20.818    24.165    25.432          131.74               1                 172.31             0.79631                 26.718             0.40585                104.44               0.76984                 41.147              0.61326              -0.3388      -0.71075        -2.8474     -5.1055      -7.5604      -9.8085       -11.28      -14.315      -16.114      -15.447      -13.001      -11.256      -8.9532      -6.2124      -2.9402      0.26074       0.93301  

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

    cl_mt_pol_c_p1v1            0    1.7843    0.12967    'cl_mt_pol_c'     'fl_z_rho'           5               1           0.2       0.072672     0.34381    5.6416      0        0        1       9.2365e-35     3.5187e-34     1.4416     1.5112     1.5797     1.6104     1.6411     1.6718     1.7025     1.7333     1.7901    1.8188    1.8762    1.9048    1.9291    1.9622    1.9909    2.1155    2.2485        0.037688             0.9616             0.090783            0.96143             0.00012058             0.15015               0.073848              0.94353               0.016814                 1             0.00088284    0.0093164    0.048085    0.093816      0.14652      0.20517      0.26033      0.36285      0.52025      0.63302      0.75193      0.81642      0.83552      0.90101      0.94286      0.98987        0.9988  
    cl_mt_pol_c_p1v2     0.070357    1.7851    0.13788    'cl_mt_pol_c'     'fl_z_rho'           5               2           0.2       0.077242     0.34381    5.6423      0        0        1      -5.8782e-35    -5.1137e-36      1.407     1.4883     1.5799     1.6106     1.6413     1.6521     1.7027      1.733     1.7642     1.819    1.8764    1.9051    1.9337    1.9826    2.0198    2.1424    2.2489        0.043195            0.96563              0.10248            0.96594             0.00012444             0.16148               0.083341              0.94994               0.019011                 1             0.00089663      0.01107    0.054725     0.10403       0.1569      0.17932      0.27188      0.32642      0.47273      0.62613      0.74062      0.79889      0.84954      0.89531      0.95507      0.99042       0.99886  
    cl_mt_pol_c_p1v3      0.14071    1.7819    0.14639    'cl_mt_pol_c'     'fl_z_rho'           5               3           0.2       0.082157     0.34381    5.6445      0        0        1      -4.6722e-35     1.8052e-34     1.3726     1.4771     1.5543     1.6111     1.6199     1.6527     1.6726     1.7336     1.7648    1.8197    1.8771    1.9058    1.9344    1.9833    2.0205    2.1698    2.2764        0.049756            0.96873              0.11608            0.96947             0.00014906              0.1441                 0.0945              0.95514                0.02143                 1             0.00082037       0.0103    0.042952     0.12057       0.1382      0.20079       0.2476      0.34039      0.48146      0.62733      0.74026      0.78807      0.83892      0.88486      0.94423      0.98991       0.99928  
    cl_mt_pol_c_p1v4      0.21107    1.7841    0.15735    'cl_mt_pol_c'     'fl_z_rho'           5               4           0.2       0.088197     0.34381    5.6483      0        0        1       3.9663e-35    -1.4235e-35     1.3434     1.4569     1.5553     1.5881     1.6209     1.6429     1.6736     1.7347     1.7659    1.8274    1.8782    1.9312    1.9579    1.9931    2.0505    2.1979    2.3045        0.059082            0.97196              0.13572            0.97289             0.00023205             0.12764                0.11072              0.96032                0.02476                 1             0.00075441     0.012191     0.05679    0.093017      0.14848       0.1858      0.26008      0.34673      0.47272      0.65014      0.72272      0.79094      0.82976      0.89529      0.94938      0.98924       0.99872  
    cl_mt_pol_c_p1v5      0.28143    1.7844    0.17009    'cl_mt_pol_c'     'fl_z_rho'           5               5           0.2       0.095315     0.34381    5.6538      0        0        1       5.2713e-34     1.3118e-34     1.3376     1.4421     1.5213     1.5802     1.6109     1.6416     1.6524     1.7333     1.7645     1.826    1.9054    1.9341    1.9628    2.0096    2.0629    2.2228    2.3722        0.070655            0.97492              0.15933            0.97545              0.0004417             0.12727                0.12996              0.96415               0.028929                 1              0.0012659    0.0096869    0.052056    0.090591       0.1408      0.19559      0.22391      0.35263        0.467      0.62572       0.7472      0.79678      0.83808      0.89186      0.94186      0.98748       0.99872  
    cl_mt_pol_c_p1v6      0.35179    1.7852    0.18465    'cl_mt_pol_c'     'fl_z_rho'           5               6           0.2        0.10344     0.34381    5.6616      0        0        1       3.3516e-35     4.4441e-35      1.305     1.4067     1.4879     1.5534     1.6102      1.619     1.6517     1.7024     1.7638    1.8473    1.9046    1.9333    1.9821    2.0193    2.1153    2.2484     2.445        0.084965            0.97666              0.18828            0.97815              0.0009824             0.14619                 0.1532              0.96823               0.034096                 1             0.00089172    0.0081158    0.044523    0.086542      0.15514      0.17589       0.2347      0.31937      0.47026       0.6388      0.72995      0.77419      0.82798      0.88715      0.94571      0.98708       0.99863  
    cl_mt_pol_c_p1v7      0.42214    1.7871    0.20393    'cl_mt_pol_c'     'fl_z_rho'           5               7           0.2        0.11411     0.34381    5.6722      0        0        1        2.641e-34    -4.0035e-34     1.2682     1.3719     1.4763     1.5489     1.5796     1.6103      1.641     1.7024       1.79    1.8474     1.929    1.9621    1.9908    2.0481     2.142    2.3018    2.5189         0.10613            0.97779              0.23036            0.98016                0.00219             0.17047                0.18658              0.97145               0.041589                 1              0.0010448    0.0093436    0.043353    0.090498      0.12632      0.18093      0.22733      0.32734      0.49651      0.61577      0.72148      0.78831      0.82606      0.88228      0.93711      0.98721       0.99868  
    cl_mt_pol_c_p1v8       0.4925    1.7892    0.22716    'cl_mt_pol_c'     'fl_z_rho'           5               8           0.2        0.12696     0.34381    5.6867      0        0        1      -2.5605e-33    -9.1009e-34     1.2226      1.338     1.4425     1.5121     1.5546     1.5873     1.6201     1.6857     1.7651    1.8573    1.9347    1.9836    2.0208    2.0902    2.1968    2.3792    2.5945         0.13568            0.97849              0.28704            0.98162              0.0046674             0.19634                0.23077              0.97393               0.051601                 1             0.00070151    0.0090016    0.041649    0.082904       0.1344       0.1721      0.21446      0.30738      0.45573      0.60548       0.7213       0.7787      0.82668      0.88711      0.93992      0.98634       0.99858  
    cl_mt_pol_c_p1v9      0.56286    1.7927     0.2581    'cl_mt_pol_c'     'fl_z_rho'           5               9           0.2        0.14398     0.34381    5.7066      0        0        1      -1.9053e-34     8.5988e-37     1.1638     1.2689     1.4075     1.4772     1.5216     1.5805     1.6112     1.6727     1.7649    1.8771    1.9567    1.9919    2.0493    2.1433    2.2499    2.4712    2.7177         0.18083            0.97731              0.37389            0.98233               0.010614             0.23267                0.29666              0.97547               0.066617                 1             0.00063021    0.0072166    0.040551    0.078807      0.12063      0.18057       0.2169      0.30868      0.45151      0.61642      0.70393      0.75992      0.81405      0.88043       0.9355      0.98593       0.99845  
    cl_mt_pol_c_p1v10     0.63321    1.7992    0.29819    'cl_mt_pol_c'     'fl_z_rho'           5              10           0.2        0.16574     0.34381    5.7351      0        0        1       1.7349e-34     3.7472e-34     1.1054     1.2316     1.3572     1.4418     1.4883     1.5491     1.5865      1.672     1.7642    1.9026    1.9826    2.0358    2.1157    2.1975    2.3289    2.6035    2.8896         0.25104            0.97628              0.50468            0.98124               0.022976             0.26743                0.39279              0.97385               0.088919                 1             0.00084623    0.0080586    0.035908    0.081794      0.11864      0.16477       0.2125      0.30525      0.44772      0.59417      0.69635      0.75576      0.81721      0.86797      0.93106       0.9858       0.99834  
    cl_mt_pol_c_p1v11     0.70357    1.8055    0.35449    'cl_mt_pol_c'     'fl_z_rho'           5              11           0.2        0.19634     0.34381    6.9226      0        0        1      -1.1943e-33     2.2886e-34     1.0279     1.1446     1.3029     1.3904     1.4422     1.4887     1.5496     1.6418     1.7647    1.9056    2.0204    2.0898    2.1757    2.2763    2.4463     2.779    3.1484         0.37316             0.9735              0.72674            0.97796               0.052373              0.3109                 0.5487              0.96997                0.12567                 1              0.0007465    0.0060621    0.038024      0.0759      0.11088      0.15073      0.20067      0.29953      0.43572      0.58112      0.68783      0.74518       0.8047      0.86337      0.92722      0.98394        0.9983  
    cl_mt_pol_c_p1v12     0.77393    1.8208    0.44212    'cl_mt_pol_c'     'fl_z_rho'           5              12           0.2        0.24282     0.34381    7.0086      0        0        1      -8.1852e-35     2.9575e-35    0.92085     1.0476     1.1984     1.3029     1.3793     1.4421     1.4886     1.6109     1.7621    1.9342    2.0776    2.1695    2.2761    2.4215     2.643    3.0779    3.5734         0.61839            0.96922               1.1721            0.97158                0.13204             0.36261                0.84461              0.96246                0.19547                 1             0.00079126    0.0061231      0.0328     0.06938      0.10299      0.14228      0.18361      0.27481      0.41075      0.56424      0.66816      0.72612      0.78857       0.8518      0.92073      0.98201       0.99797  
    cl_mt_pol_c_p1v13     0.84429     1.854    0.59995    'cl_mt_pol_c'     'fl_z_rho'           5              13           0.2        0.32359     0.34381    8.3656      0        0        1       3.5094e-36    -3.0861e-37    0.78429    0.91777     1.0664     1.1946     1.2676     1.3372     1.4226      1.549     1.7426    1.9823     2.194      2.31    2.4678    2.6685    3.0001     3.665    4.4376          1.2234            0.95895               2.3183            0.95999                0.42084             0.43463                 1.5375              0.95047                0.35995                 1             0.00057446    0.0052166    0.026457    0.061056     0.091144      0.12811      0.17016      0.24742       0.3774      0.52772      0.63822      0.70062      0.76547      0.83211      0.90817      0.97853       0.99746  
    cl_mt_pol_c_p1v14     0.91464     1.951     1.0104    'cl_mt_pol_c'     'fl_z_rho'           5              14           0.2        0.51786     0.34381    12.744      0        0        1      -4.7592e-35     2.3246e-05    0.63082    0.70809     0.8358    0.95855     1.0587     1.1495     1.2416     1.4066     1.7023    2.0615    2.3957    2.6132    2.8887    3.2765    3.9257    5.3752     7.429          3.5321            0.91792               7.4062            0.94786                 2.1066             0.53163                 4.2787              0.93861                 1.0209                 1             0.00058011    0.0039583    0.020603    0.044481      0.06988     0.097102       0.1287      0.19746      0.31685      0.45835      0.57182      0.63573      0.70652      0.78462      0.87579      0.96758       0.99525  
    cl_mt_pol_c_p1v15       0.985    2.7507     5.8457    'cl_mt_pol_c'     'fl_z_rho'           5              15           0.2         2.1251     0.34381    51.875      0        0        1      -8.8406e-34       0.000177    0.44356    0.44356    0.49901    0.49901    0.49901    0.53114    0.55871    0.65873    0.87705    1.4582    2.2406    2.9291    4.0053    5.7666    9.5938     30.98    51.619          41.147            0.61326               96.447            0.87516                 3.5172              0.1049                 58.758              0.85038                 34.172                 1              0.0040008    0.0040008    0.029173    0.029173     0.029173     0.037025     0.055499      0.07343      0.10833      0.16994      0.23573      0.28236       0.3447      0.43138      0.56901      0.85534       0.98544  

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

    cl_mt_pol_k_p1v1            0    4.2758    0.60359    'cl_mt_pol_k'     'fl_z_rho'           5               1           0.2        0.14116       0.099739    7.2876      0        0        1       9.2365e-35     3.9549e-34       2.7073      3.0613      3.3308      3.5705     3.7093     3.7788    3.8482     3.9871    4.3186     4.533    4.6759    4.7474    4.8188    4.9618    5.3974    5.8384    6.6047        0.18154             0.99513             0.43875             0.99822             0.00057792              0.1546               0.36432                  1                  0.073848              0.94353            0.000686       0.00775      0.044061      0.083161      0.15084      0.18719      0.23922     0.33398      0.49226      0.65511      0.73128      0.78297       0.8169      0.87385      0.94373      0.98737       0.99878  
    cl_mt_pol_k_p1v2     0.070357    4.2729    0.63629    'cl_mt_pol_k'     'fl_z_rho'           5               2           0.2        0.14891       0.099739     7.775      0        0        1      -5.8782e-35    -1.7681e-34       2.6422      2.9942      3.2638      3.5709     3.6403     3.7098    3.8486     3.9875    4.3191    4.5335    4.6764    4.7479    4.8909    5.0338     5.398    5.9126    6.6811         0.2053             0.99451              0.4888              0.9984             0.00059437             0.16713               0.40487                  1                  0.083341              0.94994          0.00070841     0.0072192      0.039964      0.094981      0.12796      0.16323      0.24898     0.33988      0.48406      0.64408      0.71871      0.77037      0.82802      0.87947      0.93294      0.98773       0.99857  
    cl_mt_pol_k_p1v3      0.14071    4.2569    0.67585    'cl_mt_pol_k'     'fl_z_rho'           5               3           0.2        0.15877       0.099739     8.247      0        0        1      -4.6722e-35     -1.473e-34       2.5777      2.8393      3.1976      3.3998     3.6416     3.7111    3.7806     3.9195    4.1279    4.4636    4.6781    4.7496    4.8927    5.1072    5.4735    5.9883    6.8347        0.23543             0.99283             0.55198             0.99856             0.00071223             0.14914               0.45677                  1                    0.0945              0.95514          0.00075337     0.0064642      0.036347       0.08742      0.14679      0.18239      0.22668     0.30184       0.4385      0.59444      0.71658      0.75967      0.81618      0.87717      0.93395      0.98564       0.99855  
    cl_mt_pol_k_p1v4      0.21107    4.2639    0.73275    'cl_mt_pol_k'     'fl_z_rho'           5               4           0.2        0.17185       0.099739    8.8165      0        0        1       3.9663e-35    -3.1425e-38       2.5138      2.7756      3.1995      3.3344     3.5744     3.6439    3.7829     3.9219    4.1304     4.538    4.6811    4.8242    4.9673    5.3298    5.5506    6.1393     7.066        0.28029              0.9902             0.64874             0.99868              0.0011031             0.13031               0.53692                  1                   0.11072              0.96032          0.00077824     0.0068312      0.047561      0.079697      0.12568      0.16004      0.23654     0.30749      0.43176      0.62635      0.69446      0.76329      0.81978      0.88652      0.93068      0.98548       0.99856  
    cl_mt_pol_k_p1v5      0.28143    4.2719    0.79248    'cl_mt_pol_k'     'fl_z_rho'           5               5           0.2        0.18551       0.099739     9.396      0        0        1       5.2713e-34     6.2102e-35       2.3703      2.7081      3.1296      3.2645     3.3993      3.641    3.7105     3.9189    4.1967    4.5344    4.7489    4.8918    5.0348    5.3991    5.6932     6.355     7.287        0.33307             0.98638             0.76001             0.99865              0.0020259             0.12528               0.62803                  1                   0.12996              0.96415          0.00087503     0.0068618      0.043732      0.073703      0.11521      0.17025      0.20311     0.31068      0.43215      0.60395      0.70778      0.76801      0.81616      0.87723      0.93288      0.98423       0.99858  
    cl_mt_pol_k_p1v6      0.35179    4.2858    0.85691    'cl_mt_pol_k'     'fl_z_rho'           5               6           0.2        0.19994       0.099739    10.109      0        0        1       3.3516e-35     5.8897e-37       2.2427      2.6416       3.061      3.2631     3.3979     3.5701     3.709     3.8478    4.1949    4.5325    4.7469    4.9612    5.1756    5.4703    5.8378    6.6795    7.5104        0.39633              0.9817             0.89179             0.99834               0.004294             0.13769               0.73429                  1                    0.1532              0.96823          0.00051383      0.006222      0.039476       0.08385       0.1238      0.15245      0.21226     0.28536      0.42439      0.58077       0.6835      0.76685      0.80086       0.8686      0.93427      0.98368       0.99816  
    cl_mt_pol_k_p1v7      0.42214    4.3041    0.94181    'cl_mt_pol_k'     'fl_z_rho'           5               7           0.2        0.21882       0.099739    10.934      0        0        1        2.641e-34     3.3622e-35       2.1795      2.5764      2.9937      3.1959     3.3307     3.5009    3.6397      3.848    4.1951    4.6042    4.8186     5.033    5.3236    5.6176    5.9851    6.9821    7.9641        0.48925             0.97598              1.0826             0.99744                0.00902             0.15203               0.88701                  1                   0.18658              0.97145          0.00073469     0.0077922      0.037527      0.079001      0.11373      0.14743      0.19521     0.28995      0.42025      0.58884      0.68088      0.74692      0.80098      0.87062      0.93153      0.98432       0.99814  
    cl_mt_pol_k_p1v8       0.4925     4.321     1.0431    'cl_mt_pol_k'     'fl_z_rho'           5               8           0.2         0.2414       0.099739    11.866      0        0        1      -2.5605e-33     -6.164e-34       2.0493      2.4343      2.8397      3.0632     3.2655     3.4003    3.5727     3.8506    4.2497    4.6073    4.8934    5.1079    5.4743     5.695    6.1531    7.2277     8.573        0.61703             0.96906              1.3366             0.99543               0.017789             0.16296                1.0881                  1                   0.23077              0.97393          0.00044824     0.0051911      0.033365      0.067037      0.11345      0.14541      0.18354     0.29109      0.41987       0.5657      0.67751        0.731       0.8083      0.85333      0.92146      0.98197       0.99809  
    cl_mt_pol_k_p1v9      0.56286     4.355     1.1783    'cl_mt_pol_k'     'fl_z_rho'           5               9           0.2        0.27056       0.099739    13.064      0        0        1      -1.9053e-34    -1.3592e-36       1.8652       2.244      2.7086      2.9954     3.1977     3.3325    3.5028     3.7807    4.1975    4.6783    5.0359    5.3266    5.5473     5.915    6.5326    7.6664    9.3483         0.8119             0.96116               1.722             0.99101               0.036945              0.1774                1.3883                  1                   0.29666              0.97547          0.00060675     0.0054732      0.034354      0.067555      0.11301      0.13924      0.17496     0.26855       0.3972      0.56528      0.66902      0.72548      0.78142       0.8527      0.91756      0.98076       0.99788  
    cl_mt_pol_k_p1v10     0.63321    4.4125     1.3526    'cl_mt_pol_k'     'fl_z_rho'           5              10           0.2        0.30654       0.099739    14.615      0        0        1       1.7349e-34     8.2894e-35       1.6807      2.1165      2.5768      2.8594     3.0616     3.2638     3.432     3.7792    4.2476    4.7479    5.1774    5.4715    5.7656    6.1331    6.9833    8.3357    10.271         1.1093             0.95109              2.2933               0.983               0.071032             0.18227                1.8295                  1                   0.39279              0.97385          0.00036669     0.0055969      0.030309      0.059267     0.092435      0.13641      0.16969     0.26059      0.38989      0.55046      0.64927      0.71651      0.77095      0.83877      0.91728      0.97908       0.99751  
    cl_mt_pol_k_p1v11     0.70357    4.4502     1.5958    'cl_mt_pol_k'     'fl_z_rho'           5              11           0.2        0.35859       0.099739    16.786      0        0        1      -1.1943e-33      2.438e-27       1.5067      1.9263      2.3814       2.643     2.9277     3.1299    3.3322     3.6414    4.1971    4.8208    5.3261    5.6706    5.9879    6.5113    7.4183    9.5026    12.062          1.619             0.93824              3.2423             0.96925                0.14714             0.19404                2.5465                  1                    0.5487              0.96997          0.00044497     0.0043954      0.026801      0.053513     0.091096      0.12719      0.16054     0.23248      0.36457      0.53184      0.63283       0.6892      0.76055      0.82541      0.90362       0.9772       0.99713  
    cl_mt_pol_k_p1v12     0.77393    4.5466     1.9848    'cl_mt_pol_k'     'fl_z_rho'           5              12           0.2        0.43656       0.099739    20.188      0        0        1      -8.1852e-35     7.4431e-16       1.2259      1.5658       2.117      2.4467     2.7082     2.9275    3.1297     3.5342    4.1771    4.8845    5.4728     5.914    6.3987    7.2117    8.4209    10.867    14.531         2.6396             0.92153              5.1236             0.94603                0.33943             0.20764                3.9396                  1                   0.84461              0.96246          0.00038679     0.0031734      0.020958      0.050037     0.076292       0.1111      0.13944     0.21249      0.34607      0.48712       0.6095      0.66759      0.73218      0.80713      0.89083      0.97216       0.99645  
    cl_mt_pol_k_p1v13     0.84429    4.7128     2.6963    'cl_mt_pol_k'     'fl_z_rho'           5              13           0.2        0.57212       0.099739     26.58      0        0        1       3.5094e-36     8.5581e-08      0.92565      1.2692      1.7418      2.1163     2.3805     2.6419    2.8591     3.2877    4.0401     4.987    5.9623    6.2059     7.235    7.9645     9.576    14.287    21.296         5.1296             0.89467              9.8331             0.90601                 1.0255             0.23566                7.2701                  1                    1.5375              0.95047          0.00022556     0.0026256      0.015385      0.038169     0.062918     0.087494      0.12049     0.18032      0.29757      0.44173      0.55605      0.62158      0.69139      0.77334      0.86653      0.96437        0.9952  
    cl_mt_pol_k_p1v14     0.91464    5.0984     4.5118    'cl_mt_pol_k'     'fl_z_rho'           5              14           0.2        0.88494       0.099739    43.872      0        0        1      -4.7592e-35     5.3009e-06       0.5137     0.71906       1.111      1.4352     1.6803     1.9894    2.2495     2.8587    3.8177     5.176    6.3015    7.4765    8.1898    10.195     13.78    24.587    34.933         14.309             0.83272              29.773             0.85331                  5.138             0.29038                20.356                  1                    4.2787              0.93861          0.00017362     0.0012387     0.0089158      0.021443     0.037397     0.056926     0.076687     0.12809      0.22108      0.34938       0.4587      0.52653      0.60277      0.69501       0.8101      0.94297       0.99207  
    cl_mt_pol_k_p1v15       0.985    6.1838      11.82    'cl_mt_pol_k'     'fl_z_rho'           5              15           0.2         1.9114     3.6587e-05     49.95      0        0        1      -4.0007e-33      0.0039339    0.0064385    0.018468    0.041307    0.085859    0.13748    0.22783    0.3783    0.53678    1.1676    2.8047    4.8152    7.8774    11.662    17.058    35.592    49.749     49.95         104.44             0.76984              210.51             0.94469                  12.04             0.17759                139.71                  1                    58.758              0.85038          6.6167e-06    2.7989e-05    0.00023671    0.00093211    0.0022615    0.0043145    0.0071922    0.012569     0.032082     0.076535      0.13429      0.18716      0.25628      0.38389      0.61633       0.9281             1  

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

    cl_mt_coh_p1v1            0    6.0645    0.72819     'cl_mt_coh'      'fl_z_rho'           5               1           0.2        0.12007     0.44365     54.86      0        0        1       9.2365e-35     3.5187e-34     4.1516     4.5524     4.9533     5.1537     5.3542     5.4544     5.5546     5.755    6.0557    6.3563    6.5567    6.6569    6.7572    6.9576    7.3584    7.9597    8.7615        0.21952             0.99737             0.53027                1                0.00073686             0.16339               0.43875               0.99822               0.090783              0.96143          0.00074391    0.0082108     0.046282     0.086606      0.15548     0.19248      0.24543      0.34186      0.50104      0.66204      0.73734      0.78845      0.82199       0.8783      0.94597      0.98792       0.99884  
    cl_mt_coh_p1v2     0.070357    6.0623    0.76943     'cl_mt_coh'      'fl_z_rho'           5               2           0.2        0.12692     0.44365    54.867      0        0        1      -5.8782e-35     1.3437e-34     4.0518     4.4527     4.8536     5.1543     5.2546     5.3548     5.5552    5.7557    6.0564    6.3571    6.5575    6.6577    6.8582    7.0586    7.3593    8.0609    8.8627        0.24879             0.99664             0.59203                1                0.00075004             0.17441                0.4888                0.9984                0.10248              0.96594          0.00076843    0.0077036     0.042026     0.099048       0.1326     0.16848      0.25572       0.3482      0.49324      0.65139      0.72515      0.77621      0.83319      0.88404      0.93564      0.98828       0.99863  
    cl_mt_coh_p1v3      0.14071    6.0431    0.81791     'cl_mt_coh'      'fl_z_rho'           5               3           0.2        0.13535     0.44365    54.888      0        0        1      -4.6722e-35     1.8052e-34      3.953      4.354     4.7551     5.0559     5.2564     5.3567      5.457    5.6575    5.9583    6.2591    6.5599    6.6602    6.8607    7.1615    7.4623    8.1642    9.0665        0.28554             0.99503             0.66897                1                0.00091122             0.15767               0.55198               0.99856                0.11608              0.96947          0.00081988    0.0069889     0.038294     0.091796      0.15221     0.18842      0.23345      0.30987      0.44887       0.6029      0.72355      0.76611      0.82193      0.88941       0.9367      0.98635       0.99853  
    cl_mt_coh_p1v4      0.21107    6.0525    0.88653     'cl_mt_coh'      'fl_z_rho'           5               4           0.2        0.14647     0.44365    54.925      0        0        1       3.9663e-35    -1.4235e-35      3.855     4.2563      4.758     4.9587     5.1593     5.2597     5.4603     5.661     5.962    6.3633     6.564    6.7647    6.9653    7.2663    7.5673      8.37    9.3733        0.33994              0.9926             0.78593                1                 0.0014687             0.14339               0.64874               0.99868                0.13572              0.97289          0.00085412    0.0073934     0.050166     0.083834      0.13147     0.16641      0.24421      0.31635      0.44492      0.63511      0.70239      0.77039       0.8262      0.89122      0.93363      0.98624       0.99845  
    cl_mt_coh_p1v5      0.28143    6.0612    0.96032     'cl_mt_coh'      'fl_z_rho'           5               5           0.2        0.15844     0.44365    54.979      0        0        1       5.2713e-34     1.2109e-34     3.7518     4.1528     4.6541     4.8546     5.0551     5.2556     5.3558    5.6566    5.9573    6.3583    6.6591    6.8596    7.0601    7.3608    7.7618     8.664    9.6665        0.40479             0.98924             0.92222                1                 0.0028839             0.14718               0.76001               0.99865                0.15933              0.97545          0.00099606    0.0074479     0.046347      0.07776      0.12581      0.1774      0.21083      0.32027      0.44029      0.61363      0.71624      0.77576       0.8249      0.88228      0.93573      0.98712       0.99834  
    cl_mt_coh_p1v6      0.35179     6.077     1.0424     'cl_mt_coh'      'fl_z_rho'           5               6           0.2        0.17154     0.44365    55.054      0        0        1       3.3516e-35     4.4441e-35     3.5499      4.051      4.552     4.8526      5.053     5.1532     5.3536     5.554    5.9548    6.3556    6.6562    6.9568    7.1573    7.4579    7.9589    8.9609    10.163        0.48362             0.98472              1.0867                1                 0.0066009               0.174               0.89179               0.99834                0.18828              0.97815          0.00057592    0.0067836     0.041995     0.088533      0.13686     0.15949      0.22065      0.29506      0.43635      0.59123      0.69277      0.77569       0.8212      0.87372      0.93629      0.98619       0.99841  
    cl_mt_coh_p1v7      0.42214    6.1001     1.1525     'cl_mt_coh'      'fl_z_rho'           5               7           0.2        0.18893     0.44365    55.158      0        0        1        2.641e-34    -4.0035e-34     3.4499      3.951      4.452     4.7526      4.953     5.1535     5.2537    5.5543    5.9551    6.4562    6.7568    7.0574    7.2579    7.6587    8.1597    9.3622    10.765        0.60055             0.97904              1.3282                1                  0.015178             0.20907                1.0826               0.99744                0.23036              0.98016          0.00082729     0.008537      0.04024     0.083774      0.12175     0.17194      0.20386      0.30037      0.43127      0.59967      0.69074      0.76209      0.80596      0.87379      0.93221      0.98613       0.99837  
    cl_mt_coh_p1v8       0.4925    6.1248     1.2873     'cl_mt_coh'      'fl_z_rho'           5               8           0.2        0.21017     0.44365    55.298      0        0        1      -2.5605e-33    -9.1009e-34     3.2516      3.753     4.2544     4.5552     4.8561     5.0566     5.1569     5.558    5.9592    6.4606    6.8617    7.1626    7.4634    7.8645    8.4662    9.7699    11.475         0.7637              0.9719              1.6571                1                  0.033407             0.24799                1.3366               0.99543                0.28704              0.98162          0.00066153    0.0070843       0.0339     0.071659      0.12182     0.16722      0.19138      0.30249      0.42504      0.57633       0.6874      0.75565      0.81203      0.87168      0.92906      0.98393       0.99813  
    cl_mt_coh_p1v9      0.56286    6.1758     1.4747     'cl_mt_coh'      'fl_z_rho'           5               9           0.2        0.23878     0.44365    55.492      0        0        1      -1.9053e-34     8.0554e-35     3.0507      3.552     4.1536     4.4545     4.7553     4.9558     5.1564    5.4572    5.9585    6.5601    7.0615    7.3623    7.6631    8.0642    8.8664    10.471    12.576         1.0178             0.96271              2.1746                1                  0.078799             0.30232                 1.722               0.99101                0.37389              0.98233          0.00070336    0.0062915     0.038833     0.072437      0.12062     0.15608      0.20496      0.27976      0.41435      0.57289      0.68642       0.7467      0.79798      0.85227      0.92351      0.98282       0.99799  
    cl_mt_coh_p1v10     0.63321    6.2664     1.7248     'cl_mt_coh'      'fl_z_rho'           5              10           0.2        0.27525     0.44365    55.769      0        0        1       1.7349e-34     1.5098e-34     2.7489     3.3502     3.9516     4.3525     4.5529     4.8536     5.0541     5.455    6.0564    6.6577    7.2591    7.5598    7.9607     8.562    9.4641    11.469    14.175         1.4142             0.95084               2.975                1                   0.17702             0.35621                2.2933                 0.983                0.50468              0.98124          0.00043316    0.0063293     0.033459     0.072563     0.099217     0.15152      0.19193      0.27121      0.41379      0.55311       0.6718      0.72131      0.78074      0.85134      0.91825      0.98092       0.99774  
    cl_mt_coh_p1v11     0.70357     6.363     2.0963     'cl_mt_coh'      'fl_z_rho'           5              11           0.2        0.32945     0.44365    56.188      0        0        1      -1.1943e-33      2.272e-34     2.5491     3.0504      3.652      4.053     4.3538     4.6545     4.8551    5.3564    5.9579      6.76    7.4618    7.8629    8.3642    9.1662    10.269    12.976    16.686         2.1179             0.93433              4.3944                1                   0.42533             0.42697                3.2423               0.96925                0.72674              0.97796          0.00053181    0.0051653     0.028377     0.060549      0.09476     0.13514       0.1655      0.26276      0.37825      0.53567      0.64936      0.70373      0.76288      0.83881      0.90651      0.97732       0.99731  
    cl_mt_coh_p1v12     0.77393    6.5902     2.7287     'cl_mt_coh'      'fl_z_rho'           5              12           0.2        0.41405     0.44365    56.886      0        0        1      -8.1852e-35     2.9575e-35     2.1479     2.6492      3.351      3.752      4.153     4.4537     4.6543    5.1555    6.0578    6.9601    7.8623    8.3636    9.1656    10.068    11.772    15.782    21.196         3.5879             0.91117              7.4456                1                    1.1498             0.51163                5.1236               0.94603                 1.1721              0.97158          0.00047225    0.0043916     0.025014     0.052409     0.088809     0.12248      0.14893      0.22175      0.36203      0.49757      0.61331      0.67154      0.74348      0.81018      0.89218      0.97294       0.99656  
    cl_mt_coh_p1v13     0.84429    7.0754     4.0252     'cl_mt_coh'      'fl_z_rho'           5              13           0.2        0.56891     0.44365    58.268      0        0        1       3.5094e-36     3.2131e-09     1.7464     2.1473     2.8488     3.3499     3.6505     4.0514      4.352    4.9533    6.0557    7.3585     8.561     9.463    10.465    12.069    14.875     21.89     31.31         7.4784             0.87371              16.202                1                     4.051             0.62358                9.8331               0.90601                 2.3183              0.95999          0.00039615    0.0030945     0.019191     0.044028     0.064237    0.098207      0.12559      0.18884      0.31037      0.44795      0.55911      0.62704      0.69101      0.77199      0.86466      0.96409       0.99514  
    cl_mt_coh_p1v14     0.91464    8.4687     7.7333     'cl_mt_coh'      'fl_z_rho'           5              14           0.2        0.91317     0.44365    62.265      0        0        1      -4.7592e-35     2.3246e-05      1.145     1.4456     2.0468     2.4476     2.8484     3.2492     3.6499    4.4515    5.9545    8.0586    10.263    11.866     14.07    17.477     24.09    40.723    56.353         23.841              0.8095              59.804                1                    22.625               0.746                29.773               0.85331                 7.4062              0.94786          0.00023826    0.0018887     0.011989     0.024262     0.039794    0.059135     0.080582      0.12734      0.22076      0.34329      0.44994      0.51439      0.58987      0.68142      0.80087      0.94352       0.99325  
    cl_mt_coh_p1v15       0.985    11.157     18.852     'cl_mt_coh'      'fl_z_rho'           5              15           0.2         1.6898     0.44365    101.68      0        0        1      -1.3027e-32       0.000177    0.54378    0.54378    0.64391    0.64391    0.64391    0.74405    0.94431    1.3448    2.4463    5.4503    10.858    16.165    24.676    38.895     58.12    79.849    101.18         172.31             0.79631              355.41                1                    48.456             0.44812                210.51               0.94469                 96.447              0.87516            0.001516     0.001516    0.0092206    0.0092206    0.0092206    0.011999     0.019708     0.027967     0.050712     0.098159      0.16773      0.22788      0.31698      0.45741      0.67575      0.92615       0.99296  

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

    cl_mt_val_p2v1         0.05    8.3257    0.39907     'cl_mt_val'      'fl_z_sig'           6               1           0.8       0.047932       1.8895    15.845      0                0          1     1.0009e-36     2.4655e-36     7.1295       7.3988      7.6735     7.8005     7.914    7.9741    8.0608    8.1755    8.3243    8.4813    8.5962    8.6715    8.7485    8.8592    8.9722    9.2528    9.5112        0.15926                1                0.23095             0.94019             0.00018331              0.92282              0.18312               0.92399               0.047641              0.95553           0.00088449      0.0090556       0.047634      0.093393       0.14285       0.19039      0.23568     0.33333      0.49222      0.63684      0.74019      0.78779      0.84819      0.89161      0.94661      0.98887       0.99892  
    cl_mt_val_p2v2     0.092857    8.2587    0.74237     'cl_mt_val'      'fl_z_sig'           6               2           0.8       0.089889        1.268    16.029      0                0          1    -6.2573e-35     3.8852e-35     6.0802       6.5569      7.0237      7.299    7.4928    7.6371    7.7395    7.9717    8.2567    8.5478    8.7532    8.8783    9.0233    9.2128    9.4836      9.98    10.459        0.55111                1                 0.8093             0.93611              0.0013846             0.060951              0.64519               0.92495                0.16272              0.96402           0.00072512      0.0080212       0.042456      0.084974       0.13013       0.17684       0.2223     0.31731      0.46865       0.6211      0.72289      0.77635      0.82909      0.88428      0.94078      0.98795       0.99877  
    cl_mt_val_p2v3      0.13571    8.1766     1.0909     'cl_mt_val'      'fl_z_sig'           6               3           0.8        0.13341       0.6597     16.27      0                0          1     3.0961e-35    -8.3081e-36     5.0381       5.7125      6.3805     6.7704    7.0241    7.2678    7.4326    7.7487     8.161    8.5981    8.9279    9.1029    9.3069    9.5905    9.9952    10.734    11.455           1.19                1                  1.809             0.92424               0.033875              0.13521               1.4262               0.92293                0.34897              0.96566           0.00059902      0.0073499       0.036525      0.079331       0.11916       0.16289      0.21078      0.3029      0.44845      0.60158      0.71217      0.76471      0.81912      0.87678      0.93726      0.98654       0.99857  
    cl_mt_val_p2v4      0.17857    8.0891     1.4564     'cl_mt_val'      'fl_z_sig'           6               4           0.8        0.18005     0.039702    16.518      0                0          1    -7.1546e-36     5.0545e-19     3.9594       4.8668      5.7411     6.2283    6.5923    6.8572    7.0759     7.491    8.0761    8.6247    9.0628    9.3124    9.6102    9.9796    10.531    11.544    12.569         2.1212                1                 3.4467             0.90813                0.24845              0.24458               2.5847               0.91911                0.61354              0.96662           0.00047025      0.0054996       0.033545      0.070496       0.11008       0.15304      0.19816      0.2839      0.42859      0.58347      0.69323        0.749      0.80839      0.86891       0.9317      0.98521       0.99841  
    cl_mt_val_p2v5      0.22143    7.9975     1.8374     'cl_mt_val'      'fl_z_sig'           6               5           0.8        0.22974      -0.5876    16.763      0       9.4426e-36          1     2.3816e-35     2.4857e-10     2.9662       3.9953      5.0334     5.6576    6.0631    6.4312     6.718    7.2552     7.958    8.6704    9.2372    9.5452    9.9134    10.391     11.11     12.41    13.729         3.3759                1                 5.9717             0.89158                0.90342              0.34041               4.1058               0.90485                0.96252              0.96629            0.0003721      0.0043762       0.027846      0.062493      0.098901       0.13837      0.17819     0.26828      0.40918      0.56542       0.6759      0.73454      0.79542        0.859      0.92577      0.98379       0.99824  
    cl_mt_val_p2v6      0.26429    7.9408     2.2256     'cl_mt_val'      'fl_z_sig'           6               6           0.8        0.28028      -1.1988    16.989      0      -1.7314e-33          1    -2.4237e-35      2.768e-08     1.9837       3.1656      4.3655     5.1283    5.5957    6.0065     6.379    7.0062     7.858    8.7384     9.419    9.8122    10.278    10.852    11.739    13.344    14.918         4.9534                1                 9.6433             0.87757                 2.2991              0.41841                5.946               0.87995                 1.3982              0.96475           0.00023182      0.0035688       0.022977      0.053631      0.086983       0.12368      0.16271     0.24718      0.38837      0.54509      0.65895      0.71945      0.78263      0.84922      0.91999      0.98232       0.99807  
    cl_mt_val_p2v7      0.30714    7.8937     2.6295     'cl_mt_val'      'fl_z_sig'           6               7           0.8        0.33311      -1.7929    17.216      0      -1.0662e-32          1    -4.1291e-33     2.7118e-07     0.9625       2.2807       3.747     4.5472    5.1498    5.6187    6.0269    6.7864    7.8055    8.8464    9.6516    10.115    10.673    11.366    12.412    14.276    15.983         6.9141                1                 14.732             0.86777                  4.674              0.48019               8.1179               0.84839                 1.9403              0.95898           8.7969e-05      0.0022766       0.019013      0.044691      0.075316       0.10996      0.14706     0.22932      0.36788      0.52435      0.64153      0.70397      0.76978      0.83948      0.91432      0.98095       0.99792  
    cl_mt_val_p2v8         0.35    7.8412      3.026     'cl_mt_val'      'fl_z_sig'           6               8           0.8        0.38591      -2.3786    17.401      0       0.00065091    0.99935       5.08e-34    -3.9036e-33    0.18758       1.4823      2.9989     3.9759    4.6677    5.1721    5.6722    6.5419    7.7229     8.943    9.8845     10.43    11.071    11.874    13.062    15.085    16.701         9.1569                1                  20.95             0.86383                 7.8937              0.52737               10.479               0.81726                 2.5775              0.94242          -2.5772e-05      0.0012473       0.013414       0.03633      0.063572      0.095301       0.1298     0.20962      0.34521      0.50394       0.6241      0.68858      0.75678      0.82979        0.909      0.97983       0.99784  
    cl_mt_val_p2v9      0.39286    7.7934     3.3929     'cl_mt_val'      'fl_z_sig'           6               9           0.8        0.43536      -2.9416    17.555      0        0.0038226    0.99618    -8.5852e-34     5.1839e-05    -0.7469      0.65019      2.3908     3.4245    4.1743    4.7899     5.347    6.3205    7.6556     9.052     10.12     10.74    11.465    12.362    13.648     15.72    17.163         11.512                1                  27.76             0.86295                 11.609              0.56139               12.862               0.78723                 3.2892              0.90711          -0.00014311     9.1472e-05      0.0090525      0.028176       0.05318      0.081672      0.11422     0.18895      0.32367      0.48442       0.6071        0.674      0.74553      0.82165      0.90455      0.97899       0.99779  
    cl_mt_val_p2v10     0.43571    7.7052      3.732     'cl_mt_val'      'fl_z_sig'           6              10           0.8        0.48435      -3.4913    17.675      0         0.010823    0.98918     9.5565e-36      9.209e-05    -1.5415    -0.064455       1.717     2.8303    3.6781    4.3834    4.9943    6.0835    7.5946    9.1489    10.317    11.005    11.796    12.774    14.108    16.128     17.33         13.928                1                 34.574             0.86326                  15.32               0.5834               15.177               0.76016                 4.0765              0.85484          -0.00026739    -0.00096112      0.0043067       0.01954      0.041205      0.067394     0.098129     0.17088      0.30339       0.4651       0.5913      0.66018      0.73411      0.81368      0.90064      0.97847       0.99773  
    cl_mt_val_p2v11     0.47857    7.5945     4.0407     'cl_mt_val'      'fl_z_sig'           6              11           0.8        0.53205       -4.011    17.779      0         0.020722    0.97928    -8.1369e-35     0.00015111     -2.314     -0.80258      1.0806      2.296    3.2156    3.9423    4.5951    5.7941    7.4746     9.195      10.5    11.236    12.078      13.1     14.47    16.487    17.609         16.327                1                 41.217              0.8636                 19.052              0.60332               17.251               0.74189                 4.9146              0.79613           -0.0003576     -0.0019312    -2.8503e-05       0.01162      0.029877      0.054076     0.082139     0.15029      0.28204      0.44625      0.57597      0.64714      0.72375      0.80662        0.897      0.97764       0.99767  
    cl_mt_val_p2v12     0.52143    7.4514     4.3235     'cl_mt_val'      'fl_z_sig'           6              12           0.8        0.58022      -4.5175    17.855      0         0.034881    0.96512    -3.7391e-35     0.00018528    -2.9081      -1.4568     0.44027     1.7294    2.7056    3.4752    4.2325    5.5339    7.3603      9.23    10.622    11.411    12.292     13.35    14.734    16.587    17.789         18.692                1                 47.603             0.86362                 22.567               0.6155               19.221               0.72034                 5.8148              0.73265          -0.00044467     -0.0028819     -0.0044863     0.0034495       0.01838      0.039401     0.065134     0.13079      0.26157       0.4274      0.56017      0.63419      0.71363      0.79964      0.89347       0.9772       0.99761  
    cl_mt_val_p2v13     0.56429    7.2529     4.5907     'cl_mt_val'      'fl_z_sig'           6              13           0.8        0.63295      -5.0057    17.897      0         0.057227    0.94277     1.8213e-34     0.00033073    -3.6046      -2.0372    -0.22097     1.1395    2.1915    2.9885    3.7543     5.202    7.1844    9.1979    10.688    11.514    12.439     13.51    14.898     16.79    17.866         21.074                1                 53.588             0.86268                 25.964              0.62975               20.856               0.70882                 6.7685              0.67915          -0.00060908     -0.0042293      -0.009248    -0.0054856     0.0061517      0.024314     0.047315     0.10947       0.2375      0.40688       0.5437      0.62021       0.7025      0.79183      0.88949      0.97622       0.99754  
    cl_mt_val_p2v14     0.60714     7.049     4.8358     'cl_mt_val'      'fl_z_sig'           6              14           0.8        0.68603      -5.4655    17.935      0         0.076184    0.92382    -6.6848e-34     0.00056761    -4.2041      -2.7711    -0.84196    0.53127     1.589    2.5584    3.3732    4.8679    6.9935    9.1561    10.727    11.592    12.538    13.632    15.031    16.964    17.919         23.385                1                 59.317             0.86084                 29.062              0.63704               22.479               0.69042                 7.7766              0.62505          -0.00067117     -0.0051573      -0.014038      -0.01446    -0.0065434      0.008915     0.029353    0.088052       0.2146      0.38606      0.52689      0.60603      0.69159      0.78421      0.88549      0.97537       0.99746  
    cl_mt_val_p2v15        0.65    6.7925     5.0716     'cl_mt_val'      'fl_z_sig'           6              15           0.8        0.74664      -5.9175     17.94      0          0.10241    0.89759    -2.8206e-34     0.00042127     -4.839      -3.3389     -1.3787    -0.1051     1.035    2.0093    2.8995    4.5063    6.7721    9.0579    10.698    11.599    12.581    13.693    15.079    17.008    17.927         25.721                1                 64.842              0.8585                 32.302              0.64893               23.705               0.67935                 8.8345              0.57829          -0.00083551     -0.0061779      -0.019895     -0.024365     -0.020513    -0.0091199    0.0092469    0.063904      0.18842      0.36241      0.50753      0.58977      0.67852      0.77512      0.88074      0.97449       0.99737  

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

    cl_mt_pol_c_p2v1         0.05    1.7854    0.12494    'cl_mt_pol_c'     'fl_z_sig'           6               1           0.8       0.069977     0.34381    5.5094      0        0        1       1.5487e-34    -3.3071e-35     1.4558     1.5213     1.5801     1.6196     1.6416     1.6723     1.703    1.7338    1.7907     1.826    1.8567    1.8767    1.9054    1.9563    1.9915    2.1062    2.1961        0.047641            0.95553             0.073679             0.9581             5.8071e-05              0.93383              0.058012                0.935               0.015609                 1              0.0015036     0.011139    0.050232    0.094124      0.13962      0.19375      0.25163      0.35399      0.49561      0.65551      0.74649      0.78876       0.8492      0.88686      0.94324      0.99128       0.99937  
    cl_mt_pol_c_p2v2     0.092857    1.7927    0.22737    'cl_mt_pol_c'     'fl_z_sig'           6               2           0.8        0.12683     0.34381    5.5827      0        0        1      -1.8954e-35     1.0054e-35     1.2334     1.3378      1.456     1.5216     1.5543     1.5871    1.6199    1.7033    1.7648     1.857    1.9344    1.9833    2.0205    2.0899    2.1965    2.3972    2.6187         0.16272            0.96402              0.25928            0.97917             0.00062026             0.089148               0.20696               0.9687               0.051698                 1             0.00081436    0.0080778     0.04961    0.095695      0.13318      0.17065      0.21377      0.33112      0.45136      0.60376      0.71764      0.76317      0.81933       0.8792       0.9411      0.98679       0.99859  
    cl_mt_pol_c_p2v3      0.13571    1.8011    0.33128    'cl_mt_pol_c'     'fl_z_sig'           6               3           0.8        0.18394     0.34381    5.6806      0        0        1       3.3273e-34      1.974e-34     1.0677     1.1961      1.326     1.4086     1.4587     1.5202    1.5556    1.6433    1.7663     1.905    1.9935     2.065     2.145    2.2517    2.3994    2.7195    3.0584         0.34897            0.96566              0.58264            0.98018               0.015318              0.20132               0.45757              0.97504                0.10975                 1             0.00079332    0.0078923    0.034526    0.075649      0.11485      0.16303      0.21061      0.29307      0.43868      0.58156      0.69031      0.74988      0.80922      0.86856      0.93015       0.9844       0.99834  
    cl_mt_pol_c_p2v4      0.17857    1.8182    0.43581    'cl_mt_pol_c'     'fl_z_sig'           6               4           0.8        0.23969     0.34381    6.9614      0        0        1      -5.7937e-34     5.0545e-19    0.92109      1.067     1.1988     1.3032     1.3907     1.4425     1.489    1.6114    1.7626    1.9348    2.0777    2.1643    2.2746    2.4101    2.6275    3.0575    3.5417         0.61354            0.96662               1.1048            0.97277                0.10052               0.3307               0.81431              0.96771                0.18993                 1             0.00059746    0.0072226    0.032583    0.068144      0.11005      0.14394      0.18226       0.2768      0.41113      0.56646       0.6718      0.72737      0.79051      0.85327       0.9214      0.98219       0.99797  
    cl_mt_pol_c_p2v5      0.22143    1.8415    0.54214    'cl_mt_pol_c'     'fl_z_sig'           6               5           0.8         0.2944     0.34381    8.3505      0        0        1      -2.6415e-36     4.0077e-36    0.82925    0.95863     1.1209      1.211     1.3023     1.3886    1.4459    1.5606    1.7613    1.9778      2.15    2.2647       2.4    2.5804    2.8596    3.4339    4.0976         0.96252            0.96629               1.9037            0.96325                0.34132              0.43587                1.2684              0.94741                0.29391                 1             0.00053871    0.0065843    0.032688    0.059348      0.09837      0.13017      0.16927      0.25028      0.39056      0.53787      0.65102      0.70895       0.7734       0.8403      0.91326      0.97986        0.9977  
    cl_mt_pol_c_p2v6      0.26429    1.8768    0.65119    'cl_mt_pol_c'     'fl_z_sig'           6               6           0.8        0.34696     0.34381    9.8896      0        0        1       1.4108e-33      2.768e-08    0.73808    0.87746     1.0283     1.1587     1.2338     1.3254    1.3965    1.5333    1.7629    2.0206    2.2259    2.3735    2.5405    2.7623    3.1148    3.8511     4.744          1.3982            0.96475               3.0749            0.95638                0.83584              0.51989                 1.815              0.91803                0.42404                 1              0.0004071     0.004795    0.025458    0.055423     0.090646      0.12609      0.15842      0.23592      0.37067      0.51708      0.63048      0.69203      0.75757      0.82783      0.90565      0.97741       0.99729  
    cl_mt_pol_c_p2v7      0.30714     1.918    0.76947    'cl_mt_pol_c'     'fl_z_sig'           6               7           0.8        0.40118     0.34381    12.903      0        0        1       -3.985e-33    -1.5431e-33    0.66115    0.78487    0.95946      1.085     1.1643     1.2687    1.3583    1.5126    1.7656    2.0642    2.3287    2.4928    2.6875    2.9475    3.3793    4.3124    5.4679          1.9403            0.95898               4.7399            0.95407                 1.6674              0.58538                2.4804              0.88583                0.59208                 1             0.00036779    0.0041963    0.022976    0.052067     0.078664      0.11278      0.14956       0.2199      0.34974      0.49889       0.6131       0.6755      0.74217      0.81478       0.8968      0.97471       0.99672  
    cl_mt_pol_c_p2v8         0.35    1.9647    0.90381    'cl_mt_pol_c'     'fl_z_sig'           6               8           0.8        0.46002     0.34381    16.245      0        0        1        1.113e-32    -2.7469e-33    0.63095    0.73771    0.90002     1.0277     1.1286     1.2262    1.3053    1.4883    1.7695    2.1218     2.409    2.5964    2.8291    3.1433    3.6713    4.7887     6.933          2.5775            0.94242               6.9089            0.95377                 2.8063              0.62773                3.2857              0.85793                0.81687                 1             0.00055327    0.0038499    0.020496    0.046246     0.073051      0.10228      0.13495      0.20833      0.33247      0.47948      0.59321      0.65694       0.7259      0.80161      0.88766      0.97091       0.99531  
    cl_mt_pol_c_p2v9      0.39286    2.0174     1.0687    'cl_mt_pol_c'     'fl_z_sig'           6               9           0.8        0.52975     0.33477    19.982      0        0        1      -8.9157e-34     5.1839e-05    0.59715    0.68675    0.83502    0.97403      1.082     1.1809    1.2731    1.4755    1.7911    2.1636    2.4958    2.7126    2.9823    3.3344    3.9442     5.268    9.8043          3.2892            0.90711               9.5524            0.94273                 4.1034              0.62999                4.3069              0.83687                 1.1421                 1             0.00066198    0.0037378    0.019345    0.041571     0.067038     0.094813      0.12571      0.19506      0.31626      0.46033      0.57565      0.63987      0.71015      0.78815      0.87747      0.96543       0.99327  
    cl_mt_pol_c_p2v10     0.43571    2.0703     1.2778    'cl_mt_pol_c'     'fl_z_sig'           6              10           0.8        0.61719     0.33477    24.187      0        0        1      -5.6611e-36     2.1932e-35    0.53403    0.63085    0.78424    0.92051     1.0405     1.1441    1.2417    1.4495    1.7812    2.1991    2.5725    2.8116    3.1041    3.5165    4.1882    5.6618    14.622          4.0765            0.85484               12.599            0.91878                  5.325              0.59226                5.6412              0.82522                 1.6327                 1             0.00026796    0.0029641    0.017352    0.039408     0.062892     0.089785      0.11732      0.18164      0.29841       0.4424      0.55707      0.62238      0.69339      0.77306      0.86512      0.95703       0.99087  
    cl_mt_pol_c_p2v11     0.47857    2.1239     1.5277    'cl_mt_pol_c'     'fl_z_sig'           6              11           0.8         0.7193     0.33477    28.944      0        0        1       8.7035e-35     0.00015111    0.53413    0.59706    0.75742    0.87782    0.99985     1.0939    1.2114    1.4244    1.7906    2.2249    2.6364    2.8909    3.2164    3.6618    4.4144    6.6004    18.395          4.9146            0.79613               16.025            0.88805                 6.6431               0.5564                7.0478              0.80167                 2.3339                 1             0.00069006    0.0027321    0.017229    0.035672     0.057957     0.082472      0.11018      0.17114      0.28449       0.4252       0.5403      0.60429      0.67632      0.75708      0.85077      0.94632       0.98865  
    cl_mt_pol_c_p2v12     0.52143    2.1782     1.8357    'cl_mt_pol_c'     'fl_z_sig'           6              12           0.8        0.84275     0.33477    34.341      0        0        1      -4.1321e-35     0.00018528     0.5161    0.59686    0.72562    0.83446    0.96332      1.062    1.1827     1.395    1.7722    2.2572    2.6853    2.9634    3.3116    3.7932    4.6093    8.2625     24.15          5.8148            0.73265               19.924            0.85133                 7.6034              0.48841                 8.951              0.79005                 3.3699                 1             0.00032059    0.0041151    0.015956    0.033182     0.054367      0.07686      0.10258      0.16187      0.27108      0.40842      0.52194      0.58639      0.65809      0.73897      0.83454      0.93365        0.9858  
    cl_mt_pol_c_p2v13     0.56429    2.2276     2.1709    'cl_mt_pol_c'     'fl_z_sig'           6              13           0.8        0.97455     0.33477    38.642      0        0        1      -2.0857e-35      3.371e-34      0.501    0.55894    0.68649    0.80017    0.91776     1.0275    1.1418    1.3646    1.7649    2.2648     2.723    3.0055    3.3759    3.8945    4.7759    9.6836    32.054          6.7685            0.67915                24.17            0.82279                 8.7256              0.44753                10.732              0.77126                  4.713                 1             0.00057041    0.0029974    0.014482    0.030408     0.050424     0.072797     0.095887      0.15338      0.25731      0.39228      0.50353      0.56757      0.63873      0.72026      0.81603      0.92061       0.98334  
    cl_mt_pol_c_p2v14     0.60714    2.2804     2.5728    'cl_mt_pol_c'     'fl_z_sig'           6              14           0.8         1.1282     0.33477    45.484      0        0        1       2.1058e-34     1.0891e-33     0.4728    0.53389     0.6588    0.77245    0.87716    0.99617    1.1027    1.3394     1.743    2.2636    2.7445    3.0444     3.432    3.9639    4.9038    10.504    40.857          7.7766            0.62505               29.099            0.79376                 9.2379              0.38061                13.242              0.76448                 6.6193                 1             0.00031185    0.0031563    0.012832    0.028493     0.047322     0.067289     0.090281      0.14389      0.24477      0.37558      0.48559       0.5484      0.61905      0.69989      0.79604      0.90499       0.98061  
    cl_mt_pol_c_p2v15        0.65    2.3289     3.0123    'cl_mt_pol_c'     'fl_z_sig'           6              15           0.8         1.2935     0.33477    53.262      0        0        1      -7.0785e-34    -1.3271e-33    0.45969    0.53389    0.63063    0.73893    0.83549    0.95627    1.0674    1.3025    1.7245    2.2634    2.7543    3.0632    3.4649    4.0178    5.0025    12.717    48.536          8.8345            0.57829               34.557            0.77031                 10.027              0.33913                15.456              0.74577                  9.074                 1             0.00029557    0.0039171    0.013393    0.027997     0.044256     0.063007     0.084776       0.1362      0.23287      0.35977      0.46697      0.52953      0.59934       0.6794      0.77521      0.88917       0.97746  

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

    cl_mt_pol_k_p2v1         0.05    4.2192    0.49662    'cl_mt_pol_k'     'fl_z_sig'           6               1           0.8        0.11771      0.099739    9.7456      0        0        1       1.5487e-34      -8.62e-35      2.9948     3.1296     3.5021      3.641     3.7104     3.7799    3.8493    3.9883    4.1272    4.4628    4.6058    4.6773    4.7488    4.8918    5.0348    5.5461    6.0608        0.18312             0.92399             0.30489             0.99741             0.00024688              0.99876              0.24663                  1                  0.058012                0.935            0.001309     0.0073795     0.042359     0.092258     0.13579       0.1835      0.23423      0.36537      0.46865      0.63653      0.74849      0.79293      0.84653      0.90464      0.94861      0.98729       0.99926  
    cl_mt_pol_k_p2v2     0.092857    4.3023    0.93962    'cl_mt_pol_k'     'fl_z_sig'           6               2           0.8         0.2184      0.099739    12.371      0        0        1      -1.8954e-35     1.8833e-35      2.1806     2.5124     2.9279     3.1301     3.3324     3.5027    3.6416      3.85    4.1973    4.6066    4.8211    5.0322    5.2502    5.5471    5.9883    6.9859     8.044        0.64519             0.92495              1.0926              0.9985              0.0027668             0.096227              0.88289                  1                   0.20696               0.9687          0.00050143     0.0060073     0.033235      0.06872     0.10905      0.14704      0.19735      0.28538      0.41511       0.5892      0.68323      0.73556      0.80582      0.85796      0.92578      0.98383       0.99828  
    cl_mt_pol_k_p2v3      0.13571     4.388     1.4166    'cl_mt_pol_k'     'fl_z_sig'           6               3           0.8        0.32283      0.099739     15.67      0        0        1       3.3273e-34    -4.8666e-35      1.6825     2.0555     2.5144     2.7953     2.9978     3.2002    3.4027    3.7142    4.1314    4.6822    5.1732    5.4783    5.7992     6.288    7.0677     8.732    10.753         1.4262             0.92293              2.5166             0.99007                0.05228              0.16068               2.0067                  1                   0.45757              0.97504          0.00051722     0.0053109      0.02928     0.059169    0.090962      0.13144      0.16257      0.25319       0.3809      0.53334      0.64009        0.712      0.76466      0.84162      0.90906      0.97849       0.99735  
    cl_mt_pol_k_p2v4      0.17857    4.5171     1.9309    'cl_mt_pol_k'     'fl_z_sig'           6               4           0.8        0.42746      0.099739    19.708      0        0        1      -5.7937e-34     1.9272e-17      1.2834     1.6815     2.1176     2.4474      2.709     2.9284    3.1307    3.5033    4.1286     4.822    5.4745    5.8423    6.3926    7.1383    8.1967    10.541     14.27         2.5847             0.91911              4.8208             0.95809                0.27825              0.20661               3.7282                  1                   0.81431              0.96771          0.00037515     0.0043672     0.020945      0.04861    0.076432       0.1114      0.14348      0.21399      0.34787      0.49742      0.60827      0.66991      0.73424      0.81175      0.89322      0.97259       0.99653  
    cl_mt_pol_k_p2v5      0.22143    4.6472     2.4696    'cl_mt_pol_k'     'fl_z_sig'           6               5           0.8        0.53141      0.099739    24.582      0        0        1      -2.6415e-36     3.1323e-08      1.0163     1.3876     1.8629     2.1843     2.4457     2.7071    2.9031    3.4104    4.1256    5.0329    5.7645    6.2031     6.982    7.6276    9.2442    13.555    18.784         4.1058             0.90485              8.1624             0.90667                0.79516              0.22291               6.0988                  1                    1.2684              0.94741          0.00026958     0.0035253     0.018123     0.039573    0.068131     0.092798      0.12313      0.18862      0.30963      0.45616      0.56931      0.63432      0.70808      0.78289      0.87436      0.96677       0.99558  
    cl_mt_pol_k_p2v6      0.26429    4.7921     3.0361    'cl_mt_pol_k'     'fl_z_sig'           6               6           0.8        0.63356      0.099739    30.398      0        0        1       1.4108e-33     1.1823e-06     0.78846     1.1274     1.5665     1.8689     2.2516     2.4478    2.7265    3.1987    3.9903    4.8944     5.944     6.579    7.5015    8.6524    10.594    15.381    24.124          5.946             0.87995              12.702             0.84734                 1.6689              0.22264               9.2179                  1                     1.815              0.91803          0.00025117     0.0021019      0.01403      0.03194    0.056967     0.082817      0.10709      0.16991      0.28105      0.42148      0.53622      0.60039      0.67464      0.75733      0.85576      0.96046       0.99456  
    cl_mt_pol_k_p2v7      0.30714    4.9177      3.639    'cl_mt_pol_k'     'fl_z_sig'           6               7           0.8        0.73998      0.099739    36.963      0        0        1       -3.985e-33     3.3296e-06     0.63147    0.87562      1.341     1.6819     1.9284     2.2518    2.5029    3.0872    3.9907    5.1816    5.9464    7.2159    7.5728    9.7387    12.623    17.882    28.829         8.1179             0.84839              18.649             0.79375                 2.9266              0.21725               13.242                  1                    2.4804              0.88583          0.00013001     0.0015636     0.011411      0.02679    0.045108     0.068636      0.09101      0.14648      0.25332      0.39223       0.5013      0.56806      0.64362      0.73083      0.83761      0.95339        0.9935  
    cl_mt_pol_k_p2v8         0.35    5.0233     4.2374    'cl_mt_pol_k'     'fl_z_sig'           6               8           0.8        0.84355      0.099739    42.892      0        0        1        1.113e-32     2.8696e-06     0.51381    0.70755     1.1437     1.4969     1.6808     2.0666    2.1848    2.8689    3.9159    5.3217     6.354    7.3087    8.0257     10.02    13.605    21.551    33.337         10.479             0.81726              25.647             0.75519                 4.4064              0.21023               17.955                  1                    3.2857              0.85793           0.0001705     0.0014027    0.0089138     0.021943    0.038404     0.056306     0.079285      0.12867      0.22731      0.35802      0.46842      0.53774      0.61222      0.70557       0.8182      0.94623       0.99271  
    cl_mt_pol_k_p2v9      0.39286     5.114     4.8156    'cl_mt_pol_k'     'fl_z_sig'           6               9           0.8        0.94164      0.099739    48.932      0        0        1      -2.5649e-33     0.00020523     0.43322    0.58426    0.92604     1.2698     1.5587     1.7934    2.0019    2.5467    3.5838    5.0479    6.7595    7.2067    8.7274    10.286    14.398    25.509    37.212         12.862             0.78723              33.295             0.72924                 5.7988              0.19758                23.19                  1                    4.3069              0.83687          8.4842e-05     0.0010387    0.0075742     0.018407    0.032562     0.048639     0.066658      0.11329      0.20512      0.33063      0.43906      0.50833      0.58361      0.68013      0.80045      0.94098       0.99168  
    cl_mt_pol_k_p2v10     0.43571    5.1683     5.3499    'cl_mt_pol_k'     'fl_z_sig'           6              10           0.8         1.0351      0.046194     49.95      0        0        1       1.1247e-15     0.00030876     0.31013    0.47556    0.78791     1.0407     1.4297     1.5214    1.9229    2.2752    3.2925    4.7791     6.878    7.1166    9.5752    10.527    15.112    27.643    43.306         15.177             0.76016              40.998             0.71408                 6.7351              0.17892               28.621                  1                    5.6412              0.82522           6.881e-05    0.00076867    0.0062439     0.015171    0.026827     0.041266      0.05815     0.099315      0.18654      0.30479      0.41334       0.4804      0.55725      0.65583       0.7834      0.93352        0.9906  
    cl_mt_pol_k_p2v11     0.47857    5.1754     5.7546    'cl_mt_pol_k'     'fl_z_sig'           6              11           0.8         1.1119      0.033404     49.95      0        0        1       1.2743e-07     0.00053058     0.23862    0.37269    0.68594    0.87272     1.2333     1.3287    1.8002     2.108    3.0289    4.5306    6.6802    7.0211    10.044    10.719    15.663    29.712     44.67         17.251             0.74189              47.967              0.7057                 7.8041              0.17353               33.115                  1                    7.0478              0.80167          4.1835e-05    0.00060489    0.0049042     0.012676    0.023034      0.03565      0.05185     0.087126      0.16587      0.28119      0.38845      0.45415      0.53427      0.63368      0.76807      0.92974       0.99066  
    cl_mt_pol_k_p2v12     0.52143    5.1653     6.1718    'cl_mt_pol_k'     'fl_z_sig'           6              12           0.8         1.1948      0.024037     49.95      0        0        1       8.6978e-07     0.00065139     0.17996     0.3101    0.58394     0.7878     1.0361     1.1815    1.6097    1.9259    2.8061    4.2904    6.4513     6.905    10.029    10.856    16.151    31.373    49.708         19.221             0.72034              55.068             0.69986                 8.0264              0.15335               38.091                  1                     8.951              0.79005          3.1831e-05    0.00060267      0.00423     0.010817    0.019652     0.030456     0.043764     0.077286      0.14931      0.25919      0.36568      0.42965      0.51218       0.6116      0.75225      0.92372        0.9916  
    cl_mt_pol_k_p2v13     0.56429     5.098     6.4094    'cl_mt_pol_k'     'fl_z_sig'           6              13           0.8         1.2572      0.017172     49.95      0        0        1        1.432e-06      0.0012512     0.12514    0.24026    0.50565    0.65842    0.87252     1.0539    1.3962    1.7997    2.5895    4.0326    6.2049    6.7613    9.9251     11.36    16.476    32.782     49.95         20.856             0.70882              60.678             0.69964                 8.8667              0.15404                41.08                  1                    10.732              0.77126          1.8209e-05    0.00035945     0.003341    0.0088257    0.017571     0.025935     0.038263     0.069406      0.13431      0.23964      0.34444       0.4065      0.49183      0.59219      0.73952      0.92181             1  
    cl_mt_pol_k_p2v14     0.60714     5.036     6.7328    'cl_mt_pol_k'     'fl_z_sig'           6              14           0.8         1.3369      0.012131     49.95      0        0        1       2.9761e-06      0.0030315    0.079507    0.18862    0.41009     0.5838    0.72097    0.96071    1.2007    1.6722    2.4534    3.8016    5.9211    6.7012    9.7928    11.787    16.707    34.482     49.95         22.479             0.69042               67.14             0.69983                 8.5673              0.13488                45.33                  1                    13.242              0.76448           6.825e-06    0.00026374    0.0027128    0.0075712    0.014279      0.02295     0.033457     0.059618       0.1215      0.22022      0.32327      0.38494      0.47117      0.57224      0.72325      0.91624             1  
    cl_mt_pol_k_p2v15        0.65    4.9266     6.8802    'cl_mt_pol_k'     'fl_z_sig'           6              15           0.8         1.3965     0.0086997     49.95      0        0        1       5.3068e-06       0.001586    0.025197    0.16179    0.33676    0.51354    0.59861    0.83863    1.0256    1.5053    2.3138    3.5683    5.6331    6.6761    9.5882    12.276    16.827    34.749     49.95         23.705             0.67935              71.833             0.70105                 9.0389              0.13385               47.338                  1                    15.456              0.74577            3.53e-06    0.00018694    0.0023504    0.0070787    0.012139     0.019205     0.029162     0.052771      0.10958      0.20362      0.30433      0.36476       0.4523      0.55515      0.71137      0.91283             1  

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

    cl_mt_coh_p2v1         0.05    6.0088    0.61553     'cl_mt_coh'      'fl_z_sig'           6               1           0.8        0.10244     0.44365    53.575      0        0        1       1.5487e-34    -6.4973e-35     4.4535      4.654     5.055    5.2555    5.3558     5.456    5.5562    5.7567    5.9572     6.258    6.4585    6.5587     6.659    6.8595      7.06    7.5612    8.2629        0.23095             0.94019             0.37887                1                0.0003052              0.99617               0.30489               0.99741               0.073679               0.9581           0.0013668     0.0077056     0.042801     0.094215     0.13849      0.18686      0.23827      0.37223      0.48589      0.64155       0.7527      0.79665      0.84944      0.90665      0.95017      0.98765       0.99929  
    cl_mt_coh_p2v2     0.092857    6.1008     1.1646     'cl_mt_coh'      'fl_z_sig'           6               2           0.8        0.19089     0.44365    54.287      0        0        1      -1.8954e-35    -7.3719e-35     3.4516     3.8527     4.354    4.6548    4.9556    5.1562    5.2564    5.5572    5.9583    6.4596    6.7604    6.9609    7.2617    7.6628    8.1641    9.3673    10.671         0.8093             0.93611              1.3562                1                0.0043234              0.12132                1.0926                0.9985                0.25928              0.97917           0.0006551     0.0065139      0.03516      0.07317     0.12569      0.17484      0.20282      0.29656      0.43033      0.59746      0.69208      0.74534      0.80865      0.87173      0.92858      0.98503        0.9983  
    cl_mt_coh_p2v3      0.13571    6.2278     1.7943     'cl_mt_coh'      'fl_z_sig'           6               3           0.8        0.28811     0.44365    55.239      0        0        1       3.3273e-34     1.1109e-33     2.7519     3.2537    3.8558    4.1569     4.458    4.7591    4.9598    5.3612    5.9634    6.6659    7.1677    7.5691    7.9705    8.5727    9.5763    11.684    14.494          1.809             0.92424              3.2196                1                  0.12035              0.29203                2.5166               0.99007                0.58264              0.98018          0.00060347     0.0060175     0.033415     0.061213    0.097939      0.14581      0.18187      0.26327      0.40648      0.56065      0.65541      0.71731      0.77637      0.84382      0.91505      0.97941       0.99766  
    cl_mt_coh_p2v4      0.17857    6.5099     2.6059     'cl_mt_coh'      'fl_z_sig'           6               4           0.8         0.4003     0.44365    56.503      0        0        1      -5.7937e-34     5.0545e-19     2.2488     2.7502    3.3519     3.753    4.1542    4.3548    4.6556     5.157    5.9593    6.8619    7.7644    8.2659    8.9679    9.8704    11.475    15.186      20.3         3.4467             0.90813              6.7908                1                  0.86523              0.47604                4.8208               0.95809                 1.1048              0.97277          0.00055244     0.0051178     0.025168     0.052611    0.089487      0.11357      0.15341      0.22645      0.35931       0.5013      0.62182      0.67916      0.74539       0.8158      0.89545      0.97359       0.99671  
    cl_mt_coh_p2v5      0.22143     6.951     3.6454     'cl_mt_coh'      'fl_z_sig'           6               5           0.8        0.52444     0.44365    58.163      0        0        1      -2.6415e-36     2.4857e-10     1.8465     2.3476    2.9488    3.4499    3.7505    4.1513    4.4519    5.0532    6.0553    7.2577    8.4602    9.1617    10.164    11.567    14.072    19.984    28.101         5.9717             0.89158              13.289                1                   3.2229              0.61207                8.1624               0.90667                 1.9037              0.96325          0.00033489     0.0041344     0.019557     0.046344    0.068194      0.10199      0.13225      0.20022        0.321      0.45998      0.57681      0.63738      0.70666      0.78483      0.87533      0.96693       0.99556  
    cl_mt_coh_p2v6      0.26429    7.5979     4.9373     'cl_mt_coh'      'fl_z_sig'           6               6           0.8        0.64982     0.44365    60.325      0        0        1       1.4108e-33      2.768e-08      1.547     2.0485    2.6503    3.1519    3.5531    3.9543    4.2552    5.0576    6.2613    7.8662    9.3707    10.374    11.778    13.684    17.295    26.021    38.058         9.6433             0.87757              24.377                1                   8.6004              0.70553                12.702               0.84734                 3.0749              0.95638          0.00033922     0.0032013     0.016367     0.035814    0.060237     0.086691      0.10945      0.17751      0.28717      0.42362      0.53533      0.59803      0.67105      0.75053      0.85203      0.95931        0.9944  
    cl_mt_coh_p2v7      0.30714    8.3971     6.4565     'cl_mt_coh'      'fl_z_sig'           6               7           0.8        0.76889     0.44365     63.04      0        0        1       -3.985e-33     2.7118e-07     1.3465     1.7477    2.3496    2.8512    3.3528     3.754    4.1553    4.9578    6.4625    8.4688    10.475    11.779    13.685    16.394    21.209    33.347    48.996         14.732             0.86777              41.686                1                   18.297              0.76555                18.649               0.79375                 4.7399              0.95407            0.000323     0.0024307     0.012224     0.027861    0.050096     0.070237     0.094816      0.14654      0.25163      0.38125      0.49417      0.55704      0.63421      0.72221       0.8301       0.9528       0.99368  
    cl_mt_coh_p2v8         0.35     9.302     8.0147     'cl_mt_coh'      'fl_z_sig'           6               8           0.8        0.86161     0.44365    66.196      0        0        1        1.113e-32    -2.1714e-33     1.1453      1.446    2.1476    2.6488    3.1499    3.5508     4.052    4.9541    6.7583    9.1638     11.67    13.474    15.779    19.287    25.702    40.837    55.471          20.95             0.86383              64.236                1                   31.679               0.7991                25.647               0.75519                 6.9089              0.95377          0.00020875     0.0014208     0.010636     0.023785     0.04103     0.057543     0.080345       0.1264      0.22339      0.34587      0.45682       0.5257      0.60231      0.69524      0.81469        0.949       0.99375  
    cl_mt_coh_p2v9      0.39286    10.252     9.4812     'cl_mt_coh'      'fl_z_sig'           6               9           0.8        0.92479     0.44365    69.832      0        0        1      -3.4564e-33     5.1839e-05     1.0453     1.3461    1.9477    2.4491    2.9504    3.4518    3.9532    4.9559    7.0616    9.9694    13.078    15.184    18.091    22.503    30.224     47.17    59.804          27.76             0.86295              89.894                1                   47.046              0.81417                33.295               0.72924                 9.5524              0.94273          0.00022496     0.0014973    0.0085029     0.019037    0.033474         0.05     0.067955      0.10924      0.19932      0.31919      0.43191      0.49884       0.5796      0.67908      0.80406      0.94805       0.99398  
    cl_mt_coh_p2v10     0.43571    11.123     10.732     'cl_mt_coh'      'fl_z_sig'           6              10           0.8        0.96485     0.44365    73.995      0        0        1      -2.7035e-35      9.209e-05    0.84447     1.1451    1.7463    2.2474    2.8486    3.3496    3.8507    5.0531    7.2577    10.765    14.372    16.978    20.385    25.495    34.414    51.549    64.976         34.574             0.86326              115.17                1                   61.571              0.81538                40.998               0.71408                 12.599              0.91878          7.7738e-05     0.0009647    0.0069368     0.015669    0.029353     0.043599     0.058695     0.099514      0.17872       0.2993      0.41174      0.48297      0.56506      0.66809      0.79999      0.94898       0.99384  
    cl_mt_coh_p2v11     0.47857      11.9     11.812     'cl_mt_coh'      'fl_z_sig'           6              11           0.8        0.99257     0.44365    78.735      0        0        1      -1.3932e-34     0.00015111    0.84463     1.0451    1.6466    2.1478     2.649    3.1502    3.7517    5.0549     7.561    11.571    15.681    18.588    22.598    28.312    37.935    54.375    69.111         41.217              0.8636              139.52                1                   75.523              0.81815                47.967                0.7057                 16.025              0.88805          0.00018956    0.00082674    0.0063959     0.014301    0.024508     0.036215      0.05208     0.089462       0.1659       0.2863      0.39856      0.46904      0.55694      0.66255      0.79857      0.94932       0.99375  
    cl_mt_coh_p2v12     0.52143    12.595     12.749     'cl_mt_coh'      'fl_z_sig'           6              12           0.8         1.0122     0.44365    84.099      0        0        1      -3.1911e-34     0.00018528    0.74421     1.0448    1.5457    2.0466    2.5475    3.0485    3.6496    5.0522    7.8574    12.266    16.874     20.18    24.488      30.8    40.819    56.147     73.88         47.603             0.86362              162.54                1                   87.547              0.80974                55.068               0.69986                 19.924              0.85133          8.0443e-05     0.0012187    0.0057918     0.013272    0.022335      0.03266     0.046046     0.081278      0.15656      0.27392      0.38815      0.46185      0.54897      0.65854        0.798      0.94908       0.99356  
    cl_mt_coh_p2v13     0.56429    13.133     13.531     'cl_mt_coh'      'fl_z_sig'           6              13           0.8         1.0303     0.44365    90.135      0        0        1        1.006e-34     0.00033073    0.74429    0.94472    1.3456    1.8466    2.3477    2.8488    3.5503    4.9533    8.0599     12.87    17.881    21.488    26.098    32.712    43.034    58.868    82.619         53.588             0.86268               183.1                1                   98.251              0.80848                60.678               0.69964                  24.17              0.82279          0.00022035    0.00087604    0.0043248     0.010865    0.018974     0.028465     0.042347     0.073458      0.14783      0.26437      0.37879      0.45477      0.54369      0.65535      0.79777      0.94863       0.99332  
    cl_mt_coh_p2v14     0.60714    13.623     14.249     'cl_mt_coh'      'fl_z_sig'           6              14           0.8          1.046     0.44365    96.887      0        0        1      -1.5946e-33     0.00056761    0.64395    0.84424    1.2448    1.7456    2.2463    2.7471    3.4481    4.9504    8.1551    13.363    18.771    22.577    27.584    34.394     44.91    60.132    90.978         59.317             0.86084              203.04                1                    106.8              0.79451                 67.14               0.69983                 29.099              0.79376          0.00010987    0.00080281    0.0038952    0.0099095    0.017322     0.025726     0.038447      0.06889      0.13878      0.25595      0.37206      0.44803      0.54013      0.65274      0.79677      0.94763       0.99301  
    cl_mt_coh_p2v15        0.65        14     14.893     'cl_mt_coh'      'fl_z_sig'           6              15           0.8         1.0638     0.44365     104.4      0        0        1      -1.7888e-33     0.00042127    0.64395    0.84424    1.1447    1.6454     2.046    2.6469    3.2478    4.8502    8.2552    13.763    19.572    23.578    28.786    35.796    46.412    62.035     99.09         64.842              0.8585              221.79                1                    115.4              0.78948                71.833               0.70105                 34.557              0.77031          0.00017455    0.00097709    0.0037432      0.00935    0.014951     0.024156     0.034092     0.063652      0.13207      0.24824      0.36641      0.44232      0.53637      0.65003       0.7961      0.94614       0.99264  

Larger Grid Simulation (CROSS)

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

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

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

        Count: 51
      KeyType: char
    ValueType: any

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

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

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

        Count: 43
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 3 ; key = cl_st_param_keys ; val = fl_z_rho
pos = 42 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 43 ; key = st_model ; val = ipwkz
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         i    idx    rowN    colN    mean      std      min    max
                         _    ___    ____    ____    ____    _______    ___    ___

    ar_param_keys_idx    1     1      1       2      5.5     0.70711     5      6 

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

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

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

        Count: 19
      KeyType: char
    ValueType: any

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

    fl_a_max                   1     1      1        5         65      11.859       50       80
    fl_alpha                   2     2      1        5        0.4    0.079057      0.3      0.5
    fl_b_bd                    3     3      1        5      -12.5      5.9293      -20       -5
    fl_beta                    4     4      1       15       0.92    0.031944     0.87     0.97
    fl_c_min                   5     5      1        5     0.0155    0.011463    0.001     0.03
    fl_crra                    6     6      1       15          3      1.2778        1        5
    fl_delta                   7     7      1        5       0.08    0.047434     0.02     0.14
    fl_r_borr                  8     8      1        5      0.125    0.098821        0     0.25
    fl_r_save                  9     9      1        5      0.025    0.011859     0.01     0.04
    fl_w                      10    10      1        5       1.25     0.11859      1.1      1.4
    fl_z_r_borr_max           11    11      1        5     0.1225    0.021741    0.095     0.15
    fl_z_r_borr_n             12    12      1        6         15      7.4833        5       25
    fl_z_r_borr_poiss_mean    13    13      1        5       12.5      5.9293        5       20
    fl_z_rho                  14    14      1       15     0.4925     0.31465        0    0.985
    fl_z_sig                  15    15      1       15       0.35     0.19166     0.05     0.65
    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_z_rho     mean        sd       variablenames    var_param_key    it_test_grp    it_cur_param    fl_z_sig    coefofvar      min       max      pYis0      pYls0        pYgr0      pYisMINY       pYisMAXY       p0_1         p1         p5         p10        p15        p20       p25       p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_pol_k    fl_cor_cl_mt_pol_k    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1      fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                       ________    _______    _______    _____________    _____________    ___________    ____________    ________    _________    _______    ______    _____    __________    _______    ___________    ___________    _______    ________    _______    _______    _______    _______    ______    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    ________________    ________________    __________________    __________________    __________________    __________________    __________________    __________________    __________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val_p1v1            0     8.3175    0.30021     'cl_mt_val'      'fl_z_rho'           5               1           0.2       0.036094      2.5245    15.807      0               0          1    -1.5278e-33     2.6298e-33     7.4213      7.6428     7.8234     7.9337     8.0049      8.063    8.1086    8.1978      8.316    8.4297    8.5195    8.5683    8.6258    8.7007    8.8186    9.0331    9.2643        0.090127               1                 0.2158             0.99738              0.0002603             0.15609                0.1789               0.99671                0.03664              0.99475          0.00097368      0.010653       0.04646    0.095986        0.145      0.19612       0.2396      0.34135      0.49532      0.64256      0.74368      0.79297      0.84265      0.89383      0.94791      0.98953       0.99888  
    cl_mt_val_p1v2     0.070357     8.3199    0.32335     'cl_mt_val'      'fl_z_rho'           5               2           0.2       0.038865      2.4882    15.821      0               0          1     3.1041e-33     2.7494e-33     7.3564       7.586     7.7986     7.9068     7.9874     8.0458    8.1008    8.1915     8.3166    8.4421    8.5369    8.5902    8.6562    8.7377    8.8576    9.0861    9.3439         0.10456               1                0.24668             0.99663             0.00028633             0.16058               0.20429               0.99585               0.042105              0.99499          0.00089724     0.0090755      0.046288    0.093581      0.14274      0.18973      0.23995      0.33581      0.48489      0.63702      0.73759      0.78908      0.84127      0.89352      0.94606      0.98898       0.99887  
    cl_mt_val_p1v3      0.14071     8.3178    0.35062     'cl_mt_val'      'fl_z_rho'           5               3           0.2       0.042153      2.4388    15.831      0               0          1     2.6707e-34    -5.5614e-37     7.2741      7.5265     7.7472     7.8703     7.9541     8.0215    8.0792    8.1793     8.3137     8.449    8.5518    8.6131    8.6823    8.7682    8.9013    9.1488    9.4267         0.12294               1                0.28543             0.99506             0.00036921             0.14516               0.23607               0.99405               0.048985              0.99496          0.00087726     0.0090091       0.04576    0.093082      0.14033      0.18992      0.23873      0.33445      0.48377      0.63476      0.73669      0.78847      0.84027      0.89263      0.94581      0.98887       0.99887  
    cl_mt_val_p1v4      0.21107     8.3127    0.38259     'cl_mt_val'      'fl_z_rho'           5               4           0.2       0.046024      2.3786    15.845      0               0          1     5.4291e-34     1.2371e-33     7.1764      7.4456      7.689     7.8253     7.9152     7.9883    8.0552    8.1595     8.3098    8.4548    8.5705    8.6338    8.7106    8.8061    8.9506    9.2199    9.5231         0.14637               1                0.33367             0.99263             0.00056273             0.12789               0.27545               0.99132               0.057657              0.99448          0.00086271     0.0088255      0.045543    0.092226      0.13961      0.18754       0.2355      0.33368      0.48259      0.63363      0.73537      0.78788      0.83927      0.89215      0.94521      0.98879       0.99885  
    cl_mt_val_p1v5      0.28143     8.3059    0.42142     'cl_mt_val'      'fl_z_rho'           5               5           0.2       0.050737      2.3037    15.862      0               0          1     2.9348e-32     6.0956e-32     7.0571      7.3491     7.6208     7.7703     7.8699     7.9472     8.018    8.1387     8.3014    8.4649    8.5886     8.661    8.7444    8.8495    9.0089    9.3058    9.6402          0.1776               1                0.39653             0.98926              0.0010451             0.12407               0.32653               0.98757               0.068957              0.99373          0.00084592     0.0087116      0.045196     0.09132      0.13901      0.18636      0.23405      0.33206       0.4804      0.63167      0.73455      0.78624      0.83812      0.89117      0.94474      0.98863       0.99883  
    cl_mt_val_p1v6      0.35179     8.2986    0.46912     'cl_mt_val'      'fl_z_rho'           5               6           0.2        0.05653      2.2133    15.888      0               0          1     3.1845e-33    -6.4446e-33     6.9116      7.2332     7.5382     7.7001     7.8126     7.8994    7.9811    8.1095     8.2934    8.4745    8.6133    8.6937    8.7854    8.9042    9.0816     9.412     9.783         0.22007               1                0.47961             0.98484              0.0022024             0.13344               0.39347               0.98279               0.083942              0.99254          0.00084551     0.0085523      0.044339    0.090594      0.13734      0.18462      0.23302      0.32921      0.47851       0.6293      0.73229      0.78464      0.83719      0.88999      0.94407      0.98851       0.99881  
    cl_mt_val_p1v7      0.42214     8.2869     0.5286     'cl_mt_val'      'fl_z_rho'           5               7           0.2       0.063788      2.0938    15.918      0               0          1    -1.0728e-31    -4.6755e-31     6.7255      7.0881     7.4303     7.6121     7.7349     7.8385    7.9278    8.0753     8.2792    8.4839    8.6397     8.731    8.8364      8.97    9.1693    9.5421    9.9595         0.27942               1                0.59246             0.97916              0.0048762             0.15109               0.48322               0.97687                0.10437              0.99101          0.00081231      0.008384      0.043606    0.089007      0.13538      0.18304      0.23114       0.3266      0.47568      0.62629      0.72961      0.78245      0.83531      0.88872      0.94332      0.98827       0.99878  
    cl_mt_val_p1v8       0.4925      8.275    0.60635     'cl_mt_val'      'fl_z_rho'           5               8           0.2       0.073275      1.9405    15.965      0               0          1     5.1153e-32     3.3126e-32     6.4985      6.9047     7.2898      7.503     7.6446     7.7632     7.861    8.0329     8.2649    8.5011    8.6808    8.7853    8.9044    9.0593    9.2853     9.718    10.196         0.36765               1                0.75521             0.97197                0.01081             0.17238               0.61077               0.96983                0.13364              0.98889          0.00077246      0.008142      0.042949    0.087644      0.13346      0.17988      0.22721      0.32331      0.47177      0.62298      0.72725      0.77958      0.83269      0.88719      0.94234      0.98803       0.99875  
    cl_mt_val_p1v9      0.56286     8.2517    0.71026     'cl_mt_val'      'fl_z_rho'           5               9           0.2       0.086075      1.7241    16.025      0               0          1    -4.8563e-33    -1.3013e-33     6.1849      6.6519     7.0977     7.3464     7.5127     7.6475    7.7654    7.9694       8.24    8.5186    8.7253    8.8473    8.9906    9.1712    9.4395     9.945    10.504         0.50447               1                0.99887             0.96279               0.023575             0.19414               0.79797                0.9614                0.17733               0.9863          0.00073291     0.0078494      0.041452    0.085628      0.13059      0.17632      0.22335      0.31834        0.466      0.61858       0.7228      0.77565      0.82969      0.88464      0.94097      0.98765        0.9987  
    cl_mt_val_p1v10     0.63321     8.2264    0.85629     'cl_mt_val'      'fl_z_rho'           5              10           0.2        0.10409      1.4214    16.119      0               0          1     4.1786e-35     1.4759e-33     5.7504      6.3024     6.8378     7.1355     7.3421     7.4971    7.6415    7.8848     8.2125    8.5455    8.7973     8.948     9.118     9.334    9.6602    10.273    10.938         0.73324               1                 1.3922             0.95092               0.052024             0.21681                1.0933               0.95137                0.24691              0.98304          0.00068607     0.0073651      0.039595    0.082131      0.12684      0.17132      0.21785      0.31182      0.45874      0.61163      0.71664      0.77048      0.82586      0.88142      0.93902      0.98716       0.99865  
    cl_mt_val_p1v11     0.70357     8.1789     1.0743     'cl_mt_val'      'fl_z_rho'           5              11           0.2        0.13135      0.9542     16.26      0               0          1    -2.7225e-33    -4.1552e-33     5.0993      5.7734     6.4337     6.8107     7.0612     7.2638    7.4455     7.749     8.1615    8.5782    8.8977    9.0813    9.2992    9.5712    9.9829    10.749     11.57          1.1542               1                 2.0894             0.93491                0.12071             0.24229                1.6009               0.93895                0.36778              0.97895          0.00060473     0.0067356      0.036896    0.077915      0.12041      0.16387      0.20888      0.30189       0.4484      0.60142      0.70778      0.76267      0.81914      0.87649       0.9362      0.98645       0.99855  
    cl_mt_val_p1v12     0.77393     8.1025     1.4308     'cl_mt_val'      'fl_z_rho'           5              12           0.2        0.17658     0.18543    16.515      0               0          1    -1.7566e-32      9.979e-33     4.0659      4.9078     5.7861     6.2729     6.6108     6.8835    7.1165    7.5277     8.0784    8.6351    9.0589    9.3051    9.5952    9.9609    10.507    11.526    12.574          2.0471               1                 3.5221             0.91197                0.31675             0.27553                2.5983               0.92245                0.60706              0.97302          0.00047334     0.0055896      0.032518    0.069852      0.10965      0.15148      0.19464      0.28571      0.42977      0.58422      0.69316      0.74976       0.8081      0.86842      0.93135       0.9852       0.99841  
    cl_mt_val_p1v13     0.84429     7.9476     2.1012     'cl_mt_val'      'fl_z_rho'           5              13           0.2        0.26438     -1.2616    17.034      0      3.3021e-31          1     6.3776e-33    -1.0042e-32     2.1425      3.2858     4.5409       5.25     5.7487       6.15    6.4931    7.0961      7.912    8.7341    9.3585    9.7245    10.148    10.686    11.486    12.944    14.346          4.4149               1                 7.2647             0.87483                 1.0641             0.32439                 5.008               0.89597                 1.1926               0.9622          0.00024291     0.0035362      0.023795    0.054811     0.089498      0.12723       0.1668      0.25252        0.394      0.55118      0.66478      0.72475      0.78722      0.85267      0.92222      0.98293       0.99814  
    cl_mt_val_p1v14     0.91464     7.4419       3.73     'cl_mt_val'      'fl_z_rho'           5              14           0.2        0.50122     -4.7227    18.438      0        0.019245    0.98076    -8.9653e-35     1.1033e-35    -2.3415    -0.71932     1.3502     2.5859     3.4672     4.1899    4.8167    5.9112     7.3918     8.894    10.018    10.664    11.418    12.356    13.719    16.028    17.771          13.913               1                 22.638             0.81068                 5.5348             0.39597                13.723               0.83655                 3.3803              0.92216          -0.0003706    -0.0020244    0.00069229    0.014284     0.034873     0.060661     0.090918      0.16335      0.29736      0.46138      0.58824      0.65759      0.73164      0.81141      0.89858      0.97738       0.99758  
    cl_mt_val_p1v15       0.985    0.89997     11.145     'cl_mt_val'      'fl_z_rho'           5              15           0.2         12.384     -15.903     25.63      0         0.51557    0.48443    -6.7548e-35      0.0012573    -15.815     -15.359    -14.159    -13.111    -11.827    -10.376    -8.528    -5.656    -0.9158    5.3583    9.7193    12.213    14.611    17.447    20.897    23.807     25.63          124.22               1                 162.71             0.79126                 25.811              0.3986                99.367                0.7618                 37.532              0.61006           -0.051539      -0.29701      -0.96689     -1.5897      -2.2717      -2.8792      -3.3977      -4.2241      -4.7728      -4.3954      -3.5676      -2.9651      -2.2196      -1.3257     -0.26695      0.72551             1  

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

    cl_mt_pol_c_p1v1            0    1.7836    0.12269    'cl_mt_pol_c'     'fl_z_rho'           5               1           0.2        0.06879     0.34217    5.4474      0        0        1      -1.5278e-33     6.7429e-33     1.4463     1.5189     1.5874     1.6278     1.6572     1.6761     1.7004     1.7306      1.776    1.8255    1.8637    1.8854    1.9123    1.9428     1.991    2.0845    2.2039         0.03664            0.99475             0.087967             0.9948             0.00010878             0.15961               0.072805              0.99248               0.015053                 1             0.00097587    0.0086393    0.043442    0.090664      0.13854      0.18732      0.23953       0.3295      0.48226      0.62522      0.72965      0.79054      0.83456      0.89077      0.94301      0.98823       0.99876  
    cl_mt_pol_c_p1v2     0.070357    1.7838    0.13087    'cl_mt_pol_c'     'fl_z_rho'           5               2           0.2       0.073366     0.34217    5.4557      0        0        1      -1.3357e-32    -6.9571e-33     1.4223     1.5022     1.5794     1.6178     1.6494     1.6686      1.693     1.7233     1.7762    1.8277    1.8701    1.8913    1.9223    1.9499    2.0102     2.111    2.2361        0.042105            0.99499             0.099694            0.99521             0.00011856             0.16429               0.082448              0.99307               0.017126                 1             0.00080673    0.0082819     0.04446    0.090378      0.13579      0.18154      0.22889      0.32386      0.47983      0.62955      0.72645      0.78263       0.8364      0.88667      0.94445      0.98847       0.99883  
    cl_mt_pol_c_p1v3      0.14071    1.7845    0.14042    'cl_mt_pol_c'     'fl_z_rho'           5               3           0.2       0.078686     0.34217    5.4706      0        0        1       -1.757e-34    -8.5759e-36      1.396     1.4807     1.5633     1.6098     1.6414     1.6651     1.6917     1.7231     1.7761     1.833    1.8771    1.8983    1.9336    1.9636    2.0235    2.1401    2.2645        0.048985            0.99496              0.11435            0.99546             0.00015296             0.15018               0.094482              0.99343               0.019717                 1             0.00078331    0.0081837    0.045812    0.090693      0.13775      0.18601      0.23478      0.32732      0.47328      0.62611      0.72927      0.77996      0.83835      0.88613      0.94205      0.98802       0.99872  
    cl_mt_pol_c_p1v4      0.21107     1.785    0.15154    'cl_mt_pol_c'     'fl_z_rho'           5               4           0.2       0.084895     0.34217     5.487      0        0        1       8.3515e-34     1.0105e-33     1.3779     1.4632     1.5468     1.5952     1.6295     1.6569     1.6774     1.7222     1.7757    1.8344    1.8837    1.9119    1.9424    1.9838    2.0448    2.1694    2.3138        0.057657            0.99448              0.13256             0.9956             0.00023526             0.13498                0.10936              0.99366               0.022964                 1             0.00080975    0.0080972    0.042619    0.089153       0.1324      0.18342      0.22458      0.32355      0.46969      0.62224      0.72728      0.78081      0.83409      0.88716      0.94058      0.98808       0.99874  
    cl_mt_pol_c_p1v5      0.28143     1.786    0.16466    'cl_mt_pol_c'     'fl_z_rho'           5               5           0.2       0.092198     0.34217    5.5103      0        0        1       3.8484e-32    -1.3329e-32     1.3495     1.4395     1.5296     1.5792     1.6175      1.645     1.6682     1.7153     1.7758    1.8418    1.8924    1.9219    1.9564     2.003    2.0703    2.2037    2.3607        0.068957            0.99373              0.15591            0.99547              0.0004427             0.13451                0.12835              0.99351               0.027114                 1             0.00081878    0.0081254    0.042432    0.086054      0.13522      0.18032      0.22265      0.32607      0.46589      0.62015      0.72619      0.77505      0.83193        0.883      0.94014       0.9875       0.99871  
    cl_mt_pol_c_p1v6      0.35179    1.7868    0.18028    'cl_mt_pol_c'     'fl_z_rho'           5               6           0.2        0.10089     0.34217    5.5408      0        0        1       7.0886e-33     3.3891e-32     1.3132     1.4133     1.5103     1.5631     1.6017     1.6333     1.6605     1.7078     1.7758    1.8485     1.905    1.9357    1.9757    2.0232    2.0974    2.2517    2.4213        0.083942            0.99254              0.18623             0.9951             0.00094266             0.14862                0.15279              0.99307               0.032501                 1             0.00075366    0.0083341    0.041833    0.086425       0.1296      0.17598      0.22346      0.31853      0.46196      0.61198      0.72344      0.77468      0.82683      0.88183      0.93918      0.98739       0.99869  
    cl_mt_pol_c_p1v7      0.42214    1.7884    0.19923    'cl_mt_pol_c'     'fl_z_rho'           5               7           0.2         0.1114     0.34217    5.5767      0        0        1       9.3085e-31     -1.324e-31      1.277     1.3784     1.4805      1.544      1.586     1.6176     1.6492     1.7003     1.7759    1.8557    1.9151    1.9496    1.9964    2.0502    2.1369    2.3061    2.4899         0.10437            0.99101              0.22677            0.99437              0.0021042             0.17299                0.18497              0.99213               0.039693                 1             0.00072311    0.0078911     0.03989    0.082629      0.12884      0.17245      0.22127      0.31178      0.45825      0.61222      0.71559       0.7684      0.82319      0.87901      0.93792      0.98675       0.99862  
    cl_mt_pol_c_p1v8       0.4925    1.7903    0.22287    'cl_mt_pol_c'     'fl_z_rho'           5               8           0.2        0.12449     0.34217    5.6112      0        0        1      -2.4122e-31    -2.5973e-31     1.2299     1.3423     1.4514     1.5145     1.5624     1.5985     1.6331      1.692     1.7733    1.8625    1.9331    1.9755     2.023    2.0872    2.1843    2.3726    2.5789         0.13364            0.98889              0.28366            0.99321              0.0046788             0.20297                0.22931              0.99061               0.049673                 1             0.00070196    0.0076284    0.039925    0.080794       0.1233      0.16809      0.21609      0.30631      0.45125      0.60487      0.71165      0.76516      0.82038      0.87702      0.93682      0.98646       0.99855  
    cl_mt_pol_c_p1v9      0.56286    1.7932    0.25313    'cl_mt_pol_c'     'fl_z_rho'           5               9           0.2        0.14116     0.34217     5.631      0        0        1       3.1091e-32     -1.235e-33     1.1751      1.291     1.4116     1.4821     1.5376     1.5777     1.6117     1.6772     1.7731    1.8738    1.9541    2.0026    2.0564    2.1298     2.242    2.4598    2.6969         0.17733             0.9863              0.36653             0.9913               0.010182             0.23527                0.29227              0.98805               0.064075                 1             0.00064338    0.0069764    0.037388    0.078386      0.12231      0.16556      0.20782      0.30113      0.44772      0.59646      0.70451      0.75987      0.81474      0.87294      0.93376      0.98574       0.99847  
    cl_mt_pol_c_p1v10     0.63321     1.798    0.29332    'cl_mt_pol_c'     'fl_z_rho'           5              10           0.2        0.16314     0.34217    6.0327      0        0        1      -1.2526e-33     -7.355e-33     1.1081     1.2326     1.3673     1.4429     1.4983     1.5459      1.587     1.6621     1.7732    1.8871    1.9824    2.0363    2.1037    2.1906    2.3248    2.5836    2.8626         0.24691            0.98304              0.49565            0.98829               0.022261             0.27083                0.38735              0.98399               0.086038                 1             0.00060734    0.0066047    0.036193    0.076484      0.11667      0.15818      0.20318      0.29277      0.43794      0.58868      0.69633       0.7513      0.81022       0.8688      0.93098      0.98505       0.99836  
    cl_mt_pol_c_p1v11     0.70357    1.8057     0.3497    'cl_mt_pol_c'     'fl_z_rho'           5              11           0.2        0.19367     0.34217    6.4546      0        0        1       4.1293e-34    -1.9609e-33     1.0284     1.1571     1.2993     1.3864     1.4504     1.5052     1.5526       1.64     1.7686    1.9072    2.0188    2.0885    2.1716    2.2771    2.4431    2.7597    3.1062         0.36778            0.97895              0.71538            0.98339                0.05043             0.31098                0.54266              0.97778                0.12229                 1             0.00056358    0.0062455    0.033583    0.071864      0.11022      0.15181      0.19344      0.28185      0.42503      0.57659      0.68492      0.74156      0.80084      0.86217      0.92726      0.98388       0.99822  
    cl_mt_pol_c_p1v12     0.77393    1.8201    0.43606    'cl_mt_pol_c'     'fl_z_rho'           5              12           0.2        0.23957     0.34217    6.9162      0        0        1       6.7358e-32    -1.4392e-31    0.92516     1.0558     1.2114     1.3089     1.3816      1.444     1.4993     1.6067     1.7626    1.9361    2.0782    2.1673    2.2744    2.4137     2.628    3.0506    3.5218         0.60706            0.97302               1.1483             0.9756                0.12653             0.36115                0.83166              0.96878                0.19014                 1             0.00050307    0.0054736    0.030771    0.065409      0.10262       0.1414      0.18257      0.26727      0.40679      0.55851      0.66863      0.72655      0.78781      0.85185      0.92074      0.98214       0.99798  
    cl_mt_pol_c_p1v13     0.84429    1.8516     0.5899    'cl_mt_pol_c'     'fl_z_rho'           5              13           0.2        0.31859     0.34217    8.2568      0        0        1      -3.4072e-32    -2.9032e-31    0.79592    0.91916     1.0795     1.1911     1.2748     1.3508      1.418      1.547     1.7496    1.9808    2.1788    2.3017    2.4534    2.6565    2.9778    3.6231    4.3592          1.1926             0.9622               2.2445            0.96276                  0.397              0.4311                 1.4996               0.9556                0.34798                 1             0.00045167    0.0046729    0.026777    0.057851     0.090684      0.12638      0.16419      0.24386      0.37723       0.5282       0.6399       0.7005      0.76449      0.83347      0.90899      0.97867       0.99751  
    cl_mt_pol_c_p1v14     0.91464     1.944    0.98273    'cl_mt_pol_c'     'fl_z_rho'           5              14           0.2        0.50552     0.34217    12.591      0        0        1       -4.762e-35     1.1033e-35    0.62182    0.71382      0.864    0.97846     1.0699     1.1589      1.246     1.4131     1.6984    2.0543    2.3798    2.5926    2.8637    3.2386    3.8696    5.2657    7.2017          3.3803            0.92216               6.9911            0.95023                 1.9517             0.52997                 4.0737              0.94255                0.96575                 1             0.00039556    0.0035604    0.019917    0.043848     0.070029     0.098748      0.12976      0.19807      0.31775      0.46183      0.57533      0.63921      0.70922      0.78731      0.87784      0.96831       0.99545  
    cl_mt_pol_c_p1v15       0.985     2.679     5.5199    'cl_mt_pol_c'     'fl_z_rho'           5              15           0.2         2.0605     0.34217    57.524      0        0        1       6.7286e-35      0.0012573    0.44307    0.44307    0.46666    0.48133    0.50717    0.53777    0.57201    0.67622    0.95093    1.5293    2.3131    2.9682    3.9637    5.6659    10.082    26.797    57.524          37.532            0.61006                88.61            0.87006                 3.5973             0.11217                 54.543               0.8443                  30.47                 1              0.0039125    0.0039125    0.010322    0.018237     0.026899     0.036357     0.047154     0.069655      0.11441      0.18188      0.25217      0.30118      0.36511      0.45315      0.58783      0.84138             1  

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

    cl_mt_pol_k_p1v1            0    4.2504     0.5979    'cl_mt_pol_k'     'fl_z_rho'           5               1           0.2        0.14067       0.10137    7.0061      0        0        1      -1.5278e-33     3.6913e-33      2.7117      3.0331      3.3314     3.5182     3.6209     3.7426     3.8117     3.9882    4.2201    4.4557    4.6156    4.7488    4.8564    5.0466     5.282    5.8407    6.4333         0.1789             0.99671             0.43082             0.99975             0.00052732             0.15877               0.35748                  1                  0.072805              0.99248          0.00068115     0.0080399      0.037197     0.079449      0.12249      0.16865      0.20847      0.3041      0.45399      0.60309      0.70909      0.76201      0.81637      0.87351      0.93587      0.98632       0.99844  
    cl_mt_pol_k_p1v2     0.070357    4.2529    0.63441    'cl_mt_pol_k'     'fl_z_rho'           5               2           0.2        0.14917       0.10137     7.463      0        0        1      -1.3357e-32    -2.2249e-33       2.647      2.9671      3.2979     3.4845     3.5871     3.7258     3.7949     3.9712    4.2206     4.474     4.634    4.7853    4.8929    5.1015    5.3863    5.9336    6.6422        0.20429             0.99585              0.4855             0.99977             0.00057522             0.16442               0.40248                  1                  0.082448              0.99307          0.00061865     0.0067055      0.037802     0.078563      0.11811      0.16923      0.20955     0.29824      0.45096      0.60356      0.70561      0.76527      0.81467      0.87471      0.93354      0.98609       0.99843  
    cl_mt_pol_k_p1v3      0.14071    4.2613    0.67732    'cl_mt_pol_k'     'fl_z_rho'           5               3           0.2        0.15895       0.10137    7.9637      0        0        1       -1.757e-34    -8.5354e-35      2.5818      2.9171      3.2469       3.45     3.5697      3.691     3.7774     3.9709    4.2203    4.4915    4.6773    4.8208    4.9464    5.1555     5.459    6.0438    6.8107        0.23607             0.99405             0.55398             0.99977             0.00073602             0.14981               0.45876                  1                  0.094482              0.99343          0.00058705     0.0069451      0.036272     0.077902      0.12184      0.16125      0.20758     0.30191      0.44515      0.59979       0.6975      0.75971      0.81475      0.87179      0.93209      0.98525       0.99846  
    cl_mt_pol_k_p1v4      0.21107    4.2691    0.72626    'cl_mt_pol_k'     'fl_z_rho'           5               4           0.2        0.17012       0.10137    8.5062      0        0        1       8.3515e-34     1.0076e-33      2.4902      2.8213      3.1805     3.3816     3.5347     3.6557     3.7592     3.9526    4.2193    4.5082      4.73    4.8556    5.0276    5.2267    5.5491    6.2461    6.9968        0.27545             0.99132             0.63792             0.99972              0.0011081             0.13266               0.52746                  1                   0.10936              0.99366          0.00059116     0.0063295      0.037305     0.076622      0.11943      0.15757      0.20626     0.29564      0.43987      0.59578      0.69527      0.75364      0.81044      0.87069      0.93041      0.98511       0.99837  
    cl_mt_pol_k_p1v5      0.28143    4.2813    0.78459    'cl_mt_pol_k'     'fl_z_rho'           5               5           0.2        0.18326      0.098406    9.1108      0        0        1      -3.2185e-34    -9.1093e-32      2.4008      2.7558      3.1137      3.331     3.4837     3.6034      3.725     3.9354    4.2196    4.5263    4.7842    4.9097    5.1004    5.3176    5.6774     6.414     7.287        0.32653             0.98757             0.74594             0.99956              0.0020097             0.12815               0.61558                  1                   0.12835              0.99351          0.00055189     0.0063956       0.03465     0.074281      0.11183      0.15308      0.20084     0.29101      0.43452      0.58678      0.69796      0.75175      0.80747      0.86778      0.93121      0.98485       0.99827  
    cl_mt_pol_k_p1v6      0.35179    4.2928    0.85343    'cl_mt_pol_k'     'fl_z_rho'           5               6           0.2         0.1988      0.098406    9.7946      0        0        1       -2.981e-32    -4.4483e-33      2.2968      2.6573      3.0467     3.2803     3.4324     3.5521     3.6905     3.9006    4.2197    4.5441    4.8201    4.9737    5.1728    5.4399    5.8401    6.6188    7.5523        0.39347             0.98279             0.88519             0.99914              0.0040637             0.13534               0.72833                  1                   0.15279              0.99307          0.00050992     0.0058617      0.033945     0.074107      0.10934      0.15032      0.19489     0.28007      0.42932      0.57813      0.68794      0.74114      0.80194      0.86347       0.9279      0.98367       0.99816  
    cl_mt_pol_k_p1v7      0.42214    4.3105     0.9358    'cl_mt_pol_k'     'fl_z_rho'           5               7           0.2         0.2171      0.098406    10.605      0        0        1       1.7706e-32    -1.5306e-31      2.1708       2.549        2.95     3.1958     3.3642     3.5181     3.6389     3.8806    4.2199    4.5799    4.8742    5.0645    5.2637    5.5499    5.9879     6.904    7.9869        0.48322             0.97687              1.0692             0.99813              0.0084894             0.14859               0.87572                  1                   0.18497              0.99213          0.00049938      0.005624       0.03229     0.068122      0.10552       0.1511      0.18741      0.2746      0.42056      0.57084      0.68004      0.73777      0.79503      0.85741      0.92409       0.9831       0.99805  
    cl_mt_pol_k_p1v8       0.4925     4.332     1.0386    'cl_mt_pol_k'     'fl_z_rho'           5               8           0.2        0.23976      0.098406    11.555      0        0        1       2.4321e-32     2.4217e-32      2.0383      2.4258        2.85     3.0967       3.28     3.4492     3.5859     3.8479    4.2192    4.6223    4.9551    5.1542    5.4028    5.7134    6.2266    7.2485    8.5523        0.61077             0.96983              1.3255             0.99595               0.017489             0.16281                1.0787                  1                   0.22931              0.99061          0.00047948     0.0054859      0.030807     0.064941       0.1017      0.14317      0.18166     0.27033      0.41003      0.55996      0.67041      0.73049      0.78991      0.85467      0.92146      0.98201       0.99794  
    cl_mt_pol_k_p1v9      0.56286    4.3593     1.1686    'cl_mt_pol_k'     'fl_z_rho'           5               9           0.2        0.26807      0.098406    12.741      0        0        1        1.605e-32    -1.3013e-33      1.8774       2.273      2.7224     2.9958      3.195     3.3634     3.5172     3.7952    4.2188    4.6757    5.0451    5.2623    5.5338    5.9126    6.5058    7.6833    9.2088        0.79797              0.9614              1.6928              0.9917               0.034895             0.17466                1.3656                  1                   0.29227              0.98805          0.00042136      0.004907      0.029186     0.062349     0.097589      0.13515      0.17598     0.25803      0.39947      0.55039      0.66001      0.71897      0.78118       0.8474      0.91764      0.98076       0.99775  
    cl_mt_pol_k_p1v10     0.63321    4.3987      1.342    'cl_mt_pol_k'     'fl_z_rho'           5              10           0.2         0.3051      0.098406    14.301      0        0        1      -4.2692e-33    -6.4536e-34       1.701      2.1006      2.5647      2.854     3.0798     3.2609     3.4319     3.7431    4.2059    4.7297     5.172    5.4254    5.7314    6.1526    6.8837    8.3065    10.408         1.0933             0.95137              2.2577             0.98391               0.069276             0.18421                1.8011                  1                   0.38735              0.98399          0.00038454     0.0043895      0.026534     0.057086     0.091977       0.1267      0.16616     0.24709      0.38259      0.53466      0.64776      0.70763      0.77071      0.83799       0.9118      0.97906       0.99748  
    cl_mt_pol_k_p1v11     0.70357    4.4525     1.5871    'cl_mt_pol_k'     'fl_z_rho'           5              11           0.2        0.35644      0.095438    16.484      0        0        1      -2.7225e-33     4.0203e-30      1.4867      1.8829      2.3694     2.6794     2.9172     3.1252     3.3133     3.6739    4.1853    4.8115    5.3233    5.6199    5.9709    6.5183    7.4119    9.4227    11.944         1.6009             0.93895               3.204             0.97047                 0.1426             0.19376                2.5187                  1                   0.54266              0.97778           0.0003176     0.0039024      0.023335     0.051885     0.083727      0.11762      0.15398     0.23349      0.36512      0.51545      0.62857      0.68969      0.75529      0.82541      0.90357      0.97656        0.9971  
    cl_mt_pol_k_p1v12     0.77393     4.539     1.9687    'cl_mt_pol_k'     'fl_z_rho'           5              12           0.2        0.43373      0.089501    19.903      0        0        1      -1.7566e-32     4.2235e-15      1.2365      1.6261      2.1081     2.4441     2.7014     2.9172     3.1454      3.553    4.1362    4.9005    5.5506      5.88    6.3881     7.153     8.179    11.112    14.396         2.5983             0.92245              5.0368             0.94778                0.32924             0.20814                3.8758                  1                   0.83166              0.96878          0.00026039     0.0032774      0.020098     0.045622     0.073929      0.10477      0.13858     0.21288      0.33897       0.4879      0.60253      0.66455      0.73235      0.80677      0.89055      0.97242       0.99647  
    cl_mt_pol_k_p1v13     0.84429    4.6965     2.6602    'cl_mt_pol_k'     'fl_z_rho'           5              13           0.2        0.56642      0.080595    26.342      0        0        1       6.3776e-33     1.0497e-08     0.93373      1.2791      1.7423     2.0983     2.3701     2.5942     2.8671     3.3454    4.0087    5.0017    5.8563    6.2595    7.1292    8.2429    9.6289    14.215    20.032          5.008             0.89597              9.5586             0.90917                0.98241             0.23656                7.0766                  1                    1.4996               0.9556          0.00018593     0.0024083      0.015592     0.036528     0.060143     0.086363      0.11577     0.18169      0.29905      0.44248      0.55688      0.62182      0.69334      0.77351      0.86759      0.96436       0.99526  
    cl_mt_pol_k_p1v14     0.91464    5.0782      4.398    'cl_mt_pol_k'     'fl_z_rho'           5              14           0.2        0.86605      0.074658    44.064      0        0        1      -6.8747e-35     4.7321e-07     0.52168     0.74861      1.1506     1.4882      1.742     1.9813     2.3023     2.8613    3.6964    5.0526    6.3771    6.9823    8.5508    10.548    13.136    23.163    36.598         13.723             0.83655               28.24             0.85768                 4.8238             0.29269                19.342                  1                    4.0737              0.94255          0.00011037      0.001277     0.0091364     0.022219     0.037849     0.056751     0.077525     0.12766      0.22457      0.35305      0.46439      0.53126      0.60787      0.69829      0.81259      0.94397       0.99224  
    cl_mt_pol_k_p1v15       0.985     6.222     11.703    'cl_mt_pol_k'     'fl_z_rho'           5              15           0.2          1.881     0.0030624     49.95      0        0        1       5.6265e-08      0.0059837    0.010576    0.025083    0.073302    0.12374    0.18637    0.24797    0.36365    0.64199    1.2205    3.0761    5.8008    7.6823    10.062    16.902     42.07    49.891     49.95         99.367              0.7618              202.98             0.94003                 11.467             0.16865                136.97                  1                    54.543               0.8443          5.0428e-06    5.5559e-05    0.00038367    0.0010403    0.0022436    0.0039775    0.0064381    0.014134     0.036731     0.084089      0.14876      0.19814      0.27445      0.39443       0.6114      0.92538             1  

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

    cl_mt_coh_p1v1            0    6.0382    0.72073     'cl_mt_coh'      'fl_z_rho'           5               1           0.2        0.11936     0.44365    54.861      0        0        1      -1.5278e-33     2.6298e-33     4.1716     4.5719     4.9221    5.1473     5.2974     5.4225     5.5226    5.7228     5.998    6.2732    6.4984    6.6235    6.7736    6.9738     7.299    7.9245    8.6501         0.2158             0.99738             0.51945                1                0.00066696             0.16659               0.43082               0.99975               0.087967               0.9948          0.00073966     0.0085671     0.039041     0.082761      0.12709     0.17416      0.21477       0.3116      0.46234      0.61113      0.71618      0.76836      0.82173      0.87771      0.93837      0.98697       0.99852  
    cl_mt_coh_p1v2     0.070357     6.041    0.76545     'cl_mt_coh'      'fl_z_rho'           5               2           0.2        0.12671     0.44365    54.868      0        0        1      -1.3357e-32     -2.305e-32     4.0719     4.4723     4.8727    5.0979      5.248     5.3981     5.4982    5.6984    5.9987     6.299    6.5242    6.6743    6.8244    7.0496    7.3749    8.0506    8.8513        0.24668             0.99663             0.58592                1                 0.0007242             0.17157                0.4855               0.99977               0.099694              0.99521          0.00067428     0.0071709     0.039783     0.082033      0.12277     0.17506      0.21619      0.30611      0.45977      0.61201      0.71318      0.77185      0.82036      0.87904      0.93624      0.98678       0.99851  
    cl_mt_coh_p1v3      0.14071    6.0502    0.81809     'cl_mt_coh'      'fl_z_rho'           5               3           0.2        0.13522     0.44365    54.889      0        0        1       -1.757e-34    -2.3222e-34     3.9716      4.397     4.7973    5.0475     5.2226     5.3477     5.4729     5.698    5.9983    6.3236    6.5488    6.7239     6.899    7.1242    7.4745    8.2001    9.0759        0.28543             0.99506             0.66927                1                 0.0009416             0.15867               0.55398               0.99977                0.11435              0.99546          0.00064237     0.0074566     0.038036     0.081381      0.12688     0.16728      0.21455      0.31028      0.45445      0.60873       0.7058      0.76672      0.82133       0.8764      0.93493      0.98602       0.99844  
    cl_mt_coh_p1v4      0.21107    6.0586    0.87861     'cl_mt_coh'      'fl_z_rho'           5               4           0.2        0.14502     0.44365    54.926      0        0        1       8.3515e-34     3.3484e-33     3.8707     4.2959     4.7462    4.9963     5.1714     5.2965     5.4466    5.6717    5.9969    6.3471    6.5973    6.7724    6.9725    7.2226    7.5978    8.3983    9.3739        0.33367             0.99263             0.77196                1                 0.0014756             0.14603               0.63792               0.99972                0.13256               0.9956          0.00065192     0.0068617     0.039884     0.081708      0.12468     0.16255      0.21364      0.30445      0.44971      0.60524      0.70297      0.76115      0.81913      0.87559      0.93344      0.98574       0.99845  
    cl_mt_coh_p1v5      0.28143    6.0722    0.95116     'cl_mt_coh'      'fl_z_rho'           5               5           0.2        0.15664     0.44365     54.98      0        0        1       3.8163e-32     3.7365e-32     3.7458     4.1961     4.6464    4.9216     5.0967     5.2719     5.3969    5.6471    5.9973    6.3726    6.6728    6.8479     7.048    7.3232    7.7735    8.6241    9.7248        0.39653             0.98926              0.9047                1                 0.0028519             0.15001               0.74594               0.99956                0.15591              0.99547          0.00062301     0.0069413     0.036895     0.078423      0.11714      0.1665       0.2086      0.30018      0.44494       0.5969      0.70672      0.76045      0.81387      0.87142      0.93509      0.98518        0.9984  
    cl_mt_coh_p1v6      0.35179    6.0856     1.0381     'cl_mt_coh'      'fl_z_rho'           5               6           0.2        0.17058     0.44365    55.056      0        0        1      -2.2721e-32    -5.5537e-34     3.6208     4.0711     4.5464    4.8466     5.0468     5.1969      5.347    5.6222    5.9974    6.3977    6.7229     6.923    7.1482    7.4484    7.9237    8.9244     10.15        0.47961             0.98484              1.0777                1                 0.0062442             0.17097               0.88519               0.99914                0.18623               0.9951          0.00066534     0.0065792     0.035823     0.078374      0.12041     0.15888       0.2026      0.29638      0.44024      0.58928      0.69732      0.75353      0.80905      0.86728      0.92999      0.98506       0.99832  
    cl_mt_coh_p1v7      0.42214    6.1075     1.1447     'cl_mt_coh'      'fl_z_rho'           5               7           0.2        0.18742     0.44365    55.159      0        0        1       9.4855e-31    -1.3564e-31     3.4459     3.9462     4.4466    4.7468      4.947     5.1471     5.2972    5.5724    5.9977    6.4481    6.7983    7.0235    7.2737    7.6239    8.1493    9.2752    10.701        0.59246             0.97916              1.3103                1                  0.014321             0.20492                1.0692               0.99813                0.22677              0.99437          0.00056068     0.0067421     0.035887     0.074906      0.11257     0.15962      0.20052      0.28494      0.43228      0.58485      0.69098       0.7489      0.80405      0.86492      0.92757        0.984       0.99819  
    cl_mt_coh_p1v8       0.4925    6.1366     1.2814     'cl_mt_coh'      'fl_z_rho'           5               8           0.2        0.20882     0.44365      55.3      0        0        1      -2.1689e-31    -2.5973e-31     3.2702     3.7705     4.2958     4.621     4.8461     5.0462     5.2213    5.5465    5.9968    6.4971    6.8973    7.1474    7.4476    7.8228    8.4482    9.7489     11.45        0.75521             0.97197              1.6421                1                  0.032865             0.24798                1.3255               0.99595                0.28366              0.99321          0.00054809     0.0061224     0.033028     0.070646      0.10917     0.15082      0.19272      0.28342      0.42242      0.57589      0.68305      0.74063      0.79991      0.85914      0.92501       0.9829       0.99806  
    cl_mt_coh_p1v9      0.56286    6.1793     1.4607     'cl_mt_coh'      'fl_z_rho'           5               9           0.2        0.23638     0.44365    55.494      0        0        1       4.7142e-32     3.5686e-32     3.0699     3.5701     4.1454    4.4705     4.7456     4.9457     5.1458     5.496    5.9962    6.5715    7.0217    7.2968     7.647    8.1222    8.8475    10.423    12.499        0.99887             0.96279              2.1336                1                  0.074306             0.29755                1.6928                0.9917                0.36653               0.9913          0.00054365     0.0056138     0.032689     0.065922      0.10754     0.14532      0.18861      0.27451      0.41199      0.56639       0.6726      0.72866      0.79024      0.85508      0.92124      0.98178       0.99788  
    cl_mt_coh_p1v10     0.63321    6.2491     1.7098     'cl_mt_coh'      'fl_z_rho'           5              10           0.2        0.27361     0.44365    55.772      0        0        1      -5.5218e-33    -8.0761e-33     2.8199     3.3451     3.9204    4.2956     4.5958     4.8209      5.021    5.4212    5.9965    6.6468    7.1971    7.5223    7.9475    8.4978    9.4232    11.399    14.051         1.3922             0.95092              2.9234                1                   0.17006             0.35494                2.2577               0.98391                0.49565              0.98829          0.00048397     0.0053608     0.028581     0.062073      0.10159     0.13761      0.17573      0.26043      0.39666      0.54753      0.65978      0.71673      0.77975      0.84412      0.91623      0.98006       0.99763  
    cl_mt_coh_p1v11     0.70357    6.3625     2.0803     'cl_mt_coh'      'fl_z_rho'           5              11           0.2        0.32695     0.44365    56.192      0        0        1      -2.1337e-32    -1.9609e-33     2.5205     3.0459     3.6715    4.0718     4.3721     4.6473     4.8725    5.3229    5.9985    6.7742    7.4498    7.8501    8.3756    9.1012    10.277     12.93    16.508         2.0894             0.93491              4.3275                1                   0.40808             0.42302                 3.204               0.97047                0.71538              0.98339          0.00040437     0.0046096     0.026546     0.057093      0.09008      0.1279      0.16292      0.24382      0.37699      0.52769      0.64118      0.69896      0.76316      0.83272      0.90718      0.97741       0.99721  
    cl_mt_coh_p1v12     0.77393    6.5748     2.6993     'cl_mt_coh'      'fl_z_rho'           5              12           0.2        0.41056     0.44365    56.894      0        0        1       6.6537e-32    -9.8674e-32     2.1702     2.6956     3.3212    3.7716     4.0969     4.3971     4.6724    5.1979    6.0236    6.9995    7.8502    8.4007    9.0763    10.077    11.729    15.632    20.962         3.5221             0.91197              7.2864                1                    1.1014              0.5078                5.0368               0.94778                 1.1483               0.9756           0.0003361     0.0040824     0.022349     0.050494      0.07946     0.11271       0.1468      0.22253       0.3524      0.50055      0.61235      0.67404      0.73778      0.81187      0.89265       0.9728       0.99653  
    cl_mt_coh_p1v13     0.84429    7.0341     3.9522     'cl_mt_coh'      'fl_z_rho'           5              13           0.2        0.56186     0.44365    58.287      0        0        1      -1.0235e-31    -3.9319e-31     1.7196     2.1949     2.8454    3.3208     3.6961     4.0213     4.3465     4.997    6.0228    7.3238    8.5497    9.3503    10.426    11.952    14.729    21.484    30.766         7.2647             0.87483               15.62                1                    3.8165             0.61858                9.5586               0.90917                 2.2445              0.96276            0.000236     0.0029491     0.017604       0.0402     0.065409    0.092026      0.12216      0.18995      0.30631      0.44716      0.56118      0.62328      0.69433      0.77249       0.8663       0.9638       0.99514  
    cl_mt_coh_p1v14     0.91464    8.3541     7.4866     'cl_mt_coh'      'fl_z_rho'           5              14           0.2        0.89616     0.44365    62.352      0        0        1      -3.7871e-34    -2.9157e-34      1.144     1.4942     2.0695    2.5198       2.92     3.3202     3.6954    4.4958    5.9466    7.9977    10.124     11.65    13.751    17.028    23.356    39.515    55.673         22.638             0.81068              56.049                1                    20.818             0.74205                 28.24               0.85768                 6.9911              0.95023          0.00015094     0.0017414     0.010833     0.024223     0.040818    0.060215     0.080941      0.12974      0.22324      0.34653      0.45407      0.51888       0.5936      0.68496      0.80329      0.94372       0.99309  
    cl_mt_coh_p1v15       0.985    11.128      18.45     'cl_mt_coh'      'fl_z_rho'           5              15           0.2         1.6579     0.44365    107.15      0        0        1      -6.6555e-35      0.0012573    0.46866    0.46866    0.54368    0.6187    0.69373    0.81877    0.96882     1.394    2.6444    5.8704    11.197    16.199    24.326    37.856    56.887    76.718    107.15         162.71             0.79126              340.41                1                    48.821             0.45544                202.98               0.94003                  88.61              0.87006          0.00099417    0.00099417    0.0033483    0.0056631    0.0076731    0.011385     0.015382     0.025653     0.051982      0.10585      0.17894      0.23955      0.32905      0.46626      0.67936      0.91796             1  

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

    cl_mt_val_p2v1         0.05    8.3437    0.39676     'cl_mt_val'      'fl_z_sig'           6               1           0.8       0.047553       1.9215    15.869      0               0          1    -4.1611e-35     1.9418e-35      7.1748      7.4296        7.692      7.8318    7.9314    8.0072    8.0746    8.1887    8.3421    8.4978     8.613    8.6795    8.7599    8.8591    9.0004    9.2609    9.5174        0.15742                1                0.22783             0.94316             0.0001817               0.93155              0.18152               0.93216               0.046136               0.9734           0.00085566      0.0088576      0.046364      0.092119       0.13949       0.18861     0.23659      0.33241      0.48424      0.63522      0.73518      0.78688      0.84107      0.89363      0.94536      0.98881       0.99887  
    cl_mt_val_p2v2     0.092857    8.2811    0.73568     'cl_mt_val'      'fl_z_sig'           6               2           0.8       0.088838       1.3089     16.06      0               0          1     -5.448e-35     7.7557e-34       6.124       6.594       7.0741      7.3373    7.5158    7.6541    7.7824    7.9915    8.2799    8.5674    8.7774    8.9035     9.048    9.2301    9.5018    9.9904    10.463        0.54122                1                0.79489             0.93659              0.001263              0.061912              0.63462               0.92611                0.15901              0.97323           0.00073079      0.0077086      0.041111      0.084768       0.13091       0.17518     0.22264      0.31735      0.46519       0.6182      0.72168      0.77509      0.82931      0.88441      0.94095      0.98775       0.99873  
    cl_mt_val_p2v3      0.13571    8.1948      1.081     'cl_mt_val'      'fl_z_sig'           6               3           0.8        0.13191      0.69341    16.285      0               0          1    -2.3838e-32     5.9333e-33      5.0682      5.7322       6.4304      6.8077    7.0642    7.2695    7.4525    7.7684    8.1869     8.608    8.9235    9.1075    9.3233    9.5939    9.9952    10.722    11.445         1.1685                1                 1.7781             0.92499              0.032064               0.13399               1.4041               0.92367                0.34193              0.97121           0.00060454      0.0066566      0.036668      0.077579       0.11959       0.16367     0.20833      0.30111       0.4474      0.60106      0.70782      0.76283      0.81906      0.87692      0.93643      0.98652       0.99858  
    cl_mt_val_p2v4      0.17857    8.0997       1.44     'cl_mt_val'      'fl_z_sig'           6               4           0.8        0.17779     0.069723    16.532      0               0          1    -1.1192e-31    -1.0054e-32       4.007      4.8699       5.7574      6.2557    6.5964    6.8743    7.1086    7.5232    8.0789    8.6419    9.0695    9.3146    9.6018    9.9684    10.512    11.516    12.529         2.0737                1                 3.3637             0.90895               0.23453               0.24109               2.5293               0.91989                0.59987              0.97017           0.00046857      0.0055793      0.032365      0.069581       0.10924       0.15135     0.19404      0.28434      0.42895       0.5838       0.6931      0.74958      0.80798      0.86832      0.93136      0.98524       0.99842  
    cl_mt_val_p2v5      0.22143    8.0195     1.8161     'cl_mt_val'      'fl_z_sig'           6               5           0.8        0.22645     -0.54437    16.783      0      8.1444e-32          1     5.8015e-32    -4.5004e-32      2.9884      4.0124       5.0943      5.7055    6.1268     6.466    6.7638    7.2792     7.982    8.6901    9.2326    9.5467     9.916    10.387    11.089    12.386    13.692          3.298                1                  5.823             0.89249               0.86402               0.33723               4.0185               0.90613                 0.9404               0.9695           0.00034567      0.0044383      0.027824      0.061794      0.098663       0.13779     0.17919      0.26678      0.40957       0.5654      0.67698       0.7355      0.79598      0.85926      0.92601      0.98383       0.99824  
    cl_mt_val_p2v6      0.26429    7.9584     2.2064     'cl_mt_val'      'fl_z_sig'           6               6           0.8        0.27724      -1.1453    17.021      0      9.6055e-34          1     -3.871e-33      5.368e-33      1.9992      3.1698       4.4216      5.1524    5.6499    6.0639    6.4198    7.0447    7.8924    8.7617    9.4275    9.8145    10.271    10.851    11.717    13.309    14.877         4.8683                1                 9.4419             0.87838                2.2208               0.41598               5.8494               0.88165                 1.3716              0.96785           0.00022097      0.0033663      0.023147      0.053512      0.087351       0.12434      0.1638      0.24842      0.38898      0.54583      0.65999      0.72049       0.7834       0.8497      0.92032      0.98239       0.99807  
    cl_mt_val_p2v7      0.30714    7.9108     2.6037     'cl_mt_val'      'fl_z_sig'           6               7           0.8        0.32913      -1.7343     17.24      0      1.4417e-05    0.99999    -1.3452e-33    -2.1101e-33      1.0543       2.347       3.7708      4.5989    5.1861    5.6648    6.0743    6.8127    7.8182    8.8544    9.6479    10.111    10.657     11.35     12.38     14.23    15.936         6.7792                1                 14.399             0.86868                4.5245               0.47839               7.9758               0.85043                 1.8989              0.96256           9.2744e-05      0.0022488      0.018444       0.04527      0.076198       0.11076     0.14757      0.22945      0.36785      0.52578      0.64256      0.70499      0.77054      0.84001       0.9147      0.98103       0.99793  
    cl_mt_val_p2v8         0.35    7.8711     2.9928     'cl_mt_val'      'fl_z_sig'           6               8           0.8        0.38022      -2.3046    17.426      0      0.00062515    0.99937     1.0164e-32    -4.6937e-33     0.18621      1.5633       3.1202       4.055    4.7189    5.2609    5.7364    6.5892     7.755    8.9627    9.8878    10.428    11.063    11.861    13.035    15.055    16.679         8.9566                1                 20.484             0.86436                7.6858               0.52604                10.28               0.81875                 2.5184              0.94669          -1.8534e-05      0.0012041      0.013855       0.03698      0.064875      0.096578     0.13161      0.21025      0.34673      0.50598      0.62549      0.68998      0.75805      0.83078      0.90952      0.97993       0.99784  
    cl_mt_val_p2v9      0.39286    7.8195     3.3606     'cl_mt_val'      'fl_z_sig'           6               9           0.8        0.42977      -2.8583    17.586      0       0.0032604    0.99674     5.5393e-33    -2.5062e-35    -0.64495     0.78667       2.4845      3.5046    4.2508    4.8639    5.3982    6.3599    7.6926    9.0712    10.124    10.736    11.452    12.343    13.624    15.682    17.106         11.294                1                 27.205              0.8634                11.345               0.56024               12.641               0.78925                 3.2195              0.91291          -0.00012738     0.00017943     0.0093892      0.028804      0.053655      0.083057     0.11568      0.19125       0.3258      0.48636      0.60892       0.6755      0.74637      0.82233      0.90502      0.97908       0.99779  
    cl_mt_val_p2v10     0.43571    7.7439     3.7013     'cl_mt_val'      'fl_z_sig'           6              10           0.8        0.47797      -3.3907    17.716      0        0.009378    0.99062      6.776e-35     1.0335e-34     -1.4171    0.050279       1.8361       2.955    3.7694    4.4428    5.0467    6.1216    7.6164    9.1631    10.339    11.013    11.801    12.765    14.108    16.111    17.433           13.7                1                 34.097             0.86369                15.176               0.58491               14.931               0.76377                 3.9909              0.86217          -0.00023378    -0.00079583     0.0049862      0.020722      0.042532      0.069021    0.099836       0.1719      0.30514      0.46734        0.593      0.66192      0.73551      0.81469      0.90109      0.97839       0.99773  
    cl_mt_val_p2v11     0.47857    7.6393     4.0141     'cl_mt_val'      'fl_z_sig'           6              11           0.8        0.52546      -3.9025    17.819      0        0.019252    0.98075    -1.1362e-34     4.4352e-05     -2.1332    -0.65146          1.2        2.39    3.2767    4.0225    4.6814    5.8642    7.5244    9.2315    10.516    11.254    12.095     13.11    14.483    16.405    17.571         16.113                1                 40.868             0.86408                 18.97               0.60317               17.074               0.74188                 4.8239              0.80139          -0.00032651     -0.0017571    0.00054238      0.012624      0.031295      0.055329    0.083765      0.15282      0.28443      0.44865      0.57765      0.64885       0.7252      0.80754      0.89752      0.97781       0.99769  
    cl_mt_val_p2v12     0.52143    7.4988     4.3022     'cl_mt_val'      'fl_z_sig'           6              12           0.8        0.57371      -4.3975    17.897      0        0.033904     0.9661     1.6804e-34     0.00017192     -2.8337     -1.3412      0.56607      1.8307    2.7731    3.5697    4.2839     5.588    7.4019    9.2614    10.651    11.434     12.32    13.373    14.751    16.695    17.735         18.509                1                 47.348             0.86406                22.628               0.61705               19.007               0.72214                  5.713              0.73884           -0.0004255     -0.0027141    -0.0039026     0.0043852      0.019947      0.041098    0.067264      0.13331      0.26341      0.42976      0.56228      0.63589      0.71501      0.80056      0.89403       0.9771       0.99762  
    cl_mt_val_p2v13     0.56429    7.3258     4.5679     'cl_mt_val'      'fl_z_sig'           6              13           0.8        0.62353      -4.8716    17.955      0        0.051799     0.9482     5.6462e-36     0.00021062     -3.4729       -2.02    -0.062678      1.2615    2.2525    3.1092    3.8852    5.2909    7.2552    9.2602    10.737    11.564    12.485    13.559    14.937    16.744    17.878         20.865                1                 53.427             0.86338                25.992               0.62851                20.78               0.70625                 6.6556              0.68001          -0.00051573     -0.0036836    -0.0084529    -0.0040581     0.0080031        0.0264    0.050306      0.11301       0.2416      0.41029      0.54661      0.62264      0.70466      0.79341       0.8904       0.9764       0.99755  
    cl_mt_val_p2v14     0.60714    7.1208     4.8154     'cl_mt_val'      'fl_z_sig'           6              14           0.8        0.67624      -5.3292    17.992      0        0.073098     0.9269    -7.4394e-35     0.00024463     -4.0545     -2.6384     -0.69104     0.66995    1.7226    2.6306    3.4527    4.9574    7.0733    9.2167    10.781    11.643    12.594    13.685     15.06    16.942    17.949         23.188                1                 59.206             0.86204                29.313               0.63943               22.249               0.69184                 7.6437              0.62722          -0.00061919     -0.0046514     -0.013141     -0.012904    -0.0043248      0.011036    0.032361     0.091677      0.21845      0.38975      0.52995      0.60865      0.69368       0.7858      0.88646      0.97558       0.99748  
    cl_mt_val_p2v15        0.65    6.8852     5.0494     'cl_mt_val'      'fl_z_sig'           6              15           0.8        0.73336      -5.7699    18.009      0         0.09672    0.90328     1.0762e-34     0.00032457     -4.6366     -3.2555      -1.3086    0.070214    1.1715    2.1301    2.9924    4.6038    6.8576    9.1382     10.78    11.674    12.651    13.758    15.136    17.017    17.983         25.496                1                 64.721             0.86003                32.721                0.6516               23.333               0.67978                 8.6673               0.5814          -0.00072901     -0.0056618     -0.018137     -0.022273     -0.017615    -0.0054765    0.013076     0.068392      0.19341      0.36742      0.51188      0.59337      0.68163      0.77742      0.88207       0.9747       0.99739  

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

    cl_mt_pol_c_p2v1         0.05    1.7854    0.11946    'cl_mt_pol_c'     'fl_z_sig'           6               1           0.8       0.066909     0.34217    5.4362      0        0        1      -6.1835e-34     2.0245e-34     1.4636     1.5305     1.5985     1.6372     1.6604     1.6836    1.7001    1.7364    1.7808    1.8272    1.8633     1.885    1.9119    1.9428    1.9907    2.0872    2.1837        0.046136             0.9734             0.071801             0.9872             5.753e-05               0.97963              0.057472              0.98027               0.014271                 1             0.00084415    0.0084579    0.045468    0.095351       0.1371      0.18311      0.23192      0.33082      0.47772       0.6304      0.73642      0.78804       0.8354      0.89108      0.94358      0.98897        0.9988  
    cl_mt_pol_c_p2v2     0.092857    1.7917    0.22208    'cl_mt_pol_c'     'fl_z_sig'           6               2           0.8        0.12395     0.34217    5.5086      0        0        1       2.7163e-33    -3.4998e-33     1.2499     1.3515     1.4557     1.5215     1.5633     1.6019    1.6335    1.6924    1.7757    1.8625    1.9291    1.9759    2.0228    2.0877    2.1848    2.3766    2.5882         0.15901            0.97323              0.25346            0.98931             0.0005627              0.091375               0.20358              0.98415               0.049321                 1             0.00071651    0.0073027    0.039424    0.080823       0.1255      0.17038      0.21588      0.30629      0.45113       0.6041      0.70938      0.76643      0.81981      0.87796      0.93594      0.98623       0.99854  
    cl_mt_pol_c_p2v3      0.13571    1.8012     0.3257    'cl_mt_pol_c'     'fl_z_sig'           6               3           0.8        0.18082     0.34217    5.6588      0        0        1      -9.2659e-32     7.6243e-33     1.0792     1.1955     1.3264     1.4122     1.4723     1.5217     1.568    1.6481    1.7665    1.8942    1.9982    2.0608     2.138    2.2389    2.3954    2.7024    3.0267         0.34193            0.97121              0.57102            0.98587               0.01455               0.20179               0.45038              0.98331                0.10608                 1             0.00061501    0.0064273    0.034796    0.073224      0.11429       0.1547        0.198      0.28671      0.43127      0.58101       0.6904      0.74555      0.80421      0.86478      0.92877      0.98435       0.99827  
    cl_mt_pol_c_p2v4      0.17857    1.8177    0.42937    'cl_mt_pol_c'     'fl_z_sig'           6               4           0.8        0.23621     0.34217    6.4911      0        0        1      -7.3537e-31     8.7922e-32    0.93898      1.066     1.2178     1.3158     1.3863     1.4494     1.505    1.6095    1.7608    1.9334    2.0704    2.1579    2.2616    2.4013    2.6157    3.0365    3.4968         0.59987            0.97017                1.078            0.97693              0.095326               0.32864               0.79827              0.97371                0.18436                 1             0.00050582     0.005541     0.03104    0.066149      0.10322      0.14213      0.18353       0.2688      0.40763      0.56067      0.66983      0.72778      0.78866      0.85241      0.92099      0.98217       0.99799  
    cl_mt_pol_c_p2v5      0.22143    1.8421    0.53411    'cl_mt_pol_c'     'fl_z_sig'           6               5           0.8        0.28995     0.34217    8.2413      0        0        1       5.0825e-31    -2.8259e-32    0.82958    0.96003     1.1249     1.2315     1.3139      1.382    1.4492     1.573    1.7601      1.97     2.152    2.2599    2.3931     2.572    2.8478    3.4005    4.0314          0.9404             0.9695               1.8547            0.96657               0.32674               0.43361                1.2427              0.95276                0.28528                 1             0.00043362    0.0049434    0.028218    0.060079     0.094347      0.13101      0.16946      0.25151      0.38698      0.53869      0.65059      0.71022      0.77319       0.8406      0.91358      0.98004       0.99769  
    cl_mt_pol_c_p2v6      0.26429    1.8746    0.64229    'cl_mt_pol_c'     'fl_z_sig'           6               6           0.8        0.34263     0.34217    10.571      0        0        1       3.8172e-33      5.368e-33    0.74437    0.87036     1.0412     1.1547     1.2471     1.3253    1.4006    1.5438    1.7609    2.0181    2.2333    2.3666    2.5312     2.749    3.0952    3.8043    4.6552          1.3716            0.96785               3.0012            0.95912               0.80545               0.51826                1.7832               0.9233                0.41254                 1              0.0003965    0.0043556    0.025247    0.054562     0.086811       0.1209      0.15711      0.23565      0.36765      0.51887      0.63196      0.69292      0.75814      0.82842      0.90592      0.97768       0.99734  
    cl_mt_pol_c_p2v7      0.30714    1.9153    0.75769    'cl_mt_pol_c'     'fl_z_sig'           6               7           0.8        0.39561     0.34217    13.162      0        0        1      -4.3379e-33       2.14e-32    0.67745    0.79641    0.96866     1.0887      1.189     1.2748    1.3573    1.5164    1.7688    2.0659    2.3204    2.4788    2.6735    2.9389    3.3591    4.2587    5.3885          1.8989            0.96256               4.6163              0.957                1.6108               0.58527                2.4314              0.89087                0.57409                 1             0.00036695    0.0039942    0.022689     0.04978     0.079685      0.11156      0.14581      0.22097      0.34934      0.49904      0.61342      0.67588      0.74303      0.81608       0.8977      0.97503       0.99677  
    cl_mt_pol_c_p2v8         0.35    1.9623    0.88889    'cl_mt_pol_c'     'fl_z_sig'           6               8           0.8        0.45298     0.34217    16.489      0        0        1       7.7676e-33    -4.6937e-33    0.62329    0.73962    0.90723      1.032      1.136     1.2298    1.3173    1.4955    1.7768    2.1151    2.4076    2.5924    2.8212    3.1295     3.637    4.7295    6.6406          2.5184            0.94669               6.7296            0.95607                2.7257               0.62809                3.2138               0.8618                0.79013                 1             0.00031147    0.0034969    0.020737    0.045311     0.073138      0.10327      0.13558      0.20724      0.33225      0.48036      0.59544      0.65901      0.72778      0.80334      0.88892      0.97146       0.99542  
    cl_mt_pol_c_p2v9      0.39286    2.0135     1.0494    'cl_mt_pol_c'     'fl_z_sig'           6               9           0.8        0.52117      0.3392    19.744      0        0        1        8.316e-33     3.5637e-33    0.58688    0.69053    0.85256    0.98148     1.0882      1.189    1.2825    1.4742     1.787    2.1633    2.4927       2.7    2.9633    3.3195    3.9087    5.1858    9.6333          3.2195            0.91291               9.3071            0.94593                4.0045               0.63329                4.2013              0.84007                 1.1012                 1             0.00029184    0.0032118    0.018721    0.041825     0.067304     0.095735      0.12635      0.19467      0.31581      0.46228      0.57758      0.64197      0.71213      0.78987      0.87884      0.96606       0.99334  
    cl_mt_pol_c_p2v10     0.43571    2.0665     1.2506    'cl_mt_pol_c'     'fl_z_sig'           6              10           0.8        0.60517     0.33623    23.913      0        0        1       1.5003e-35    -5.5036e-34    0.55168    0.64622    0.80736    0.93259     1.0435     1.1469    1.2481    1.4528    1.7894    2.2058    2.5686    2.8016    3.0945    3.4972    4.1584    5.6271    14.214          3.9909            0.86217               12.301            0.92221                5.3085               0.60555                5.4288              0.82192                  1.564                 1             0.00029695    0.0029751    0.017248    0.038301     0.062292     0.088911      0.11781      0.18305      0.30045      0.44474      0.55981       0.6247      0.69589      0.77532      0.86712      0.95812       0.99101  
    cl_mt_pol_c_p2v11     0.47857    2.1202     1.4996    'cl_mt_pol_c'     'fl_z_sig'           6              11           0.8        0.70728     0.33326    28.635      0        0        1       5.0017e-34    -1.8509e-34    0.52731    0.61567    0.76191    0.89207     1.0024      1.108    1.2145    1.4305    1.7907    2.2373    2.6325    2.8913     3.213     3.652    4.3772    6.3955     19.67          4.8239            0.80139               15.701            0.88864                6.5254               0.55538                6.9273              0.80571                 2.2487                 1             0.00024699    0.0027248    0.015859    0.035523     0.057875      0.08275      0.11022       0.1725      0.28597      0.42773      0.54212      0.60719      0.67892      0.75955      0.85329       0.9475       0.98863  
    cl_mt_pol_c_p2v12     0.52143    2.1733     1.7973    'cl_mt_pol_c'     'fl_z_sig'           6              12           0.8        0.82702     0.33029    34.002      0        0        1      -2.7635e-35     6.5713e-34    0.51385    0.58678     0.7239    0.85031     0.9611     1.0698    1.1807    1.4047    1.7843    2.2622    2.6862    2.9633    3.3085    3.7825    4.5493    7.3318    25.291           5.713            0.73884                19.51            0.85223                7.5837                 0.495                8.6959              0.79084                 3.2304                 1              0.0002472    0.0026158    0.014752    0.032944     0.053772     0.077287      0.10308      0.16257      0.27221      0.41098      0.52436      0.58922      0.66116      0.74239      0.83735      0.93513        0.9862  
    cl_mt_pol_c_p2v13     0.56429    2.2253     2.1427    'cl_mt_pol_c'     'fl_z_sig'           6              13           0.8        0.96287     0.32731    40.115      0        0        1      -6.9734e-35     1.0284e-34    0.49326      0.561     0.6924    0.81396    0.92394     1.0362    1.1463    1.3776    1.7714    2.2739     2.724     3.018    3.3853    3.8843    4.7015    9.1828    29.481          6.6556            0.68001               23.766            0.81876                8.4593               0.43608                10.716              0.77642                 4.5911                 1             0.00022048    0.0024247    0.013892    0.030706     0.050189      0.07224     0.096707      0.15334      0.25913      0.39464       0.5064      0.57082      0.64254      0.72381       0.8192       0.9211       0.98348  
    cl_mt_pol_c_p2v14     0.60714     2.276     2.5308    'cl_mt_pol_c'     'fl_z_sig'           6              14           0.8         1.1119     0.32434    47.082      0        0        1      -2.8192e-34    -2.8331e-35    0.47993    0.54205    0.66156    0.77718    0.88847    0.99812    1.1116    1.3471    1.7542     2.278    2.7513    3.0585    3.4376    3.9562    4.8036      11.1    35.903          7.6437            0.62722               28.516            0.78999                9.2521               0.38401                12.859              0.76081                 6.4048                 1             0.00020832    0.0024268    0.012906      0.0287     0.047042     0.067849     0.091046      0.14485      0.24663      0.37867      0.48862      0.55229      0.62345      0.70436      0.79962      0.90679       0.98048  
    cl_mt_pol_c_p2v15        0.65    2.3242     2.9524    'cl_mt_pol_c'     'fl_z_sig'           6              15           0.8         1.2703     0.32137    55.017      0        0        1      -4.4971e-34     5.2067e-34    0.46983    0.52083    0.63534    0.74616     0.8538    0.96429    1.0762    1.3147    1.7323    2.2734    2.7672    3.0805    3.4808    4.0153    4.9029    12.337    45.572          8.6673             0.5814               33.738            0.76674                10.127                0.3449                14.894              0.74215                 8.7164                 1             0.00020175    0.0021787      0.0124    0.027038      0.04425      0.06377     0.085639        0.137      0.23489      0.36326      0.47115      0.53395      0.60428      0.68451      0.77924      0.89185       0.97737  

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

    cl_mt_pol_k_p2v1         0.05    4.2171    0.49079    'cl_mt_pol_k'     'fl_z_sig'           6               1           0.8        0.11638      0.10137    9.4215      0        0        1      -6.1835e-34    2.4877e-35      2.9794     3.2123     3.4663     3.6039     3.7075     3.7938     3.8654    4.0049    4.1841    4.3777    4.5361    4.6241    4.7214    4.8735    5.0708    5.4801    5.9327        0.18152             0.93216             0.29859             0.99925             0.00024112             0.99935               0.24087                  1                  0.057472              0.98027          0.00079215     0.0077832     0.042801     0.081628     0.12662      0.17335      0.21478       0.3144      0.45497      0.61079      0.71388      0.76671      0.82276      0.88175      0.93852      0.98698       0.99866  
    cl_mt_pol_k_p2v2     0.092857    4.2897    0.93145    'cl_mt_pol_k'     'fl_z_sig'           6               2           0.8        0.21714     0.098406    12.076      0        0        1       2.3697e-33    3.9718e-34      2.2332     2.5655     2.9503     3.1812     3.3485      3.501     3.6219    3.8488    4.1893    4.5547    4.8469    5.0246     5.246    5.5357    5.9884    6.9174     8.008        0.63462             0.92611              1.0736             0.99914              0.0024475             0.09476                0.8676                  1                   0.20358              0.98415          0.00052712     0.0056652     0.032131     0.067897     0.10586      0.14718      0.18847      0.27557      0.41547      0.56974      0.67776      0.73457      0.79541      0.85852      0.92417      0.98298       0.99805  
    cl_mt_pol_k_p2v3      0.13571    4.3914     1.4063    'cl_mt_pol_k'     'fl_z_sig'           6               3           0.8        0.32023     0.098406    15.378      0        0        1       2.5681e-33    2.0869e-32      1.6899     2.0608     2.5168     2.8011     3.0226     3.2108     3.3804    3.6921    4.1804     4.705    5.1493     5.454    5.7883    6.2479    7.0295    8.6145    10.881         1.4041             0.92367              2.4779             0.99085               0.049899             0.16028                1.9776                  1                   0.45038              0.98331          0.00038352     0.0043886     0.025766     0.056227    0.089217       0.1255      0.16263      0.24329       0.3779      0.52881      0.64093      0.70134      0.76505      0.83403      0.90865      0.97814       0.99739  
    cl_mt_pol_k_p2v4      0.17857    4.5185     1.9094    'cl_mt_pol_k'     'fl_z_sig'           6               4           0.8        0.42256     0.092469    19.423      0        0        1      -1.1192e-31     1.855e-19      1.2941     1.6711     2.1526     2.4767     2.7283      2.953      3.159    3.5526    4.1319    4.8642    5.4809    5.8057    6.4004    7.0759    8.0492    10.781    14.054         2.5293             0.91989              4.7092             0.95973                 0.2652              0.2056                3.6457                  1                   0.79827              0.97371          0.00027489     0.0033995     0.020661     0.046448    0.075487      0.10669      0.14073      0.21515      0.34343      0.49185      0.60594      0.66871      0.73552      0.80909       0.8923      0.97283       0.99657  
    cl_mt_pol_k_p2v5      0.22143    4.6533      2.442    'cl_mt_pol_k'     'fl_z_sig'           6               5           0.8        0.52479     0.083563    24.326      0        0        1       5.8015e-32    1.2473e-09      1.0001     1.3539     1.8357     2.1909     2.4581     2.7173     2.9527    3.3979    4.1041    4.9552     5.729    6.2109    6.9781    7.8647     9.392    12.886    18.669         4.0185             0.90613              7.9706             0.90851                0.76443             0.22188                5.9634                  1                    1.2427              0.95276          0.00020013     0.0025755     0.016686     0.038619    0.063762     0.091876      0.12174       0.1898      0.31054      0.45587      0.57079      0.63536      0.70541       0.7838       0.8752      0.96704       0.99565  
    cl_mt_pol_k_p2v6      0.26429    4.7871      3.007    'cl_mt_pol_k'     'fl_z_sig'           6               6           0.8        0.62814     0.074658    30.121      0        0        1       -3.871e-33    8.1982e-08     0.78429     1.1231     1.5955     1.9085     2.2263     2.4927     2.6944    3.1784    4.0609    5.0537    5.9636    6.6739    7.2408    8.3561    10.544     16.01    22.381         5.8494             0.88165              12.449              0.8498                 1.6239              0.2232                9.0419                  1                    1.7832               0.9233          0.00014896     0.0020666     0.013615     0.032013    0.053801     0.078342      0.10545      0.16761      0.28118      0.42256      0.53725       0.6023      0.67522      0.75839      0.85666      0.96068       0.99459  
    cl_mt_pol_k_p2v7      0.30714    4.9147      3.602    'cl_mt_pol_k'     'fl_z_sig'           6               7           0.8        0.73291     0.074658    36.744      0        0        1       -4.561e-34    4.8742e-07     0.62481    0.89742     1.3391     1.7081     1.9816     2.2099     2.5442    3.0904    3.8911    5.0197    6.0982    6.8938    8.0967    9.3662    12.199    18.053    28.558         7.9758             0.85043              18.257             0.79616                 2.8513             0.21792                12.975                  1                    2.4314              0.89087          0.00012023     0.0016034     0.011005     0.026636    0.045478     0.066968      0.09108      0.14767      0.25388      0.39001      0.50361      0.57083       0.6451       0.7317      0.83808      0.95383       0.99346  
    cl_mt_pol_k_p2v8         0.35     5.026     4.1953    'cl_mt_pol_k'     'fl_z_sig'           6               8           0.8        0.83473     0.074658    43.019      0        0        1       1.4866e-32    8.4623e-07     0.50643    0.75146     1.1793      1.479     1.8162      2.029     2.2761    2.8222    3.7094    5.2575    6.5677    6.9001    8.3445    10.326    12.972    20.694    34.328          10.28             0.81875              25.115             0.75599                 4.3006             0.20997                17.601                  1                    3.2138               0.8618          9.1947e-05     0.0013013    0.0091791     0.022219    0.038443     0.057098     0.078965      0.13022      0.22826       0.3597      0.47257      0.53904      0.61644      0.70652      0.81942      0.94691       0.99262  
    cl_mt_pol_k_p2v9      0.39286    5.1131     4.7658    'cl_mt_pol_k'     'fl_z_sig'           6               9           0.8        0.93207     0.065752    49.057      0        0        1       5.5393e-33    3.2566e-07     0.40671    0.59232    0.94793     1.2505      1.526     1.8931     2.0236    2.5547    3.7261    5.0832     6.483     7.335    8.4208    10.624    13.717    24.087    38.751         12.641             0.78925              32.601             0.72959                 5.6869             0.19803                22.713                  1                    4.2013              0.84007          7.2093e-05    0.00099963    0.0073408     0.018403    0.032439     0.048983      0.06803      0.11419      0.20563      0.33231      0.44318      0.50881      0.58799      0.68178      0.80083      0.94053       0.99185  
    cl_mt_pol_k_p2v10     0.43571    5.1668     5.2815    'cl_mt_pol_k'     'fl_z_sig'           6              10           0.8         1.0222     0.053878    49.646      0        0        1        6.776e-35    7.4503e-07     0.33545    0.47687    0.79951       1.11     1.3234     1.6354     1.8819    2.4182    3.6168     4.838     6.326    7.8187    8.5026    10.886    14.713    27.018    42.341         14.931             0.76377               40.17             0.71308                  6.847             0.18494                27.894                  1                    5.4288              0.82192          5.7729e-05    0.00078465    0.0059794     0.015298    0.027359     0.042056     0.058564       0.1002      0.18587      0.30642      0.41543      0.48129      0.56076      0.65808      0.78318      0.93492        0.9911  
    cl_mt_pol_k_p2v11     0.47857    5.1869     5.7334    'cl_mt_pol_k'     'fl_z_sig'           6              11           0.8         1.1054     0.050909    49.874      0        0        1      -4.3466e-35    7.7459e-07     0.24765    0.40666    0.70099    0.98906     1.1791     1.3951     1.7574    2.3206     3.316    4.6013    6.1611    7.9289    8.8391    11.064    16.304    29.507    45.953         17.074             0.74188              47.508             0.70324                 7.7082             0.17159                32.872                  1                    6.9273              0.80571          4.4953e-05    0.00065981    0.0049025     0.012812    0.023029     0.035927     0.050793     0.088314      0.16782      0.28243      0.38938      0.45637      0.53518      0.63564      0.76695      0.92991       0.99063  
    cl_mt_pol_k_p2v12     0.52143    5.1697     6.1178    'cl_mt_pol_k'     'fl_z_sig'           6              12           0.8         1.1834     0.050909     49.95      0        0        1      -1.8732e-34    0.00073293     0.17998    0.32631    0.60411    0.84302     1.0678     1.1984     1.5773    2.1546    3.0385    4.3781    5.9724    7.7885    9.3263     11.16    17.448    31.442    49.596         19.007             0.72214              54.303             0.69688                 8.1795             0.15685                37.428                  1                    8.6959              0.79084          3.3918e-05    0.00048098    0.0040837     0.010766    0.019558     0.030711     0.044161      0.07811      0.15161      0.26049      0.36529       0.4329      0.51185      0.61468      0.75229      0.92515       0.99035  
    cl_mt_pol_k_p2v13     0.56429    5.1269     6.4412    'cl_mt_pol_k'     'fl_z_sig'           6              13           0.8         1.2564     0.037699     49.95      0        0        1       1.7288e-08    0.00090237     0.13031    0.24905    0.48835    0.69148    0.95882     1.0413     1.3589    1.9035    2.7738    4.1876     5.782    7.6104    9.7275    11.593    18.155    33.067    49.918          20.78             0.70625               60.77             0.69643                 8.5646             0.14687                41.489                  1                    10.716              0.77642           2.435e-05    0.00037508    0.0032986    0.0090174    0.016665     0.026251     0.038366     0.069025       0.1367       0.2401      0.34242      0.41042      0.48972      0.59406      0.73791      0.92071       0.99039  
    cl_mt_pol_k_p2v14     0.60714    5.0481     6.6786    'cl_mt_pol_k'     'fl_z_sig'           6              14           0.8          1.323     0.026802     49.95      0        0        1        1.422e-07     0.0010743    0.093758    0.19054    0.39294    0.56462    0.80506    0.92195      1.167    1.6778    2.5223    4.0911    5.6943    7.4093    10.027    12.136    18.851    34.485     49.95         22.249             0.69184              66.249             0.69548                 8.7866              0.1382                44.603                  1                    12.859              0.76081           1.724e-05    0.00029239    0.0027088    0.0075721    0.014242      0.02252     0.033372     0.061141       0.1236      0.22195      0.32186      0.38995      0.47005      0.57589      0.72495      0.91677             1  
    cl_mt_pol_k_p2v15        0.65     4.928     6.7976    'cl_mt_pol_k'     'fl_z_sig'           6              15           0.8         1.3794     0.019019     49.95      0        0        1       3.4996e-07     0.0011612    0.066635    0.14588    0.31208    0.46171    0.67062    0.82049    0.99977    1.4756    2.2853    3.9949    5.6754    7.1709     10.01    12.483    19.331    35.466     49.95         23.333             0.67978              70.225             0.69317                 9.1234             0.13495                46.208                  1                    14.894              0.74215          1.1332e-05    0.00022451     0.002231    0.0063603     0.01222     0.019443     0.029112     0.054375      0.11208      0.20604      0.30369      0.37183      0.45307      0.56047      0.71501      0.91348             1  

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

    cl_mt_coh_p2v1         0.05    6.0067    0.60884     'cl_mt_coh'      'fl_z_sig'           6               1           0.8        0.10136     0.44365    53.575      0        0        1      -6.1835e-34    -9.9771e-35      4.446     4.7462    5.0714    5.2465    5.3715    5.4966    5.5717    5.7468    5.9719     6.197    6.3971    6.5222    6.6473    6.8224    7.0725    7.5728    8.1232        0.22783             0.94316             0.37069                1                0.00029889              0.9986               0.29859               0.99925               0.071801               0.9872          0.00082479     0.0081435     0.044511     0.086011     0.13053      0.18613      0.22255      0.32297      0.46974      0.61172      0.72322      0.78219      0.83192      0.88787      0.94155      0.98779       0.99876  
    cl_mt_coh_p2v2     0.092857    6.0869     1.1536     'cl_mt_coh'      'fl_z_sig'           6               2           0.8        0.18953     0.44365    54.288      0        0        1        5.086e-33     6.4136e-33     3.4962     3.9215    4.4219    4.7222    4.9223    5.0975    5.2476    5.5479    5.9732    6.4236    6.7739     6.999    7.2743    7.6246     8.175    9.3009    10.627        0.79489             0.93659              1.3309                1                  0.003779             0.11814                1.0736               0.99914                0.25346              0.98931          0.00064852     0.0062785     0.035815     0.075514     0.11342      0.15432      0.19477      0.28685      0.43108      0.58475        0.688      0.74559      0.80464      0.86476       0.9284      0.98387       0.99826  
    cl_mt_coh_p2v3      0.13571    6.2295     1.7783     'cl_mt_coh'      'fl_z_sig'           6               3           0.8        0.28547     0.44365    55.243      0        0        1      -9.0091e-32       1.07e-31     2.7707     3.2712    3.8467     4.222    4.4973    4.7475    4.9477     5.348    5.9486    6.6242    7.1997      7.55    7.9754    8.5759    9.5518    11.654    14.356         1.7781             0.92499              3.1624                1                   0.11346              0.2882                2.4779               0.99085                0.57102              0.98587          0.00045519      0.005312     0.028561      0.06176    0.096862      0.13621      0.17296      0.25457      0.39099      0.54233      0.65507      0.71394      0.77473      0.84162      0.91404      0.97948       0.99754  
    cl_mt_coh_p2v4      0.17857    6.5035     2.5698     'cl_mt_coh'      'fl_z_sig'           6               4           0.8        0.39514     0.44365     56.51      0        0        1      -1.2526e-30     7.7867e-32      2.245     2.7453    3.3708    3.8211    4.1464    4.4216    4.6968    5.1972    5.9977    6.9234     7.724    8.2494    8.8999    9.8256    11.402    15.054    20.008         3.3637             0.90895               6.604                1                   0.81688             0.47055                4.7092               0.95973                  1.078              0.97693          0.00037571     0.0041096     0.023237     0.052666    0.083383      0.11514      0.15131      0.22676      0.35785      0.50549      0.61595      0.67743      0.74247      0.81452      0.89537      0.97355       0.99664  
    cl_mt_coh_p2v5      0.22143    6.9442     3.5926     'cl_mt_coh'      'fl_z_sig'           6               5           0.8        0.51735     0.44365    58.178      0        0        1       6.7756e-31      -9.49e-31     1.8195     2.3198    2.9951    3.4454    3.8206    4.1708     4.471    5.0964     6.072    7.2977    8.4233    9.1488    10.124      11.5    13.927     19.73    27.735          5.823             0.89249              12.907                1                    3.0816             0.60798                7.9706               0.90851                 1.8547              0.96657           0.0002475     0.0030907      0.01928     0.041996    0.068619       0.0994      0.12906      0.19928      0.31826      0.46216      0.57495      0.63721      0.70721       0.7844      0.87466      0.96675       0.99556  
    cl_mt_coh_p2v6      0.26429    7.5653     4.8718     'cl_mt_coh'      'fl_z_sig'           6               6           0.8        0.64397     0.44365    60.353      0        0        1       1.2552e-33     -1.381e-32     1.5193     1.9945    2.6699    3.1702    3.5704    3.9457    4.2959    5.0213     6.222    7.7979    9.2987    10.324     11.65    13.626    17.128    25.683    37.615         9.4419             0.87838              23.734                1                    8.2841             0.70275                12.449                0.8498                 3.0012              0.95912          0.00019046     0.0024652     0.015451     0.035428    0.057585      0.08284      0.10959      0.17142      0.28179      0.41993      0.53256      0.59763      0.66908      0.75242      0.85209      0.95919       0.99443  
    cl_mt_coh_p2v7      0.30714    8.3573     6.3664     'cl_mt_coh'      'fl_z_sig'           6               7           0.8        0.76177     0.44365    63.086      0        0        1       6.5385e-33       2.14e-32     1.2942     1.7195     2.395    2.8953    3.3456    3.7459    4.1461    4.9717    6.4477     8.424    10.375    11.726    13.527    16.204    21.032     32.84    48.326         14.399             0.86868              40.531                1                    17.657             0.76352                18.257               0.79616                 4.6163                0.957          0.00015076     0.0018328      0.01226     0.027916     0.04746     0.068313     0.091893      0.14596      0.24938      0.38074      0.49248      0.55855      0.63344      0.72203      0.83134       0.9527       0.99373  
    cl_mt_coh_p2v8         0.35    9.2617     7.9187     'cl_mt_coh'      'fl_z_sig'           6               8           0.8        0.85499     0.44365    66.267      0        0        1       3.7437e-32     6.3925e-33     1.1442     1.5194    2.1699    2.6953    3.1456     3.596    4.0463     4.972    6.6982      9.15    11.627    13.353     15.68    19.157    25.437    40.323    55.309         20.484             0.86436              62.705                1                    30.861             0.79827                25.115               0.75599                 6.7296              0.95607          0.00014306     0.0014973    0.0099544       0.0234    0.038993     0.057519     0.078383      0.12588      0.22007      0.34727      0.45887      0.52579      0.60366      0.69727      0.81528      0.94889       0.99371  
    cl_mt_coh_p2v9      0.39286    10.196      9.376     'cl_mt_coh'      'fl_z_sig'           6               9           0.8        0.91959     0.44365    69.938      0        0        1       5.0541e-32     1.5151e-32      0.994     1.3442    1.9696    2.4949    2.9702    3.4455    3.9459    4.9965    6.9978    9.9497    12.977    15.103     17.98    22.257    29.937    46.748    59.506         27.205              0.8634               87.91                1                    46.001             0.81422                32.601               0.72959                 9.3071              0.94593          9.5968e-05     0.0012029    0.0080959     0.019064    0.032454      0.04826     0.066878      0.10987      0.19753      0.32115      0.43248      0.50095      0.58137      0.67918      0.80498      0.94802       0.99382  
    cl_mt_coh_p2v10     0.43571    11.086     10.666     'cl_mt_coh'      'fl_z_sig'           6              10           0.8        0.96212     0.44365    74.148      0        0        1       2.7879e-34    -9.7591e-34    0.89383      1.219    1.7942    2.3194    2.8196    3.3198     3.845    5.0205    7.3214    10.748    14.349    16.875    20.302    25.354    34.182    51.339    64.019         34.097             0.86369              113.76                1                    61.293             0.81979                 40.17               0.71308                 12.301              0.92221           8.855e-05     0.0010568    0.0067174     0.016024    0.027788     0.041491     0.057687     0.097446      0.18036      0.30055      0.41273      0.48283       0.5661      0.66837      0.80017      0.94862       0.99381  
    cl_mt_coh_p2v11     0.47857    11.895     11.783     'cl_mt_coh'      'fl_z_sig'           6              11           0.8        0.99057     0.44365    78.951      0        0        1       3.8428e-34     4.4352e-05     0.8188     1.0939    1.6441    2.1694    2.6696    3.1948     3.745    5.0455    7.5966    11.548     15.65    18.576    22.503     28.18    37.884    54.191    69.672         40.868             0.86408              138.83                1                    75.622             0.81915                47.508               0.70324                 15.701              0.88864          8.1754e-05     0.0008713    0.0056971      0.01382     0.02394     0.036269     0.050601     0.087725      0.16626      0.28542      0.39804      0.46984      0.55602      0.66134      0.79829      0.94925       0.99378  
    cl_mt_coh_p2v12     0.52143    12.597     12.737     'cl_mt_coh'      'fl_z_sig'           6              12           0.8         1.0111     0.44365    84.398      0        0        1      -1.0563e-33     0.00017192    0.74375    0.99384     1.494    2.0192    2.5194    3.0696    3.6447    5.0452    7.8712    12.273    16.899     20.15    24.502    30.729    40.933    56.663    75.294         47.348             0.86406              162.23                1                    88.422             0.81441                54.303               0.69688                  19.51              0.85223          6.1826e-05    0.00072499    0.0047722     0.011994    0.020828     0.032104      0.04517     0.079822       0.1556      0.27338      0.38787      0.46102      0.54911      0.65769      0.79778      0.94946       0.99366  
    cl_mt_coh_p2v13     0.56429    13.182     13.547     'cl_mt_coh'      'fl_z_sig'           6              13           0.8         1.0277     0.44365    90.539      0        0        1      -9.5298e-35     0.00021062    0.69378    0.91889    1.3691    1.8694    2.3946    2.9449    3.5452     5.021    8.0725      12.9    17.978    21.529    26.232     32.86     43.29    58.248    79.809         53.427             0.86338              183.52                1                    98.986             0.80709                 60.77               0.69643                 23.766              0.81876          6.0221e-05    0.00068183    0.0041703     0.010425    0.018844       0.0288     0.040812     0.073417      0.14655      0.26377      0.37964      0.45418      0.54423      0.65532      0.79794      0.94889       0.99341  
    cl_mt_coh_p2v14     0.60714    13.672     14.263     'cl_mt_coh'      'fl_z_sig'           6              14           0.8         1.0432     0.44365    97.426      0        0        1       1.2045e-33     0.00024463    0.66872    0.84378    1.2689    1.7441    2.2443    2.8195    3.4447    4.9702    8.2463    13.448      18.9    22.701    27.703     34.63    45.159    60.814    86.248         59.206             0.86204              203.44                1                    108.67             0.80031                66.249               0.69548                 28.516              0.78999          7.7656e-05    0.00059405    0.0037687    0.0093293    0.016585     0.026187     0.037472     0.067876      0.13932      0.25593      0.37245      0.44817      0.54002      0.65323      0.79769       0.9481       0.99308  
    cl_mt_coh_p2v15        0.65    14.072     14.904     'cl_mt_coh'      'fl_z_sig'           6              15           0.8         1.0591     0.44365    105.11      0        0        1      -1.0887e-33     0.00032457    0.61871    0.79377    1.1689    1.6191    2.1192    2.6694    3.3197    4.8952    8.3465    13.873      19.7    23.702    28.954    36.106     46.61    62.291    95.627         64.721             0.86003              222.12                1                    118.16             0.79718                70.225               0.69317                 33.738              0.76674           5.191e-05    0.00059599    0.0033783    0.0083977    0.015087     0.023494     0.034274     0.062983      0.13251      0.24835      0.36643      0.44292      0.53627      0.65105      0.79658      0.94671       0.99271  

Denser Simulation (GRID)

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

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

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

        Count: 51
      KeyType: char
    ValueType: any

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

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

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

        Count: 43
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 3 ; key = cl_st_param_keys ; val = fl_z_rho
pos = 42 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 43 ; key = st_model ; val = ipwkz
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         i    idx    rowN    colN    mean      std      min    max
                         _    ___    ____    ____    ____    _______    ___    ___

    ar_param_keys_idx    1     1      1       2      5.5     0.70711     5      6 

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

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

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

        Count: 19
      KeyType: char
    ValueType: any

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

    fl_a_max                   1     1      1        5         65      11.859       50       80
    fl_alpha                   2     2      1        5        0.4    0.079057      0.3      0.5
    fl_b_bd                    3     3      1        5      -12.5      5.9293      -20       -5
    fl_beta                    4     4      1       15       0.92    0.031944     0.87     0.97
    fl_c_min                   5     5      1        5     0.0155    0.011463    0.001     0.03
    fl_crra                    6     6      1       15          3      1.2778        1        5
    fl_delta                   7     7      1        5       0.08    0.047434     0.02     0.14
    fl_r_borr                  8     8      1        5      0.125    0.098821        0     0.25
    fl_r_save                  9     9      1        5      0.025    0.011859     0.01     0.04
    fl_w                      10    10      1        5       1.25     0.11859      1.1      1.4
    fl_z_r_borr_max           11    11      1        5     0.1225    0.021741    0.095     0.15
    fl_z_r_borr_n             12    12      1        6         15      7.4833        5       25
    fl_z_r_borr_poiss_mean    13    13      1        5       12.5      5.9293        5       20
    fl_z_rho                  14    14      1       10     0.4925     0.33136        0    0.985
    fl_z_sig                  15    15      1       10       0.35     0.20184     0.05     0.65
    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