Test Borrowing No Default (Save + Borr Distribution), Cross Test

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

@seealso

Contents

Set Shared Parameters

close all;
clear all;

% Borrowing/Savings Parameters
bl_default = false;

Simulate and Graph

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

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

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

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

Generate Arrays For CROSS

Generate Arrays of Parameter Values to Loop Over

cl_st_param_keys = {'fl_z_r_borr_poiss_mean', 'fl_z_r_borr_max', 'fl_b_bd', 'fl_c_min', 'fl_z_r_borr_n'};

it_simu_vec_len = 15;
param_tstar_map = containers.Map('KeyType','char', 'ValueType','any');
param_tstar_map('fl_z_r_borr_poiss_mean') = linspace(2, 10, it_simu_vec_len);
param_tstar_map('fl_z_r_borr_max') = linspace(0.095, 0.150, it_simu_vec_len);
param_tstar_map('fl_z_r_borr_n') = 3:1:(3+it_simu_vec_len-1);

Quick Grid Simulation (CROSS Limited Graphs)

it_size_type = 1;
ar_it_plot_sets = [3,4, 7,8, 9,10];
bl_simu_cross = 'c';

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

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

        Count: 48
      KeyType: char
    ValueType: any

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

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

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

        Count: 43
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 5 ; key = cl_st_param_keys ; val = fl_z_r_borr_poiss_mean
pos = 40 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 41 ; key = st_model ; val = abz
pos = 42 ; key = st_z_r_borr_drv_ele_type ; val = unif
pos = 43 ; key = st_z_r_borr_drv_prb_type ; val = poiss
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         i    idx    rowN    colN    mean     std      min    max
                         _    ___    ____    ____    ____    ______    ___    ___

    ar_param_keys_idx    1     1      1       5       12     1.5811    10     14 

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

    bl_b_is_principle           1     2          1
    bl_default                  2     3          0
    bl_loglin                   3     4          0
    fl_a_max                    4     6         50
    fl_a_min                    5     7          0
    fl_b_bd                     6     8        -20
    fl_beta                     7     9       0.94
    fl_c_min                    8    10       0.01
    fl_crra                     9    11        1.5
    fl_default_aprime          10    12          0
    fl_loglin_threshold        11    13          1
    fl_nan_replace             12    14     -99999
    fl_r_save                  13    15      0.025
    fl_tol_dist                14    16      1e-05
    fl_tol_pol                 15    17      1e-05
    fl_tol_val                 16    18      1e-05
    fl_w                       17    19       1.28
    fl_z_mu                    18    20          0
    fl_z_r_borr_max            19    21      0.095
    fl_z_r_borr_min            20    22      0.025
    fl_z_r_borr_n              21    23          5
    fl_z_r_borr_poiss_mean     22    24         10
    fl_z_rho                   23    25        0.8
    fl_z_sig                   24    26        0.2
    fl_z_wage_mu               25    27          0
    fl_z_wage_rho              26    28        0.8
    fl_z_wage_sig              27    29        0.2
    it_a_n                     28    30        100
    it_maxiter_dist            29    31       1000
    it_maxiter_val             30    32       1000
    it_size_type               31    33          1
    it_st_simu_type_g_seed     32    34        123
    it_st_simu_type_g_simun    33    35         20
    it_tol_pol_nochange        34    36         25
    it_trans_power_dist        35    37       1000
    it_z_n                     36    38         25
    it_z_wage_n                37    39          5

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

        Count: 19
      KeyType: char
    ValueType: any

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

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

---------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
  Columns 1 through 3

    'Vary These Param...'    'fl_z_r_borr_pois...'    'fl_z_r_borr_max'

  Columns 4 through 6

    'fl_b_bd'    'fl_c_min'    'fl_z_r_borr_n'

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

    'Vary '    'pois-max(shift b...'    ' ('    'fl_z_r_borr_pois...'    '): '

  Column 6

    '2      2.57143  ...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:5
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_r_borr_poiss_mean = 2 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.744352 seconds.
Elapsed time is 0.837976 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20        p25         p35        p50         p65        p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    _______    _______    ________    _______    ________    _______    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        1.3038     3.2661      2.5051      -17.514    14.867           0    0.31519    0.68481    0.00033972       0         -13.37    -7.2862    -4.5522    -3.4462     -2.035    -1.2924    -0.62178    0.10186      2.0307     3.1494     3.4337     4.0169    4.8034    5.0575    5.5488     7.462    8.9367         10.667                   1               6.7104               0.84924               6.6588             0.80857               1.2559               0.89243           -0.011531    -0.077419    -0.27873    -0.41041     -0.50389     -0.56402     -0.60001     -0.61779     -0.49124     0.011687      0.04479      0.18463      0.42472       0.6768      0.74102      0.94231       0.99462  
    cl_mt_pol_a    -0.79936     2.4193     -3.0265      -4.4617    48.237    0.029921    0.61804    0.35204     0.0043995       0        -4.4617    -4.3868    -3.8526    -3.7275    -3.3184    -3.2106     -2.7843    -2.2129    -0.65865    0.42793    0.97121    0.97121    1.5145    1.5145    3.1444    6.9474     10.75         6.7104             0.84924                5.853                     1               6.0424             0.99055              0.85125               0.81664            0.024556     0.072844     0.35943     0.56322      0.80134       1.0124       1.1695       1.4812       1.7332       1.7514       1.5894       1.5894       1.4168       1.4168       1.3156       1.1038        1.0073  
    cl_mt_coh      -0.79141     2.5214      -3.186      -4.5412    50.122           0    0.61114    0.38886     0.0046131       0        -4.5412    -4.5188    -3.9619    -3.9171    -3.4051    -3.3827     -2.8482    -2.2689    -0.64311    0.47062     1.0499     1.0947    1.6068    1.6516     3.255    7.2203    11.074         6.6588             0.80857               6.0424               0.99055               6.3575                   1              0.86508                0.7963            0.026471     0.079151     0.38428     0.60503      0.84149      0.96884       1.2275       1.5416       1.8037       1.8346       1.7303       1.6435       1.5467       1.4569       1.3536       1.1111        1.0137  
    cl_mt_pol_c      1.2154    0.43086     0.35449     0.037692     4.973           0          0          1    0.00033972       0        0.10552    0.35008    0.52048    0.61833    0.87299    0.95363      1.0167     1.0853      1.1761     1.2052     1.3466     1.4281    1.7893     1.985    2.0121    2.1887    2.8542         1.2559             0.89243              0.85125               0.81664              0.86508              0.7963              0.18564                     1          6.9524e-05    0.0021414    0.019634    0.042635     0.070162      0.10942      0.15303      0.23973      0.38558      0.53415      0.62911      0.69375      0.75614      0.90633        0.925      0.98159        0.9976  

xxxxx fl_z_r_borr_poiss_mean = 2.5714 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 1.144202 seconds.
Elapsed time is 0.856857 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20         p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    _______    ________    ________    _______    _________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        1.5148     3.2342       2.135      -18.972    14.861           0    0.28184    0.71816    0.00043076       0        -14.827    -7.3721    -4.2017    -2.5467    -1.7008    -0.94582    -0.29078    0.49163       2.0815     3.0706     3.6302    4.2291    4.7441    5.2492    5.7292     7.598    8.9152          10.46                   1               6.4868               0.84672               6.4343             0.80547               1.2398               0.88497           -0.011954    -0.072997    -0.23456    -0.32754     -0.40331     -0.45147      -0.4707     -0.45939     -0.33015     0.049228      0.15303      0.28028      0.4439       0.71843      0.77467      0.95078       0.99392  
    cl_mt_pol_a    -0.36121     2.3688     -6.5579      -4.4617    48.237    0.073024    0.53134    0.39564    0.00096679       0        -4.3868    -4.3143    -3.6679    -3.2636    -2.7843     -2.6508     -2.2129    -1.6602     -0.11342    0.42793    0.97121    1.5145    2.0578    2.0578    3.1444    7.4907     10.75         6.4868             0.84672               5.6112                     1               5.7903             0.98964              0.85049               0.82886            0.060654      0.12225      0.6054       1.023       1.4768       1.8194       2.1666       2.7365       3.0912       3.0296       2.6645       2.4721      2.0087        2.0087       1.8074        1.236        1.0242  
    cl_mt_coh      -0.33182       2.47     -7.4437      -4.5412    50.122           0    0.52562    0.47438     0.0016174       0        -4.5412    -4.4964    -3.8947    -3.3827    -2.8482      -2.781     -2.2689    -1.6897    -0.063845    0.53782     1.0947    1.5844    2.1412    2.2084    3.3446    7.7771    11.118         6.4343             0.80547               5.7903               0.98964               6.1008                   1              0.86816               0.81142            0.022136      0.15124     0.68688      1.1729       1.6727       2.0568         2.46       3.0696       3.4534       3.3622       2.9786       2.8874      2.6351        2.2302        1.913       1.2757        1.0334  
    cl_mt_pol_c      1.2289    0.43317     0.35249     0.037692     4.973           0          0          1    0.00043076       0        0.10552    0.38736    0.52986    0.62066    0.82972      0.9722      1.0167     1.0924        1.181     1.2229     1.4145    1.5192    1.7757    1.9985    2.0121    2.2022    2.8135         1.2398             0.88497              0.85049               0.82886              0.86816             0.81142              0.18763                     1          7.0751e-05    0.0027357    0.017944     0.04482     0.070658      0.10994      0.14795      0.23629      0.38143      0.52205      0.63495      0.69943       0.762       0.90571      0.91318      0.98172       0.99764  

xxxxx fl_z_r_borr_poiss_mean = 3.1429 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.523749 seconds.
Elapsed time is 0.728573 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20         p25        p35        p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    _______    ________    _______    ________    ______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       1.9429     2.8687      1.4765      -20.213    14.859           0    0.20701    0.79299    0.00017142       0        -12.505    -6.2449    -2.7075    -1.8162    -1.1241    -0.42109    0.37303      1.2928    2.3943     3.0238     3.6493    4.4515    4.9643    5.2153    5.9274    7.5806    9.0356         8.2295                   1               5.0757               0.83712               4.9918             0.79137               1.1053               0.88424          -0.0088386    -0.048124    -0.13847    -0.19571     -0.22545     -0.24268     -0.23878     -0.19497     -0.02604      0.19952      0.32675      0.46316      0.59467      0.76767      0.82862      0.95867       0.99611  
    cl_mt_pol_a    0.11425     2.1136      18.499      -4.4617    48.237    0.093864    0.46624     0.4399    0.00015618       0        -4.3143     -3.789    -2.7843     -2.177    -1.6876     -1.6602    -1.2019    -0.65865         0    0.97121    0.97121    1.5145    2.0578    2.0578    3.6876    7.4907     10.75         5.0757             0.83712               4.4673                     1               4.5903             0.98772              0.74782               0.81201           -0.066478     -0.39151     -1.5556     -2.6443      -3.7434      -4.2676      -4.8391      -5.8499       -6.297      -4.7598      -4.7598      -4.0837      -2.4543      -2.4543      -1.5039      0.19558       0.91761  
    cl_mt_coh      0.17338     2.1988      12.682      -4.5412    50.122           0    0.45797    0.54203    0.00022821       0        -4.4964    -3.9395    -2.8482    -2.2465    -1.7121     -1.6897       -1.2    -0.64311    0.0768     1.0499     1.1171    1.6292     2.186    2.2308    3.8566    7.7995    11.141         4.9918             0.79137               4.5903               0.98772               4.8348                   1               0.7616               0.79493           -0.053899     -0.27761     -1.0613      -1.806      -2.5801      -2.9527      -3.2805      -3.9363       -4.179       -3.743      -3.0019      -2.7662      -1.9576      -1.3738      -0.8062      0.45175       0.94396  
    cl_mt_pol_c     1.2523    0.43573     0.34793     0.037692     4.973           0          0          1    0.00017142       0        0.17559    0.42742    0.58352    0.64337    0.82428     0.98515     1.0523      1.1224    1.1917     1.2567     1.4281    1.7621    1.8029    1.9985    2.0257    2.2023    2.9085         1.1053             0.88424              0.74782               0.81201               0.7616             0.79493              0.18986                     1          0.00010873    0.0027404    0.020291    0.046595     0.072831        0.109      0.15169      0.24152      0.39936      0.51949      0.63674      0.71453      0.75974       0.9011      0.92049      0.98189       0.99818  

xxxxx fl_z_r_borr_poiss_mean = 3.7143 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.401342 seconds.
Elapsed time is 0.820107 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5273     2.5568      1.0117      -21.245    14.859          0    0.10157    0.89843     0.0001511       0        -12.611    -5.8509    -1.8817    -0.46563     0.15118       0.3279       1.2374    2.2719     2.6668    3.3208    4.2387    4.6966    5.2022    5.2022     6.137    7.6254    9.0317         6.5374                   1                4.084               0.83059               3.9881             0.78264              0.96288               0.86825           -0.006484    -0.032785    -0.082278    -0.10111     -0.098365    -0.09422     -0.081234    -0.010764      0.1423       0.3736      0.48731      0.55598      0.80624      0.80624      0.87347      0.96804       0.99668  
    cl_mt_pol_a    0.78717     1.9231       2.443      -4.4617    48.237    0.16545    0.28361    0.55094     7.281e-05       0        -4.3143    -3.6679     -2.177     -1.1622    -0.62656     -0.11155     -0.10974         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75          4.084             0.83059               3.6982                     1               3.7827             0.98697              0.64751               0.77628          -0.0060158    -0.058941      -0.2016    -0.29448      -0.35428      -0.372      -0.37674     -0.38108     -0.3401      0.10938      0.10938      0.43478      0.43478      0.43478      0.65256      0.88615       0.98671  
    cl_mt_coh      0.88484      1.993      2.2523      -4.5412    50.122          0    0.25198    0.74802    0.00011149       0        -4.4964    -3.8947    -2.2465     -1.1552    -0.57591    -0.041445    -0.019045    0.0768    0.53782    1.6292     1.674    2.1636    2.2084    2.2308    4.4135     8.334    11.141         3.9881             0.78264               3.7827               0.98697               3.9719                   1              0.65214               0.75442          -0.0065951    -0.054972     -0.18633     -0.2702      -0.32144    -0.33306      -0.33379     -0.32859    -0.28482     -0.03878      0.16555      0.21654      0.38656      0.47519      0.64191      0.89079       0.98779  
    cl_mt_pol_c      1.286    0.43374     0.33729     0.037692     4.973          0          0          1     0.0001511       0        0.23864    0.48895    0.66607     0.70779     0.82428      0.97486       1.0741     1.181     1.2052    1.2839    1.4417    1.7757     1.993    1.9985    2.0257    2.2158    2.9085        0.96288             0.86825              0.64751               0.77628              0.65214             0.75442              0.18813                     1          0.00015279    0.0031866     0.022007     0.05465      0.079577     0.11069        0.1533      0.31406     0.38665      0.53548      0.64662      0.71116      0.76029      0.89508      0.91613      0.98314       0.99803  

xxxxx fl_z_r_borr_poiss_mean = 4.2857 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.504410 seconds.
Elapsed time is 0.806717 seconds.
                    mean        sd      coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5          p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    ______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    _________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5207    2.5522      1.0125      -22.122    14.857          0    0.10783    0.89217     0.0001301       0        -10.465     -5.258    -1.7332    -0.077004      0.1303      0.30702       1.1955    2.2602     2.6554    3.3109    4.2306    4.6889    5.1945    5.1945    6.1303    7.6209    9.0281          6.514                   1               4.0198               0.82767               3.9232             0.77937              0.96538               0.87073          -0.0074955    -0.035029    -0.082173    -0.10111     -0.098536    -0.094829    -0.082284    -0.012538     0.14003       0.37171     0.48574       0.5546      0.80561      0.80561      0.87302      0.96792       0.99666  
    cl_mt_pol_a    0.80172    1.9029      2.3735      -4.4617    48.237    0.16581    0.28218    0.55201    3.6418e-05       0        -4.2443    -3.2636     -2.177      -1.1434    -0.62656     -0.11155     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75         4.0198             0.82767               3.6211                     1               3.7033             0.98672              0.64358               0.77856            -0.00774    -0.049717     -0.17849    -0.28634      -0.33002     -0.34856     -0.35849     -0.35849    -0.31817       0.12402     0.12402      0.44413      0.44413      0.44413      0.65831      0.88804       0.98693  
    cl_mt_coh      0.90332    1.9723      2.1834      -4.5412    50.122          0     0.2443     0.7557    5.8063e-05       0         -4.474    -3.3827    -2.2241      -1.1328    -0.57591    -0.041445    0.0033546    0.0992    0.56022    1.6292     1.674    2.1636    2.2084    2.2308    4.4135     8.334    11.141         3.9232             0.77937               3.7033               0.98672                 3.89                   1               0.6484               0.75679          -0.0079638    -0.046601     -0.18141    -0.26162      -0.29865     -0.31127     -0.31188     -0.30186    -0.24966     -0.042967     0.18027      0.21811      0.38073      0.48469      0.64438      0.89196       0.98802  
    cl_mt_pol_c      1.286    0.4344     0.33779     0.037692     4.973          0          0          1     0.0001301       0        0.20711    0.48307    0.65772      0.70779     0.82428      0.97746       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.96538             0.87073              0.64358               0.77856               0.6484             0.75679              0.18871                     1          0.00012158    0.0030165      0.02183     0.05739      0.080556      0.11252      0.15416       0.3131     0.38579       0.53499       0.646      0.71065      0.89492      0.89492        0.916      0.98311       0.99802  

xxxxx fl_z_r_borr_poiss_mean = 4.8571 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.403733 seconds.
Elapsed time is 0.758994 seconds.
                    mean        sd       coefofvar      min        max      pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5256     2.5639      1.0152      -22.844    14.857         0    0.10294    0.89706     0.0001643       0        -10.979    -5.4508    -1.7843    -0.11091     0.11485      0.29157       1.1794    2.3519     2.6478    3.3046    4.2255    4.6842    5.1898    5.1898    6.1264    7.6186    9.0265         6.5736                   1               3.9864               0.82383               3.8918              0.7759              0.96752               0.86769          -0.0082851    -0.035915    -0.083769    -0.10072     -0.098201    -0.094719    -0.080488    0.097671      0.13982       0.37161     0.48445      0.55367      0.80556      0.80556      0.87288      0.96787       0.99666  
    cl_mt_pol_a    0.82563     1.8873      2.2859      -4.4617    48.237    0.1693    0.27524    0.55546    2.5526e-05       0        -4.2443    -3.2636    -2.1422     -1.1251    -0.61654     -0.10974     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75         3.9864             0.82383               3.5619                     1               3.6426             0.98656              0.63848               0.77787          -0.0058046     -0.04656     -0.17865    -0.27519      -0.31071     -0.32036     -0.32628    -0.32628     -0.28682       0.14538     0.14538      0.45819      0.45819      0.45819      0.66696      0.89086       0.98726  
    cl_mt_coh      0.93116     1.9563       2.101      -4.5412    50.122         0    0.22989    0.77011    3.5698e-05       0         -4.474    -3.3827    -2.2241     -1.1104    -0.55351    -0.019045    0.0033546    0.0992    0.56022    1.6292     1.674     2.186    2.2084    2.2308    4.4135     8.334    11.141         3.8918              0.7759               3.6426               0.98656               3.8272                   1              0.64328               0.75607          -0.0063245    -0.043437     -0.16491    -0.25086      -0.27981     -0.28243     -0.28226    -0.27287     -0.22038     -0.035416      0.2003      0.28673      0.38158      0.49792      0.65034      0.89402       0.98833  
    cl_mt_pol_c     1.2868    0.43491     0.33797     0.037692     4.973         0          0          1     0.0001643       0        0.20711    0.48307    0.66607     0.70779     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.96752             0.86769              0.63848               0.77787              0.64328             0.75607              0.18914                     1          0.00011723    0.0030563     0.021931     0.05934      0.081713      0.11075      0.15366     0.31117      0.38441       0.53439     0.64485      0.70989      0.89468      0.89468      0.91583      0.98305       0.99802  

xxxxx fl_z_r_borr_poiss_mean = 5.4286 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.469267 seconds.
Elapsed time is 0.691705 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5136     2.5872     1.0293       -23.457    14.856          0    0.10215    0.89785    0.00019593       0        -11.428    -5.6159    -1.8686    -0.13374     0.10191      0.27862       1.1528    2.3453     2.6418    3.2996    4.2214    4.6805    5.1861    5.1861    6.1234    7.6168    9.0253         6.6934                   1               4.0001               0.82125               3.9078             0.77378              0.97467               0.86529          -0.0087754    -0.036983    -0.085839    -0.10392     -0.10151     -0.098245    -0.084152    0.093815      0.13609      0.36872      0.48203      0.55158      0.80464      0.80464      0.87226      0.96771       0.99664  
    cl_mt_pol_a    0.82979     1.8827     2.2688       -4.4617    48.237    0.16946    0.27473     0.5558    1.9824e-05       0        -4.2443    -3.2636    -2.1422     -1.1251    -0.61654     -0.10974     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75         4.0001             0.82125               3.5444                     1               3.6255             0.98651              0.63814               0.77853          -0.0059877    -0.045185     -0.17232     -0.2696     -0.30487      -0.31378     -0.32035    -0.32035     -0.28106      0.14923      0.14923      0.46067      0.46067      0.46067      0.66849      0.89136       0.98732  
    cl_mt_coh      0.93759     1.9521      2.082       -4.5412    50.122          0     0.2242     0.7758    2.8455e-05       0         -4.474    -3.3827    -2.2241     -1.1104    -0.55351    -0.019045    0.0033546    0.0992    0.56022    1.6516     1.674     2.186    2.2084    2.2308    4.4135     8.334    11.141         3.9078             0.77378               3.6255               0.98651               3.8106                   1              0.64315               0.75674          -0.0065134    -0.042071     -0.15892    -0.24538       -0.274      -0.27631     -0.27613     -0.2673     -0.21396     0.060921       0.2048       0.2783      0.37218      0.50089       0.6499      0.89403        0.9884  
    cl_mt_pol_c     1.2866    0.43538     0.3384      0.037692     4.973          0          0          1    0.00019593       0        0.20711    0.46747    0.65772     0.70779     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.97467             0.86529              0.63814               0.77853              0.64315             0.75674              0.18956                     1          0.00010886    0.0030351     0.021809    0.061179     0.082695       0.11041      0.15429     0.31086      0.38416      0.53429       0.6446      0.70969      0.89462      0.89462      0.91578      0.98304       0.99802  

xxxxx fl_z_r_borr_poiss_mean = 6 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.337426 seconds.
Elapsed time is 0.605310 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5177     2.5499      1.0128      -23.978    14.856          0    0.10152    0.89848    6.4522e-13       0        -11.722    -5.5914    -1.9113    -0.17936     0.09189      0.26861       1.1316    2.3402     2.6371    3.2958    4.2183    4.6776    5.1832    5.1832     6.121    7.6155    9.0244          6.502                   1               3.9244               0.82297               3.8298             0.77468              0.97018               0.87344          -0.0067175    -0.032796    -0.083112      -0.101     -0.098737    -0.09565     -0.081815    0.095115      0.13729      0.36951      0.48267      0.55214      0.80487      0.80487       0.8724      0.96774       0.99665  
    cl_mt_pol_a    0.83792     1.8701      2.2318      -4.4617    48.237    0.16965    0.27401    0.55634    9.2005e-14       0         -3.789    -3.1593    -2.1422     -1.1251    -0.61654     -0.10974     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75         3.9244             0.82297               3.4972                     1               3.5762             0.98635               0.6348               0.77925          -0.0051183    -0.055525      -0.1624    -0.25848      -0.29341    -0.30164      -0.30874    -0.30874     -0.26979      0.15675      0.15675      0.46547      0.46547      0.46547      0.67144      0.89232       0.98743  
    cl_mt_coh      0.94793     1.9388      2.0453      -4.5412    50.122          0    0.21886    0.78114    1.7141e-13       0        -3.9395    -3.3603    -2.2241     -1.1104    -0.55351    -0.019045    0.0033546    0.0992    0.56022    1.6516     1.674     2.186    2.2308    2.2308    4.4135    8.3564    11.141         3.8298             0.77468               3.5762               0.98635               3.7588                   1              0.63978               0.75754          -0.0054992    -0.039213     -0.14955    -0.23484      -0.26309    -0.26514      -0.26494    -0.25668     -0.20285     0.057025      0.21232      0.27513      0.50574      0.50574      0.65129      0.90143       0.98852  
    cl_mt_pol_c     1.2867    0.43561     0.33854     0.037692     4.973          0          0          1    6.4522e-13       0        0.20711    0.46747    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.97018             0.87344               0.6348               0.77925              0.63978             0.75754              0.18975                     1          0.00011299    0.0029711     0.022098    0.048609      0.083073     0.11042       0.15476     0.31037      0.38372      0.53408      0.64432      0.70946      0.89454      0.89454      0.91572      0.98303       0.99802  

xxxxx fl_z_r_borr_poiss_mean = 6.5714 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.308900 seconds.
Elapsed time is 0.683423 seconds.
                    mean        sd       coefofvar      min        max      pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5087     2.5662      1.0229      -24.425    14.856         0    0.10138    0.89862    1.8397e-12       0        -11.965    -5.8516    -1.9565    -0.21748    0.083413      0.26013       1.1138    2.3358      2.633    3.2925    4.2156    4.6751    5.1807    5.1807     6.119    7.6142    9.0235         6.5856                   1               3.9379               0.82156               3.8444             0.77348              0.97544               0.87188          -0.0073418    -0.033032    -0.084995    -0.10342     -0.10129     -0.09833     -0.084682    0.092251      0.13453       0.3674      0.48091       0.5506      0.80418      0.80418      0.87194      0.96762       0.99663  
    cl_mt_pol_a    0.83963     1.8678      2.2246      -4.4617    48.237    0.1697    0.27382    0.55648    1.8612e-13       0        -3.7275    -3.1593    -2.1422     -1.1251    -0.61654     -0.10974     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75         3.9379             0.82156               3.4888                     1               3.5681             0.98631               0.6353               0.78019          -0.0093879    -0.055737     -0.16072    -0.25628     -0.29112     -0.29879       -0.3064     -0.3064     -0.26751      0.15827      0.15827      0.46644      0.46644      0.46644      0.67204      0.89252       0.98746  
    cl_mt_coh      0.95112     1.9368      2.0364      -4.5412    50.122         0    0.21461    0.78539    3.5847e-13       0        -3.9171    -3.3379    -2.2241     -1.1104    -0.55351    -0.019045    0.0033546    0.0992    0.56022    1.6516     1.674     2.186    2.2308    2.2308    4.4359    8.3564    11.141         3.8444             0.77348               3.5681               0.98631               3.7513                   1              0.64051               0.75856           -0.010141    -0.051746     -0.14789     -0.2326     -0.26069     -0.26253      -0.26232    -0.25452     -0.19997     0.048211      0.21438      0.26889      0.50712      0.50712       0.6688      0.90172       0.98855  
    cl_mt_pol_c     1.2865    0.43596     0.33888     0.037692     4.973         0          0          1    1.8397e-12       0        0.20711    0.46747    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.97544             0.87188               0.6353               0.78019              0.64051             0.75856              0.19006                     1          0.00011647    0.0031519     0.022441    0.050142     0.083744      0.11027       0.15534      0.3101      0.38351      0.53404      0.64417      0.70934       0.8945       0.8945      0.91569      0.98302       0.99801  

xxxxx fl_z_r_borr_poiss_mean = 7.1429 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.338524 seconds.
Elapsed time is 0.696926 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4954     2.5905      1.0381      -24.814    14.856          0    0.10169    0.89831    4.1486e-12       0        -12.172     -5.944    -1.9911    -0.28431    0.076184       0.2529       1.0826    2.3321     2.6296    3.2897    4.2133    4.6731    5.1787    5.1787    6.1173    7.6133    9.0228         6.7107                   1               3.9771               0.82073               3.8864             0.77317              0.98289               0.86962          -0.0081014     -0.03528    -0.088499    -0.10728     -0.10539     -0.10252     -0.091019    0.088306      0.13074      0.36452      0.47851      0.54851      0.80324      0.80324      0.87132      0.96746       0.99662  
    cl_mt_pol_a    0.83745     1.8706      2.2337      -4.4617    48.237    0.16962    0.27411    0.55627    3.0628e-13       0        -3.7275    -3.1593    -2.1422     -1.1251    -0.61654     -0.10974     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75         3.9771             0.82073               3.4992                     1               3.5801             0.98636              0.63704               0.78054          -0.0098871    -0.060243      -0.1637    -0.25916     -0.29402     -0.30123      -0.30932    -0.30932     -0.27035      0.15637      0.15637      0.46523      0.46523      0.46523      0.67129      0.89228       0.98743  
    cl_mt_coh      0.94993     1.9404      2.0426      -4.5412    50.122          0    0.21133    0.78867    6.0715e-13       0        -3.9171    -3.3379    -2.2241     -1.1104    -0.55351    -0.019045    0.0033546    0.0992    0.56022    1.6516     1.674     2.186    2.2308    2.2308    4.4359    8.3564    11.141         3.8864             0.77317               3.5801               0.98636                3.765                   1              0.64249               0.75891           -0.010649    -0.055884     -0.15054    -0.23505     -0.26308     -0.26476      -0.26454    -0.25714     -0.20177     0.036914      0.21334       0.2612      0.50653      0.50653      0.66661      0.90162       0.98854  
    cl_mt_pol_c      1.286    0.43631     0.33927     0.037692     4.973          0          0          1    4.1486e-12       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.98289             0.86962              0.63704               0.78054              0.64249             0.75891              0.19037                     1          0.00010228      0.00293     0.022687    0.051445     0.084254      0.11062       0.15603      0.3101      0.38357      0.53419      0.64417      0.70934      0.89449      0.89449      0.91568      0.98302       0.99801  

xxxxx fl_z_r_borr_poiss_mean = 7.7143 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.502660 seconds.
Elapsed time is 0.774832 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4902     2.6019      1.0449      -25.152    14.856          0    0.10097    0.89903    3.5375e-15       0        -12.352    -6.0243    -2.0322    -0.27787    0.069949      0.24667       1.0697    2.3289     2.6267    3.2874    4.2114    4.6713    5.1769    5.1769    6.1158    7.6124    9.0222         6.7699                   1               3.9961               0.81892               3.9069             0.77179              0.98659               0.86881          -0.0084321    -0.035796    -0.089114    -0.10898      -0.1071     -0.10431     -0.092752     0.08639      0.12993       0.3629      0.47709      0.54721      0.80241      0.80241      0.87061      0.96719       0.99658  
    cl_mt_pol_a    0.84092     1.8755      2.2303      -4.4617    48.237    0.16965    0.27391    0.55645    1.6537e-16       0        -3.7275    -3.1593    -1.7159     -1.1251    -0.61654     -0.10974     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         3.9961             0.81892               3.5174                     1               3.5993             0.98643              0.63794               0.77939          -0.0098196    -0.061373     -0.16081    -0.25649      -0.2912     -0.29795      -0.30642    -0.30642     -0.26761      0.15738      0.15738      0.46498      0.46498      0.46498      0.67019      0.89008       0.99129  
    cl_mt_coh      0.95454     1.9455      2.0382      -4.5412    50.122          0    0.20791    0.79209    2.5303e-16       0        -3.9171    -3.3379    -1.7345     -1.1104    -0.55351    -0.019045    0.0033546    0.1216    0.56022    1.6516     1.674     2.186    2.2308    2.2308    4.4359    8.3564    11.698         3.9069             0.77179               3.5993               0.98643               3.7851                   1              0.64345               0.75781           -0.010548    -0.056918     -0.14775     -0.2325     -0.26035     -0.26188      -0.26165    -0.24251     -0.19886     0.030041      0.21462      0.25669      0.50656      0.50656      0.66431      0.89968       0.99207  
    cl_mt_pol_c     1.2859    0.43644     0.33939     0.037692     4.973          0          0          1    3.5375e-15       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.98659             0.86881              0.63794               0.77939              0.64345             0.75781              0.19048                     1           0.0001027    0.0030159     0.022929    0.052631     0.084806      0.11053       0.15634     0.30993      0.38343      0.53407      0.64395      0.70913      0.89421      0.89421      0.91575      0.98228         0.998  

xxxxx fl_z_r_borr_poiss_mean = 8.2857 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.594082 seconds.
Elapsed time is 0.868034 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4924     2.5927      1.0402      -25.442    14.856          0     0.1005     0.8995    5.4484e-15       0        -12.509    -5.9417    -2.0583    -0.30221     0.06447      0.24119       1.0584    2.3261     2.6241    3.2852    4.2097    4.6697    5.1753    5.1753    6.1145    7.6116    9.0216         6.7218                   1                3.963               0.81799               3.8729             0.77068              0.98494               0.87029          -0.0077721    -0.034935    -0.087736    -0.10754     -0.10578     -0.10306     -0.091573      0.0869      0.13046       0.3632      0.47735      0.54744      0.80251      0.80251      0.87067       0.9672       0.99658  
    cl_mt_pol_a    0.84619     1.8687      2.2083      -4.4617    48.237    0.16979    0.27335    0.55686    1.9305e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10974     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294          3.963             0.81799               3.4919                     1               3.5726             0.98635              0.63583               0.77947          -0.0086657     -0.05533     -0.16017    -0.24954     -0.28405     -0.29038      -0.29918    -0.29918     -0.26057      0.16208      0.16208      0.46799      0.46799      0.46799      0.67205       0.8907       0.99134  
    cl_mt_coh      0.96105     1.9383      2.0168      -4.5412    50.122          0    0.20442    0.79558    3.0043e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    -0.019045    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.8729             0.77068               3.5726               0.98635                3.757                   1              0.64129               0.75793          -0.0092824    -0.051307     -0.14655    -0.22596     -0.25361     -0.25501      -0.25477    -0.23556     -0.19208     0.027724      0.21919      0.33823      0.50951      0.50951      0.66489      0.90029       0.99212  
    cl_mt_pol_c     1.2861    0.43652     0.33941     0.037692     4.973          0          0          1    5.4484e-15       0        0.20711    0.46747    0.65772     0.70603     0.82428      0.97746       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.98494             0.87029              0.63583               0.77947              0.64129             0.75793              0.19055                     1          0.00010645    0.0031628     0.023153    0.053689     0.085127      0.11388       0.15653      0.3097      0.38315       0.5339      0.64376      0.70898      0.89417      0.89417      0.91571      0.98227         0.998  

xxxxx fl_z_r_borr_poiss_mean = 8.8571 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.349995 seconds.
Elapsed time is 0.681893 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4839     2.6089      1.0503      -25.699    14.856          0    0.10065    0.89935    8.2585e-15       0        -12.647    -6.1566    -2.0804    -0.32299    0.056872       0.2342       1.0488    2.3237     2.6219    3.2834    4.2082    4.6683     5.174     5.174    6.1133    7.6109    9.0212         6.8066                   1               3.9887               0.81739               3.9004             0.77043              0.98981               0.86868          -0.0083032    -0.035714    -0.090001    -0.11015     -0.10903     -0.10658     -0.094325    0.084341      0.12804      0.36132      0.47577      0.54607       0.8019       0.8019      0.87026       0.9671       0.99657  
    cl_mt_pol_a    0.84503     1.8704      2.2134      -4.4617    48.237    0.16976    0.27349    0.55676    2.2599e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10974     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         3.9887             0.81739               3.4984                     1               3.5801             0.98638               0.6369               0.77967          -0.0089131    -0.058319     -0.16102    -0.25109     -0.28561     -0.29162      -0.30075    -0.30075      -0.2621      0.16106      0.16106      0.46734      0.46734      0.46734      0.67165      0.89057       0.99133  
    cl_mt_coh      0.96053     1.9405      2.0202      -4.5412    50.122          0    0.20197    0.79803    3.5744e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    -0.019045    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9004             0.77043               3.5801               0.98638               3.7656                   1              0.64252               0.75813          -0.0095172    -0.054053     -0.14745    -0.22727     -0.25488     -0.25618      -0.25593    -0.23655     -0.19299     0.019943      0.21868      0.33144      0.50923      0.50923      0.66342      0.90024       0.99212  
    cl_mt_pol_c     1.2859    0.43674     0.33965     0.037692     4.973          0          0          1    8.2585e-15       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.98981             0.86868               0.6369               0.77967              0.64252             0.75813              0.19074                     1          9.5267e-05     0.002958      0.02332    0.054638     0.085496      0.10975       0.15693     0.30969      0.38318      0.53398      0.64375      0.70896      0.89417      0.89417      0.91571      0.98227         0.998  

xxxxx fl_z_r_borr_poiss_mean = 9.4286 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.295916 seconds.
Elapsed time is 0.601825 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4775     2.6224      1.0585      -25.928    14.856          0    0.10072    0.89928    1.0381e-14       0         -12.77    -6.2112       -2.1    -0.33694    0.052823      0.23015       1.0405    2.3217       2.62    3.2819     4.207    4.6672    5.1728    5.1728    6.1124    7.6104    9.0208         6.8772                   1               4.0075               0.81676               3.9205             0.77004              0.99374               0.86725          -0.0087759    -0.037145    -0.092028    -0.11214     -0.11107     -0.10867     -0.096458    0.082245      0.12607      0.35981      0.47452      0.54498      0.80141      0.80141      0.86994      0.96701       0.99656  
    cl_mt_pol_a    0.84479      1.871      2.2147      -4.4617    48.237    0.16976    0.27349    0.55675    2.2304e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0075             0.81676               3.5006                     1               3.5829             0.98638               0.6377               0.78004          -0.0090848    -0.060895     -0.16101    -0.25145     -0.28597      -0.3011       -0.3011     -0.3011     -0.26244      0.16084      0.16084       0.4672       0.4672       0.4672      0.67156      0.89054       0.99133  
    cl_mt_coh       0.9609     1.9414      2.0204      -4.5412    50.122          0    0.19964    0.80036    3.5824e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9205             0.77004               3.5829               0.98638               3.7691                   1              0.64346               0.75854           -0.009671    -0.056423     -0.14744    -0.22751     -0.25508     -0.25603      -0.25603    -0.23652     -0.19291     0.013648      0.21882      0.32581      0.50936      0.50936      0.66235      0.90028       0.99212  
    cl_mt_pol_c     1.2857    0.43694     0.33986     0.037692     4.973          0          0          1    1.0381e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99374             0.86725               0.6377               0.78004              0.64346             0.75854              0.19092                     1           9.802e-05    0.0029797     0.023485    0.055516     0.085876      0.10957       0.15725     0.30966      0.38313      0.53399       0.6437      0.70892      0.89415      0.89415       0.9157      0.98226         0.998  

xxxxx fl_z_r_borr_poiss_mean = 10 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.338079 seconds.
Elapsed time is 0.686502 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4754     2.6277      1.0615      -26.133    14.856          0    0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122      0.22645       1.0329    2.3198     2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                   1               4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_pol_a    0.84678     1.8686      2.2067      -4.4617    48.237    0.16982    0.27323    0.55695    3.1008e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0062             0.81588               3.4918                     1               3.5738             0.98634              0.63749               0.78054          -0.0090098    -0.054136     -0.15838    -0.24894     -0.28338     -0.29847     -0.29847     -0.29847     -0.25989      0.16255      0.16255       0.4683       0.4683       0.4683      0.67224      0.89076       0.99135  
    cl_mt_coh       0.9636      1.939      2.0122      -4.5412    50.122          0    0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                   1              0.64334               0.75911          -0.0095635    -0.050194     -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_pol_c     1.2857    0.43707     0.33995     0.037692     4.973          0          0          1     1.812e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                     1          9.8462e-05    0.0031173     0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

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

    'Vary '    'max borrow r'    ' ('    'fl_z_r_borr_max'    '): '

  Column 6

    '0.095    0.09892...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:5
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_r_borr_max = 0.095 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.414765 seconds.
Elapsed time is 0.725156 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4754     2.6277      1.0615      -26.133    14.856          0    0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122      0.22645       1.0329    2.3198     2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                   1               4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_pol_a    0.84678     1.8686      2.2067      -4.4617    48.237    0.16982    0.27323    0.55695    3.1008e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0062             0.81588               3.4918                     1               3.5738             0.98634              0.63749               0.78054          -0.0090098    -0.054136     -0.15838    -0.24894     -0.28338     -0.29847     -0.29847     -0.29847     -0.25989      0.16255      0.16255       0.4683       0.4683       0.4683      0.67224      0.89076       0.99135  
    cl_mt_coh       0.9636      1.939      2.0122      -4.5412    50.122          0    0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                   1              0.64334               0.75911          -0.0095635    -0.050194     -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_pol_c     1.2857    0.43707     0.33995     0.037692     4.973          0          0          1     1.812e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                     1          9.8462e-05    0.0031173     0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

xxxxx fl_z_r_borr_max = 0.098929 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.353257 seconds.
Elapsed time is 0.679964 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20        p25        p35         p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _______    _______    ________    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5644     2.5437     0.99194      -25.604    14.854          0    0.10171    0.89829    2.1456e-14       0         -12.56    -5.7875    -1.9697    -0.24133     0.16307    0.23928     1.1779       2.325     2.6889    3.3424    4.1982    4.7942    5.2224    5.2224    6.1542      7.64    9.0449         6.4707                   1               3.8959               0.82192               3.7981              0.7731              0.96924               0.87398          -0.0053937    -0.030608    -0.080881    -0.097312    -0.09229     -0.089617    -0.076653    0.095005      0.13815      0.37374      0.47328      0.55903      0.80674      0.80674      0.87344      0.96811       0.99669  
    cl_mt_pol_a    0.99438     1.8634      1.8739      -4.2845    48.239    0.10991    0.15874    0.73135    3.6717e-16       0        -3.0372    -2.9861    -1.5222    -0.96594    -0.46088          0          0    0.047353    0.58883    1.6718    1.6718    2.2133    2.2133    2.2133    4.3792    8.1695    10.877         3.8959             0.82192               3.4723                     1               3.5477             0.98577              0.63922               0.78684           -0.010764     -0.03459     -0.12165     -0.19136    -0.21388      -0.21388     -0.21388    -0.20599     -0.15981       0.2486       0.2486      0.53349      0.53349      0.53349      0.71597      0.90736       0.98926  
    cl_mt_coh        1.121     1.9313      1.7228      -4.3596    50.127          0    0.15871    0.84129    5.9848e-16       0        -3.2022    -3.1549    -1.5372    -0.93487    -0.37985    0.10419    0.12663     0.17517    0.73018    1.8166    1.8402    2.3716    2.3952    2.3952    4.5916    8.5004    11.275         3.7981              0.7731               3.5477               0.98577                 3.73                   1               0.6461               0.76734          -0.0030984     -0.03231     -0.11208     -0.17361    -0.19042      -0.18685     -0.17883    -0.15482      -0.1048     0.092047      0.29418      0.38955       0.5664       0.5664       0.7032      0.91481       0.99015  
    cl_mt_pol_c     1.2911    0.43597     0.33768     0.039111    4.9712          0          0          1    2.1456e-14       0        0.13904    0.47084     0.6707     0.71629     0.76483    0.98548     1.1336      1.1822     1.2228     1.286    1.4339    1.7778    2.0024    2.0024     2.043     2.219    2.9136        0.96924             0.87398              0.63922               0.78684               0.6461             0.76734              0.19007                     1           0.0001186    0.0030287     0.024135     0.072339     0.09003       0.11232      0.16253     0.28931      0.49552      0.53368      0.63272      0.71157      0.89373      0.89373      0.91936      0.98178       0.99801  

xxxxx fl_z_r_borr_max = 0.10286 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.615871 seconds.
Elapsed time is 0.686500 seconds.
                    mean        sd      coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5          p10         p15         p20        p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    ______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    _________    ________    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.529    2.4806     0.98086      -25.101    14.855          0    0.10115    0.89885     1.812e-14       0         -11.47    -5.4147    -1.9746    -0.095497     0.16567    0.16567    0.99744     2.2908     2.8013    3.1301    4.1925    4.8013    5.0521    5.2993    6.0383    7.6816     9.077         6.1531                   1               3.6374               0.80599               3.5363               0.757              0.96106               0.88617          -0.0065503    -0.030799    -0.075763    -0.089746     -0.0829      -0.0829     -0.069011    0.096341      0.18118      0.33749      0.47146      0.60312      0.65805        0.811      0.86087      0.96937       0.99682  
    cl_mt_pol_a    0.89692    1.8193      2.0284      -4.1208    48.241    0.26597    0.16286    0.57118    3.1008e-16       0        -2.8773    -2.8265    -1.3452     -0.81972    -0.31802          0          0          0    0.19764    1.2773    1.2773    1.8171    2.3569    2.3569    3.9763    8.2948    10.994         3.6374             0.80599                 3.31                     1               3.3747             0.98495              0.61891               0.77809           -0.010125    -0.032513     -0.12593     -0.18977    -0.20772     -0.20772      -0.20772    -0.20772     -0.19086      0.11812      0.11812      0.23366      0.50308      0.50308      0.64191      0.90356       0.98867  
    cl_mt_coh       1.0267    1.8832      1.8343      -4.1919    50.132          0    0.16283    0.83717    5.0542e-16       0        -3.0105    -2.9856    -1.3506     -0.77237    -0.21907    0.10674    0.10674    0.13166    0.33424    1.4408    1.4408    1.9941    2.5475    2.5475    4.2074    8.6089      11.4         3.5363               0.757               3.3747               0.98495               3.5465                   1               0.6264               0.76079           -0.010642    -0.029908      -0.1133     -0.16812     -0.1794     -0.17036      -0.17036    -0.14831     -0.12426      0.18156      0.18156      0.29169      0.54495      0.54495      0.67358      0.90351       0.98975  
    cl_mt_pol_c     1.2897    0.4372       0.339     0.040519    4.9695          0          0          1     1.812e-14       0        0.19451    0.47717    0.68358      0.71629     0.71629    0.91887     1.1114      1.181     1.2129     1.288    1.4527    1.7662    1.8202     2.006     2.033    2.2219    2.9183        0.96106             0.88617              0.61891               0.77809               0.6264             0.76079              0.19115                     1          0.00016938    0.0034745     0.026029     0.087974    0.087974      0.11188       0.15079     0.29846      0.48771      0.52622      0.64228      0.71123      0.76461      0.89801        0.918      0.98274       0.99812  

xxxxx fl_z_r_borr_max = 0.10679 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.413333 seconds.
Elapsed time is 0.636439 seconds.
                    mean       sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10          p15         p20        p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _________    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val      2.6091     2.4458     0.93741      -24.621    14.854          0    0.10378    0.89622     7.003e-14       0        -11.174    -5.2109    -1.3402    -0.13055      0.15959    0.16349     1.1216     2.2894     2.8832    3.2059    4.1949    4.8628    5.1118    5.3574    6.0825    7.7137    9.1022         5.9818                   1                3.619                0.8106               3.5076              0.7599              0.94572               0.89056          -0.0056888     -0.02696    -0.068963    -0.078443    -0.073503    -0.073068    -0.057012     0.10585       0.19165     0.34848       0.4787      0.60941      0.66383      0.81517      0.86448      0.97007        0.9969  
    cl_mt_pol_a    1.0093     1.8254      1.8087      -3.9692    48.242    0.25852    0.16442    0.57706    1.1984e-15       0        -2.7294    -2.2641    -1.2058      -0.685     -0.18652          0          0          0    0.33686    1.4134    1.4134    1.9517    2.4899    2.4899    4.1047    8.4108    11.102          3.619              0.8106               3.3322                     1               3.3922             0.98462              0.62942               0.79413          -0.0078562     -0.02695    -0.093556     -0.14838     -0.15739     -0.15739     -0.15739    -0.15739      -0.13148     0.18043      0.18043      0.29194      0.54746      0.54746      0.67625      0.91329       0.98981  
    cl_mt_coh      1.1476     1.8873      1.6445      -4.0365    50.137          0    0.16439    0.83561    1.9534e-15       0        -2.8545     -2.329    -1.1994    -0.62147    -0.069747    0.11051    0.11051    0.13669    0.48197    1.5854    1.5854    2.1371    2.6888    2.6888     4.344    8.7316    11.516         3.5076              0.7599               3.3922               0.98462               3.5619                   1              0.63688               0.77721          -0.0083097    -0.025162    -0.085223     -0.13053     -0.13396     -0.12583     -0.12583    -0.10591     -0.074139     0.23437      0.23437      0.34115      0.58272      0.58272      0.70283      0.91256       0.99072  
    cl_mt_pol_c    1.2939    0.43419     0.33557     0.041917     4.968          0          0          1     7.003e-14       0         0.1988    0.48345    0.65604     0.71629      0.71629    0.97454     1.1078      1.181     1.2163    1.2899    1.4576     1.768    1.8218    2.0093    2.0362    2.2246    2.9226        0.94572             0.89056              0.62942               0.79413              0.63688             0.77721              0.18852                     1           0.0001599    0.0034064     0.022503     0.085051     0.085051      0.10985      0.15716     0.29699        0.4883     0.52654      0.64421      0.70937       0.7633      0.89768       0.9177      0.98259       0.99812  

xxxxx fl_z_r_borr_max = 0.11071 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.402714 seconds.
Elapsed time is 0.493444 seconds.
                    mean       sd      coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY      p0_1         p1          p5           p10          p15         p20         p25        p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1      fracByP5     fracByP10     fracByP15     fracByP20     fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    ______    _________    ________    ______    _______    ________    _______    __________    ________    ________    ________    _________    _________    _________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    __________    __________    __________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val      2.8776     2.101     0.73011      -24.167    14.853          0     0.03463    0.96537    2.4349e-12       0         -3.5835     -2.3789     0.030608     0.030608      0.14327     0.67429     1.6813     2.2764    2.9425    3.2611    4.4009    4.9089     5.222    5.4003    6.2091    7.7386    9.1222         4.4141                   1               2.9284               0.80802               2.7815             0.74785              0.83325               0.92384          -0.0027107     -0.012197     -0.021207     -0.021207     -0.019661     -0.014616     0.012536     0.15749      0.24115      0.39102       0.5344      0.63093      0.68716      0.82773      0.87487      0.97194       0.99709  
    cl_mt_pol_a    1.2643     1.725      1.3643      -3.8284    48.244    0.20168     0.19368    0.60464    4.1669e-14       0        -0.58306    -0.57159    -0.066447    -0.065165    -0.065165           0          0          0     1.003    1.5399    2.0767    2.0767    2.6135    2.6135    4.7608    8.5186    11.203         2.9284             0.80802               2.9756                     1               3.0003              0.9825              0.58493               0.78988           -0.002051    -0.0054354     -0.016738      -0.02222      -0.02222      -0.02222     -0.02222    -0.02222      0.07267      0.29613      0.39526      0.39526      0.61915      0.61915      0.77346      0.92782       0.99154  
    cl_mt_coh      1.4228    1.7703      1.2442      -3.8921    50.142          0    0.033262    0.96674    6.7918e-14       0        -0.53577    -0.50834     0.041906     0.069335     0.069335    0.086857    0.11429    0.14171    1.1424    1.7201    2.2429    2.2703    2.8206    2.8206    4.9667    8.8733    11.624         2.7815             0.74785               3.0003                0.9825               3.1339                   1              0.58985               0.77613          -0.0012102    -0.0040145    -0.0092979    -0.0040245    -0.0040245    -0.0030691    0.0011211    0.014111     0.072122      0.33553      0.36901      0.43129      0.64503      0.64503      0.75224      0.93344       0.99221  
    cl_mt_pol_c    1.3096    0.4293     0.32781     0.043306    4.9665          0           0          1    2.4349e-12       0         0.37239     0.42724      0.70908      0.70908      0.78146      1.1086      1.181      1.181    1.2195     1.305    1.4622    1.7697    1.8502    2.0124    2.0393    2.2287    2.9266        0.83325             0.92384              0.58493               0.78988              0.58985             0.77613              0.18429                     1          0.00061761     0.0041324      0.052332      0.052332      0.087181       0.12589      0.26951     0.26951      0.48579      0.52825      0.64077      0.70237      0.76534      0.89636      0.91679      0.98223       0.99808  

xxxxx fl_z_r_borr_max = 0.11464 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.399052 seconds.
Elapsed time is 0.561569 seconds.
                    mean       sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY      p0_1         p1          p5         p10         p15        p20        p25         p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    _______    _________    ________    ______    _______    ________    _______    __________    ________    ________    ________    ________    ________    _______    _______    ________    ________    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    ___________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.864     2.1553     0.75255      -23.734    14.852          0    0.070142    0.92986    3.7948e-13       0         -3.3302     -3.2924    -0.65089     0.11649    0.11649    0.77392      1.7241      2.3055    3.0041    3.3185    4.4517    4.9561    5.2019    5.4446    6.2502    7.7638    9.1423         4.6453                   1               3.1122               0.81526               2.9658             0.75617              0.84891               0.91882           -0.0097481     -0.013602    -0.027924    -0.028332    -0.028332    -0.021236    0.0073964      0.15179     0.23601      0.38668      0.53512      0.63132      0.68331      0.82741      0.87502      0.97202        0.9971  
    cl_mt_pol_a    1.2982     1.7712      1.3644      -3.6972    48.245    0.11511      0.1178    0.76709     6.494e-15       0        -0.47392    -0.46399    -0.44533    -0.44533          0          0    0.051206    0.051206    1.1222    1.6577    2.1932    2.1932    2.7286    2.7286    4.8706     8.619    11.296         3.1122             0.81526                3.137                     1               3.1683               0.983              0.60672               0.79911          -0.00077546    -0.0040412    -0.040824    -0.040824    -0.040824    -0.040824    -0.034018    -0.034018    0.071446      0.30169      0.40212      0.40212      0.62595      0.62595       0.7788      0.92994       0.99179  
    cl_mt_coh      1.4598     1.8197      1.2465      -3.7576    50.147          0     0.11778    0.88222    1.0585e-14       0         -0.4357    -0.40702    -0.34964    -0.34964    0.11806    0.14674     0.17054     0.19923    1.2683    1.8459    2.3374    2.3947    2.9436    2.9436     5.053    8.9525    11.726         2.9658             0.75617               3.1683                 0.983               3.3115                   1              0.61284               0.78563          -0.00064057    -0.0031878    -0.029314    -0.029314    -0.026058    -0.017274     -0.01206    0.0031676    0.068053      0.34029      0.34928      0.43726      0.65102      0.65102      0.75461      0.92843       0.99244  
    cl_mt_pol_c    1.3083    0.42867     0.32765     0.044684    4.9652          0           0          1    3.7948e-13       0          0.3834     0.39254     0.67438     0.71629    0.76878     1.1298      1.1391      1.1822    1.2224    1.2932     1.453    1.7713    1.8382    2.0153    2.0421    2.2342    2.9304        0.84891             0.91882              0.60672               0.79911              0.61284             0.78563              0.18376                     1            0.0024564     0.0034621      0.02655     0.074859     0.092292      0.12043      0.16074      0.27486     0.47091      0.52667      0.63852      0.70529      0.76433      0.89667      0.91693      0.98235        0.9981  

xxxxx fl_z_r_borr_max = 0.11857 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.379248 seconds.
Elapsed time is 0.640986 seconds.
                    mean       sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY      p0_1         p1          p5         p10        p15        p20        p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1      fracByP5     fracByP10     fracByP15     fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    _______    _________    ________    ______    _______    ________    _______    __________    ________    ________    ________    ________    _______    _______    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    ___________    __________    __________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val      2.7902      2.071     0.74224      -23.314    14.853          0    0.052507    0.94749    2.8832e-12       0         -3.0648      -3.036    -0.42829    0.13192    0.13192     0.3695     1.8823     2.2722     2.7604    3.0893    4.2592    4.7712    5.0789    5.2637    6.1792    7.6399    9.0404         4.2891                   1               2.6499               0.78291               2.5121             0.72348              0.83587               0.92453           -0.0093236     -0.013015     -0.025471     -0.019423     -0.019423    -0.016908    0.0071744      0.15775      0.2386      0.38577      0.52812      0.62531      0.68215      0.82413      0.88466      0.97098       0.99693  
    cl_mt_pol_a    1.0975     1.6343      1.4891      -3.5747    48.246    0.34109    0.050701    0.60821     4.934e-14       0        -0.36104    -0.34562    -0.33839          0          0          0          0          0    0.69919    1.2334    1.7677    1.7677    2.3019    2.3019    4.4388    8.1785    11.384         2.6499             0.78291               2.6709                     1               2.6905             0.98191              0.53693               0.75258          -0.00041078    -0.0059061     -0.015855     -0.015855     -0.015855    -0.015855    -0.015855    -0.015855    0.048728      0.25597      0.35364      0.35364      0.58185      0.58185      0.74585      0.91672       0.99172  
    cl_mt_coh      1.2614     1.6766      1.3292      -3.6321    50.152          0    0.050705    0.94929    8.0422e-14       0        -0.28663    -0.25669    -0.22674    0.12183    0.12183    0.15177    0.15177    0.15177     0.8385     1.416    1.9337    1.9636    2.5112    2.5112    4.6716    8.5347     11.79         2.5121             0.72348               2.6905               0.98191               2.8111                   1              0.54095               0.73906           -0.0011896     -0.003853    -0.0097347    0.00098803    0.00098803     0.027527     0.027527     0.027527    0.066686      0.30809      0.34077      0.40182      0.61724      0.61724      0.74026      0.92472       0.98987  
    cl_mt_pol_c    1.3061    0.43655     0.33425     0.046053     4.964          0           0          1    2.8832e-12       0         0.39433     0.40156     0.71629    0.71629    0.71629    0.88537      1.181      1.181     1.2118    1.2947     1.457    1.7728    1.8395    2.0046    2.0313     2.226    2.7926        0.83587             0.92453              0.53693               0.75258              0.54095             0.73906              0.19058                     1            0.0025618     0.0036048      0.091413      0.091413      0.091413      0.11243      0.28095      0.28095      0.4804      0.52283      0.63471      0.71066      0.76468       0.8961      0.91652      0.98197       0.99777  

xxxxx fl_z_r_borr_max = 0.1225 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.489979 seconds.
Elapsed time is 0.589643 seconds.
                    mean       sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY      p0_1         p1          p5         p10        p15        p20       p25       p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1      fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    _______    _________    ________    ______    _______    ________    _______    __________    ________    ________    ________    ________    _______    _______    _______    ______    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    ___________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val      2.8447      2.059     0.72382      -22.914    14.853          0    0.052032    0.94797    4.0426e-12       0         -2.8093     -2.7889    -0.24538    0.14448    0.14448    0.50206    2.0289    2.2819     2.8354    3.1585    4.3182    4.8265    5.1293    5.3163    6.2224    7.6684    9.0624         4.2395                   1               2.6894               0.79046               2.5483             0.73022              0.82719               0.92812           -0.0083787     -0.011704     -0.021549    -0.014982    -0.014982    -0.011629     0.014171      0.16243     0.24426      0.39197      0.53335      0.62986      0.68612      0.82686      0.88651       0.9715       0.99699  
    cl_mt_pol_a    1.1634     1.6524      1.4203      -3.4601    48.247    0.34193    0.049882    0.60819     6.918e-14       0        -0.25558    -0.24424           0          0          0          0         0         0    0.80447    1.3375    1.8706    1.8706    2.4037    2.4037    4.5359    8.2674    11.466         2.6894             0.79046               2.7305                     1               2.7506             0.98213                0.548               0.76616          -0.00025847    -0.0037848     -0.010384    -0.010384    -0.010384    -0.010384    -0.010384    -0.010384    0.065589      0.27773      0.37531      0.37531      0.60025      0.60025      0.75919      0.92129       0.99216  
    cl_mt_coh      1.3337     1.6949      1.2707      -3.5146    50.157          0    0.049884    0.95012    1.1276e-13       0         -0.1738     -0.1426       0.032     0.1256     0.1256     0.1568    0.1568    0.1568    0.95018    1.5278     2.043    2.0742    2.6206    2.6206    4.7437    8.6309    11.878         2.5483             0.73022               2.7506               0.98213               2.8725                   1              0.55086               0.75087          -0.00067529    -0.0020528    -0.0047303    0.0057275    0.0057275     0.031721     0.031721     0.031721    0.078259      0.32658      0.35926      0.42029      0.63302      0.63302      0.74172      0.92864       0.99037  
    cl_mt_pol_c    1.3081    0.43286      0.3309     0.047413    4.9628          0           0          1    4.0426e-12       0         0.40518     0.41049     0.71264    0.71629    0.71629    0.99448     1.181     1.181     1.2144    1.2961    1.4608    1.7608    1.8408    2.0072    2.0338    2.2308    2.7935        0.82719             0.92812                0.548               0.76616              0.55086             0.75087              0.18737                     1            0.0026273     0.0036916      0.024046     0.095258     0.095258      0.11515      0.28264      0.28264     0.48235      0.52479      0.63643      0.70144      0.76446      0.89614      0.91654      0.98189       0.99778  

xxxxx fl_z_r_borr_max = 0.12643 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.481656 seconds.
Elapsed time is 0.557565 seconds.
                    mean       sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY      p0_1          p1            p5          p10        p15        p20        p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1       fracByP5      fracByP10     fracByP15     fracByP20     fracByP25     fracByP35     fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _________    _________    __________    _______    _______    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    ___________    ___________    ___________    __________    __________    __________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val      2.8817     2.0558     0.71338      -22.533    14.853          0    0.057813    0.94219    4.7869e-12       0          -2.5864      -2.5739      -0.10125    0.14306    0.14306    0.59649     2.1371     2.2807     2.8922    3.2113    4.3644    4.8696     5.168     5.357    6.2561    7.6915    9.0806         4.2262                   1               2.7449               0.79719               2.6007              0.7365                0.822               0.92876           -0.0077968        -0.0109      -0.018754     -0.012787     -0.012787    -0.0087445      0.019501       0.16438     0.24696      0.39518      0.53613       0.6323      0.68829      0.82828      0.88753      0.97179       0.99702  
    cl_mt_pol_a    1.2255     1.6749      1.3667      -3.3525    48.249    0.33417    0.057631    0.60819    8.1917e-14       0         -0.15685     -0.14962      -0.14626          0          0          0          0          0    0.90321    1.4352    1.9672    1.9672    2.4991    2.4991     4.627    8.3508    11.543         2.7449             0.79719               2.8053                     1               2.8259             0.98229              0.55892                0.7751          -0.00039549     -0.0026863     -0.0069691    -0.0069691    -0.0069691    -0.0069691    -0.0069691    -0.0069691    0.078521      0.29462      0.39203      0.39203      0.61405      0.61405      0.76861      0.92467       0.99251  
    cl_mt_coh      1.4022     1.7176       1.225      -3.4044    50.162          0    0.057629    0.94237    1.3352e-13       0        -0.067832    -0.035374    -0.0029173    0.12937    0.12937    0.16183    0.16183    0.16183     1.0552    1.6329    2.1457    2.1782    2.7234    2.7234    4.8396    8.7214    11.961         2.6007              0.7365               2.8259               0.98229               2.9503                   1              0.56168               0.75956          -0.00028882    -0.00066489    -0.00074242      0.009275      0.009275      0.034214      0.034214      0.034214    0.086963      0.34095       0.3736      0.43457      0.64486      0.64486      0.75095      0.93154       0.99078  
    cl_mt_pol_c      1.31    0.43052     0.32865     0.048762    4.9617          0           0          1    4.7869e-12       0          0.41596      0.41933       0.70117    0.71629    0.71629     1.0968      1.181      1.181     1.2168    1.2974    1.4643    1.7621    1.8419    2.0096    2.0362    2.2353    2.7942          0.822             0.92876              0.55892                0.7751              0.56168             0.75956              0.18535                     1            0.0027585      0.0038708       0.024346      0.092959      0.092959       0.11904       0.28408       0.28408     0.48392      0.52636      0.63807      0.70149      0.76452      0.89613      0.91653      0.98188       0.99778  

xxxxx fl_z_r_borr_max = 0.13036 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.343456 seconds.
Elapsed time is 0.524299 seconds.
                    mean       sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY       p0_1          p1           p5           p10          p15         p20        p25        p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1       fracByP5     fracByP10     fracByP15     fracByP20     fracByP25     fracByP35     fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    _______    _________    ________    ______    _______    _________    _______    __________    ________    __________    _________    _________    _________    _________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    ___________    ___________    __________    __________    __________    __________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val      2.8969     2.0688     0.71415      -22.163    14.852          0     0.022232    0.97777    9.3201e-14       0           -2.3892      -2.3892      0.02503      0.02503      0.13076    0.66262     2.2156     2.2706    2.9347    3.2509    4.3999    4.9025    5.1967    5.3877    6.2816    7.7091    9.0947         4.2799                   1               2.8305               0.80414               2.6834             0.74328              0.82341                0.9275            -0.009774      -0.009774     -0.016334     -0.016334      -0.01489    -0.0099594      0.040335       0.16214     0.24563      0.39492      0.53607      0.63242      0.68847      0.82854      0.88777      0.97188       0.99703  
    cl_mt_pol_a    1.2786     1.7014      1.3307      -3.2515     48.25    0.21195      0.17976    0.60828    1.3987e-15       0         -0.064227    -0.062658    -0.061163    -0.059738    -0.059738          0          0          0     0.996    1.5269    2.0579    2.0579    2.5888    2.5888    4.7126    8.4291    11.615         2.8305             0.80414               2.8949                     1               2.9167             0.98235              0.57299               0.78479          -0.00015456    -0.00083817    -0.0030625    -0.0084938    -0.0084938    -0.0084938    -0.0084938    -0.0084938    0.085489      0.30589      0.40358      0.40358      0.62405      0.62405      0.77566      0.92722       0.99278  
    cl_mt_coh      1.4608     1.7451      1.1946      -3.3008    50.167          0    0.0030688    0.99693    1.7286e-15       0        -0.0018105     0.031904     0.065618     0.099332     0.099332    0.13314    0.13314    0.16686     1.154     1.732    2.2425    2.2762    2.8204    2.8204    4.9298    8.8067    12.038         2.6834             0.74328               2.9167               0.98235               3.0452                   1              0.57662               0.77002          -1.0275e-05     0.00029438     0.0023903      0.010443      0.010443      0.016559      0.016559      0.032214    0.090517      0.35042      0.38319      0.44435      0.65341      0.65341      0.75782      0.93375       0.99109  
    cl_mt_pol_c    1.3111    0.42912     0.32731     0.050103    4.9607          0            0          1    9.3201e-14       0           0.42667      0.42667      0.70851      0.70851      0.77603     1.1134      1.181      1.181    1.2191    1.2987    1.4676    1.7634     1.843    2.0118    2.0384    2.2396    2.7949        0.82341              0.9275              0.57299               0.78479              0.57662             0.77002              0.18414                     1            0.0038566      0.0038566      0.050307      0.050307      0.087551       0.12776       0.26774       0.26774     0.48512      0.52758      0.63956      0.70143       0.7644      0.89606      0.91647      0.98187       0.99777  

xxxxx fl_z_r_borr_max = 0.13429 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.347423 seconds.
Elapsed time is 0.554095 seconds.
                    mean       sd       coefofvar      min        max       pYis0       pYls0        pYgr0      pYisMINY     pYisMAXY      p0_1        p1         p5         p10        p15        p20         p25         p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1       fracByP5       fracByP10      fracByP15     fracByP20     fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    _______    _________    ________    ______    _______    __________    _______    __________    ________    ________    _______    _______    _______    _______    ________    ________    ________    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    ___________    ___________    ___________    ___________    ___________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val      2.9343      2.054         0.7      -21.803    14.851          0      0.022232    0.97777    9.3201e-14       0         -2.2581    -2.2581    0.10897    0.10897     0.1476     0.72411      2.2582      2.2772    2.9747    3.2883    4.4335    4.9337    5.2241    5.4169     6.306    7.7262    9.1086         4.2191                   1               2.8421               0.80777               2.6925             0.74646              0.81415               0.92478            -0.014102      -0.014102      -0.011312      -0.011312      -0.009566    -0.0048523     0.046099       0.1667     0.25036      0.39944      0.53975      0.63551      0.69117      0.83018      0.88891      0.97218       0.99707  
    cl_mt_pol_a    1.3462     1.7129      1.2724      -3.1564    48.251    0.17977    3.8855e-10    0.82023    1.3987e-15       0               0          0          0          0          0    0.023422    0.023422    0.023422    1.0834    1.6133    2.1433    2.1433    2.6733    2.6733    4.7931    8.5029    11.683         2.8421             0.80777               2.9341                     1               2.9545             0.98223              0.57564               0.78407          -1.9063e-10    -1.9063e-10    -1.9063e-10    -1.9063e-10    -1.9063e-10     0.0036877    0.0036877    0.0036877     0.10372      0.32489      0.42153      0.42153      0.63773      0.63773      0.78476      0.93042       0.99311  
    cl_mt_coh      1.5355      1.756      1.1436      -3.2033    50.172          0     4.685e-10          1    1.7286e-15       0        0.066971    0.10194    0.13691    0.16092    0.17189     0.17189     0.17189     0.19589    1.2474    1.8255    2.3338    2.3688     2.912     2.912    5.0149    8.8874    12.112         2.6925             0.74646               2.9545               0.98223               3.0837                   1              0.58006               0.77068           0.00013949      0.0012605      0.0067554       0.012501       0.025513      0.025513     0.025513     0.042998     0.10535      0.36704      0.39948      0.46004      0.66535      0.66535      0.76697      0.93654       0.99148  
    cl_mt_pol_c    1.3138    0.42861     0.32624     0.051434    4.9597          0             0          1    9.3201e-14       0         0.43445    0.43445    0.71629    0.71629     0.7403      1.1575      1.1816      1.1816    1.2213    1.2998    1.4707    1.7645     1.844    2.0139    2.0404    2.2436    2.7956        0.81415             0.92478              0.57564               0.78407              0.58006             0.77068               0.1837                     1            0.0060603      0.0060603       0.074848       0.074848       0.094403       0.12856      0.26832      0.26832     0.46836        0.529      0.66282      0.70174      0.76462      0.89612       0.9165      0.98188       0.99778  

xxxxx fl_z_r_borr_max = 0.13821 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.298605 seconds.
Elapsed time is 0.514128 seconds.
                    mean       sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY      p0_1        p1         p5         p10        p15        p20        p25        p35       p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1       fracByP5       fracByP10      fracByP15     fracByP20     fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    _______    _________    ________    ______    _______    _________    _______    __________    ________    ________    _______    _______    _______    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    ___________    ___________    ___________    ___________    ___________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val      2.9832     2.0567     0.68942      -21.431    14.851          0     0.023572    0.97643    9.3201e-14       0         -2.2578    -2.2578    0.10914    0.10914     0.2725    0.83585     2.2586     2.3507    3.0362    3.3449    4.4815    4.9786    5.2652    5.4597    6.3377    7.7493    9.1263           4.23                   1                2.882               0.81334               2.7299             0.75143              0.81073               0.92384            -0.013845      -0.013845      -0.011377      -0.011377     -0.0082098    -0.0028538    0.048756      0.17113      0.25526      0.40434      0.54427      0.63929      0.69447      0.83222      0.88029      0.97258       0.99711  
    cl_mt_pol_a    1.4115     1.7229      1.2206      -3.0667    48.251    0.17787    0.0022584    0.81987    1.3987e-15       0        -0.38917          0          0          0          0    0.10765    0.10765    0.10765    1.1658    1.6948    2.2239    2.2239    2.7529    2.7529    4.8691    8.5725    11.747          2.882             0.81334               2.9684                     1               2.9895             0.98234              0.58481               0.79552          -0.00028616    -0.00062073    -0.00062073    -0.00062073    -0.00062073       0.01554     0.01554      0.01554      0.12056      0.34203      0.43763      0.43763      0.64986      0.64986       0.7928      0.93323        0.9934  
    cl_mt_coh      1.6068     1.7664      1.0993      -3.1113    50.177          0    0.0022582    0.99774    1.7286e-15       0        -0.25503    0.10446    0.14069    0.17691    0.17691    0.21479    0.25102    0.28725    1.3356    1.9141    2.4201    2.4564    2.9986    2.9986    5.0953    8.9637    12.181         2.7299             0.75143               2.9895               0.98234                 3.12                   1              0.58867               0.78106          -0.00038218     0.00063782      0.0046661       0.017359       0.017359      0.019923    0.028486     0.052981      0.11874      0.38174      0.41387      0.47386      0.67579      0.67579      0.77494      0.93896       0.99182  
    cl_mt_pol_c    1.3153    0.42668      0.3244     0.052756    4.9588          0            0          1    9.3201e-14       0         0.43445    0.43445    0.71629    0.71629    0.82663     1.0733     1.1837     1.1837    1.2233    1.3009    1.4736    1.7656     1.845    2.0159    2.0424    2.2474    2.7963        0.81073             0.92384              0.58481               0.79552              0.58867             0.78106              0.18206                     1            0.0059326      0.0059326       0.074728       0.074728       0.096692       0.12864     0.26841      0.26841      0.46843      0.52902      0.66288      0.70175      0.76474      0.89627      0.91658      0.98188       0.99778  

xxxxx fl_z_r_borr_max = 0.14214 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.444547 seconds.
Elapsed time is 0.531264 seconds.
                    mean       sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY      p0_1         p1          p5         p10        p15        p20        p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1      fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    _______    _________    ________    ______    _______    ________    _______    __________    ________    ________    ________    ________    _______    _______    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    ___________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val      2.8415     2.1029     0.74007      -21.076    14.853          0    0.051708    0.94829    6.1019e-14       0           -3.09     -3.0576    -0.42141    0.12254    0.12254     0.9384     2.2693     2.2693     2.7694    3.4009    4.2717    4.7777    5.2638    5.5019    6.1698    7.7635    9.1449         4.4223                   1               2.8755               0.79757               2.7317             0.73849              0.83979                0.9249           -0.0090929     -0.012692     -0.024838    -0.019407    -0.019407    -0.010585     0.15266      0.15266      0.23271      0.40035      0.52391       0.6179      0.71093      0.83419      0.87696      0.97096       0.99726  
    cl_mt_pol_a    1.1984     1.7144      1.4306      -2.9819    48.252    0.33637    0.049114    0.61451    9.1573e-16       0        -0.32254    -0.31406           0          0          0          0          0          0     0.7154    1.2436    1.7718       2.3    2.8282    2.8282    4.4127      8.11    11.279         2.8755             0.79757               2.9393                     1               2.9619             0.98217              0.57593               0.77803           -0.0012875    -0.0046089       -0.0127      -0.0127      -0.0127      -0.0127     -0.0127      -0.0127      0.04804      0.22818      0.31342      0.40919       0.6217       0.6217      0.73478       0.9198       0.98973  
    cl_mt_coh      1.3913      1.759      1.2643      -3.0245    50.182          0    0.049112    0.95089    1.1317e-15       0        -0.24253    -0.20504    0.069486    0.14446    0.14446    0.18194    0.18194    0.18194    0.91523    1.4566     1.998    2.5394    3.0433    3.0808     4.705    8.4947    11.743         2.7317             0.73849               2.9619               0.98217               3.0941                   1              0.58204               0.76637          -0.00083513    -0.0027073    -0.0062593     0.004781     0.004781     0.033225    0.033225     0.033225      0.10599      0.28556      0.36762      0.45808       0.5274      0.65634      0.76036      0.92805       0.99081  
    cl_mt_pol_c    1.3085    0.43177     0.32998     0.054069    4.9579          0           0          1    6.1019e-14       0         0.39096     0.39901     0.71629    0.71629    0.71629    0.90819      1.181      1.181     1.2121    1.4236    1.4764    1.7599    1.7799    2.0178    2.0442    2.2509    2.7837        0.83979              0.9249              0.57593               0.77803              0.58204             0.76637              0.18642                     1            0.0024984     0.0035183      0.089762     0.089762     0.089762      0.11077     0.27638      0.27638      0.46583      0.53837      0.64209      0.70426      0.76701        0.901      0.91974      0.98259       0.99785  

xxxxx fl_z_r_borr_max = 0.14607 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.371677 seconds.
Elapsed time is 0.632320 seconds.
                    mean       sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1         p1          p5         p10        p15        p20        p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1      fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    ________    ________    _______    _______    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    ___________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.829     2.0622     0.72896      -20.743    14.852          0    0.052225    0.94778    6.1019e-14       0        -2.8919     -2.8668    -0.28589    0.13232    0.13232    0.48063     2.0191     2.2759     2.8218     3.143    4.3126    4.8158    5.1004    5.2998     6.198    7.6373    9.0344         4.2528                   1               2.6551                0.7875               2.5155             0.72727              0.83051               0.92938           -0.0086677     -0.012105     -0.022673    -0.016638    -0.016638    -0.013409     0.012119       0.1608     0.24269      0.39049      0.53214      0.62894      0.68534      0.82642       0.8758      0.97139       0.99695  
    cl_mt_pol_a    1.1479     1.6349      1.4243      -2.9017    48.253    0.34206    0.049661    0.60828    9.1573e-16       0        -0.2501    -0.24331           0          0          0          0          0          0    0.78987    1.3172    1.8446    1.8446     2.372     2.372    4.4815     8.173    11.337         2.6551              0.7875               2.6729                     1               2.6929             0.98208              0.54183               0.76483           -0.0010324    -0.0037547     -0.010381    -0.010381    -0.010381    -0.010381    -0.010381    -0.010381    0.064941      0.27672      0.37425      0.37425      0.59924      0.59924      0.75838      0.92079       0.99112  
    cl_mt_coh      1.3443     1.6772      1.2476      -2.9423    50.187          0    0.049659    0.95034    1.1317e-15       0         -0.162    -0.12326       0.032    0.14823    0.14823    0.18697    0.18697    0.18697    0.95785    1.5371     2.039    2.0777    2.6183    2.6183     4.703    8.5643    11.808         2.5155             0.72727               2.6929               0.98208                2.813                   1              0.54384                0.7483          -0.00059323     -0.001771    -0.0037774    0.0084196    0.0084196     0.039184     0.039184     0.039184    0.086555      0.33436      0.36669      0.42735      0.63796      0.63796      0.74531      0.92951       0.99212  
    cl_mt_pol_c    1.3075    0.43332     0.33141     0.055373    4.9571          0           0          1    6.1019e-14       0        0.39985     0.40628     0.70352    0.71629    0.71629    0.98536      1.181      1.181     1.2139    1.2898    1.4658    1.7545    1.8336    2.0064    2.0328    2.2543    2.7711        0.83051             0.92938              0.54183               0.76483              0.54384              0.7483              0.18777                     1             0.002593     0.0036469      0.023824     0.095121     0.095121      0.11488      0.28239      0.28239     0.48214      0.52441      0.63645      0.70147       0.7643      0.89605      0.91639      0.98313       0.99776  

xxxxx fl_z_r_borr_max = 0.15 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.393966 seconds.
Elapsed time is 0.566747 seconds.
                    mean       sd       coefofvar      min        max      pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY      p0_1          p1           p5         p10        p15        p20       p25      p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1      fracByP1       fracByP5      fracByP10     fracByP15     fracByP20     fracByP25     fracByP35     fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    _______    _________    ________    ______    ______    ________    _______    __________    ________    _________    _________    ________    _______    _______    _______    _____    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    ___________    ___________    ___________    __________    __________    __________    __________    __________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val      2.8602     2.0564     0.71896       -20.43    14.852         0    0.051975    0.94802    6.1019e-14       0          -2.7119      -2.6937    -0.16777    0.13533    0.13533    0.55448    2.101    2.2774     2.8651    3.1831    4.3472    4.8482    5.1296    5.3304    6.2204    7.6542    9.0476         4.2288                   1               2.6956               0.79189               2.5537              0.7314              0.82524               0.93036           -0.0080405      -0.011235      -0.020228     -0.014093     -0.014093     -0.010409      0.015973       0.16315     0.24552      0.39353       0.5347      0.63112      0.68724      0.82758      0.87664      0.97151       0.99688  
    cl_mt_pol_a    1.1939     1.6553      1.3865      -2.8257    48.254    0.3421    0.049669    0.60823    9.1573e-16       0         -0.18167      -0.1766           0          0          0          0        0         0    0.86044     1.387    1.9136    1.9136    2.4402    2.4402    4.5466    8.2328    11.919         2.6956             0.79189               2.7401                     1               2.7607             0.98226              0.55013               0.77048          -0.00072127     -0.0026213     -0.0072422    -0.0072422    -0.0072422    -0.0072422    -0.0072422    -0.0072422     0.07498      0.28936      0.38663      0.38663      0.60916      0.60916       0.7648       0.9225       0.99208  
    cl_mt_coh      1.3962     1.6979      1.2161      -2.8644    50.192         0    0.049667    0.95033    1.1317e-15       0        -0.085566    -0.045566       0.032      0.152      0.152      0.192    0.192     0.192      1.034    1.6137    2.1135    2.1535    2.6932    2.6932    4.7723    8.6306    12.369         2.5537              0.7314               2.7607               0.98226               2.8827                   1              0.55198               0.75371          -0.00031467    -0.00073396    -0.00084984      0.011187      0.011187      0.041607      0.041607      0.041607    0.093397      0.34495      0.37721      0.43774       0.6463       0.6463      0.75158      0.93092       0.99043  
    cl_mt_pol_c     1.309    0.43134     0.32952     0.056668    4.9563         0           0          1    6.1019e-14       0          0.40868      0.41348     0.71629    0.71629    0.71629     1.0585    1.181     1.181     1.2156    1.2907    1.4683    1.7554    1.8344    2.0081    2.0476    2.2575    2.7717        0.82524             0.93036              0.55013               0.77048              0.55198             0.75371              0.18605                     1            0.0026477      0.0037192       0.094219      0.094219      0.094219       0.11674        0.2835        0.2835      0.4833      0.52556      0.63762      0.70155      0.76434      0.89596      0.92114      0.98283       0.99803  

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

    'Vary '    'borrow bound'    ' ('    'fl_b_bd'    '): '

  Column 6

    '-20       -16.25...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:5
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_b_bd = -20 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.476152 seconds.
Elapsed time is 0.734414 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4754     2.6277      1.0615      -26.133    14.856          0    0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122      0.22645       1.0329    2.3198     2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                   1               4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_pol_a    0.84678     1.8686      2.2067      -4.4617    48.237    0.16982    0.27323    0.55695    3.1008e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0062             0.81588               3.4918                     1               3.5738             0.98634              0.63749               0.78054          -0.0090098    -0.054136     -0.15838    -0.24894     -0.28338     -0.29847     -0.29847     -0.29847     -0.25989      0.16255      0.16255       0.4683       0.4683       0.4683      0.67224      0.89076       0.99135  
    cl_mt_coh       0.9636      1.939      2.0122      -4.5412    50.122          0    0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                   1              0.64334               0.75911          -0.0095635    -0.050194     -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_pol_c     1.2857    0.43707     0.33995     0.037692     4.973          0          0          1     1.812e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                     1          9.8462e-05    0.0031173     0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

xxxxx fl_b_bd = -16.25 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.412865 seconds.
Elapsed time is 0.681871 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4754     2.6277      1.0615      -26.133    14.856          0    0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122      0.22645       1.0329    2.3198     2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                   1               4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_pol_a    0.84678     1.8686      2.2067      -4.4617    48.237    0.16982    0.27323    0.55695    3.1008e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0062             0.81588               3.4918                     1               3.5738             0.98634              0.63749               0.78054          -0.0090098    -0.054136     -0.15838    -0.24894     -0.28338     -0.29847     -0.29847     -0.29847     -0.25989      0.16255      0.16255       0.4683       0.4683       0.4683      0.67224      0.89076       0.99135  
    cl_mt_coh       0.9636      1.939      2.0122      -4.5412    50.122          0    0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                   1              0.64334               0.75911          -0.0095635    -0.050194     -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_pol_c     1.2857    0.43707     0.33995     0.037692     4.973          0          0          1     1.812e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                     1          9.8462e-05    0.0031173     0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

xxxxx fl_b_bd = -12.5 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.320243 seconds.
Elapsed time is 0.763224 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4754     2.6277      1.0615      -26.133    14.856          0    0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122      0.22645       1.0329    2.3198     2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                   1               4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_pol_a    0.84678     1.8686      2.2067      -4.4617    48.237    0.16982    0.27323    0.55695    3.1008e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0062             0.81588               3.4918                     1               3.5738             0.98634              0.63749               0.78054          -0.0090098    -0.054136     -0.15838    -0.24894     -0.28338     -0.29847     -0.29847     -0.29847     -0.25989      0.16255      0.16255       0.4683       0.4683       0.4683      0.67224      0.89076       0.99135  
    cl_mt_coh       0.9636      1.939      2.0122      -4.5412    50.122          0    0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                   1              0.64334               0.75911          -0.0095635    -0.050194     -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_pol_c     1.2857    0.43707     0.33995     0.037692     4.973          0          0          1     1.812e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                     1          9.8462e-05    0.0031173     0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

xxxxx fl_b_bd = -8.75 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.459871 seconds.
Elapsed time is 0.748916 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4754     2.6277      1.0615      -26.133    14.856          0    0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122      0.22645       1.0329    2.3198     2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                   1               4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_pol_a    0.84678     1.8686      2.2067      -4.4617    48.237    0.16982    0.27323    0.55695    3.1008e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0062             0.81588               3.4918                     1               3.5738             0.98634              0.63749               0.78054          -0.0090098    -0.054136     -0.15838    -0.24894     -0.28338     -0.29847     -0.29847     -0.29847     -0.25989      0.16255      0.16255       0.4683       0.4683       0.4683      0.67224      0.89076       0.99135  
    cl_mt_coh       0.9636      1.939      2.0122      -4.5412    50.122          0    0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                   1              0.64334               0.75911          -0.0095635    -0.050194     -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_pol_c     1.2857    0.43707     0.33995     0.037692     4.973          0          0          1     1.812e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                     1          9.8462e-05    0.0031173     0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

xxxxx fl_b_bd = -5 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.604529 seconds.
Elapsed time is 0.758508 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4754     2.6277      1.0615      -26.133    14.856          0    0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122      0.22645       1.0329    2.3198     2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                   1               4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_pol_a    0.84678     1.8686      2.2067      -4.4617    48.237    0.16982    0.27323    0.55695    3.1008e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0062             0.81588               3.4918                     1               3.5738             0.98634              0.63749               0.78054          -0.0090098    -0.054136     -0.15838    -0.24894     -0.28338     -0.29847     -0.29847     -0.29847     -0.25989      0.16255      0.16255       0.4683       0.4683       0.4683      0.67224      0.89076       0.99135  
    cl_mt_coh       0.9636      1.939      2.0122      -4.5412    50.122          0    0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                   1              0.64334               0.75911          -0.0095635    -0.050194     -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_pol_c     1.2857    0.43707     0.33995     0.037692     4.973          0          0          1     1.812e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                     1          9.8462e-05    0.0031173     0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

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

    'Vary '    'minimum consumption'    ' ('    'fl_c_min'    '): '

  Column 6

    '0.03     0.02275...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:5
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_c_min = 0.03 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.581587 seconds.
Elapsed time is 0.777318 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4754     2.6277      1.0615      -26.133    14.856          0    0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122      0.22645       1.0329    2.3198     2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                   1               4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_pol_a    0.84678     1.8686      2.2067      -4.4617    48.237    0.16982    0.27323    0.55695    3.1008e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0062             0.81588               3.4918                     1               3.5738             0.98634              0.63749               0.78054          -0.0090098    -0.054136     -0.15838    -0.24894     -0.28338     -0.29847     -0.29847     -0.29847     -0.25989      0.16255      0.16255       0.4683       0.4683       0.4683      0.67224      0.89076       0.99135  
    cl_mt_coh       0.9636      1.939      2.0122      -4.5412    50.122          0    0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                   1              0.64334               0.75911          -0.0095635    -0.050194     -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_pol_c     1.2857    0.43707     0.33995     0.037692     4.973          0          0          1     1.812e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                     1          9.8462e-05    0.0031173     0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

xxxxx fl_c_min = 0.02275 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.442767 seconds.
Elapsed time is 0.722403 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4754     2.6277      1.0615      -26.133    14.856          0    0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122      0.22645       1.0329    2.3198     2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                   1               4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_pol_a    0.84678     1.8686      2.2067      -4.4617    48.237    0.16982    0.27323    0.55695    3.1008e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0062             0.81588               3.4918                     1               3.5738             0.98634              0.63749               0.78054          -0.0090098    -0.054136     -0.15838    -0.24894     -0.28338     -0.29847     -0.29847     -0.29847     -0.25989      0.16255      0.16255       0.4683       0.4683       0.4683      0.67224      0.89076       0.99135  
    cl_mt_coh       0.9636      1.939      2.0122      -4.5412    50.122          0    0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                   1              0.64334               0.75911          -0.0095635    -0.050194     -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_pol_c     1.2857    0.43707     0.33995     0.037692     4.973          0          0          1     1.812e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                     1          9.8462e-05    0.0031173     0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

xxxxx fl_c_min = 0.0155 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.383228 seconds.
Elapsed time is 0.646773 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4754     2.6277      1.0615      -26.133    14.856          0    0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122      0.22645       1.0329    2.3198     2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                   1               4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_pol_a    0.84678     1.8686      2.2067      -4.4617    48.237    0.16982    0.27323    0.55695    3.1008e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0062             0.81588               3.4918                     1               3.5738             0.98634              0.63749               0.78054          -0.0090098    -0.054136     -0.15838    -0.24894     -0.28338     -0.29847     -0.29847     -0.29847     -0.25989      0.16255      0.16255       0.4683       0.4683       0.4683      0.67224      0.89076       0.99135  
    cl_mt_coh       0.9636      1.939      2.0122      -4.5412    50.122          0    0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                   1              0.64334               0.75911          -0.0095635    -0.050194     -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_pol_c     1.2857    0.43707     0.33995     0.037692     4.973          0          0          1     1.812e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                     1          9.8462e-05    0.0031173     0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

xxxxx fl_c_min = 0.00825 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.445754 seconds.
Elapsed time is 0.649178 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4754     2.6277      1.0615      -26.133    14.856          0    0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122      0.22645       1.0329    2.3198     2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                   1               4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_pol_a    0.84678     1.8686      2.2067      -4.4617    48.237    0.16982    0.27323    0.55695    3.1008e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0062             0.81588               3.4918                     1               3.5738             0.98634              0.63749               0.78054          -0.0090098    -0.054136     -0.15838    -0.24894     -0.28338     -0.29847     -0.29847     -0.29847     -0.25989      0.16255      0.16255       0.4683       0.4683       0.4683      0.67224      0.89076       0.99135  
    cl_mt_coh       0.9636      1.939      2.0122      -4.5412    50.122          0    0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                   1              0.64334               0.75911          -0.0095635    -0.050194     -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_pol_c     1.2857    0.43707     0.33995     0.037692     4.973          0          0          1     1.812e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                     1          9.8462e-05    0.0031173     0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

xxxxx fl_c_min = 0.001 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.327858 seconds.
Elapsed time is 0.708099 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4754     2.6277      1.0615      -26.133    14.856          0    0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122      0.22645       1.0329    2.3198     2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                   1               4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_pol_a    0.84678     1.8686      2.2067      -4.4617    48.237    0.16982    0.27323    0.55695    3.1008e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0062             0.81588               3.4918                     1               3.5738             0.98634              0.63749               0.78054          -0.0090098    -0.054136     -0.15838    -0.24894     -0.28338     -0.29847     -0.29847     -0.29847     -0.25989      0.16255      0.16255       0.4683       0.4683       0.4683      0.67224      0.89076       0.99135  
    cl_mt_coh       0.9636      1.939      2.0122      -4.5412    50.122          0    0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                   1              0.64334               0.75911          -0.0095635    -0.050194     -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_pol_c     1.2857    0.43707     0.33995     0.037692     4.973          0          0          1     1.812e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                     1          9.8462e-05    0.0031173     0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

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

    'Vary '    'borrow shock n'    ' ('    'fl_z_r_borr_n'    '): '

  Column 6

    '3   4   5   6   ...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:5
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_r_borr_n = 3 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 15 xxxxx
Elapsed time is 0.195728 seconds.
Elapsed time is 0.325377 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    _______    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4836     2.5894      1.0426      -27.232    14.855          0    0.099109    0.90089    2.1175e-12       0        -13.153    -5.9714    -1.9072    0.04022     0.04022      0.21755        1.015    2.3152     2.6141     3.277    4.2029    4.6635    5.1691    5.1691    6.1094    7.6086    9.0195         6.7052                   1                3.917               0.81574               3.8255             0.76805              0.98846               0.87326          -0.0082382    -0.037619    -0.088868     -0.1074      -0.1074     -0.10504     -0.092531    0.083984      0.12801      0.36083      0.47538      0.54573      0.80175      0.80175      0.87012      0.96706       0.99656  
    cl_mt_pol_a    0.85637     1.8544      2.1654      -4.4617    48.237    0.17006     0.27229    0.55764    3.3521e-13       0        -3.2636    -3.1593    -1.6876    -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294          3.917             0.81574               3.4387                     1               3.5175             0.98613              0.63313               0.78106          -0.0049672    -0.040467     -0.14953    -0.23638     -0.27048     -0.28542      -0.28542    -0.28542     -0.24721      0.17102      0.17102      0.47372      0.47372      0.47372      0.67559      0.89188       0.99144  
    cl_mt_coh      0.97525     1.9235      1.9723      -4.5412    50.122          0     0.17584    0.82416    6.5264e-13       0        -3.3827    -3.3379    -1.7121    -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022     1.674     1.674     2.186    2.2308    2.2308    4.4583    8.3564    11.698         3.8255             0.76805               3.5175               0.98613                  3.7                   1              0.63884               0.75977           -0.006838    -0.037471     -0.13631    -0.21335     -0.24048     -0.24114      -0.24114    -0.22147     -0.17824      0.22871      0.22871      0.27953      0.51573      0.51573      0.70335       0.9016       0.99222  
    cl_mt_pol_c     1.2861    0.43713     0.33989     0.037692     4.973          0           0          1    2.1175e-12       0        0.13432    0.46447    0.65772    0.70603     0.82428      0.97746       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0393    2.2158    2.9085        0.98846             0.87326              0.63313               0.78106              0.63884             0.75977              0.19108                     1          0.00016246    0.0037406      0.02483     0.06409     0.089424      0.11442       0.15825     0.30886      0.38255      0.53377      0.64329      0.70859      0.89404      0.89404      0.92004      0.98225         0.998  

xxxxx fl_z_r_borr_n = 4 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 20 xxxxx
Elapsed time is 0.288270 seconds.
Elapsed time is 0.501745 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    _______    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4947     2.5676      1.0292       -26.65    14.855          0    0.098058    0.90194    1.3582e-13       0        -13.034    -5.9054    -2.1256     0.0444      0.0444      0.22173       1.0234    2.3173      2.616    3.2786    4.2043    4.6648    5.1704    5.1704    6.1104    7.6092    9.0199         6.5923                   1               3.8815               0.81653               3.7888             0.76855              0.98218               0.87561           -0.006502    -0.036376    -0.085893    -0.10398     -0.10398     -0.10165     -0.089266    0.087354      0.13141      0.36318      0.47735      0.54745      0.80253      0.80253      0.87064      0.96719       0.99658  
    cl_mt_pol_a    0.85956     1.8514      2.1539      -4.4617    48.237    0.17019     0.27186    0.55796    6.0732e-15       0        -3.2281    -3.1593    -1.6692    -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         3.8815             0.81653               3.4278                     1               3.5055             0.98612              0.63109               0.78023           -0.011569      -0.0477     -0.14833     -0.2324     -0.26643     -0.28132      -0.28132    -0.28132     -0.24323      0.17369      0.17369      0.47544      0.47544      0.47544      0.67664      0.89223       0.99146  
    cl_mt_coh      0.97807       1.92      1.9631      -4.5412    50.122          0     0.18564    0.81436    1.0712e-14       0        -3.3677    -3.3379    -1.6971    -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022     1.674     1.674     2.201    2.2308    2.2308    4.4284    8.3564    11.698         3.7888             0.76855               3.5055               0.98612               3.6865                   1              0.63657               0.75888            -0.01192    -0.044142     -0.13507     -0.2098     -0.23692     -0.23766      -0.23766    -0.21817      -0.1751      0.23071      0.23071      0.30651      0.51698      0.51698      0.66163      0.90184       0.99224  
    cl_mt_pol_c     1.2865    0.43688     0.33959     0.037692     4.973          0           0          1    1.3582e-13       0        0.13432    0.46447    0.65772    0.70603     0.82428      0.97746       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0393    2.2158    2.9085        0.98218             0.87561              0.63109               0.78023              0.63657             0.75888              0.19086                     1          0.00012993    0.0029908     0.024041    0.060127     0.087686      0.11328       0.15838     0.30896      0.38252      0.53369      0.64322      0.70854      0.89405      0.89405      0.92004      0.98224         0.998  

xxxxx fl_z_r_borr_n = 5 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 25 xxxxx
Elapsed time is 0.378615 seconds.
Elapsed time is 0.618222 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4754     2.6277      1.0615      -26.133    14.856          0    0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122      0.22645       1.0329    2.3198     2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                   1               4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_pol_a    0.84678     1.8686      2.2067      -4.4617    48.237    0.16982    0.27323    0.55695    3.1008e-16       0        -3.7275    -3.1593    -1.6876     -1.1251    -0.61654     -0.10799     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0062             0.81588               3.4918                     1               3.5738             0.98634              0.63749               0.78054          -0.0090098    -0.054136     -0.15838    -0.24894     -0.28338     -0.29847     -0.29847     -0.29847     -0.25989      0.16255      0.16255       0.4683       0.4683       0.4683      0.67224      0.89076       0.99135  
    cl_mt_coh       0.9636      1.939      2.0122      -4.5412    50.122          0    0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121     -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                   1              0.64334               0.75911          -0.0095635    -0.050194     -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_pol_c     1.2857    0.43707     0.33995     0.037692     4.973          0          0          1     1.812e-14       0        0.18563    0.46447    0.65772     0.70603     0.82428       0.9722       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                     1          9.8462e-05    0.0031173     0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

xxxxx fl_z_r_borr_n = 6 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 30 xxxxx
Elapsed time is 0.354877 seconds.
Elapsed time is 0.763829 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    _______    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4773     2.6228      1.0588      -25.647    14.856          0    0.10068    0.89932    4.3605e-15       0        -12.672    -6.2117    -2.0922    -0.3344     0.05679      0.23363       1.0437    2.3225     2.6208    3.2825    4.2075    4.6677    5.1733    5.1733    6.1128    7.6107     9.021         6.8793                   1               4.0142               0.81722               3.9271             0.77047              0.99385               0.86726          -0.0086097    -0.036408    -0.091469     -0.1124      -0.1109     -0.10829     -0.097038    0.082274      0.12649      0.35984      0.47452      0.54498      0.80141      0.80141      0.86994      0.96701       0.99656  
    cl_mt_pol_a    0.84315     1.8728      2.2212      -4.4617    48.237    0.16971    0.27366    0.55663    3.6119e-17       0        -3.7154    -3.1593    -1.6988    -1.1251    -0.61654     -0.10939     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0142             0.81722               3.5073                     1               3.5899              0.9864              0.63838               0.78017          -0.0094393    -0.059161     -0.15855    -0.25363      -0.2882     -0.29488      -0.30336    -0.30336     -0.26464      0.15937      0.15937      0.46625      0.46625      0.46625      0.67097      0.89034       0.99131  
    cl_mt_coh      0.95891     1.9433      2.0266      -4.5412    50.122          0    0.20742    0.79258    5.5335e-17       0        -3.9127    -3.3379     -1.721    -1.1104    -0.55351    -0.014565    0.0033546    0.1216    0.56022     1.656     1.674     2.195    2.2308    2.2308    4.4404    8.3564    11.698         3.9271             0.77047               3.5899                0.9864               3.7764                   1              0.64416               0.75868           -0.010193     -0.05482     -0.14549    -0.22955     -0.25717      -0.2584      -0.25816    -0.23867       -0.195     0.032984       0.2174      0.26163      0.50844      0.50844      0.66553      0.90008        0.9921  
    cl_mt_pol_c     1.2856    0.43692     0.33985     0.037692     4.973          0          0          1    4.3605e-15       0        0.17523    0.46447    0.65772    0.70603     0.82428      0.96348       1.0741     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99385             0.86726              0.63838               0.78017              0.64416             0.75868               0.1909                     1          9.5176e-05     0.003421     0.023015    0.052606     0.084721      0.11006       0.15725     0.30978      0.38312      0.53405      0.64375      0.70897      0.89416      0.89416       0.9157      0.98227         0.998  

xxxxx fl_z_r_borr_n = 7 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 35 xxxxx
Elapsed time is 0.470248 seconds.
Elapsed time is 1.005262 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25         p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4824      2.609       1.051       -25.14    14.856          0    0.10143    0.89857    5.1446e-13       0        -12.452    -6.1497    -2.0626    -0.32477    0.062496      0.23942        1.067     2.3256     2.6237    3.2849    4.2094    4.6694     5.175     5.175    6.1142    7.6115    9.0215         6.8071                   1               4.0071               0.81887               3.9194             0.77196              0.99023               0.86914          -0.0074631    -0.034998    -0.090108    -0.11081     -0.10933     -0.10669     -0.093702    0.084108       0.1276      0.36124      0.47567      0.54597      0.80185      0.80185      0.87024      0.96709       0.99657  
    cl_mt_pol_a    0.84056     1.8756      2.2313      -4.4617    48.237    0.16962      0.274    0.55638    2.8376e-15       0        -3.7477    -3.1933    -2.1422     -1.1251    -0.61654     -0.10915     -0.10799          0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0071             0.81887               3.5178                     1               3.6004             0.98645              0.63847               0.77955          -0.0049698    -0.043187     -0.16119    -0.25697     -0.29163     -0.29954      -0.30685    -0.30685     -0.26802       0.1571       0.1571      0.46479      0.46479      0.46479      0.67007      0.89004       0.99129  
    cl_mt_coh      0.95521      1.946      2.0373      -4.5412    50.122          0    0.21711    0.78289    5.2426e-15       0        -3.9246    -3.3528    -2.2241     -1.1104    -0.55351    -0.011579    0.0033546    0.10667    0.56022     1.659     1.674     2.201    2.2308    2.2308    4.4284    8.3564    11.698         3.9194             0.77196               3.6004               0.98645                3.787                   1              0.64412               0.75797          -0.0054914    -0.040437     -0.14811    -0.23275      -0.2605     -0.26184      -0.26164    -0.25275     -0.19857     0.055946      0.21493      0.27982      0.50682      0.50682      0.65193      0.89974       0.99208  
    cl_mt_pol_c     1.2857    0.43668     0.33965     0.037692     4.973          0          0          1    5.1446e-13       0        0.16834    0.46447    0.65772     0.70603     0.82428      0.95769       1.0741      1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99023             0.86914              0.63847               0.77955              0.64412             0.75797              0.19069                     1          9.8854e-05    0.0031169     0.022237    0.048969     0.083008      0.11011        0.1562     0.31001      0.38331        0.534      0.64391       0.7091       0.8942       0.8942      0.91573      0.98227         0.998  

xxxxx fl_z_r_borr_n = 8 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 40 xxxxx
Elapsed time is 0.604528 seconds.
Elapsed time is 1.183816 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20           p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    __________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4809     2.6176     1.0551        -24.63    14.856          0    0.10223    0.89777    5.5269e-14       0        -12.217    -6.0733    -2.0303    -0.30465    0.069001       0.24598       1.0795    2.3291     2.6269    3.2875    4.2115    4.6714     5.177     5.177    6.1159    7.6125    9.0222         6.8519                   1               4.0432               0.82007               3.9563             0.77334               0.9915               0.86766          -0.0082107    -0.037309    -0.091811    -0.11209     -0.11066     -0.10795     -0.095086    0.083768      0.12716       0.36111     0.47555      0.54585      0.80179      0.80179      0.87022      0.96709       0.99657  
    cl_mt_pol_a    0.83449     1.8835     2.2571       -4.4617    48.237    0.16946    0.27462    0.55592    2.0338e-16       0        -3.7361    -3.1884    -2.1422     -1.1251    -0.61654      -0.10898     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339    11.294         4.0432             0.82007               3.5475                     1               3.6316             0.98655              0.64083               0.77937          -0.0066406    -0.055341      -0.1696    -0.26514     -0.30004     -0.30916      -0.31536    -0.31536     -0.27629       0.15156     0.15156      0.46124      0.46124      0.46124      0.66787      0.88931       0.99123  
    cl_mt_coh      0.94762     1.9544     2.0624       -4.5412    50.122          0    0.22663    0.77337    3.4605e-16       0        -3.9203    -3.3507    -2.2241     -1.1104    -0.55351    -0.0094454    0.0033546    0.1088    0.56022    1.6484     1.674    2.2052     2.218    2.2308    4.4327    8.3564    11.685         3.9563             0.77334               3.6316               0.98655               3.8197                   1              0.64651               0.75775          -0.0074502    -0.050547     -0.15595    -0.24044     -0.26844     -0.26992      -0.26975    -0.25939     -0.20658     -0.019576     0.20951      0.29821      0.38238      0.50331      0.65419      0.89901       0.98742  
    cl_mt_pol_c     1.2855    0.43655     0.3396      0.037692     4.973          0          0          1    5.5269e-14       0        0.16344    0.46447    0.65772     0.70703     0.82428       0.95358       1.0718     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085         0.9915             0.86766              0.64083               0.77937              0.64651             0.75775              0.19058                     1          0.00011114      0.00302     0.021671    0.058353     0.081599      0.11017       0.15058     0.31031      0.38354       0.53418     0.64413      0.70928      0.89425      0.89425      0.91566      0.98228         0.998  

xxxxx fl_z_r_borr_n = 9 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 45 xxxxx
Elapsed time is 0.577286 seconds.
Elapsed time is 1.519915 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4937     2.5883      1.0379       -24.09    14.856          0    0.10219    0.89781    1.1885e-12       0        -11.957    -5.9829    -1.9925    -0.27421    0.076655      0.25368       1.0945    2.3331     2.6306    3.2905     4.214    4.6737    5.1793    5.1793    6.1177    7.6135     9.023         6.6995                   1               3.9913               0.82227               3.9016             0.77483               0.9831               0.87062          -0.0067211    -0.033908    -0.08724    -0.10781     -0.10646     -0.10365     -0.090924    0.088089      0.13054        0.3644     0.47836      0.54836      0.80317      0.80317      0.87128      0.96745       0.99661  
    cl_mt_pol_a     0.8338     1.8753      2.2491      -4.4617    48.237    0.16952    0.27451    0.55597    3.7321e-15       0        -3.7275    -3.2106    -2.1422     -1.1251    -0.61654     -0.10974     -0.10799         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75         3.9913             0.82227               3.5168                     1               3.5989             0.98645              0.63812               0.77997           -0.008502    -0.042098    -0.16871    -0.26409     -0.29906     -0.30514      -0.31442    -0.31442      -0.2753       0.15306     0.15306      0.46309      0.46309      0.46309      0.66997      0.89184       0.98738  
    cl_mt_coh      0.94577     1.9454       2.057      -4.5412    50.122          0    0.23479    0.76521    7.0822e-15       0        -3.9283    -3.3603    -2.2241     -1.1104    -0.55351    -0.019045    0.0033546    0.1104    0.56022    1.6516     1.674    2.1972    2.2196    2.2308    4.4359    8.3452    11.141         3.9016             0.77483               3.5989               0.98645               3.7847                   1              0.64356               0.75826           -0.004597    -0.039284    -0.15517    -0.23961     -0.26773     -0.26912      -0.26924    -0.25759     -0.20632     0.0091772      0.2103      0.26894      0.40432      0.50458      0.66087      0.89622       0.98849  
    cl_mt_pol_c     1.2859    0.43626     0.33928     0.037692     4.973          0          0          1    1.1885e-12       0        0.17609    0.46747    0.65772      0.7069     0.82428      0.95843       1.0699     1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085         0.9831             0.87062              0.63812               0.77997              0.64356             0.75826              0.19033                     1          0.00010474    0.0030409    0.021138    0.054483     0.080418      0.11003       0.15036     0.31041      0.38397       0.53409      0.6443      0.70945      0.89453      0.89453      0.91571      0.98303       0.99801  

xxxxx fl_z_r_borr_n = 10 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 50 xxxxx
Elapsed time is 0.705740 seconds.
Elapsed time is 1.394564 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25         p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4868       2.63      1.0576      -23.523    14.856          0    0.10298    0.89702    0.00011216       0        -14.033    -5.8729    -1.9474    -0.23776    0.086818      0.26361       1.1122     2.3377     2.6348     3.294    4.2168    4.6763    5.1818    5.1818    6.1199    7.6148    9.0239         6.9167                   1               4.0799                0.8212               3.9935             0.77466              0.98941               0.86257           -0.007115     -0.03832    -0.091445    -0.11168     -0.10987     -0.10685      -0.0947     0.085831      0.12842      0.36294      0.47716      0.54732      0.80272      0.80272        0.871      0.96739       0.99661  
    cl_mt_pol_a    0.82501     1.8891      2.2898      -4.4617    48.237    0.16933    0.27526    0.55541    1.5772e-07       0        -4.2366    -3.2517    -2.1422     -1.1331    -0.61654     -0.10954     -0.10799          0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75         4.0799              0.8212               3.5687                     1               3.6534             0.98662              0.64223               0.77948          -0.0053721    -0.047535      -0.1803    -0.26376     -0.31164     -0.31918     -0.32717     -0.32717     -0.28769       0.1448       0.1448      0.45783      0.45783      0.45783      0.66673      0.89077       0.98725  
    cl_mt_coh      0.93496     1.9602      2.0965      -4.5412    50.122          0    0.24321    0.75679    2.4638e-07       0        -4.4715    -3.3777    -2.2241     -1.1203    -0.55351    -0.016556    0.0033546    0.10169    0.56022    1.6541     1.674     2.191    2.2209    2.2308    4.4284    8.3464    11.141         3.9935             0.77466               3.6534               0.98662               3.8423                   1              0.64778               0.75771          -0.0057296    -0.043892     -0.16604    -0.24018     -0.27961     -0.28127     -0.28135     -0.27344     -0.21824     0.029008      0.20229      0.24525      0.41762      0.49943      0.65089      0.89609       0.98837  
    cl_mt_pol_c     1.2856    0.43615     0.33926     0.037692     4.973          0          0          1    0.00011216       0        0.19148    0.47332    0.66213     0.70681     0.82428      0.95078       1.0735      1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.98941             0.86257              0.64223               0.77948              0.64778             0.75771              0.19022                     1          9.7566e-05    0.0029242     0.022719    0.050517     0.079559      0.10994      0.15111      0.31098      0.38429      0.53435      0.64457      0.70966      0.89459      0.89459      0.91576      0.98304       0.99802  

xxxxx fl_z_r_borr_n = 11 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 55 xxxxx
Elapsed time is 0.610615 seconds.
Elapsed time is 1.830544 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25          p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65     fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    __________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5006     2.5997      1.0396      -22.923    14.856          0    0.10316    0.89684     7.061e-05       0        -13.139    -5.7426    -1.8899    -0.18088    0.096987      0.27383        1.1327     2.3431     2.6397     3.298    4.2201    4.6793    5.1848    5.1848    6.1224    7.6163    9.0249         6.7586                   1                4.048               0.82369               3.9589             0.77659              0.98105               0.86609          -0.0066957    -0.035938    -0.088472    -0.10769     -0.10586     -0.10267     -0.090601    0.090226      0.13265        0.36617     0.47983      0.54964      0.80376      0.80376      0.87169      0.96756       0.99663  
    cl_mt_pol_a     0.8239     1.8904      2.2944      -4.4617    48.237    0.16931    0.27533    0.55536    9.4948e-08       0        -4.2033    -3.2422    -2.1422     -1.1323    -0.61654      -0.1101      -0.10868          0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75          4.048             0.82369               3.5734                     1               3.6572             0.98664              0.64146               0.77879          -0.0064478    -0.050117     -0.18212    -0.26803      -0.3133     -0.31925      -0.32557    -0.32887     -0.28933         0.1437      0.1437      0.45711      0.45711      0.45711      0.66628      0.89063       0.98723  
    cl_mt_coh      0.93222     1.9609      2.1034      -4.5412    50.122          0    0.25015    0.74985    1.3898e-07       0        -4.4695    -3.3737    -2.2241     -1.1193    -0.55351    -0.023525    -0.0056054    0.10368    0.55126    1.6471     1.674     2.195    2.2129    2.2308    4.4225    8.3385    11.141         3.9589             0.77659               3.6572               0.98664                3.845                   1              0.64676                 0.757          -0.0048983    -0.046514     -0.16784    -0.24423     -0.28149     -0.28307      -0.28358    -0.27402     -0.23053     -0.0073825     0.20045      0.26618      0.36955      0.49817       0.6463      0.89347       0.98834  
    cl_mt_pol_c      1.286    0.43571     0.33883     0.037692     4.973          0          0          1     7.061e-05       0        0.18226    0.47793    0.66169     0.70743     0.82428      0.96348        1.0686      1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.98105             0.86609              0.64146               0.77879              0.64676               0.757              0.18985                     1           0.0001061    0.0030259     0.021927    0.055156       0.0783       0.1107       0.15073     0.31114      0.38433        0.53428      0.6447      0.70977      0.89463      0.89463      0.91579      0.98304       0.99802  

xxxxx fl_z_r_borr_n = 12 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 60 xxxxx
Elapsed time is 0.980866 seconds.
Elapsed time is 2.044903 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25          p35         p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    __________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5132     2.5767      1.0252      -22.295    14.857          0    0.10336    0.89664    4.8117e-05       0        -13.173    -5.6026    -1.8287    -0.13417     0.10914      0.28494        1.1613      2.3488      2.645    3.3023    4.2236    4.6825    5.1881    5.1881     6.125    7.6178     9.026         6.6392                   1               4.0286               0.82579               3.9374              0.7783              0.97375               0.86825            -0.00618    -0.034431    -0.085152    -0.10425     -0.10197     -0.099113    -0.08574     0.094196      0.13648       0.36911     0.48227      0.55176      0.80471      0.80471      0.87232      0.96773       0.99664  
    cl_mt_pol_a    0.82179     1.8933      2.3039      -4.4617    48.237    0.16926     0.2755    0.55524    7.2513e-08       0        -4.2009    -3.2735    -2.1547     -1.1383    -0.62015      -0.1099      -0.10862           0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75         4.0286             0.82579               3.5847                     1               3.6678             0.98668              0.64109               0.77794          -0.0065562    -0.048094     -0.17726    -0.26502     -0.31067      -0.32393     -0.3295     -0.33201     -0.29239       0.14166     0.14166      0.45581      0.45581      0.45581      0.66548      0.89036        0.9872  
    cl_mt_coh      0.92823     1.9634      2.1152      -4.5412    50.122          0    0.25633    0.74367    1.0919e-07       0        -4.4679    -3.3867    -2.2323     -1.1267    -0.56166    -0.021082    -0.0047908    0.097164    0.55208    1.6414    1.6658    2.1901    2.2145    2.2308    4.4257    8.3401    11.141         3.9374              0.7783               3.6678               0.98668               3.8549                   1              0.64616               0.75611          -0.0053177    -0.044397     -0.16352    -0.24202      -0.2802      -0.28669    -0.28709     -0.27954     -0.23208     -0.031196     0.14265      0.25279      0.39315      0.49631      0.65057      0.89435       0.98829  
    cl_mt_pol_c     1.2863    0.43526     0.33838     0.037692     4.973          0          0          1    4.8117e-05       0        0.19038    0.47997    0.66432      0.7073     0.82428      0.96032        1.0741       1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.97375             0.86825              0.64109               0.77794              0.64616             0.75611              0.18945                     1           0.0001062    0.0032049     0.021403    0.050729     0.077245       0.11061     0.15255      0.31133      0.38453       0.53425     0.64486       0.7099      0.89467      0.89467      0.91583      0.98305       0.99802  

xxxxx fl_z_r_borr_n = 13 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 65 xxxxx
Elapsed time is 0.932783 seconds.
Elapsed time is 2.507953 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25         p35         p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.4993     2.6017       1.041      -21.646    14.857          0    0.10773    0.89227    6.1272e-05       0        -13.196    -6.2866    -1.7848    -0.11679      0.1214      0.29812       1.1807      2.2556      2.651    3.3072    4.2276    4.6861    5.1917    5.1917     6.128    7.6196    9.0272         6.7687                   1               4.1282               0.82833               4.0393             0.78138              0.97936               0.86534          -0.0065272    -0.034954    -0.088205    -0.10872     -0.10673      -0.1031     -0.091082    -0.020738     0.13361       0.36698      0.4812      0.55072      0.80403      0.80403      0.87196      0.96764       0.99663  
    cl_mt_pol_a    0.79885     1.9156      2.3979      -4.4617    48.237    0.16699    0.28044    0.55257    1.1996e-07       0        -4.2674    -3.7074    -2.1653     -1.1434    -0.62318     -0.11034     -0.10915           0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75         4.1282             0.82833               3.6695                     1               3.7565             0.98694              0.64809               0.77773           -0.007051    -0.050415     -0.19423    -0.28959     -0.33902     -0.35541      -0.36035     -0.36445    -0.32393       0.12036     0.12036      0.44196      0.44196      0.44196      0.65695      0.88757       0.98687  
    cl_mt_coh       0.9019      1.987      2.2031      -4.5412    50.122          0    0.26673    0.73327    2.0093e-07       0        -4.4815    -3.9097    -2.2391     -1.1328    -0.56845    -0.026512    -0.011579    0.091733    0.54529    1.6366    1.6665     2.186    2.2084    2.2308     4.421     8.334    11.141         4.0393             0.78138               3.7565               0.98694                3.948                   1              0.65333               0.75585          -0.0073359    -0.046521     -0.17923    -0.26476     -0.30633     -0.31621      -0.31682      -0.3105    -0.26605     -0.068919     0.13662      0.22758       0.3538      0.48349      0.63931      0.89042       0.98799  
    cl_mt_pol_c     1.2853    0.43501     0.33845     0.037692     4.973          0          0          1    6.1272e-05       0        0.19947    0.47867    0.66436     0.70779     0.82486      0.95769       1.0705       1.181     1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.97936             0.86534              0.64809               0.77773              0.65333             0.75585              0.18924                     1          0.00010215    0.0030498     0.022691    0.053608     0.079177      0.11032       0.15187       0.3129     0.38567       0.53506     0.64579      0.71055      0.89488      0.89488      0.91598       0.9831       0.99802  

xxxxx fl_z_r_borr_n = 14 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 70 xxxxx
Elapsed time is 1.104406 seconds.
Elapsed time is 2.718709 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20         p25         p35         p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    ________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5007     2.5957       1.038      -20.987    14.857          0    0.10842    0.89158    5.3193e-05       0        -12.868    -6.1157    -2.0232    -0.50997     0.13547      0.31131      1.2078      2.2625     2.6577    3.3129    4.2321    4.6904    5.1959    5.1959    6.1315    7.6216    9.0286         6.7378                   1               4.1589               0.83085                4.069             0.78379              0.97672               0.86592          -0.0065013    -0.034749    -0.087678    -0.10833       -0.106     -0.10268     -0.090314    -0.018977     0.13484       0.36794      0.4825      0.55178      0.80435      0.80435      0.87222      0.96771       0.99664  
    cl_mt_pol_a    0.78452     1.9284      2.4581      -4.4617    48.237    0.16542    0.28373    0.55085    1.3642e-07       0        -4.2817    -3.7228    -2.1852     -1.1477    -0.62577     -0.11127    -0.10906           0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75         4.1589             0.83085               3.7187                     1                3.807             0.98708              0.65141               0.77735          -0.0082499    -0.055794     -0.19678    -0.30514     -0.35702     -0.37398      -0.38262     -0.38562    -0.34452       0.10643     0.10643      0.43287      0.43287      0.43287      0.65136      0.88575       0.98666  
    cl_mt_coh      0.88466          2      2.2608      -4.5412    50.122          0    0.27423    0.72577    2.3066e-07       0         -4.493    -3.9154    -2.2517      -1.138    -0.57419    -0.037999    -0.01043    0.094031    0.54644    1.6395    1.6671    2.1826    2.2033    2.2308     4.417    8.3288    11.134          4.069             0.78379                3.807               0.98708                    4                   1              0.65658               0.75547          -0.0056919    -0.051362     -0.18174    -0.27925     -0.32334     -0.33516       -0.3366     -0.32848    -0.28256     -0.049208     0.13499      0.21069       0.3279      0.47472      0.63167      0.88776       0.98629  
    cl_mt_pol_c      1.285    0.43455     0.33816     0.037692     4.973          0          0          1    5.3193e-05       0        0.19752    0.47955    0.66385     0.70765     0.82481      0.96801       1.067       1.181     1.2052    1.2839    1.4417    1.7757     1.993    1.9985    2.0257    2.2158    2.9085        0.97672             0.86592              0.65141               0.77735              0.65658             0.75547              0.18883                     1           0.0001107    0.0031945     0.022366    0.049184     0.077772      0.11044       0.15196      0.31405     0.38653       0.53537     0.64644      0.71101      0.76016      0.89502      0.91609      0.98313       0.99802  

xxxxx fl_z_r_borr_n = 15 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 75 xxxxx
Elapsed time is 1.069252 seconds.
Elapsed time is 2.942091 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15          p20          p25        p35        p50       p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _________    _________    ______    _______    ______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5164     2.5745     1.0231       -20.334    14.859          0    0.10234    0.89766    4.1079e-05       0        -12.508    -5.9316      -1.96    -0.48271     0.15062      0.32725       1.2396    2.2713     2.6663    3.3203    4.2384    4.6963    5.2019    5.2019    6.1367    7.6252    9.0315         6.6279                   1               4.1499               0.83307                4.058             0.78573               0.9689               0.86725           -0.006228    -0.033339    -0.084862    -0.10462     -0.10243     -0.098215    -0.08607     -0.014517     0.13935       0.37144     0.48543      0.55433       0.8055       0.8055      0.87299      0.96791       0.99666  
    cl_mt_pol_a    0.78015     1.9349     2.4802       -4.4617    48.237    0.16533    0.28409    0.55059    1.5692e-07       0        -4.3143    -3.7536    -2.1923     -1.1514    -0.62801     -0.11103     -0.10949         0    0.42793    1.5145    1.5145    2.0578    2.0578    2.0578    4.2309    8.0339     10.75         4.1499             0.83307                3.744                     1               3.8319             0.98716              0.65156               0.77596          -0.0069326    -0.054423     -0.20117    -0.31011      -0.3624      -0.38274      -0.389      -0.39273    -0.35142       0.10183     0.10183      0.42994      0.42994      0.42994      0.64955      0.88515       0.98659  
    cl_mt_coh      0.87792     2.0061     2.2851       -4.5412    50.122          0    0.27767    0.72233    2.8454e-07       0        -4.4964    -3.9267    -2.2561     -1.1424    -0.57911    -0.035045    -0.015845    0.0896    0.54102    1.6356    1.6612    2.1796    2.2052    2.2244    4.4135    8.3244    11.134          4.058             0.78573               3.8319               0.98716               4.0245                   1              0.65644               0.75405          -0.0070799     -0.05055     -0.18605    -0.28429     -0.32899      -0.34275    -0.34389      -0.33663    -0.29244     -0.063315     0.11112      0.20296      0.35676      0.45322      0.62823       0.8865       0.98668  
    cl_mt_pol_c     1.2854    0.43395     0.3376      0.037692     4.973          0          0          1    4.1079e-05       0        0.19604     0.4889     0.6634     0.70804     0.82528      0.96983       1.0693     1.181     1.2052    1.2839    1.4417    1.7757     1.993    1.9985    2.0257    2.2158    2.9085         0.9689             0.86725              0.65156               0.77596              0.65644             0.75405              0.18832                     1          0.00010873    0.0030897     0.021679    0.050497     0.078683       0.11106     0.15136       0.31445     0.38677       0.53568      0.6467      0.71123      0.76033       0.8951      0.91615      0.98314       0.99803  

xxxxx fl_z_r_borr_n = 16 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 80 xxxxx
Elapsed time is 0.990035 seconds.
Elapsed time is 3.275592 seconds.
                    mean       sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val      2.2516     2.6793      1.1899      -19.702    14.859          0    0.17403    0.82597    3.7507e-05       0        -13.457    -6.0709    -2.2483    -0.51059    -0.46055     0.16798     0.74008        1.795     2.3797     3.0124     3.9406     4.514    4.9562    5.2072    5.9205    7.6278    9.0334         7.1785                   1               4.4145               0.83162               4.3246             0.78479               1.0226               0.87304          -0.0068757    -0.039355    -0.10394    -0.13459     -0.14653     -0.14815     -0.13967     -0.06929     0.070338      0.28221      0.40937      0.50966       0.62751     0.79146      0.84472      0.96595       0.99646  
    cl_mt_pol_a    0.4435     1.9812      4.4672      -4.4617    48.237    0.11943    0.39829    0.48228    2.2334e-07       0         -4.343    -3.8142    -2.6736     -1.6548     -1.1299    -0.63831    -0.62997     -0.11131          0    0.97121    0.97121    1.5145    2.0578    2.0578    3.6876    8.0339     10.75         4.4145             0.83162               3.9252                     1               4.0207             0.98671              0.68265               0.78817            -0.01093    -0.099105    -0.38484    -0.61428     -0.74806     -0.82188     -0.92304       -1.022       -1.033     -0.59437     -0.59437     -0.40359      0.057836    0.057836      0.31515      0.81233       0.97759  
    cl_mt_coh       0.524     2.0567      3.9251      -4.5412    50.122          0    0.39615    0.60385    4.2106e-07       0        -4.5054    -3.9485    -2.7929     -1.6852     -1.1164    -0.59533    -0.58338    -0.044432    0.10965     1.0753     1.1111    1.6501     2.195    2.2189    3.8835    8.3026    11.129         4.3246             0.78479               4.0207               0.98671               4.2302                   1              0.69358               0.77138           -0.010389    -0.087948    -0.33938    -0.53814     -0.65093     -0.72988     -0.78497      -0.8649     -0.84879     -0.65245     -0.43752     -0.29682     -0.049784     0.12937      0.38709      0.81186       0.97783  
    cl_mt_pol_c    1.2709    0.43717     0.34397     0.037692     4.973          0          0          1    3.7507e-05       0        0.18226    0.47095    0.63893      0.6739     0.70887     0.93562      1.0686       1.1414     1.1917     1.2839     1.4417    1.7621    1.8288    1.9985    2.0257    2.2158    2.9085         1.0226             0.87304              0.68265               0.78817              0.69358             0.77138              0.19112                     1          0.00011286    0.0030627    0.021768    0.049895     0.075444      0.10783      0.14806      0.23731      0.38198      0.52984      0.64164       0.6997       0.76719     0.89813      0.91831      0.98279        0.9981  

xxxxx fl_z_r_borr_n = 17 xxxxx
xxxxx st_model = abz, it_a_n = 100, it_z_n = 85 xxxxx
Elapsed time is 1.302299 seconds.
Elapsed time is 3.524539 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20         p25        p35       p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    _______    ________    _______    _______    ______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        1.8239     2.9867     1.6375       -19.108    14.858           0    0.21826    0.78174    4.0018e-05       0         -13.84     -7.098    -3.1611    -1.8746    -1.1256    -0.43682    0.20912    0.86006    2.3964     3.0255     3.6509    4.2539    4.9654    5.2164    5.8142    7.5808    9.0355         8.9205                   1                5.489               0.84202               5.4193             0.79807               1.1477               0.88148          -0.0096758    -0.055244    -0.15665    -0.22395     -0.26965     -0.29351     -0.29441     -0.25762     -0.075018     0.16158      0.29664      0.40449      0.57565      0.75563      0.80956      0.95669       0.99592  
    cl_mt_pol_a    0.007559     2.1826     288.74       -4.4617    48.237    0.088788    0.48165    0.42956    3.8803e-07       0        -4.3684    -4.2616    -3.2237    -2.2221    -2.1508     -1.6807    -1.6535     -1.148         0    0.97121    0.97121    1.5145    2.0578    2.0578    3.6876    7.4907     10.75          5.489             0.84202               4.7638                     1               4.9046             0.98837              0.77653               0.81612            -0.59626      -6.3231     -26.083     -43.472       -57.71      -69.465      -79.828      -96.608       -107.02      -84.38       -84.38      -74.405       -50.36       -50.36      -36.224      -10.965      -0.22586  
    cl_mt_coh      0.060229     2.2736     37.749       -4.5412    50.122           0    0.48087    0.51913     7.438e-07       0        -4.5132    -4.4796    -3.3659    -2.2745    -2.2297     -1.7065    -1.6841    -1.1328    0.0712     1.0611     1.0947    1.6348    2.1804    2.2084    3.8622    7.7827    11.118         5.4193             0.79807               4.9046               0.98837               5.1691                   1              0.79175               0.79882           -0.082425     -0.85183     -3.4074     -5.6904      -7.5433      -9.0804      -10.379      -12.571       -13.623     -12.612      -10.805      -9.6661      -8.2215      -6.3295      -4.1273     -0.59554       0.79831  
    cl_mt_pol_c      1.2459    0.43594     0.3499      0.037692     4.973           0          0          1    4.0018e-05       0        0.15786     0.4397    0.57442    0.62908    0.82603     0.98318     1.0523     1.1065    1.1917     1.2349     1.4281    1.7621    1.8029    1.9985    2.0257    2.2023    2.9085         1.1477             0.88148              0.77653               0.81612              0.79175             0.79882              0.19005                     1          0.00010974    0.0027499     0.02067    0.043774     0.071393      0.10695      0.15055      0.23469       0.39751     0.51901      0.64204       0.7183      0.76278      0.90193       0.9211      0.98209        0.9982  

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

    cl_mt_val_p1v1      'cl_mt_val'      'fl_z_r_borr_poiss_mean'        10              1                       2                 0.095           -20        0.01            5            1.3038     3.2661      2.5051      -17.514    14.867           0    0.31519    0.68481    0.00033972       0         -13.37    -7.2862    -4.5522    -3.4462     -2.035     -1.2924    -0.62178     0.10186       2.0307     3.1494     3.4337     4.0169    4.8034    5.0575    5.5488     7.462    8.9367         10.667                   1               6.7104               0.84924               6.6588             0.80857               1.2559               0.89243           -0.011531    -0.077419    -0.27873    -0.41041     -0.50389     -0.56402     -0.60001     -0.61779     -0.49124     0.011687      0.04479      0.18463      0.42472       0.6768      0.74102      0.94231       0.99462  
    cl_mt_pol_a_p1v1    'cl_mt_pol_a'    'fl_z_r_borr_poiss_mean'        10              1                       2                 0.095           -20        0.01            5          -0.79936     2.4193     -3.0265      -4.4617    48.237    0.029921    0.61804    0.35204     0.0043995       0        -4.4617    -4.3868    -3.8526    -3.7275    -3.3184     -3.2106     -2.7843     -2.2129     -0.65865    0.42793    0.97121    0.97121    1.5145    1.5145    3.1444    6.9474     10.75         6.7104             0.84924                5.853                     1               6.0424             0.99055              0.85125               0.81664            0.024556     0.072844     0.35943     0.56322      0.80134       1.0124       1.1695       1.4812       1.7332       1.7514       1.5894       1.5894       1.4168       1.4168       1.3156       1.1038        1.0073  
    cl_mt_coh_p1v1      'cl_mt_coh'      'fl_z_r_borr_poiss_mean'        10              1                       2                 0.095           -20        0.01            5          -0.79141     2.5214      -3.186      -4.5412    50.122           0    0.61114    0.38886     0.0046131       0        -4.5412    -4.5188    -3.9619    -3.9171    -3.4051     -3.3827     -2.8482     -2.2689     -0.64311    0.47062     1.0499     1.0947    1.6068    1.6516     3.255    7.2203    11.074         6.6588             0.80857               6.0424               0.99055               6.3575                   1              0.86508                0.7963            0.026471     0.079151     0.38428     0.60503      0.84149      0.96884       1.2275       1.5416       1.8037       1.8346       1.7303       1.6435       1.5467       1.4569       1.3536       1.1111        1.0137  
    cl_mt_pol_c_p1v1    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              1                       2                 0.095           -20        0.01            5            1.2154    0.43086     0.35449     0.037692     4.973           0          0          1    0.00033972       0        0.10552    0.35008    0.52048    0.61833    0.87299     0.95363      1.0167      1.0853       1.1761     1.2052     1.3466     1.4281    1.7893     1.985    2.0121    2.1887    2.8542         1.2559             0.89243              0.85125               0.81664              0.86508              0.7963              0.18564                     1          6.9524e-05    0.0021414    0.019634    0.042635     0.070162      0.10942      0.15303      0.23973      0.38558      0.53415      0.62911      0.69375      0.75614      0.90633        0.925      0.98159        0.9976  
    cl_mt_val_p1v2      'cl_mt_val'      'fl_z_r_borr_poiss_mean'        10              2                  2.5714                 0.095           -20        0.01            5            1.5148     3.2342       2.135      -18.972    14.861           0    0.28184    0.71816    0.00043076       0        -14.827    -7.3721    -4.2017    -2.5467    -1.7008    -0.94582    -0.29078     0.49163       2.0815     3.0706     3.6302     4.2291    4.7441    5.2492    5.7292     7.598    8.9152          10.46                   1               6.4868               0.84672               6.4343             0.80547               1.2398               0.88497           -0.011954    -0.072997    -0.23456    -0.32754     -0.40331     -0.45147      -0.4707     -0.45939     -0.33015     0.049228      0.15303      0.28028       0.4439      0.71843      0.77467      0.95078       0.99392  
    cl_mt_pol_a_p1v2    'cl_mt_pol_a'    'fl_z_r_borr_poiss_mean'        10              2                  2.5714                 0.095           -20        0.01            5          -0.36121     2.3688     -6.5579      -4.4617    48.237    0.073024    0.53134    0.39564    0.00096679       0        -4.3868    -4.3143    -3.6679    -3.2636    -2.7843     -2.6508     -2.2129     -1.6602     -0.11342    0.42793    0.97121     1.5145    2.0578    2.0578    3.1444    7.4907     10.75         6.4868             0.84672               5.6112                     1               5.7903             0.98964              0.85049               0.82886            0.060654      0.12225      0.6054       1.023       1.4768       1.8194       2.1666       2.7365       3.0912       3.0296       2.6645       2.4721       2.0087       2.0087       1.8074        1.236        1.0242  
    cl_mt_coh_p1v2      'cl_mt_coh'      'fl_z_r_borr_poiss_mean'        10              2                  2.5714                 0.095           -20        0.01            5          -0.33182       2.47     -7.4437      -4.5412    50.122           0    0.52562    0.47438     0.0016174       0        -4.5412    -4.4964    -3.8947    -3.3827    -2.8482      -2.781     -2.2689     -1.6897    -0.063845    0.53782     1.0947     1.5844    2.1412    2.2084    3.3446    7.7771    11.118         6.4343             0.80547               5.7903               0.98964               6.1008                   1              0.86816               0.81142            0.022136      0.15124     0.68688      1.1729       1.6727       2.0568         2.46       3.0696       3.4534       3.3622       2.9786       2.8874       2.6351       2.2302        1.913       1.2757        1.0334  
    cl_mt_pol_c_p1v2    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              2                  2.5714                 0.095           -20        0.01            5            1.2289    0.43317     0.35249     0.037692     4.973           0          0          1    0.00043076       0        0.10552    0.38736    0.52986    0.62066    0.82972      0.9722      1.0167      1.0924        1.181     1.2229     1.4145     1.5192    1.7757    1.9985    2.0121    2.2022    2.8135         1.2398             0.88497              0.85049               0.82886              0.86816             0.81142              0.18763                     1          7.0751e-05    0.0027357    0.017944     0.04482     0.070658      0.10994      0.14795      0.23629      0.38143      0.52205      0.63495      0.69943        0.762      0.90571      0.91318      0.98172       0.99764  
    cl_mt_val_p1v3      'cl_mt_val'      'fl_z_r_borr_poiss_mean'        10              3                  3.1429                 0.095           -20        0.01            5            1.9429     2.8687      1.4765      -20.213    14.859           0    0.20701    0.79299    0.00017142       0        -12.505    -6.2449    -2.7075    -1.8162    -1.1241    -0.42109     0.37303      1.2928       2.3943     3.0238     3.6493     4.4515    4.9643    5.2153    5.9274    7.5806    9.0356         8.2295                   1               5.0757               0.83712               4.9918             0.79137               1.1053               0.88424          -0.0088386    -0.048124    -0.13847    -0.19571     -0.22545     -0.24268     -0.23878     -0.19497     -0.02604      0.19952      0.32675      0.46316      0.59467      0.76767      0.82862      0.95867       0.99611  
    cl_mt_pol_a_p1v3    'cl_mt_pol_a'    'fl_z_r_borr_poiss_mean'        10              3                  3.1429                 0.095           -20        0.01            5           0.11425     2.1136      18.499      -4.4617    48.237    0.093864    0.46624     0.4399    0.00015618       0        -4.3143     -3.789    -2.7843     -2.177    -1.6876     -1.6602     -1.2019    -0.65865            0    0.97121    0.97121     1.5145    2.0578    2.0578    3.6876    7.4907     10.75         5.0757             0.83712               4.4673                     1               4.5903             0.98772              0.74782               0.81201           -0.066478     -0.39151     -1.5556     -2.6443      -3.7434      -4.2676      -4.8391      -5.8499       -6.297      -4.7598      -4.7598      -4.0837      -2.4543      -2.4543      -1.5039      0.19558       0.91761  

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

    cl_mt_coh_p5v13      'cl_mt_coh'      'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01           15           0.87792     2.0061      2.2851      -4.5412    50.122           0    0.27767    0.72233    2.8454e-07       0        -4.4964    -3.9267    -2.2561     -1.1424    -0.57911    -0.035045    -0.015845       0.0896    0.54102     1.6356     1.6612    2.1796    2.2052    2.2244    4.4135    8.3244    11.134          4.058             0.78573               3.8319               0.98716               4.0245                   1              0.65644               0.75405          -0.0070799     -0.05055    -0.18605    -0.28429     -0.32899     -0.34275     -0.34389     -0.33663      -0.29244    -0.063315     0.11112      0.20296       0.35676     0.45322      0.62823       0.8865       0.98668  
    cl_mt_pol_c_p5v13    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01           15            1.2854    0.43395      0.3376     0.037692     4.973           0          0          1    4.1079e-05       0        0.19604     0.4889     0.6634     0.70804     0.82528      0.96983       1.0693        1.181     1.2052     1.2839     1.4417    1.7757     1.993    1.9985    2.0257    2.2158    2.9085         0.9689             0.86725              0.65156               0.77596              0.65644             0.75405              0.18832                     1          0.00010873    0.0030897    0.021679    0.050497     0.078683      0.11106      0.15136      0.31445       0.38677      0.53568      0.6467      0.71123       0.76033      0.8951      0.91615      0.98314       0.99803  
    cl_mt_val_p5v14      'cl_mt_val'      'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01           16            2.2516     2.6793      1.1899      -19.702    14.859           0    0.17403    0.82597    3.7507e-05       0        -13.457    -6.0709    -2.2483    -0.51059    -0.46055      0.16798      0.74008        1.795     2.3797     3.0124     3.9406     4.514    4.9562    5.2072    5.9205    7.6278    9.0334         7.1785                   1               4.4145               0.83162               4.3246             0.78479               1.0226               0.87304          -0.0068757    -0.039355    -0.10394    -0.13459     -0.14653     -0.14815     -0.13967     -0.06929      0.070338      0.28221     0.40937      0.50966       0.62751     0.79146      0.84472      0.96595       0.99646  
    cl_mt_pol_a_p5v14    'cl_mt_pol_a'    'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01           16            0.4435     1.9812      4.4672      -4.4617    48.237     0.11943    0.39829    0.48228    2.2334e-07       0         -4.343    -3.8142    -2.6736     -1.6548     -1.1299     -0.63831     -0.62997     -0.11131          0    0.97121    0.97121    1.5145    2.0578    2.0578    3.6876    8.0339     10.75         4.4145             0.83162               3.9252                     1               4.0207             0.98671              0.68265               0.78817            -0.01093    -0.099105    -0.38484    -0.61428     -0.74806     -0.82188     -0.92304       -1.022        -1.033     -0.59437    -0.59437     -0.40359      0.057836    0.057836      0.31515      0.81233       0.97759  
    cl_mt_coh_p5v14      'cl_mt_coh'      'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01           16             0.524     2.0567      3.9251      -4.5412    50.122           0    0.39615    0.60385    4.2106e-07       0        -4.5054    -3.9485    -2.7929     -1.6852     -1.1164     -0.59533     -0.58338    -0.044432    0.10965     1.0753     1.1111    1.6501     2.195    2.2189    3.8835    8.3026    11.129         4.3246             0.78479               4.0207               0.98671               4.2302                   1              0.69358               0.77138           -0.010389    -0.087948    -0.33938    -0.53814     -0.65093     -0.72988     -0.78497      -0.8649      -0.84879     -0.65245    -0.43752     -0.29682     -0.049784     0.12937      0.38709      0.81186       0.97783  
    cl_mt_pol_c_p5v14    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01           16            1.2709    0.43717     0.34397     0.037692     4.973           0          0          1    3.7507e-05       0        0.18226    0.47095    0.63893      0.6739     0.70887      0.93562       1.0686       1.1414     1.1917     1.2839     1.4417    1.7621    1.8288    1.9985    2.0257    2.2158    2.9085         1.0226             0.87304              0.68265               0.78817              0.69358             0.77138              0.19112                     1          0.00011286    0.0030627    0.021768    0.049895     0.075444      0.10783      0.14806      0.23731       0.38198      0.52984     0.64164       0.6997       0.76719     0.89813      0.91831      0.98279        0.9981  
    cl_mt_val_p5v15      'cl_mt_val'      'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01           17            1.8239     2.9867      1.6375      -19.108    14.858           0    0.21826    0.78174    4.0018e-05       0         -13.84     -7.098    -3.1611     -1.8746     -1.1256     -0.43682      0.20912      0.86006     2.3964     3.0255     3.6509    4.2539    4.9654    5.2164    5.8142    7.5808    9.0355         8.9205                   1                5.489               0.84202               5.4193             0.79807               1.1477               0.88148          -0.0096758    -0.055244    -0.15665    -0.22395     -0.26965     -0.29351     -0.29441     -0.25762     -0.075018      0.16158     0.29664      0.40449       0.57565     0.75563      0.80956      0.95669       0.99592  
    cl_mt_pol_a_p5v15    'cl_mt_pol_a'    'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01           17          0.007559     2.1826      288.74      -4.4617    48.237    0.088788    0.48165    0.42956    3.8803e-07       0        -4.3684    -4.2616    -3.2237     -2.2221     -2.1508      -1.6807      -1.6535       -1.148          0    0.97121    0.97121    1.5145    2.0578    2.0578    3.6876    7.4907     10.75          5.489             0.84202               4.7638                     1               4.9046             0.98837              0.77653               0.81612            -0.59626      -6.3231     -26.083     -43.472       -57.71      -69.465      -79.828      -96.608       -107.02       -84.38      -84.38      -74.405        -50.36      -50.36      -36.224      -10.965      -0.22586  
    cl_mt_coh_p5v15      'cl_mt_coh'      'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01           17          0.060229     2.2736      37.749      -4.5412    50.122           0    0.48087    0.51913     7.438e-07       0        -4.5132    -4.4796    -3.3659     -2.2745     -2.2297      -1.7065      -1.6841      -1.1328     0.0712     1.0611     1.0947    1.6348    2.1804    2.2084    3.8622    7.7827    11.118         5.4193             0.79807               4.9046               0.98837               5.1691                   1              0.79175               0.79882           -0.082425     -0.85183     -3.4074     -5.6904      -7.5433      -9.0804      -10.379      -12.571       -13.623      -12.612     -10.805      -9.6661       -8.2215     -6.3295      -4.1273     -0.59554       0.79831  
    cl_mt_pol_c_p5v15    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01           17            1.2459    0.43594      0.3499     0.037692     4.973           0          0          1    4.0018e-05       0        0.15786     0.4397    0.57442     0.62908     0.82603      0.98318       1.0523       1.1065     1.1917     1.2349     1.4281    1.7621    1.8029    1.9985    2.0257    2.2023    2.9085         1.1477             0.88148              0.77653               0.81612              0.79175             0.79882              0.19005                     1          0.00010974    0.0027499     0.02067    0.043774     0.071393      0.10695      0.15055      0.23469       0.39751      0.51901     0.64204       0.7183       0.76278     0.90193       0.9211      0.98209        0.9982  

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

    cl_mt_val_p1v1                  2            1.3038    3.2661     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               1              0.095           -20        0.01            5           2.5051      -17.514    14.867      0      0.31519    0.68481    0.00033972       0         -13.37    -7.2862    -4.5522      -3.4462      -2.035     -1.2924    -0.62178    0.10186    2.0307    3.1494    3.4337    4.0169    4.8034    5.0575    5.5488     7.462    8.9367         10.667                1                  6.7104               0.84924               6.6588             0.80857               1.2559               0.89243           -0.011531    -0.077419     -0.27873    -0.41041      -0.50389     -0.56402     -0.60001     -0.61779    -0.49124     0.011687      0.04479      0.18463      0.42472       0.6768      0.74102      0.94231       0.99462  
    cl_mt_val_p1v2             2.5714            1.5148    3.2342     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               2              0.095           -20        0.01            5            2.135      -18.972    14.861      0      0.28184    0.71816    0.00043076       0        -14.827    -7.3721    -4.2017      -2.5467     -1.7008    -0.94582    -0.29078    0.49163    2.0815    3.0706    3.6302    4.2291    4.7441    5.2492    5.7292     7.598    8.9152          10.46                1                  6.4868               0.84672               6.4343             0.80547               1.2398               0.88497           -0.011954    -0.072997     -0.23456    -0.32754      -0.40331     -0.45147      -0.4707     -0.45939    -0.33015     0.049228      0.15303      0.28028       0.4439      0.71843      0.77467      0.95078       0.99392  
    cl_mt_val_p1v3             3.1429            1.9429    2.8687     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               3              0.095           -20        0.01            5           1.4765      -20.213    14.859      0      0.20701    0.79299    0.00017142       0        -12.505    -6.2449    -2.7075      -1.8162     -1.1241    -0.42109     0.37303     1.2928    2.3943    3.0238    3.6493    4.4515    4.9643    5.2153    5.9274    7.5806    9.0356         8.2295                1                  5.0757               0.83712               4.9918             0.79137               1.1053               0.88424          -0.0088386    -0.048124     -0.13847    -0.19571      -0.22545     -0.24268     -0.23878     -0.19497    -0.02604      0.19952      0.32675      0.46316      0.59467      0.76767      0.82862      0.95867       0.99611  
    cl_mt_val_p1v4             3.7143            2.5273    2.5568     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               4              0.095           -20        0.01            5           1.0117      -21.245    14.859      0      0.10157    0.89843     0.0001511       0        -12.611    -5.8509    -1.8817     -0.46563     0.15118      0.3279      1.2374     2.2719    2.6668    3.3208    4.2387    4.6966    5.2022    5.2022     6.137    7.6254    9.0317         6.5374                1                   4.084               0.83059               3.9881             0.78264              0.96288               0.86825           -0.006484    -0.032785    -0.082278    -0.10111     -0.098365     -0.09422    -0.081234    -0.010764      0.1423       0.3736      0.48731      0.55598      0.80624      0.80624      0.87347      0.96804       0.99668  
    cl_mt_val_p1v5             4.2857            2.5207    2.5522     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               5              0.095           -20        0.01            5           1.0125      -22.122    14.857      0      0.10783    0.89217     0.0001301       0        -10.465     -5.258    -1.7332    -0.077004      0.1303     0.30702      1.1955     2.2602    2.6554    3.3109    4.2306    4.6889    5.1945    5.1945    6.1303    7.6209    9.0281          6.514                1                  4.0198               0.82767               3.9232             0.77937              0.96538               0.87073          -0.0074955    -0.035029    -0.082173    -0.10111     -0.098536    -0.094829    -0.082284    -0.012538     0.14003      0.37171      0.48574       0.5546      0.80561      0.80561      0.87302      0.96792       0.99666  
    cl_mt_val_p1v6             4.8571            2.5256    2.5639     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               6              0.095           -20        0.01            5           1.0152      -22.844    14.857      0      0.10294    0.89706     0.0001643       0        -10.979    -5.4508    -1.7843     -0.11091     0.11485     0.29157      1.1794     2.3519    2.6478    3.3046    4.2255    4.6842    5.1898    5.1898    6.1264    7.6186    9.0265         6.5736                1                  3.9864               0.82383               3.8918              0.7759              0.96752               0.86769          -0.0082851    -0.035915    -0.083769    -0.10072     -0.098201    -0.094719    -0.080488     0.097671     0.13982      0.37161      0.48445      0.55367      0.80556      0.80556      0.87288      0.96787       0.99666  
    cl_mt_val_p1v7             5.4286            2.5136    2.5872     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               7              0.095           -20        0.01            5           1.0293      -23.457    14.856      0      0.10215    0.89785    0.00019593       0        -11.428    -5.6159    -1.8686     -0.13374     0.10191     0.27862      1.1528     2.3453    2.6418    3.2996    4.2214    4.6805    5.1861    5.1861    6.1234    7.6168    9.0253         6.6934                1                  4.0001               0.82125               3.9078             0.77378              0.97467               0.86529          -0.0087754    -0.036983    -0.085839    -0.10392      -0.10151    -0.098245    -0.084152     0.093815     0.13609      0.36872      0.48203      0.55158      0.80464      0.80464      0.87226      0.96771       0.99664  
    cl_mt_val_p1v8                  6            2.5177    2.5499     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               8              0.095           -20        0.01            5           1.0128      -23.978    14.856      0      0.10152    0.89848    6.4522e-13       0        -11.722    -5.5914    -1.9113     -0.17936     0.09189     0.26861      1.1316     2.3402    2.6371    3.2958    4.2183    4.6776    5.1832    5.1832     6.121    7.6155    9.0244          6.502                1                  3.9244               0.82297               3.8298             0.77468              0.97018               0.87344          -0.0067175    -0.032796    -0.083112      -0.101     -0.098737     -0.09565    -0.081815     0.095115     0.13729      0.36951      0.48267      0.55214      0.80487      0.80487       0.8724      0.96774       0.99665  
    cl_mt_val_p1v9             6.5714            2.5087    2.5662     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               9              0.095           -20        0.01            5           1.0229      -24.425    14.856      0      0.10138    0.89862    1.8397e-12       0        -11.965    -5.8516    -1.9565     -0.21748    0.083413     0.26013      1.1138     2.3358     2.633    3.2925    4.2156    4.6751    5.1807    5.1807     6.119    7.6142    9.0235         6.5856                1                  3.9379               0.82156               3.8444             0.77348              0.97544               0.87188          -0.0073418    -0.033032    -0.084995    -0.10342      -0.10129     -0.09833    -0.084682     0.092251     0.13453       0.3674      0.48091       0.5506      0.80418      0.80418      0.87194      0.96762       0.99663  
    cl_mt_val_p1v10            7.1429            2.4954    2.5905     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              10              0.095           -20        0.01            5           1.0381      -24.814    14.856      0      0.10169    0.89831    4.1486e-12       0        -12.172     -5.944    -1.9911     -0.28431    0.076184      0.2529      1.0826     2.3321    2.6296    3.2897    4.2133    4.6731    5.1787    5.1787    6.1173    7.6133    9.0228         6.7107                1                  3.9771               0.82073               3.8864             0.77317              0.98289               0.86962          -0.0081014     -0.03528    -0.088499    -0.10728      -0.10539     -0.10252    -0.091019     0.088306     0.13074      0.36452      0.47851      0.54851      0.80324      0.80324      0.87132      0.96746       0.99662  
    cl_mt_val_p1v11            7.7143            2.4902    2.6019     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              11              0.095           -20        0.01            5           1.0449      -25.152    14.856      0      0.10097    0.89903    3.5375e-15       0        -12.352    -6.0243    -2.0322     -0.27787    0.069949     0.24667      1.0697     2.3289    2.6267    3.2874    4.2114    4.6713    5.1769    5.1769    6.1158    7.6124    9.0222         6.7699                1                  3.9961               0.81892               3.9069             0.77179              0.98659               0.86881          -0.0084321    -0.035796    -0.089114    -0.10898       -0.1071     -0.10431    -0.092752      0.08639     0.12993       0.3629      0.47709      0.54721      0.80241      0.80241      0.87061      0.96719       0.99658  
    cl_mt_val_p1v12            8.2857            2.4924    2.5927     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              12              0.095           -20        0.01            5           1.0402      -25.442    14.856      0       0.1005     0.8995    5.4484e-15       0        -12.509    -5.9417    -2.0583     -0.30221     0.06447     0.24119      1.0584     2.3261    2.6241    3.2852    4.2097    4.6697    5.1753    5.1753    6.1145    7.6116    9.0216         6.7218                1                   3.963               0.81799               3.8729             0.77068              0.98494               0.87029          -0.0077721    -0.034935    -0.087736    -0.10754      -0.10578     -0.10306    -0.091573       0.0869     0.13046       0.3632      0.47735      0.54744      0.80251      0.80251      0.87067       0.9672       0.99658  
    cl_mt_val_p1v13            8.8571            2.4839    2.6089     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              13              0.095           -20        0.01            5           1.0503      -25.699    14.856      0      0.10065    0.89935    8.2585e-15       0        -12.647    -6.1566    -2.0804     -0.32299    0.056872      0.2342      1.0488     2.3237    2.6219    3.2834    4.2082    4.6683     5.174     5.174    6.1133    7.6109    9.0212         6.8066                1                  3.9887               0.81739               3.9004             0.77043              0.98981               0.86868          -0.0083032    -0.035714    -0.090001    -0.11015      -0.10903     -0.10658    -0.094325     0.084341     0.12804      0.36132      0.47577      0.54607       0.8019       0.8019      0.87026       0.9671       0.99657  
    cl_mt_val_p1v14            9.4286            2.4775    2.6224     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              14              0.095           -20        0.01            5           1.0585      -25.928    14.856      0      0.10072    0.89928    1.0381e-14       0         -12.77    -6.2112       -2.1     -0.33694    0.052823     0.23015      1.0405     2.3217      2.62    3.2819     4.207    4.6672    5.1728    5.1728    6.1124    7.6104    9.0208         6.8772                1                  4.0075               0.81676               3.9205             0.77004              0.99374               0.86725          -0.0087759    -0.037145    -0.092028    -0.11214      -0.11107     -0.10867    -0.096458     0.082245     0.12607      0.35981      0.47452      0.54498      0.80141      0.80141      0.86994      0.96701       0.99656  
    cl_mt_val_p1v15                10            2.4754    2.6277     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              15              0.095           -20        0.01            5           1.0615      -26.133    14.856      0      0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067     -0.34275    0.049122     0.22645      1.0329     2.3198    2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                1                  4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265      -0.11162     -0.10929     -0.09712     0.081397     0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  

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

    cl_mt_pol_c_p1v1                  2            1.2154    0.43086    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               1              0.095           -20        0.01            5           0.35449     0.037692    4.973      0        0        1      0.00033972       0        0.10552    0.35008    0.52048    0.61833    0.87299    0.95363    1.0167    1.0853    1.1761    1.2052    1.3466    1.4281    1.7893     1.985    2.0121    2.1887    2.8542         1.2559             0.89243              0.85125               0.81664              0.86508              0.7963              0.18564                  1             6.9524e-05    0.0021414    0.019634    0.042635     0.070162      0.10942      0.15303      0.23973      0.38558      0.53415      0.62911      0.69375      0.75614      0.90633        0.925      0.98159        0.9976  
    cl_mt_pol_c_p1v2             2.5714            1.2289    0.43317    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               2              0.095           -20        0.01            5           0.35249     0.037692    4.973      0        0        1      0.00043076       0        0.10552    0.38736    0.52986    0.62066    0.82972     0.9722    1.0167    1.0924     1.181    1.2229    1.4145    1.5192    1.7757    1.9985    2.0121    2.2022    2.8135         1.2398             0.88497              0.85049               0.82886              0.86816             0.81142              0.18763                  1             7.0751e-05    0.0027357    0.017944     0.04482     0.070658      0.10994      0.14795      0.23629      0.38143      0.52205      0.63495      0.69943        0.762      0.90571      0.91318      0.98172       0.99764  
    cl_mt_pol_c_p1v3             3.1429            1.2523    0.43573    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               3              0.095           -20        0.01            5           0.34793     0.037692    4.973      0        0        1      0.00017142       0        0.17559    0.42742    0.58352    0.64337    0.82428    0.98515    1.0523    1.1224    1.1917    1.2567    1.4281    1.7621    1.8029    1.9985    2.0257    2.2023    2.9085         1.1053             0.88424              0.74782               0.81201               0.7616             0.79493              0.18986                  1             0.00010873    0.0027404    0.020291    0.046595     0.072831        0.109      0.15169      0.24152      0.39936      0.51949      0.63674      0.71453      0.75974       0.9011      0.92049      0.98189       0.99818  
    cl_mt_pol_c_p1v4             3.7143             1.286    0.43374    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               4              0.095           -20        0.01            5           0.33729     0.037692    4.973      0        0        1       0.0001511       0        0.23864    0.48895    0.66607    0.70779    0.82428    0.97486    1.0741     1.181    1.2052    1.2839    1.4417    1.7757     1.993    1.9985    2.0257    2.2158    2.9085        0.96288             0.86825              0.64751               0.77628              0.65214             0.75442              0.18813                  1             0.00015279    0.0031866    0.022007     0.05465     0.079577      0.11069       0.1533      0.31406      0.38665      0.53548      0.64662      0.71116      0.76029      0.89508      0.91613      0.98314       0.99803  
    cl_mt_pol_c_p1v5             4.2857             1.286     0.4344    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               5              0.095           -20        0.01            5           0.33779     0.037692    4.973      0        0        1       0.0001301       0        0.20711    0.48307    0.65772    0.70779    0.82428    0.97746    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.96538             0.87073              0.64358               0.77856               0.6484             0.75679              0.18871                  1             0.00012158    0.0030165     0.02183     0.05739     0.080556      0.11252      0.15416       0.3131      0.38579      0.53499        0.646      0.71065      0.89492      0.89492        0.916      0.98311       0.99802  
    cl_mt_pol_c_p1v6             4.8571            1.2868    0.43491    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               6              0.095           -20        0.01            5           0.33797     0.037692    4.973      0        0        1       0.0001643       0        0.20711    0.48307    0.66607    0.70779    0.82428     0.9722    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.96752             0.86769              0.63848               0.77787              0.64328             0.75607              0.18914                  1             0.00011723    0.0030563    0.021931     0.05934     0.081713      0.11075      0.15366      0.31117      0.38441      0.53439      0.64485      0.70989      0.89468      0.89468      0.91583      0.98305       0.99802  
    cl_mt_pol_c_p1v7             5.4286            1.2866    0.43538    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               7              0.095           -20        0.01            5            0.3384     0.037692    4.973      0        0        1      0.00019593       0        0.20711    0.46747    0.65772    0.70779    0.82428     0.9722    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.97467             0.86529              0.63814               0.77853              0.64315             0.75674              0.18956                  1             0.00010886    0.0030351    0.021809    0.061179     0.082695      0.11041      0.15429      0.31086      0.38416      0.53429       0.6446      0.70969      0.89462      0.89462      0.91578      0.98304       0.99802  
    cl_mt_pol_c_p1v8                  6            1.2867    0.43561    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               8              0.095           -20        0.01            5           0.33854     0.037692    4.973      0        0        1      6.4522e-13       0        0.20711    0.46747    0.65772    0.70603    0.82428     0.9722    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.97018             0.87344               0.6348               0.77925              0.63978             0.75754              0.18975                  1             0.00011299    0.0029711    0.022098    0.048609     0.083073      0.11042      0.15476      0.31037      0.38372      0.53408      0.64432      0.70946      0.89454      0.89454      0.91572      0.98303       0.99802  
    cl_mt_pol_c_p1v9             6.5714            1.2865    0.43596    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               9              0.095           -20        0.01            5           0.33888     0.037692    4.973      0        0        1      1.8397e-12       0        0.20711    0.46747    0.65772    0.70603    0.82428     0.9722    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.97544             0.87188               0.6353               0.78019              0.64051             0.75856              0.19006                  1             0.00011647    0.0031519    0.022441    0.050142     0.083744      0.11027      0.15534       0.3101      0.38351      0.53404      0.64417      0.70934       0.8945       0.8945      0.91569      0.98302       0.99801  
    cl_mt_pol_c_p1v10            7.1429             1.286    0.43631    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              10              0.095           -20        0.01            5           0.33927     0.037692    4.973      0        0        1      4.1486e-12       0        0.18563    0.46447    0.65772    0.70603    0.82428     0.9722    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.98289             0.86962              0.63704               0.78054              0.64249             0.75891              0.19037                  1             0.00010228      0.00293    0.022687    0.051445     0.084254      0.11062      0.15603       0.3101      0.38357      0.53419      0.64417      0.70934      0.89449      0.89449      0.91568      0.98302       0.99801  
    cl_mt_pol_c_p1v11            7.7143            1.2859    0.43644    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              11              0.095           -20        0.01            5           0.33939     0.037692    4.973      0        0        1      3.5375e-15       0        0.18563    0.46447    0.65772    0.70603    0.82428     0.9722    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.98659             0.86881              0.63794               0.77939              0.64345             0.75781              0.19048                  1              0.0001027    0.0030159    0.022929    0.052631     0.084806      0.11053      0.15634      0.30993      0.38343      0.53407      0.64395      0.70913      0.89421      0.89421      0.91575      0.98228         0.998  
    cl_mt_pol_c_p1v12            8.2857            1.2861    0.43652    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              12              0.095           -20        0.01            5           0.33941     0.037692    4.973      0        0        1      5.4484e-15       0        0.20711    0.46747    0.65772    0.70603    0.82428    0.97746    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.98494             0.87029              0.63583               0.77947              0.64129             0.75793              0.19055                  1             0.00010645    0.0031628    0.023153    0.053689     0.085127      0.11388      0.15653       0.3097      0.38315       0.5339      0.64376      0.70898      0.89417      0.89417      0.91571      0.98227         0.998  
    cl_mt_pol_c_p1v13            8.8571            1.2859    0.43674    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              13              0.095           -20        0.01            5           0.33965     0.037692    4.973      0        0        1      8.2585e-15       0        0.18563    0.46447    0.65772    0.70603    0.82428     0.9722    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.98981             0.86868               0.6369               0.77967              0.64252             0.75813              0.19074                  1             9.5267e-05     0.002958     0.02332    0.054638     0.085496      0.10975      0.15693      0.30969      0.38318      0.53398      0.64375      0.70896      0.89417      0.89417      0.91571      0.98227         0.998  
    cl_mt_pol_c_p1v14            9.4286            1.2857    0.43694    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              14              0.095           -20        0.01            5           0.33986     0.037692    4.973      0        0        1      1.0381e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428     0.9722    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99374             0.86725               0.6377               0.78004              0.64346             0.75854              0.19092                  1              9.802e-05    0.0029797    0.023485    0.055516     0.085876      0.10957      0.15725      0.30966      0.38313      0.53399       0.6437      0.70892      0.89415      0.89415       0.9157      0.98226         0.998  
    cl_mt_pol_c_p1v15                10            1.2857    0.43707    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              15              0.095           -20        0.01            5           0.33995     0.037692    4.973      0        0        1       1.812e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428     0.9722    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                  1             9.8462e-05    0.0031173    0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  

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

    cl_mt_coh_p1v1                  2            -0.79141    2.5214     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               1              0.095           -20        0.01            5            -3.186     -4.5412    50.122      0      0.61114    0.38886     0.0046131       0        -4.5412    -4.5188    -3.9619    -3.9171     -3.4051      -3.3827      -2.8482     -2.2689     -0.64311    0.47062    1.0499    1.0947    1.6068    1.6516     3.255    7.2203    11.074         6.6588             0.80857               6.0424               0.99055               6.3575                1                 0.86508                0.7963            0.026471     0.079151     0.38428     0.60503      0.84149      0.96884       1.2275       1.5416       1.8037        1.8346      1.7303       1.6435       1.5467       1.4569       1.3536       1.1111        1.0137  
    cl_mt_coh_p1v2             2.5714            -0.33182      2.47     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               2              0.095           -20        0.01            5           -7.4437     -4.5412    50.122      0      0.52562    0.47438     0.0016174       0        -4.5412    -4.4964    -3.8947    -3.3827     -2.8482       -2.781      -2.2689     -1.6897    -0.063845    0.53782    1.0947    1.5844    2.1412    2.2084    3.3446    7.7771    11.118         6.4343             0.80547               5.7903               0.98964               6.1008                1                 0.86816               0.81142            0.022136      0.15124     0.68688      1.1729       1.6727       2.0568         2.46       3.0696       3.4534        3.3622      2.9786       2.8874       2.6351       2.2302        1.913       1.2757        1.0334  
    cl_mt_coh_p1v3             3.1429             0.17338    2.1988     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               3              0.095           -20        0.01            5            12.682     -4.5412    50.122      0      0.45797    0.54203    0.00022821       0        -4.4964    -3.9395    -2.8482    -2.2465     -1.7121      -1.6897         -1.2    -0.64311       0.0768     1.0499    1.1171    1.6292     2.186    2.2308    3.8566    7.7995    11.141         4.9918             0.79137               4.5903               0.98772               4.8348                1                  0.7616               0.79493           -0.053899     -0.27761     -1.0613      -1.806      -2.5801      -2.9527      -3.2805      -3.9363       -4.179        -3.743     -3.0019      -2.7662      -1.9576      -1.3738      -0.8062      0.45175       0.94396  
    cl_mt_coh_p1v4             3.7143             0.88484     1.993     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               4              0.095           -20        0.01            5            2.2523     -4.5412    50.122      0      0.25198    0.74802    0.00011149       0        -4.4964    -3.8947    -2.2465    -1.1552    -0.57591    -0.041445    -0.019045      0.0768      0.53782     1.6292     1.674    2.1636    2.2084    2.2308    4.4135     8.334    11.141         3.9881             0.78264               3.7827               0.98697               3.9719                1                 0.65214               0.75442          -0.0065951    -0.054972    -0.18633     -0.2702     -0.32144     -0.33306     -0.33379     -0.32859     -0.28482      -0.03878     0.16555      0.21654      0.38656      0.47519      0.64191      0.89079       0.98779  
    cl_mt_coh_p1v5             4.2857             0.90332    1.9723     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               5              0.095           -20        0.01            5            2.1834     -4.5412    50.122      0       0.2443     0.7557    5.8063e-05       0         -4.474    -3.3827    -2.2241    -1.1328    -0.57591    -0.041445    0.0033546      0.0992      0.56022     1.6292     1.674    2.1636    2.2084    2.2308    4.4135     8.334    11.141         3.9232             0.77937               3.7033               0.98672                 3.89                1                  0.6484               0.75679          -0.0079638    -0.046601    -0.18141    -0.26162     -0.29865     -0.31127     -0.31188     -0.30186     -0.24966     -0.042967     0.18027      0.21811      0.38073      0.48469      0.64438      0.89196       0.98802  
    cl_mt_coh_p1v6             4.8571             0.93116    1.9563     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               6              0.095           -20        0.01            5             2.101     -4.5412    50.122      0      0.22989    0.77011    3.5698e-05       0         -4.474    -3.3827    -2.2241    -1.1104    -0.55351    -0.019045    0.0033546      0.0992      0.56022     1.6292     1.674     2.186    2.2084    2.2308    4.4135     8.334    11.141         3.8918              0.7759               3.6426               0.98656               3.8272                1                 0.64328               0.75607          -0.0063245    -0.043437    -0.16491    -0.25086     -0.27981     -0.28243     -0.28226     -0.27287     -0.22038     -0.035416      0.2003      0.28673      0.38158      0.49792      0.65034      0.89402       0.98833  
    cl_mt_coh_p1v7             5.4286             0.93759    1.9521     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               7              0.095           -20        0.01            5             2.082     -4.5412    50.122      0       0.2242     0.7758    2.8455e-05       0         -4.474    -3.3827    -2.2241    -1.1104    -0.55351    -0.019045    0.0033546      0.0992      0.56022     1.6516     1.674     2.186    2.2084    2.2308    4.4135     8.334    11.141         3.9078             0.77378               3.6255               0.98651               3.8106                1                 0.64315               0.75674          -0.0065134    -0.042071    -0.15892    -0.24538       -0.274     -0.27631     -0.27613      -0.2673     -0.21396      0.060921      0.2048       0.2783      0.37218      0.50089       0.6499      0.89403        0.9884  
    cl_mt_coh_p1v8                  6             0.94793    1.9388     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               8              0.095           -20        0.01            5            2.0453     -4.5412    50.122      0      0.21886    0.78114    1.7141e-13       0        -3.9395    -3.3603    -2.2241    -1.1104    -0.55351    -0.019045    0.0033546      0.0992      0.56022     1.6516     1.674     2.186    2.2308    2.2308    4.4135    8.3564    11.141         3.8298             0.77468               3.5762               0.98635               3.7588                1                 0.63978               0.75754          -0.0054992    -0.039213    -0.14955    -0.23484     -0.26309     -0.26514     -0.26494     -0.25668     -0.20285      0.057025     0.21232      0.27513      0.50574      0.50574      0.65129      0.90143       0.98852  
    cl_mt_coh_p1v9             6.5714             0.95112    1.9368     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               9              0.095           -20        0.01            5            2.0364     -4.5412    50.122      0      0.21461    0.78539    3.5847e-13       0        -3.9171    -3.3379    -2.2241    -1.1104    -0.55351    -0.019045    0.0033546      0.0992      0.56022     1.6516     1.674     2.186    2.2308    2.2308    4.4359    8.3564    11.141         3.8444             0.77348               3.5681               0.98631               3.7513                1                 0.64051               0.75856           -0.010141    -0.051746    -0.14789     -0.2326     -0.26069     -0.26253     -0.26232     -0.25452     -0.19997      0.048211     0.21438      0.26889      0.50712      0.50712       0.6688      0.90172       0.98855  
    cl_mt_coh_p1v10            7.1429             0.94993    1.9404     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              10              0.095           -20        0.01            5            2.0426     -4.5412    50.122      0      0.21133    0.78867    6.0715e-13       0        -3.9171    -3.3379    -2.2241    -1.1104    -0.55351    -0.019045    0.0033546      0.0992      0.56022     1.6516     1.674     2.186    2.2308    2.2308    4.4359    8.3564    11.141         3.8864             0.77317               3.5801               0.98636                3.765                1                 0.64249               0.75891           -0.010649    -0.055884    -0.15054    -0.23505     -0.26308     -0.26476     -0.26454     -0.25714     -0.20177      0.036914     0.21334       0.2612      0.50653      0.50653      0.66661      0.90162       0.98854  
    cl_mt_coh_p1v11            7.7143             0.95454    1.9455     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              11              0.095           -20        0.01            5            2.0382     -4.5412    50.122      0      0.20791    0.79209    2.5303e-16       0        -3.9171    -3.3379    -1.7345    -1.1104    -0.55351    -0.019045    0.0033546      0.1216      0.56022     1.6516     1.674     2.186    2.2308    2.2308    4.4359    8.3564    11.698         3.9069             0.77179               3.5993               0.98643               3.7851                1                 0.64345               0.75781           -0.010548    -0.056918    -0.14775     -0.2325     -0.26035     -0.26188     -0.26165     -0.24251     -0.19886      0.030041     0.21462      0.25669      0.50656      0.50656      0.66431      0.89968       0.99207  
    cl_mt_coh_p1v12            8.2857             0.96105    1.9383     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              12              0.095           -20        0.01            5            2.0168     -4.5412    50.122      0      0.20442    0.79558    3.0043e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    -0.019045    0.0033546      0.1216      0.56022     1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.8729             0.77068               3.5726               0.98635                3.757                1                 0.64129               0.75793          -0.0092824    -0.051307    -0.14655    -0.22596     -0.25361     -0.25501     -0.25477     -0.23556     -0.19208      0.027724     0.21919      0.33823      0.50951      0.50951      0.66489      0.90029       0.99212  
    cl_mt_coh_p1v13            8.8571             0.96053    1.9405     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              13              0.095           -20        0.01            5            2.0202     -4.5412    50.122      0      0.20197    0.79803    3.5744e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    -0.019045    0.0033546      0.1216      0.56022     1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9004             0.77043               3.5801               0.98638               3.7656                1                 0.64252               0.75813          -0.0095172    -0.054053    -0.14745    -0.22727     -0.25488     -0.25618     -0.25593     -0.23655     -0.19299      0.019943     0.21868      0.33144      0.50923      0.50923      0.66342      0.90024       0.99212  
    cl_mt_coh_p1v14            9.4286              0.9609    1.9414     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              14              0.095           -20        0.01            5            2.0204     -4.5412    50.122      0      0.19964    0.80036    3.5824e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    0.0033546    0.0033546      0.1216      0.56022     1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9205             0.77004               3.5829               0.98638               3.7691                1                 0.64346               0.75854           -0.009671    -0.056423    -0.14744    -0.22751     -0.25508     -0.25603     -0.25603     -0.23652     -0.19291      0.013648     0.21882      0.32581      0.50936      0.50936      0.66235      0.90028       0.99212  
    cl_mt_coh_p1v15                10              0.9636     1.939     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              15              0.095           -20        0.01            5            2.0122     -4.5412    50.122      0      0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    0.0033546    0.0033546      0.1216      0.56022     1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                1                 0.64334               0.75911          -0.0095635    -0.050194    -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031      0.010043      0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  

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

    cl_mt_val_p2v1           0.095        2.4754    2.6277     'cl_mt_val'     'fl_z_r_borr_max'        11               1                   10                -20        0.01            5            1.0615     -26.133    14.856      0       0.10052    0.89948     1.812e-14       0        -12.878    -6.2584     -2.1067     -0.34275    0.049122    0.22645     1.0329    2.3198    2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                1                  4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983     -0.11265      -0.11162      -0.10929     -0.09712    0.081397      0.12579      0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_val_p2v2        0.098929        2.5644    2.5437     'cl_mt_val'     'fl_z_r_borr_max'        11               2                   10                -20        0.01            5           0.99194     -25.604    14.854      0       0.10171    0.89829    2.1456e-14       0         -12.56    -5.7875     -1.9697     -0.24133     0.16307    0.23928     1.1779     2.325    2.6889    3.3424    4.1982    4.7942    5.2224    5.2224    6.1542      7.64    9.0449         6.4707                1                  3.8959               0.82192               3.7981              0.7731              0.96924               0.87398          -0.0053937    -0.030608    -0.080881    -0.097312      -0.09229     -0.089617    -0.076653    0.095005      0.13815      0.37374      0.47328      0.55903      0.80674      0.80674      0.87344      0.96811       0.99669  
    cl_mt_val_p2v3         0.10286         2.529    2.4806     'cl_mt_val'     'fl_z_r_borr_max'        11               3                   10                -20        0.01            5           0.98086     -25.101    14.855      0       0.10115    0.89885     1.812e-14       0         -11.47    -5.4147     -1.9746    -0.095497     0.16567    0.16567    0.99744    2.2908    2.8013    3.1301    4.1925    4.8013    5.0521    5.2993    6.0383    7.6816     9.077         6.1531                1                  3.6374               0.80599               3.5363               0.757              0.96106               0.88617          -0.0065503    -0.030799    -0.075763    -0.089746       -0.0829       -0.0829    -0.069011    0.096341      0.18118      0.33749      0.47146      0.60312      0.65805        0.811      0.86087      0.96937       0.99682  
    cl_mt_val_p2v4         0.10679        2.6091    2.4458     'cl_mt_val'     'fl_z_r_borr_max'        11               4                   10                -20        0.01            5           0.93741     -24.621    14.854      0       0.10378    0.89622     7.003e-14       0        -11.174    -5.2109     -1.3402     -0.13055     0.15959    0.16349     1.1216    2.2894    2.8832    3.2059    4.1949    4.8628    5.1118    5.3574    6.0825    7.7137    9.1022         5.9818                1                   3.619                0.8106               3.5076              0.7599              0.94572               0.89056          -0.0056888     -0.02696    -0.068963    -0.078443     -0.073503     -0.073068    -0.057012     0.10585      0.19165      0.34848       0.4787      0.60941      0.66383      0.81517      0.86448      0.97007        0.9969  
    cl_mt_val_p2v5         0.11071        2.8776     2.101     'cl_mt_val'     'fl_z_r_borr_max'        11               5                   10                -20        0.01            5           0.73011     -24.167    14.853      0       0.03463    0.96537    2.4349e-12       0        -3.5835    -2.3789    0.030608     0.030608     0.14327    0.67429     1.6813    2.2764    2.9425    3.2611    4.4009    4.9089     5.222    5.4003    6.2091    7.7386    9.1222         4.4141                1                  2.9284               0.80802               2.7815             0.74785              0.83325               0.92384          -0.0027107    -0.012197    -0.021207    -0.021207     -0.019661     -0.014616     0.012536     0.15749      0.24115      0.39102       0.5344      0.63093      0.68716      0.82773      0.87487      0.97194       0.99709  
    cl_mt_val_p2v6         0.11464         2.864    2.1553     'cl_mt_val'     'fl_z_r_borr_max'        11               6                   10                -20        0.01            5           0.75255     -23.734    14.852      0      0.070142    0.92986    3.7948e-13       0        -3.3302    -3.2924    -0.65089      0.11649     0.11649    0.77392     1.7241    2.3055    3.0041    3.3185    4.4517    4.9561    5.2019    5.4446    6.2502    7.7638    9.1423         4.6453                1                  3.1122               0.81526               2.9658             0.75617              0.84891               0.91882          -0.0097481    -0.013602    -0.027924    -0.028332     -0.028332     -0.021236    0.0073964     0.15179      0.23601      0.38668      0.53512      0.63132      0.68331      0.82741      0.87502      0.97202        0.9971  
    cl_mt_val_p2v7         0.11857        2.7902     2.071     'cl_mt_val'     'fl_z_r_borr_max'        11               7                   10                -20        0.01            5           0.74224     -23.314    14.853      0      0.052507    0.94749    2.8832e-12       0        -3.0648     -3.036    -0.42829      0.13192     0.13192     0.3695     1.8823    2.2722    2.7604    3.0893    4.2592    4.7712    5.0789    5.2637    6.1792    7.6399    9.0404         4.2891                1                  2.6499               0.78291               2.5121             0.72348              0.83587               0.92453          -0.0093236    -0.013015    -0.025471    -0.019423     -0.019423     -0.016908    0.0071744     0.15775       0.2386      0.38577      0.52812      0.62531      0.68215      0.82413      0.88466      0.97098       0.99693  
    cl_mt_val_p2v8          0.1225        2.8447     2.059     'cl_mt_val'     'fl_z_r_borr_max'        11               8                   10                -20        0.01            5           0.72382     -22.914    14.853      0      0.052032    0.94797    4.0426e-12       0        -2.8093    -2.7889    -0.24538      0.14448     0.14448    0.50206     2.0289    2.2819    2.8354    3.1585    4.3182    4.8265    5.1293    5.3163    6.2224    7.6684    9.0624         4.2395                1                  2.6894               0.79046               2.5483             0.73022              0.82719               0.92812          -0.0083787    -0.011704    -0.021549    -0.014982     -0.014982     -0.011629     0.014171     0.16243      0.24426      0.39197      0.53335      0.62986      0.68612      0.82686      0.88651       0.9715       0.99699  
    cl_mt_val_p2v9         0.12643        2.8817    2.0558     'cl_mt_val'     'fl_z_r_borr_max'        11               9                   10                -20        0.01            5           0.71338     -22.533    14.853      0      0.057813    0.94219    4.7869e-12       0        -2.5864    -2.5739    -0.10125      0.14306     0.14306    0.59649     2.1371    2.2807    2.8922    3.2113    4.3644    4.8696     5.168     5.357    6.2561    7.6915    9.0806         4.2262                1                  2.7449               0.79719               2.6007              0.7365                0.822               0.92876          -0.0077968      -0.0109    -0.018754    -0.012787     -0.012787    -0.0087445     0.019501     0.16438      0.24696      0.39518      0.53613       0.6323      0.68829      0.82828      0.88753      0.97179       0.99702  
    cl_mt_val_p2v10        0.13036        2.8969    2.0688     'cl_mt_val'     'fl_z_r_borr_max'        11              10                   10                -20        0.01            5           0.71415     -22.163    14.852      0      0.022232    0.97777    9.3201e-14       0        -2.3892    -2.3892     0.02503      0.02503     0.13076    0.66262     2.2156    2.2706    2.9347    3.2509    4.3999    4.9025    5.1967    5.3877    6.2816    7.7091    9.0947         4.2799                1                  2.8305               0.80414               2.6834             0.74328              0.82341                0.9275           -0.009774    -0.009774    -0.016334    -0.016334      -0.01489    -0.0099594     0.040335     0.16214      0.24563      0.39492      0.53607      0.63242      0.68847      0.82854      0.88777      0.97188       0.99703  
    cl_mt_val_p2v11        0.13429        2.9343     2.054     'cl_mt_val'     'fl_z_r_borr_max'        11              11                   10                -20        0.01            5               0.7     -21.803    14.851      0      0.022232    0.97777    9.3201e-14       0        -2.2581    -2.2581     0.10897      0.10897      0.1476    0.72411     2.2582    2.2772    2.9747    3.2883    4.4335    4.9337    5.2241    5.4169     6.306    7.7262    9.1086         4.2191                1                  2.8421               0.80777               2.6925             0.74646              0.81415               0.92478           -0.014102    -0.014102    -0.011312    -0.011312     -0.009566    -0.0048523     0.046099      0.1667      0.25036      0.39944      0.53975      0.63551      0.69117      0.83018      0.88891      0.97218       0.99707  
    cl_mt_val_p2v12        0.13821        2.9832    2.0567     'cl_mt_val'     'fl_z_r_borr_max'        11              12                   10                -20        0.01            5           0.68942     -21.431    14.851      0      0.023572    0.97643    9.3201e-14       0        -2.2578    -2.2578     0.10914      0.10914      0.2725    0.83585     2.2586    2.3507    3.0362    3.3449    4.4815    4.9786    5.2652    5.4597    6.3377    7.7493    9.1263           4.23                1                   2.882               0.81334               2.7299             0.75143              0.81073               0.92384           -0.013845    -0.013845    -0.011377    -0.011377    -0.0082098    -0.0028538     0.048756     0.17113      0.25526      0.40434      0.54427      0.63929      0.69447      0.83222      0.88029      0.97258       0.99711  
    cl_mt_val_p2v13        0.14214        2.8415    2.1029     'cl_mt_val'     'fl_z_r_borr_max'        11              13                   10                -20        0.01            5           0.74007     -21.076    14.853      0      0.051708    0.94829    6.1019e-14       0          -3.09    -3.0576    -0.42141      0.12254     0.12254     0.9384     2.2693    2.2693    2.7694    3.4009    4.2717    4.7777    5.2638    5.5019    6.1698    7.7635    9.1449         4.4223                1                  2.8755               0.79757               2.7317             0.73849              0.83979                0.9249          -0.0090929    -0.012692    -0.024838    -0.019407     -0.019407     -0.010585      0.15266     0.15266      0.23271      0.40035      0.52391       0.6179      0.71093      0.83419      0.87696      0.97096       0.99726  
    cl_mt_val_p2v14        0.14607         2.829    2.0622     'cl_mt_val'     'fl_z_r_borr_max'        11              14                   10                -20        0.01            5           0.72896     -20.743    14.852      0      0.052225    0.94778    6.1019e-14       0        -2.8919    -2.8668    -0.28589      0.13232     0.13232    0.48063     2.0191    2.2759    2.8218     3.143    4.3126    4.8158    5.1004    5.2998     6.198    7.6373    9.0344         4.2528                1                  2.6551                0.7875               2.5155             0.72727              0.83051               0.92938          -0.0086677    -0.012105    -0.022673    -0.016638     -0.016638     -0.013409     0.012119      0.1608      0.24269      0.39049      0.53214      0.62894      0.68534      0.82642       0.8758      0.97139       0.99695  
    cl_mt_val_p2v15           0.15        2.8602    2.0564     'cl_mt_val'     'fl_z_r_borr_max'        11              15                   10                -20        0.01            5           0.71896      -20.43    14.852      0      0.051975    0.94802    6.1019e-14       0        -2.7119    -2.6937    -0.16777      0.13533     0.13533    0.55448      2.101    2.2774    2.8651    3.1831    4.3472    4.8482    5.1296    5.3304    6.2204    7.6542    9.0476         4.2288                1                  2.6956               0.79189               2.5537              0.7314              0.82524               0.93036          -0.0080405    -0.011235    -0.020228    -0.014093     -0.014093     -0.010409     0.015973     0.16315      0.24552      0.39353       0.5347      0.63112      0.68724      0.82758      0.87664      0.97151       0.99688  

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

    cl_mt_pol_c_p2v1           0.095        1.2857    0.43707    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               1                   10                -20        0.01            5           0.33995     0.037692     4.973      0        0        1       1.812e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428     0.9722    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                  1             9.8462e-05    0.0031173    0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  
    cl_mt_pol_c_p2v2        0.098929        1.2911    0.43597    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               2                   10                -20        0.01            5           0.33768     0.039111    4.9712      0        0        1      2.1456e-14       0        0.13904    0.47084     0.6707    0.71629    0.76483    0.98548    1.1336    1.1822    1.2228     1.286    1.4339    1.7778    2.0024    2.0024     2.043     2.219    2.9136        0.96924             0.87398              0.63922               0.78684               0.6461             0.76734              0.19007                  1              0.0001186    0.0030287    0.024135    0.072339      0.09003      0.11232      0.16253      0.28931      0.49552      0.53368      0.63272      0.71157      0.89373      0.89373      0.91936      0.98178       0.99801  
    cl_mt_pol_c_p2v3         0.10286        1.2897     0.4372    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               3                   10                -20        0.01            5             0.339     0.040519    4.9695      0        0        1       1.812e-14       0        0.19451    0.47717    0.68358    0.71629    0.71629    0.91887    1.1114     1.181    1.2129     1.288    1.4527    1.7662    1.8202     2.006     2.033    2.2219    2.9183        0.96106             0.88617              0.61891               0.77809               0.6264             0.76079              0.19115                  1             0.00016938    0.0034745    0.026029    0.087974     0.087974      0.11188      0.15079      0.29846      0.48771      0.52622      0.64228      0.71123      0.76461      0.89801        0.918      0.98274       0.99812  
    cl_mt_pol_c_p2v4         0.10679        1.2939    0.43419    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               4                   10                -20        0.01            5           0.33557     0.041917     4.968      0        0        1       7.003e-14       0         0.1988    0.48345    0.65604    0.71629    0.71629    0.97454    1.1078     1.181    1.2163    1.2899    1.4576     1.768    1.8218    2.0093    2.0362    2.2246    2.9226        0.94572             0.89056              0.62942               0.79413              0.63688             0.77721              0.18852                  1              0.0001599    0.0034064    0.022503    0.085051     0.085051      0.10985      0.15716      0.29699       0.4883      0.52654      0.64421      0.70937       0.7633      0.89768       0.9177      0.98259       0.99812  
    cl_mt_pol_c_p2v5         0.11071        1.3096     0.4293    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               5                   10                -20        0.01            5           0.32781     0.043306    4.9665      0        0        1      2.4349e-12       0        0.37239    0.42724    0.70908    0.70908    0.78146     1.1086     1.181     1.181    1.2195     1.305    1.4622    1.7697    1.8502    2.0124    2.0393    2.2287    2.9266        0.83325             0.92384              0.58493               0.78988              0.58985             0.77613              0.18429                  1             0.00061761    0.0041324    0.052332    0.052332     0.087181      0.12589      0.26951      0.26951      0.48579      0.52825      0.64077      0.70237      0.76534      0.89636      0.91679      0.98223       0.99808  
    cl_mt_pol_c_p2v6         0.11464        1.3083    0.42867    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               6                   10                -20        0.01            5           0.32765     0.044684    4.9652      0        0        1      3.7948e-13       0         0.3834    0.39254    0.67438    0.71629    0.76878     1.1298    1.1391    1.1822    1.2224    1.2932     1.453    1.7713    1.8382    2.0153    2.0421    2.2342    2.9304        0.84891             0.91882              0.60672               0.79911              0.61284             0.78563              0.18376                  1              0.0024564    0.0034621     0.02655    0.074859     0.092292      0.12043      0.16074      0.27486      0.47091      0.52667      0.63852      0.70529      0.76433      0.89667      0.91693      0.98235        0.9981  
    cl_mt_pol_c_p2v7         0.11857        1.3061    0.43655    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               7                   10                -20        0.01            5           0.33425     0.046053     4.964      0        0        1      2.8832e-12       0        0.39433    0.40156    0.71629    0.71629    0.71629    0.88537     1.181     1.181    1.2118    1.2947     1.457    1.7728    1.8395    2.0046    2.0313     2.226    2.7926        0.83587             0.92453              0.53693               0.75258              0.54095             0.73906              0.19058                  1              0.0025618    0.0036048    0.091413    0.091413     0.091413      0.11243      0.28095      0.28095       0.4804      0.52283      0.63471      0.71066      0.76468       0.8961      0.91652      0.98197       0.99777  
    cl_mt_pol_c_p2v8          0.1225        1.3081    0.43286    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               8                   10                -20        0.01            5            0.3309     0.047413    4.9628      0        0        1      4.0426e-12       0        0.40518    0.41049    0.71264    0.71629    0.71629    0.99448     1.181     1.181    1.2144    1.2961    1.4608    1.7608    1.8408    2.0072    2.0338    2.2308    2.7935        0.82719             0.92812                0.548               0.76616              0.55086             0.75087              0.18737                  1              0.0026273    0.0036916    0.024046    0.095258     0.095258      0.11515      0.28264      0.28264      0.48235      0.52479      0.63643      0.70144      0.76446      0.89614      0.91654      0.98189       0.99778  
    cl_mt_pol_c_p2v9         0.12643          1.31    0.43052    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               9                   10                -20        0.01            5           0.32865     0.048762    4.9617      0        0        1      4.7869e-12       0        0.41596    0.41933    0.70117    0.71629    0.71629     1.0968     1.181     1.181    1.2168    1.2974    1.4643    1.7621    1.8419    2.0096    2.0362    2.2353    2.7942          0.822             0.92876              0.55892                0.7751              0.56168             0.75956              0.18535                  1              0.0027585    0.0038708    0.024346    0.092959     0.092959      0.11904      0.28408      0.28408      0.48392      0.52636      0.63807      0.70149      0.76452      0.89613      0.91653      0.98188       0.99778  
    cl_mt_pol_c_p2v10        0.13036        1.3111    0.42912    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              10                   10                -20        0.01            5           0.32731     0.050103    4.9607      0        0        1      9.3201e-14       0        0.42667    0.42667    0.70851    0.70851    0.77603     1.1134     1.181     1.181    1.2191    1.2987    1.4676    1.7634     1.843    2.0118    2.0384    2.2396    2.7949        0.82341              0.9275              0.57299               0.78479              0.57662             0.77002              0.18414                  1              0.0038566    0.0038566    0.050307    0.050307     0.087551      0.12776      0.26774      0.26774      0.48512      0.52758      0.63956      0.70143       0.7644      0.89606      0.91647      0.98187       0.99777  
    cl_mt_pol_c_p2v11        0.13429        1.3138    0.42861    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              11                   10                -20        0.01            5           0.32624     0.051434    4.9597      0        0        1      9.3201e-14       0        0.43445    0.43445    0.71629    0.71629     0.7403     1.1575    1.1816    1.1816    1.2213    1.2998    1.4707    1.7645     1.844    2.0139    2.0404    2.2436    2.7956        0.81415             0.92478              0.57564               0.78407              0.58006             0.77068               0.1837                  1              0.0060603    0.0060603    0.074848    0.074848     0.094403      0.12856      0.26832      0.26832      0.46836        0.529      0.66282      0.70174      0.76462      0.89612       0.9165      0.98188       0.99778  
    cl_mt_pol_c_p2v12        0.13821        1.3153    0.42668    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              12                   10                -20        0.01            5            0.3244     0.052756    4.9588      0        0        1      9.3201e-14       0        0.43445    0.43445    0.71629    0.71629    0.82663     1.0733    1.1837    1.1837    1.2233    1.3009    1.4736    1.7656     1.845    2.0159    2.0424    2.2474    2.7963        0.81073             0.92384              0.58481               0.79552              0.58867             0.78106              0.18206                  1              0.0059326    0.0059326    0.074728    0.074728     0.096692      0.12864      0.26841      0.26841      0.46843      0.52902      0.66288      0.70175      0.76474      0.89627      0.91658      0.98188       0.99778  
    cl_mt_pol_c_p2v13        0.14214        1.3085    0.43177    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              13                   10                -20        0.01            5           0.32998     0.054069    4.9579      0        0        1      6.1019e-14       0        0.39096    0.39901    0.71629    0.71629    0.71629    0.90819     1.181     1.181    1.2121    1.4236    1.4764    1.7599    1.7799    2.0178    2.0442    2.2509    2.7837        0.83979              0.9249              0.57593               0.77803              0.58204             0.76637              0.18642                  1              0.0024984    0.0035183    0.089762    0.089762     0.089762      0.11077      0.27638      0.27638      0.46583      0.53837      0.64209      0.70426      0.76701        0.901      0.91974      0.98259       0.99785  
    cl_mt_pol_c_p2v14        0.14607        1.3075    0.43332    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              14                   10                -20        0.01            5           0.33141     0.055373    4.9571      0        0        1      6.1019e-14       0        0.39985    0.40628    0.70352    0.71629    0.71629    0.98536     1.181     1.181    1.2139    1.2898    1.4658    1.7545    1.8336    2.0064    2.0328    2.2543    2.7711        0.83051             0.92938              0.54183               0.76483              0.54384              0.7483              0.18777                  1               0.002593    0.0036469    0.023824    0.095121     0.095121      0.11488      0.28239      0.28239      0.48214      0.52441      0.63645      0.70147       0.7643      0.89605      0.91639      0.98313       0.99776  
    cl_mt_pol_c_p2v15           0.15         1.309    0.43134    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              15                   10                -20        0.01            5           0.32952     0.056668    4.9563      0        0        1      6.1019e-14       0        0.40868    0.41348    0.71629    0.71629    0.71629     1.0585     1.181     1.181    1.2156    1.2907    1.4683    1.7554    1.8344    2.0081    2.0476    2.2575    2.7717        0.82524             0.93036              0.55013               0.77048              0.55198             0.75371              0.18605                  1              0.0026477    0.0037192    0.094219    0.094219     0.094219      0.11674       0.2835       0.2835       0.4833      0.52556      0.63762      0.70155      0.76434      0.89596      0.92114      0.98283       0.99803  

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

    cl_mt_coh_p2v1           0.095        0.9636     1.939     'cl_mt_coh'     'fl_z_r_borr_max'        11               1                   10                -20        0.01            5           2.0122      -4.5412    50.122      0        0.19722    0.80278    5.0542e-16       0           -3.9171      -3.3379       -1.7121     -1.1104     -0.55351    0.0033546    0.0033546     0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                1                 0.64334               0.75911           -0.0095635      -0.050194       -0.14501      -0.22513       -0.2526      -0.25346     -0.25346     -0.23388     -0.19031    0.010043       0.2206      0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_coh_p2v2        0.098929         1.121    1.9313     'cl_mt_coh'     'fl_z_r_borr_max'        11               2                   10                -20        0.01            5           1.7228      -4.3596    50.127      0        0.15871    0.84129    5.9848e-16       0           -3.2022      -3.1549       -1.5372    -0.93487     -0.37985      0.10419      0.12663    0.17517    0.73018    1.8166    1.8402    2.3716    2.3952    2.3952    4.5916    8.5004    11.275         3.7981              0.7731               3.5477               0.98577                 3.73                1                  0.6461               0.76734           -0.0030984       -0.03231       -0.11208      -0.17361      -0.19042      -0.18685     -0.17883     -0.15482      -0.1048    0.092047      0.29418      0.38955       0.5664       0.5664       0.7032      0.91481       0.99015  
    cl_mt_coh_p2v3         0.10286        1.0267    1.8832     'cl_mt_coh'     'fl_z_r_borr_max'        11               3                   10                -20        0.01            5           1.8343      -4.1919    50.132      0        0.16283    0.83717    5.0542e-16       0           -3.0105      -2.9856       -1.3506    -0.77237     -0.21907      0.10674      0.10674    0.13166    0.33424    1.4408    1.4408    1.9941    2.5475    2.5475    4.2074    8.6089      11.4         3.5363               0.757               3.3747               0.98495               3.5465                1                  0.6264               0.76079            -0.010642      -0.029908        -0.1133      -0.16812       -0.1794      -0.17036     -0.17036     -0.14831     -0.12426     0.18156      0.18156      0.29169      0.54495      0.54495      0.67358      0.90351       0.98975  
    cl_mt_coh_p2v4         0.10679        1.1476    1.8873     'cl_mt_coh'     'fl_z_r_borr_max'        11               4                   10                -20        0.01            5           1.6445      -4.0365    50.137      0        0.16439    0.83561    1.9534e-15       0           -2.8545       -2.329       -1.1994    -0.62147    -0.069747      0.11051      0.11051    0.13669    0.48197    1.5854    1.5854    2.1371    2.6888    2.6888     4.344    8.7316    11.516         3.5076              0.7599               3.3922               0.98462               3.5619                1                 0.63688               0.77721           -0.0083097      -0.025162      -0.085223      -0.13053      -0.13396      -0.12583     -0.12583     -0.10591    -0.074139     0.23437      0.23437      0.34115      0.58272      0.58272      0.70283      0.91256       0.99072  
    cl_mt_coh_p2v5         0.11071        1.4228    1.7703     'cl_mt_coh'     'fl_z_r_borr_max'        11               5                   10                -20        0.01            5           1.2442      -3.8921    50.142      0       0.033262    0.96674    6.7918e-14       0          -0.53577     -0.50834      0.041906    0.069335     0.069335     0.086857      0.11429    0.14171     1.1424    1.7201    2.2429    2.2703    2.8206    2.8206    4.9667    8.8733    11.624         2.7815             0.74785               3.0003                0.9825               3.1339                1                 0.58985               0.77613           -0.0012102     -0.0040145     -0.0092979    -0.0040245    -0.0040245    -0.0030691    0.0011211     0.014111     0.072122     0.33553      0.36901      0.43129      0.64503      0.64503      0.75224      0.93344       0.99221  
    cl_mt_coh_p2v6         0.11464        1.4598    1.8197     'cl_mt_coh'     'fl_z_r_borr_max'        11               6                   10                -20        0.01            5           1.2465      -3.7576    50.147      0        0.11778    0.88222    1.0585e-14       0           -0.4357     -0.40702      -0.34964    -0.34964      0.11806      0.14674      0.17054    0.19923     1.2683    1.8459    2.3374    2.3947    2.9436    2.9436     5.053    8.9525    11.726         2.9658             0.75617               3.1683                 0.983               3.3115                1                 0.61284               0.78563          -0.00064057     -0.0031878      -0.029314     -0.029314     -0.026058     -0.017274     -0.01206    0.0031676     0.068053     0.34029      0.34928      0.43726      0.65102      0.65102      0.75461      0.92843       0.99244  
    cl_mt_coh_p2v7         0.11857        1.2614    1.6766     'cl_mt_coh'     'fl_z_r_borr_max'        11               7                   10                -20        0.01            5           1.3292      -3.6321    50.152      0       0.050705    0.94929    8.0422e-14       0          -0.28663     -0.25669      -0.22674     0.12183      0.12183      0.15177      0.15177    0.15177     0.8385     1.416    1.9337    1.9636    2.5112    2.5112    4.6716    8.5347     11.79         2.5121             0.72348               2.6905               0.98191               2.8111                1                 0.54095               0.73906           -0.0011896      -0.003853     -0.0097347    0.00098803    0.00098803      0.027527     0.027527     0.027527     0.066686     0.30809      0.34077      0.40182      0.61724      0.61724      0.74026      0.92472       0.98987  
    cl_mt_coh_p2v8          0.1225        1.3337    1.6949     'cl_mt_coh'     'fl_z_r_borr_max'        11               8                   10                -20        0.01            5           1.2707      -3.5146    50.157      0       0.049884    0.95012    1.1276e-13       0           -0.1738      -0.1426         0.032      0.1256       0.1256       0.1568       0.1568     0.1568    0.95018    1.5278     2.043    2.0742    2.6206    2.6206    4.7437    8.6309    11.878         2.5483             0.73022               2.7506               0.98213               2.8725                1                 0.55086               0.75087          -0.00067529     -0.0020528     -0.0047303     0.0057275     0.0057275      0.031721     0.031721     0.031721     0.078259     0.32658      0.35926      0.42029      0.63302      0.63302      0.74172      0.92864       0.99037  
    cl_mt_coh_p2v9         0.12643        1.4022    1.7176     'cl_mt_coh'     'fl_z_r_borr_max'        11               9                   10                -20        0.01            5            1.225      -3.4044    50.162      0       0.057629    0.94237    1.3352e-13       0         -0.067832    -0.035374    -0.0029173     0.12937      0.12937      0.16183      0.16183    0.16183     1.0552    1.6329    2.1457    2.1782    2.7234    2.7234    4.8396    8.7214    11.961         2.6007              0.7365               2.8259               0.98229               2.9503                1                 0.56168               0.75956          -0.00028882    -0.00066489    -0.00074242      0.009275      0.009275      0.034214     0.034214     0.034214     0.086963     0.34095       0.3736      0.43457      0.64486      0.64486      0.75095      0.93154       0.99078  
    cl_mt_coh_p2v10        0.13036        1.4608    1.7451     'cl_mt_coh'     'fl_z_r_borr_max'        11              10                   10                -20        0.01            5           1.1946      -3.3008    50.167      0      0.0030688    0.99693    1.7286e-15       0        -0.0018105     0.031904      0.065618    0.099332     0.099332      0.13314      0.13314    0.16686      1.154     1.732    2.2425    2.2762    2.8204    2.8204    4.9298    8.8067    12.038         2.6834             0.74328               2.9167               0.98235               3.0452                1                 0.57662               0.77002          -1.0275e-05     0.00029438      0.0023903      0.010443      0.010443      0.016559     0.016559     0.032214     0.090517     0.35042      0.38319      0.44435      0.65341      0.65341      0.75782      0.93375       0.99109  
    cl_mt_coh_p2v11        0.13429        1.5355     1.756     'cl_mt_coh'     'fl_z_r_borr_max'        11              11                   10                -20        0.01            5           1.1436      -3.2033    50.172      0      4.685e-10          1    1.7286e-15       0          0.066971      0.10194       0.13691     0.16092      0.17189      0.17189      0.17189    0.19589     1.2474    1.8255    2.3338    2.3688     2.912     2.912    5.0149    8.8874    12.112         2.6925             0.74646               2.9545               0.98223               3.0837                1                 0.58006               0.77068           0.00013949      0.0012605      0.0067554      0.012501      0.025513      0.025513     0.025513     0.042998      0.10535     0.36704      0.39948      0.46004      0.66535      0.66535      0.76697      0.93654       0.99148  
    cl_mt_coh_p2v12        0.13821        1.6068    1.7664     'cl_mt_coh'     'fl_z_r_borr_max'        11              12                   10                -20        0.01            5           1.0993      -3.1113    50.177      0      0.0022582    0.99774    1.7286e-15       0          -0.25503      0.10446       0.14069     0.17691      0.17691      0.21479      0.25102    0.28725     1.3356    1.9141    2.4201    2.4564    2.9986    2.9986    5.0953    8.9637    12.181         2.7299             0.75143               2.9895               0.98234                 3.12                1                 0.58867               0.78106          -0.00038218     0.00063782      0.0046661      0.017359      0.017359      0.019923     0.028486     0.052981      0.11874     0.38174      0.41387      0.47386      0.67579      0.67579      0.77494      0.93896       0.99182  
    cl_mt_coh_p2v13        0.14214        1.3913     1.759     'cl_mt_coh'     'fl_z_r_borr_max'        11              13                   10                -20        0.01            5           1.2643      -3.0245    50.182      0       0.049112    0.95089    1.1317e-15       0          -0.24253     -0.20504      0.069486     0.14446      0.14446      0.18194      0.18194    0.18194    0.91523    1.4566     1.998    2.5394    3.0433    3.0808     4.705    8.4947    11.743         2.7317             0.73849               2.9619               0.98217               3.0941                1                 0.58204               0.76637          -0.00083513     -0.0027073     -0.0062593      0.004781      0.004781      0.033225     0.033225     0.033225      0.10599     0.28556      0.36762      0.45808       0.5274      0.65634      0.76036      0.92805       0.99081  
    cl_mt_coh_p2v14        0.14607        1.3443    1.6772     'cl_mt_coh'     'fl_z_r_borr_max'        11              14                   10                -20        0.01            5           1.2476      -2.9423    50.187      0       0.049659    0.95034    1.1317e-15       0            -0.162     -0.12326         0.032     0.14823      0.14823      0.18697      0.18697    0.18697    0.95785    1.5371     2.039    2.0777    2.6183    2.6183     4.703    8.5643    11.808         2.5155             0.72727               2.6929               0.98208                2.813                1                 0.54384                0.7483          -0.00059323      -0.001771     -0.0037774     0.0084196     0.0084196      0.039184     0.039184     0.039184     0.086555     0.33436      0.36669      0.42735      0.63796      0.63796      0.74531      0.92951       0.99212  
    cl_mt_coh_p2v15           0.15        1.3962    1.6979     'cl_mt_coh'     'fl_z_r_borr_max'        11              15                   10                -20        0.01            5           1.2161      -2.8644    50.192      0       0.049667    0.95033    1.1317e-15       0         -0.085566    -0.045566         0.032       0.152        0.152        0.192        0.192      0.192      1.034    1.6137    2.1135    2.1535    2.6932    2.6932    4.7723    8.6306    12.369         2.5537              0.7314               2.7607               0.98226               2.8827                1                 0.55198               0.75371          -0.00031467    -0.00073396    -0.00084984      0.011187      0.011187      0.041607     0.041607     0.041607     0.093397     0.34495      0.37721      0.43774       0.6463       0.6463      0.75158      0.93092       0.99043  

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

    cl_mt_val_p3v1       -20     2.4754    2.6277     'cl_mt_val'       'fl_b_bd'          12              1                    10                   0.095           0.01            5           1.0615      -26.133    14.856      0      0.10052    0.89948    1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122    0.22645    1.0329    2.3198    2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204         6.905                 1                  4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918       0.474       0.54453      0.80121      0.80121      0.8698       0.96698       0.99655  
    cl_mt_val_p3v2    -16.25     2.4754    2.6277     'cl_mt_val'       'fl_b_bd'          12              2                    10                   0.095           0.01            5           1.0615      -26.133    14.856      0      0.10052    0.89948    1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122    0.22645    1.0329    2.3198    2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204         6.905                 1                  4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918       0.474       0.54453      0.80121      0.80121      0.8698       0.96698       0.99655  
    cl_mt_val_p3v3     -12.5     2.4754    2.6277     'cl_mt_val'       'fl_b_bd'          12              3                    10                   0.095           0.01            5           1.0615      -26.133    14.856      0      0.10052    0.89948    1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122    0.22645    1.0329    2.3198    2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204         6.905                 1                  4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918       0.474       0.54453      0.80121      0.80121      0.8698       0.96698       0.99655  
    cl_mt_val_p3v4     -8.75     2.4754    2.6277     'cl_mt_val'       'fl_b_bd'          12              4                    10                   0.095           0.01            5           1.0615      -26.133    14.856      0      0.10052    0.89948    1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122    0.22645    1.0329    2.3198    2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204         6.905                 1                  4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918       0.474       0.54453      0.80121      0.80121      0.8698       0.96698       0.99655  
    cl_mt_val_p3v5        -5     2.4754    2.6277     'cl_mt_val'       'fl_b_bd'          12              5                    10                   0.095           0.01            5           1.0615      -26.133    14.856      0      0.10052    0.89948    1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122    0.22645    1.0329    2.3198    2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204         6.905                 1                  4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918       0.474       0.54453      0.80121      0.80121      0.8698       0.96698       0.99655  

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

    cl_mt_pol_c_p3v1       -20     1.2857    0.43707    'cl_mt_pol_c'      'fl_b_bd'          12              1                    10                   0.095           0.01            5           0.33995     0.037692    4.973      0        0        1      1.812e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428    0.9722    1.0741    1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                  1             9.8462e-05    0.0031173    0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293      0.5339       0.64358      0.70883      0.89412      0.89412      0.91567      0.98226        0.998   
    cl_mt_pol_c_p3v2    -16.25     1.2857    0.43707    'cl_mt_pol_c'      'fl_b_bd'          12              2                    10                   0.095           0.01            5           0.33995     0.037692    4.973      0        0        1      1.812e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428    0.9722    1.0741    1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                  1             9.8462e-05    0.0031173    0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293      0.5339       0.64358      0.70883      0.89412      0.89412      0.91567      0.98226        0.998   
    cl_mt_pol_c_p3v3     -12.5     1.2857    0.43707    'cl_mt_pol_c'      'fl_b_bd'          12              3                    10                   0.095           0.01            5           0.33995     0.037692    4.973      0        0        1      1.812e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428    0.9722    1.0741    1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                  1             9.8462e-05    0.0031173    0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293      0.5339       0.64358      0.70883      0.89412      0.89412      0.91567      0.98226        0.998   
    cl_mt_pol_c_p3v4     -8.75     1.2857    0.43707    'cl_mt_pol_c'      'fl_b_bd'          12              4                    10                   0.095           0.01            5           0.33995     0.037692    4.973      0        0        1      1.812e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428    0.9722    1.0741    1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                  1             9.8462e-05    0.0031173    0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293      0.5339       0.64358      0.70883      0.89412      0.89412      0.91567      0.98226        0.998   
    cl_mt_pol_c_p3v5        -5     1.2857    0.43707    'cl_mt_pol_c'      'fl_b_bd'          12              5                    10                   0.095           0.01            5           0.33995     0.037692    4.973      0        0        1      1.812e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428    0.9722    1.0741    1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                  1             9.8462e-05    0.0031173    0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293      0.5339       0.64358      0.70883      0.89412      0.89412      0.91567      0.98226        0.998   

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

    cl_mt_coh_p3v1       -20     0.9636    1.939     'cl_mt_coh'       'fl_b_bd'          12              1                    10                   0.095           0.01            5           2.0122      -4.5412    50.122      0      0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516    1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                1                 0.64334               0.75911          -0.0095635    -0.050194    -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043      0.2206       0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_coh_p3v2    -16.25     0.9636    1.939     'cl_mt_coh'       'fl_b_bd'          12              2                    10                   0.095           0.01            5           2.0122      -4.5412    50.122      0      0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516    1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                1                 0.64334               0.75911          -0.0095635    -0.050194    -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043      0.2206       0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_coh_p3v3     -12.5     0.9636    1.939     'cl_mt_coh'       'fl_b_bd'          12              3                    10                   0.095           0.01            5           2.0122      -4.5412    50.122      0      0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516    1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                1                 0.64334               0.75911          -0.0095635    -0.050194    -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043      0.2206       0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_coh_p3v4     -8.75     0.9636    1.939     'cl_mt_coh'       'fl_b_bd'          12              4                    10                   0.095           0.01            5           2.0122      -4.5412    50.122      0      0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516    1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                1                 0.64334               0.75911          -0.0095635    -0.050194    -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043      0.2206       0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_coh_p3v5        -5     0.9636    1.939     'cl_mt_coh'       'fl_b_bd'          12              5                    10                   0.095           0.01            5           2.0122      -4.5412    50.122      0      0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516    1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                1                 0.64334               0.75911          -0.0095635    -0.050194    -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043      0.2206       0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  

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

    cl_mt_val_p4v1       0.03     2.4754    2.6277     'cl_mt_val'      'fl_c_min'          13              1                    10                   0.095           -20            5           1.0615      -26.133    14.856      0      0.10052    0.89948    1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122    0.22645    1.0329    2.3198    2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204         6.905                 1                  4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918       0.474       0.54453      0.80121      0.80121      0.8698       0.96698       0.99655  
    cl_mt_val_p4v2    0.02275     2.4754    2.6277     'cl_mt_val'      'fl_c_min'          13              2                    10                   0.095           -20            5           1.0615      -26.133    14.856      0      0.10052    0.89948    1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122    0.22645    1.0329    2.3198    2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204         6.905                 1                  4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918       0.474       0.54453      0.80121      0.80121      0.8698       0.96698       0.99655  
    cl_mt_val_p4v3     0.0155     2.4754    2.6277     'cl_mt_val'      'fl_c_min'          13              3                    10                   0.095           -20            5           1.0615      -26.133    14.856      0      0.10052    0.89948    1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122    0.22645    1.0329    2.3198    2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204         6.905                 1                  4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918       0.474       0.54453      0.80121      0.80121      0.8698       0.96698       0.99655  
    cl_mt_val_p4v4    0.00825     2.4754    2.6277     'cl_mt_val'      'fl_c_min'          13              4                    10                   0.095           -20            5           1.0615      -26.133    14.856      0      0.10052    0.89948    1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122    0.22645    1.0329    2.3198    2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204         6.905                 1                  4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918       0.474       0.54453      0.80121      0.80121      0.8698       0.96698       0.99655  
    cl_mt_val_p4v5      0.001     2.4754    2.6277     'cl_mt_val'      'fl_c_min'          13              5                    10                   0.095           -20            5           1.0615      -26.133    14.856      0      0.10052    0.89948    1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122    0.22645    1.0329    2.3198    2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204         6.905                 1                  4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162     -0.10929     -0.09712     0.081397      0.12579      0.35918       0.474       0.54453      0.80121      0.80121      0.8698       0.96698       0.99655  

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

    cl_mt_pol_c_p4v1       0.03     1.2857    0.43707    'cl_mt_pol_c'     'fl_c_min'          13              1                    10                   0.095           -20            5           0.33995     0.037692    4.973      0        0        1      1.812e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428    0.9722    1.0741    1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                  1             9.8462e-05    0.0031173    0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293      0.5339       0.64358      0.70883      0.89412      0.89412      0.91567      0.98226        0.998   
    cl_mt_pol_c_p4v2    0.02275     1.2857    0.43707    'cl_mt_pol_c'     'fl_c_min'          13              2                    10                   0.095           -20            5           0.33995     0.037692    4.973      0        0        1      1.812e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428    0.9722    1.0741    1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                  1             9.8462e-05    0.0031173    0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293      0.5339       0.64358      0.70883      0.89412      0.89412      0.91567      0.98226        0.998   
    cl_mt_pol_c_p4v3     0.0155     1.2857    0.43707    'cl_mt_pol_c'     'fl_c_min'          13              3                    10                   0.095           -20            5           0.33995     0.037692    4.973      0        0        1      1.812e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428    0.9722    1.0741    1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                  1             9.8462e-05    0.0031173    0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293      0.5339       0.64358      0.70883      0.89412      0.89412      0.91567      0.98226        0.998   
    cl_mt_pol_c_p4v4    0.00825     1.2857    0.43707    'cl_mt_pol_c'     'fl_c_min'          13              4                    10                   0.095           -20            5           0.33995     0.037692    4.973      0        0        1      1.812e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428    0.9722    1.0741    1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                  1             9.8462e-05    0.0031173    0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293      0.5339       0.64358      0.70883      0.89412      0.89412      0.91567      0.98226        0.998   
    cl_mt_pol_c_p4v5      0.001     1.2857    0.43707    'cl_mt_pol_c'     'fl_c_min'          13              5                    10                   0.095           -20            5           0.33995     0.037692    4.973      0        0        1      1.812e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428    0.9722    1.0741    1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                  1             9.8462e-05    0.0031173    0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293      0.5339       0.64358      0.70883      0.89412      0.89412      0.91567      0.98226        0.998   

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

    cl_mt_coh_p4v1       0.03     0.9636    1.939     'cl_mt_coh'      'fl_c_min'          13              1                    10                   0.095           -20            5           2.0122      -4.5412    50.122      0      0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516    1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                1                 0.64334               0.75911          -0.0095635    -0.050194    -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043      0.2206       0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_coh_p4v2    0.02275     0.9636    1.939     'cl_mt_coh'      'fl_c_min'          13              2                    10                   0.095           -20            5           2.0122      -4.5412    50.122      0      0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516    1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                1                 0.64334               0.75911          -0.0095635    -0.050194    -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043      0.2206       0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_coh_p4v3     0.0155     0.9636    1.939     'cl_mt_coh'      'fl_c_min'          13              3                    10                   0.095           -20            5           2.0122      -4.5412    50.122      0      0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516    1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                1                 0.64334               0.75911          -0.0095635    -0.050194    -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043      0.2206       0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_coh_p4v4    0.00825     0.9636    1.939     'cl_mt_coh'      'fl_c_min'          13              4                    10                   0.095           -20            5           2.0122      -4.5412    50.122      0      0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516    1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                1                 0.64334               0.75911          -0.0095635    -0.050194    -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043      0.2206       0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  
    cl_mt_coh_p4v5      0.001     0.9636    1.939     'cl_mt_coh'      'fl_c_min'          13              5                    10                   0.095           -20            5           2.0122      -4.5412    50.122      0      0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351    0.0033546    0.0033546    0.1216    0.56022    1.6516    1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                1                 0.64334               0.75911          -0.0095635    -0.050194    -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031     0.010043      0.2206       0.32216      0.51052      0.51052      0.66211      0.90052       0.99214  

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

    cl_mt_val_p5v1           3          2.4836    2.5894     'cl_mt_val'     'fl_z_r_borr_n'        14               1                   10                   0.095           -20        0.01       1.0426      -27.232    14.855      0      0.099109    0.90089    2.1175e-12       0        -13.153    -5.9714    -1.9072     0.04022     0.04022     0.21755      1.015     2.3152    2.6141     3.277    4.2029    4.6635    5.1691    5.1691    6.1094    7.6086    9.0195         6.7052                1                   3.917               0.81574               3.8255             0.76805              0.98846               0.87326          -0.0082382    -0.037619    -0.088868     -0.1074      -0.1074      -0.10504    -0.092531     0.083984      0.12801     0.36083      0.47538      0.54573      0.80175      0.80175      0.87012      0.96706       0.99656  
    cl_mt_val_p5v2           4          2.4947    2.5676     'cl_mt_val'     'fl_z_r_borr_n'        14               2                   10                   0.095           -20        0.01       1.0292       -26.65    14.855      0      0.098058    0.90194    1.3582e-13       0        -13.034    -5.9054    -2.1256      0.0444      0.0444     0.22173     1.0234     2.3173     2.616    3.2786    4.2043    4.6648    5.1704    5.1704    6.1104    7.6092    9.0199         6.5923                1                  3.8815               0.81653               3.7888             0.76855              0.98218               0.87561           -0.006502    -0.036376    -0.085893    -0.10398     -0.10398      -0.10165    -0.089266     0.087354      0.13141     0.36318      0.47735      0.54745      0.80253      0.80253      0.87064      0.96719       0.99658  
    cl_mt_val_p5v3           5          2.4754    2.6277     'cl_mt_val'     'fl_z_r_borr_n'        14               3                   10                   0.095           -20        0.01       1.0615      -26.133    14.856      0       0.10052    0.89948     1.812e-14       0        -12.878    -6.2584    -2.1067    -0.34275    0.049122     0.22645     1.0329     2.3198    2.6183    3.2805    4.2058    4.6661    5.1718    5.1718    6.1115    7.6099    9.0204          6.905                1                  4.0062               0.81588               3.9191             0.76918              0.99524               0.86656          -0.0090211    -0.036678    -0.092983    -0.11265     -0.11162      -0.10929     -0.09712     0.081397      0.12579     0.35918        0.474      0.54453      0.80121      0.80121       0.8698      0.96698       0.99655  
    cl_mt_val_p5v4           6          2.4773    2.6228     'cl_mt_val'     'fl_z_r_borr_n'        14               4                   10                   0.095           -20        0.01       1.0588      -25.647    14.856      0       0.10068    0.89932    4.3605e-15       0        -12.672    -6.2117    -2.0922     -0.3344     0.05679     0.23363     1.0437     2.3225    2.6208    3.2825    4.2075    4.6677    5.1733    5.1733    6.1128    7.6107     9.021         6.8793                1                  4.0142               0.81722               3.9271             0.77047              0.99385               0.86726          -0.0086097    -0.036408    -0.091469     -0.1124      -0.1109      -0.10829    -0.097038     0.082274      0.12649     0.35984      0.47452      0.54498      0.80141      0.80141      0.86994      0.96701       0.99656  
    cl_mt_val_p5v5           7          2.4824     2.609     'cl_mt_val'     'fl_z_r_borr_n'        14               5                   10                   0.095           -20        0.01        1.051       -25.14    14.856      0       0.10143    0.89857    5.1446e-13       0        -12.452    -6.1497    -2.0626    -0.32477    0.062496     0.23942      1.067     2.3256    2.6237    3.2849    4.2094    4.6694     5.175     5.175    6.1142    7.6115    9.0215         6.8071                1                  4.0071               0.81887               3.9194             0.77196              0.99023               0.86914          -0.0074631    -0.034998    -0.090108    -0.11081     -0.10933      -0.10669    -0.093702     0.084108       0.1276     0.36124      0.47567      0.54597      0.80185      0.80185      0.87024      0.96709       0.99657  
    cl_mt_val_p5v6           8          2.4809    2.6176     'cl_mt_val'     'fl_z_r_borr_n'        14               6                   10                   0.095           -20        0.01       1.0551       -24.63    14.856      0       0.10223    0.89777    5.5269e-14       0        -12.217    -6.0733    -2.0303    -0.30465    0.069001     0.24598     1.0795     2.3291    2.6269    3.2875    4.2115    4.6714     5.177     5.177    6.1159    7.6125    9.0222         6.8519                1                  4.0432               0.82007               3.9563             0.77334               0.9915               0.86766          -0.0082107    -0.037309    -0.091811    -0.11209     -0.11066      -0.10795    -0.095086     0.083768      0.12716     0.36111      0.47555      0.54585      0.80179      0.80179      0.87022      0.96709       0.99657  
    cl_mt_val_p5v7           9          2.4937    2.5883     'cl_mt_val'     'fl_z_r_borr_n'        14               7                   10                   0.095           -20        0.01       1.0379       -24.09    14.856      0       0.10219    0.89781    1.1885e-12       0        -11.957    -5.9829    -1.9925    -0.27421    0.076655     0.25368     1.0945     2.3331    2.6306    3.2905     4.214    4.6737    5.1793    5.1793    6.1177    7.6135     9.023         6.6995                1                  3.9913               0.82227               3.9016             0.77483               0.9831               0.87062          -0.0067211    -0.033908     -0.08724    -0.10781     -0.10646      -0.10365    -0.090924     0.088089      0.13054      0.3644      0.47836      0.54836      0.80317      0.80317      0.87128      0.96745       0.99661  
    cl_mt_val_p5v8          10          2.4868      2.63     'cl_mt_val'     'fl_z_r_borr_n'        14               8                   10                   0.095           -20        0.01       1.0576      -23.523    14.856      0       0.10298    0.89702    0.00011216       0        -14.033    -5.8729    -1.9474    -0.23776    0.086818     0.26361     1.1122     2.3377    2.6348     3.294    4.2168    4.6763    5.1818    5.1818    6.1199    7.6148    9.0239         6.9167                1                  4.0799                0.8212               3.9935             0.77466              0.98941               0.86257           -0.007115     -0.03832    -0.091445    -0.11168     -0.10987      -0.10685      -0.0947     0.085831      0.12842     0.36294      0.47716      0.54732      0.80272      0.80272        0.871      0.96739       0.99661  
    cl_mt_val_p5v9          11          2.5006    2.5997     'cl_mt_val'     'fl_z_r_borr_n'        14               9                   10                   0.095           -20        0.01       1.0396      -22.923    14.856      0       0.10316    0.89684     7.061e-05       0        -13.139    -5.7426    -1.8899    -0.18088    0.096987     0.27383     1.1327     2.3431    2.6397     3.298    4.2201    4.6793    5.1848    5.1848    6.1224    7.6163    9.0249         6.7586                1                   4.048               0.82369               3.9589             0.77659              0.98105               0.86609          -0.0066957    -0.035938    -0.088472    -0.10769     -0.10586      -0.10267    -0.090601     0.090226      0.13265     0.36617      0.47983      0.54964      0.80376      0.80376      0.87169      0.96756       0.99663  
    cl_mt_val_p5v10         12          2.5132    2.5767     'cl_mt_val'     'fl_z_r_borr_n'        14              10                   10                   0.095           -20        0.01       1.0252      -22.295    14.857      0       0.10336    0.89664    4.8117e-05       0        -13.173    -5.6026    -1.8287    -0.13417     0.10914     0.28494     1.1613     2.3488     2.645    3.3023    4.2236    4.6825    5.1881    5.1881     6.125    7.6178     9.026         6.6392                1                  4.0286               0.82579               3.9374              0.7783              0.97375               0.86825            -0.00618    -0.034431    -0.085152    -0.10425     -0.10197     -0.099113     -0.08574     0.094196      0.13648     0.36911      0.48227      0.55176      0.80471      0.80471      0.87232      0.96773       0.99664  
    cl_mt_val_p5v11         13          2.4993    2.6017     'cl_mt_val'     'fl_z_r_borr_n'        14              11                   10                   0.095           -20        0.01        1.041      -21.646    14.857      0       0.10773    0.89227    6.1272e-05       0        -13.196    -6.2866    -1.7848    -0.11679      0.1214     0.29812     1.1807     2.2556     2.651    3.3072    4.2276    4.6861    5.1917    5.1917     6.128    7.6196    9.0272         6.7687                1                  4.1282               0.82833               4.0393             0.78138              0.97936               0.86534          -0.0065272    -0.034954    -0.088205    -0.10872     -0.10673       -0.1031    -0.091082    -0.020738      0.13361     0.36698       0.4812      0.55072      0.80403      0.80403      0.87196      0.96764       0.99663  
    cl_mt_val_p5v12         14          2.5007    2.5957     'cl_mt_val'     'fl_z_r_borr_n'        14              12                   10                   0.095           -20        0.01        1.038      -20.987    14.857      0       0.10842    0.89158    5.3193e-05       0        -12.868    -6.1157    -2.0232    -0.50997     0.13547     0.31131     1.2078     2.2625    2.6577    3.3129    4.2321    4.6904    5.1959    5.1959    6.1315    7.6216    9.0286         6.7378                1                  4.1589               0.83085                4.069             0.78379              0.97672               0.86592          -0.0065013    -0.034749    -0.087678    -0.10833       -0.106      -0.10268    -0.090314    -0.018977      0.13484     0.36794       0.4825      0.55178      0.80435      0.80435      0.87222      0.96771       0.99664  
    cl_mt_val_p5v13         15          2.5164    2.5745     'cl_mt_val'     'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01       1.0231      -20.334    14.859      0       0.10234    0.89766    4.1079e-05       0        -12.508    -5.9316      -1.96    -0.48271     0.15062     0.32725     1.2396     2.2713    2.6663    3.3203    4.2384    4.6963    5.2019    5.2019    6.1367    7.6252    9.0315         6.6279                1                  4.1499               0.83307                4.058             0.78573               0.9689               0.86725           -0.006228    -0.033339    -0.084862    -0.10462     -0.10243     -0.098215     -0.08607    -0.014517      0.13935     0.37144      0.48543      0.55433       0.8055       0.8055      0.87299      0.96791       0.99666  
    cl_mt_val_p5v14         16          2.2516    2.6793     'cl_mt_val'     'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01       1.1899      -19.702    14.859      0       0.17403    0.82597    3.7507e-05       0        -13.457    -6.0709    -2.2483    -0.51059    -0.46055     0.16798    0.74008      1.795    2.3797    3.0124    3.9406     4.514    4.9562    5.2072    5.9205    7.6278    9.0334         7.1785                1                  4.4145               0.83162               4.3246             0.78479               1.0226               0.87304          -0.0068757    -0.039355     -0.10394    -0.13459     -0.14653      -0.14815     -0.13967     -0.06929     0.070338     0.28221      0.40937      0.50966      0.62751      0.79146      0.84472      0.96595       0.99646  
    cl_mt_val_p5v15         17          1.8239    2.9867     'cl_mt_val'     'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01       1.6375      -19.108    14.858      0       0.21826    0.78174    4.0018e-05       0         -13.84     -7.098    -3.1611     -1.8746     -1.1256    -0.43682    0.20912    0.86006    2.3964    3.0255    3.6509    4.2539    4.9654    5.2164    5.8142    7.5808    9.0355         8.9205                1                   5.489               0.84202               5.4193             0.79807               1.1477               0.88148          -0.0096758    -0.055244     -0.15665    -0.22395     -0.26965      -0.29351     -0.29441     -0.25762    -0.075018     0.16158      0.29664      0.40449      0.57565      0.75563      0.80956      0.95669       0.99592  

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

    cl_mt_pol_c_p5v1           3          1.2861    0.43713    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               1                   10                   0.095           -20        0.01       0.33989     0.037692    4.973      0        0        1      2.1175e-12       0        0.13432    0.46447    0.65772    0.70603    0.82428    0.97746    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0393    2.2158    2.9085        0.98846             0.87326              0.63313               0.78106              0.63884             0.75977              0.19108                  1             0.00016246    0.0037406     0.02483     0.06409     0.089424      0.11442      0.15825      0.30886      0.38255      0.53377      0.64329      0.70859      0.89404      0.89404      0.92004      0.98225         0.998  
    cl_mt_pol_c_p5v2           4          1.2865    0.43688    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               2                   10                   0.095           -20        0.01       0.33959     0.037692    4.973      0        0        1      1.3582e-13       0        0.13432    0.46447    0.65772    0.70603    0.82428    0.97746    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0393    2.2158    2.9085        0.98218             0.87561              0.63109               0.78023              0.63657             0.75888              0.19086                  1             0.00012993    0.0029908    0.024041    0.060127     0.087686      0.11328      0.15838      0.30896      0.38252      0.53369      0.64322      0.70854      0.89405      0.89405      0.92004      0.98224         0.998  
    cl_mt_pol_c_p5v3           5          1.2857    0.43707    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               3                   10                   0.095           -20        0.01       0.33995     0.037692    4.973      0        0        1       1.812e-14       0        0.18563    0.46447    0.65772    0.70603    0.82428     0.9722    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99524             0.86656              0.63749               0.78054              0.64334             0.75911              0.19103                  1             9.8462e-05    0.0031173    0.023653    0.056353     0.086256      0.10966      0.15741      0.30944      0.38293       0.5339      0.64358      0.70883      0.89412      0.89412      0.91567      0.98226         0.998  
    cl_mt_pol_c_p5v4           6          1.2856    0.43692    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               4                   10                   0.095           -20        0.01       0.33985     0.037692    4.973      0        0        1      4.3605e-15       0        0.17523    0.46447    0.65772    0.70603    0.82428    0.96348    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99385             0.86726              0.63838               0.78017              0.64416             0.75868               0.1909                  1             9.5176e-05     0.003421    0.023015    0.052606     0.084721      0.11006      0.15725      0.30978      0.38312      0.53405      0.64375      0.70897      0.89416      0.89416       0.9157      0.98227         0.998  
    cl_mt_pol_c_p5v5           7          1.2857    0.43668    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               5                   10                   0.095           -20        0.01       0.33965     0.037692    4.973      0        0        1      5.1446e-13       0        0.16834    0.46447    0.65772    0.70603    0.82428    0.95769    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0309    2.2158    2.9085        0.99023             0.86914              0.63847               0.77955              0.64412             0.75797              0.19069                  1             9.8854e-05    0.0031169    0.022237    0.048969     0.083008      0.11011       0.1562      0.31001      0.38331        0.534      0.64391       0.7091       0.8942       0.8942      0.91573      0.98227         0.998  
    cl_mt_pol_c_p5v6           8          1.2855    0.43655    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               6                   10                   0.095           -20        0.01        0.3396     0.037692    4.973      0        0        1      5.5269e-14       0        0.16344    0.46447    0.65772    0.70703    0.82428    0.95358    1.0718     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085         0.9915             0.86766              0.64083               0.77937              0.64651             0.75775              0.19058                  1             0.00011114      0.00302    0.021671    0.058353     0.081599      0.11017      0.15058      0.31031      0.38354      0.53418      0.64413      0.70928      0.89425      0.89425      0.91566      0.98228         0.998  
    cl_mt_pol_c_p5v7           9          1.2859    0.43626    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               7                   10                   0.095           -20        0.01       0.33928     0.037692    4.973      0        0        1      1.1885e-12       0        0.17609    0.46747    0.65772     0.7069    0.82428    0.95843    1.0699     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085         0.9831             0.87062              0.63812               0.77997              0.64356             0.75826              0.19033                  1             0.00010474    0.0030409    0.021138    0.054483     0.080418      0.11003      0.15036      0.31041      0.38397      0.53409       0.6443      0.70945      0.89453      0.89453      0.91571      0.98303       0.99801  
    cl_mt_pol_c_p5v8          10          1.2856    0.43615    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               8                   10                   0.095           -20        0.01       0.33926     0.037692    4.973      0        0        1      0.00011216       0        0.19148    0.47332    0.66213    0.70681    0.82428    0.95078    1.0735     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.98941             0.86257              0.64223               0.77948              0.64778             0.75771              0.19022                  1             9.7566e-05    0.0029242    0.022719    0.050517     0.079559      0.10994      0.15111      0.31098      0.38429      0.53435      0.64457      0.70966      0.89459      0.89459      0.91576      0.98304       0.99802  
    cl_mt_pol_c_p5v9          11           1.286    0.43571    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               9                   10                   0.095           -20        0.01       0.33883     0.037692    4.973      0        0        1       7.061e-05       0        0.18226    0.47793    0.66169    0.70743    0.82428    0.96348    1.0686     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.98105             0.86609              0.64146               0.77879              0.64676               0.757              0.18985                  1              0.0001061    0.0030259    0.021927    0.055156       0.0783       0.1107      0.15073      0.31114      0.38433      0.53428       0.6447      0.70977      0.89463      0.89463      0.91579      0.98304       0.99802  
    cl_mt_pol_c_p5v10         12          1.2863    0.43526    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              10                   10                   0.095           -20        0.01       0.33838     0.037692    4.973      0        0        1      4.8117e-05       0        0.19038    0.47997    0.66432     0.7073    0.82428    0.96032    1.0741     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.97375             0.86825              0.64109               0.77794              0.64616             0.75611              0.18945                  1              0.0001062    0.0032049    0.021403    0.050729     0.077245      0.11061      0.15255      0.31133      0.38453      0.53425      0.64486       0.7099      0.89467      0.89467      0.91583      0.98305       0.99802  
    cl_mt_pol_c_p5v11         13          1.2853    0.43501    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              11                   10                   0.095           -20        0.01       0.33845     0.037692    4.973      0        0        1      6.1272e-05       0        0.19947    0.47867    0.66436    0.70779    0.82486    0.95769    1.0705     1.181    1.2052    1.2839    1.4417    1.7757    1.9985    1.9985    2.0257    2.2158    2.9085        0.97936             0.86534              0.64809               0.77773              0.65333             0.75585              0.18924                  1             0.00010215    0.0030498    0.022691    0.053608     0.079177      0.11032      0.15187       0.3129      0.38567      0.53506      0.64579      0.71055      0.89488      0.89488      0.91598       0.9831       0.99802  
    cl_mt_pol_c_p5v12         14           1.285    0.43455    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              12                   10                   0.095           -20        0.01       0.33816     0.037692    4.973      0        0        1      5.3193e-05       0        0.19752    0.47955    0.66385    0.70765    0.82481    0.96801     1.067     1.181    1.2052    1.2839    1.4417    1.7757     1.993    1.9985    2.0257    2.2158    2.9085        0.97672             0.86592              0.65141               0.77735              0.65658             0.75547              0.18883                  1              0.0001107    0.0031945    0.022366    0.049184     0.077772      0.11044      0.15196      0.31405      0.38653      0.53537      0.64644      0.71101      0.76016      0.89502      0.91609      0.98313       0.99802  
    cl_mt_pol_c_p5v13         15          1.2854    0.43395    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01        0.3376     0.037692    4.973      0        0        1      4.1079e-05       0        0.19604     0.4889     0.6634    0.70804    0.82528    0.96983    1.0693     1.181    1.2052    1.2839    1.4417    1.7757     1.993    1.9985    2.0257    2.2158    2.9085         0.9689             0.86725              0.65156               0.77596              0.65644             0.75405              0.18832                  1             0.00010873    0.0030897    0.021679    0.050497     0.078683      0.11106      0.15136      0.31445      0.38677      0.53568       0.6467      0.71123      0.76033       0.8951      0.91615      0.98314       0.99803  
    cl_mt_pol_c_p5v14         16          1.2709    0.43717    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01       0.34397     0.037692    4.973      0        0        1      3.7507e-05       0        0.18226    0.47095    0.63893     0.6739    0.70887    0.93562    1.0686    1.1414    1.1917    1.2839    1.4417    1.7621    1.8288    1.9985    2.0257    2.2158    2.9085         1.0226             0.87304              0.68265               0.78817              0.69358             0.77138              0.19112                  1             0.00011286    0.0030627    0.021768    0.049895     0.075444      0.10783      0.14806      0.23731      0.38198      0.52984      0.64164       0.6997      0.76719      0.89813      0.91831      0.98279        0.9981  
    cl_mt_pol_c_p5v15         17          1.2459    0.43594    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01        0.3499     0.037692    4.973      0        0        1      4.0018e-05       0        0.15786     0.4397    0.57442    0.62908    0.82603    0.98318    1.0523    1.1065    1.1917    1.2349    1.4281    1.7621    1.8029    1.9985    2.0257    2.2023    2.9085         1.1477             0.88148              0.77653               0.81612              0.79175             0.79882              0.19005                  1             0.00010974    0.0027499     0.02067    0.043774     0.071393      0.10695      0.15055      0.23469      0.39751      0.51901      0.64204       0.7183      0.76278      0.90193       0.9211      0.98209        0.9982  

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

    cl_mt_coh_p5v1           3           0.97525    1.9235     'cl_mt_coh'     'fl_z_r_borr_n'        14               1                   10                   0.095           -20        0.01       1.9723      -4.5412    50.122      0      0.17584    0.82416    6.5264e-13       0        -3.3827    -3.3379    -1.7121    -1.1104    -0.55351     0.0033546     0.0033546       0.1216    0.56022     1.674     1.674     2.186    2.2308    2.2308    4.4583    8.3564    11.698         3.8255             0.76805               3.5175               0.98613                  3.7                1                 0.63884               0.75977           -0.006838    -0.037471    -0.13631    -0.21335     -0.24048     -0.24114     -0.24114     -0.22147     -0.17824        0.22871     0.22871      0.27953       0.51573     0.51573      0.70335       0.9016       0.99222  
    cl_mt_coh_p5v2           4           0.97807      1.92     'cl_mt_coh'     'fl_z_r_borr_n'        14               2                   10                   0.095           -20        0.01       1.9631      -4.5412    50.122      0      0.18564    0.81436    1.0712e-14       0        -3.3677    -3.3379    -1.6971    -1.1104    -0.55351     0.0033546     0.0033546       0.1216    0.56022     1.674     1.674     2.201    2.2308    2.2308    4.4284    8.3564    11.698         3.7888             0.76855               3.5055               0.98612               3.6865                1                 0.63657               0.75888            -0.01192    -0.044142    -0.13507     -0.2098     -0.23692     -0.23766     -0.23766     -0.21817      -0.1751        0.23071     0.23071      0.30651       0.51698     0.51698      0.66163      0.90184       0.99224  
    cl_mt_coh_p5v3           5            0.9636     1.939     'cl_mt_coh'     'fl_z_r_borr_n'        14               3                   10                   0.095           -20        0.01       2.0122      -4.5412    50.122      0      0.19722    0.80278    5.0542e-16       0        -3.9171    -3.3379    -1.7121    -1.1104    -0.55351     0.0033546     0.0033546       0.1216    0.56022    1.6516     1.674    2.2084    2.2308    2.2308    4.4359    8.3564    11.698         3.9191             0.76918               3.5738               0.98634               3.7597                1                 0.64334               0.75911          -0.0095635    -0.050194    -0.14501    -0.22513      -0.2526     -0.25346     -0.25346     -0.23388     -0.19031       0.010043      0.2206      0.32216       0.51052     0.51052      0.66211      0.90052       0.99214  
    cl_mt_coh_p5v4           6           0.95891    1.9433     'cl_mt_coh'     'fl_z_r_borr_n'        14               4                   10                   0.095           -20        0.01       2.0266      -4.5412    50.122      0      0.20742    0.79258    5.5335e-17       0        -3.9127    -3.3379     -1.721    -1.1104    -0.55351     -0.014565     0.0033546       0.1216    0.56022     1.656     1.674     2.195    2.2308    2.2308    4.4404    8.3564    11.698         3.9271             0.77047               3.5899                0.9864               3.7764                1                 0.64416               0.75868           -0.010193     -0.05482    -0.14549    -0.22955     -0.25717      -0.2584     -0.25816     -0.23867       -0.195       0.032984      0.2174      0.26163       0.50844     0.50844      0.66553      0.90008        0.9921  
    cl_mt_coh_p5v5           7           0.95521     1.946     'cl_mt_coh'     'fl_z_r_borr_n'        14               5                   10                   0.095           -20        0.01       2.0373      -4.5412    50.122      0      0.21711    0.78289    5.2426e-15       0        -3.9246    -3.3528    -2.2241    -1.1104    -0.55351     -0.011579     0.0033546      0.10667    0.56022     1.659     1.674     2.201    2.2308    2.2308    4.4284    8.3564    11.698         3.9194             0.77196               3.6004               0.98645                3.787                1                 0.64412               0.75797          -0.0054914    -0.040437    -0.14811    -0.23275      -0.2605     -0.26184     -0.26164     -0.25275     -0.19857       0.055946     0.21493      0.27982       0.50682     0.50682      0.65193      0.89974       0.99208  
    cl_mt_coh_p5v6           8           0.94762    1.9544     'cl_mt_coh'     'fl_z_r_borr_n'        14               6                   10                   0.095           -20        0.01       2.0624      -4.5412    50.122      0      0.22663    0.77337    3.4605e-16       0        -3.9203    -3.3507    -2.2241    -1.1104    -0.55351    -0.0094454     0.0033546       0.1088    0.56022    1.6484     1.674    2.2052     2.218    2.2308    4.4327    8.3564    11.685         3.9563             0.77334               3.6316               0.98655               3.8197                1                 0.64651               0.75775          -0.0074502    -0.050547    -0.15595    -0.24044     -0.26844     -0.26992     -0.26975     -0.25939     -0.20658      -0.019576     0.20951      0.29821       0.38238     0.50331      0.65419      0.89901       0.98742  
    cl_mt_coh_p5v7           9           0.94577    1.9454     'cl_mt_coh'     'fl_z_r_borr_n'        14               7                   10                   0.095           -20        0.01        2.057      -4.5412    50.122      0      0.23479    0.76521    7.0822e-15       0        -3.9283    -3.3603    -2.2241    -1.1104    -0.55351     -0.019045     0.0033546       0.1104    0.56022    1.6516     1.674    2.1972    2.2196    2.2308    4.4359    8.3452    11.141         3.9016             0.77483               3.5989               0.98645               3.7847                1                 0.64356               0.75826           -0.004597    -0.039284    -0.15517    -0.23961     -0.26773     -0.26912     -0.26924     -0.25759     -0.20632      0.0091772      0.2103      0.26894       0.40432     0.50458      0.66087      0.89622       0.98849  
    cl_mt_coh_p5v8          10           0.93496    1.9602     'cl_mt_coh'     'fl_z_r_borr_n'        14               8                   10                   0.095           -20        0.01       2.0965      -4.5412    50.122      0      0.24321    0.75679    2.4638e-07       0        -4.4715    -3.3777    -2.2241    -1.1203    -0.55351     -0.016556     0.0033546      0.10169    0.56022    1.6541     1.674     2.191    2.2209    2.2308    4.4284    8.3464    11.141         3.9935             0.77466               3.6534               0.98662               3.8423                1                 0.64778               0.75771          -0.0057296    -0.043892    -0.16604    -0.24018     -0.27961     -0.28127     -0.28135     -0.27344     -0.21824       0.029008     0.20229      0.24525       0.41762     0.49943      0.65089      0.89609       0.98837  
    cl_mt_coh_p5v9          11           0.93222    1.9609     'cl_mt_coh'     'fl_z_r_borr_n'        14               9                   10                   0.095           -20        0.01       2.1034      -4.5412    50.122      0      0.25015    0.74985    1.3898e-07       0        -4.4695    -3.3737    -2.2241    -1.1193    -0.55351     -0.023525    -0.0056054      0.10368    0.55126    1.6471     1.674     2.195    2.2129    2.2308    4.4225    8.3385    11.141         3.9589             0.77659               3.6572               0.98664                3.845                1                 0.64676                 0.757          -0.0048983    -0.046514    -0.16784    -0.24423     -0.28149     -0.28307     -0.28358     -0.27402     -0.23053     -0.0073825     0.20045      0.26618       0.36955     0.49817       0.6463      0.89347       0.98834  
    cl_mt_coh_p5v10         12           0.92823    1.9634     'cl_mt_coh'     'fl_z_r_borr_n'        14              10                   10                   0.095           -20        0.01       2.1152      -4.5412    50.122      0      0.25633    0.74367    1.0919e-07       0        -4.4679    -3.3867    -2.2323    -1.1267    -0.56166     -0.021082    -0.0047908     0.097164    0.55208    1.6414    1.6658    2.1901    2.2145    2.2308    4.4257    8.3401    11.141         3.9374              0.7783               3.6678               0.98668               3.8549                1                 0.64616               0.75611          -0.0053177    -0.044397    -0.16352    -0.24202      -0.2802     -0.28669     -0.28709     -0.27954     -0.23208      -0.031196     0.14265      0.25279       0.39315     0.49631      0.65057      0.89435       0.98829  
    cl_mt_coh_p5v11         13            0.9019     1.987     'cl_mt_coh'     'fl_z_r_borr_n'        14              11                   10                   0.095           -20        0.01       2.2031      -4.5412    50.122      0      0.26673    0.73327    2.0093e-07       0        -4.4815    -3.9097    -2.2391    -1.1328    -0.56845     -0.026512     -0.011579     0.091733    0.54529    1.6366    1.6665     2.186    2.2084    2.2308     4.421     8.334    11.141         4.0393             0.78138               3.7565               0.98694                3.948                1                 0.65333               0.75585          -0.0073359    -0.046521    -0.17923    -0.26476     -0.30633     -0.31621     -0.31682      -0.3105     -0.26605      -0.068919     0.13662      0.22758        0.3538     0.48349      0.63931      0.89042       0.98799  
    cl_mt_coh_p5v12         14           0.88466         2     'cl_mt_coh'     'fl_z_r_borr_n'        14              12                   10                   0.095           -20        0.01       2.2608      -4.5412    50.122      0      0.27423    0.72577    2.3066e-07       0         -4.493    -3.9154    -2.2517     -1.138    -0.57419     -0.037999      -0.01043     0.094031    0.54644    1.6395    1.6671    2.1826    2.2033    2.2308     4.417    8.3288    11.134          4.069             0.78379                3.807               0.98708                    4                1                 0.65658               0.75547          -0.0056919    -0.051362    -0.18174    -0.27925     -0.32334     -0.33516      -0.3366     -0.32848     -0.28256      -0.049208     0.13499      0.21069        0.3279     0.47472      0.63167      0.88776       0.98629  
    cl_mt_coh_p5v13         15           0.87792    2.0061     'cl_mt_coh'     'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01       2.2851      -4.5412    50.122      0      0.27767    0.72233    2.8454e-07       0        -4.4964    -3.9267    -2.2561    -1.1424    -0.57911     -0.035045     -0.015845       0.0896    0.54102    1.6356    1.6612    2.1796    2.2052    2.2244    4.4135    8.3244    11.134          4.058             0.78573               3.8319               0.98716               4.0245                1                 0.65644               0.75405          -0.0070799     -0.05055    -0.18605    -0.28429     -0.32899     -0.34275     -0.34389     -0.33663     -0.29244      -0.063315     0.11112      0.20296       0.35676     0.45322      0.62823       0.8865       0.98668  
    cl_mt_coh_p5v14         16             0.524    2.0567     'cl_mt_coh'     'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01       3.9251      -4.5412    50.122      0      0.39615    0.60385    4.2106e-07       0        -4.5054    -3.9485    -2.7929    -1.6852     -1.1164      -0.59533      -0.58338    -0.044432    0.10965    1.0753    1.1111    1.6501     2.195    2.2189    3.8835    8.3026    11.129         4.3246             0.78479               4.0207               0.98671               4.2302                1                 0.69358               0.77138           -0.010389    -0.087948    -0.33938    -0.53814     -0.65093     -0.72988     -0.78497      -0.8649     -0.84879       -0.65245    -0.43752     -0.29682     -0.049784     0.12937      0.38709      0.81186       0.97783  
    cl_mt_coh_p5v15         17          0.060229    2.2736     'cl_mt_coh'     'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01       37.749      -4.5412    50.122      0      0.48087    0.51913     7.438e-07       0        -4.5132    -4.4796    -3.3659    -2.2745     -2.2297       -1.7065       -1.6841      -1.1328     0.0712    1.0611    1.0947    1.6348    2.1804    2.2084    3.8622    7.7827    11.118         5.4193             0.79807               4.9046               0.98837               5.1691                1                 0.79175               0.79882           -0.082425     -0.85183     -3.4074     -5.6904      -7.5433      -9.0804      -10.379      -12.571      -13.623        -12.612     -10.805      -9.6661       -8.2215     -6.3295      -4.1273     -0.59554       0.79831  

Medium Grid Simulation (CROSS Limited Graphs)

it_size_type = 2;
ar_it_plot_sets = [3,4, 7,8, 9,10];
bl_simu_cross = 'c';

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

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

        Count: 48
      KeyType: char
    ValueType: any

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

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

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

        Count: 43
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 5 ; key = cl_st_param_keys ; val = fl_z_r_borr_poiss_mean
pos = 40 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 41 ; key = st_model ; val = abz
pos = 42 ; key = st_z_r_borr_drv_ele_type ; val = unif
pos = 43 ; key = st_z_r_borr_drv_prb_type ; val = poiss
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         i    idx    rowN    colN    mean     std      min    max
                         _    ___    ____    ____    ____    ______    ___    ___

    ar_param_keys_idx    1     1      1       5       12     1.5811    10     14 

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

    bl_b_is_principle           1     2          1
    bl_default                  2     3          0
    bl_loglin                   3     4          0
    fl_a_max                    4     6         50
    fl_a_min                    5     7          0
    fl_b_bd                     6     8        -20
    fl_beta                     7     9       0.94
    fl_c_min                    8    10       0.01
    fl_crra                     9    11        1.5
    fl_default_aprime          10    12          0
    fl_loglin_threshold        11    13          1
    fl_nan_replace             12    14     -99999
    fl_r_save                  13    15      0.025
    fl_tol_dist                14    16      1e-05
    fl_tol_pol                 15    17      1e-05
    fl_tol_val                 16    18      1e-05
    fl_w                       17    19       1.28
    fl_z_mu                    18    20          0
    fl_z_r_borr_max            19    21      0.095
    fl_z_r_borr_min            20    22      0.025
    fl_z_r_borr_n              21    23          5
    fl_z_r_borr_poiss_mean     22    24         10
    fl_z_rho                   23    25        0.8
    fl_z_sig                   24    26        0.2
    fl_z_wage_mu               25    27          0
    fl_z_wage_rho              26    28        0.8
    fl_z_wage_sig              27    29        0.2
    it_a_n                     28    30        750
    it_maxiter_dist            29    31       1000
    it_maxiter_val             30    32       1000
    it_size_type               31    33          2
    it_st_simu_type_g_seed     32    34        123
    it_st_simu_type_g_simun    33    35         20
    it_tol_pol_nochange        34    36         25
    it_trans_power_dist        35    37       1000
    it_z_n                     36    38         55
    it_z_wage_n                37    39         11

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

        Count: 19
      KeyType: char
    ValueType: any

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

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

---------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
  Columns 1 through 3

    'Vary These Param...'    'fl_z_r_borr_pois...'    'fl_z_r_borr_max'

  Columns 4 through 6

    'fl_b_bd'    'fl_c_min'    'fl_z_r_borr_n'

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

    'Vary '    'pois-max(shift b...'    ' ('    'fl_z_r_borr_pois...'    '): '

  Column 6

    '2      2.57143  ...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:5
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_r_borr_poiss_mean = 2 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 23.647000 seconds.
Elapsed time is 8.656192 seconds.
                    mean        sd       coefofvar      min        max        pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20         p25         p35        p50        p65          p75         p80        p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _________    _______    _______    __________    ________    _______    _______    _______    _______    ________    ________    ________    _______    _______    ________    _________    _______    _______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       1.7325     2.6154      1.5096      -15.386    14.914            0    0.23919    0.76081    4.0122e-05       0        -8.1336    -5.2775    -2.9587     -1.807    -0.97986    -0.41643    0.098888    0.94369     2.0028      2.9647       3.6294      3.951     4.3859     4.848    5.5433    6.7555    7.9083         6.8401                   1               4.5736               0.88054               4.5277             0.83296              0.86923               0.96974           -0.006445    -0.040184    -0.12854    -0.19354     -0.23332     -0.25318     -0.25747     -0.22637     -0.097915     0.11781      0.30756      0.41693      0.54022       0.6722      0.82012      0.95824       0.99523  
    cl_mt_pol_a    -1.3721      1.986     -1.4474      -4.4853    48.353    0.0082264    0.75883    0.23295     0.0011265       0        -4.4853    -4.3427    -4.1311    -3.8491     -3.5583     -3.2339     -2.9581    -2.3768    -1.5355    -0.62408    -0.063205    0.22094    0.57747    1.1479    2.0749    4.3567     7.209         4.5736             0.88054               3.9443                     1               4.0922              0.9914              0.63155               0.92785           0.0036822     0.036497     0.15899     0.31062      0.43937      0.57123      0.67752      0.87286        1.0851      1.2036       1.2285        1.225       1.2108       1.1802       1.1261        1.039        1.0057  
    cl_mt_coh      -1.3863     2.0784     -1.4993      -4.6385    50.122            0    0.75213    0.24787      0.001309       0        -4.6385    -4.5654    -4.3013    -3.9866     -3.6659     -3.3512     -3.0588    -2.4458    -1.5464     -0.5962    -0.011491    0.28086    0.64631     1.231    2.2319    4.5141    7.4377         4.5277             0.83296               4.0922                0.9914               4.3196                   1              0.62695               0.88016           0.0043799     0.034173     0.17158     0.31437      0.45747       0.5841      0.69394      0.89186         1.109       1.224        1.245       1.2401       1.2239        1.191       1.1304       1.0416        1.0061  
    cl_mt_pol_c     1.1933    0.34273      0.2872     0.038494    4.9258            0          0          1    4.0122e-05       0        0.25329    0.47151    0.66169    0.79404     0.85952     0.91782     0.96884     1.0493     1.1615      1.2704       1.3926     1.4786     1.5678    1.6711    1.7949    2.0861    2.3296        0.86923             0.96974              0.63155               0.92785              0.62695             0.88016              0.11746                     1          0.00015638    0.0031802    0.022641    0.053795     0.088215      0.12613      0.16521      0.25041       0.38891     0.54207      0.65317      0.71783      0.77722      0.84622      0.91726      0.98168       0.99797  

xxxxx fl_z_r_borr_poiss_mean = 2.5714 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 21.634323 seconds.
Elapsed time is 7.498908 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20         p25        p35        p50         p65         p75        p80        p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    _______    _________    _______    _______    ________    ________    _______    _______    _______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        1.9695     2.5998      1.3201      -16.407     14.91           0    0.20671    0.79329    2.7929e-05       0        -8.9044    -5.4145    -2.7519    -1.5101    -0.7115    -0.076489    0.44824     1.2923       2.313      3.1797     3.7946     4.1384     4.5092    4.9741     5.647    6.8396    7.9816         6.7592                   1               4.4746               0.88576               4.4401             0.83824              0.86391               0.95891          -0.0051422    -0.034678     -0.1115     -0.1649     -0.19259     -0.20227     -0.19742     -0.15231     -0.01399      0.19635      0.37885      0.47436      0.58591      0.70445      0.83871       0.9628       0.9958   
    cl_mt_pol_a    -0.90061     1.9431     -2.1575      -4.4853    48.353    0.018313    0.68684    0.29484     0.0001809       0          -4.41    -4.2698    -3.9192    -3.4527    -3.0458      -2.6823    -2.3376     -1.717    -0.87514    -0.19682    0.22094    0.50617     0.8627    1.4331    2.4314    4.6419    7.4942         4.4746             0.88576               3.7756                     1               3.9243             0.99127              0.62487               0.92801             0.01022     0.055518     0.23441     0.43727      0.62335      0.77708      0.91766       1.1414       1.3521       1.4383       1.4354       1.4149       1.3775       1.3131        1.206       1.0637       1.0091   
    cl_mt_coh      -0.89073     2.0374     -2.2874      -4.6385    50.122           0    0.67566    0.32434      0.000426       0        -4.6161    -4.4982    -4.0597    -3.5928    -3.1602      -2.7665     -2.401    -1.7432    -0.84376    -0.11287    0.30326    0.61802    0.98935    1.5741     2.569    4.8348    7.7359         4.4401             0.83824               3.9243               0.99127               4.1511                   1              0.62082               0.87932           0.0078953     0.052287     0.24954     0.46214      0.64904      0.81843      0.96427       1.1943       1.4068       1.4859        1.475       1.4491       1.4056       1.3342       1.2209       1.0681       1.0099   
    cl_mt_pol_c      1.2094    0.34653     0.28653     0.038494    4.9258           0          0          1    2.7929e-05       0        0.25672    0.47891    0.69974    0.81192    0.87817      0.92914    0.97576     1.0534      1.1647      1.2901     1.4398     1.5032     1.5873    1.6871    1.8269    2.0962    2.3421        0.86391             0.95891              0.62487               0.92801              0.62082             0.87932              0.12008                     1           0.0001631    0.0032412    0.023567    0.055115     0.089789      0.12735      0.16656      0.25079       0.3873      0.54019      0.65232      0.71327      0.77755       0.8459      0.91762      0.98191        0.998   

xxxxx fl_z_r_borr_poiss_mean = 3.1429 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 23.381997 seconds.
Elapsed time is 8.010932 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20        p25        p35        p50         p65         p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    ________    _______    _______    _______    ________    ________    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.1174     2.5761      1.2166      -17.258    14.908           0    0.18727    0.81273    3.1674e-05       0        -8.9921    -5.2907    -2.6652    -1.3297    -0.48101    0.13643    0.66234     1.4936      2.4669      3.3253     3.8921     4.2328    4.5898    5.0609     5.708    6.8884    8.0142          6.636                   1               4.3264                0.8863               4.2957             0.83837              0.85681               0.95345          -0.0053377      -0.0331    -0.10233    -0.14755      -0.1685     -0.17223     -0.16254      -0.1108     0.030994      0.23769       0.4082       0.505       0.60851      0.72476      0.84833      0.96508       0.99606  
    cl_mt_pol_a    -0.61078     1.8949     -3.1024      -4.4853    48.353    0.015399    0.62722    0.35738    7.2063e-05       0        -4.4061    -4.1997    -3.6477    -3.1136     -2.6572    -2.2686    -1.9239    -1.3252    -0.54482    0.007022    0.43486    0.72008    1.0766    1.6471    2.6454    4.8558    7.6368         4.3264              0.8863               3.5907                     1                3.735             0.99096              0.61394               0.92875           0.0073511     0.071632     0.33622     0.60818      0.84231       1.0423       1.2156       1.4782       1.7019       1.7583       1.7176      1.6737        1.6018       1.4905       1.3177       1.0957        1.0141  
    cl_mt_coh      -0.58421      1.989     -3.4046      -4.6385    50.122           0    0.61313    0.38687    0.00015191       0        -4.5937    -4.4251    -3.8121    -3.2333     -2.7441    -2.3279    -1.9625    -1.3271    -0.47831      0.1216    0.52253    0.81489    1.2027    1.7874    2.7883    5.0316    7.9328         4.2957             0.83837                3.735               0.99096               3.9562                   1              0.61016               0.87938            0.010878     0.078919     0.36281     0.66226      0.91909       1.1396       1.3187       1.5963       1.8275       1.8646       1.8122      1.7577        1.6708        1.544       1.3532       1.1075        1.0154  
    cl_mt_pol_c      1.2198    0.34885     0.28599     0.038494    4.9258           0          0          1    3.1674e-05       0        0.27756    0.49132    0.70771    0.81399     0.88119    0.93421    0.97531     1.0612      1.1677      1.3149     1.4558     1.5307    1.5962    1.6933    1.8584    2.1021    2.3492        0.85681             0.95345              0.61394               0.92875              0.61016             0.87938              0.12169                     1          0.00018719    0.0033058    0.024064    0.055564     0.090464      0.12761      0.16683      0.25036      0.38704      0.53894      0.65222      0.7134       0.77898      0.84597      0.91819       0.9819       0.99802  

xxxxx fl_z_r_borr_poiss_mean = 3.7143 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 21.548902 seconds.
Elapsed time is 7.926311 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20        p25        p35         p50         p65        p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    ________    _______    _______    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.2774     2.5028       1.099       -17.97    14.906           0    0.16383    0.83617    2.6953e-05       0        -8.9672    -5.1581    -2.3601    -1.0191    -0.18583    0.43018    0.91841      1.7001      2.6281     3.4379       3.97     4.3207    4.6468    5.1055    5.7493    6.9273    8.0449         6.2639                   1               4.0259               0.88437               3.9908             0.83523              0.83176               0.94918          -0.0048652    -0.030323    -0.090443    -0.12581     -0.13861     -0.13561      -0.1207     -0.062263     0.08113      0.28059      0.44763      0.53715      0.63516      0.74071      0.8588        0.9674       0.99634  
    cl_mt_pol_a    -0.36761     1.8189      -4.948      -4.4853    48.353    0.021067    0.58043     0.3985    1.1785e-05       0        -4.3372    -4.1295    -3.3718    -2.7301     -2.2366    -1.8549    -1.5101    -0.94297    -0.32717    0.14963    0.57747     0.8627    1.2192    1.7897     2.788    4.9985    7.7794         4.0259             0.88437               3.3084                     1               3.4396             0.99051                0.589               0.92485            0.014537       0.1171      0.52619     0.93501       1.2731       1.5501       1.7781        2.1128      2.3608       2.3837       2.2821       2.1834       2.0539       1.8443      1.5398         1.161         1.023  
    cl_mt_coh      -0.32521     1.9091     -5.8704      -4.6385    50.122           0    0.56586    0.43414    5.1323e-05       0        -4.5713    -4.3237    -3.5198    -2.8396     -2.3055    -1.8894     -1.524    -0.91685    -0.23665    0.25258    0.64631    0.96106    1.3489    1.9336    2.9121    5.1719    8.0731         3.9908             0.83523               3.4396               0.99051               3.6448                   1              0.58425               0.87404            0.014599      0.13894      0.62065      1.1011       1.5054       1.8192       2.0812        2.4576      2.7163       2.7049       2.5717       2.4482       2.2717       2.0164      1.6611        1.1978        1.0275  
    cl_mt_pol_c      1.2307    0.35013      0.2845     0.038494    4.9258           0          0          1    2.6953e-05       0        0.28291    0.52037    0.72662    0.82424     0.88631    0.93536    0.97763      1.0571      1.1856     1.3577     1.4822     1.5652    1.6034    1.6987    1.8691    2.1075    2.3546        0.83176             0.94918                0.589               0.92485              0.58425             0.87404              0.12259                     1          0.00019076    0.0034274     0.024694    0.056373     0.091289      0.12816      0.16739       0.24959     0.38655      0.53824      0.65583      0.71428      0.78061      0.84635      0.9185       0.98199       0.99803  

xxxxx fl_z_r_borr_poiss_mean = 4.2857 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 20.788967 seconds.
Elapsed time is 8.715876 seconds.
                     mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20        p25        p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    ________    _______    _______    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.3938      2.446      1.0218      -18.558    14.905          0    0.14787    0.85213    2.1559e-05       0        -8.9378    -5.0396    -2.1385    -0.79476    0.033072    0.63159     1.1073      1.8526      2.7427     3.5192     4.0321    4.3543    4.6846    5.1522    5.7955    6.9477    8.0719         5.9829                   1                  3.8               0.88165               3.7625             0.83184              0.81212               0.94551           -0.004623    -0.028097    -0.082199    -0.11141     -0.11874     -0.11156     -0.092949    -0.030284     0.11544      0.31128      0.46919      0.55636      0.65025      0.75335      0.86596      0.96897       0.99652  
    cl_mt_pol_a    -0.19703     1.7621     -8.9433      -4.4853    48.353    0.02533    0.54574    0.42893    1.5337e-06       0        -4.2698    -3.9983    -3.1306     -2.4631     -1.9604    -1.5535    -1.2143    -0.67164    -0.13331    0.22094    0.64878     0.934    1.2905     1.861    2.8593    5.0698    7.8507            3.8             0.88165               3.1051                     1               3.2266             0.99021              0.56789               0.91777            0.025368      0.21396      0.94234      1.6371       2.1922       2.6441          2.99       3.4718      3.7662       3.7341       3.5171       3.3069       3.0476       2.6333       2.0398       1.3082        1.0437  
    cl_mt_coh      -0.14252     1.8492     -12.975      -4.6385    50.122          0    0.52971    0.47029    2.5692e-05       0        -4.5489    -4.2058    -3.2781     -2.5472     -2.0073    -1.5746    -1.2092    -0.62449    -0.08458    0.32566     0.7642    1.0566    1.4444    2.0291      3.03    5.2733    8.1462         3.7625             0.83184               3.2266               0.99021               3.4196                   1              0.56219               0.86576            0.035606      0.31925       1.3525      2.3586       3.1523       3.7845        4.2696       4.9163      5.2554        5.125       4.7524       4.4363        4.001       3.3797       2.5277       1.4569        1.0642  
    cl_mt_pol_c      1.2389    0.35115     0.28344     0.038494    4.9258          0          0          1    2.1559e-05       0        0.28961    0.55093    0.74091      0.8343     0.89171     0.9407    0.98107      1.0393      1.1961     1.3649     1.4876    1.5731    1.6185     1.704    1.8743     2.111    2.3582        0.81212             0.94551              0.56789               0.91777              0.56219             0.86576              0.12331                     1          0.00019318    0.0035331      0.02504    0.056936     0.091852      0.12923       0.16798      0.24919     0.38697      0.53873      0.65604      0.71531      0.77924      0.84737      0.91918      0.98208       0.99805  

xxxxx fl_z_r_borr_poiss_mean = 4.8571 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 20.893724 seconds.
Elapsed time is 8.211438 seconds.
                     mean         sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25        p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    _______    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val         2.4445      2.427     0.99284      -19.044    14.904           0    0.14145    0.85855    2.0482e-05       0        -8.8672    -5.0148    -2.0366    -0.70953    0.11802    0.71436     1.1912      1.9397      2.8139      3.548      4.059    4.3803     4.709    5.1752     5.798    6.9657    8.0744         5.8903                   1               3.7082               0.88002                 3.67             0.82988              0.80631               0.94459           -0.004452    -0.027613    -0.079224    -0.10581     -0.11121     -0.10253     -0.082741    -0.017699     0.12887      0.32213       0.4754      0.56483      0.65603       0.7576      0.86729      0.96967       0.99655  
    cl_mt_pol_a     -0.10527     1.7362     -16.492      -4.4853    48.353    0.031272    0.52027    0.44846    8.8318e-07       0        -4.2667    -3.9276    -2.9971     -2.2996    -1.7956    -1.4178    -1.0786    -0.59416    -0.12692    0.29225    0.72008    1.0053    1.3618    1.9323    2.9306    5.1411     7.922         3.7082             0.88002               3.0144                     1                3.132             0.99001              0.56004               0.91712            0.061016      0.40208       1.6874      2.9538       3.9351        4.684        5.2873       6.0385      6.4724       6.3217       5.8531       5.4205        4.896       4.1033       2.9595       1.5751        1.0812  
    cl_mt_coh      -0.043887     1.8221     -41.519      -4.6385    50.122           0    0.50527    0.49473    1.1268e-05       0        -4.5206    -4.1328    -3.1095     -2.3786    -1.8446    -1.4285     -1.063      -0.529    -0.01738    0.42115    0.83729    1.1296    1.5175    2.1022     3.103     5.324    8.2193           3.67             0.82988                3.132               0.99001               3.3201                   1              0.55417               0.86471             0.11823      0.99099       4.2996      7.3612       9.7845       11.628        13.079       14.802      15.575       14.854        13.57       12.458       10.911       8.8497        6.012       2.5011        1.2072  
    cl_mt_pol_c       1.2427    0.35172     0.28303     0.038494    4.9258           0          0          1    2.0482e-05       0        0.32599    0.55207    0.74488     0.83182    0.89237    0.94414    0.98599       1.043      1.2004     1.3721     1.4911    1.5731    1.6202    1.7076    1.8761     2.114    2.3582        0.80631             0.94459              0.56004               0.91712              0.55417             0.86471               0.1237                     1          0.00019976    0.0036106     0.025074    0.056959     0.091773      0.12885       0.16757      0.24956     0.38438      0.54044      0.65495      0.71638      0.77959      0.84869      0.91942      0.98208       0.99803  

xxxxx fl_z_r_borr_poiss_mean = 5.4286 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 21.859235 seconds.
Elapsed time is 8.087077 seconds.
                     mean         sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35          p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35     fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    _________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val         2.4789     2.4049     0.97016      -19.451    14.904           0    0.13764    0.86236    2.0013e-05       0        -8.7931    -4.9101    -1.9525    -0.63456    0.17579    0.76323       1.239      1.9872       2.8127     3.5822      4.089    4.3953    4.7233    5.1724     5.811    6.9741     8.088         5.7837                   1               3.6077               0.87797               3.5672             0.82727              0.80027                0.9445          -0.0044644    -0.026923    -0.076205    -0.10079     -0.10478     -0.094804    -0.074192    -0.0078263     0.13707      0.33156      0.48591      0.56881      0.65888      0.76018      0.86973      0.96984       0.99665  
    cl_mt_pol_a    -0.044274     1.7086     -38.591      -4.4853    48.353    0.036428    0.50325    0.46032    5.5306e-07       0        -4.2667    -3.8545    -2.8636     -2.1639    -1.6891    -1.3284     -1.0108    -0.52741    -0.060175    0.29225    0.72008    1.0053    1.4331    1.9323    2.9306    5.1411     7.922         3.6077             0.87797               2.9193                     1               3.0321             0.98975              0.55192               0.91685             0.10478      0.92683        3.886      6.7172       8.8593        10.532       11.844        13.549      14.371       13.976       12.816       11.771       10.245       8.5553        5.783       2.4094        1.1993  
    cl_mt_coh       0.022244      1.793      80.605      -4.6385    50.122           0    0.48448    0.51552    6.4593e-06       0        -4.4982    -4.0373    -2.9633     -2.2324    -1.7208    -1.3271    -0.98994    -0.45591     0.055709    0.42115    0.85969     1.152    1.5682    2.1022    3.1254    5.3688    8.2417         3.5672             0.82727               3.0321               0.98975               3.2148                   1              0.54595               0.86425            -0.26031       -1.987      -8.2234     -13.931       -18.32       -21.728      -24.276       -27.475     -28.542       -27.07      -24.245      -21.879      -18.785       -14.87      -8.9819      -1.9804       0.58896  
    cl_mt_pol_c       1.2453    0.35232     0.28292     0.038494    4.9258           0          0          1    2.0013e-05       0         0.3298    0.55856     0.7393     0.83388    0.89262     0.9434     0.98747      1.0476       1.2061     1.3834     1.4929    1.5767    1.6323    1.7076    1.8779    2.1146    2.3599        0.80027              0.9445              0.55192               0.91685              0.54595             0.86425              0.12413                     1          0.00022443    0.0036389     0.025215    0.056991     0.091647       0.12871      0.16739       0.25186     0.39192      0.53922      0.65693      0.71784      0.78005       0.8473      0.91913      0.98216       0.99802  

xxxxx fl_z_r_borr_poiss_mean = 6 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 23.843918 seconds.
Elapsed time is 8.124759 seconds.
                     mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35        p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val          2.54     2.3582     0.92841      -19.797    14.903          0    0.12795    0.87205    1.6225e-05       0         -8.666    -4.7411    -1.7856    -0.46869    0.30789    0.85994       1.315      2.0399    2.8719     3.6144     4.1058    4.4022    4.7464    5.1949    5.8346    6.9816    8.1015          5.561                   1               3.4495                 0.875               3.4043             0.82347              0.78487               0.94467          -0.0042067    -0.025588    -0.071012    -0.091587    -0.092674    -0.080845    -0.05844     0.0075905      0.1519      0.34708      0.49237      0.57624      0.66818      0.76453      0.87202      0.97056       0.99673  
    cl_mt_pol_a    0.034121     1.6717      48.995      -4.4853    48.353    0.03626    0.48304     0.4807    3.0047e-07       0        -4.2653    -3.7313    -2.6633     -1.9896    -1.5286    -1.1654    -0.87514    -0.46066         0    0.36355    0.79139    1.0766    1.4331    2.0036    3.0019    5.2124    7.9933         3.4495               0.875               2.7947                     1               2.8998             0.98946              0.53824               0.91385            -0.13207      -1.2073      -4.9653       -8.207      -10.751      -12.715     -14.221       -16.088     -16.901      -16.168      -14.437      -13.122      -11.394      -8.8399      -5.1792     -0.79962       0.75031  
    cl_mt_coh       0.10692     1.7531      16.396      -4.6385    50.122          0    0.45718    0.54282    3.8834e-06       0        -4.4758    -3.9359    -2.7948     -2.0132    -1.5464    -1.1585    -0.84376    -0.38282    0.0992    0.47773    0.91038    1.2027    1.5906    2.1753    3.1761    5.4195      8.27         3.4043             0.82347               2.8998               0.98946               3.0733                   1              0.53152               0.86055           -0.057975     -0.40219      -1.6395      -2.7661       -3.558      -4.1839      -4.657       -5.2053      -5.338      -4.9869      -4.3481      -3.8622      -3.1982      -2.3142      -1.1124      0.37803       0.91282  
    cl_mt_pol_c      1.2495    0.35232     0.28197     0.038494    4.9258          0          0          1    1.6225e-05       0        0.33125     0.5711    0.74502     0.83094    0.88552    0.94478     0.99273      1.0486    1.2105     1.3948     1.4965    1.5767    1.6305    1.7094    1.8779    2.1164    2.3635        0.78487             0.94467              0.53824               0.91385              0.53152             0.86055              0.12413                     1          0.00021155    0.0037393     0.025529     0.057208     0.092416      0.12826     0.16707       0.24951     0.38491      0.54229      0.65819      0.71769      0.78062      0.84783      0.91926      0.98212       0.99805  

xxxxx fl_z_r_borr_poiss_mean = 6.5714 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 18.525608 seconds.
Elapsed time is 6.583391 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20        p25         p35        p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    _______    _______    ________    ________    ______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.5752     2.3295     0.90461      -20.091    14.903           0    0.12158    0.87842    1.5071e-05       0        -8.6891    -4.5727    -1.6756    -0.3669    0.37959    0.93902      1.3633      2.0728    2.8895     3.6088     4.1153    4.4204    4.7601     5.195    5.8318    6.9919    8.1003         5.4268                   1               3.3457               0.87274               3.2978             0.82063                0.776               0.94486          -0.0043996    -0.025044    -0.067828    -0.086486    -0.08591     -0.072843    -0.050297    0.016809       0.1696      0.35281      0.49902       0.5828      0.67495      0.76819      0.87392      0.97097       0.99673  
    cl_mt_pol_a    0.082111     1.6456      20.041       -4.414    48.353    0.038872    0.47253     0.4886    1.6566e-06       0        -4.1993    -3.6646    -2.5444    -1.8624    -1.3951    -1.0786     -0.7944    -0.39391         0    0.36355    0.79139    1.0766    1.5045    2.0036    3.0019    5.2124    7.9933         3.3457             0.87274               2.7081                     1               2.8083             0.98926              0.52891               0.91165           -0.052696     -0.48627      -1.9585      -3.3003     -4.3342       -5.0205      -5.6333     -6.2988      -6.5656      -6.2562      -5.5642      -4.9572      -4.0984      -3.1466      -1.6061      0.23966       0.89292  
    cl_mt_coh       0.15918      1.725      10.837      -4.6385    50.122           0    0.44644    0.55356    2.5903e-06       0        -4.4758    -3.8628    -2.6486    -1.9177    -1.4061    -1.0571    -0.74827    -0.30974    0.1064    0.49424    0.93278    1.2251    1.6189    2.1753    3.1985    5.4419    8.3148         3.2978             0.82063               2.8083               0.98926               2.9757                   1              0.52174               0.85789           -0.032842     -0.26244      -1.0914        -1.77     -2.3112       -2.6665      -2.9734     -3.2797      -3.3331      -3.0664      -2.6359      -2.2808      -1.8514      -1.2588     -0.41049      0.58098       0.94272  
    cl_mt_pol_c      1.2521    0.35255     0.28158     0.038494    4.9258           0          0          1    1.5071e-05       0        0.33615    0.57744    0.74564    0.83479    0.88645    0.92793     0.99671      1.0512    1.2133     1.3948     1.4983    1.5785    1.6377    1.7112    1.8797    2.1175    2.3617          0.776             0.94486              0.52891               0.91165              0.52174             0.85789              0.12429                     1           0.0002253    0.0038499     0.025667     0.057354    0.092086       0.12803      0.16672     0.24918      0.38969      0.54065      0.65791      0.71761        0.781      0.84849      0.91979      0.98223       0.99804  

xxxxx fl_z_r_borr_poiss_mean = 7.1429 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 19.384207 seconds.
Elapsed time is 7.149930 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20         p25         p35        p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    ________    ________    ________    ______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.6145     2.2971     0.87859      -20.344    14.903           0    0.11782    0.88218    1.2391e-05       0        -8.4973    -4.4285    -1.5481    -0.28637    0.45149      1.0042      1.4148      2.0892    2.8829     3.6067     4.1345    4.4305    4.7563    5.2026     5.839    6.9959    8.1019         5.2765                   1               3.2403               0.87061               3.1892             0.81785              0.76556               0.94527          -0.0041277    -0.024032    -0.064356    -0.080634    -0.078397    -0.064169    -0.040492    0.027155      0.17273      0.36135      0.50507      0.58763      0.67635         0.77        0.8753     0.97132       0.99679  
    cl_mt_pol_a    0.13109     1.6203       12.36       -4.414    48.353    0.042628    0.45821    0.49916    1.0453e-06       0        -4.1985    -3.5884    -2.4174      -1.757    -1.3033    -0.99464    -0.72765    -0.32717         0    0.43486     0.8627    1.1479    1.5045    2.0749    3.0019    5.2124    7.9933         3.2403             0.87061               2.6253                     1               2.7204             0.98906              0.51954               0.90945           -0.041313     -0.30459      -1.1826      -1.9718      -2.5518      -3.0068      -3.3343     -3.7141      -3.8315      -3.5366       -3.071      -2.6976       -2.244      -1.5598      -0.65739     0.51651        0.9315  
    cl_mt_coh      0.21233     1.6976      7.9949      -4.6385    50.122           0    0.43061    0.56939    1.6229e-06       0        -4.4251    -3.7673    -2.5024     -1.7939    -1.3047    -0.96754    -0.67518    -0.23665    0.1216    0.54493    0.98346    1.2534    1.6637     2.226    3.1985    5.4643    8.3148         3.1892             0.81785               2.7204               0.98906               2.8818                   1              0.51184               0.85518           -0.024865     -0.19736     -0.78563      -1.2654      -1.6288      -1.9068      -2.0999     -2.3022      -2.3042      -2.0758      -1.7393       -1.493      -1.1265     -0.69721     -0.073954     0.68903       0.95613  
    cl_mt_pol_c     1.2548    0.35257     0.28098     0.038494    4.9258           0          0          1    1.2391e-05       0        0.34249    0.58752    0.75236     0.83479    0.89186     0.92812     0.99143      1.0548    1.2133     1.4002     1.4983     1.582    1.6448    1.7129    1.8815    2.1176    2.3635        0.76556             0.94527              0.51954               0.90945              0.51184             0.85518              0.12431                     1          0.00022859     0.003845      0.02596     0.057954      0.09249      0.12827      0.16646     0.25033      0.38399       0.5407      0.65619      0.71956      0.78092      0.84929       0.91994     0.98222       0.99805  

xxxxx fl_z_r_borr_poiss_mean = 7.7143 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 20.510788 seconds.
Elapsed time is 7.242699 seconds.
                    mean        sd      coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20         p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    ______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    ________    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.6488    2.2666     0.8557       -20.564    14.902           0    0.11252    0.88748    1.1332e-05       0        -8.5161    -4.3116    -1.4579    -0.21327     0.5212      1.0499      1.4368       2.141      2.8829     3.6426     4.1464    4.4499    4.7696     5.217    5.8547    6.9991    8.1037         5.1373                   1               3.1449               0.86841               3.0908             0.81506              0.75583                 0.946          -0.0040954    -0.023148    -0.061098    -0.075293    -0.071527    -0.056642    -0.032603    0.039954      0.18212      0.36749      0.51155      0.59415      0.67926      0.77375      0.87673       0.9717       0.99682  
    cl_mt_pol_a    0.17236    1.5978     9.2698        -4.414    48.353    0.044401    0.44762    0.50798     7.184e-07       0        -4.1985    -3.5206    -2.3067     -1.6213    -1.2143     -0.9279    -0.66091    -0.26465    0.007022    0.43486     0.8627    1.1479    1.5045    2.0749    3.0732    5.2124    8.0646         3.1449             0.86841               2.5529                     1               2.6434             0.98887                0.511               0.90728           -0.026665     -0.22749     -0.87402      -1.4525      -1.8542      -2.1656      -2.4115     -2.6578      -2.7326      -2.5229      -2.1427      -1.8499      -1.4995     -0.97396     -0.23816      0.62506       0.95054  
    cl_mt_coh      0.25717    1.6731     6.5056       -4.6385    50.122           0    0.41669    0.58331    1.1287e-06       0        -4.4027    -3.6942    -2.3786     -1.6477    -1.2092    -0.89445    -0.60209    -0.18596      0.1216    0.56733    0.98346    1.2758    1.6637    2.2484    3.2268    5.4643     8.343         3.0908             0.81506               2.6434               0.98887               2.7992                   1              0.50278               0.85252            -0.02371     -0.16028     -0.62203      -1.0105      -1.2826      -1.4875      -1.6428     -1.7815      -1.7749      -1.5629      -1.2958      -1.0716     -0.77946     -0.39734      0.10361      0.73814       0.96359  
    cl_mt_pol_c     1.2571    0.3525     0.2804      0.038494    4.9258           0          0          1    1.1332e-05       0        0.34883    0.59395    0.75069     0.83553    0.89186     0.92991      0.9887      1.0575      1.2158      1.402        1.5     1.582    1.6597    1.7147    1.8832    2.1193    2.3653        0.75583               0.946                0.511               0.90728              0.50278             0.85252              0.12426                     1           0.0002254    0.0039462     0.025861     0.057584     0.092681       0.1288      0.16622      0.2495      0.38394      0.54208      0.65885      0.71794      0.78116      0.84952      0.92013      0.98242       0.99806  

xxxxx fl_z_r_borr_poiss_mean = 8.2857 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 20.980213 seconds.
Elapsed time is 7.513599 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20         p25         p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    ________    ________    ________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.688     2.2347     0.83137      -20.754    14.902          0    0.10663    0.89337    1.1062e-05       0        -8.3873    -4.1773    -1.3314    -0.11713    0.59248      1.1156      1.4925      2.1364      2.9313     3.6441    4.1666     4.462    4.7857    5.2188    5.8537    7.0105    8.1157         4.9939                   1                3.054               0.86648               2.9968             0.81252              0.74509               0.94669          -0.0038899    -0.022295    -0.057599    -0.069632    -0.064666    -0.048143    -0.023482    0.045591      0.19883      0.37857      0.51693      0.60039      0.68578      0.77664       0.8784      0.97211       0.99687  
    cl_mt_pol_a    0.21797     1.5772      7.2361       -4.414    48.353    0.04528    0.43035    0.52437     5.248e-07       0        -4.1318    -3.4527    -2.1961     -1.5286    -1.1281    -0.86115    -0.60381    -0.26042    0.078328    0.43486    0.8627    1.1479    1.5758    2.0749    3.0732    5.2837    8.0646          3.054             0.86648               2.4876                     1               2.5737              0.9887              0.50285               0.90525           -0.024687     -0.17578     -0.68377       -1.103      -1.3916      -1.6156      -1.7844     -1.9725      -1.9994      -1.8364      -1.5294      -1.2951     -0.96125     -0.59238     0.003706      0.71195        0.9603  
    cl_mt_coh      0.30648     1.6505      5.3852      -4.6385    50.122          0    0.40271    0.59729    8.3928e-07       0        -4.4027    -3.6211    -2.2831     -1.5522    -1.1137    -0.82136     -0.5514    -0.16356     0.17949    0.56733    1.0059    1.2982     1.692    2.2484    3.2716     5.515    8.3654         2.9968             0.81252               2.5737                0.9887                2.724                   1              0.49404               0.84992           -0.017533      -0.1315     -0.50488     -0.81265       -1.019      -1.1742      -1.2859     -1.3954      -1.3723      -1.1907     -0.93117     -0.74294     -0.51844     -0.19653      0.25618       0.7804       0.96952  
    cl_mt_pol_c     1.2598    0.35219     0.27956     0.038494    4.9258          0          0          1    1.1062e-05       0        0.37524    0.60029    0.75553     0.83825    0.89149     0.92991     0.98691      1.0678      1.2158     1.4038     1.507    1.5856    1.6658    1.7147    1.8833    2.1194    2.3671        0.74509             0.94669              0.50285               0.90525              0.49404             0.84992              0.12404                     1          0.00022964    0.0039665     0.026058     0.057772     0.092403      0.12936      0.16616     0.25225      0.38579      0.54459      0.66011      0.71919      0.78296      0.84967      0.91993      0.98237       0.99806  

xxxxx fl_z_r_borr_poiss_mean = 8.8571 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 20.630374 seconds.
Elapsed time is 7.088936 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5          p10         p15        p20         p25         p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _________    _______    ________    ________    ________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.714       2.21     0.81429      -20.922    14.902           0    0.10225    0.89775    1.0864e-05       0        -8.3271    -4.0716    -1.2315    -0.043292    0.66004      1.1703      1.5479      2.1782      2.9279     3.6413      4.18    4.4598    4.7837    5.2279    5.8596    7.0124    8.1156         4.8839                   1               2.9794               0.86432               2.9204             0.80999              0.73716               0.94742          -0.0039364    -0.021823    -0.05516    -0.065551    -0.05926     -0.041423    -0.016833    0.053572      0.20102      0.38049      0.52284      0.60181      0.68688       0.77848     0.87919      0.97234       0.99688  
    cl_mt_pol_a    0.24764     1.5598      6.2988       -4.414    48.353    0.043456    0.42395     0.5326    3.9293e-07       0        -4.1318    -3.3976    -2.1294      -1.4619    -1.0275     -0.7944    -0.55397    -0.19682    0.078328    0.43486    0.8627    1.1479    1.5758    2.1462    3.0732    5.2837    8.0646         2.9794             0.86432                2.433                     1               2.5158              0.9886              0.49549               0.90225           -0.019697      -0.1519     -0.5833     -0.93227     -1.1799       -1.3634      -1.4942     -1.6509      -1.6668      -1.5221      -1.2477      -1.0485     -0.74628      -0.36411     0.11621      0.74433       0.96466  
    cl_mt_coh      0.33887     1.6315      4.8144      -4.6385    50.122           0    0.39479    0.60521    6.3672e-07       0        -4.4027     -3.548      -2.21      -1.4792    -1.0123    -0.74827    -0.52311    -0.11287     0.20189    0.56733    1.0059    1.2982    1.7144    2.2767    3.2716    5.5374    8.3878         2.9204             0.80999               2.5158                0.9886               2.6617                   1              0.48615               0.84636           -0.014486     -0.11987    -0.44272     -0.70527    -0.88617       -1.0154      -1.1032     -1.1938       -1.152      -1.0027       -0.764     -0.59937     -0.37712     -0.086899     0.32185      0.80527        0.9732  
    cl_mt_pol_c     1.2616    0.35208     0.27907     0.038494    4.9258           0          0          1    1.0864e-05       0        0.38375    0.60663    0.75595      0.83553    0.89186     0.92991     0.99143      1.0678      1.2176     1.4038     1.507    1.5874    1.6501    1.7147     1.885    2.1194    2.3671        0.73716             0.94742              0.49549               0.90225              0.48615             0.84636              0.12396                     1          0.00023315    0.0040417     0.02613     0.057859    0.092564       0.12968      0.16698     0.24853      0.38596      0.54252      0.65819      0.71995      0.78161       0.84895     0.92006      0.98227       0.99806  

xxxxx fl_z_r_borr_poiss_mean = 9.4286 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 21.412144 seconds.
Elapsed time is 6.964416 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7303     2.1949      0.8039      -21.071    14.902           0    0.098858    0.90114    8.3561e-06       0        -8.2841     -4.008    -1.1883    0.018686     0.66064      1.2021      1.5555       2.1928      2.9251      3.639    4.1781    4.4579     4.782    5.2264     5.861    7.0145    8.1181         4.8177                   1               2.9323               0.86286               2.8724             0.80832               0.7325               0.94769          -0.0037214    -0.021464    -0.053791    -0.063224    -0.056459    -0.038815    -0.012842    0.056658      0.20243      0.38186      0.52371      0.60266      0.68729       0.77889      0.8801      0.97249       0.99695  
    cl_mt_pol_a    0.26774     1.5483       5.783       -4.414    48.353    0.045266     0.41811    0.53662    1.9734e-07       0        -4.1311    -3.3308    -2.0626     -1.3951    -0.99464    -0.72765    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9323             0.86286               2.3973                     1               2.4779             0.98851              0.49068               0.89994            -0.01573     -0.14539     -0.53738     -0.85535       -1.072      -1.2394       -1.352      -1.476      -1.4816       -1.299      -1.0921     -0.84808     -0.62449      -0.27575     0.17813      0.76204        0.9671  
    cl_mt_coh      0.36098      1.619       4.485      -4.6385    50.122           0     0.38891    0.61109    2.6259e-07       0         -4.352    -3.5256     -2.137     -1.4061    -0.96754    -0.67518    -0.45591    -0.090469     0.20189    0.59562    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8724             0.80832               2.4779               0.98851               2.6211                   1              0.48108               0.84381           -0.012771     -0.11218     -0.41597      -0.6562     -0.81601     -0.93406      -1.0094     -1.0777      -1.0336     -0.88761     -0.66707     -0.50551     -0.28004     -0.019711     0.35982      0.81602       0.97467  
    cl_mt_pol_c     1.2628    0.35215     0.27886     0.038494    4.9258           0           0          1    8.3561e-06       0         0.3877    0.60821    0.75882      0.8359     0.89186     0.92986     0.99079       1.0736      1.2194     1.4056     1.507    1.5874    1.6633    1.7165    1.8832    2.1199    2.3671         0.7325             0.94769              0.49068               0.89994              0.48108             0.84381              0.12401                     1          0.00023419    0.0040082     0.026229     0.058173     0.092702      0.12828      0.16579     0.24801      0.38647      0.54896      0.65708      0.71895      0.78181       0.85002     0.92017      0.98237       0.99805  

xxxxx fl_z_r_borr_poiss_mean = 10 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 20.530995 seconds.
Elapsed time is 7.630096 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7401     2.1878     0.79844      -21.203    14.902          0    0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417     0.68962      1.2285      1.5599       2.1976      2.9227     3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                   1               2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_pol_a    0.28135     1.5406      5.4756       -4.414    48.353    0.04669     0.41396    0.53935    1.6151e-07       0        -4.1303    -3.3308    -2.0626       -1.35    -0.94297    -0.67164    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9048             0.86185               2.3733                     1               2.4527             0.98845              0.48763               0.89841           -0.015072     -0.13334     -0.49624     -0.79999    -0.99965       -1.1389      -1.2458     -1.3646      -1.3702      -1.1954     -0.99756     -0.76435      -0.5508     -0.21786      0.21531      0.77229       0.96822  
    cl_mt_coh      0.37608     1.6107      4.2827      -4.6385    50.122          0     0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311     -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                   1              0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905     -0.7671      -0.86592     -0.93755     -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_pol_c     1.2636    0.35232     0.27883     0.038494    4.9258          0           0          1    8.6777e-06       0        0.39012    0.60871    0.76079     0.83742     0.89186     0.92888     0.97811       1.0766      1.2198     1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                     1          0.00023524    0.0040355     0.026258     0.058752    0.093027       0.12845      0.16595     0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

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

    'Vary '    'max borrow r'    ' ('    'fl_z_r_borr_max'    '): '

  Column 6

    '0.095    0.09892...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:5
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_r_borr_max = 0.095 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 20.467018 seconds.
Elapsed time is 7.803061 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7401     2.1878     0.79844      -21.203    14.902          0    0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417     0.68962      1.2285      1.5599       2.1976      2.9227     3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                   1               2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_pol_a    0.28135     1.5406      5.4756       -4.414    48.353    0.04669     0.41396    0.53935    1.6151e-07       0        -4.1303    -3.3308    -2.0626       -1.35    -0.94297    -0.67164    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9048             0.86185               2.3733                     1               2.4527             0.98845              0.48763               0.89841           -0.015072     -0.13334     -0.49624     -0.79999    -0.99965       -1.1389      -1.2458     -1.3646      -1.3702      -1.1954     -0.99756     -0.76435      -0.5508     -0.21786      0.21531      0.77229       0.96822  
    cl_mt_coh      0.37608     1.6107      4.2827      -4.6385    50.122          0     0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311     -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                   1              0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905     -0.7671      -0.86592     -0.93755     -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_pol_c     1.2636    0.35232     0.27883     0.038494    4.9258          0           0          1    8.6777e-06       0        0.39012    0.60871    0.76079     0.83742     0.89186     0.92888     0.97811       1.0766      1.2198     1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                     1          0.00023524    0.0040355     0.026258     0.058752    0.093027       0.12845      0.16595     0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

xxxxx fl_z_r_borr_max = 0.098929 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 20.538209 seconds.
Elapsed time is 7.907387 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20         p25         p35         p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25     fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    _______    ________    ________    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.785     2.1541     0.77346      -20.797    14.901          0    0.093291    0.90671    7.6114e-06       0        -7.9846     -3.829     -1.041    0.10242     0.80367      1.2855      1.6804      2.2385     2.9711     3.6839     4.2158    4.4936    4.8167    5.2465     5.879    7.0306    8.1297           4.64                   1               2.7858               0.85727               2.7222             0.80184              0.72082               0.94871          -0.0036445    -0.020162    -0.049832    -0.056726    -0.048046    -0.029326    -0.0020958    0.068955      0.21042      0.39926      0.53268      0.61014       0.69544        0.785     0.88259      0.97306       0.99699  
    cl_mt_pol_a    0.35389     1.5086      4.2629      -4.2335    48.354    0.04724     0.39838    0.55438    1.4163e-07       0        -3.8824     -3.087    -1.8939    -1.2311    -0.83337    -0.56824    -0.36939    -0.10425    0.10142    0.52781    0.95419    1.2385    1.5938    2.1623    3.1572    5.3602    8.1317         2.7858             0.85727               2.2758                     1               2.3492             0.98806              0.47684               0.89612           -0.013443     -0.10043     -0.36595     -0.59069     -0.73731     -0.82959      -0.89995    -0.96033      -0.9478     -0.79689      -0.5988     -0.44464      -0.26334    0.0081982     0.38036      0.82278       0.97524  
    cl_mt_coh      0.45667     1.5761      3.4512       -4.453    50.127          0     0.34984    0.65016    1.9119e-07       0        -4.1399    -3.2658    -1.9291    -1.2262    -0.78919    -0.49782     -0.2793    0.012064    0.23059    0.66763     1.1047     1.396    1.7602     2.343    3.3391    5.5972    8.4616         2.7222             0.80184               2.3492               0.98806                2.484                   1              0.46681               0.83972           -0.010636    -0.081145     -0.29723     -0.47234     -0.58299     -0.64854      -0.69327    -0.71755     -0.67147     -0.51201      -0.3315     -0.19685     -0.041541      0.18701     0.48419      0.85169       0.98008  
    cl_mt_pol_c     1.2672    0.35272     0.27835     0.039943    4.9244          0           0          1    7.6114e-06       0        0.39605    0.60003    0.75968    0.83937     0.89794     0.93072     0.96404      1.0914     1.2377     1.4064      1.514    1.5876    1.6675    1.7205    1.8853    2.1236     2.367        0.72082             0.94871              0.47684               0.89612              0.46681             0.83972              0.12441                     1           0.0002456    0.0040424     0.026231     0.057957     0.093268      0.12925       0.16882     0.24733      0.38587      0.54452      0.65805      0.72029       0.78418      0.84973     0.92037      0.98237       0.99805  

xxxxx fl_z_r_borr_max = 0.10286 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 19.916380 seconds.
Elapsed time is 7.526738 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10        p15         p20         p25          p35         p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    _______    ________    ________    ________    _________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.8215      2.118     0.75068      -20.412    14.901           0    0.088632    0.91137    6.4033e-06       0        -7.5652    -3.6112    -0.92943    0.18829     0.86792      1.3046      1.7341        2.254     2.9719       3.68     4.2295    4.4929    4.8249    5.2492    5.8897    7.0338    8.1305         4.4859                   1               2.6679               0.85197               2.6007             0.79565              0.71141               0.95144          -0.0033923    -0.018895    -0.046086    -0.051451    -0.041501    -0.021934    0.0045868    0.078348      0.22211      0.40058      0.53639       0.61664      0.69782     0.78598      0.88342      0.97348       0.99702  
    cl_mt_pol_a    0.41231     1.4785      3.5859      -4.0668    48.355    0.046229     0.38157     0.5722    1.1909e-07       0        -3.7139     -2.858     -1.7387    -1.0997    -0.75109    -0.48773    -0.29021    -0.092692    0.11279    0.53784    0.96288    1.2462    1.6713     2.238    3.1589     5.355    8.1887         2.6679             0.85197               2.1859                     1               2.2537             0.98772              0.46608               0.89296          -0.0092728    -0.079559      -0.2885     -0.46135     -0.57615      -0.6486     -0.69811     -0.7304     -0.71574     -0.57972     -0.40341      -0.26778    -0.078251     0.15294      0.45525      0.84152       0.97907  
    cl_mt_coh      0.52249     1.5433      2.9537      -4.2817    50.132           0     0.31954    0.68046    1.6034e-07       0        -3.9165    -2.9975     -1.7859    -1.0847    -0.69669    -0.40624    -0.18841     0.029431    0.24727    0.68294     1.1186    1.4091    1.8198    2.4007    3.3696    5.6205    8.4752         2.6007             0.79565               2.2537               0.98772               2.3816                   1              0.45558               0.83621          -0.0084144    -0.065959      -0.2371     -0.37444     -0.46152     -0.51227     -0.54153    -0.54924     -0.50248     -0.35576     -0.19169     -0.070656     0.077525     0.27795      0.54805      0.86956       0.98179  
    cl_mt_pol_c     1.2701    0.35303     0.27794     0.041381    4.9231           0           0          1    6.4033e-06       0        0.40774    0.60599     0.76187    0.84249     0.90116     0.93488     0.96985       1.1031     1.2525     1.4086      1.517    1.5893     1.669    1.7205    1.8853    2.1266      2.37        0.71141             0.95144              0.46608               0.89296              0.45558             0.83621              0.12463                     1          0.00025375     0.004073      0.02642     0.058331     0.094423      0.12869       0.1665     0.24674      0.38623      0.54983      0.65819       0.71914      0.78459      0.8495       0.9208      0.98238       0.99808  

xxxxx fl_z_r_borr_max = 0.10679 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 21.013713 seconds.
Elapsed time is 6.718062 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10         p15         p20         p25          p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    ________    ________    ________    ________    ________    _________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.8821     2.0509     0.71158      -20.045      14.9           0    0.07918    0.92082    4.8673e-06       0        -7.0812    -3.2439    -0.70036     0.36101      1.0059      1.3536      1.8207       2.3011     3.0122     3.7124    4.2406    4.5122    4.8399    5.2683     5.897    7.0489    8.1433         4.2061                   1               2.4827               0.84486               2.4084             0.78673               0.6917               0.95573           -0.003074    -0.016987    -0.039663    -0.041621    -0.029743    -0.009325    0.019881     0.092605      0.23816      0.40797       0.54497      0.62158     0.70322      0.79132      0.88615      0.97413       0.99711  
    cl_mt_pol_a    0.48583     1.4328      2.9492      -3.9124    48.357    0.052281    0.36014    0.58758    9.0495e-08       0        -3.4925    -2.5767     -1.4529     -0.9095    -0.61424      -0.418    -0.22175    -0.025509    0.18436    0.60816     1.032    1.3145    1.6677    2.2327    3.2216    5.4113     8.166         2.4827             0.84486                2.053                     1               2.1113             0.98715              0.44905               0.88809          -0.0076509    -0.061672     -0.21615     -0.33479     -0.41446     -0.46209    -0.49653      -0.5144     -0.48803     -0.35442      -0.20041    -0.079272    0.059269      0.26231      0.54296      0.86777       0.98114  
    cl_mt_coh      0.60502     1.4927      2.4672       -4.123    50.137           0    0.29186    0.70814    1.2152e-07       0        -3.7087    -2.6951     -1.4643    -0.88509    -0.54315    -0.32595    -0.10875      0.10845    0.32565    0.73388    1.1683     1.484     1.846    2.4252    3.4327    5.6832    8.5068         2.4084             0.78673               2.1113               0.98715               2.2281                   1              0.43765               0.83083          -0.0064751    -0.052065     -0.17983     -0.27379     -0.33351     -0.36563    -0.38373     -0.37793       -0.324     -0.20712     -0.053927     0.071957     0.19508      0.37253       0.6037      0.88917       0.98427  
    cl_mt_pol_c     1.2747    0.35289     0.27684     0.042809    4.9218           0          0          1    4.8673e-06       0        0.42155    0.61597     0.75939     0.82509     0.90499     0.93952     0.97776       1.1062     1.2813      1.409    1.5196    1.5907    1.6684    1.7255    1.8869    2.1282    2.3692         0.6917             0.95573              0.44905               0.88809              0.43765             0.83083              0.12453                     1          0.00026986    0.0041752     0.026757      0.05752     0.092133      0.12858     0.16949      0.24612      0.38954      0.54368       0.65926      0.72096     0.78428      0.85077      0.92055      0.98241       0.99806  

xxxxx fl_z_r_borr_max = 0.11071 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 19.280521 seconds.
Elapsed time is 6.554765 seconds.
                    mean        sd      coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10         p15         p20          p25         p35        p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    ______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    ________    ________    ________    _________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.9292    1.9925     0.68021      -19.695      14.9           0    0.072512    0.92749    3.5545e-06       0        -6.4487    -2.8847    -0.52565     0.45569      1.0655      1.4786       1.8711     2.3408     3.0443     3.7012    4.2657    4.5112    4.8432    5.2862    5.9075    7.0574    8.1457           3.97                   1               2.3302                 0.837               2.2512              0.7776              0.67515               0.96044          -0.0028396    -0.015216    -0.034321    -0.03389     -0.019955    0.0017963    0.029982      0.10194      0.24225       0.41667      0.55334      0.62741     0.70632      0.79478      0.88766      0.97444       0.99712  
    cl_mt_pol_a    0.54205    1.3972      2.5777       -3.769    48.358    0.059955     0.33737    0.60267    3.9041e-08       0        -3.2814     -2.243     -1.2512    -0.76258    -0.48784    -0.29283     -0.16282          0    0.17578    0.59843    1.0211    1.3028    1.7255     2.289    3.2048    5.4589    8.2061         2.3302               0.837               1.9522                     1               2.0033             0.98679              0.43362               0.87966          -0.0064007    -0.052457     -0.17084    -0.26264      -0.32207     -0.35651    -0.37641     -0.38496     -0.36234       -0.2416    -0.099906    0.0081172     0.15816      0.34013      0.57777      0.88211       0.98318  
    cl_mt_coh      0.66929     1.453      2.1709      -3.9756    50.142           0     0.26746    0.73254    8.8683e-08       0        -3.4601    -2.3496     -1.2492    -0.71638    -0.40014    -0.18353    -0.039128    0.11429    0.32188     0.7551    1.1883    1.4771    1.9103     2.488    3.4266    5.7097     8.553         2.2512              0.7776               2.0033               0.98679               2.1112                   1              0.42128               0.82182          -0.0054994    -0.044072     -0.14252    -0.21431      -0.25719     -0.27767    -0.28433     -0.27444     -0.22641     -0.096143     0.039219      0.13832     0.27305      0.43357      0.63984       0.8968       0.98584  
    cl_mt_pol_c     1.2783    0.3528     0.27599     0.044227    4.9207           0           0          1    3.5545e-06       0        0.43779    0.62051     0.76189     0.83171     0.88623     0.94305      0.98383     1.1231     1.2827     1.4124    1.5201    1.5937    1.6697    1.7248    1.8864    2.1312    2.3699        0.67515             0.96044              0.43362               0.87966              0.42128             0.82182              0.12447                     1          0.00028756    0.0042105     0.026813    0.058506       0.09092      0.12729      0.1701      0.25046      0.38853       0.55108      0.66251      0.72125     0.78363      0.85025      0.92084      0.98244       0.99807  

xxxxx fl_z_r_borr_max = 0.11464 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 19.241469 seconds.
Elapsed time is 7.033244 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10         p15          p20         p25         p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    ________    ________    _________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.0091     1.8938     0.62936       -19.36    14.899           0    0.058293    0.94171    1.9475e-06       0        -5.4806    -2.2435    -0.20874     0.65815      1.1914       1.5949      1.9284      2.4322     3.0761     3.7272    4.2716    4.5332    4.8597     5.278    5.9217    7.0693     8.152         3.5865                   1               2.1057               0.82692               2.0191             0.76488               0.6457               0.96908          -0.0023913    -0.012162    -0.025187    -0.020516    -0.004962     0.01854     0.047834      0.11961      0.26318       0.43133     0.56282      0.63729      0.71345      0.79798      0.89043      0.97523       0.99719  
    cl_mt_pol_a    0.62327     1.3446      2.1573      -3.6353    48.359    0.054869     0.28992    0.65521    2.1286e-08       0          -2.95    -1.8569    -0.90593    -0.56466    -0.31904     -0.18062    -0.11238    0.018319    0.22911    0.65068    1.0723    1.3533    1.7749     2.337    3.2504    5.4285     8.239         2.1057             0.82692                1.808                     1               1.8484             0.98626               0.4108               0.86835          -0.0052095    -0.037585     -0.11873     -0.17869     -0.21098    -0.23159     -0.24424     -0.24562     -0.21385     -0.095925    0.032213      0.13214       0.2643      0.42503      0.63409      0.89336       0.98539  
    cl_mt_coh      0.76063     1.3939      1.8325      -3.8383    50.147           0      0.2336     0.7664     4.277e-08       0         -3.104    -1.9084    -0.87143    -0.48265    -0.25195    -0.079223    0.021482     0.14674    0.38158    0.81369    1.2458    1.5339    1.9373    2.5135    3.4784     5.711    8.5917         2.0191             0.76488               1.8484               0.98626               1.9428                   1              0.39668               0.80889          -0.0045075    -0.032103    -0.098402     -0.14341     -0.16434     -0.1742     -0.17496     -0.16052     -0.10592      0.020433     0.14387      0.23657       0.3448      0.49017      0.68396      0.90865       0.98754  
    cl_mt_pol_c      1.284    0.35183     0.27402     0.045635    4.9196           0           0          1    1.9475e-06       0        0.47844    0.63011     0.75436     0.83342     0.89675      0.95572     0.98747      1.1286     1.2838     1.4139     1.524    1.5948    1.6721      1.73    1.8876    2.1354     2.372         0.6457             0.96908               0.4108               0.86835              0.39668             0.80889              0.12379                     1          0.00032641    0.0044209     0.026406     0.057797     0.091002     0.12671      0.16885      0.24786      0.38704       0.55026     0.66443      0.72271      0.78563      0.85064      0.92127      0.98258       0.99808  

xxxxx fl_z_r_borr_max = 0.11857 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 19.397761 seconds.
Elapsed time is 6.755985 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10         p15          p20          p25         p35        p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10     fracByP15     fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    ________    ________    ________    _________    _________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    ___________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.0289     1.8744     0.61882      -19.038    14.899          0    0.056345    0.94365    1.8179e-06       0        -5.4633    -2.1643    -0.16034     0.69735      1.2428       1.6305        1.959     2.4609     3.0721     3.7498    4.2796    4.5327    4.8709    5.2949    5.9308    7.0684    8.1578         3.5132                   1               2.0506               0.82218               1.9633             0.75997              0.64014               0.96978          -0.0023248    -0.011799    -0.023667    -0.018254    -0.00029682    0.021624     0.052092        0.125       0.26209      0.43887     0.56503      0.63804      0.71657      0.80124      0.89112      0.97517       0.99721  
    cl_mt_pol_a    0.65147     1.3307      2.0426      -3.5106     48.36    0.06076     0.29535    0.64389    1.3701e-08       0         -2.821    -1.7396    -0.84032    -0.45494    -0.26224     -0.13378    -0.069546          0    0.27458    0.69515    1.1157    1.3961    1.7466    2.3073    3.2887    5.4616    8.2654         2.0506             0.82218               1.7707                     1               1.8085             0.98608              0.40381               0.86172          -0.0047077    -0.034708     -0.10703     -0.16055       -0.18596    -0.19968     -0.20445     -0.20473      -0.16518    -0.047206    0.078138      0.17278      0.27982      0.43632      0.65169      0.89877       0.98597  
    cl_mt_coh      0.79507     1.3783      1.7336        -3.71    50.152          0     0.19701    0.80299     3.981e-08       0        -2.9436    -1.7941    -0.78819    -0.38705    -0.14156    0.0021321      0.07398    0.15177    0.40328    0.80442    1.2654    1.5828     1.942    2.5168    3.5227    5.7499    8.6238         1.9633             0.75997               1.8085               0.98608               1.8997                   1              0.38949               0.80243          -0.0044741     -0.02939    -0.088231     -0.12179       -0.14065    -0.14356     -0.14009     -0.12375     -0.071751     0.039521     0.16978      0.27179      0.36925      0.50937      0.69897      0.91324       0.98804  
    cl_mt_pol_c     1.2858    0.35216     0.27389     0.047033    4.9186          0           0          1    1.8179e-06       0        0.47505    0.63208     0.75514     0.82985     0.87207      0.95637      0.99278     1.1328     1.2866     1.4152    1.5247    1.5921     1.671    1.7296    1.8868    2.1358    2.3739        0.64014             0.96978              0.40381               0.86172              0.38949             0.80243              0.12402                     1          0.00031687    0.0044264     0.026616      0.05743       0.092537     0.12776      0.16966      0.25152        0.3934      0.55291     0.66313       0.7216      0.78522      0.85092      0.92143      0.98257       0.99807  

xxxxx fl_z_r_borr_max = 0.1225 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 20.346340 seconds.
Elapsed time is 6.907391 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10         p15          p20          p25         p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10     fracByP15     fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    ________    ________    _________    _________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    ___________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.0407     1.8713     0.61541      -18.731    14.899           0    0.055894    0.94411    1.8213e-06       0        -5.3594    -2.1652    -0.14127     0.72979      1.2365       1.6588       1.9881      2.4844     3.0736     3.7472    4.2912    4.5401    4.8803    5.2998    5.9279    7.0653    8.1572         3.5016                   1               2.0362               0.82069               1.9484             0.75837              0.63919               0.96991           -0.002346    -0.011818    -0.023378    -0.017658    -0.00024665    0.022471     0.053674      0.12617       0.26422       0.4347     0.56607      0.63955      0.71618      0.80085      0.89147      0.97518       0.99721  
    cl_mt_pol_a    0.67629     1.3259      1.9605      -3.3938    48.361    0.048039      0.2622    0.68976    1.3704e-08       0        -2.7108    -1.6663    -0.79991    -0.41673    -0.23013    -0.099571    -0.033545    0.033202    0.24302    0.66265    1.1522     1.432    1.7817    2.3412    3.3203    5.4884     8.286         2.0362             0.82069               1.7579                     1               1.7949             0.98598              0.40247               0.86193          -0.0044792    -0.031585    -0.099038     -0.14419       -0.16494    -0.17824      -0.1831     -0.18054       -0.1471    -0.033526     0.10913      0.20068      0.30505       0.4569      0.66455      0.90233       0.98652  
    cl_mt_coh      0.82528      1.373      1.6637        -3.59    50.157           0     0.19719    0.80281    3.9757e-08       0        -2.8512    -1.7042     -0.7411    -0.31098    -0.12712     0.016258      0.11915     0.19083    0.40589    0.83602    1.2754    1.5934     1.983    2.5565    3.5289    5.7824    8.6499         1.9484             0.75837               1.7949               0.98598               1.8851                   1              0.38811               0.80264          -0.0038838    -0.026931    -0.081289     -0.11289       -0.12394    -0.12674     -0.12074     -0.10175     -0.049721     0.072987     0.19179      0.28067      0.39076      0.52687      0.70326      0.91624        0.9885  
    cl_mt_pol_c     1.2868    0.35218      0.2737     0.048421    4.9176           0           0          1    1.8213e-06       0        0.46817    0.62934      0.7552     0.83195     0.87265      0.95649       1.0145      1.1334     1.2874     1.4145    1.5256    1.6008    1.6715    1.7316    1.8875    2.1358    2.3756        0.63919             0.96991              0.40247               0.86193              0.38811             0.80264              0.12403                     1          0.00031657    0.0043823     0.026438     0.057609       0.090474     0.12602      0.16401      0.24638       0.39121      0.54663     0.66439      0.72483      0.78586      0.85125      0.92161      0.98261       0.99808  

xxxxx fl_z_r_borr_max = 0.12643 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 19.211009 seconds.
Elapsed time is 6.069598 seconds.
                    mean        sd       coefofvar      min       max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10          p15          p20          p25          p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    _______    ______    ________    ________    _______    __________    ________    _______    _______    ________    ________    _________    _________    __________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.0459     1.8649     0.61225     -18.437    14.899           0    0.054906    0.94509    1.7232e-06       0        -5.2789    -2.1586    -0.11858     0.75554       1.2253       1.7027        2.0134      2.5031     3.0904     3.7407    4.2963    4.5448    4.8915    5.3076    5.9366    7.0712    8.1615         3.4777                   1               2.0121               0.81763               1.9243             0.75537              0.63797               0.97041          -0.0022774    -0.011524    -0.022903    -0.017014    0.0017703    0.025275     0.055214       0.12759      0.26807     0.43628      0.56922      0.64064       0.7195      0.80044      0.89239      0.97542       0.99722  
    cl_mt_pol_a    0.68984     1.3196       1.913     -3.2843    48.362    0.083791     0.26012    0.65609    1.2959e-08       0        -2.5974    -1.5914    -0.76579    -0.38474     -0.19422    -0.068754    -0.0037838    0.065727     0.2751    0.69385    1.1126    1.3918    1.8105    2.3689    3.3459    5.5095    8.3012         2.0121             0.81763               1.7414                     1               1.7772             0.98586              0.39931               0.85835          -0.0040526    -0.030427    -0.091569      -0.1332     -0.15567    -0.16258     -0.16513       -0.1614     -0.12626    -0.01258      0.10779      0.20037       0.3221      0.47238      0.67267      0.90457       0.98677  
    cl_mt_coh      0.84404      1.366      1.6184     -3.4775    50.162           0     0.17834    0.82166    3.7586e-08       0        -2.7038    -1.6308    -0.70078    -0.27156    -0.089405     0.053669       0.12521     0.19674    0.44381    0.87303    1.3022    1.5884    2.0176    2.5899    3.5265    5.8091    8.6705         1.9243             0.75537               1.7772               0.98586               1.8661                   1              0.38499               0.79945          -0.0039841    -0.025642    -0.074617     -0.10295     -0.11133    -0.11177     -0.10711     -0.087434    -0.028471    0.093204      0.20959      0.29576      0.40673      0.54118      0.70843      0.91834       0.98874  
    cl_mt_pol_c     1.2875    0.35253      0.2738      0.0498    4.9168           0           0          1    1.7232e-06       0        0.47078    0.63063     0.75537     0.83147      0.87531      0.95494       0.98747      1.1339      1.288     1.4154     1.527    1.5952    1.6719    1.7317    1.8864    2.1373    2.3781        0.63797             0.97041              0.39931               0.85835              0.38499             0.79945              0.12428                     1          0.00032127    0.0043804     0.026251     0.057081     0.090928     0.12566      0.16687       0.24771      0.39523     0.55076      0.66524      0.72191        0.786      0.85123      0.92159      0.98259       0.99809  

xxxxx fl_z_r_borr_max = 0.13036 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 20.782063 seconds.
Elapsed time is 6.685067 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5          p10          p15          p20         p25        p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50     fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    _________    ________    _________    _________    _______    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.0632     1.8424     0.60147      -18.154    14.898           0    0.051113    0.94889    1.3561e-06       0        -4.9479    -2.0248    -0.070116     0.81799       1.2169       1.7246     2.0104      2.5177     3.1038     3.7527    4.2967     4.555    4.9004    5.2973    5.9406    7.0744    8.1648         3.3946                   1               1.9598                0.8136               1.8702             0.75075              0.63184               0.97289          -0.0021187    -0.010728    -0.020896     -0.01418    0.0032384     0.028129     0.064756       0.1308       0.27259     0.44078      0.57016      0.64362      0.72165      0.80098      0.89203      0.97533       0.99724  
    cl_mt_pol_a    0.71236     1.3074      1.8353      -3.1814    48.363    0.057778     0.23473    0.70749    1.0196e-08       0        -2.3796    -1.4321     -0.67419    -0.35838     -0.16889    -0.043587          0    0.092361    0.30132    0.71925    1.1372    1.4158    1.8337    2.3909    3.2964    5.5254    8.3115         1.9598              0.8136               1.7092                     1               1.7424             0.98572              0.39351               0.85391          -0.0038473    -0.025639    -0.081491     -0.11464     -0.13306     -0.13926     -0.14069     -0.13244     -0.096487    0.016445      0.13631      0.22418      0.34287      0.48907      0.67166       0.9076       0.98717  
    cl_mt_coh      0.87241     1.3521      1.5498      -3.3717    50.167           0     0.16382    0.83618    2.9574e-08       0        -2.5229    -1.4143     -0.59522    -0.23824    -0.024054     0.065714    0.13314      0.1941    0.47571    0.87037    1.3325     1.618    2.0127    2.5839    3.5457    5.8304    8.6862         1.8702             0.75075               1.7424               0.98572               1.8281                   1              0.37882               0.79486          -0.0032692    -0.022283    -0.065294    -0.086847    -0.093588    -0.092016    -0.084072    -0.065456    -0.0013854     0.10218      0.23482      0.31665      0.41404       0.5447      0.71649      0.92096       0.98908  
    cl_mt_pol_c     1.2889    0.35249     0.27347     0.051169    4.9159           0           0          1    1.3561e-06       0        0.48348    0.62625      0.75354     0.83642      0.87118      0.95357     1.0107       1.136     1.2868     1.4162    1.5265    1.5956    1.6722    1.7333    1.8852      2.14      2.38        0.63184             0.97289              0.39351               0.85391              0.37882             0.79486              0.12425                     1          0.00032574    0.0044118     0.026122     0.057178     0.090475      0.12541      0.17274       0.2465       0.38798     0.55291      0.66223      0.72352       0.7863      0.85222      0.92126      0.98255       0.99809  

xxxxx fl_z_r_borr_max = 0.13429 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 18.602853 seconds.
Elapsed time is 6.724397 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10          p15          p20         p25        p35        p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    ________    ________    _________    _________    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.0814     1.8207     0.59087      -17.883    14.898           0    0.04862    0.95138    1.1625e-06       0        -4.7584    -1.8934    0.021811     0.88767       1.2602       1.7408     2.0029     2.5328     3.1131     3.7611    4.3047    4.5621    4.9046    5.3035    5.9462    7.0762    8.1663         3.3149                   1               1.9102               0.81056               1.8189             0.74699              0.62541               0.97469          -0.0020487    -0.010069    -0.018956    -0.010605    0.0073175     0.030626     0.066672      0.13368      0.27571     0.44442      0.57267      0.64608      0.71959      0.80263      0.89277      0.97549       0.99725  
    cl_mt_pol_a     0.7358     1.2943      1.7591      -3.0845    48.363    0.058772    0.23209    0.70914    8.7311e-09       0        -2.2683    -1.2795    -0.58841    -0.28105     -0.14863    -0.024141          0    0.11362    0.32219    0.73934    1.1565    1.4346    1.8517    2.4079    3.3117    5.5365    8.3175         1.9102             0.81056               1.6753                     1               1.7059              0.9855              0.38808               0.85078          -0.0034209    -0.023818    -0.068957    -0.096795     -0.11222     -0.11688     -0.11783     -0.10647    -0.066392      0.0454      0.16188      0.24907      0.36429      0.50563      0.68205      0.91045       0.98752  
    cl_mt_coh      0.90182     1.3374       1.483      -3.2721    50.172           0    0.14277    0.85723    2.5299e-08       0        -2.3484    -1.2794    -0.49554     -0.1742    0.0032981      0.07588    0.14582     0.2184    0.46716    0.89474    1.3573    1.6423    2.0349     2.605    3.5664    5.8468    8.6973         1.8189             0.74699               1.7059                0.9855               1.7886                   1              0.37313               0.79168          -0.0032172    -0.019962    -0.054392    -0.071182    -0.075165    -0.072352    -0.064661    -0.043572     0.013875     0.12717       0.2571      0.33833      0.43263      0.55979      0.72546      0.92341       0.98939  
    cl_mt_pol_c     1.2905    0.35242      0.2731     0.052528    4.9152           0          0          1    1.1625e-06       0        0.48965    0.62049     0.74633     0.83446      0.87681      0.95502     1.0251      1.138     1.2889     1.4169    1.5292     1.604    1.6706    1.7347    1.8855    2.1362    2.3811        0.62541             0.97469              0.38808               0.85078              0.37313             0.79168               0.1242                     1           0.0003311    0.0044141     0.026558     0.057151     0.090027      0.12511      0.16342      0.25014      0.39368     0.55039       0.6662      0.72641      0.78554      0.85148      0.92153      0.98257       0.99809  

xxxxx fl_z_r_borr_max = 0.13821 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 19.629115 seconds.
Elapsed time is 6.774433 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10         p15          p20         p25        p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1     fracByP5     fracByP10     fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    ________    ________    _________    _______    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    __________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.0862     1.8104     0.58662      -17.621    14.898           0    0.047221    0.95278    9.8077e-07       0        -4.5014    -1.7983     0.03728     0.89866      1.2728       1.7569     1.9969      2.5771     3.1201     3.7674    4.3108     4.536    4.8777    5.3083    5.9351    7.0774    8.1672         3.2776                   1                1.884               0.80789               1.7922             0.74416              0.62313                0.9763          -0.0019459    -0.0096808    -0.017994    -0.0094731     0.008738     0.032749     0.067798      0.13645      0.27797     0.44717      0.57605      0.64329      0.71996      0.80391       0.8929      0.97558       0.99727  
    cl_mt_pol_a    0.74477     1.2881      1.7295      -2.9931    48.364    0.085918     0.23318     0.6809    7.3613e-09       0        -2.1329    -1.1954     -0.5209    -0.25795    -0.13296    -0.070458          0    0.060563    0.33817    0.75458     1.171    1.4486     1.865    2.4202    3.3224    5.5433    8.3194          1.884             0.80789               1.6592                     1               1.6886             0.98543              0.38482               0.84741          -0.0032032      -0.02185    -0.063368      -0.09014     -0.10262     -0.10697     -0.10723     -0.10458    -0.054364    0.058183      0.17313       0.2591        0.373      0.51376      0.68659      0.91184        0.9877  
    cl_mt_coh      0.91578     1.3303      1.4526      -3.1782    50.177           0     0.14472    0.85528    2.1318e-08       0        -2.2508    -1.1837    -0.43747    -0.11669    0.025581     0.096718    0.16653     0.23899     0.4524    0.87922    1.3409    1.6617    2.0174    2.5865    3.5824    5.8588    8.7043         1.7922             0.74416               1.6886               0.98543               1.7696                   1              0.36973               0.78836          -0.0027485     -0.018341    -0.049071     -0.064045    -0.065125    -0.060916    -0.055298    -0.032928     0.023389      0.1354      0.25579      0.34979      0.43745      0.56313       0.7308      0.92504       0.98961  
    cl_mt_pol_c      1.291    0.35254     0.27308     0.053878    4.9144           0           0          1    9.8077e-07       0        0.49188    0.61733      0.7469     0.84349     0.87893      0.95399    0.99563      1.1365     1.2892     1.4174    1.5301    1.5944    1.6707    1.7359    1.8858    2.1367     2.383        0.62313              0.9763              0.38482               0.84741              0.36973             0.78836              0.12429                     1          0.00034128     0.0043698      0.02609      0.056813     0.091549      0.12514      0.16468      0.24839      0.39472      0.5514      0.66279       0.7231      0.78638      0.85238      0.92165      0.98262       0.99809  

xxxxx fl_z_r_borr_max = 0.14214 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 19.351269 seconds.
Elapsed time is 7.226219 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1         p1          p5          p10          p15         p20        p25        p35        p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5      fracByP10     fracByP15    fracByP20    fracByP25     fracByP35     fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    ________    ________    _________    _________    _______    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    ___________    _________    _________    _________    ___________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.1303     1.7477     0.55832      -17.368    14.898           0    0.039379    0.96062    3.3717e-07       0        -3.5138     -1.3599     0.15634       1.0034       1.3275     1.8419     1.9958     2.5943     3.1247     3.7717    4.3151    4.5712    4.9082    5.3115    5.9532    7.0819     8.169         3.0545                   1               1.7714               0.80116               1.6757             0.73564              0.60421               0.98294          -0.0015234    -0.007362    -0.012188    -0.00095316     0.016128     0.042801     0.080435        0.14599      0.28434     0.45246      0.57972      0.65091      0.72328      0.80549      0.89516      0.97584       0.99732  
    cl_mt_pol_a    0.78357     1.2651      1.6146      -2.9068    48.365    0.069993      0.1845     0.7455    2.5295e-09       0         -1.676    -0.86762    -0.37018     -0.18364    -0.060843          0          0     0.1418    0.34966    0.76537    1.1811    1.4582    1.8739    2.4282     3.329    5.5461    8.3175         1.7714             0.80116               1.6005                     1               1.6245             0.98519               0.3716               0.83513          -0.0027539    -0.015316    -0.042646      -0.060484    -0.067152    -0.068937    -0.068937      -0.054536    -0.014307    0.095423      0.20647      0.28916       0.3983      0.53345      0.69934      0.91472       0.98811  
    cl_mt_coh      0.96237     1.3034      1.3543      -3.0895    50.182           0     0.11297    0.88703    7.3198e-09       0        -1.7322      -0.809    -0.24086    -0.027802     0.076748    0.14446    0.18194    0.25627    0.50286    0.92896    1.3926    1.6766    2.0653    2.6334    3.5941    5.8667    8.7074         1.6757             0.73564               1.6245               0.98519               1.6988                   1              0.35548               0.77547           -0.002324    -0.012474    -0.030818      -0.036873    -0.034709    -0.027663    -0.016322    -0.00021217     0.061443     0.17324      0.29761      0.37469      0.46326      0.58364       0.7412       0.9274       0.98994  
    cl_mt_pol_c     1.2943    0.35172     0.27173     0.055219    4.9137           0           0          1    3.3717e-07       0        0.51721     0.61367     0.74701      0.85101       0.8828    0.95405     1.0251      1.181     1.2893     1.4178    1.5291    1.6054    1.6707    1.7352     1.886    2.1336    2.3848        0.60421             0.98294               0.3716               0.83513              0.35548             0.77547               0.1237                     1          0.00036221    0.0044296     0.025606       0.056137     0.091676      0.12578      0.16519        0.24722      0.39215     0.55053      0.66306      0.72734       0.7857      0.85159      0.92143      0.98262       0.99811  

xxxxx fl_z_r_borr_max = 0.14607 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 17.942207 seconds.
Elapsed time is 6.805442 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1         p1          p5         p10          p15         p20        p25        p35        p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5      fracByP10     fracByP15    fracByP20    fracByP25     fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    ________    ________    ________    _________    _______    _______    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    ___________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.1406     1.7316     0.55134      -17.122    14.897           0    0.036119    0.96388    2.1517e-07       0        -3.3321     -1.2529     0.26108      1.0124       1.3293     1.8572     2.0004     2.6471     3.1271     3.7739    4.3173    4.5724    4.9076     5.313    5.9532    7.0815    8.1671         2.9983                   1               1.7383                0.7979               1.6423             0.73218              0.59944               0.98431          -0.0014397    -0.007065    -0.010682    -2.7628e-05     0.018423      0.04461      0.083794      0.14736      0.28693     0.45487      0.58288        0.649       0.7242      0.80616      0.89448      0.97618       0.99732  
    cl_mt_pol_a    0.79422     1.2582      1.5842      -2.8251    48.365    0.081796      0.1708    0.74741     1.591e-09       0        -1.5149    -0.79433    -0.29938    -0.11686    -0.051907          0          0    0.14949    0.35702    0.77208    1.1871    1.4638    1.8789    2.4323    3.4008    5.5452    8.3123         1.7383              0.7979               1.5831                     1               1.6056             0.98513              0.36681               0.82891          -0.0022667    -0.013797     -0.03913      -0.050822    -0.056653    -0.056653     -0.056653    -0.037962    -0.002606      0.1064      0.21647      0.29809      0.40588      0.53922      0.71201       0.9157       0.98822  
    cl_mt_coh      0.97847     1.2954      1.3239      -3.0055    50.187           0    0.096698     0.9033    3.9332e-09       0        -1.5421    -0.72339    -0.15614    0.017834       0.1209    0.14823    0.18697    0.26929    0.48201    0.93303    1.3972    1.6874    2.0741    2.6413    3.6019    5.8709    8.7071         1.6423             0.73218               1.6056               0.98513                1.678                   1              0.35044                0.7692          -0.0019037    -0.011074    -0.026769      -0.028849     -0.02494    -0.017793    -0.0049464     0.013797     0.069421     0.17873      0.29534      0.38367      0.47107      0.58954      0.74498      0.92841       0.99006  
    cl_mt_pol_c     1.2954    0.35171     0.27151     0.056551    4.9131           0           0          1    2.1517e-07       0        0.51327     0.62014     0.72524     0.81515      0.89079    0.97719     1.0249     1.1875     1.2894     1.4181    1.5298    1.5945    1.6706    1.7362     1.886    2.1339    2.3864        0.59944             0.98431              0.36681               0.82891              0.35044              0.7692               0.1237                     1           0.0003753    0.0044299     0.025958       0.056315     0.090839      0.12453       0.16528      0.24702      0.39202     0.55122      0.66375      0.72317        0.786      0.85207      0.92192      0.98271       0.99811  

xxxxx fl_z_r_borr_max = 0.15 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 18.637801 seconds.
Elapsed time is 6.573475 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1         p1          p5         p10          p15         p20       p25        p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1     fracByP5     fracByP10     fracByP15    fracByP20    fracByP25     fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    ________    ________    ________    _________    _______    ______    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    __________    _________    __________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.1435     1.7284     0.54984      -16.884    14.897           0    0.034806    0.96519    2.2121e-07       0         -3.337     -1.2677     0.25943      1.0139       1.2869     1.9203    2.0017      2.6495     3.1276     3.7746    4.3183    4.5729    4.9108    5.3135    5.9532    7.0806    8.1649         2.9875                   1               1.7298               0.79646               1.6338             0.73081              0.59864               0.98459          -0.0014048    -0.0069175    -0.010452    0.00026762     0.018959     0.045706      0.085333      0.14928     0.28724      0.45516      0.58309      0.65167      0.72591      0.80635      0.89568      0.97615       0.99731  
    cl_mt_pol_a    0.79965     1.2566      1.5714      -2.7477    48.366    0.086033     0.16794    0.74602    1.6386e-09       0         -1.464    -0.74547    -0.29426    -0.11263    -0.048001          0         0    0.084291    0.36058    0.77502    1.1895    1.4657    1.8802    2.4328    3.3998     5.541     8.373         1.7298             0.79646               1.5789                     1               1.6011              0.9851              0.36543               0.82675          -0.0022772     -0.013232    -0.035492     -0.046257     -0.05188     -0.05188      -0.05188    -0.046349    0.001999      0.11074      0.22028      0.30145       0.4086      0.54106      0.71263      0.91566       0.98876  
    cl_mt_coh       0.9887     1.2934      1.3082       -2.926    50.192           0    0.088343    0.91166    4.0582e-09       0        -1.4916    -0.68199     -0.1464    0.056799       0.1276      0.152     0.192      0.2784     0.4908    0.93719     1.402    1.6944    2.0792    2.6456     3.606    5.8716    8.7343         1.6338             0.73081               1.6011                0.9851                1.673                   1              0.34903               0.76712          -0.0019074     -0.010438    -0.023969     -0.025147    -0.020833    -0.013112    0.00062314     0.021628    0.074814      0.18417      0.30025      0.38798      0.47475      0.59229      0.74666      0.92856       0.99019  
    cl_mt_pol_c     1.2957    0.35176     0.27148     0.057873    4.9124           0           0          1    2.2121e-07       0        0.51037     0.62092     0.71934     0.80127      0.89487    0.98161    1.0031      1.1909     1.2894     1.4182    1.5303    1.6063    1.6704     1.737     1.886    2.1341    2.3876        0.59864             0.98459              0.36543               0.82675              0.34903             0.76712              0.12374                     1          0.00037875     0.0046119     0.026037      0.056689     0.092426      0.12672       0.16317      0.26787     0.39168      0.55112      0.66372      0.72762      0.78586      0.85209      0.92183      0.98264        0.9981  

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

    'Vary '    'borrow bound'    ' ('    'fl_b_bd'    '): '

  Column 6

    '-20       -16.25...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:5
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_b_bd = -20 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 18.715572 seconds.
Elapsed time is 6.381086 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7401     2.1878     0.79844      -21.203    14.902          0    0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417     0.68962      1.2285      1.5599       2.1976      2.9227     3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                   1               2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_pol_a    0.28135     1.5406      5.4756       -4.414    48.353    0.04669     0.41396    0.53935    1.6151e-07       0        -4.1303    -3.3308    -2.0626       -1.35    -0.94297    -0.67164    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9048             0.86185               2.3733                     1               2.4527             0.98845              0.48763               0.89841           -0.015072     -0.13334     -0.49624     -0.79999    -0.99965       -1.1389      -1.2458     -1.3646      -1.3702      -1.1954     -0.99756     -0.76435      -0.5508     -0.21786      0.21531      0.77229       0.96822  
    cl_mt_coh      0.37608     1.6107      4.2827      -4.6385    50.122          0     0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311     -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                   1              0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905     -0.7671      -0.86592     -0.93755     -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_pol_c     1.2636    0.35232     0.27883     0.038494    4.9258          0           0          1    8.6777e-06       0        0.39012    0.60871    0.76079     0.83742     0.89186     0.92888     0.97811       1.0766      1.2198     1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                     1          0.00023524    0.0040355     0.026258     0.058752    0.093027       0.12845      0.16595     0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

xxxxx fl_b_bd = -16.25 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 19.033344 seconds.
Elapsed time is 6.705261 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7401     2.1878     0.79844      -21.203    14.902          0    0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417     0.68962      1.2285      1.5599       2.1976      2.9227     3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                   1               2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_pol_a    0.28135     1.5406      5.4756       -4.414    48.353    0.04669     0.41396    0.53935    1.6151e-07       0        -4.1303    -3.3308    -2.0626       -1.35    -0.94297    -0.67164    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9048             0.86185               2.3733                     1               2.4527             0.98845              0.48763               0.89841           -0.015072     -0.13334     -0.49624     -0.79999    -0.99965       -1.1389      -1.2458     -1.3646      -1.3702      -1.1954     -0.99756     -0.76435      -0.5508     -0.21786      0.21531      0.77229       0.96822  
    cl_mt_coh      0.37608     1.6107      4.2827      -4.6385    50.122          0     0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311     -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                   1              0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905     -0.7671      -0.86592     -0.93755     -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_pol_c     1.2636    0.35232     0.27883     0.038494    4.9258          0           0          1    8.6777e-06       0        0.39012    0.60871    0.76079     0.83742     0.89186     0.92888     0.97811       1.0766      1.2198     1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                     1          0.00023524    0.0040355     0.026258     0.058752    0.093027       0.12845      0.16595     0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

xxxxx fl_b_bd = -12.5 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 19.955861 seconds.
Elapsed time is 6.510544 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7401     2.1878     0.79844      -21.203    14.902          0    0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417     0.68962      1.2285      1.5599       2.1976      2.9227     3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                   1               2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_pol_a    0.28135     1.5406      5.4756       -4.414    48.353    0.04669     0.41396    0.53935    1.6151e-07       0        -4.1303    -3.3308    -2.0626       -1.35    -0.94297    -0.67164    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9048             0.86185               2.3733                     1               2.4527             0.98845              0.48763               0.89841           -0.015072     -0.13334     -0.49624     -0.79999    -0.99965       -1.1389      -1.2458     -1.3646      -1.3702      -1.1954     -0.99756     -0.76435      -0.5508     -0.21786      0.21531      0.77229       0.96822  
    cl_mt_coh      0.37608     1.6107      4.2827      -4.6385    50.122          0     0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311     -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                   1              0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905     -0.7671      -0.86592     -0.93755     -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_pol_c     1.2636    0.35232     0.27883     0.038494    4.9258          0           0          1    8.6777e-06       0        0.39012    0.60871    0.76079     0.83742     0.89186     0.92888     0.97811       1.0766      1.2198     1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                     1          0.00023524    0.0040355     0.026258     0.058752    0.093027       0.12845      0.16595     0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

xxxxx fl_b_bd = -8.75 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 17.883420 seconds.
Elapsed time is 6.982758 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7401     2.1878     0.79844      -21.203    14.902          0    0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417     0.68962      1.2285      1.5599       2.1976      2.9227     3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                   1               2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_pol_a    0.28135     1.5406      5.4756       -4.414    48.353    0.04669     0.41396    0.53935    1.6151e-07       0        -4.1303    -3.3308    -2.0626       -1.35    -0.94297    -0.67164    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9048             0.86185               2.3733                     1               2.4527             0.98845              0.48763               0.89841           -0.015072     -0.13334     -0.49624     -0.79999    -0.99965       -1.1389      -1.2458     -1.3646      -1.3702      -1.1954     -0.99756     -0.76435      -0.5508     -0.21786      0.21531      0.77229       0.96822  
    cl_mt_coh      0.37608     1.6107      4.2827      -4.6385    50.122          0     0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311     -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                   1              0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905     -0.7671      -0.86592     -0.93755     -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_pol_c     1.2636    0.35232     0.27883     0.038494    4.9258          0           0          1    8.6777e-06       0        0.39012    0.60871    0.76079     0.83742     0.89186     0.92888     0.97811       1.0766      1.2198     1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                     1          0.00023524    0.0040355     0.026258     0.058752    0.093027       0.12845      0.16595     0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

xxxxx fl_b_bd = -5 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 19.840296 seconds.
Elapsed time is 6.516508 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7401     2.1878     0.79844      -21.203    14.902          0    0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417     0.68962      1.2285      1.5599       2.1976      2.9227     3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                   1               2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_pol_a    0.28135     1.5406      5.4756       -4.414    48.353    0.04669     0.41396    0.53935    1.6151e-07       0        -4.1303    -3.3308    -2.0626       -1.35    -0.94297    -0.67164    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9048             0.86185               2.3733                     1               2.4527             0.98845              0.48763               0.89841           -0.015072     -0.13334     -0.49624     -0.79999    -0.99965       -1.1389      -1.2458     -1.3646      -1.3702      -1.1954     -0.99756     -0.76435      -0.5508     -0.21786      0.21531      0.77229       0.96822  
    cl_mt_coh      0.37608     1.6107      4.2827      -4.6385    50.122          0     0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311     -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                   1              0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905     -0.7671      -0.86592     -0.93755     -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_pol_c     1.2636    0.35232     0.27883     0.038494    4.9258          0           0          1    8.6777e-06       0        0.39012    0.60871    0.76079     0.83742     0.89186     0.92888     0.97811       1.0766      1.2198     1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                     1          0.00023524    0.0040355     0.026258     0.058752    0.093027       0.12845      0.16595     0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

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

    'Vary '    'minimum consumption'    ' ('    'fl_c_min'    '): '

  Column 6

    '0.03     0.02275...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:5
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_c_min = 0.03 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 18.835425 seconds.
Elapsed time is 6.462469 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7401     2.1878     0.79844      -21.203    14.902          0    0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417     0.68962      1.2285      1.5599       2.1976      2.9227     3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                   1               2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_pol_a    0.28135     1.5406      5.4756       -4.414    48.353    0.04669     0.41396    0.53935    1.6151e-07       0        -4.1303    -3.3308    -2.0626       -1.35    -0.94297    -0.67164    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9048             0.86185               2.3733                     1               2.4527             0.98845              0.48763               0.89841           -0.015072     -0.13334     -0.49624     -0.79999    -0.99965       -1.1389      -1.2458     -1.3646      -1.3702      -1.1954     -0.99756     -0.76435      -0.5508     -0.21786      0.21531      0.77229       0.96822  
    cl_mt_coh      0.37608     1.6107      4.2827      -4.6385    50.122          0     0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311     -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                   1              0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905     -0.7671      -0.86592     -0.93755     -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_pol_c     1.2636    0.35232     0.27883     0.038494    4.9258          0           0          1    8.6777e-06       0        0.39012    0.60871    0.76079     0.83742     0.89186     0.92888     0.97811       1.0766      1.2198     1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                     1          0.00023524    0.0040355     0.026258     0.058752    0.093027       0.12845      0.16595     0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

xxxxx fl_c_min = 0.02275 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 18.082404 seconds.
Elapsed time is 7.143871 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7401     2.1878     0.79844      -21.203    14.902          0    0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417     0.68962      1.2285      1.5599       2.1976      2.9227     3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                   1               2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_pol_a    0.28135     1.5406      5.4756       -4.414    48.353    0.04669     0.41396    0.53935    1.6151e-07       0        -4.1303    -3.3308    -2.0626       -1.35    -0.94297    -0.67164    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9048             0.86185               2.3733                     1               2.4527             0.98845              0.48763               0.89841           -0.015072     -0.13334     -0.49624     -0.79999    -0.99965       -1.1389      -1.2458     -1.3646      -1.3702      -1.1954     -0.99756     -0.76435      -0.5508     -0.21786      0.21531      0.77229       0.96822  
    cl_mt_coh      0.37608     1.6107      4.2827      -4.6385    50.122          0     0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311     -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                   1              0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905     -0.7671      -0.86592     -0.93755     -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_pol_c     1.2636    0.35232     0.27883     0.038494    4.9258          0           0          1    8.6777e-06       0        0.39012    0.60871    0.76079     0.83742     0.89186     0.92888     0.97811       1.0766      1.2198     1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                     1          0.00023524    0.0040355     0.026258     0.058752    0.093027       0.12845      0.16595     0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

xxxxx fl_c_min = 0.0155 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 18.841282 seconds.
Elapsed time is 7.206572 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7401     2.1878     0.79844      -21.203    14.902          0    0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417     0.68962      1.2285      1.5599       2.1976      2.9227     3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                   1               2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_pol_a    0.28135     1.5406      5.4756       -4.414    48.353    0.04669     0.41396    0.53935    1.6151e-07       0        -4.1303    -3.3308    -2.0626       -1.35    -0.94297    -0.67164    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9048             0.86185               2.3733                     1               2.4527             0.98845              0.48763               0.89841           -0.015072     -0.13334     -0.49624     -0.79999    -0.99965       -1.1389      -1.2458     -1.3646      -1.3702      -1.1954     -0.99756     -0.76435      -0.5508     -0.21786      0.21531      0.77229       0.96822  
    cl_mt_coh      0.37608     1.6107      4.2827      -4.6385    50.122          0     0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311     -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                   1              0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905     -0.7671      -0.86592     -0.93755     -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_pol_c     1.2636    0.35232     0.27883     0.038494    4.9258          0           0          1    8.6777e-06       0        0.39012    0.60871    0.76079     0.83742     0.89186     0.92888     0.97811       1.0766      1.2198     1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                     1          0.00023524    0.0040355     0.026258     0.058752    0.093027       0.12845      0.16595     0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

xxxxx fl_c_min = 0.00825 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 18.974914 seconds.
Elapsed time is 7.320650 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7401     2.1878     0.79844      -21.203    14.902          0    0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417     0.68962      1.2285      1.5599       2.1976      2.9227     3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                   1               2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_pol_a    0.28135     1.5406      5.4756       -4.414    48.353    0.04669     0.41396    0.53935    1.6151e-07       0        -4.1303    -3.3308    -2.0626       -1.35    -0.94297    -0.67164    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9048             0.86185               2.3733                     1               2.4527             0.98845              0.48763               0.89841           -0.015072     -0.13334     -0.49624     -0.79999    -0.99965       -1.1389      -1.2458     -1.3646      -1.3702      -1.1954     -0.99756     -0.76435      -0.5508     -0.21786      0.21531      0.77229       0.96822  
    cl_mt_coh      0.37608     1.6107      4.2827      -4.6385    50.122          0     0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311     -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                   1              0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905     -0.7671      -0.86592     -0.93755     -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_pol_c     1.2636    0.35232     0.27883     0.038494    4.9258          0           0          1    8.6777e-06       0        0.39012    0.60871    0.76079     0.83742     0.89186     0.92888     0.97811       1.0766      1.2198     1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                     1          0.00023524    0.0040355     0.026258     0.058752    0.093027       0.12845      0.16595     0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

xxxxx fl_c_min = 0.001 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 18.685380 seconds.
Elapsed time is 7.269234 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7401     2.1878     0.79844      -21.203    14.902          0    0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417     0.68962      1.2285      1.5599       2.1976      2.9227     3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                   1               2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_pol_a    0.28135     1.5406      5.4756       -4.414    48.353    0.04669     0.41396    0.53935    1.6151e-07       0        -4.1303    -3.3308    -2.0626       -1.35    -0.94297    -0.67164    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9048             0.86185               2.3733                     1               2.4527             0.98845              0.48763               0.89841           -0.015072     -0.13334     -0.49624     -0.79999    -0.99965       -1.1389      -1.2458     -1.3646      -1.3702      -1.1954     -0.99756     -0.76435      -0.5508     -0.21786      0.21531      0.77229       0.96822  
    cl_mt_coh      0.37608     1.6107      4.2827      -4.6385    50.122          0     0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311     -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                   1              0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905     -0.7671      -0.86592     -0.93755     -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_pol_c     1.2636    0.35232     0.27883     0.038494    4.9258          0           0          1    8.6777e-06       0        0.39012    0.60871    0.76079     0.83742     0.89186     0.92888     0.97811       1.0766      1.2198     1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                     1          0.00023524    0.0040355     0.026258     0.058752    0.093027       0.12845      0.16595     0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

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

    'Vary '    'borrow shock n'    ' ('    'fl_z_r_borr_n'    '): '

  Column 6

    '3   4   5   6   ...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:5
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_r_borr_n = 3 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 33 xxxxx
Elapsed time is 10.988901 seconds.
Elapsed time is 2.496541 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25         p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25     fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    ________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7542     2.1797     0.79139      -21.736    14.902           0    0.097807    0.90219    1.0379e-05       0        -8.2946    -3.9534     -1.129    0.080373     0.72189      1.2242      1.6157      2.1905      2.9468     3.6709    4.1954     4.475    4.8023    5.2398    5.8763     7.017    8.1192         4.7509                   1               2.8672               0.86016               2.8064             0.80538              0.72786               0.94714          -0.0038097    -0.021144    -0.052434    -0.060601    -0.05288     -0.034396    -0.0060064    0.063613      0.20508      0.38634      0.52711      0.60707      0.68959      0.78185      0.88234      0.97276       0.99696  
    cl_mt_pol_a    0.30599     1.5293      4.9978       -4.414    48.353    0.045541     0.40906     0.5454    1.5755e-06       0         -4.065    -3.2641    -1.9959     -1.3284     -0.9279    -0.61378    -0.46066    -0.13111    0.078328    0.50617     0.934    1.2192    1.5758    2.1462    3.1445    5.2837    8.0646         2.8672             0.86016               2.3388                     1               2.4163              0.9883              0.48384               0.89734           -0.017287     -0.12351     -0.44716     -0.71507    -0.89258       -1.0168       -1.1124        -1.2      -1.2031      -1.0404     -0.81945     -0.64162     -0.43914     -0.13035      0.29443      0.78893       0.97044  
    cl_mt_coh      0.40348     1.5987      3.9622      -4.6385    50.122           0     0.37742    0.62258    2.2402e-06       0        -4.3296    -3.4526    -2.0639      -1.333    -0.89445     -0.5738    -0.38282    -0.06218     0.20189    0.64042     1.079    1.3713    1.7368    2.3215    3.2999    5.5374    8.3878         2.8064             0.80538               2.4163                0.9883               2.5558                   1              0.47405               0.84102           -0.013065    -0.096737     -0.35442     -0.56101    -0.69391      -0.78129      -0.84513    -0.89098     -0.84834     -0.67844     -0.48127     -0.32937     -0.15979     0.094294       0.4229      0.83322       0.97675  
    cl_mt_pol_c     1.2647    0.35257     0.27878     0.038494    4.9258           0           0          1    1.0379e-05       0        0.39404    0.60029    0.76133     0.83717     0.89186     0.92991     0.96542      1.0829      1.2228     1.4056     1.507    1.5874    1.6658    1.7165     1.885    2.1211    2.3689        0.72786             0.94714              0.48384               0.89734              0.47405             0.84102              0.12431                     1          0.00024036    0.0040378     0.026434     0.057942    0.093554       0.12863       0.16608     0.24951      0.38435      0.54526      0.65759      0.72018      0.78311      0.84923      0.92034      0.98249       0.99807  

xxxxx fl_z_r_borr_n = 4 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 44 xxxxx
Elapsed time is 16.092414 seconds.
Elapsed time is 4.072360 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    _______    _______    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7478     2.1826     0.79431      -21.474    14.902           0    0.096828    0.90317    9.6507e-06       0        -8.2134    -3.9597    -1.1317    0.03542     0.72239      1.2285      1.5813       2.1937      2.9197     3.6729    4.1971    4.4765     4.795    5.2411    5.8765    7.0177    8.1168         4.7637                   1               2.8834               0.86104               2.8226             0.80627              0.72882               0.94741          -0.0038325    -0.021221    -0.052706    -0.061211    -0.053507    -0.035386    -0.010056     0.06349      0.20352      0.38646      0.52724      0.60704      0.68921      0.78185      0.88085      0.97277       0.99693  
    cl_mt_pol_a    0.29466     1.5343      5.2072       -4.414    48.353    0.047254     0.41012    0.54262    4.2418e-07       0         -4.065    -3.2669    -1.9959    -1.3284     -0.9279    -0.66091    -0.47069     -0.19367    0.078328    0.50617     0.934    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.8834             0.86104               2.3541                     1               2.4324             0.98835              0.48577               0.89827           -0.018964     -0.12527     -0.47987     -0.76001     -0.94889       -1.076       -1.163     -1.2711      -1.2763      -1.1082     -0.88055     -0.69431     -0.48902      -0.1698      0.24624      0.78144       0.96948  
    cl_mt_coh      0.39086      1.604      4.1038      -4.6385    50.122           0      0.3811     0.6189    5.7466e-07       0        -4.3296    -3.4526    -2.0639     -1.333    -0.89445    -0.60209    -0.41269    -0.090469     0.20189    0.61055    1.0491    1.3414    1.7368    2.3215    3.2716    5.5374    8.3878         2.8226             0.80627               2.4324               0.98835               2.5728                   1              0.47608                0.8421           -0.013235     -0.10381     -0.37703     -0.59269     -0.73294     -0.82297     -0.88106    -0.94049      -0.8978     -0.75732     -0.54722     -0.39685     -0.19299     0.068064      0.40312      0.82824       0.97612  
    cl_mt_pol_c     1.2642    0.35246     0.27881     0.038494    4.9258           0           0          1    9.6507e-06       0        0.39404    0.60029    0.75882    0.83742     0.89186     0.92991      0.9713       1.0829      1.2228     1.4056    1.5089    1.5856    1.6658    1.7165     1.885    2.1211    2.3671        0.72882             0.94741              0.48577               0.89827              0.47608              0.8421              0.12423                     1          0.00024722     0.004028     0.026372     0.058757     0.093493      0.12999      0.16553     0.25008      0.38599      0.54647       0.6583      0.71881      0.78359      0.84961      0.92054      0.98253       0.99805  

xxxxx fl_z_r_borr_n = 5 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 55 xxxxx
Elapsed time is 17.520099 seconds.
Elapsed time is 6.386696 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7401     2.1878     0.79844      -21.203    14.902          0    0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417     0.68962      1.2285      1.5599       2.1976      2.9227     3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                   1               2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_pol_a    0.28135     1.5406      5.4756       -4.414    48.353    0.04669     0.41396    0.53935    1.6151e-07       0        -4.1303    -3.3308    -2.0626       -1.35    -0.94297    -0.67164    -0.52741     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9048             0.86185               2.3733                     1               2.4527             0.98845              0.48763               0.89841           -0.015072     -0.13334     -0.49624     -0.79999    -0.99965       -1.1389      -1.2458     -1.3646      -1.3702      -1.1954     -0.99756     -0.76435      -0.5508     -0.21786      0.21531      0.77229       0.96822  
    cl_mt_coh      0.37608     1.6107      4.2827      -4.6385    50.122          0     0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311     -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                   1              0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905     -0.7671      -0.86592     -0.93755     -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_pol_c     1.2636    0.35232     0.27883     0.038494    4.9258          0           0          1    8.6777e-06       0        0.39012    0.60871    0.76079     0.83742     0.89186     0.92888     0.97811       1.0766      1.2198     1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                     1          0.00023524    0.0040355     0.026258     0.058752    0.093027       0.12845      0.16595     0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

xxxxx fl_z_r_borr_n = 6 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 66 xxxxx
Elapsed time is 23.241945 seconds.
Elapsed time is 17.319698 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25          p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    _________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7271     2.1994      0.8065      -20.932    14.902           0    0.099763    0.90024    1.0585e-05       0        -8.3599    -4.0263     -1.183    0.023199     0.66429      1.1787      1.5486       2.1906      2.9261     3.6398    4.1788    4.4586    4.7827     5.227    5.8615    7.0149    8.1183         4.8373                   1               2.9472               0.86331               2.8876             0.80887              0.73359               0.94733          -0.0037696    -0.021561    -0.054374    -0.063833    -0.057051    -0.03986     -0.01471     0.055667      0.20204      0.38165      0.52347      0.60242      0.68711       0.77876     0.88002      0.97247       0.99694  
    cl_mt_pol_a    0.26319     1.5522      5.8976      -4.4248    48.353    0.044547     0.41971    0.53574    4.3945e-07       0        -4.1318    -3.3497    -2.0893     -1.3951    -0.99464    -0.72765    -0.53424     -0.19367    0.078328    0.50617    0.8627    1.2192    1.5758    2.1462    3.0732    5.2837    8.0646         2.9472             0.86331               2.4093                     1               2.4905             0.98855              0.49207               0.90041           -0.018352     -0.14353     -0.53995      -0.8819      -1.1046     -1.2786      -1.3724      -1.5164      -1.5221      -1.3369      -1.1268      -0.8788     -0.65157      -0.29711      0.1643        0.758       0.96653  
    cl_mt_coh      0.35592     1.6231      4.5603      -4.6385    50.122           0     0.38976    0.61024    1.7119e-07       0        -4.4027    -3.5256    -2.1549     -1.4061    -0.96754    -0.67518    -0.47383    -0.090469     0.20189    0.58666    1.0059    1.3175    1.7188    2.3035    3.2716    5.5374    8.3878         2.8876             0.80887               2.4905               0.98855               2.6345                   1              0.48254               0.84438           -0.013357     -0.11625     -0.41703     -0.67492     -0.83819    -0.96054      -1.0234      -1.1045      -1.0602     -0.91529     -0.68942     -0.52873     -0.31656     -0.031523       0.351      0.81345       0.97431  
    cl_mt_pol_c     1.2626    0.35209     0.27886     0.038494    4.9258           0           0          1    1.0585e-05       0        0.38241    0.60685     0.7587      0.8359     0.89186     0.92776     0.99143       1.0718      1.2185     1.4056     1.507    1.5874    1.6615    1.7165    1.8832    2.1194    2.3671        0.73359             0.94733              0.49207               0.90041              0.48254             0.84438              0.12396                     1          0.00023639    0.0040236     0.026465     0.058008     0.093268     0.12839      0.16757      0.24793      0.38449      0.54923       0.6572      0.71912      0.78184       0.85009      0.9202      0.98228       0.99805  

xxxxx fl_z_r_borr_n = 7 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 77 xxxxx
Elapsed time is 28.193189 seconds.
Elapsed time is 13.061868 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20         p25         p35         p50         p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    ________    ________    ________    ________    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.6935     2.2294     0.82771      -20.653    14.902           0    0.10597    0.89403    9.5786e-06       0        -8.3939    -4.1437    -1.2955    -0.10507    0.59166      1.1369      1.4976      2.1359      2.9304     3.6433    4.1748    4.4613    4.7851    5.2184    5.8533    7.0102    8.1155         4.9703                   1                3.038               0.86607               2.9806             0.81207              0.74339               0.94681          -0.0038714    -0.022222    -0.05709    -0.068779    -0.063576    -0.047112    -0.022189    0.047113      0.19935      0.37912      0.51767      0.60071      0.68607      0.77683      0.87849      0.97213       0.99687  
    cl_mt_pol_a    0.22446     1.5734      7.0097      -4.4348    48.353    0.045392    0.42879    0.52582    2.3262e-07       0        -4.1536    -3.4342    -2.1961     -1.4937    -1.0845     -0.8117    -0.60056    -0.26042    0.078328    0.43486    0.8627    1.1479    1.5758    2.0749    3.0732    5.2837    8.0646          3.038             0.86607               2.4757                     1               2.5611              0.9887              0.50114               0.90437           -0.019064     -0.17182     -0.6541       -1.059      -1.3387      -1.5581      -1.7131     -1.8921      -1.9182      -1.7605      -1.4601      -1.2321     -0.90739     -0.54862     0.031086      0.71983       0.96137  
    cl_mt_coh      0.31366     1.6463      5.2488      -4.6385    50.122           0    0.39985    0.60015    8.4389e-08       0        -4.4027    -3.6137    -2.2831      -1.509    -1.0556    -0.77814    -0.54394    -0.16356     0.18695    0.56733    1.0059    1.2982    1.7069    2.2484    3.2716    5.5224    8.3729         2.9806             0.81207               2.5611                0.9887               2.7104                   1              0.49221               0.84892           -0.016309     -0.12838    -0.48736     -0.78605     -0.99551      -1.1368       -1.241      -1.346        -1.32      -1.1459     -0.89022     -0.70589     -0.48218     -0.17101      0.27205       0.7861       0.97036  
    cl_mt_pol_c     1.2602    0.35218     0.27946     0.038494    4.9258           0          0          1    9.5786e-06       0         0.3682    0.60009    0.75569      0.8359    0.89186     0.92991     0.98999      1.0678      1.2158     1.4038     1.507    1.5856    1.6658    1.7147    1.8833    2.1194    2.3671        0.74339             0.94681              0.50114               0.90437              0.49221             0.84892              0.12403                     1          0.00022981    0.0039691    0.026029     0.057896     0.092983       0.1296      0.16615     0.25133      0.38543        0.544      0.65971      0.71886      0.78273      0.84952      0.91985      0.98236       0.99806  

xxxxx fl_z_r_borr_n = 8 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 88 xxxxx
Elapsed time is 31.603999 seconds.
Elapsed time is 29.225634 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20         p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    _______    ________    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.6494      2.267     0.85566      -20.354    14.902           0    0.11248    0.88752    1.0127e-05       0        -8.4783    -4.3065    -1.4423     -0.208    0.52003      1.0498      1.4388      2.1412      2.8831     3.6427     4.1465    4.4499    4.7697    5.2171    5.8548    7.0119    8.1037         5.1391                   1               3.1483               0.86857               3.0942             0.81527              0.75569                0.9459          -0.0040216    -0.023228    -0.061042    -0.075257    -0.071753    -0.056523    -0.032595    0.038823      0.18205      0.36754      0.51147        0.594      0.67918      0.77365      0.87666      0.97203       0.99681  
    cl_mt_pol_a    0.17277     1.5989      9.2545      -4.4419    48.353    0.045277    0.44673      0.508     1.786e-07       0        -4.1985    -3.5311    -2.3266    -1.6251    -1.2059     -0.9279      -0.667    -0.26526    0.007022    0.43486     0.8627    1.1479    1.5045    2.0749    3.0732    5.2837    8.0646         3.1483             0.86857               2.5565                     1               2.6472              0.9889              0.51123               0.90726           -0.024834     -0.22407      -0.8753       -1.438      -1.8529      -2.1639      -2.3849     -2.6494      -2.7272      -2.5178      -2.1382       -1.846      -1.4962     -0.97152     -0.23683      0.64151       0.95052  
    cl_mt_coh      0.25772     1.6742      6.4963      -4.6385    50.122           0    0.41701    0.58299    7.0575e-08       0        -4.4155    -3.6974    -2.3818    -1.6509    -1.1996    -0.89445    -0.61489    -0.18916      0.1216    0.55453    0.99306    1.2854    1.6637    2.2356     3.246    5.4862    8.3494         3.0942             0.81527               2.6472                0.9889                2.803                   1                0.503               0.85252           -0.020179     -0.16083     -0.61938      -1.0017      -1.2817      -1.4861      -1.6261      -1.776      -1.7702      -1.5782      -1.2837      -1.0606     -0.77781     -0.41387      0.10891      0.73869       0.96353  
    cl_mt_pol_c     1.2573    0.35242      0.2803     0.038494    4.9258           0          0          1    1.0127e-05       0        0.34883    0.58973    0.75236     0.8359    0.89069     0.92965     0.98967      1.0575      1.2158      1.402        1.5     1.582    1.6615    1.7147    1.8832    2.1193    2.3653        0.75569              0.9459              0.51123               0.90726                0.503             0.85252               0.1242                     1          0.00022345    0.0039088     0.025842     0.057744     0.092042      0.12862      0.16636     0.24843      0.38404      0.54195      0.65878      0.71788      0.78119      0.84944      0.92008      0.98241       0.99805  

xxxxx fl_z_r_borr_n = 9 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 99 xxxxx
Elapsed time is 35.330335 seconds.
Elapsed time is 35.783971 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20         p25         p35        p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    ________    ________    ________    ______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val         2.61      2.302     0.88202      -20.033    14.903           0    0.11734    0.88266    1.0902e-05       0        -8.5712      -4.46     -1.573    -0.29104    0.45152     0.97778       1.416      2.0912    2.8843     3.6079     4.1354    4.4314    4.7572    5.2033    5.8396    6.9963    8.1022         5.2994                   1               3.2607               0.87132                 3.21              0.8187              0.76678               0.94506          -0.0040511    -0.024164    -0.064752    -0.081397    -0.079504    -0.065489    -0.041896    0.026603      0.17223      0.36094      0.50478      0.58742       0.6761      0.76981      0.87519      0.97131       0.99678  
    cl_mt_pol_a    0.12435     1.6256      13.073      -4.4853    48.353    0.041316    0.46026    0.49843    4.3956e-09       0        -4.1989    -3.6085    -2.4552      -1.757    -1.3284     -1.0027    -0.73351     -0.3298         0    0.43486     0.8627    1.1479    1.5045    2.0749    3.0019    5.2124    7.9933         3.2607             0.87132               2.6426                     1               2.7387             0.98912              0.52135               0.90995            -0.03829     -0.31575      -1.2605      -2.0968      -2.7266      -3.1891      -3.5341     -3.9451       -4.086      -3.7757      -3.2855      -2.8923      -2.4144      -1.6933     -0.74465      0.49058       0.92819  
    cl_mt_coh      0.20506     1.7032      8.3061      -4.6385    50.122           0    0.43132    0.56868    5.1846e-08       0        -4.4758     -3.818    -2.5248     -1.7939     -1.333    -0.97874    -0.68638    -0.24785    0.1176    0.53373    0.98346    1.2534    1.6525     2.226    3.1985    5.4531    8.3148           3.21              0.8187               2.7387               0.98912                2.901                   1              0.51373               0.85579           -0.022841     -0.20383       -0.808      -1.3232      -1.7093      -1.9858      -2.1875     -2.4053       -2.422      -2.1999      -1.8385      -1.5831      -1.2223     -0.75808     -0.11064      0.67253       0.95481  
    cl_mt_pol_c     1.2546    0.35245     0.28093     0.038494    4.9258           0          0          1    1.0902e-05       0        0.34048    0.58035    0.75028     0.83715    0.88997     0.92701      0.9975      1.0547    1.2133     1.4002     1.4983    1.5803    1.6448    1.7129    1.8815    2.1176    2.3635        0.76678             0.94506              0.52135               0.90995              0.51373             0.85579              0.12422                     1          0.00021723    0.0038496     0.025791      0.05757     0.092306      0.12839      0.16643     0.24859      0.38423      0.54118      0.65655      0.71723      0.78111      0.84855         0.92      0.98223       0.99805  

xxxxx fl_z_r_borr_n = 10 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 110 xxxxx
Elapsed time is 38.000796 seconds.
Elapsed time is 45.141253 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.5648     2.3379     0.91156      -19.688    14.903           0    0.12415    0.87585    1.0003e-05       0        -8.5878    -4.6282    -1.7049    -0.41607      0.376    0.90211      1.3606      2.0432     2.8925     3.6102     4.1173    4.4223    4.7506    5.1965    5.8331    6.9928    8.1003         5.4659                   1               3.3819                0.8739               3.3346             0.82196              0.77838               0.94489          -0.0041971    -0.025014    -0.068675    -0.087912    -0.087932    -0.075293    -0.052974    0.013896      0.16884      0.34734      0.49847      0.58227      0.66917      0.76781      0.87369      0.97092       0.99671  
    cl_mt_pol_a    0.066581     1.6553      24.861      -4.4853    48.353    0.036846     0.4775    0.48565    3.6299e-09       0        -4.2286     -3.703    -2.5966     -1.8892    -1.4359    -1.1005     -0.8117    -0.39959          0    0.36355    0.79139    1.0766    1.5045    2.0036    3.0019    5.2124    7.9933         3.3819              0.8739               2.7399                     1               2.8416             0.98934              0.53244                0.9129            -0.07203     -0.59962      -2.4531      -4.1114      -5.3539      -6.3006      -7.0215     -7.9144      -8.2853      -7.9063      -7.0298      -6.3214      -5.2678      -4.0981      -2.2048     0.064367        0.8683  
    cl_mt_coh       0.14241     1.7352      12.184      -4.6385    50.122           0    0.44986    0.55014    4.4907e-08       0        -4.4858     -3.901    -2.6984     -1.9376    -1.4459    -1.0904    -0.77814    -0.32965    0.10169    0.49424    0.92282    1.2251    1.6139    2.1753    3.1886    5.4444    8.3048         3.3346             0.82196               2.8416               0.98934                3.011                   1              0.52546               0.85942           -0.032755     -0.29765      -1.1944      -2.0018      -2.5931      -3.0335      -3.3623     -3.7409      -3.8198      -3.5229      -3.0552      -2.6545      -2.1863      -1.5174     -0.59155      0.53226       0.93495  
    cl_mt_pol_c      1.2515    0.35235     0.28155     0.038494    4.9258           0          0          1    1.0003e-05       0        0.33615    0.57137    0.74954     0.83319     0.8853    0.93436     0.99663      1.0504     1.2123     1.4002     1.4965    1.5785    1.6359    1.7112    1.8797    2.1175    2.3635        0.77838             0.94489              0.53244                0.9129              0.52546             0.85942              0.12415                     1          0.00021206    0.0037838     0.025561     0.057365     0.091842      0.12809      0.16722     0.24898       0.3852      0.54506      0.65608      0.71843      0.78086      0.84844      0.91995      0.98227       0.99804  

xxxxx fl_z_r_borr_n = 11 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 121 xxxxx
Elapsed time is 47.328012 seconds.
Elapsed time is 56.310921 seconds.
                      mean          sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35     fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ___________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val           2.5133     2.3785     0.94636      -19.316    14.903           0     0.1324     0.8676    1.0212e-05       0        -8.7358    -4.8092    -1.8504    -0.54429     0.2512    0.82884      1.2733      1.9967     2.8512     3.6182     4.0881    4.4052    4.7325      5.19    5.8183    6.9831    8.0896         5.6572                   1               3.5237               0.87659               3.4805             0.82547              0.79143               0.94489          -0.0042582    -0.026083    -0.07317    -0.095506    -0.097861    -0.087011    -0.065875    0.00011864     0.14588      0.34605      0.48771      0.57505      0.66515      0.76143      0.87044      0.97051       0.99667  
    cl_mt_pol_a    -0.00017056     1.6901     -9908.8      -4.4853    48.353    0.032633    0.49399    0.47337    3.7057e-09       0        -4.2653    -3.7981    -2.7477     -2.0482    -1.5954    -1.2343    -0.93991    -0.46663          0    0.36355    0.79139    1.0766    1.4331    2.0036    3.0019    5.2124    7.9933         3.5237             0.87659               2.8563                     1               2.9649             0.98963              0.54486               0.91547              26.841       243.45      989.11       1687.2       2218.4       2628.7       2949.5        3354.1      3539.7       3388.1       3052.8       2794.6         2455       1948.8       1226.7        357.9        50.567  
    cl_mt_coh         0.070041     1.7727       25.31      -4.6385    50.122           0    0.47109    0.52891    4.9233e-08       0        -4.5027    -3.9911    -2.8678     -2.0997    -1.6253    -1.2316    -0.91237    -0.40074    0.08576    0.46736     0.9059    1.1983    1.5816    2.1663    3.1717    5.4016      8.27         3.4805             0.82547               2.9649               0.98963               3.1425                   1              0.53845               0.86253           -0.065371     -0.61804     -2.5404       -4.284      -5.6015      -6.6068      -7.3802       -8.2982     -8.5665      -8.0411      -7.1028      -6.3653      -5.3851      -4.0472      -2.2174     0.049218       0.86699  
    cl_mt_pol_c         1.2478    0.35215     0.28221     0.038494    4.9258           0          0          1    1.0212e-05       0         0.3298    0.56254    0.74395     0.83044    0.88909    0.94608     0.99143      1.0484     1.2061     1.3948     1.4947    1.5785    1.6288    1.7094    1.8797    2.1164    2.3617        0.79143             0.94489              0.54486               0.91547              0.53845             0.86253              0.12401                     1          0.00020575    0.0037231    0.025389      0.05709     0.091588      0.12836      0.16774        0.2495     0.38506      0.54627       0.6572      0.71846      0.78049      0.84877      0.91996      0.98218       0.99803  

xxxxx fl_z_r_borr_n = 12 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 132 xxxxx
Elapsed time is 47.009582 seconds.
Elapsed time is 68.628869 seconds.
                      mean          sd      coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25        p35          p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ___________    ______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    _______    ________    _________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val           2.4682    2.4137     0.97791      -18.918    14.904           0    0.13815    0.86185    9.2926e-06       0        -8.8723    -4.9551    -1.9913    -0.64734    0.15371    0.74389     1.2166      1.9515       2.8074     3.5851     4.0929    4.3867    4.7212    5.1754    5.8129    6.9759    8.0855         5.8257                   1               3.6554                0.8795               3.6158             0.82907              0.80213               0.94439          -0.0043627    -0.027022    -0.077301    -0.10259     -0.10706     -0.097671    -0.077623    -0.012864     0.13323      0.32744      0.48544      0.56543      0.65822      0.76026      0.86825       0.9699       0.99659  
    cl_mt_pol_a      -0.065575     1.722      -26.26      -4.4853    48.353    0.033863    0.50948    0.45666    3.7093e-09       0        -4.2902    -3.8884    -2.8973     -2.2089     -1.739      -1.36    -1.0306    -0.53361    -0.061242    0.29225    0.72008    1.0053    1.4331    1.9323    2.9306    5.1411     7.922         3.6554              0.8795               2.9652                     1               3.0801             0.98989              0.55591               0.91739            0.067049      0.62862        2.688      4.6089       6.1071        7.2718       8.1841       9.3634      9.9633       9.7086       8.9311         8.23       7.2035       6.0656       4.1992       1.9399        1.1338  
    cl_mt_coh      -0.00071588    1.8069     -2524.1      -4.6385    50.122           0    0.49217    0.50783    5.7527e-08       0        -4.5247    -4.0943    -3.0303     -2.2913    -1.7797    -1.3574    -1.0164     -0.4722     0.039418    0.42115    0.85969    1.1439     1.558    2.1022    3.1092    5.3668    8.2335         3.6158             0.82907               3.0801               0.98989                3.265                   1                 0.55               0.86496              6.4831       60.725       256.41      439.45        580.7        691.95       772.27       874.62      912.94       867.75       780.82       711.62       616.66       490.78       313.02       93.042        13.865  
    cl_mt_pol_c         1.2447    0.3519     0.28272     0.038494    4.9258           0          0          1    9.2926e-06       0        0.31562    0.55429      0.741     0.83153     0.8937    0.94656    0.98887      1.0456       1.2061     1.3798     1.4929    1.5749    1.6305    1.7094    1.8779     2.114    2.3599        0.80213             0.94439              0.55591               0.91739                 0.55             0.86496              0.12383                     1          0.00019849    0.0036393     0.025209    0.056993     0.091727       0.12864       0.1677      0.25015     0.39393       0.5401      0.65819       0.7163      0.78026       0.8485       0.9197      0.98216       0.99803  

xxxxx fl_z_r_borr_n = 13 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 143 xxxxx
Elapsed time is 52.072659 seconds.
Elapsed time is 84.326303 seconds.
                     mean         sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25        p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _________    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    _______    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val           2.42     2.4402      1.0083        -18.5    14.904          0    0.14522    0.85478    9.3303e-06       0        -9.0112    -5.0558    -2.1007    -0.75487    0.06979    0.66837     1.1425      1.8923      2.7669     3.5526      4.063    4.3706    4.7086    5.1614    5.7905    6.9626    8.0727         5.9544                   1               3.7652               0.88117                3.728             0.83133              0.81049               0.94489          -0.0044372    -0.027849    -0.080871    -0.10888     -0.11538     -0.10738     -0.088478    -0.024651     0.12022       0.3236      0.47612      0.55824      0.65158      0.75413      0.86623      0.96916       0.99653  
    cl_mt_pol_a     -0.14216     1.7511     -12.318      -4.4853    48.353    0.02951    0.53093    0.43956    1.5734e-08       0        -4.3112    -3.9739    -3.0623     -2.3674    -1.8756    -1.4776    -1.1403    -0.60709    -0.12829    0.29225    0.72008    1.0053    1.3618    1.9323    2.9306    5.0698     7.922         3.7652             0.88117               3.0663                     1               3.1863             0.99011              0.56515               0.91813            0.034837       0.2935       1.2691      2.2181       2.9558        3.558        4.0124        4.612      4.9712        4.874       4.5206       4.2316       3.8502       3.2745       2.4359       1.4423        1.0595  
    cl_mt_coh      -0.083179     1.8378     -22.094      -4.6385    50.122          0    0.51493    0.48507    6.8683e-08       0        -4.5564    -4.1834    -3.1826     -2.4442    -1.9252    -1.4941    -1.1286    -0.55887    -0.03978    0.37635    0.81489    1.1072    1.4951    2.0798    3.0806    5.3181    8.1969          3.728             0.83133               3.1863               0.99011               3.3773                   1              0.55961               0.86626            0.058048      0.53305       2.2929      3.9767       5.2698       6.2984        7.0756       8.0623      8.5416       8.2605       7.5751       7.0043       6.2312       5.1638       3.6687        1.787        1.1112  
    cl_mt_pol_c       1.2413    0.35152      0.2832     0.038494    4.9258          0          0          1    9.3303e-06       0        0.31052    0.54669    0.74007     0.83191    0.89395    0.94396    0.98336      1.0407      1.1988     1.3685     1.4893    1.5713    1.6149    1.7058    1.8743    2.1128    2.3599        0.81049             0.94489              0.56515               0.91813              0.55961             0.86626              0.12357                     1          0.00019133    0.0035929     0.025097    0.056914     0.091721      0.12891       0.16776      0.24933     0.38435      0.53975       0.6544       0.7161      0.77959      0.84747      0.91911      0.98204       0.99804  

xxxxx fl_z_r_borr_n = 14 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 154 xxxxx
Elapsed time is 55.645004 seconds.
Elapsed time is 93.844283 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10          p15         p20        p25        p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _________    _______    _______    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.3712     2.4614      1.0381      -18.069    14.905           0    0.15092    0.84908    8.3774e-06       0        -9.0222     -5.083    -2.1853    -0.84782    -0.018557    0.59745     1.0705      1.8363      2.7229     3.5173     4.0314    4.3526    4.6864    5.1375    5.7684    6.9487    8.0595         6.0586                   1               3.8613               0.88293               3.8254             0.83345              0.81705               0.94592          -0.0045306    -0.028532    -0.084268    -0.11476     -0.12323     -0.11686     -0.099032    -0.037184     0.10815      0.30404       0.4621      0.55167      0.64887      0.74922      0.86339      0.9689        0.99645  
    cl_mt_pol_a    -0.22576     1.7767     -7.8701      -4.4853    48.353    0.026715    0.55034    0.42295     1.855e-08       0        -4.3292    -4.0511    -3.1934     -2.5203      -2.0157    -1.6077    -1.2616    -0.73125    -0.19657    0.22094    0.64878     0.934    1.2905     1.861    2.8593    5.0698    7.8507         3.8613             0.88293               3.1568                     1               3.2811             0.99033              0.57321               0.91934            0.019782      0.18932      0.82913      1.4497       1.9551       2.3493        2.6652       3.0966      3.3875       3.3669         3.18        2.998       2.7733       2.4135       1.8979      1.2653         1.0379  
    cl_mt_coh      -0.17295     1.8647     -10.782      -4.6385    50.122           0    0.53561    0.46439    8.3844e-08       0        -4.5696    -4.2634    -3.3339     -2.6031      -2.0777    -1.6322    -1.2488    -0.68207    -0.11115     0.3205    0.75214    1.0514    1.4306    2.0084    3.0179    5.2699     8.141         3.8254             0.83345               3.2811               0.99033               3.4771                   1              0.56778               0.86769            0.028541       0.2588       1.1318      1.9852       2.6508       3.1871         3.597       4.1443      4.4694        4.377       4.0812       3.8213       3.4677       2.9692       2.2614       1.376         1.0531  
    cl_mt_pol_c      1.2377    0.35092     0.28353     0.038494    4.9258           0          0          1    8.3774e-06       0        0.29908    0.53959    0.73787     0.83139      0.89283    0.94146    0.98019      1.0396      1.1953     1.3631     1.4876    1.5731    1.6167     1.704    1.8726    2.1105    2.3564        0.81705             0.94592              0.57321               0.91934              0.56778             0.86769              0.12314                     1          0.00019628    0.0035212     0.025014    0.056879     0.091809      0.12883        0.1679      0.24918     0.38523      0.53906      0.65788      0.71686      0.77917      0.84739      0.91882      0.9821        0.99802  

xxxxx fl_z_r_borr_n = 15 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 165 xxxxx
Elapsed time is 65.571468 seconds.
Elapsed time is 117.248176 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25        p35         p50         p65        p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    _______    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.2954     2.4997       1.089      -17.635    14.906           0    0.16171    0.83829    7.4417e-06       0        -9.0936    -5.1517    -2.3554    -0.99769    -0.1583    0.45683    0.95344      1.7322       2.653     3.4484     3.9938     4.3303    4.6619    5.1247    5.7542    6.9307    8.0569         6.2487                   1               4.0209               0.88496               3.9868               0.836              0.82997               0.94812          -0.0046357    -0.029734    -0.089611    -0.12445     -0.13647     -0.13291     -0.11743     -0.058305     0.08565      0.28567      0.44916      0.53985      0.63848      0.74165      0.85931      0.96767       0.99637  
    cl_mt_pol_a    -0.33943     1.8176     -5.3549      -4.4853    48.353    0.023875    0.57241    0.40371    2.3744e-08       0        -4.3577    -4.1303    -3.3615     -2.7129    -2.2101    -1.7944    -1.4344    -0.88958    -0.26775    0.14963    0.57747     0.8627    1.2192    1.7897     2.788    4.9985    7.7794         4.0209             0.88496               3.3037                     1               3.4348             0.99055                0.588               0.92378            0.013509      0.12643      0.56639       1.008       1.3715       1.6664       1.9037         2.242      2.5014       2.5204        2.409       2.3011         2.16       1.9354       1.6002       1.1781        1.0254  
    cl_mt_coh      -0.29478     1.9078     -6.4717      -4.6385    50.122           0    0.55818    0.44182    1.1882e-07       0        -4.5809     -4.336    -3.5038      -2.814    -2.2804    -1.8227    -1.4445    -0.86616    -0.20196    0.26218    0.68151    0.98026    1.3713    1.9496    2.9537    5.2066    8.0763         3.9868               0.836               3.4348               0.99055               3.6395                   1              0.58325               0.87303            0.018669       0.1549      0.68138      1.2162       1.6422        1.991       2.2687        2.6556      2.9278       2.9066       2.7524        2.613       2.4168        2.138       1.7322       1.2191        1.0308  
    cl_mt_pol_c      1.2323    0.35019     0.28418     0.038494    4.9258           0          0          1    7.4417e-06       0        0.28917    0.52788    0.73204     0.82643    0.88954    0.93889     0.9751      1.0576      1.1874     1.3578      1.484     1.5678    1.6034    1.6996    1.8708    2.1087    2.3546        0.82997             0.94812                0.588               0.92378              0.58325             0.87303              0.12263                     1          0.00018447    0.0034656     0.024756    0.056552     0.091434      0.12865      0.16741       0.24968     0.38617      0.53951       0.6568      0.71509      0.78066      0.84666      0.91859      0.98194       0.99801  

xxxxx fl_z_r_borr_n = 16 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 176 xxxxx
Elapsed time is 61.277397 seconds.
Elapsed time is 154.671537 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20        p25        p35        p50         p65         p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    ________    _______    _______    _______    ________    ________    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.2054     2.5425      1.1529      -17.207    14.907           0    0.17476    0.82524    6.3979e-06       0        -9.0229    -5.2228    -2.5287    -1.1767    -0.33016    0.29795    0.80815     1.5992      2.5504      3.4017     3.9414     4.2939    4.6257    5.0817    5.7275    6.9136     8.042         6.4645                   1                4.196               0.88656               4.1646             0.83825              0.84467               0.95059          -0.0047962    -0.031301    -0.096177    -0.13649     -0.15294     -0.15294     -0.14016     -0.084619     0.05844      0.26123      0.43144      0.52509      0.62204      0.73253      0.85411      0.96664       0.99624  
    cl_mt_pol_a    -0.47406     1.8615     -3.9267      -4.4853    48.353    0.021198    0.59839    0.38041     7.259e-08       0        -4.3772    -4.1985    -3.5397    -2.9259     -2.4379    -2.0305    -1.6764    -1.1037    -0.40425    0.078328    0.50617    0.79139    1.1479    1.7184    2.7167    4.9272    7.7081          4.196             0.88656               3.4652                     1                3.604             0.99081                0.603               0.92688            0.010927     0.091131       0.4163      0.7571       1.0408       1.2725       1.4676        1.7582      1.9952       2.0353       1.9693       1.9058       1.8042       1.6526       1.4204       1.1259        1.0182  
    cl_mt_coh      -0.43845      1.954     -4.4566      -4.6385    50.122           0    0.58237    0.41763    1.5473e-07       0        -4.5907    -4.4087    -3.6957    -3.0439     -2.5263    -2.0818    -1.7044    -1.0884    -0.34558     0.18397    0.60458    0.91486    1.2863     1.871    2.8703    5.1301    8.0045         4.1646             0.83825                3.604               0.99081               3.8182                   1              0.59886               0.87694            0.011898      0.10325      0.47284     0.85238       1.1698       1.4328       1.6462        1.9633      2.2031       2.2202       2.1349       2.0479       1.9244        1.746       1.4836       1.1456        1.0207  
    cl_mt_pol_c      1.2261    0.34949     0.28505     0.038494    4.9258           0          0          1    6.3979e-06       0        0.27649    0.51531    0.72263    0.82091     0.88661     0.9348    0.97219     1.0609      1.1771      1.3341     1.4804     1.5432    1.5998    1.6969    1.8637    2.1069     2.351        0.84467             0.95059                0.603               0.92688              0.59886             0.87694              0.12214                     1          0.00017409    0.0033638     0.024385    0.056116        0.091      0.12818      0.16716       0.24974     0.38627      0.54072      0.65912      0.71377        0.779       0.8465      0.91831      0.98205       0.99801  

xxxxx fl_z_r_borr_n = 17 xxxxx
xxxxx st_model = abz, it_a_n = 750, it_z_n = 187 xxxxx
Elapsed time is 66.970573 seconds.
Elapsed time is 197.522021 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20        p25        p35        p50         p65         p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    _______    _______    _______    _______    ________    ________    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.1173     2.5789       1.218      -16.797    14.908           0    0.18766    0.81234    5.1019e-06       0        -8.8762    -5.3497    -2.6751    -1.3316     -0.492    0.14396    0.65857     1.4968      2.4724       3.326     3.8981     4.2334    4.5947    5.0614    5.7086    6.8924    8.0145         6.6508                   1               4.3552               0.88761               4.3256             0.83989              0.85713               0.95317          -0.0050895    -0.032738    -0.10262    -0.14819     -0.16923     -0.17299     -0.16325      -0.1115     0.030535      0.23715      0.40808      0.50457      0.60838      0.72444      0.84983      0.96517       0.99605  
    cl_mt_pol_a    -0.61295     1.9026      -3.104      -4.4853    48.353    0.015893    0.62558    0.35853    1.0021e-07       0        -4.3915    -4.2519    -3.6862    -3.1263    -2.6713    -2.2686     -1.916    -1.3284    -0.54036    0.007022    0.43486    0.72008    1.0766    1.6471    2.6454    4.8558    7.6368         4.3552             0.88761               3.6199                     1               3.7656             0.99105              0.61628               0.92895           0.0075616     0.071453     0.33162     0.61001      0.84353       1.0433       1.2144       1.4766       1.7032       1.7573       1.7166       1.6727       1.6011       1.4899       1.3173       1.0957        1.0141  
    cl_mt_coh       -0.5862      1.997     -3.4067      -4.6385    50.122           0    0.60868    0.39132    2.0459e-07       0        -4.5937    -4.4531    -3.8516    -3.2557    -2.7609    -2.3223    -1.9569    -1.3271    -0.48951      0.1104    0.52813    0.82609    1.2027    1.7818    2.7883    5.0484    7.9325         4.3256             0.83989               3.7656               0.99105               3.9882                   1              0.61266               0.87981            0.011773     0.078783     0.36228     0.66569      0.91821       1.1392       1.3169       1.5956       1.8252        1.864       1.8116       1.7556       1.6696       1.5444       1.3546       1.1075        1.0153  
    cl_mt_pol_c        1.22    0.34869     0.28581     0.038494    4.9258           0          0          1    5.1019e-06       0        0.27383    0.50516    0.71403    0.81453    0.88245    0.93055     0.9733     1.0606      1.1659      1.3138     1.4558     1.5314    1.5962    1.6933    1.8584    2.1021    2.3492        0.85713             0.95317              0.61628               0.92895              0.61266             0.87981              0.12158                     1          0.00016999    0.0032745    0.024055    0.055644     0.090595       0.1277      0.16668      0.25039      0.38687      0.53832       0.6523      0.71319       0.7787      0.84572      0.91808      0.98187       0.99801  

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

    cl_mt_val_p1v1      'cl_mt_val'      'fl_z_r_borr_poiss_mean'        10              1                       2                 0.095           -20        0.01            5            1.7325     2.6154      1.5096      -15.386    14.914            0    0.23919    0.76081    4.0122e-05       0        -8.1336    -5.2775    -2.9587     -1.807    -0.97986     -0.41643    0.098888    0.94369      2.0028      2.9647       3.6294      3.951     4.3859     4.848    5.5433    6.7555    7.9083         6.8401                   1               4.5736               0.88054               4.5277             0.83296              0.86923               0.96974           -0.006445    -0.040184    -0.12854    -0.19354     -0.23332     -0.25318     -0.25747     -0.22637     -0.097915     0.11781      0.30756      0.41693      0.54022       0.6722      0.82012      0.95824       0.99523  
    cl_mt_pol_a_p1v1    'cl_mt_pol_a'    'fl_z_r_borr_poiss_mean'        10              1                       2                 0.095           -20        0.01            5           -1.3721      1.986     -1.4474      -4.4853    48.353    0.0082264    0.75883    0.23295     0.0011265       0        -4.4853    -4.3427    -4.1311    -3.8491     -3.5583      -3.2339     -2.9581    -2.3768     -1.5355    -0.62408    -0.063205    0.22094    0.57747    1.1479    2.0749    4.3567     7.209         4.5736             0.88054               3.9443                     1               4.0922              0.9914              0.63155               0.92785           0.0036822     0.036497     0.15899     0.31062      0.43937      0.57123      0.67752      0.87286        1.0851      1.2036       1.2285        1.225       1.2108       1.1802       1.1261        1.039        1.0057  
    cl_mt_coh_p1v1      'cl_mt_coh'      'fl_z_r_borr_poiss_mean'        10              1                       2                 0.095           -20        0.01            5           -1.3863     2.0784     -1.4993      -4.6385    50.122            0    0.75213    0.24787      0.001309       0        -4.6385    -4.5654    -4.3013    -3.9866     -3.6659      -3.3512     -3.0588    -2.4458     -1.5464     -0.5962    -0.011491    0.28086    0.64631     1.231    2.2319    4.5141    7.4377         4.5277             0.83296               4.0922                0.9914               4.3196                   1              0.62695               0.88016           0.0043799     0.034173     0.17158     0.31437      0.45747       0.5841      0.69394      0.89186         1.109       1.224        1.245       1.2401       1.2239        1.191       1.1304       1.0416        1.0061  
    cl_mt_pol_c_p1v1    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              1                       2                 0.095           -20        0.01            5            1.1933    0.34273      0.2872     0.038494    4.9258            0          0          1    4.0122e-05       0        0.25329    0.47151    0.66169    0.79404     0.85952      0.91782     0.96884     1.0493      1.1615      1.2704       1.3926     1.4786     1.5678    1.6711    1.7949    2.0861    2.3296        0.86923             0.96974              0.63155               0.92785              0.62695             0.88016              0.11746                     1          0.00015638    0.0031802    0.022641    0.053795     0.088215      0.12613      0.16521      0.25041       0.38891     0.54207      0.65317      0.71783      0.77722      0.84622      0.91726      0.98168       0.99797  
    cl_mt_val_p1v2      'cl_mt_val'      'fl_z_r_borr_poiss_mean'        10              2                  2.5714                 0.095           -20        0.01            5            1.9695     2.5998      1.3201      -16.407     14.91            0    0.20671    0.79329    2.7929e-05       0        -8.9044    -5.4145    -2.7519    -1.5101     -0.7115    -0.076489     0.44824     1.2923       2.313      3.1797       3.7946     4.1384     4.5092    4.9741     5.647    6.8396    7.9816         6.7592                   1               4.4746               0.88576               4.4401             0.83824              0.86391               0.95891          -0.0051422    -0.034678     -0.1115     -0.1649     -0.19259     -0.20227     -0.19742     -0.15231      -0.01399     0.19635      0.37885      0.47436      0.58591      0.70445      0.83871       0.9628        0.9958  
    cl_mt_pol_a_p1v2    'cl_mt_pol_a'    'fl_z_r_borr_poiss_mean'        10              2                  2.5714                 0.095           -20        0.01            5          -0.90061     1.9431     -2.1575      -4.4853    48.353     0.018313    0.68684    0.29484     0.0001809       0          -4.41    -4.2698    -3.9192    -3.4527     -3.0458      -2.6823     -2.3376     -1.717    -0.87514    -0.19682      0.22094    0.50617     0.8627    1.4331    2.4314    4.6419    7.4942         4.4746             0.88576               3.7756                     1               3.9243             0.99127              0.62487               0.92801             0.01022     0.055518     0.23441     0.43727      0.62335      0.77708      0.91766       1.1414        1.3521      1.4383       1.4354       1.4149       1.3775       1.3131        1.206       1.0637        1.0091  
    cl_mt_coh_p1v2      'cl_mt_coh'      'fl_z_r_borr_poiss_mean'        10              2                  2.5714                 0.095           -20        0.01            5          -0.89073     2.0374     -2.2874      -4.6385    50.122            0    0.67566    0.32434      0.000426       0        -4.6161    -4.4982    -4.0597    -3.5928     -3.1602      -2.7665      -2.401    -1.7432    -0.84376    -0.11287      0.30326    0.61802    0.98935    1.5741     2.569    4.8348    7.7359         4.4401             0.83824               3.9243               0.99127               4.1511                   1              0.62082               0.87932           0.0078953     0.052287     0.24954     0.46214      0.64904      0.81843      0.96427       1.1943        1.4068      1.4859        1.475       1.4491       1.4056       1.3342       1.2209       1.0681        1.0099  
    cl_mt_pol_c_p1v2    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              2                  2.5714                 0.095           -20        0.01            5            1.2094    0.34653     0.28653     0.038494    4.9258            0          0          1    2.7929e-05       0        0.25672    0.47891    0.69974    0.81192     0.87817      0.92914     0.97576     1.0534      1.1647      1.2901       1.4398     1.5032     1.5873    1.6871    1.8269    2.0962    2.3421        0.86391             0.95891              0.62487               0.92801              0.62082             0.87932              0.12008                     1           0.0001631    0.0032412    0.023567    0.055115     0.089789      0.12735      0.16656      0.25079        0.3873     0.54019      0.65232      0.71327      0.77755       0.8459      0.91762      0.98191         0.998  
    cl_mt_val_p1v3      'cl_mt_val'      'fl_z_r_borr_poiss_mean'        10              3                  3.1429                 0.095           -20        0.01            5            2.1174     2.5761      1.2166      -17.258    14.908            0    0.18727    0.81273    3.1674e-05       0        -8.9921    -5.2907    -2.6652    -1.3297    -0.48101      0.13643     0.66234     1.4936      2.4669      3.3253       3.8921     4.2328     4.5898    5.0609     5.708    6.8884    8.0142          6.636                   1               4.3264                0.8863               4.2957             0.83837              0.85681               0.95345          -0.0053377      -0.0331    -0.10233    -0.14755      -0.1685     -0.17223     -0.16254      -0.1108      0.030994     0.23769       0.4082        0.505      0.60851      0.72476      0.84833      0.96508       0.99606  
    cl_mt_pol_a_p1v3    'cl_mt_pol_a'    'fl_z_r_borr_poiss_mean'        10              3                  3.1429                 0.095           -20        0.01            5          -0.61078     1.8949     -3.1024      -4.4853    48.353     0.015399    0.62722    0.35738    7.2063e-05       0        -4.4061    -4.1997    -3.6477    -3.1136     -2.6572      -2.2686     -1.9239    -1.3252    -0.54482    0.007022      0.43486    0.72008     1.0766    1.6471    2.6454    4.8558    7.6368         4.3264              0.8863               3.5907                     1                3.735             0.99096              0.61394               0.92875           0.0073511     0.071632     0.33622     0.60818      0.84231       1.0423       1.2156       1.4782        1.7019      1.7583       1.7176       1.6737       1.6018       1.4905       1.3177       1.0957        1.0141  

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

    cl_mt_coh_p5v13      'cl_mt_coh'      'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01           15          -0.29478     1.9078     -6.4717      -4.6385    50.122           0    0.55818    0.44182    1.1882e-07       0        -4.5809     -4.336    -3.5038     -2.814     -2.2804    -1.8227    -1.4445    -0.86616    -0.20196     0.26218    0.68151    0.98026    1.3713    1.9496    2.9537    5.2066    8.0763         3.9868               0.836               3.4348               0.99055               3.6395                   1              0.58325               0.87303            0.018669       0.1549      0.68138      1.2162       1.6422        1.991       2.2687        2.6556      2.9278       2.9066       2.7524        2.613       2.4168        2.138       1.7322       1.2191        1.0308  
    cl_mt_pol_c_p5v13    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01           15            1.2323    0.35019     0.28418     0.038494    4.9258           0          0          1    7.4417e-06       0        0.28917    0.52788    0.73204    0.82643     0.88954    0.93889     0.9751      1.0576      1.1874      1.3578      1.484     1.5678    1.6034    1.6996    1.8708    2.1087    2.3546        0.82997             0.94812                0.588               0.92378              0.58325             0.87303              0.12263                     1          0.00018447    0.0034656     0.024756    0.056552     0.091434      0.12865      0.16741       0.24968     0.38617      0.53951       0.6568      0.71509      0.78066      0.84666      0.91859      0.98194       0.99801  
    cl_mt_val_p5v14      'cl_mt_val'      'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01           16            2.2054     2.5425      1.1529      -17.207    14.907           0    0.17476    0.82524    6.3979e-06       0        -9.0229    -5.2228    -2.5287    -1.1767    -0.33016    0.29795    0.80815      1.5992      2.5504      3.4017     3.9414     4.2939    4.6257    5.0817    5.7275    6.9136     8.042         6.4645                   1                4.196               0.88656               4.1646             0.83825              0.84467               0.95059          -0.0047962    -0.031301    -0.096177    -0.13649     -0.15294     -0.15294     -0.14016     -0.084619     0.05844      0.26123      0.43144      0.52509      0.62204      0.73253      0.85411      0.96664       0.99624  
    cl_mt_pol_a_p5v14    'cl_mt_pol_a'    'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01           16          -0.47406     1.8615     -3.9267      -4.4853    48.353    0.021198    0.59839    0.38041     7.259e-08       0        -4.3772    -4.1985    -3.5397    -2.9259     -2.4379    -2.0305    -1.6764     -1.1037    -0.40425    0.078328    0.50617    0.79139    1.1479    1.7184    2.7167    4.9272    7.7081          4.196             0.88656               3.4652                     1                3.604             0.99081                0.603               0.92688            0.010927     0.091131       0.4163      0.7571       1.0408       1.2725       1.4676        1.7582      1.9952       2.0353       1.9693       1.9058       1.8042       1.6526       1.4204       1.1259        1.0182  
    cl_mt_coh_p5v14      'cl_mt_coh'      'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01           16          -0.43845      1.954     -4.4566      -4.6385    50.122           0    0.58237    0.41763    1.5473e-07       0        -4.5907    -4.4087    -3.6957    -3.0439     -2.5263    -2.0818    -1.7044     -1.0884    -0.34558     0.18397    0.60458    0.91486    1.2863     1.871    2.8703    5.1301    8.0045         4.1646             0.83825                3.604               0.99081               3.8182                   1              0.59886               0.87694            0.011898      0.10325      0.47284     0.85238       1.1698       1.4328       1.6462        1.9633      2.2031       2.2202       2.1349       2.0479       1.9244        1.746       1.4836       1.1456        1.0207  
    cl_mt_pol_c_p5v14    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01           16            1.2261    0.34949     0.28505     0.038494    4.9258           0          0          1    6.3979e-06       0        0.27649    0.51531    0.72263    0.82091     0.88661     0.9348    0.97219      1.0609      1.1771      1.3341     1.4804     1.5432    1.5998    1.6969    1.8637    2.1069     2.351        0.84467             0.95059                0.603               0.92688              0.59886             0.87694              0.12214                     1          0.00017409    0.0033638     0.024385    0.056116        0.091      0.12818      0.16716       0.24974     0.38627      0.54072      0.65912      0.71377        0.779       0.8465      0.91831      0.98205       0.99801  
    cl_mt_val_p5v15      'cl_mt_val'      'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01           17            2.1173     2.5789       1.218      -16.797    14.908           0    0.18766    0.81234    5.1019e-06       0        -8.8762    -5.3497    -2.6751    -1.3316      -0.492    0.14396    0.65857      1.4968      2.4724       3.326     3.8981     4.2334    4.5947    5.0614    5.7086    6.8924    8.0145         6.6508                   1               4.3552               0.88761               4.3256             0.83989              0.85713               0.95317          -0.0050895    -0.032738     -0.10262    -0.14819     -0.16923     -0.17299     -0.16325       -0.1115    0.030535      0.23715      0.40808      0.50457      0.60838      0.72444      0.84983      0.96517       0.99605  
    cl_mt_pol_a_p5v15    'cl_mt_pol_a'    'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01           17          -0.61295     1.9026      -3.104      -4.4853    48.353    0.015893    0.62558    0.35853    1.0021e-07       0        -4.3915    -4.2519    -3.6862    -3.1263     -2.6713    -2.2686     -1.916     -1.3284    -0.54036    0.007022    0.43486    0.72008    1.0766    1.6471    2.6454    4.8558    7.6368         4.3552             0.88761               3.6199                     1               3.7656             0.99105              0.61628               0.92895           0.0075616     0.071453      0.33162     0.61001      0.84353       1.0433       1.2144        1.4766      1.7032       1.7573       1.7166       1.6727       1.6011       1.4899       1.3173       1.0957        1.0141  
    cl_mt_coh_p5v15      'cl_mt_coh'      'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01           17           -0.5862      1.997     -3.4067      -4.6385    50.122           0    0.60868    0.39132    2.0459e-07       0        -4.5937    -4.4531    -3.8516    -3.2557     -2.7609    -2.3223    -1.9569     -1.3271    -0.48951      0.1104    0.52813    0.82609    1.2027    1.7818    2.7883    5.0484    7.9325         4.3256             0.83989               3.7656               0.99105               3.9882                   1              0.61266               0.87981            0.011773     0.078783      0.36228     0.66569      0.91821       1.1392       1.3169        1.5956      1.8252        1.864       1.8116       1.7556       1.6696       1.5444       1.3546       1.1075        1.0153  
    cl_mt_pol_c_p5v15    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01           17              1.22    0.34869     0.28581     0.038494    4.9258           0          0          1    5.1019e-06       0        0.27383    0.50516    0.71403    0.81453     0.88245    0.93055     0.9733      1.0606      1.1659      1.3138     1.4558     1.5314    1.5962    1.6933    1.8584    2.1021    2.3492        0.85713             0.95317              0.61628               0.92895              0.61266             0.87981              0.12158                     1          0.00016999    0.0032745     0.024055    0.055644     0.090595       0.1277      0.16668       0.25039     0.38687      0.53832       0.6523      0.71319       0.7787      0.84572      0.91808      0.98187       0.99801  

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

    cl_mt_val_p1v1                  2            1.7325    2.6154     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               1              0.095           -20        0.01            5            1.5096     -15.386    14.914      0       0.23919    0.76081    4.0122e-05       0        -8.1336    -5.2775    -2.9587       -1.807    -0.97986     -0.41643    0.098888    0.94369    2.0028    2.9647    3.6294     3.951    4.3859     4.848    5.5433    6.7555    7.9083         6.8401                1                  4.5736               0.88054               4.5277             0.83296              0.86923               0.96974           -0.006445    -0.040184     -0.12854     -0.19354     -0.23332     -0.25318     -0.25747      -0.22637    -0.097915     0.11781      0.30756      0.41693      0.54022       0.6722      0.82012      0.95824       0.99523  
    cl_mt_val_p1v2             2.5714            1.9695    2.5998     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               2              0.095           -20        0.01            5            1.3201     -16.407     14.91      0       0.20671    0.79329    2.7929e-05       0        -8.9044    -5.4145    -2.7519      -1.5101     -0.7115    -0.076489     0.44824     1.2923     2.313    3.1797    3.7946    4.1384    4.5092    4.9741     5.647    6.8396    7.9816         6.7592                1                  4.4746               0.88576               4.4401             0.83824              0.86391               0.95891          -0.0051422    -0.034678      -0.1115      -0.1649     -0.19259     -0.20227     -0.19742      -0.15231     -0.01399     0.19635      0.37885      0.47436      0.58591      0.70445      0.83871       0.9628        0.9958  
    cl_mt_val_p1v3             3.1429            2.1174    2.5761     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               3              0.095           -20        0.01            5            1.2166     -17.258    14.908      0       0.18727    0.81273    3.1674e-05       0        -8.9921    -5.2907    -2.6652      -1.3297    -0.48101      0.13643     0.66234     1.4936    2.4669    3.3253    3.8921    4.2328    4.5898    5.0609     5.708    6.8884    8.0142          6.636                1                  4.3264                0.8863               4.2957             0.83837              0.85681               0.95345          -0.0053377      -0.0331     -0.10233     -0.14755      -0.1685     -0.17223     -0.16254       -0.1108     0.030994     0.23769       0.4082        0.505      0.60851      0.72476      0.84833      0.96508       0.99606  
    cl_mt_val_p1v4             3.7143            2.2774    2.5028     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               4              0.095           -20        0.01            5             1.099      -17.97    14.906      0       0.16383    0.83617    2.6953e-05       0        -8.9672    -5.1581    -2.3601      -1.0191    -0.18583      0.43018     0.91841     1.7001    2.6281    3.4379      3.97    4.3207    4.6468    5.1055    5.7493    6.9273    8.0449         6.2639                1                  4.0259               0.88437               3.9908             0.83523              0.83176               0.94918          -0.0048652    -0.030323    -0.090443     -0.12581     -0.13861     -0.13561      -0.1207     -0.062263      0.08113     0.28059      0.44763      0.53715      0.63516      0.74071       0.8588       0.9674       0.99634  
    cl_mt_val_p1v5             4.2857            2.3938     2.446     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               5              0.095           -20        0.01            5            1.0218     -18.558    14.905      0       0.14787    0.85213    2.1559e-05       0        -8.9378    -5.0396    -2.1385     -0.79476    0.033072      0.63159      1.1073     1.8526    2.7427    3.5192    4.0321    4.3543    4.6846    5.1522    5.7955    6.9477    8.0719         5.9829                1                     3.8               0.88165               3.7625             0.83184              0.81212               0.94551           -0.004623    -0.028097    -0.082199     -0.11141     -0.11874     -0.11156    -0.092949     -0.030284      0.11544     0.31128      0.46919      0.55636      0.65025      0.75335      0.86596      0.96897       0.99652  
    cl_mt_val_p1v6             4.8571            2.4445     2.427     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               6              0.095           -20        0.01            5           0.99284     -19.044    14.904      0       0.14145    0.85855    2.0482e-05       0        -8.8672    -5.0148    -2.0366     -0.70953     0.11802      0.71436      1.1912     1.9397    2.8139     3.548     4.059    4.3803     4.709    5.1752     5.798    6.9657    8.0744         5.8903                1                  3.7082               0.88002                 3.67             0.82988              0.80631               0.94459           -0.004452    -0.027613    -0.079224     -0.10581     -0.11121     -0.10253    -0.082741     -0.017699      0.12887     0.32213       0.4754      0.56483      0.65603       0.7576      0.86729      0.96967       0.99655  
    cl_mt_val_p1v7             5.4286            2.4789    2.4049     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               7              0.095           -20        0.01            5           0.97016     -19.451    14.904      0       0.13764    0.86236    2.0013e-05       0        -8.7931    -4.9101    -1.9525     -0.63456     0.17579      0.76323       1.239     1.9872    2.8127    3.5822     4.089    4.3953    4.7233    5.1724     5.811    6.9741     8.088         5.7837                1                  3.6077               0.87797               3.5672             0.82727              0.80027                0.9445          -0.0044644    -0.026923    -0.076205     -0.10079     -0.10478    -0.094804    -0.074192    -0.0078263      0.13707     0.33156      0.48591      0.56881      0.65888      0.76018      0.86973      0.96984       0.99665  
    cl_mt_val_p1v8                  6              2.54    2.3582     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               8              0.095           -20        0.01            5           0.92841     -19.797    14.903      0       0.12795    0.87205    1.6225e-05       0         -8.666    -4.7411    -1.7856     -0.46869     0.30789      0.85994       1.315     2.0399    2.8719    3.6144    4.1058    4.4022    4.7464    5.1949    5.8346    6.9816    8.1015          5.561                1                  3.4495                 0.875               3.4043             0.82347              0.78487               0.94467          -0.0042067    -0.025588    -0.071012    -0.091587    -0.092674    -0.080845     -0.05844     0.0075905       0.1519     0.34708      0.49237      0.57624      0.66818      0.76453      0.87202      0.97056       0.99673  
    cl_mt_val_p1v9             6.5714            2.5752    2.3295     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               9              0.095           -20        0.01            5           0.90461     -20.091    14.903      0       0.12158    0.87842    1.5071e-05       0        -8.6891    -4.5727    -1.6756      -0.3669     0.37959      0.93902      1.3633     2.0728    2.8895    3.6088    4.1153    4.4204    4.7601     5.195    5.8318    6.9919    8.1003         5.4268                1                  3.3457               0.87274               3.2978             0.82063                0.776               0.94486          -0.0043996    -0.025044    -0.067828    -0.086486     -0.08591    -0.072843    -0.050297      0.016809       0.1696     0.35281      0.49902       0.5828      0.67495      0.76819      0.87392      0.97097       0.99673  
    cl_mt_val_p1v10            7.1429            2.6145    2.2971     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              10              0.095           -20        0.01            5           0.87859     -20.344    14.903      0       0.11782    0.88218    1.2391e-05       0        -8.4973    -4.4285    -1.5481     -0.28637     0.45149       1.0042      1.4148     2.0892    2.8829    3.6067    4.1345    4.4305    4.7563    5.2026     5.839    6.9959    8.1019         5.2765                1                  3.2403               0.87061               3.1892             0.81785              0.76556               0.94527          -0.0041277    -0.024032    -0.064356    -0.080634    -0.078397    -0.064169    -0.040492      0.027155      0.17273     0.36135      0.50507      0.58763      0.67635         0.77       0.8753      0.97132       0.99679  
    cl_mt_val_p1v11            7.7143            2.6488    2.2666     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              11              0.095           -20        0.01            5            0.8557     -20.564    14.902      0       0.11252    0.88748    1.1332e-05       0        -8.5161    -4.3116    -1.4579     -0.21327      0.5212       1.0499      1.4368      2.141    2.8829    3.6426    4.1464    4.4499    4.7696     5.217    5.8547    6.9991    8.1037         5.1373                1                  3.1449               0.86841               3.0908             0.81506              0.75583                 0.946          -0.0040954    -0.023148    -0.061098    -0.075293    -0.071527    -0.056642    -0.032603      0.039954      0.18212     0.36749      0.51155      0.59415      0.67926      0.77375      0.87673       0.9717       0.99682  
    cl_mt_val_p1v12            8.2857             2.688    2.2347     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              12              0.095           -20        0.01            5           0.83137     -20.754    14.902      0       0.10663    0.89337    1.1062e-05       0        -8.3873    -4.1773    -1.3314     -0.11713     0.59248       1.1156      1.4925     2.1364    2.9313    3.6441    4.1666     4.462    4.7857    5.2188    5.8537    7.0105    8.1157         4.9939                1                   3.054               0.86648               2.9968             0.81252              0.74509               0.94669          -0.0038899    -0.022295    -0.057599    -0.069632    -0.064666    -0.048143    -0.023482      0.045591      0.19883     0.37857      0.51693      0.60039      0.68578      0.77664       0.8784      0.97211       0.99687  
    cl_mt_val_p1v13            8.8571             2.714      2.21     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              13              0.095           -20        0.01            5           0.81429     -20.922    14.902      0       0.10225    0.89775    1.0864e-05       0        -8.3271    -4.0716    -1.2315    -0.043292     0.66004       1.1703      1.5479     2.1782    2.9279    3.6413      4.18    4.4598    4.7837    5.2279    5.8596    7.0124    8.1156         4.8839                1                  2.9794               0.86432               2.9204             0.80999              0.73716               0.94742          -0.0039364    -0.021823     -0.05516    -0.065551     -0.05926    -0.041423    -0.016833      0.053572      0.20102     0.38049      0.52284      0.60181      0.68688      0.77848      0.87919      0.97234       0.99688  
    cl_mt_val_p1v14            9.4286            2.7303    2.1949     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              14              0.095           -20        0.01            5            0.8039     -21.071    14.902      0      0.098858    0.90114    8.3561e-06       0        -8.2841     -4.008    -1.1883     0.018686     0.66064       1.2021      1.5555     2.1928    2.9251     3.639    4.1781    4.4579     4.782    5.2264     5.861    7.0145    8.1181         4.8177                1                  2.9323               0.86286               2.8724             0.80832               0.7325               0.94769          -0.0037214    -0.021464    -0.053791    -0.063224    -0.056459    -0.038815    -0.012842      0.056658      0.20243     0.38186      0.52371      0.60266      0.68729      0.77889       0.8801      0.97249       0.99695  
    cl_mt_val_p1v15                10            2.7401    2.1878     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              15              0.095           -20        0.01            5           0.79844     -21.203    14.902      0      0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153     0.017417     0.68962       1.2285      1.5599     2.1976    2.9227    3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                1                  2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108     -0.05482    -0.036479    -0.011331      0.063533      0.20328     0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  

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

    cl_mt_pol_c_p1v1                  2            1.1933    0.34273    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               1              0.095           -20        0.01            5            0.2872     0.038494    4.9258      0        0        1      4.0122e-05       0        0.25329    0.47151    0.66169    0.79404    0.85952    0.91782    0.96884    1.0493    1.1615    1.2704    1.3926    1.4786    1.5678    1.6711    1.7949    2.0861    2.3296        0.86923             0.96974              0.63155               0.92785              0.62695             0.88016              0.11746                  1             0.00015638    0.0031802    0.022641    0.053795     0.088215      0.12613      0.16521      0.25041      0.38891      0.54207      0.65317      0.71783      0.77722      0.84622      0.91726      0.98168       0.99797  
    cl_mt_pol_c_p1v2             2.5714            1.2094    0.34653    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               2              0.095           -20        0.01            5           0.28653     0.038494    4.9258      0        0        1      2.7929e-05       0        0.25672    0.47891    0.69974    0.81192    0.87817    0.92914    0.97576    1.0534    1.1647    1.2901    1.4398    1.5032    1.5873    1.6871    1.8269    2.0962    2.3421        0.86391             0.95891              0.62487               0.92801              0.62082             0.87932              0.12008                  1              0.0001631    0.0032412    0.023567    0.055115     0.089789      0.12735      0.16656      0.25079       0.3873      0.54019      0.65232      0.71327      0.77755       0.8459      0.91762      0.98191         0.998  
    cl_mt_pol_c_p1v3             3.1429            1.2198    0.34885    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               3              0.095           -20        0.01            5           0.28599     0.038494    4.9258      0        0        1      3.1674e-05       0        0.27756    0.49132    0.70771    0.81399    0.88119    0.93421    0.97531    1.0612    1.1677    1.3149    1.4558    1.5307    1.5962    1.6933    1.8584    2.1021    2.3492        0.85681             0.95345              0.61394               0.92875              0.61016             0.87938              0.12169                  1             0.00018719    0.0033058    0.024064    0.055564     0.090464      0.12761      0.16683      0.25036      0.38704      0.53894      0.65222       0.7134      0.77898      0.84597      0.91819       0.9819       0.99802  
    cl_mt_pol_c_p1v4             3.7143            1.2307    0.35013    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               4              0.095           -20        0.01            5            0.2845     0.038494    4.9258      0        0        1      2.6953e-05       0        0.28291    0.52037    0.72662    0.82424    0.88631    0.93536    0.97763    1.0571    1.1856    1.3577    1.4822    1.5652    1.6034    1.6987    1.8691    2.1075    2.3546        0.83176             0.94918                0.589               0.92485              0.58425             0.87404              0.12259                  1             0.00019076    0.0034274    0.024694    0.056373     0.091289      0.12816      0.16739      0.24959      0.38655      0.53824      0.65583      0.71428      0.78061      0.84635       0.9185      0.98199       0.99803  
    cl_mt_pol_c_p1v5             4.2857            1.2389    0.35115    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               5              0.095           -20        0.01            5           0.28344     0.038494    4.9258      0        0        1      2.1559e-05       0        0.28961    0.55093    0.74091     0.8343    0.89171     0.9407    0.98107    1.0393    1.1961    1.3649    1.4876    1.5731    1.6185     1.704    1.8743     2.111    2.3582        0.81212             0.94551              0.56789               0.91777              0.56219             0.86576              0.12331                  1             0.00019318    0.0035331     0.02504    0.056936     0.091852      0.12923      0.16798      0.24919      0.38697      0.53873      0.65604      0.71531      0.77924      0.84737      0.91918      0.98208       0.99805  
    cl_mt_pol_c_p1v6             4.8571            1.2427    0.35172    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               6              0.095           -20        0.01            5           0.28303     0.038494    4.9258      0        0        1      2.0482e-05       0        0.32599    0.55207    0.74488    0.83182    0.89237    0.94414    0.98599     1.043    1.2004    1.3721    1.4911    1.5731    1.6202    1.7076    1.8761     2.114    2.3582        0.80631             0.94459              0.56004               0.91712              0.55417             0.86471               0.1237                  1             0.00019976    0.0036106    0.025074    0.056959     0.091773      0.12885      0.16757      0.24956      0.38438      0.54044      0.65495      0.71638      0.77959      0.84869      0.91942      0.98208       0.99803  
    cl_mt_pol_c_p1v7             5.4286            1.2453    0.35232    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               7              0.095           -20        0.01            5           0.28292     0.038494    4.9258      0        0        1      2.0013e-05       0         0.3298    0.55856     0.7393    0.83388    0.89262     0.9434    0.98747    1.0476    1.2061    1.3834    1.4929    1.5767    1.6323    1.7076    1.8779    2.1146    2.3599        0.80027              0.9445              0.55192               0.91685              0.54595             0.86425              0.12413                  1             0.00022443    0.0036389    0.025215    0.056991     0.091647      0.12871      0.16739      0.25186      0.39192      0.53922      0.65693      0.71784      0.78005       0.8473      0.91913      0.98216       0.99802  
    cl_mt_pol_c_p1v8                  6            1.2495    0.35232    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               8              0.095           -20        0.01            5           0.28197     0.038494    4.9258      0        0        1      1.6225e-05       0        0.33125     0.5711    0.74502    0.83094    0.88552    0.94478    0.99273    1.0486    1.2105    1.3948    1.4965    1.5767    1.6305    1.7094    1.8779    2.1164    2.3635        0.78487             0.94467              0.53824               0.91385              0.53152             0.86055              0.12413                  1             0.00021155    0.0037393    0.025529    0.057208     0.092416      0.12826      0.16707      0.24951      0.38491      0.54229      0.65819      0.71769      0.78062      0.84783      0.91926      0.98212       0.99805  
    cl_mt_pol_c_p1v9             6.5714            1.2521    0.35255    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               9              0.095           -20        0.01            5           0.28158     0.038494    4.9258      0        0        1      1.5071e-05       0        0.33615    0.57744    0.74564    0.83479    0.88645    0.92793    0.99671    1.0512    1.2133    1.3948    1.4983    1.5785    1.6377    1.7112    1.8797    2.1175    2.3617          0.776             0.94486              0.52891               0.91165              0.52174             0.85789              0.12429                  1              0.0002253    0.0038499    0.025667    0.057354     0.092086      0.12803      0.16672      0.24918      0.38969      0.54065      0.65791      0.71761        0.781      0.84849      0.91979      0.98223       0.99804  
    cl_mt_pol_c_p1v10            7.1429            1.2548    0.35257    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              10              0.095           -20        0.01            5           0.28098     0.038494    4.9258      0        0        1      1.2391e-05       0        0.34249    0.58752    0.75236    0.83479    0.89186    0.92812    0.99143    1.0548    1.2133    1.4002    1.4983     1.582    1.6448    1.7129    1.8815    2.1176    2.3635        0.76556             0.94527              0.51954               0.90945              0.51184             0.85518              0.12431                  1             0.00022859     0.003845     0.02596    0.057954      0.09249      0.12827      0.16646      0.25033      0.38399       0.5407      0.65619      0.71956      0.78092      0.84929      0.91994      0.98222       0.99805  
    cl_mt_pol_c_p1v11            7.7143            1.2571     0.3525    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              11              0.095           -20        0.01            5            0.2804     0.038494    4.9258      0        0        1      1.1332e-05       0        0.34883    0.59395    0.75069    0.83553    0.89186    0.92991     0.9887    1.0575    1.2158     1.402       1.5     1.582    1.6597    1.7147    1.8832    2.1193    2.3653        0.75583               0.946                0.511               0.90728              0.50278             0.85252              0.12426                  1              0.0002254    0.0039462    0.025861    0.057584     0.092681       0.1288      0.16622       0.2495      0.38394      0.54208      0.65885      0.71794      0.78116      0.84952      0.92013      0.98242       0.99806  
    cl_mt_pol_c_p1v12            8.2857            1.2598    0.35219    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              12              0.095           -20        0.01            5           0.27956     0.038494    4.9258      0        0        1      1.1062e-05       0        0.37524    0.60029    0.75553    0.83825    0.89149    0.92991    0.98691    1.0678    1.2158    1.4038     1.507    1.5856    1.6658    1.7147    1.8833    2.1194    2.3671        0.74509             0.94669              0.50285               0.90525              0.49404             0.84992              0.12404                  1             0.00022964    0.0039665    0.026058    0.057772     0.092403      0.12936      0.16616      0.25225      0.38579      0.54459      0.66011      0.71919      0.78296      0.84967      0.91993      0.98237       0.99806  
    cl_mt_pol_c_p1v13            8.8571            1.2616    0.35208    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              13              0.095           -20        0.01            5           0.27907     0.038494    4.9258      0        0        1      1.0864e-05       0        0.38375    0.60663    0.75595    0.83553    0.89186    0.92991    0.99143    1.0678    1.2176    1.4038     1.507    1.5874    1.6501    1.7147     1.885    2.1194    2.3671        0.73716             0.94742              0.49549               0.90225              0.48615             0.84636              0.12396                  1             0.00023315    0.0040417     0.02613    0.057859     0.092564      0.12968      0.16698      0.24853      0.38596      0.54252      0.65819      0.71995      0.78161      0.84895      0.92006      0.98227       0.99806  
    cl_mt_pol_c_p1v14            9.4286            1.2628    0.35215    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              14              0.095           -20        0.01            5           0.27886     0.038494    4.9258      0        0        1      8.3561e-06       0         0.3877    0.60821    0.75882     0.8359    0.89186    0.92986    0.99079    1.0736    1.2194    1.4056     1.507    1.5874    1.6633    1.7165    1.8832    2.1199    2.3671         0.7325             0.94769              0.49068               0.89994              0.48108             0.84381              0.12401                  1             0.00023419    0.0040082    0.026229    0.058173     0.092702      0.12828      0.16579      0.24801      0.38647      0.54896      0.65708      0.71895      0.78181      0.85002      0.92017      0.98237       0.99805  
    cl_mt_pol_c_p1v15                10            1.2636    0.35232    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              15              0.095           -20        0.01            5           0.27883     0.038494    4.9258      0        0        1      8.6777e-06       0        0.39012    0.60871    0.76079    0.83742    0.89186    0.92888    0.97811    1.0766    1.2198    1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                  1             0.00023524    0.0040355    0.026258    0.058752     0.093027      0.12845      0.16595      0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  

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

    cl_mt_coh_p1v1                  2              -1.3863    2.0784     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               1              0.095           -20        0.01            5           -1.4993     -4.6385    50.122      0      0.75213    0.24787      0.001309       0        -4.6385    -4.5654    -4.3013    -3.9866     -3.6659     -3.3512     -3.0588      -2.4458     -1.5464     -0.5962    -0.011491    0.28086    0.64631     1.231    2.2319    4.5141    7.4377         4.5277             0.83296               4.0922                0.9914               4.3196                1                 0.62695               0.88016          0.0043799     0.034173     0.17158     0.31437      0.45747       0.5841      0.69394      0.89186        1.109        1.224        1.245       1.2401       1.2239         1.191       1.1304      1.0416        1.0061  
    cl_mt_coh_p1v2             2.5714             -0.89073    2.0374     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               2              0.095           -20        0.01            5           -2.2874     -4.6385    50.122      0      0.67566    0.32434      0.000426       0        -4.6161    -4.4982    -4.0597    -3.5928     -3.1602     -2.7665      -2.401      -1.7432    -0.84376    -0.11287      0.30326    0.61802    0.98935    1.5741     2.569    4.8348    7.7359         4.4401             0.83824               3.9243               0.99127               4.1511                1                 0.62082               0.87932          0.0078953     0.052287     0.24954     0.46214      0.64904      0.81843      0.96427       1.1943       1.4068       1.4859        1.475       1.4491       1.4056        1.3342       1.2209      1.0681        1.0099  
    cl_mt_coh_p1v3             3.1429             -0.58421     1.989     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               3              0.095           -20        0.01            5           -3.4046     -4.6385    50.122      0      0.61313    0.38687    0.00015191       0        -4.5937    -4.4251    -3.8121    -3.2333     -2.7441     -2.3279     -1.9625      -1.3271    -0.47831      0.1216      0.52253    0.81489     1.2027    1.7874    2.7883    5.0316    7.9328         4.2957             0.83837                3.735               0.99096               3.9562                1                 0.61016               0.87938           0.010878     0.078919     0.36281     0.66226      0.91909       1.1396       1.3187       1.5963       1.8275       1.8646       1.8122       1.7577       1.6708         1.544       1.3532      1.1075        1.0154  
    cl_mt_coh_p1v4             3.7143             -0.32521    1.9091     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               4              0.095           -20        0.01            5           -5.8704     -4.6385    50.122      0      0.56586    0.43414    5.1323e-05       0        -4.5713    -4.3237    -3.5198    -2.8396     -2.3055     -1.8894      -1.524     -0.91685    -0.23665     0.25258      0.64631    0.96106     1.3489    1.9336    2.9121    5.1719    8.0731         3.9908             0.83523               3.4396               0.99051               3.6448                1                 0.58425               0.87404           0.014599      0.13894     0.62065      1.1011       1.5054       1.8192       2.0812       2.4576       2.7163       2.7049       2.5717       2.4482       2.2717        2.0164       1.6611      1.1978        1.0275  
    cl_mt_coh_p1v5             4.2857             -0.14252    1.8492     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               5              0.095           -20        0.01            5           -12.975     -4.6385    50.122      0      0.52971    0.47029    2.5692e-05       0        -4.5489    -4.2058    -3.2781    -2.5472     -2.0073     -1.5746     -1.2092     -0.62449    -0.08458     0.32566       0.7642     1.0566     1.4444    2.0291      3.03    5.2733    8.1462         3.7625             0.83184               3.2266               0.99021               3.4196                1                 0.56219               0.86576           0.035606      0.31925      1.3525      2.3586       3.1523       3.7845       4.2696       4.9163       5.2554        5.125       4.7524       4.4363        4.001        3.3797       2.5277      1.4569        1.0642  
    cl_mt_coh_p1v6             4.8571            -0.043887    1.8221     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               6              0.095           -20        0.01            5           -41.519     -4.6385    50.122      0      0.50527    0.49473    1.1268e-05       0        -4.5206    -4.1328    -3.1095    -2.3786     -1.8446     -1.4285      -1.063       -0.529    -0.01738     0.42115      0.83729     1.1296     1.5175    2.1022     3.103     5.324    8.2193           3.67             0.82988                3.132               0.99001               3.3201                1                 0.55417               0.86471            0.11823      0.99099      4.2996      7.3612       9.7845       11.628       13.079       14.802       15.575       14.854        13.57       12.458       10.911        8.8497        6.012      2.5011        1.2072  
    cl_mt_coh_p1v7             5.4286             0.022244     1.793     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               7              0.095           -20        0.01            5            80.605     -4.6385    50.122      0      0.48448    0.51552    6.4593e-06       0        -4.4982    -4.0373    -2.9633    -2.2324     -1.7208     -1.3271    -0.98994     -0.45591    0.055709     0.42115      0.85969      1.152     1.5682    2.1022    3.1254    5.3688    8.2417         3.5672             0.82727               3.0321               0.98975               3.2148                1                 0.54595               0.86425           -0.26031       -1.987     -8.2234     -13.931       -18.32      -21.728      -24.276      -27.475      -28.542       -27.07      -24.245      -21.879      -18.785        -14.87      -8.9819     -1.9804       0.58896  
    cl_mt_coh_p1v8                  6              0.10692    1.7531     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               8              0.095           -20        0.01            5            16.396     -4.6385    50.122      0      0.45718    0.54282    3.8834e-06       0        -4.4758    -3.9359    -2.7948    -2.0132     -1.5464     -1.1585    -0.84376     -0.38282      0.0992     0.47773      0.91038     1.2027     1.5906    2.1753    3.1761    5.4195      8.27         3.4043             0.82347               2.8998               0.98946               3.0733                1                 0.53152               0.86055          -0.057975     -0.40219     -1.6395     -2.7661       -3.558      -4.1839       -4.657      -5.2053       -5.338      -4.9869      -4.3481      -3.8622      -3.1982       -2.3142      -1.1124     0.37803       0.91282  
    cl_mt_coh_p1v9             6.5714              0.15918     1.725     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               9              0.095           -20        0.01            5            10.837     -4.6385    50.122      0      0.44644    0.55356    2.5903e-06       0        -4.4758    -3.8628    -2.6486    -1.9177     -1.4061     -1.0571    -0.74827     -0.30974      0.1064     0.49424      0.93278     1.2251     1.6189    2.1753    3.1985    5.4419    8.3148         3.2978             0.82063               2.8083               0.98926               2.9757                1                 0.52174               0.85789          -0.032842     -0.26244     -1.0914       -1.77      -2.3112      -2.6665      -2.9734      -3.2797      -3.3331      -3.0664      -2.6359      -2.2808      -1.8514       -1.2588     -0.41049     0.58098       0.94272  
    cl_mt_coh_p1v10            7.1429              0.21233    1.6976     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              10              0.095           -20        0.01            5            7.9949     -4.6385    50.122      0      0.43061    0.56939    1.6229e-06       0        -4.4251    -3.7673    -2.5024    -1.7939     -1.3047    -0.96754    -0.67518     -0.23665      0.1216     0.54493      0.98346     1.2534     1.6637     2.226    3.1985    5.4643    8.3148         3.1892             0.81785               2.7204               0.98906               2.8818                1                 0.51184               0.85518          -0.024865     -0.19736    -0.78563     -1.2654      -1.6288      -1.9068      -2.0999      -2.3022      -2.3042      -2.0758      -1.7393       -1.493      -1.1265      -0.69721    -0.073954     0.68903       0.95613  
    cl_mt_coh_p1v11            7.7143              0.25717    1.6731     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              11              0.095           -20        0.01            5            6.5056     -4.6385    50.122      0      0.41669    0.58331    1.1287e-06       0        -4.4027    -3.6942    -2.3786    -1.6477     -1.2092    -0.89445    -0.60209     -0.18596      0.1216     0.56733      0.98346     1.2758     1.6637    2.2484    3.2268    5.4643     8.343         3.0908             0.81506               2.6434               0.98887               2.7992                1                 0.50278               0.85252           -0.02371     -0.16028    -0.62203     -1.0105      -1.2826      -1.4875      -1.6428      -1.7815      -1.7749      -1.5629      -1.2958      -1.0716     -0.77946      -0.39734      0.10361     0.73814       0.96359  
    cl_mt_coh_p1v12            8.2857              0.30648    1.6505     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              12              0.095           -20        0.01            5            5.3852     -4.6385    50.122      0      0.40271    0.59729    8.3928e-07       0        -4.4027    -3.6211    -2.2831    -1.5522     -1.1137    -0.82136     -0.5514     -0.16356     0.17949     0.56733       1.0059     1.2982      1.692    2.2484    3.2716     5.515    8.3654         2.9968             0.81252               2.5737                0.9887                2.724                1                 0.49404               0.84992          -0.017533      -0.1315    -0.50488    -0.81265       -1.019      -1.1742      -1.2859      -1.3954      -1.3723      -1.1907     -0.93117     -0.74294     -0.51844      -0.19653      0.25618      0.7804       0.96952  
    cl_mt_coh_p1v13            8.8571              0.33887    1.6315     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              13              0.095           -20        0.01            5            4.8144     -4.6385    50.122      0      0.39479    0.60521    6.3672e-07       0        -4.4027     -3.548      -2.21    -1.4792     -1.0123    -0.74827    -0.52311     -0.11287     0.20189     0.56733       1.0059     1.2982     1.7144    2.2767    3.2716    5.5374    8.3878         2.9204             0.80999               2.5158                0.9886               2.6617                1                 0.48615               0.84636          -0.014486     -0.11987    -0.44272    -0.70527     -0.88617      -1.0154      -1.1032      -1.1938       -1.152      -1.0027       -0.764     -0.59937     -0.37712     -0.086899      0.32185     0.80527        0.9732  
    cl_mt_coh_p1v14            9.4286              0.36098     1.619     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              14              0.095           -20        0.01            5             4.485     -4.6385    50.122      0      0.38891    0.61109    2.6259e-07       0         -4.352    -3.5256     -2.137    -1.4061    -0.96754    -0.67518    -0.45591    -0.090469     0.20189     0.59562       1.0059     1.3265     1.7368    2.2991    3.2716    5.5374    8.3878         2.8724             0.80832               2.4779               0.98851               2.6211                1                 0.48108               0.84381          -0.012771     -0.11218    -0.41597     -0.6562     -0.81601     -0.93406      -1.0094      -1.0777      -1.0336     -0.88761     -0.66707     -0.50551     -0.28004     -0.019711      0.35982     0.81602       0.97467  
    cl_mt_coh_p1v15                10              0.37608    1.6107     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              15              0.095           -20        0.01            5            4.2827     -4.6385    50.122      0      0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311    -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189     0.61802       1.0059     1.3265     1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                1                 0.47793               0.84221          -0.011916     -0.10417    -0.38789    -0.61905      -0.7671     -0.86592     -0.93755      -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279       0.01744      0.38342     0.82242       0.97532  

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

    cl_mt_val_p2v1           0.095        2.7401    2.1878     'cl_mt_val'     'fl_z_r_borr_max'        11               1                   10                -20        0.01            5           0.79844     -21.203    14.902      0      0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873       -1.153    0.017417    0.68962    1.2285    1.5599    2.1976    2.9227    3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                1                  2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373     -0.021264    -0.053207      -0.062108       -0.05482    -0.036479     -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_val_p2v2        0.098929         2.785    2.1541     'cl_mt_val'     'fl_z_r_borr_max'        11               2                   10                -20        0.01            5           0.77346     -20.797    14.901      0      0.093291    0.90671    7.6114e-06       0        -7.9846     -3.829       -1.041     0.10242    0.80367    1.2855    1.6804    2.2385    2.9711    3.6839    4.2158    4.4936    4.8167    5.2465     5.879    7.0306    8.1297           4.64                1                  2.7858               0.85727               2.7222             0.80184              0.72082               0.94871          -0.0036445     -0.020162    -0.049832      -0.056726      -0.048046    -0.029326    -0.0020958    0.068955      0.21042      0.39926      0.53268      0.61014      0.69544        0.785      0.88259      0.97306       0.99699  
    cl_mt_val_p2v3         0.10286        2.8215     2.118     'cl_mt_val'     'fl_z_r_borr_max'        11               3                   10                -20        0.01            5           0.75068     -20.412    14.901      0      0.088632    0.91137    6.4033e-06       0        -7.5652    -3.6112     -0.92943     0.18829    0.86792    1.3046    1.7341     2.254    2.9719      3.68    4.2295    4.4929    4.8249    5.2492    5.8897    7.0338    8.1305         4.4859                1                  2.6679               0.85197               2.6007             0.79565              0.71141               0.95144          -0.0033923     -0.018895    -0.046086      -0.051451      -0.041501    -0.021934     0.0045868    0.078348      0.22211      0.40058      0.53639      0.61664      0.69782      0.78598      0.88342      0.97348       0.99702  
    cl_mt_val_p2v4         0.10679        2.8821    2.0509     'cl_mt_val'     'fl_z_r_borr_max'        11               4                   10                -20        0.01            5           0.71158     -20.045      14.9      0       0.07918    0.92082    4.8673e-06       0        -7.0812    -3.2439     -0.70036     0.36101     1.0059    1.3536    1.8207    2.3011    3.0122    3.7124    4.2406    4.5122    4.8399    5.2683     5.897    7.0489    8.1433         4.2061                1                  2.4827               0.84486               2.4084             0.78673               0.6917               0.95573           -0.003074     -0.016987    -0.039663      -0.041621      -0.029743    -0.009325      0.019881    0.092605      0.23816      0.40797      0.54497      0.62158      0.70322      0.79132      0.88615      0.97413       0.99711  
    cl_mt_val_p2v5         0.11071        2.9292    1.9925     'cl_mt_val'     'fl_z_r_borr_max'        11               5                   10                -20        0.01            5           0.68021     -19.695      14.9      0      0.072512    0.92749    3.5545e-06       0        -6.4487    -2.8847     -0.52565     0.45569     1.0655    1.4786    1.8711    2.3408    3.0443    3.7012    4.2657    4.5112    4.8432    5.2862    5.9075    7.0574    8.1457           3.97                1                  2.3302                 0.837               2.2512              0.7776              0.67515               0.96044          -0.0028396     -0.015216    -0.034321       -0.03389      -0.019955    0.0017963      0.029982     0.10194      0.24225      0.41667      0.55334      0.62741      0.70632      0.79478      0.88766      0.97444       0.99712  
    cl_mt_val_p2v6         0.11464        3.0091    1.8938     'cl_mt_val'     'fl_z_r_borr_max'        11               6                   10                -20        0.01            5           0.62936      -19.36    14.899      0      0.058293    0.94171    1.9475e-06       0        -5.4806    -2.2435     -0.20874     0.65815     1.1914    1.5949    1.9284    2.4322    3.0761    3.7272    4.2716    4.5332    4.8597     5.278    5.9217    7.0693     8.152         3.5865                1                  2.1057               0.82692               2.0191             0.76488               0.6457               0.96908          -0.0023913     -0.012162    -0.025187      -0.020516      -0.004962      0.01854      0.047834     0.11961      0.26318      0.43133      0.56282      0.63729      0.71345      0.79798      0.89043      0.97523       0.99719  
    cl_mt_val_p2v7         0.11857        3.0289    1.8744     'cl_mt_val'     'fl_z_r_borr_max'        11               7                   10                -20        0.01            5           0.61882     -19.038    14.899      0      0.056345    0.94365    1.8179e-06       0        -5.4633    -2.1643     -0.16034     0.69735     1.2428    1.6305     1.959    2.4609    3.0721    3.7498    4.2796    4.5327    4.8709    5.2949    5.9308    7.0684    8.1578         3.5132                1                  2.0506               0.82218               1.9633             0.75997              0.64014               0.96978          -0.0023248     -0.011799    -0.023667      -0.018254    -0.00029682     0.021624      0.052092       0.125      0.26209      0.43887      0.56503      0.63804      0.71657      0.80124      0.89112      0.97517       0.99721  
    cl_mt_val_p2v8          0.1225        3.0407    1.8713     'cl_mt_val'     'fl_z_r_borr_max'        11               8                   10                -20        0.01            5           0.61541     -18.731    14.899      0      0.055894    0.94411    1.8213e-06       0        -5.3594    -2.1652     -0.14127     0.72979     1.2365    1.6588    1.9881    2.4844    3.0736    3.7472    4.2912    4.5401    4.8803    5.2998    5.9279    7.0653    8.1572         3.5016                1                  2.0362               0.82069               1.9484             0.75837              0.63919               0.96991           -0.002346     -0.011818    -0.023378      -0.017658    -0.00024665     0.022471      0.053674     0.12617      0.26422       0.4347      0.56607      0.63955      0.71618      0.80085      0.89147      0.97518       0.99721  
    cl_mt_val_p2v9         0.12643        3.0459    1.8649     'cl_mt_val'     'fl_z_r_borr_max'        11               9                   10                -20        0.01            5           0.61225     -18.437    14.899      0      0.054906    0.94509    1.7232e-06       0        -5.2789    -2.1586     -0.11858     0.75554     1.2253    1.7027    2.0134    2.5031    3.0904    3.7407    4.2963    4.5448    4.8915    5.3076    5.9366    7.0712    8.1615         3.4777                1                  2.0121               0.81763               1.9243             0.75537              0.63797               0.97041          -0.0022774     -0.011524    -0.022903      -0.017014      0.0017703     0.025275      0.055214     0.12759      0.26807      0.43628      0.56922      0.64064       0.7195      0.80044      0.89239      0.97542       0.99722  
    cl_mt_val_p2v10        0.13036        3.0632    1.8424     'cl_mt_val'     'fl_z_r_borr_max'        11              10                   10                -20        0.01            5           0.60147     -18.154    14.898      0      0.051113    0.94889    1.3561e-06       0        -4.9479    -2.0248    -0.070116     0.81799     1.2169    1.7246    2.0104    2.5177    3.1038    3.7527    4.2967     4.555    4.9004    5.2973    5.9406    7.0744    8.1648         3.3946                1                  1.9598                0.8136               1.8702             0.75075              0.63184               0.97289          -0.0021187     -0.010728    -0.020896       -0.01418      0.0032384     0.028129      0.064756      0.1308      0.27259      0.44078      0.57016      0.64362      0.72165      0.80098      0.89203      0.97533       0.99724  
    cl_mt_val_p2v11        0.13429        3.0814    1.8207     'cl_mt_val'     'fl_z_r_borr_max'        11              11                   10                -20        0.01            5           0.59087     -17.883    14.898      0       0.04862    0.95138    1.1625e-06       0        -4.7584    -1.8934     0.021811     0.88767     1.2602    1.7408    2.0029    2.5328    3.1131    3.7611    4.3047    4.5621    4.9046    5.3035    5.9462    7.0762    8.1663         3.3149                1                  1.9102               0.81056               1.8189             0.74699              0.62541               0.97469          -0.0020487     -0.010069    -0.018956      -0.010605      0.0073175     0.030626      0.066672     0.13368      0.27571      0.44442      0.57267      0.64608      0.71959      0.80263      0.89277      0.97549       0.99725  
    cl_mt_val_p2v12        0.13821        3.0862    1.8104     'cl_mt_val'     'fl_z_r_borr_max'        11              12                   10                -20        0.01            5           0.58662     -17.621    14.898      0      0.047221    0.95278    9.8077e-07       0        -4.5014    -1.7983      0.03728     0.89866     1.2728    1.7569    1.9969    2.5771    3.1201    3.7674    4.3108     4.536    4.8777    5.3083    5.9351    7.0774    8.1672         3.2776                1                   1.884               0.80789               1.7922             0.74416              0.62313                0.9763          -0.0019459    -0.0096808    -0.017994     -0.0094731       0.008738     0.032749      0.067798     0.13645      0.27797      0.44717      0.57605      0.64329      0.71996      0.80391       0.8929      0.97558       0.99727  
    cl_mt_val_p2v13        0.14214        3.1303    1.7477     'cl_mt_val'     'fl_z_r_borr_max'        11              13                   10                -20        0.01            5           0.55832     -17.368    14.898      0      0.039379    0.96062    3.3717e-07       0        -3.5138    -1.3599      0.15634      1.0034     1.3275    1.8419    1.9958    2.5943    3.1247    3.7717    4.3151    4.5712    4.9082    5.3115    5.9532    7.0819     8.169         3.0545                1                  1.7714               0.80116               1.6757             0.73564              0.60421               0.98294          -0.0015234     -0.007362    -0.012188    -0.00095316       0.016128     0.042801      0.080435     0.14599      0.28434      0.45246      0.57972      0.65091      0.72328      0.80549      0.89516      0.97584       0.99732  
    cl_mt_val_p2v14        0.14607        3.1406    1.7316     'cl_mt_val'     'fl_z_r_borr_max'        11              14                   10                -20        0.01            5           0.55134     -17.122    14.897      0      0.036119    0.96388    2.1517e-07       0        -3.3321    -1.2529      0.26108      1.0124     1.3293    1.8572    2.0004    2.6471    3.1271    3.7739    4.3173    4.5724    4.9076     5.313    5.9532    7.0815    8.1671         2.9983                1                  1.7383                0.7979               1.6423             0.73218              0.59944               0.98431          -0.0014397     -0.007065    -0.010682    -2.7628e-05       0.018423      0.04461      0.083794     0.14736      0.28693      0.45487      0.58288        0.649       0.7242      0.80616      0.89448      0.97618       0.99732  
    cl_mt_val_p2v15           0.15        3.1435    1.7284     'cl_mt_val'     'fl_z_r_borr_max'        11              15                   10                -20        0.01            5           0.54984     -16.884    14.897      0      0.034806    0.96519    2.2121e-07       0         -3.337    -1.2677      0.25943      1.0139     1.2869    1.9203    2.0017    2.6495    3.1276    3.7746    4.3183    4.5729    4.9108    5.3135    5.9532    7.0806    8.1649         2.9875                1                  1.7298               0.79646               1.6338             0.73081              0.59864               0.98459          -0.0014048    -0.0069175    -0.010452     0.00026762       0.018959     0.045706      0.085333     0.14928      0.28724      0.45516      0.58309      0.65167      0.72591      0.80635      0.89568      0.97615       0.99731  

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

    cl_mt_pol_c_p2v1           0.095        1.2636    0.35232    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               1                   10                -20        0.01            5           0.27883     0.038494    4.9258      0        0        1      8.6777e-06       0        0.39012    0.60871    0.76079    0.83742    0.89186    0.92888    0.97811    1.0766    1.2198    1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                  1             0.00023524    0.0040355    0.026258    0.058752     0.093027      0.12845      0.16595      0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  
    cl_mt_pol_c_p2v2        0.098929        1.2672    0.35272    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               2                   10                -20        0.01            5           0.27835     0.039943    4.9244      0        0        1      7.6114e-06       0        0.39605    0.60003    0.75968    0.83937    0.89794    0.93072    0.96404    1.0914    1.2377    1.4064     1.514    1.5876    1.6675    1.7205    1.8853    2.1236     2.367        0.72082             0.94871              0.47684               0.89612              0.46681             0.83972              0.12441                  1              0.0002456    0.0040424    0.026231    0.057957     0.093268      0.12925      0.16882      0.24733      0.38587      0.54452      0.65805      0.72029      0.78418      0.84973      0.92037      0.98237       0.99805  
    cl_mt_pol_c_p2v3         0.10286        1.2701    0.35303    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               3                   10                -20        0.01            5           0.27794     0.041381    4.9231      0        0        1      6.4033e-06       0        0.40774    0.60599    0.76187    0.84249    0.90116    0.93488    0.96985    1.1031    1.2525    1.4086     1.517    1.5893     1.669    1.7205    1.8853    2.1266      2.37        0.71141             0.95144              0.46608               0.89296              0.45558             0.83621              0.12463                  1             0.00025375     0.004073     0.02642    0.058331     0.094423      0.12869       0.1665      0.24674      0.38623      0.54983      0.65819      0.71914      0.78459       0.8495       0.9208      0.98238       0.99808  
    cl_mt_pol_c_p2v4         0.10679        1.2747    0.35289    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               4                   10                -20        0.01            5           0.27684     0.042809    4.9218      0        0        1      4.8673e-06       0        0.42155    0.61597    0.75939    0.82509    0.90499    0.93952    0.97776    1.1062    1.2813     1.409    1.5196    1.5907    1.6684    1.7255    1.8869    2.1282    2.3692         0.6917             0.95573              0.44905               0.88809              0.43765             0.83083              0.12453                  1             0.00026986    0.0041752    0.026757     0.05752     0.092133      0.12858      0.16949      0.24612      0.38954      0.54368      0.65926      0.72096      0.78428      0.85077      0.92055      0.98241       0.99806  
    cl_mt_pol_c_p2v5         0.11071        1.2783     0.3528    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               5                   10                -20        0.01            5           0.27599     0.044227    4.9207      0        0        1      3.5545e-06       0        0.43779    0.62051    0.76189    0.83171    0.88623    0.94305    0.98383    1.1231    1.2827    1.4124    1.5201    1.5937    1.6697    1.7248    1.8864    2.1312    2.3699        0.67515             0.96044              0.43362               0.87966              0.42128             0.82182              0.12447                  1             0.00028756    0.0042105    0.026813    0.058506      0.09092      0.12729       0.1701      0.25046      0.38853      0.55108      0.66251      0.72125      0.78363      0.85025      0.92084      0.98244       0.99807  
    cl_mt_pol_c_p2v6         0.11464         1.284    0.35183    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               6                   10                -20        0.01            5           0.27402     0.045635    4.9196      0        0        1      1.9475e-06       0        0.47844    0.63011    0.75436    0.83342    0.89675    0.95572    0.98747    1.1286    1.2838    1.4139     1.524    1.5948    1.6721      1.73    1.8876    2.1354     2.372         0.6457             0.96908               0.4108               0.86835              0.39668             0.80889              0.12379                  1             0.00032641    0.0044209    0.026406    0.057797     0.091002      0.12671      0.16885      0.24786      0.38704      0.55026      0.66443      0.72271      0.78563      0.85064      0.92127      0.98258       0.99808  
    cl_mt_pol_c_p2v7         0.11857        1.2858    0.35216    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               7                   10                -20        0.01            5           0.27389     0.047033    4.9186      0        0        1      1.8179e-06       0        0.47505    0.63208    0.75514    0.82985    0.87207    0.95637    0.99278    1.1328    1.2866    1.4152    1.5247    1.5921     1.671    1.7296    1.8868    2.1358    2.3739        0.64014             0.96978              0.40381               0.86172              0.38949             0.80243              0.12402                  1             0.00031687    0.0044264    0.026616     0.05743     0.092537      0.12776      0.16966      0.25152       0.3934      0.55291      0.66313       0.7216      0.78522      0.85092      0.92143      0.98257       0.99807  
    cl_mt_pol_c_p2v8          0.1225        1.2868    0.35218    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               8                   10                -20        0.01            5            0.2737     0.048421    4.9176      0        0        1      1.8213e-06       0        0.46817    0.62934     0.7552    0.83195    0.87265    0.95649     1.0145    1.1334    1.2874    1.4145    1.5256    1.6008    1.6715    1.7316    1.8875    2.1358    2.3756        0.63919             0.96991              0.40247               0.86193              0.38811             0.80264              0.12403                  1             0.00031657    0.0043823    0.026438    0.057609     0.090474      0.12602      0.16401      0.24638      0.39121      0.54663      0.66439      0.72483      0.78586      0.85125      0.92161      0.98261       0.99808  
    cl_mt_pol_c_p2v9         0.12643        1.2875    0.35253    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               9                   10                -20        0.01            5            0.2738       0.0498    4.9168      0        0        1      1.7232e-06       0        0.47078    0.63063    0.75537    0.83147    0.87531    0.95494    0.98747    1.1339     1.288    1.4154     1.527    1.5952    1.6719    1.7317    1.8864    2.1373    2.3781        0.63797             0.97041              0.39931               0.85835              0.38499             0.79945              0.12428                  1             0.00032127    0.0043804    0.026251    0.057081     0.090928      0.12566      0.16687      0.24771      0.39523      0.55076      0.66524      0.72191        0.786      0.85123      0.92159      0.98259       0.99809  
    cl_mt_pol_c_p2v10        0.13036        1.2889    0.35249    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              10                   10                -20        0.01            5           0.27347     0.051169    4.9159      0        0        1      1.3561e-06       0        0.48348    0.62625    0.75354    0.83642    0.87118    0.95357     1.0107     1.136    1.2868    1.4162    1.5265    1.5956    1.6722    1.7333    1.8852      2.14      2.38        0.63184             0.97289              0.39351               0.85391              0.37882             0.79486              0.12425                  1             0.00032574    0.0044118    0.026122    0.057178     0.090475      0.12541      0.17274       0.2465      0.38798      0.55291      0.66223      0.72352       0.7863      0.85222      0.92126      0.98255       0.99809  
    cl_mt_pol_c_p2v11        0.13429        1.2905    0.35242    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              11                   10                -20        0.01            5            0.2731     0.052528    4.9152      0        0        1      1.1625e-06       0        0.48965    0.62049    0.74633    0.83446    0.87681    0.95502     1.0251     1.138    1.2889    1.4169    1.5292     1.604    1.6706    1.7347    1.8855    2.1362    2.3811        0.62541             0.97469              0.38808               0.85078              0.37313             0.79168               0.1242                  1              0.0003311    0.0044141    0.026558    0.057151     0.090027      0.12511      0.16342      0.25014      0.39368      0.55039       0.6662      0.72641      0.78554      0.85148      0.92153      0.98257       0.99809  
    cl_mt_pol_c_p2v12        0.13821         1.291    0.35254    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              12                   10                -20        0.01            5           0.27308     0.053878    4.9144      0        0        1      9.8077e-07       0        0.49188    0.61733     0.7469    0.84349    0.87893    0.95399    0.99563    1.1365    1.2892    1.4174    1.5301    1.5944    1.6707    1.7359    1.8858    2.1367     2.383        0.62313              0.9763              0.38482               0.84741              0.36973             0.78836              0.12429                  1             0.00034128    0.0043698     0.02609    0.056813     0.091549      0.12514      0.16468      0.24839      0.39472       0.5514      0.66279       0.7231      0.78638      0.85238      0.92165      0.98262       0.99809  
    cl_mt_pol_c_p2v13        0.14214        1.2943    0.35172    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              13                   10                -20        0.01            5           0.27173     0.055219    4.9137      0        0        1      3.3717e-07       0        0.51721    0.61367    0.74701    0.85101     0.8828    0.95405     1.0251     1.181    1.2893    1.4178    1.5291    1.6054    1.6707    1.7352     1.886    2.1336    2.3848        0.60421             0.98294               0.3716               0.83513              0.35548             0.77547               0.1237                  1             0.00036221    0.0044296    0.025606    0.056137     0.091676      0.12578      0.16519      0.24722      0.39215      0.55053      0.66306      0.72734       0.7857      0.85159      0.92143      0.98262       0.99811  
    cl_mt_pol_c_p2v14        0.14607        1.2954    0.35171    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              14                   10                -20        0.01            5           0.27151     0.056551    4.9131      0        0        1      2.1517e-07       0        0.51327    0.62014    0.72524    0.81515    0.89079    0.97719     1.0249    1.1875    1.2894    1.4181    1.5298    1.5945    1.6706    1.7362     1.886    2.1339    2.3864        0.59944             0.98431              0.36681               0.82891              0.35044              0.7692               0.1237                  1              0.0003753    0.0044299    0.025958    0.056315     0.090839      0.12453      0.16528      0.24702      0.39202      0.55122      0.66375      0.72317        0.786      0.85207      0.92192      0.98271       0.99811  
    cl_mt_pol_c_p2v15           0.15        1.2957    0.35176    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              15                   10                -20        0.01            5           0.27148     0.057873    4.9124      0        0        1      2.2121e-07       0        0.51037    0.62092    0.71934    0.80127    0.89487    0.98161     1.0031    1.1909    1.2894    1.4182    1.5303    1.6063    1.6704     1.737     1.886    2.1341    2.3876        0.59864             0.98459              0.36543               0.82675              0.34903             0.76712              0.12374                  1             0.00037875    0.0046119    0.026037    0.056689     0.092426      0.12672      0.16317      0.26787      0.39168      0.55112      0.66372      0.72762      0.78586      0.85209      0.92183      0.98264        0.9981  

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

    cl_mt_coh_p2v1           0.095        0.37608    1.6107     'cl_mt_coh'     'fl_z_r_borr_max'        11               1                   10                -20        0.01            5           4.2827      -4.6385    50.122      0       0.38418    0.61582    2.1841e-07       0         -4.352     -3.5198     -2.1311      -1.3554     -0.91685     -0.62449     -0.45591    -0.090469    0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                1                 0.47793               0.84221           -0.011916     -0.10417     -0.38789     -0.61905      -0.7671     -0.86592      -0.93755        -1.0034      -0.96011      -0.8085     -0.60592     -0.45054     -0.23279     0.01744      0.38342      0.82242       0.97532  
    cl_mt_coh_p2v2        0.098929        0.45667    1.5761     'cl_mt_coh'     'fl_z_r_borr_max'        11               2                   10                -20        0.01            5           3.4512       -4.453    50.127      0       0.34984    0.65016    1.9119e-07       0        -4.1399     -3.2658     -1.9291      -1.2262     -0.78919     -0.49782      -0.2793     0.012064    0.23059    0.66763    1.1047     1.396    1.7602     2.343    3.3391    5.5972    8.4616         2.7222             0.80184               2.3492               0.98806                2.484                1                 0.46681               0.83972           -0.010636    -0.081145     -0.29723     -0.47234     -0.58299     -0.64854      -0.69327       -0.71755      -0.67147     -0.51201      -0.3315     -0.19685    -0.041541     0.18701      0.48419      0.85169       0.98008  
    cl_mt_coh_p2v3         0.10286        0.52249    1.5433     'cl_mt_coh'     'fl_z_r_borr_max'        11               3                   10                -20        0.01            5           2.9537      -4.2817    50.132      0       0.31954    0.68046    1.6034e-07       0        -3.9165     -2.9975     -1.7859      -1.0847     -0.69669     -0.40624     -0.18841     0.029431    0.24727    0.68294    1.1186    1.4091    1.8198    2.4007    3.3696    5.6205    8.4752         2.6007             0.79565               2.2537               0.98772               2.3816                1                 0.45558               0.83621          -0.0084144    -0.065959      -0.2371     -0.37444     -0.46152     -0.51227      -0.54153       -0.54924      -0.50248     -0.35576     -0.19169    -0.070656     0.077525     0.27795      0.54805      0.86956       0.98179  
    cl_mt_coh_p2v4         0.10679        0.60502    1.4927     'cl_mt_coh'     'fl_z_r_borr_max'        11               4                   10                -20        0.01            5           2.4672       -4.123    50.137      0       0.29186    0.70814    1.2152e-07       0        -3.7087     -2.6951     -1.4643     -0.88509     -0.54315     -0.32595     -0.10875      0.10845    0.32565    0.73388    1.1683     1.484     1.846    2.4252    3.4327    5.6832    8.5068         2.4084             0.78673               2.1113               0.98715               2.2281                1                 0.43765               0.83083          -0.0064751    -0.052065     -0.17983     -0.27379     -0.33351     -0.36563      -0.38373       -0.37793        -0.324     -0.20712    -0.053927     0.071957      0.19508     0.37253       0.6037      0.88917       0.98427  
    cl_mt_coh_p2v5         0.11071        0.66929     1.453     'cl_mt_coh'     'fl_z_r_borr_max'        11               5                   10                -20        0.01            5           2.1709      -3.9756    50.142      0       0.26746    0.73254    8.8683e-08       0        -3.4601     -2.3496     -1.2492     -0.71638     -0.40014     -0.18353    -0.039128      0.11429    0.32188     0.7551    1.1883    1.4771    1.9103     2.488    3.4266    5.7097     8.553         2.2512              0.7776               2.0033               0.98679               2.1112                1                 0.42128               0.82182          -0.0054994    -0.044072     -0.14252     -0.21431     -0.25719     -0.27767      -0.28433       -0.27444      -0.22641    -0.096143     0.039219      0.13832      0.27305     0.43357      0.63984       0.8968       0.98584  
    cl_mt_coh_p2v6         0.11464        0.76063    1.3939     'cl_mt_coh'     'fl_z_r_borr_max'        11               6                   10                -20        0.01            5           1.8325      -3.8383    50.147      0        0.2336     0.7664     4.277e-08       0         -3.104     -1.9084    -0.87143     -0.48265     -0.25195    -0.079223     0.021482      0.14674    0.38158    0.81369    1.2458    1.5339    1.9373    2.5135    3.4784     5.711    8.5917         2.0191             0.76488               1.8484               0.98626               1.9428                1                 0.39668               0.80889          -0.0045075    -0.032103    -0.098402     -0.14341     -0.16434      -0.1742      -0.17496       -0.16052      -0.10592     0.020433      0.14387      0.23657       0.3448     0.49017      0.68396      0.90865       0.98754  
    cl_mt_coh_p2v7         0.11857        0.79507    1.3783     'cl_mt_coh'     'fl_z_r_borr_max'        11               7                   10                -20        0.01            5           1.7336        -3.71    50.152      0       0.19701    0.80299     3.981e-08       0        -2.9436     -1.7941    -0.78819     -0.38705     -0.14156    0.0021321      0.07398      0.15177    0.40328    0.80442    1.2654    1.5828     1.942    2.5168    3.5227    5.7499    8.6238         1.9633             0.75997               1.8085               0.98608               1.8997                1                 0.38949               0.80243          -0.0044741     -0.02939    -0.088231     -0.12179     -0.14065     -0.14356      -0.14009       -0.12375     -0.071751     0.039521      0.16978      0.27179      0.36925     0.50937      0.69897      0.91324       0.98804  
    cl_mt_coh_p2v8          0.1225        0.82528     1.373     'cl_mt_coh'     'fl_z_r_borr_max'        11               8                   10                -20        0.01            5           1.6637        -3.59    50.157      0       0.19719    0.80281    3.9757e-08       0        -2.8512     -1.7042     -0.7411     -0.31098     -0.12712     0.016258      0.11915      0.19083    0.40589    0.83602    1.2754    1.5934     1.983    2.5565    3.5289    5.7824    8.6499         1.9484             0.75837               1.7949               0.98598               1.8851                1                 0.38811               0.80264          -0.0038838    -0.026931    -0.081289     -0.11289     -0.12394     -0.12674      -0.12074       -0.10175     -0.049721     0.072987      0.19179      0.28067      0.39076     0.52687      0.70326      0.91624        0.9885  
    cl_mt_coh_p2v9         0.12643        0.84404     1.366     'cl_mt_coh'     'fl_z_r_borr_max'        11               9                   10                -20        0.01            5           1.6184      -3.4775    50.162      0       0.17834    0.82166    3.7586e-08       0        -2.7038     -1.6308    -0.70078     -0.27156    -0.089405     0.053669      0.12521      0.19674    0.44381    0.87303    1.3022    1.5884    2.0176    2.5899    3.5265    5.8091    8.6705         1.9243             0.75537               1.7772               0.98586               1.8661                1                 0.38499               0.79945          -0.0039841    -0.025642    -0.074617     -0.10295     -0.11133     -0.11177      -0.10711      -0.087434     -0.028471     0.093204      0.20959      0.29576      0.40673     0.54118      0.70843      0.91834       0.98874  
    cl_mt_coh_p2v10        0.13036        0.87241    1.3521     'cl_mt_coh'     'fl_z_r_borr_max'        11              10                   10                -20        0.01            5           1.5498      -3.3717    50.167      0       0.16382    0.83618    2.9574e-08       0        -2.5229     -1.4143    -0.59522     -0.23824    -0.024054     0.065714      0.13314       0.1941    0.47571    0.87037    1.3325     1.618    2.0127    2.5839    3.5457    5.8304    8.6862         1.8702             0.75075               1.7424               0.98572               1.8281                1                 0.37882               0.79486          -0.0032692    -0.022283    -0.065294    -0.086847    -0.093588    -0.092016     -0.084072      -0.065456    -0.0013854      0.10218      0.23482      0.31665      0.41404      0.5447      0.71649      0.92096       0.98908  
    cl_mt_coh_p2v11        0.13429        0.90182    1.3374     'cl_mt_coh'     'fl_z_r_borr_max'        11              11                   10                -20        0.01            5            1.483      -3.2721    50.172      0       0.14277    0.85723    2.5299e-08       0        -2.3484     -1.2794    -0.49554      -0.1742    0.0032981      0.07588      0.14582       0.2184    0.46716    0.89474    1.3573    1.6423    2.0349     2.605    3.5664    5.8468    8.6973         1.8189             0.74699               1.7059                0.9855               1.7886                1                 0.37313               0.79168          -0.0032172    -0.019962    -0.054392    -0.071182    -0.075165    -0.072352     -0.064661      -0.043572      0.013875      0.12717       0.2571      0.33833      0.43263     0.55979      0.72546      0.92341       0.98939  
    cl_mt_coh_p2v12        0.13821        0.91578    1.3303     'cl_mt_coh'     'fl_z_r_borr_max'        11              12                   10                -20        0.01            5           1.4526      -3.1782    50.177      0       0.14472    0.85528    2.1318e-08       0        -2.2508     -1.1837    -0.43747     -0.11669     0.025581     0.096718      0.16653      0.23899     0.4524    0.87922    1.3409    1.6617    2.0174    2.5865    3.5824    5.8588    8.7043         1.7922             0.74416               1.6886               0.98543               1.7696                1                 0.36973               0.78836          -0.0027485    -0.018341    -0.049071    -0.064045    -0.065125    -0.060916     -0.055298      -0.032928      0.023389       0.1354      0.25579      0.34979      0.43745     0.56313       0.7308      0.92504       0.98961  
    cl_mt_coh_p2v13        0.14214        0.96237    1.3034     'cl_mt_coh'     'fl_z_r_borr_max'        11              13                   10                -20        0.01            5           1.3543      -3.0895    50.182      0       0.11297    0.88703    7.3198e-09       0        -1.7322      -0.809    -0.24086    -0.027802     0.076748      0.14446      0.18194      0.25627    0.50286    0.92896    1.3926    1.6766    2.0653    2.6334    3.5941    5.8667    8.7074         1.6757             0.73564               1.6245               0.98519               1.6988                1                 0.35548               0.77547           -0.002324    -0.012474    -0.030818    -0.036873    -0.034709    -0.027663     -0.016322    -0.00021217      0.061443      0.17324      0.29761      0.37469      0.46326     0.58364       0.7412       0.9274       0.98994  
    cl_mt_coh_p2v14        0.14607        0.97847    1.2954     'cl_mt_coh'     'fl_z_r_borr_max'        11              14                   10                -20        0.01            5           1.3239      -3.0055    50.187      0      0.096698     0.9033    3.9332e-09       0        -1.5421    -0.72339    -0.15614     0.017834       0.1209      0.14823      0.18697      0.26929    0.48201    0.93303    1.3972    1.6874    2.0741    2.6413    3.6019    5.8709    8.7071         1.6423             0.73218               1.6056               0.98513                1.678                1                 0.35044                0.7692          -0.0019037    -0.011074    -0.026769    -0.028849     -0.02494    -0.017793    -0.0049464       0.013797      0.069421      0.17873      0.29534      0.38367      0.47107     0.58954      0.74498      0.92841       0.99006  
    cl_mt_coh_p2v15           0.15         0.9887    1.2934     'cl_mt_coh'     'fl_z_r_borr_max'        11              15                   10                -20        0.01            5           1.3082       -2.926    50.192      0      0.088343    0.91166    4.0582e-09       0        -1.4916    -0.68199     -0.1464     0.056799       0.1276        0.152        0.192       0.2784     0.4908    0.93719     1.402    1.6944    2.0792    2.6456     3.606    5.8716    8.7343         1.6338             0.73081               1.6011                0.9851                1.673                1                 0.34903               0.76712          -0.0019074    -0.010438    -0.023969    -0.025147    -0.020833    -0.013112    0.00062314       0.021628      0.074814      0.18417      0.30025      0.38798      0.47475     0.59229      0.74666      0.92856       0.99019  

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

    cl_mt_val_p3v1       -20     2.7401    2.1878     'cl_mt_val'       'fl_b_bd'          12              1                    10                   0.095           0.01            5           0.79844     -21.203    14.902      0      0.097085    0.90291    8.6777e-06       0        -8.299    -3.9873    -1.153    0.017417    0.68962    1.2285    1.5599    2.1976    2.9227    3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                1                  2.9048               0.86185               2.8445             0.80722              0.73022               0.94733           -0.00373     -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_val_p3v2    -16.25     2.7401    2.1878     'cl_mt_val'       'fl_b_bd'          12              2                    10                   0.095           0.01            5           0.79844     -21.203    14.902      0      0.097085    0.90291    8.6777e-06       0        -8.299    -3.9873    -1.153    0.017417    0.68962    1.2285    1.5599    2.1976    2.9227    3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                1                  2.9048               0.86185               2.8445             0.80722              0.73022               0.94733           -0.00373     -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_val_p3v3     -12.5     2.7401    2.1878     'cl_mt_val'       'fl_b_bd'          12              3                    10                   0.095           0.01            5           0.79844     -21.203    14.902      0      0.097085    0.90291    8.6777e-06       0        -8.299    -3.9873    -1.153    0.017417    0.68962    1.2285    1.5599    2.1976    2.9227    3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                1                  2.9048               0.86185               2.8445             0.80722              0.73022               0.94733           -0.00373     -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_val_p3v4     -8.75     2.7401    2.1878     'cl_mt_val'       'fl_b_bd'          12              4                    10                   0.095           0.01            5           0.79844     -21.203    14.902      0      0.097085    0.90291    8.6777e-06       0        -8.299    -3.9873    -1.153    0.017417    0.68962    1.2285    1.5599    2.1976    2.9227    3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                1                  2.9048               0.86185               2.8445             0.80722              0.73022               0.94733           -0.00373     -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_val_p3v5        -5     2.7401    2.1878     'cl_mt_val'       'fl_b_bd'          12              5                    10                   0.095           0.01            5           0.79844     -21.203    14.902      0      0.097085    0.90291    8.6777e-06       0        -8.299    -3.9873    -1.153    0.017417    0.68962    1.2285    1.5599    2.1976    2.9227    3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                1                  2.9048               0.86185               2.8445             0.80722              0.73022               0.94733           -0.00373     -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  

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

    cl_mt_pol_c_p3v1       -20     1.2636    0.35232    'cl_mt_pol_c'      'fl_b_bd'          12              1                    10                   0.095           0.01            5           0.27883     0.038494    4.9258      0        0        1      8.6777e-06       0        0.39012    0.60871    0.76079    0.83742    0.89186    0.92888    0.97811    1.0766    1.2198    1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                  1             0.00023524    0.0040355    0.026258    0.058752     0.093027      0.12845      0.16595      0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972       0.92        0.98233       0.99804  
    cl_mt_pol_c_p3v2    -16.25     1.2636    0.35232    'cl_mt_pol_c'      'fl_b_bd'          12              2                    10                   0.095           0.01            5           0.27883     0.038494    4.9258      0        0        1      8.6777e-06       0        0.39012    0.60871    0.76079    0.83742    0.89186    0.92888    0.97811    1.0766    1.2198    1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                  1             0.00023524    0.0040355    0.026258    0.058752     0.093027      0.12845      0.16595      0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972       0.92        0.98233       0.99804  
    cl_mt_pol_c_p3v3     -12.5     1.2636    0.35232    'cl_mt_pol_c'      'fl_b_bd'          12              3                    10                   0.095           0.01            5           0.27883     0.038494    4.9258      0        0        1      8.6777e-06       0        0.39012    0.60871    0.76079    0.83742    0.89186    0.92888    0.97811    1.0766    1.2198    1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                  1             0.00023524    0.0040355    0.026258    0.058752     0.093027      0.12845      0.16595      0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972       0.92        0.98233       0.99804  
    cl_mt_pol_c_p3v4     -8.75     1.2636    0.35232    'cl_mt_pol_c'      'fl_b_bd'          12              4                    10                   0.095           0.01            5           0.27883     0.038494    4.9258      0        0        1      8.6777e-06       0        0.39012    0.60871    0.76079    0.83742    0.89186    0.92888    0.97811    1.0766    1.2198    1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                  1             0.00023524    0.0040355    0.026258    0.058752     0.093027      0.12845      0.16595      0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972       0.92        0.98233       0.99804  
    cl_mt_pol_c_p3v5        -5     1.2636    0.35232    'cl_mt_pol_c'      'fl_b_bd'          12              5                    10                   0.095           0.01            5           0.27883     0.038494    4.9258      0        0        1      8.6777e-06       0        0.39012    0.60871    0.76079    0.83742    0.89186    0.92888    0.97811    1.0766    1.2198    1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                  1             0.00023524    0.0040355    0.026258    0.058752     0.093027      0.12845      0.16595      0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972       0.92        0.98233       0.99804  

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

    cl_mt_coh_p3v1       -20     0.37608    1.6107     'cl_mt_coh'       'fl_b_bd'          12              1                    10                   0.095           0.01            5           4.2827      -4.6385    50.122      0      0.38418    0.61582    2.1841e-07       0        -4.352    -3.5198    -2.1311    -1.3554    -0.91685    -0.62449    -0.45591    -0.090469    0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                1                 0.47793               0.84221          -0.011916     -0.10417    -0.38789    -0.61905      -0.7671     -0.86592     -0.93755      -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_coh_p3v2    -16.25     0.37608    1.6107     'cl_mt_coh'       'fl_b_bd'          12              2                    10                   0.095           0.01            5           4.2827      -4.6385    50.122      0      0.38418    0.61582    2.1841e-07       0        -4.352    -3.5198    -2.1311    -1.3554    -0.91685    -0.62449    -0.45591    -0.090469    0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                1                 0.47793               0.84221          -0.011916     -0.10417    -0.38789    -0.61905      -0.7671     -0.86592     -0.93755      -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_coh_p3v3     -12.5     0.37608    1.6107     'cl_mt_coh'       'fl_b_bd'          12              3                    10                   0.095           0.01            5           4.2827      -4.6385    50.122      0      0.38418    0.61582    2.1841e-07       0        -4.352    -3.5198    -2.1311    -1.3554    -0.91685    -0.62449    -0.45591    -0.090469    0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                1                 0.47793               0.84221          -0.011916     -0.10417    -0.38789    -0.61905      -0.7671     -0.86592     -0.93755      -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_coh_p3v4     -8.75     0.37608    1.6107     'cl_mt_coh'       'fl_b_bd'          12              4                    10                   0.095           0.01            5           4.2827      -4.6385    50.122      0      0.38418    0.61582    2.1841e-07       0        -4.352    -3.5198    -2.1311    -1.3554    -0.91685    -0.62449    -0.45591    -0.090469    0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                1                 0.47793               0.84221          -0.011916     -0.10417    -0.38789    -0.61905      -0.7671     -0.86592     -0.93755      -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_coh_p3v5        -5     0.37608    1.6107     'cl_mt_coh'       'fl_b_bd'          12              5                    10                   0.095           0.01            5           4.2827      -4.6385    50.122      0      0.38418    0.61582    2.1841e-07       0        -4.352    -3.5198    -2.1311    -1.3554    -0.91685    -0.62449    -0.45591    -0.090469    0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                1                 0.47793               0.84221          -0.011916     -0.10417    -0.38789    -0.61905      -0.7671     -0.86592     -0.93755      -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  

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

    cl_mt_val_p4v1       0.03     2.7401    2.1878     'cl_mt_val'      'fl_c_min'          13              1                    10                   0.095           -20            5           0.79844     -21.203    14.902      0      0.097085    0.90291    8.6777e-06       0        -8.299    -3.9873    -1.153    0.017417    0.68962    1.2285    1.5599    2.1976    2.9227    3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                1                  2.9048               0.86185               2.8445             0.80722              0.73022               0.94733           -0.00373     -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_val_p4v2    0.02275     2.7401    2.1878     'cl_mt_val'      'fl_c_min'          13              2                    10                   0.095           -20            5           0.79844     -21.203    14.902      0      0.097085    0.90291    8.6777e-06       0        -8.299    -3.9873    -1.153    0.017417    0.68962    1.2285    1.5599    2.1976    2.9227    3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                1                  2.9048               0.86185               2.8445             0.80722              0.73022               0.94733           -0.00373     -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_val_p4v3     0.0155     2.7401    2.1878     'cl_mt_val'      'fl_c_min'          13              3                    10                   0.095           -20            5           0.79844     -21.203    14.902      0      0.097085    0.90291    8.6777e-06       0        -8.299    -3.9873    -1.153    0.017417    0.68962    1.2285    1.5599    2.1976    2.9227    3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                1                  2.9048               0.86185               2.8445             0.80722              0.73022               0.94733           -0.00373     -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_val_p4v4    0.00825     2.7401    2.1878     'cl_mt_val'      'fl_c_min'          13              4                    10                   0.095           -20            5           0.79844     -21.203    14.902      0      0.097085    0.90291    8.6777e-06       0        -8.299    -3.9873    -1.153    0.017417    0.68962    1.2285    1.5599    2.1976    2.9227    3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                1                  2.9048               0.86185               2.8445             0.80722              0.73022               0.94733           -0.00373     -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_val_p4v5      0.001     2.7401    2.1878     'cl_mt_val'      'fl_c_min'          13              5                    10                   0.095           -20            5           0.79844     -21.203    14.902      0      0.097085    0.90291    8.6777e-06       0        -8.299    -3.9873    -1.153    0.017417    0.68962    1.2285    1.5599    2.1976    2.9227    3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                1                  2.9048               0.86185               2.8445             0.80722              0.73022               0.94733           -0.00373     -0.021264    -0.053207    -0.062108    -0.05482     -0.036479    -0.011331    0.063533      0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  

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

    cl_mt_pol_c_p4v1       0.03     1.2636    0.35232    'cl_mt_pol_c'     'fl_c_min'          13              1                    10                   0.095           -20            5           0.27883     0.038494    4.9258      0        0        1      8.6777e-06       0        0.39012    0.60871    0.76079    0.83742    0.89186    0.92888    0.97811    1.0766    1.2198    1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                  1             0.00023524    0.0040355    0.026258    0.058752     0.093027      0.12845      0.16595      0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972       0.92        0.98233       0.99804  
    cl_mt_pol_c_p4v2    0.02275     1.2636    0.35232    'cl_mt_pol_c'     'fl_c_min'          13              2                    10                   0.095           -20            5           0.27883     0.038494    4.9258      0        0        1      8.6777e-06       0        0.39012    0.60871    0.76079    0.83742    0.89186    0.92888    0.97811    1.0766    1.2198    1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                  1             0.00023524    0.0040355    0.026258    0.058752     0.093027      0.12845      0.16595      0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972       0.92        0.98233       0.99804  
    cl_mt_pol_c_p4v3     0.0155     1.2636    0.35232    'cl_mt_pol_c'     'fl_c_min'          13              3                    10                   0.095           -20            5           0.27883     0.038494    4.9258      0        0        1      8.6777e-06       0        0.39012    0.60871    0.76079    0.83742    0.89186    0.92888    0.97811    1.0766    1.2198    1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                  1             0.00023524    0.0040355    0.026258    0.058752     0.093027      0.12845      0.16595      0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972       0.92        0.98233       0.99804  
    cl_mt_pol_c_p4v4    0.00825     1.2636    0.35232    'cl_mt_pol_c'     'fl_c_min'          13              4                    10                   0.095           -20            5           0.27883     0.038494    4.9258      0        0        1      8.6777e-06       0        0.39012    0.60871    0.76079    0.83742    0.89186    0.92888    0.97811    1.0766    1.2198    1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                  1             0.00023524    0.0040355    0.026258    0.058752     0.093027      0.12845      0.16595      0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972       0.92        0.98233       0.99804  
    cl_mt_pol_c_p4v5      0.001     1.2636    0.35232    'cl_mt_pol_c'     'fl_c_min'          13              5                    10                   0.095           -20            5           0.27883     0.038494    4.9258      0        0        1      8.6777e-06       0        0.39012    0.60871    0.76079    0.83742    0.89186    0.92888    0.97811    1.0766    1.2198    1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                  1             0.00023524    0.0040355    0.026258    0.058752     0.093027      0.12845      0.16595      0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972       0.92        0.98233       0.99804  

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

    cl_mt_coh_p4v1       0.03     0.37608    1.6107     'cl_mt_coh'      'fl_c_min'          13              1                    10                   0.095           -20            5           4.2827      -4.6385    50.122      0      0.38418    0.61582    2.1841e-07       0        -4.352    -3.5198    -2.1311    -1.3554    -0.91685    -0.62449    -0.45591    -0.090469    0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                1                 0.47793               0.84221          -0.011916     -0.10417    -0.38789    -0.61905      -0.7671     -0.86592     -0.93755      -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_coh_p4v2    0.02275     0.37608    1.6107     'cl_mt_coh'      'fl_c_min'          13              2                    10                   0.095           -20            5           4.2827      -4.6385    50.122      0      0.38418    0.61582    2.1841e-07       0        -4.352    -3.5198    -2.1311    -1.3554    -0.91685    -0.62449    -0.45591    -0.090469    0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                1                 0.47793               0.84221          -0.011916     -0.10417    -0.38789    -0.61905      -0.7671     -0.86592     -0.93755      -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_coh_p4v3     0.0155     0.37608    1.6107     'cl_mt_coh'      'fl_c_min'          13              3                    10                   0.095           -20            5           4.2827      -4.6385    50.122      0      0.38418    0.61582    2.1841e-07       0        -4.352    -3.5198    -2.1311    -1.3554    -0.91685    -0.62449    -0.45591    -0.090469    0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                1                 0.47793               0.84221          -0.011916     -0.10417    -0.38789    -0.61905      -0.7671     -0.86592     -0.93755      -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_coh_p4v4    0.00825     0.37608    1.6107     'cl_mt_coh'      'fl_c_min'          13              4                    10                   0.095           -20            5           4.2827      -4.6385    50.122      0      0.38418    0.61582    2.1841e-07       0        -4.352    -3.5198    -2.1311    -1.3554    -0.91685    -0.62449    -0.45591    -0.090469    0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                1                 0.47793               0.84221          -0.011916     -0.10417    -0.38789    -0.61905      -0.7671     -0.86592     -0.93755      -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  
    cl_mt_coh_p4v5      0.001     0.37608    1.6107     'cl_mt_coh'      'fl_c_min'          13              5                    10                   0.095           -20            5           4.2827      -4.6385    50.122      0      0.38418    0.61582    2.1841e-07       0        -4.352    -3.5198    -2.1311    -1.3554    -0.91685    -0.62449    -0.45591    -0.090469    0.20189    0.61802    1.0059    1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                1                 0.47793               0.84221          -0.011916     -0.10417    -0.38789    -0.61905      -0.7671     -0.86592     -0.93755      -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279      0.01744      0.38342      0.82242       0.97532  

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

    cl_mt_val_p5v1           3          2.7542    2.1797     'cl_mt_val'     'fl_z_r_borr_n'        14               1                   10                   0.095           -20        0.01       0.79139     -21.736    14.902      0      0.097807    0.90219    1.0379e-05       0        -8.2946    -3.9534     -1.129    0.080373      0.72189     1.2242     1.6157    2.1905    2.9468    3.6709    4.1954     4.475    4.8023    5.2398    5.8763     7.017    8.1192         4.7509                1                  2.8672               0.86016               2.8064             0.80538              0.72786               0.94714          -0.0038097    -0.021144    -0.052434    -0.060601     -0.05288    -0.034396    -0.0060064      0.063613     0.20508      0.38634      0.52711      0.60707      0.68959      0.78185      0.88234      0.97276       0.99696  
    cl_mt_val_p5v2           4          2.7478    2.1826     'cl_mt_val'     'fl_z_r_borr_n'        14               2                   10                   0.095           -20        0.01       0.79431     -21.474    14.902      0      0.096828    0.90317    9.6507e-06       0        -8.2134    -3.9597    -1.1317     0.03542      0.72239     1.2285     1.5813    2.1937    2.9197    3.6729    4.1971    4.4765     4.795    5.2411    5.8765    7.0177    8.1168         4.7637                1                  2.8834               0.86104               2.8226             0.80627              0.72882               0.94741          -0.0038325    -0.021221    -0.052706    -0.061211    -0.053507    -0.035386     -0.010056       0.06349     0.20352      0.38646      0.52724      0.60704      0.68921      0.78185      0.88085      0.97277       0.99693  
    cl_mt_val_p5v3           5          2.7401    2.1878     'cl_mt_val'     'fl_z_r_borr_n'        14               3                   10                   0.095           -20        0.01       0.79844     -21.203    14.902      0      0.097085    0.90291    8.6777e-06       0         -8.299    -3.9873     -1.153    0.017417      0.68962     1.2285     1.5599    2.1976    2.9227    3.6375    4.1865    4.4591    4.7967    5.2426    5.8777    7.0187    8.1175         4.7865                1                  2.9048               0.86185               2.8445             0.80722              0.73022               0.94733            -0.00373    -0.021264    -0.053207    -0.062108     -0.05482    -0.036479     -0.011331      0.063533     0.20328      0.38268      0.52596      0.60405      0.68966      0.78213      0.88107      0.97282       0.99695  
    cl_mt_val_p5v4           6          2.7271    2.1994     'cl_mt_val'     'fl_z_r_borr_n'        14               4                   10                   0.095           -20        0.01        0.8065     -20.932    14.902      0      0.099763    0.90024    1.0585e-05       0        -8.3599    -4.0263     -1.183    0.023199      0.66429     1.1787     1.5486    2.1906    2.9261    3.6398    4.1788    4.4586    4.7827     5.227    5.8615    7.0149    8.1183         4.8373                1                  2.9472               0.86331               2.8876             0.80887              0.73359               0.94733          -0.0037696    -0.021561    -0.054374    -0.063833    -0.057051     -0.03986      -0.01471      0.055667     0.20204      0.38165      0.52347      0.60242      0.68711      0.77876      0.88002      0.97247       0.99694  
    cl_mt_val_p5v5           7          2.6935    2.2294     'cl_mt_val'     'fl_z_r_borr_n'        14               5                   10                   0.095           -20        0.01       0.82771     -20.653    14.902      0       0.10597    0.89403    9.5786e-06       0        -8.3939    -4.1437    -1.2955    -0.10507      0.59166     1.1369     1.4976    2.1359    2.9304    3.6433    4.1748    4.4613    4.7851    5.2184    5.8533    7.0102    8.1155         4.9703                1                   3.038               0.86607               2.9806             0.81207              0.74339               0.94681          -0.0038714    -0.022222     -0.05709    -0.068779    -0.063576    -0.047112     -0.022189      0.047113     0.19935      0.37912      0.51767      0.60071      0.68607      0.77683      0.87849      0.97213       0.99687  
    cl_mt_val_p5v6           8          2.6494     2.267     'cl_mt_val'     'fl_z_r_borr_n'        14               6                   10                   0.095           -20        0.01       0.85566     -20.354    14.902      0       0.11248    0.88752    1.0127e-05       0        -8.4783    -4.3065    -1.4423      -0.208      0.52003     1.0498     1.4388    2.1412    2.8831    3.6427    4.1465    4.4499    4.7697    5.2171    5.8548    7.0119    8.1037         5.1391                1                  3.1483               0.86857               3.0942             0.81527              0.75569                0.9459          -0.0040216    -0.023228    -0.061042    -0.075257    -0.071753    -0.056523     -0.032595      0.038823     0.18205      0.36754      0.51147        0.594      0.67918      0.77365      0.87666      0.97203       0.99681  
    cl_mt_val_p5v7           9            2.61     2.302     'cl_mt_val'     'fl_z_r_borr_n'        14               7                   10                   0.095           -20        0.01       0.88202     -20.033    14.903      0       0.11734    0.88266    1.0902e-05       0        -8.5712      -4.46     -1.573    -0.29104      0.45152    0.97778      1.416    2.0912    2.8843    3.6079    4.1354    4.4314    4.7572    5.2033    5.8396    6.9963    8.1022         5.2994                1                  3.2607               0.87132                 3.21              0.8187              0.76678               0.94506          -0.0040511    -0.024164    -0.064752    -0.081397    -0.079504    -0.065489     -0.041896      0.026603     0.17223      0.36094      0.50478      0.58742       0.6761      0.76981      0.87519      0.97131       0.99678  
    cl_mt_val_p5v8          10          2.5648    2.3379     'cl_mt_val'     'fl_z_r_borr_n'        14               8                   10                   0.095           -20        0.01       0.91156     -19.688    14.903      0       0.12415    0.87585    1.0003e-05       0        -8.5878    -4.6282    -1.7049    -0.41607        0.376    0.90211     1.3606    2.0432    2.8925    3.6102    4.1173    4.4223    4.7506    5.1965    5.8331    6.9928    8.1003         5.4659                1                  3.3819                0.8739               3.3346             0.82196              0.77838               0.94489          -0.0041971    -0.025014    -0.068675    -0.087912    -0.087932    -0.075293     -0.052974      0.013896     0.16884      0.34734      0.49847      0.58227      0.66917      0.76781      0.87369      0.97092       0.99671  
    cl_mt_val_p5v9          11          2.5133    2.3785     'cl_mt_val'     'fl_z_r_borr_n'        14               9                   10                   0.095           -20        0.01       0.94636     -19.316    14.903      0        0.1324     0.8676    1.0212e-05       0        -8.7358    -4.8092    -1.8504    -0.54429       0.2512    0.82884     1.2733    1.9967    2.8512    3.6182    4.0881    4.4052    4.7325      5.19    5.8183    6.9831    8.0896         5.6572                1                  3.5237               0.87659               3.4805             0.82547              0.79143               0.94489          -0.0042582    -0.026083     -0.07317    -0.095506    -0.097861    -0.087011     -0.065875    0.00011864     0.14588      0.34605      0.48771      0.57505      0.66515      0.76143      0.87044      0.97051       0.99667  
    cl_mt_val_p5v10         12          2.4682    2.4137     'cl_mt_val'     'fl_z_r_borr_n'        14              10                   10                   0.095           -20        0.01       0.97791     -18.918    14.904      0       0.13815    0.86185    9.2926e-06       0        -8.8723    -4.9551    -1.9913    -0.64734      0.15371    0.74389     1.2166    1.9515    2.8074    3.5851    4.0929    4.3867    4.7212    5.1754    5.8129    6.9759    8.0855         5.8257                1                  3.6554                0.8795               3.6158             0.82907              0.80213               0.94439          -0.0043627    -0.027022    -0.077301     -0.10259     -0.10706    -0.097671     -0.077623     -0.012864     0.13323      0.32744      0.48544      0.56543      0.65822      0.76026      0.86825       0.9699       0.99659  
    cl_mt_val_p5v11         13            2.42    2.4402     'cl_mt_val'     'fl_z_r_borr_n'        14              11                   10                   0.095           -20        0.01        1.0083       -18.5    14.904      0       0.14522    0.85478    9.3303e-06       0        -9.0112    -5.0558    -2.1007    -0.75487      0.06979    0.66837     1.1425    1.8923    2.7669    3.5526     4.063    4.3706    4.7086    5.1614    5.7905    6.9626    8.0727         5.9544                1                  3.7652               0.88117                3.728             0.83133              0.81049               0.94489          -0.0044372    -0.027849    -0.080871     -0.10888     -0.11538     -0.10738     -0.088478     -0.024651     0.12022       0.3236      0.47612      0.55824      0.65158      0.75413      0.86623      0.96916       0.99653  
    cl_mt_val_p5v12         14          2.3712    2.4614     'cl_mt_val'     'fl_z_r_borr_n'        14              12                   10                   0.095           -20        0.01        1.0381     -18.069    14.905      0       0.15092    0.84908    8.3774e-06       0        -9.0222     -5.083    -2.1853    -0.84782    -0.018557    0.59745     1.0705    1.8363    2.7229    3.5173    4.0314    4.3526    4.6864    5.1375    5.7684    6.9487    8.0595         6.0586                1                  3.8613               0.88293               3.8254             0.83345              0.81705               0.94592          -0.0045306    -0.028532    -0.084268     -0.11476     -0.12323     -0.11686     -0.099032     -0.037184     0.10815      0.30404       0.4621      0.55167      0.64887      0.74922      0.86339       0.9689       0.99645  
    cl_mt_val_p5v13         15          2.2954    2.4997     'cl_mt_val'     'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01         1.089     -17.635    14.906      0       0.16171    0.83829    7.4417e-06       0        -9.0936    -5.1517    -2.3554    -0.99769      -0.1583    0.45683    0.95344    1.7322     2.653    3.4484    3.9938    4.3303    4.6619    5.1247    5.7542    6.9307    8.0569         6.2487                1                  4.0209               0.88496               3.9868               0.836              0.82997               0.94812          -0.0046357    -0.029734    -0.089611     -0.12445     -0.13647     -0.13291      -0.11743     -0.058305     0.08565      0.28567      0.44916      0.53985      0.63848      0.74165      0.85931      0.96767       0.99637  
    cl_mt_val_p5v14         16          2.2054    2.5425     'cl_mt_val'     'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01        1.1529     -17.207    14.907      0       0.17476    0.82524    6.3979e-06       0        -9.0229    -5.2228    -2.5287     -1.1767     -0.33016    0.29795    0.80815    1.5992    2.5504    3.4017    3.9414    4.2939    4.6257    5.0817    5.7275    6.9136     8.042         6.4645                1                   4.196               0.88656               4.1646             0.83825              0.84467               0.95059          -0.0047962    -0.031301    -0.096177     -0.13649     -0.15294     -0.15294      -0.14016     -0.084619     0.05844      0.26123      0.43144      0.52509      0.62204      0.73253      0.85411      0.96664       0.99624  
    cl_mt_val_p5v15         17          2.1173    2.5789     'cl_mt_val'     'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01         1.218     -16.797    14.908      0       0.18766    0.81234    5.1019e-06       0        -8.8762    -5.3497    -2.6751     -1.3316       -0.492    0.14396    0.65857    1.4968    2.4724     3.326    3.8981    4.2334    4.5947    5.0614    5.7086    6.8924    8.0145         6.6508                1                  4.3552               0.88761               4.3256             0.83989              0.85713               0.95317          -0.0050895    -0.032738     -0.10262     -0.14819     -0.16923     -0.17299      -0.16325       -0.1115    0.030535      0.23715      0.40808      0.50457      0.60838      0.72444      0.84983      0.96517       0.99605  

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

    cl_mt_pol_c_p5v1           3          1.2647    0.35257    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               1                   10                   0.095           -20        0.01       0.27878     0.038494    4.9258      0        0        1      1.0379e-05       0        0.39404    0.60029    0.76133    0.83717    0.89186    0.92991    0.96542    1.0829    1.2228    1.4056     1.507    1.5874    1.6658    1.7165     1.885    2.1211    2.3689        0.72786             0.94714              0.48384               0.89734              0.47405             0.84102              0.12431                  1             0.00024036    0.0040378    0.026434    0.057942     0.093554      0.12863      0.16608      0.24951      0.38435      0.54526      0.65759      0.72018      0.78311      0.84923      0.92034      0.98249       0.99807  
    cl_mt_pol_c_p5v2           4          1.2642    0.35246    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               2                   10                   0.095           -20        0.01       0.27881     0.038494    4.9258      0        0        1      9.6507e-06       0        0.39404    0.60029    0.75882    0.83742    0.89186    0.92991     0.9713    1.0829    1.2228    1.4056    1.5089    1.5856    1.6658    1.7165     1.885    2.1211    2.3671        0.72882             0.94741              0.48577               0.89827              0.47608              0.8421              0.12423                  1             0.00024722     0.004028    0.026372    0.058757     0.093493      0.12999      0.16553      0.25008      0.38599      0.54647       0.6583      0.71881      0.78359      0.84961      0.92054      0.98253       0.99805  
    cl_mt_pol_c_p5v3           5          1.2636    0.35232    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               3                   10                   0.095           -20        0.01       0.27883     0.038494    4.9258      0        0        1      8.6777e-06       0        0.39012    0.60871    0.76079    0.83742    0.89186    0.92888    0.97811    1.0766    1.2198    1.4056    1.5071    1.5892    1.6658    1.7165    1.8832    2.1199    2.3671        0.73022             0.94733              0.48763               0.89841              0.47793             0.84221              0.12413                  1             0.00023524    0.0040355    0.026258    0.058752     0.093027      0.12845      0.16595      0.24795      0.38428      0.54767      0.65769      0.72042      0.78319      0.84972         0.92      0.98233       0.99804  
    cl_mt_pol_c_p5v4           6          1.2626    0.35209    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               4                   10                   0.095           -20        0.01       0.27886     0.038494    4.9258      0        0        1      1.0585e-05       0        0.38241    0.60685     0.7587     0.8359    0.89186    0.92776    0.99143    1.0718    1.2185    1.4056     1.507    1.5874    1.6615    1.7165    1.8832    2.1194    2.3671        0.73359             0.94733              0.49207               0.90041              0.48254             0.84438              0.12396                  1             0.00023639    0.0040236    0.026465    0.058008     0.093268      0.12839      0.16757      0.24793      0.38449      0.54923       0.6572      0.71912      0.78184      0.85009       0.9202      0.98228       0.99805  
    cl_mt_pol_c_p5v5           7          1.2602    0.35218    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               5                   10                   0.095           -20        0.01       0.27946     0.038494    4.9258      0        0        1      9.5786e-06       0         0.3682    0.60009    0.75569     0.8359    0.89186    0.92991    0.98999    1.0678    1.2158    1.4038     1.507    1.5856    1.6658    1.7147    1.8833    2.1194    2.3671        0.74339             0.94681              0.50114               0.90437              0.49221             0.84892              0.12403                  1             0.00022981    0.0039691    0.026029    0.057896     0.092983       0.1296      0.16615      0.25133      0.38543        0.544      0.65971      0.71886      0.78273      0.84952      0.91985      0.98236       0.99806  
    cl_mt_pol_c_p5v6           8          1.2573    0.35242    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               6                   10                   0.095           -20        0.01        0.2803     0.038494    4.9258      0        0        1      1.0127e-05       0        0.34883    0.58973    0.75236     0.8359    0.89069    0.92965    0.98967    1.0575    1.2158     1.402       1.5     1.582    1.6615    1.7147    1.8832    2.1193    2.3653        0.75569              0.9459              0.51123               0.90726                0.503             0.85252               0.1242                  1             0.00022345    0.0039088    0.025842    0.057744     0.092042      0.12862      0.16636      0.24843      0.38404      0.54195      0.65878      0.71788      0.78119      0.84944      0.92008      0.98241       0.99805  
    cl_mt_pol_c_p5v7           9          1.2546    0.35245    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               7                   10                   0.095           -20        0.01       0.28093     0.038494    4.9258      0        0        1      1.0902e-05       0        0.34048    0.58035    0.75028    0.83715    0.88997    0.92701     0.9975    1.0547    1.2133    1.4002    1.4983    1.5803    1.6448    1.7129    1.8815    2.1176    2.3635        0.76678             0.94506              0.52135               0.90995              0.51373             0.85579              0.12422                  1             0.00021723    0.0038496    0.025791     0.05757     0.092306      0.12839      0.16643      0.24859      0.38423      0.54118      0.65655      0.71723      0.78111      0.84855         0.92      0.98223       0.99805  
    cl_mt_pol_c_p5v8          10          1.2515    0.35235    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               8                   10                   0.095           -20        0.01       0.28155     0.038494    4.9258      0        0        1      1.0003e-05       0        0.33615    0.57137    0.74954    0.83319     0.8853    0.93436    0.99663    1.0504    1.2123    1.4002    1.4965    1.5785    1.6359    1.7112    1.8797    2.1175    2.3635        0.77838             0.94489              0.53244                0.9129              0.52546             0.85942              0.12415                  1             0.00021206    0.0037838    0.025561    0.057365     0.091842      0.12809      0.16722      0.24898       0.3852      0.54506      0.65608      0.71843      0.78086      0.84844      0.91995      0.98227       0.99804  
    cl_mt_pol_c_p5v9          11          1.2478    0.35215    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               9                   10                   0.095           -20        0.01       0.28221     0.038494    4.9258      0        0        1      1.0212e-05       0         0.3298    0.56254    0.74395    0.83044    0.88909    0.94608    0.99143    1.0484    1.2061    1.3948    1.4947    1.5785    1.6288    1.7094    1.8797    2.1164    2.3617        0.79143             0.94489              0.54486               0.91547              0.53845             0.86253              0.12401                  1             0.00020575    0.0037231    0.025389     0.05709     0.091588      0.12836      0.16774       0.2495      0.38506      0.54627       0.6572      0.71846      0.78049      0.84877      0.91996      0.98218       0.99803  
    cl_mt_pol_c_p5v10         12          1.2447     0.3519    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              10                   10                   0.095           -20        0.01       0.28272     0.038494    4.9258      0        0        1      9.2926e-06       0        0.31562    0.55429      0.741    0.83153     0.8937    0.94656    0.98887    1.0456    1.2061    1.3798    1.4929    1.5749    1.6305    1.7094    1.8779     2.114    2.3599        0.80213             0.94439              0.55591               0.91739                 0.55             0.86496              0.12383                  1             0.00019849    0.0036393    0.025209    0.056993     0.091727      0.12864       0.1677      0.25015      0.39393       0.5401      0.65819       0.7163      0.78026       0.8485       0.9197      0.98216       0.99803  
    cl_mt_pol_c_p5v11         13          1.2413    0.35152    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              11                   10                   0.095           -20        0.01        0.2832     0.038494    4.9258      0        0        1      9.3303e-06       0        0.31052    0.54669    0.74007    0.83191    0.89395    0.94396    0.98336    1.0407    1.1988    1.3685    1.4893    1.5713    1.6149    1.7058    1.8743    2.1128    2.3599        0.81049             0.94489              0.56515               0.91813              0.55961             0.86626              0.12357                  1             0.00019133    0.0035929    0.025097    0.056914     0.091721      0.12891      0.16776      0.24933      0.38435      0.53975       0.6544       0.7161      0.77959      0.84747      0.91911      0.98204       0.99804  
    cl_mt_pol_c_p5v12         14          1.2377    0.35092    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              12                   10                   0.095           -20        0.01       0.28353     0.038494    4.9258      0        0        1      8.3774e-06       0        0.29908    0.53959    0.73787    0.83139    0.89283    0.94146    0.98019    1.0396    1.1953    1.3631    1.4876    1.5731    1.6167     1.704    1.8726    2.1105    2.3564        0.81705             0.94592              0.57321               0.91934              0.56778             0.86769              0.12314                  1             0.00019628    0.0035212    0.025014    0.056879     0.091809      0.12883       0.1679      0.24918      0.38523      0.53906      0.65788      0.71686      0.77917      0.84739      0.91882       0.9821       0.99802  
    cl_mt_pol_c_p5v13         15          1.2323    0.35019    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01       0.28418     0.038494    4.9258      0        0        1      7.4417e-06       0        0.28917    0.52788    0.73204    0.82643    0.88954    0.93889     0.9751    1.0576    1.1874    1.3578     1.484    1.5678    1.6034    1.6996    1.8708    2.1087    2.3546        0.82997             0.94812                0.588               0.92378              0.58325             0.87303              0.12263                  1             0.00018447    0.0034656    0.024756    0.056552     0.091434      0.12865      0.16741      0.24968      0.38617      0.53951       0.6568      0.71509      0.78066      0.84666      0.91859      0.98194       0.99801  
    cl_mt_pol_c_p5v14         16          1.2261    0.34949    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01       0.28505     0.038494    4.9258      0        0        1      6.3979e-06       0        0.27649    0.51531    0.72263    0.82091    0.88661     0.9348    0.97219    1.0609    1.1771    1.3341    1.4804    1.5432    1.5998    1.6969    1.8637    2.1069     2.351        0.84467             0.95059                0.603               0.92688              0.59886             0.87694              0.12214                  1             0.00017409    0.0033638    0.024385    0.056116        0.091      0.12818      0.16716      0.24974      0.38627      0.54072      0.65912      0.71377        0.779       0.8465      0.91831      0.98205       0.99801  
    cl_mt_pol_c_p5v15         17            1.22    0.34869    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01       0.28581     0.038494    4.9258      0        0        1      5.1019e-06       0        0.27383    0.50516    0.71403    0.81453    0.88245    0.93055     0.9733    1.0606    1.1659    1.3138    1.4558    1.5314    1.5962    1.6933    1.8584    2.1021    2.3492        0.85713             0.95317              0.61628               0.92895              0.61266             0.87981              0.12158                  1             0.00016999    0.0032745    0.024055    0.055644     0.090595       0.1277      0.16668      0.25039      0.38687      0.53832       0.6523      0.71319       0.7787      0.84572      0.91808      0.98187       0.99801  

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

    cl_mt_coh_p5v1           3              0.40348    1.5987     'cl_mt_coh'     'fl_z_r_borr_n'        14               1                   10                   0.095           -20        0.01        3.9622     -4.6385    50.122      0      0.37742    0.62258    2.2402e-06       0        -4.3296    -3.4526    -2.0639     -1.333    -0.89445     -0.5738    -0.38282     -0.06218     0.20189    0.64042      1.079     1.3713    1.7368    2.3215    3.2999    5.5374    8.3878         2.8064             0.80538               2.4163                0.9883               2.5558                1                 0.47405               0.84102          -0.013065     -0.096737    -0.35442    -0.56101     -0.69391     -0.78129     -0.84513     -0.89098     -0.84834     -0.67844     -0.48127     -0.32937     -0.15979      0.094294      0.4229      0.83322       0.97675  
    cl_mt_coh_p5v2           4              0.39086     1.604     'cl_mt_coh'     'fl_z_r_borr_n'        14               2                   10                   0.095           -20        0.01        4.1038     -4.6385    50.122      0       0.3811     0.6189    5.7466e-07       0        -4.3296    -3.4526    -2.0639     -1.333    -0.89445    -0.60209    -0.41269    -0.090469     0.20189    0.61055     1.0491     1.3414    1.7368    2.3215    3.2716    5.5374    8.3878         2.8226             0.80627               2.4324               0.98835               2.5728                1                 0.47608                0.8421          -0.013235      -0.10381    -0.37703    -0.59269     -0.73294     -0.82297     -0.88106     -0.94049      -0.8978     -0.75732     -0.54722     -0.39685     -0.19299      0.068064     0.40312      0.82824       0.97612  
    cl_mt_coh_p5v3           5              0.37608    1.6107     'cl_mt_coh'     'fl_z_r_borr_n'        14               3                   10                   0.095           -20        0.01        4.2827     -4.6385    50.122      0      0.38418    0.61582    2.1841e-07       0         -4.352    -3.5198    -2.1311    -1.3554    -0.91685    -0.62449    -0.45591    -0.090469     0.20189    0.61802     1.0059     1.3265    1.7368    2.2991    3.2716    5.5374    8.3878         2.8445             0.80722               2.4527               0.98845               2.5943                1                 0.47793               0.84221          -0.011916      -0.10417    -0.38789    -0.61905      -0.7671     -0.86592     -0.93755      -1.0034     -0.96011      -0.8085     -0.60592     -0.45054     -0.23279       0.01744     0.38342      0.82242       0.97532  
    cl_mt_coh_p5v4           6              0.35592    1.6231     'cl_mt_coh'     'fl_z_r_borr_n'        14               4                   10                   0.095           -20        0.01        4.5603     -4.6385    50.122      0      0.38976    0.61024    1.7119e-07       0        -4.4027    -3.5256    -2.1549    -1.4061    -0.96754    -0.67518    -0.47383    -0.090469     0.20189    0.58666     1.0059     1.3175    1.7188    2.3035    3.2716    5.5374    8.3878         2.8876             0.80887               2.4905               0.98855               2.6345                1                 0.48254               0.84438          -0.013357      -0.11625    -0.41703    -0.67492     -0.83819     -0.96054      -1.0234      -1.1045      -1.0602     -0.91529     -0.68942     -0.52873     -0.31656     -0.031523       0.351      0.81345       0.97431  
    cl_mt_coh_p5v5           7              0.31366    1.6463     'cl_mt_coh'     'fl_z_r_borr_n'        14               5                   10                   0.095           -20        0.01        5.2488     -4.6385    50.122      0      0.39985    0.60015    8.4389e-08       0        -4.4027    -3.6137    -2.2831     -1.509     -1.0556    -0.77814    -0.54394     -0.16356     0.18695    0.56733     1.0059     1.2982    1.7069    2.2484    3.2716    5.5224    8.3729         2.9806             0.81207               2.5611                0.9887               2.7104                1                 0.49221               0.84892          -0.016309      -0.12838    -0.48736    -0.78605     -0.99551      -1.1368       -1.241       -1.346        -1.32      -1.1459     -0.89022     -0.70589     -0.48218      -0.17101     0.27205       0.7861       0.97036  
    cl_mt_coh_p5v6           8              0.25772    1.6742     'cl_mt_coh'     'fl_z_r_borr_n'        14               6                   10                   0.095           -20        0.01        6.4963     -4.6385    50.122      0      0.41701    0.58299    7.0575e-08       0        -4.4155    -3.6974    -2.3818    -1.6509     -1.1996    -0.89445    -0.61489     -0.18916      0.1216    0.55453    0.99306     1.2854    1.6637    2.2356     3.246    5.4862    8.3494         3.0942             0.81527               2.6472                0.9889                2.803                1                   0.503               0.85252          -0.020179      -0.16083    -0.61938     -1.0017      -1.2817      -1.4861      -1.6261       -1.776      -1.7702      -1.5782      -1.2837      -1.0606     -0.77781      -0.41387     0.10891      0.73869       0.96353  
    cl_mt_coh_p5v7           9              0.20506    1.7032     'cl_mt_coh'     'fl_z_r_borr_n'        14               7                   10                   0.095           -20        0.01        8.3061     -4.6385    50.122      0      0.43132    0.56868    5.1846e-08       0        -4.4758     -3.818    -2.5248    -1.7939      -1.333    -0.97874    -0.68638     -0.24785      0.1176    0.53373    0.98346     1.2534    1.6525     2.226    3.1985    5.4531    8.3148           3.21              0.8187               2.7387               0.98912                2.901                1                 0.51373               0.85579          -0.022841      -0.20383      -0.808     -1.3232      -1.7093      -1.9858      -2.1875      -2.4053       -2.422      -2.1999      -1.8385      -1.5831      -1.2223      -0.75808    -0.11064      0.67253       0.95481  
    cl_mt_coh_p5v8          10              0.14241    1.7352     'cl_mt_coh'     'fl_z_r_borr_n'        14               8                   10                   0.095           -20        0.01        12.184     -4.6385    50.122      0      0.44986    0.55014    4.4907e-08       0        -4.4858     -3.901    -2.6984    -1.9376     -1.4459     -1.0904    -0.77814     -0.32965     0.10169    0.49424    0.92282     1.2251    1.6139    2.1753    3.1886    5.4444    8.3048         3.3346             0.82196               2.8416               0.98934                3.011                1                 0.52546               0.85942          -0.032755      -0.29765     -1.1944     -2.0018      -2.5931      -3.0335      -3.3623      -3.7409      -3.8198      -3.5229      -3.0552      -2.6545      -2.1863       -1.5174    -0.59155      0.53226       0.93495  
    cl_mt_coh_p5v9          11             0.070041    1.7727     'cl_mt_coh'     'fl_z_r_borr_n'        14               9                   10                   0.095           -20        0.01         25.31     -4.6385    50.122      0      0.47109    0.52891    4.9233e-08       0        -4.5027    -3.9911    -2.8678    -2.0997     -1.6253     -1.2316    -0.91237     -0.40074     0.08576    0.46736     0.9059     1.1983    1.5816    2.1663    3.1717    5.4016      8.27         3.4805             0.82547               2.9649               0.98963               3.1425                1                 0.53845               0.86253          -0.065371      -0.61804     -2.5404      -4.284      -5.6015      -6.6068      -7.3802      -8.2982      -8.5665      -8.0411      -7.1028      -6.3653      -5.3851       -4.0472     -2.2174     0.049218       0.86699  
    cl_mt_coh_p5v10         12          -0.00071588    1.8069     'cl_mt_coh'     'fl_z_r_borr_n'        14              10                   10                   0.095           -20        0.01       -2524.1     -4.6385    50.122      0      0.49217    0.50783    5.7527e-08       0        -4.5247    -4.0943    -3.0303    -2.2913     -1.7797     -1.3574     -1.0164      -0.4722    0.039418    0.42115    0.85969     1.1439     1.558    2.1022    3.1092    5.3668    8.2335         3.6158             0.82907               3.0801               0.98989                3.265                1                    0.55               0.86496             6.4831        60.725      256.41      439.45        580.7       691.95       772.27       874.62       912.94       867.75       780.82       711.62       616.66        490.78      313.02       93.042        13.865  
    cl_mt_coh_p5v11         13            -0.083179    1.8378     'cl_mt_coh'     'fl_z_r_borr_n'        14              11                   10                   0.095           -20        0.01       -22.094     -4.6385    50.122      0      0.51493    0.48507    6.8683e-08       0        -4.5564    -4.1834    -3.1826    -2.4442     -1.9252     -1.4941     -1.1286     -0.55887    -0.03978    0.37635    0.81489     1.1072    1.4951    2.0798    3.0806    5.3181    8.1969          3.728             0.83133               3.1863               0.99011               3.3773                1                 0.55961               0.86626           0.058048       0.53305      2.2929      3.9767       5.2698       6.2984       7.0756       8.0623       8.5416       8.2605       7.5751       7.0043       6.2312        5.1638      3.6687        1.787        1.1112  
    cl_mt_coh_p5v12         14             -0.17295    1.8647     'cl_mt_coh'     'fl_z_r_borr_n'        14              12                   10                   0.095           -20        0.01       -10.782     -4.6385    50.122      0      0.53561    0.46439    8.3844e-08       0        -4.5696    -4.2634    -3.3339    -2.6031     -2.0777     -1.6322     -1.2488     -0.68207    -0.11115     0.3205    0.75214     1.0514    1.4306    2.0084    3.0179    5.2699     8.141         3.8254             0.83345               3.2811               0.99033               3.4771                1                 0.56778               0.86769           0.028541        0.2588      1.1318      1.9852       2.6508       3.1871        3.597       4.1443       4.4694        4.377       4.0812       3.8213       3.4677        2.9692      2.2614        1.376        1.0531  
    cl_mt_coh_p5v13         15             -0.29478    1.9078     'cl_mt_coh'     'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01       -6.4717     -4.6385    50.122      0      0.55818    0.44182    1.1882e-07       0        -4.5809     -4.336    -3.5038     -2.814     -2.2804     -1.8227     -1.4445     -0.86616    -0.20196    0.26218    0.68151    0.98026    1.3713    1.9496    2.9537    5.2066    8.0763         3.9868               0.836               3.4348               0.99055               3.6395                1                 0.58325               0.87303           0.018669        0.1549     0.68138      1.2162       1.6422        1.991       2.2687       2.6556       2.9278       2.9066       2.7524        2.613       2.4168         2.138      1.7322       1.2191        1.0308  
    cl_mt_coh_p5v14         16             -0.43845     1.954     'cl_mt_coh'     'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01       -4.4566     -4.6385    50.122      0      0.58237    0.41763    1.5473e-07       0        -4.5907    -4.4087    -3.6957    -3.0439     -2.5263     -2.0818     -1.7044      -1.0884    -0.34558    0.18397    0.60458    0.91486    1.2863     1.871    2.8703    5.1301    8.0045         4.1646             0.83825                3.604               0.99081               3.8182                1                 0.59886               0.87694           0.011898       0.10325     0.47284     0.85238       1.1698       1.4328       1.6462       1.9633       2.2031       2.2202       2.1349       2.0479       1.9244         1.746      1.4836       1.1456        1.0207  
    cl_mt_coh_p5v15         17              -0.5862     1.997     'cl_mt_coh'     'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01       -3.4067     -4.6385    50.122      0      0.60868    0.39132    2.0459e-07       0        -4.5937    -4.4531    -3.8516    -3.2557     -2.7609     -2.3223     -1.9569      -1.3271    -0.48951     0.1104    0.52813    0.82609    1.2027    1.7818    2.7883    5.0484    7.9325         4.3256             0.83989               3.7656               0.99105               3.9882                1                 0.61266               0.87981           0.011773      0.078783     0.36228     0.66569      0.91821       1.1392       1.3169       1.5956       1.8252        1.864       1.8116       1.7556       1.6696        1.5444      1.3546       1.1075        1.0153  

Larger Grid Simulation (CROSS)

it_size_type = 3;
ar_it_plot_sets = [1,2,151, 3,4,152, 5,6,153, 51,52,54, 201,205,209, 7,8,9];
bl_simu_cross = 'c';

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

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

        Count: 48
      KeyType: char
    ValueType: any

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

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

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

        Count: 43
      KeyType: char
    ValueType: any

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
----------------------------------------
----------------------------------------
pos = 5 ; key = cl_st_param_keys ; val = fl_z_r_borr_poiss_mean
pos = 40 ; key = st_analytical_stationary_type ; val = eigenvector
pos = 41 ; key = st_model ; val = abz
pos = 42 ; key = st_z_r_borr_drv_ele_type ; val = unif
pos = 43 ; key = st_z_r_borr_drv_prb_type ; val = poiss
----------------------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix in Container and Sizes and Basic Statistics
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         i    idx    rowN    colN    mean     std      min    max
                         _    ___    ____    ____    ____    ______    ___    ___

    ar_param_keys_idx    1     1      1       5       12     1.5811    10     14 

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

    bl_b_is_principle           1     2          1
    bl_default                  2     3          0
    bl_loglin                   3     4          0
    fl_a_max                    4     6         50
    fl_a_min                    5     7          0
    fl_b_bd                     6     8        -20
    fl_beta                     7     9       0.94
    fl_c_min                    8    10       0.01
    fl_crra                     9    11        1.5
    fl_default_aprime          10    12          0
    fl_loglin_threshold        11    13          1
    fl_nan_replace             12    14     -99999
    fl_r_save                  13    15      0.025
    fl_tol_dist                14    16      1e-05
    fl_tol_pol                 15    17      1e-05
    fl_tol_val                 16    18      1e-05
    fl_w                       17    19       1.28
    fl_z_mu                    18    20          0
    fl_z_r_borr_max            19    21      0.095
    fl_z_r_borr_min            20    22      0.025
    fl_z_r_borr_n              21    23         11
    fl_z_r_borr_poiss_mean     22    24         10
    fl_z_rho                   23    25        0.8
    fl_z_sig                   24    26        0.2
    fl_z_wage_mu               25    27          0
    fl_z_wage_rho              26    28        0.8
    fl_z_wage_sig              27    29        0.2
    it_a_n                     28    30       1250
    it_maxiter_dist            29    31       1000
    it_maxiter_val             30    32       1000
    it_size_type               31    33          3
    it_st_simu_type_g_seed     32    34        123
    it_st_simu_type_g_simun    33    35         20
    it_tol_pol_nochange        34    36         25
    it_trans_power_dist        35    37       1000
    it_z_n                     36    38        121
    it_z_wage_n                37    39         11

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

        Count: 19
      KeyType: char
    ValueType: any

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

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

---------------------------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
  Columns 1 through 3

    'Vary These Param...'    'fl_z_r_borr_pois...'    'fl_z_r_borr_max'

  Columns 4 through 6

    'fl_b_bd'    'fl_c_min'    'fl_z_r_borr_n'

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

    'Vary '    'pois-max(shift b...'    ' ('    'fl_z_r_borr_pois...'    '): '

  Column 6

    '2      2.57143  ...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:11
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_r_borr_poiss_mean = 2 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 109.306494 seconds.
Elapsed time is 147.002307 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0       pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20          p25         p35        p50        p65        p75        p80        p85         p90         p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    ________    __________    ________    _______    _______    _______    _______    ________    ________    _________    _______    _______    _______    _______    _______    ________    ________    _______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       1.4216     2.3249      1.6354      -12.688    14.933           0    0.25733     0.74267    7.1436e-08       0        -6.3553    -4.5342    -2.2587     -1.697    -0.93071    -0.59589    -0.082493    0.53038     1.4721      2.383     3.0448     3.4279       3.861      4.3983     5.1476    6.4384    7.6541         5.4049                   1               3.4405               0.84179                3.337              0.7879              0.77279               0.99221          -0.0053661    -0.036509    -0.12633    -0.19696     -0.24102     -0.26769     -0.27986     -0.26226     -0.15417     0.048164      0.23819      0.35196      0.47982      0.62465      0.79213      0.95108       0.99438  
    cl_mt_pol_a    -2.7251      1.758    -0.64512      -4.5566    48.353    0.001718    0.91409    0.084197     0.0060583       0        -4.5566    -4.5257    -4.4832    -4.4284     -4.3429     -4.2285      -4.1026    -3.8041    -3.2506    -2.5136     -1.839    -1.4173    -0.89928     -0.2368    0.74294    3.0081    5.8715         3.4405             0.84179               3.0906                     1               3.1705             0.98997              0.51911               0.88142             0.01013     0.031961    0.094095     0.16488      0.24778      0.33002      0.40155      0.54982      0.74243      0.90065      0.98148        1.011       1.0323       1.0428        1.039       1.0154        1.0025  
    cl_mt_coh      -2.7825     1.8218    -0.65473      -4.6385    50.122           0    0.91149     0.08851     0.0093741       0        -4.6385    -4.6295    -4.6116    -4.5588     -4.4633     -4.3488      -4.2174    -3.9107    -3.3243    -2.5617    -1.8608    -1.4227     -0.8791    -0.19612    0.82935    3.1242    6.0861          3.337              0.7879               3.1705               0.98997               3.3188                   1              0.50656                  0.83            0.015627     0.046821     0.09867     0.16654      0.24775      0.33012      0.40612       0.5492      0.74533      0.90498      0.98508       1.0142        1.035       1.0448       1.0401       1.0159        1.0026  
    cl_mt_pol_c     1.1727    0.33501     0.28567     0.038494    4.9254           0          0           1    7.1436e-08       0        0.26838    0.42684    0.63316    0.75398     0.83081     0.89596       0.9589     1.0457     1.1682     1.2887     1.3808      1.435       1.498       1.606     1.7546    2.0283    2.2917        0.77279             0.99221              0.51911               0.88142              0.50656                0.83              0.11223                     1          0.00025946    0.0033115    0.023757    0.051208     0.085309       0.1223      0.16116       0.2464      0.38803      0.54515      0.65864      0.71859      0.78117      0.84748      0.91804      0.98172       0.99797  

xxxxx fl_z_r_borr_poiss_mean = 2.5714 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 107.883791 seconds.
Elapsed time is 146.014590 seconds.
                    mean        sd       coefofvar      min        max        pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20         p25        p35        p50        p65        p75        p80         p85         p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _________    _______    _______    __________    ________    _______    _______    _______    _______    _______    ________    _______    _______    _______    _______    _______    ________    ________    _______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       1.4285     2.4211      1.6948      -13.183    14.927            0    0.27158    0.72842    4.0211e-07       0        -6.8495    -4.7022    -2.5134    -1.7539    -1.1188    -0.63996    -0.1307    0.53397     1.5051      2.461     3.1478      3.5344       3.971     4.4989    5.2409    6.5141    7.7204         5.8618                   1               3.8287               0.85399               3.7375              0.8023              0.80338               0.98931          -0.0060195    -0.039272    -0.13913    -0.21162     -0.25843     -0.28987     -0.30228     -0.28891     -0.17948     0.028681      0.22425      0.34116      0.47227      0.62006      0.78953      0.95058       0.99439  
    cl_mt_pol_a    -2.4461     1.8518    -0.75704      -4.5566    48.353    0.0032543    0.88845     0.1083     0.0013236       0        -4.5566    -4.5138    -4.4408    -4.3648    -4.2408     -4.1012    -3.9362    -3.5796    -2.9352    -2.1198    -1.4079    -0.96003    -0.45065    0.14461    1.0848      3.35    6.2134         3.8287             0.85399               3.4291                     1               3.5294             0.99058              0.55758               0.89773           0.0024657     0.018606    0.096171     0.18248      0.27176      0.35631      0.43858      0.59138      0.79218      0.94703       1.0196       1.0442       1.0588        1.062       1.0507       1.0186         1.003  
    cl_mt_coh      -2.4981     1.9241    -0.77022      -4.6385    50.122            0     0.8852     0.1148     0.0036595       0        -4.6385    -4.6295    -4.5857    -4.4981    -4.3667     -4.2174    -4.0511    -3.6747    -2.9997    -2.1495    -1.4137    -0.94979    -0.42411    0.18918    1.1888    3.4836    6.4445         3.7375              0.8023               3.5294               0.99058               3.7021                   1              0.54715               0.84782            0.006795     0.024234    0.098102     0.18443      0.27402       0.3615      0.44391      0.59601      0.79893      0.95318       1.0245       1.0484       1.0622       1.0647        1.052       1.0191         1.003  
    cl_mt_pol_c     1.1729    0.33541     0.28596     0.038494    4.9254            0          0          1    4.0211e-07       0        0.25243    0.42684    0.63316    0.76185    0.83188     0.90444    0.95303      1.042     1.1615     1.2823     1.3733      1.4307      1.5011     1.6049    1.7685    2.0371     2.301        0.80338             0.98931              0.55758               0.89773              0.54715             0.84782               0.1125                     1          0.00019006    0.0033983    0.021763    0.051307     0.085599      0.12243      0.16291       0.2474      0.38863      0.54494      0.65811      0.71767      0.77996      0.84597      0.91794      0.98163       0.99796  

xxxxx fl_z_r_borr_poiss_mean = 3.1429 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 116.050856 seconds.
Elapsed time is 147.608940 seconds.
                    mean        sd       coefofvar      min        max        pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20         p25         p35        p50        p65        p75         p80          p85         p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _________    _______    _______    __________    ________    _______    _______    _______    _______    _______    ________    ________    _______    _______    _______    ________    ________    _________    _______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       1.4741     2.5054      1.6996        -13.7    14.923            0    0.27348    0.72652    1.3504e-06       0        -7.3666    -4.7157    -2.7832    -1.7264    -1.2017    -0.59123    -0.17886    0.60716     1.6018     2.5776      3.2769      3.6654        4.088     4.6151    5.3387    6.5905    7.7854         6.2771                   1               4.1732               0.86453               4.0961             0.81469              0.83097               0.98518          -0.0059974    -0.040981     -0.1415    -0.21652     -0.26577      -0.2965     -0.30878     -0.29443     -0.18112     0.031313       0.2295       0.3472      0.47901      0.62688      0.79408      0.95172        0.9945  
    cl_mt_pol_a    -2.1483     1.9267    -0.89684      -4.5566    48.353    0.0046403    0.85698    0.13838    0.00021361       0        -4.5257    -4.4832    -4.3983     -4.271    -4.1026     -3.9207     -3.7192    -3.2925    -2.5633    -1.6816    -0.95356    -0.53554    -0.068615    0.44377    1.4267    3.6491    6.5553         4.1732             0.86453               3.7121                     1               3.8317             0.99104              0.59113               0.91136           0.0042548     0.025337      0.1064     0.20569      0.30333      0.39575      0.48612      0.65135      0.85482       1.0031       1.0652       1.0825         1.09        1.086        1.065       1.0229        1.0035  
    cl_mt_coh      -2.1924     2.0068    -0.91535      -4.6385    50.122            0    0.85237    0.14763      0.001498       0        -4.6385    -4.6206    -4.5588    -4.4105    -4.2353     -4.0421     -3.8321     -3.385    -2.6234    -1.6945    -0.94083    -0.50276    -0.028857    0.53167    1.5303    3.8172    6.7691         4.0961             0.81469               3.8317               0.99104               4.0271                   1              0.58277                0.8626           0.0031693     0.028703     0.10595     0.20932      0.30635      0.40218      0.49245      0.65854        0.862       1.0114       1.0718       1.0885       1.0945       1.0892       1.0669       1.0233        1.0036  
    cl_mt_pol_c     1.1758    0.33666     0.28632     0.038494    4.9254            0          0          1    1.3504e-06       0        0.24866    0.42684     0.6348    0.76724    0.83936     0.90683     0.95526     1.0466     1.1605     1.2756      1.3721      1.4287       1.5146     1.6255    1.7792    2.0468    2.3096        0.83097             0.98518              0.59113               0.91136              0.58277              0.8626              0.11334                     1          0.00021337    0.0032892    0.021862    0.051915     0.086283      0.12355      0.16299      0.24845      0.38896      0.54449      0.65698      0.71672      0.77872      0.84602       0.9177      0.98165       0.99796  

xxxxx fl_z_r_borr_poiss_mean = 3.7143 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 111.140260 seconds.
Elapsed time is 150.743611 seconds.
                    mean        sd       coefofvar      min        max        pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20         p25         p35        p50        p65        p75         p80         p85        p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _________    _______    _______    __________    ________    _______    _______    _______    _______    _______    ________    ________    _______    _______    _______    ________    ________    _______    _______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       1.5555     2.5691      1.6516      -14.238    14.919            0    0.26466    0.73534    2.9333e-06       0        -7.8103    -4.9011    -2.9959     -1.811    -1.1742    -0.56497    -0.12641    0.70267     1.7422     2.7281      3.4146      3.7975     4.2094     4.7147    5.4244    6.6637    7.8389         6.6001                   1                4.432               0.87312               4.3694             0.82464               0.8526               0.98002          -0.0056711    -0.040218    -0.13668    -0.21276     -0.26059     -0.28752     -0.29864     -0.27919     -0.16046     0.055247      0.25346       0.3683      0.49642      0.63966      0.80296      0.95378       0.99473  
    cl_mt_pol_a     -1.841     1.9758     -1.0732      -4.5257    48.353    0.0093763    0.82034    0.17028    0.00031396       0        -4.4952     -4.453    -4.3362    -4.1442    -3.9256     -3.6961       -3.46    -2.9619    -2.1617    -1.2487    -0.55539    -0.18953    0.18734    0.74294    1.7259    3.9483    6.8117          4.432             0.87312               3.9039                     1               4.0397             0.99135              0.61642               0.92128           0.0056666     0.027056     0.12242     0.23746      0.34661      0.44905      0.54864      0.72042      0.93097         1.07        1.119       1.1289       1.1285       1.1161       1.0834       1.0282        1.0043  
    cl_mt_coh      -1.8746     2.0624     -1.1002      -4.6385    50.122            0    0.81481    0.18519    0.00053568       0        -4.6295    -4.6116    -4.4971     -4.296      -4.06     -3.8231     -3.5692    -3.0515    -2.2023    -1.2465    -0.51073    -0.11746    0.25987    0.84628    1.8369    4.1238    7.0588         4.3694             0.82464               4.0397               0.99135               4.2536                   1              0.60986               0.87321           0.0062392     0.026601     0.12382     0.23949      0.35198      0.45698       0.5564      0.73179      0.94378       1.0812       1.1284       1.1368       1.1348       1.1205       1.0862       1.0288        1.0043  
    cl_mt_pol_c     1.1813    0.33864     0.28668     0.038494    4.9254            0          0          1    2.9333e-06       0        0.24866      0.428    0.65073    0.77186    0.84949     0.90929      0.9623     1.0474     1.1604     1.2787      1.3706      1.4352      1.527     1.6351    1.7997     2.055      2.32         0.8526             0.98002              0.61642               0.92128              0.60986             0.87321              0.11468                     1          0.00021296    0.0029498    0.022128    0.052658     0.086934       0.1243      0.16386      0.24902      0.38917      0.54353      0.65554      0.71525      0.77809      0.84553      0.91748      0.98158       0.99795  

xxxxx fl_z_r_borr_poiss_mean = 4.2857 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 113.175531 seconds.
Elapsed time is 130.524835 seconds.
                    mean        sd       coefofvar      min        max        pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20          p25         p35        p50        p65         p75         p80        p85        p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _________    _______    _______    __________    ________    _______    _______    _______    _______    _______    ________    _________    _______    _______    ________    ________    _______    _______    _______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       1.6621     2.6084      1.5693      -14.793    14.916            0    0.25015    0.74985    4.8864e-06       0        -8.1619    -5.1259    -3.0496    -1.8568    -1.0552    -0.49946    -0.002436    0.84031      1.907      2.8842      3.5567     3.9128     4.3253     4.8007    5.4956    6.7275    7.8918         6.8038                   1               4.5794               0.87957               4.5294             0.83193              0.86647               0.97419          -0.0055482     -0.03884    -0.13199    -0.20208     -0.24588     -0.26873     -0.27621     -0.24973     -0.12437     0.091659      0.28686      0.40036      0.52095       0.6586      0.81224      0.95659       0.99507  
    cl_mt_pol_a    -1.5396      1.996     -1.2964      -4.5257    48.353    0.0063446    0.78382    0.20984    3.6353e-05       0        -4.4832    -4.4109    -4.2541    -3.9852    -3.7113      -3.437      -3.1658    -2.6049    -1.7497    -0.84091    -0.23211    0.05913    0.44377    0.99937    1.9823    4.2047    7.0682         4.5794             0.87957                3.984                     1               4.1307             0.99149              0.63141               0.92773           0.0033956     0.032939     0.14368     0.27551      0.40174      0.51689      0.62384      0.81134       1.0231       1.1495       1.1842       1.1865       1.1779        1.155       1.1075       1.0351        1.0051  
    cl_mt_coh       -1.561     2.0873     -1.3371      -4.6385    50.122            0    0.77548    0.22452    0.00018533       0        -4.6206    -4.5937    -4.4185    -4.1297     -3.841     -3.5513      -3.2616    -2.6752    -1.7722    -0.80941    -0.16824    0.13741    0.53167     1.1101    2.0997    4.3787    7.3038         4.5294             0.83193               4.1307               0.99149               4.3567                   1              0.62624               0.87989            0.007944     0.029868     0.14526     0.28416      0.41004      0.52988      0.63759      0.82837       1.0417       1.1664       1.1975       1.1977       1.1871       1.1614       1.1118       1.0363        1.0054  
    cl_mt_pol_c     1.1885    0.34098      0.2869     0.038494    4.9254            0          0          1    4.8864e-06       0        0.24866    0.44444    0.66908     0.7815    0.85902     0.91604      0.96569     1.0482     1.1566      1.2707      1.3828     1.4691     1.5495     1.6493    1.8093    2.0628    2.3402        0.86647             0.97419              0.63141               0.92773              0.62624             0.87989              0.11627                     1          0.00019449    0.0030572    0.022439     0.05328     0.087847      0.12528      0.16482      0.24977      0.38909      0.54258      0.65399      0.71358       0.7768      0.84433      0.91765       0.9816       0.99796  

xxxxx fl_z_r_borr_poiss_mean = 4.8571 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 109.773035 seconds.
Elapsed time is 130.037680 seconds.
                    mean        sd       coefofvar      min        max        pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20         p25        p35        p50        p65         p75         p80        p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _________    _______    _______    __________    ________    _______    _______    _______    _______    ________    ________    _______    _______    _______    ________    ________    _______    _______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       1.7841     2.6255      1.4716      -15.355    14.913            0    0.23332    0.76668    6.8746e-06       0        -8.3319    -5.4016    -2.9668     -1.772    -0.95423    -0.35835    0.16597     1.0172     2.0795       3.033      3.6816     4.0192     4.4218    4.8847    5.5648    6.7825     7.936         6.8931                   1                4.626               0.88399               4.5859             0.83677              0.87259               0.96815           -0.005441    -0.037602    -0.12489    -0.18884     -0.22607     -0.24429     -0.24676      -0.2127     -0.081262     0.13388      0.32171      0.42981      0.54775      0.67875      0.82338      0.95909       0.99537  
    cl_mt_pol_a    -1.2544     1.9932     -1.5889      -4.5138    48.353    0.0065114    0.74289    0.25059    1.2987e-05       0         -4.453    -4.3772    -4.1309    -3.7937       -3.46     -3.1453    -2.8318    -2.2277    -1.3569    -0.51127    0.016392    0.27282    0.65746    1.2131     2.196    4.4184    7.2391          4.626             0.88399               3.9729                     1               4.1254             0.99151              0.63714               0.93114           0.0062267     0.040503     0.17331     0.32982      0.47426      0.60563      0.72484       0.9262        1.1391      1.2501       1.2688       1.2633       1.2447       1.2072       1.1409       1.0446        1.0066  
    cl_mt_coh      -1.2628     2.0874      -1.653      -4.6385    50.122            0    0.73165    0.26835    7.3714e-05       0        -4.6206    -4.5678     -4.304    -3.9366     -3.5861     -3.2447    -2.9201    -2.2809      -1.36    -0.45796    0.084642    0.37337    0.76862    1.3291    2.3277    4.6057    7.5148         4.5859             0.83677               4.1254               0.99151               4.3574                   1              0.63288               0.88318            0.004765     0.038822     0.17793     0.34265      0.49012      0.62593      0.74633      0.95247        1.1674      1.2752       1.2889       1.2803       1.2581       1.2177       1.1473       1.0465        1.0068  
    cl_mt_pol_c     1.1968    0.34329     0.28684     0.038494    4.9254            0          0          1    6.8746e-06       0        0.24866    0.45727    0.68425    0.79474     0.86605     0.92195    0.96918     1.0507     1.1617      1.2843      1.4023     1.4812     1.5825    1.6896     1.817    2.0827    2.3519        0.87259             0.96815              0.63714               0.93114              0.63288             0.88318              0.11785                     1          0.00018246    0.0030306    0.023014    0.053965     0.088743      0.12606      0.16563       0.2501       0.38871     0.54111      0.65345       0.7131      0.77732      0.84481      0.91745      0.98175       0.99797  

xxxxx fl_z_r_borr_poiss_mean = 5.4286 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 114.085308 seconds.
Elapsed time is 129.479986 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20         p25        p35        p50         p65         p75        p80        p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    ________    ________    _______    _______    ________    ________    _______    _______    _______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        1.9133     2.6186      1.3686      -15.911    14.911           0    0.21512    0.78488    7.9644e-06       0        -8.4803    -5.5082     -2.824     -1.613    -0.80122    -0.17107     0.3496      1.206      2.2456      3.1517     3.7715      4.113     4.4957    4.9551    5.6286    6.8267    7.9789          6.857                   1               4.5718               0.88655               4.5379             0.83936               0.8704               0.96241          -0.0053421    -0.035515    -0.11588    -0.17313     -0.20397     -0.21647     -0.21389     -0.17248     -0.035572     0.17948      0.35775      0.46279      0.57533      0.69797      0.83453      0.96179       0.99568  
    cl_mt_pol_a    -0.99409     1.9693      -1.981      -4.5138    48.396    0.012206    0.70224    0.28556    4.7943e-06       0        -4.4232    -4.3362    -3.9929    -3.5676     -3.1859     -2.8171    -2.4809    -1.8606     -1.0041    -0.23522    0.18734    0.48651    0.87115    1.4267     2.367    4.5894    7.4101         4.5718             0.88655               3.8783                     1               4.0311             0.99142               0.6337               0.93171           0.0071576     0.046425     0.21351     0.40286      0.57208      0.72469      0.85567       1.0734        1.2884       1.381       1.3831       1.3651       1.3313       1.2762       1.1873       1.0582        1.0085  
    cl_mt_coh      -0.98904     2.0646     -2.0875      -4.6385    50.122           0    0.68884    0.31116     2.465e-05       0        -4.6116     -4.533    -4.1636    -3.7086     -3.2964     -2.9121    -2.5527    -1.8946    -0.98364     -0.1782    0.26883    0.56651    0.96077    1.5223    2.5209    4.7899      7.69         4.5379             0.83936               4.0311               0.99142               4.2627                   1              0.62982               0.88325           0.0055034     0.046273      0.2225     0.42248      0.59894       0.7551      0.89395       1.1173        1.3345      1.4207        1.416       1.3953       1.3575       1.2965       1.1974       1.0612        1.0088  
    cl_mt_pol_c      1.2057    0.34537     0.28644     0.038494    4.8827           0          0          1    7.9644e-06       0        0.25243    0.47451    0.69505     0.8049     0.87469      0.9282     0.9736     1.0537      1.1554      1.2952     1.4308     1.4961     1.5892     1.696    1.8243    2.0901    2.3626         0.8704             0.96241               0.6337               0.93171              0.62982             0.88325              0.11928                     1          0.00016864    0.0031285    0.023374    0.054641     0.089532      0.12689      0.16635      0.25052       0.38781     0.53975      0.65377      0.71314      0.77833       0.8453      0.91787       0.9818       0.99797  

xxxxx fl_z_r_borr_poiss_mean = 6 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 108.737098 seconds.
Elapsed time is 124.713757 seconds.
                     mean        sd      coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20         p25        p35        p50          p65         p75        p80        p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    ______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    _______    ________    _______    _______    ________    _________    _______    _______    _______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.0348    2.5956      1.2756      -16.451    14.909           0    0.19844    0.80156    8.9922e-06       0        -8.6593    -5.4389    -2.7449    -1.4471     -0.627    0.019244    0.53542     1.3816      2.3752       3.2556     3.8543     4.1902     4.5561    5.0117    5.6725    6.8618    8.0072          6.737                   1               4.4488               0.88745               4.4176             0.83994              0.86263               0.95749          -0.0053098    -0.033831    -0.10755    -0.15778     -0.18272     -0.18983     -0.18285     -0.13493     0.0052801     0.21807      0.38937      0.48747      0.59894      0.71266      0.84284       0.9638       0.99591  
    cl_mt_pol_a    -0.77016    1.9314     -2.5078      -4.5138    48.396    0.012924    0.66361    0.32347    5.3965e-07       0        -4.4061    -4.2927    -3.8275     -3.329    -2.8962     -2.5051    -2.1588    -1.5244    -0.72803    -0.066803    0.31556    0.61472    0.99937     1.555    2.5379    4.7176    7.5383         4.4488             0.88745               3.7302                     1               3.8793             0.99124              0.62404               0.93086           0.0065707     0.057478     0.26868     0.49963      0.70136      0.87765       1.0268       1.2651        1.4824      1.5563       1.5392       1.5083       1.4561       1.3764       1.2466       1.0774        1.0112  
    cl_mt_coh      -0.75262    2.0263     -2.6923      -4.6385    50.122           0    0.64717    0.35283    9.9003e-06       0        -4.6027    -4.4892    -3.9894    -3.4547    -2.9908     -2.5866    -2.2102    -1.5362    -0.69491     0.014949    0.40025    0.70689     1.1012    1.6716    2.6692    4.9392    7.8304         4.4176             0.83994               3.8793               0.99124               4.1059                   1              0.62013               0.88169           0.0069738     0.061027     0.28787     0.53484      0.74816      0.93201       1.0917       1.3404        1.5585      1.6227       1.5965       1.5593       1.5004       1.4097       1.2689       1.0823        1.0118  
    cl_mt_pol_c      1.2141    0.3471     0.28589     0.038494    4.8827           0          0          1    8.9922e-06       0        0.26394    0.49508    0.70492    0.81316    0.87909     0.93192    0.97629     1.0506       1.157       1.3041     1.4399     1.5323     1.5935    1.7014    1.8433    2.0966    2.3729        0.86263             0.95749              0.62404               0.93086              0.62013             0.88169              0.12048                     1          0.00016979    0.0032219    0.023787    0.055295     0.090196      0.12759      0.16689      0.25048       0.38739     0.53933       0.6522      0.71458      0.77821      0.84538      0.91819      0.98184       0.99799  

xxxxx fl_z_r_borr_poiss_mean = 6.5714 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 99.144366 seconds.
Elapsed time is 112.513893 seconds.
                     mean        sd      coefofvar      min        max      pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20        p25        p35        p50         p65         p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    ______    _________    ________    ______    ______    _______    _______    __________    ________    _______    _______    _______    _______    ________    _______    _______    _______    ________    ________    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.1443    2.5634      1.1955      -16.963    14.908         0    0.18339    0.81661    9.3669e-06       0        -8.8642    -5.2818    -2.6206    -1.2793    -0.43801     0.1928    0.70716     1.5322      2.4975      3.3401     3.9074     4.2502       4.6    5.0632    5.7167    6.8939    8.0248         6.5713                   1               4.2938               0.88705               4.2631             0.83909              0.85174                0.9534          -0.0047926    -0.032121    -0.10021    -0.14403     -0.16361     -0.16614     -0.15541     -0.10218     0.041264      0.24528      0.41476      0.50998       0.6151      0.72573      0.85051      0.96566       0.99611  
    cl_mt_pol_a    -0.58214    1.8883     -3.2437      -4.4832    48.396    0.0165    0.63131    0.35219    1.4874e-06       0        -4.3813    -4.2395    -3.6519    -3.0837     -2.6155    -2.2158    -1.8606    -1.2488    -0.51127    0.016392    0.40103     0.7002    1.0848    1.6832    2.6234    4.8458    7.6665         4.2938             0.88705               3.5657                     1               3.7089             0.99102              0.61095               0.92838           0.0080657     0.074748     0.34432     0.63514      0.87681       1.0858       1.2615       1.5266       1.7469       1.8018       1.7655       1.7152       1.6375       1.5138       1.3403       1.1034        1.0147  
    cl_mt_coh      -0.55312    1.9819     -3.5832      -4.6385    50.122         0     0.6106     0.3894    3.8212e-06       0        -4.5857    -4.4354    -3.8131    -3.2008      -2.709    -2.2799    -1.9036    -1.2465      -0.449     0.11264    0.52271    0.82139    1.2156    1.7941    2.7837    5.0617    7.9439         4.2631             0.83909               3.7089               0.99102                3.928                   1              0.60671               0.87839           0.0084059     0.084147     0.37902     0.69632      0.96163       1.1878        1.375       1.6591       1.8837       1.9208        1.866       1.8043       1.7125       1.5789       1.3772       1.1139        1.0162  
    cl_mt_pol_c      1.2218    0.3485     0.28524     0.038494    4.8827         0          0          1    9.3669e-06       0        0.27195    0.50888    0.71643    0.81868     0.88471    0.93571    0.97852     1.0518      1.1668       1.329     1.4501     1.5387    1.5978    1.7057    1.8476    2.1019    2.3771        0.85174              0.9534              0.61095               0.92838              0.60671             0.87839              0.12146                     1          0.00017421    0.0033313    0.024176    0.055874     0.090764      0.12806      0.16724      0.25067       0.3865      0.53855      0.65303      0.71418      0.77906      0.84585      0.91824      0.98194       0.99802  

xxxxx fl_z_r_borr_poiss_mean = 7.1429 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 105.970805 seconds.
Elapsed time is 114.244473 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20        p25        p35        p50         p65        p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    ________    _______    _______    _______    ________    _______    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.2373     2.5282        1.13      -17.444    14.907           0    0.17038    0.82962    9.3215e-06       0        -9.0064    -5.1782    -2.4759    -1.1183    -0.27265    0.35083    0.85344     1.6496      2.5981     3.4224     3.9551     4.3085    4.6438    5.0971    5.7464     6.918    8.0423         6.3916                   1               4.1364               0.88604                4.104             0.83747              0.83995               0.95079          -0.0047118    -0.030637    -0.093711    -0.13207     -0.14707     -0.14592     -0.13228     -0.07551     0.068078      0.27144      0.43468      0.52694      0.62832      0.73527      0.85623       0.9668       0.99625  
    cl_mt_pol_a     -0.4283     1.8465     -4.3113      -4.4832    48.396    0.017311    0.60088    0.38181    6.9888e-07       0        -4.3522    -4.1719     -3.474    -2.8509     -2.3655    -1.9575    -1.6159    -1.0381    -0.35375    0.10187    0.52925    0.78568    1.2131    1.7687    2.7089    4.9313     7.752         4.1364             0.88604               3.4097                     1               3.5462             0.99076              0.59817               0.92705            0.010973      0.10027      0.45454     0.82191       1.1272       1.3795        1.588       1.8937       2.1312       2.1666       2.0894       2.0168        1.891       1.7198       1.4753        1.143        1.0201  
    cl_mt_coh      -0.38945     1.9384     -4.9771      -4.6385    50.122           0    0.57743    0.42257    1.5111e-06       0        -4.5758    -4.3737     -3.621    -2.9549     -2.4382    -2.0091    -1.6328    -1.0185     -0.2917     0.2081    0.62027    0.91796    1.3202    1.8897    2.8883    5.1582    8.0315          4.104             0.83747               3.5462               0.99076               3.7573                   1              0.59356               0.87633              0.0137      0.11577      0.52732      0.9483       1.2932       1.5743       1.8088       2.1476       2.3905       2.3977       2.2938       2.1928       2.0505       1.8478       1.5485       1.1641        1.0233  
    cl_mt_pol_c      1.2283    0.34943     0.28449     0.038494    4.8827           0          0          1    9.3215e-06       0        0.28004     0.5207    0.72544    0.82327     0.88693    0.93647    0.97711     1.0578      1.1795     1.3426      1.474     1.5422    1.6082    1.7099    1.8519    2.1072    2.3803        0.83995             0.95079              0.59817               0.92705              0.59356             0.87633               0.1221                     1          0.00017896    0.0034128     0.024505    0.056279     0.091119      0.12827      0.16731      0.25036      0.38603       0.5383      0.65269       0.7153      0.77839      0.84713        0.919      0.98199       0.99802  

xxxxx fl_z_r_borr_poiss_mean = 7.7143 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 97.841612 seconds.
Elapsed time is 111.051522 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10          p15         p20        p25        p35         p50         p65        p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _________    _______    _______    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.3327     2.4814      1.0638      -17.887    14.906           0    0.15681    0.84319    8.5878e-06       0        -9.0318    -5.1224    -2.2781    -0.93275    -0.092272    0.51695     1.0068      1.7803      2.6937     3.4848     4.0012     4.3474    4.6732    5.1259    5.7719    6.9398    8.0611         6.1575                   1               3.9494               0.88417               3.9143             0.83493              0.82375               0.94827          -0.0045553    -0.029028    -0.086738    -0.11953     -0.12993     -0.12507     -0.10854     -0.048161    0.096081      0.29635       0.4543      0.54384      0.64063      0.74595      0.86242      0.96812       0.99641  
    cl_mt_pol_a    -0.28761     1.8001     -6.2588      -4.4711    48.396    0.015793    0.56942    0.41479    1.7944e-07       0        -4.3362    -4.0898    -3.2861     -2.6224      -2.1198    -1.7199    -1.3801    -0.83009    -0.22908    0.18734    0.61472    0.87115    1.2558    1.8114    2.7944    5.0167    7.8375         3.9494             0.88417               3.2403                     1               3.3686             0.99051              0.58163               0.92299            0.015967      0.14959      0.65799      1.1651       1.5758        1.911       2.1797         2.557      2.8233       2.8264       2.6843        2.565       2.3814       2.1121       1.7184       1.2142        1.0299  
    cl_mt_coh      -0.23905     1.8893     -7.9033      -4.6385    50.122           0    0.54503    0.45497    6.2747e-07       0        -4.5588     -4.295    -3.4278      -2.718      -2.1843    -1.7463    -1.3869    -0.79049    -0.15132    0.28675    0.70789    0.99661    1.3998    1.9693    2.9679    5.2369    8.1102         3.9143             0.83493               3.3686               0.99051               3.5695                   1              0.57625               0.87127            0.020935      0.18765      0.82776      1.4661       1.9741       2.3885        2.711         3.163      3.4443       3.3947       3.1918       3.0141        2.762       2.4115       1.9094        1.271        1.0384  
    cl_mt_pol_c       1.235    0.35007     0.28347     0.038494    4.8827           0          0          1    8.5878e-06       0        0.29658    0.53604    0.73549     0.83044       0.8909    0.93811    0.97952      1.0638      1.1879     1.3497     1.4864     1.5443    1.6296    1.7118    1.8551    2.1104    2.3825        0.82375             0.94827              0.58163               0.92299              0.57625             0.87127              0.12255                     1          0.00018436    0.0035078     0.024869    0.056733     0.091749       0.1287      0.16769       0.24981     0.38542      0.53995      0.65537      0.71602      0.77919      0.84676       0.9191      0.98204       0.99803  

xxxxx fl_z_r_borr_poiss_mean = 8.2857 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 107.097938 seconds.
Elapsed time is 112.416431 seconds.
                     mean        sd      coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20        p25        p35          p50         p65        p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    ______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    ________    _______    _______    ________    _________    _______    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.3943    2.4505      1.0235      -18.291    14.905           0    0.14848    0.85152    8.2903e-06       0        -8.9705    -5.0534    -2.1519    -0.80686    0.021488    0.62162     1.1025      1.8577       2.7485     3.5237     4.0361     4.3599    4.6886    5.1537    5.7818     6.953    8.0765          6.005                   1               3.8182               0.88239                3.781              0.8326              0.81375               0.94689           -0.004442    -0.028104    -0.082317    -0.11167     -0.11931     -0.11235     -0.094108    -0.031657     0.11333      0.30958      0.46744      0.55502      0.64923      0.75239      0.86447      0.96887       0.99652  
    cl_mt_pol_a    -0.19034    1.7658     -9.2772      -4.4711    48.396    0.020435    0.54704    0.43253    6.7416e-08       0        -4.3106    -4.0077     -3.125     -2.4406     -1.9523    -1.5548    -1.2248    -0.70476     -0.14655    0.23008    0.65746    0.95663    1.3413    1.8969    2.8798    5.0595    7.8802         3.8182             0.88239               3.1181                     1               3.2405             0.99027              0.57033               0.92099            0.022825      0.22368      0.96748      1.6925       2.2606       2.7205        3.0883       3.5844      3.8979       3.8643       3.6223       3.4034       3.1009       2.6899       2.0831       1.3288        1.0455  
    cl_mt_coh      -0.13473    1.8532     -13.755      -4.6385    50.122           0    0.52196    0.47804     2.628e-07       0        -4.5489    -4.2164    -3.2616     -2.5268     -2.0001     -1.571    -1.2206    -0.65111    -0.054744    0.34847    0.76862     1.0583    1.4606    2.0221    3.0286    5.2976     8.163          3.781              0.8326               3.2405               0.99027               3.4342                   1              0.56457               0.86871            0.036641      0.32773       1.4288      2.4881       3.3259       3.9882        4.5017       5.1891      5.5555       5.4004       4.9997       4.6591       4.1892       3.5533       2.6368       1.4857        1.0683  
    cl_mt_pol_c      1.2394    0.3507     0.28296     0.038494    4.8827           0          0          1    8.2903e-06       0        0.30906    0.54408    0.74005      0.8332     0.89308    0.94048      0.982      1.0473       1.1952      1.364     1.4896     1.5462     1.635    1.7142    1.8572    2.1126    2.3835        0.81375             0.94689              0.57033               0.92099              0.56457             0.86871              0.12299                     1          0.00019097     0.003562     0.025037    0.056937     0.091802      0.12886       0.16763      0.24959     0.38516      0.53858       0.6557      0.71569      0.77963      0.84761      0.91941      0.98204       0.99802  

xxxxx fl_z_r_borr_poiss_mean = 8.8571 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 95.554984 seconds.
Elapsed time is 111.226842 seconds.
                     mean         sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25        p35          p50          p65        p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    _______    ________    __________    _______    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val          2.448     2.4207     0.98887      -18.659    14.905           0    0.14116    0.85884     8.308e-06       0         -8.859    -4.9679    -2.0257    -0.68985    0.11942    0.71178     1.1849      1.9393        2.8029     3.5661       4.06     4.3956    4.7176     5.166    5.8034    6.9664    8.0852         5.8599                   1               3.7001               0.88062               3.6603             0.83026              0.80408               0.94621          -0.0043782    -0.027161    -0.07826    -0.10457     -0.10982     -0.10103     -0.08155     -0.017377     0.12773      0.32424      0.47582       0.5657      0.65498      0.75578       0.8675      0.96948       0.99658  
    cl_mt_pol_a     -0.10815     1.7357     -16.049      -4.4711    48.396    0.025344    0.52486     0.4498    1.0147e-08       0        -4.2927    -3.9362    -2.9813     -2.2834    -1.7964    -1.4119    -1.1048    -0.60009      -0.10535    0.27282     0.7002    0.99937     1.384    1.9396    2.9226    5.1022    7.9229         3.7001             0.88062               3.0127                     1               3.1296             0.99003              0.56049               0.91986             0.04439      0.38316      1.6437       2.847       3.7871       4.5302       5.1043        5.8788      6.3191        6.192        5.737       5.3306        4.776        4.028       2.9334       1.5815        1.0805  
    cl_mt_coh      -0.046498     1.8212     -39.167      -4.6385    50.122           0    0.50048    0.49952    1.2952e-07       0         -4.532    -4.1377    -3.1043     -2.3586    -1.8329    -1.4217    -1.0882    -0.55454    -0.0019772    0.39228    0.82139     1.1191    1.5133    2.0828    3.0814    5.3424    8.2068         3.6603             0.83026               3.1296               0.99003               3.3168                   1              0.55437                0.8671               0.107      0.94677      4.0035      6.9349       9.1763       10.903       12.251        13.964      14.749       14.134       12.877       11.823       10.416       8.5006       5.7899       2.4125        1.1995  
    cl_mt_pol_c       1.2431    0.35105      0.2824     0.038494    4.8827           0          0          1     8.308e-06       0        0.31524    0.55375    0.74184     0.83396    0.89308    0.94028     0.9863      1.0499        1.2004       1.38     1.4917     1.5475    1.6469    1.7161    1.8594    2.1228    2.3855        0.80408             0.94621              0.56049               0.91986              0.55437              0.8671              0.12324                     1          0.00020001    0.0036233    0.025275    0.057123     0.091881       0.1288      0.16756        0.2498      0.3846      0.53906      0.65464      0.71698       0.7815      0.84737      0.91977      0.98208       0.99803  

xxxxx fl_z_r_borr_poiss_mean = 9.4286 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 89.853945 seconds.
Elapsed time is 109.364477 seconds.
                     mean         sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35          p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35     fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    _________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val         2.5011     2.3825     0.95259      -18.991    14.904           0    0.13329    0.86671    7.6167e-06       0        -8.6633    -4.8264     -1.875    -0.55899    0.23099    0.79803      1.2639       2.002       2.8269     3.5843     4.0901    4.4027    4.7323    5.1795    5.8158    6.9771     8.087         5.6765                   1               3.5587               0.87832               3.5152              0.8272              0.79172               0.94594           -0.004235    -0.026172    -0.073895    -0.096755    -0.099521    -0.08884     -0.068005    -0.0028353     0.14206      0.33298      0.48745      0.57049      0.66208      0.76123      0.87023      0.97013       0.99663  
    cl_mt_pol_a    -0.035433     1.7006     -47.994      -4.4711    48.396    0.029458    0.50783    0.46271    4.9782e-09       0        -4.2671    -3.8592    -2.8251     -2.1185    -1.6354    -1.2653    -0.98248    -0.51798    -0.025309    0.31556    0.74294    1.0421    1.4267    1.9823    2.9226     5.145    7.9657         3.5587             0.87832                2.892                     1               3.0022             0.98976              0.54826               0.91774             0.13959       1.1518        4.868       8.3427       10.974      12.991        14.556        16.627      17.725       17.184       15.666       14.357       12.625       10.312       7.0456       2.7761         1.245  
    cl_mt_coh       0.031974     1.7836      55.784      -4.6385    50.122           0    0.48258    0.51742    6.4461e-08       0         -4.515    -4.0501     -2.946     -2.1833    -1.6666    -1.2644    -0.95676    -0.46692     0.058756    0.43609    0.86519     1.146    1.5402    2.1177    3.1172    5.3773    8.2426         3.5152              0.8272               3.0022               0.98976               3.1813                   1              0.54156               0.86432            -0.14359      -1.3626      -5.6538      -9.6381      -12.596     -14.871         -16.6       -18.748     -19.584       -18.51      -16.548      -14.981      -12.868      -10.024      -6.0108      -1.0733       0.70905  
    cl_mt_pol_c       1.2468    0.35129     0.28175     0.038494    4.8827           0          0          1    7.6167e-06       0        0.32759    0.56394    0.74582      0.8333    0.89293    0.93368     0.99072      1.0551       1.2061      1.387     1.4938    1.5497     1.648    1.7171    1.8604    2.1228    2.3865        0.79172             0.94594              0.54826               0.91774              0.54156             0.86432               0.1234                     1          0.00020068    0.0037007      0.02547     0.057314     0.092135     0.12865       0.16731       0.24977     0.38891      0.53966      0.65552      0.71899      0.78077      0.84781      0.91962      0.98209       0.99804  

xxxxx fl_z_r_borr_poiss_mean = 10 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 96.169043 seconds.
Elapsed time is 109.600416 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5488     2.3494     0.92176      -19.289    14.904          0    0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357     0.8853       1.334      2.0354      2.8843     3.6206     4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                   1               3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_pol_a    0.02859     1.6728       58.51      -4.4711    48.396    0.03133    0.49304    0.47563    2.7217e-09       0        -4.2653    -3.7777    -2.6996      -1.985    -1.5049    -1.1448    -0.86479    -0.43587           0     0.3583    0.78568    1.0421    1.4267    1.9823    2.9653    5.1877    7.9657         3.4425             0.87595               2.7982                     1                2.903             0.98959              0.53752               0.91449            -0.16368      -1.4198      -5.8741     -9.9004       -12.959      -15.267      -17.016      -19.212     -20.286      -19.433      -17.426      -15.999      -13.773      -10.816      -6.5199      -1.1949       0.68839  
    cl_mt_coh      0.10117     1.7537      17.335      -4.6385    50.122          0    0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066      -2.035    -1.5262     -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                   1              0.53018               0.86039           -0.048375     -0.42174      -1.7305     -2.9234       -3.7933      -4.4519      -4.9229      -5.5083     -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_pol_c     1.2502    0.35138     0.28106     0.038494    4.8827          0          0          1    7.5002e-06       0        0.33476    0.57099    0.75149     0.83558    0.89304    0.93574     0.98006      1.0587      1.2112     1.3902     1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                     1           0.0002091    0.0037561     0.025653    0.057623      0.092295      0.12907      0.16708      0.24923     0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

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

    'Vary '    'max borrow r'    ' ('    'fl_z_r_borr_max'    '): '

  Column 6

    '0.095    0.09892...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:11
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_r_borr_max = 0.095 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 95.389817 seconds.
Elapsed time is 106.820600 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5488     2.3494     0.92176      -19.289    14.904          0    0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357     0.8853       1.334      2.0354      2.8843     3.6206     4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                   1               3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_pol_a    0.02859     1.6728       58.51      -4.4711    48.396    0.03133    0.49304    0.47563    2.7217e-09       0        -4.2653    -3.7777    -2.6996      -1.985    -1.5049    -1.1448    -0.86479    -0.43587           0     0.3583    0.78568    1.0421    1.4267    1.9823    2.9653    5.1877    7.9657         3.4425             0.87595               2.7982                     1                2.903             0.98959              0.53752               0.91449            -0.16368      -1.4198      -5.8741     -9.9004       -12.959      -15.267      -17.016      -19.212     -20.286      -19.433      -17.426      -15.999      -13.773      -10.816      -6.5199      -1.1949       0.68839  
    cl_mt_coh      0.10117     1.7537      17.335      -4.6385    50.122          0    0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066      -2.035    -1.5262     -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                   1              0.53018               0.86039           -0.048375     -0.42174      -1.7305     -2.9234       -3.7933      -4.4519      -4.9229      -5.5083     -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_pol_c     1.2502    0.35138     0.28106     0.038494    4.8827          0          0          1    7.5002e-06       0        0.33476    0.57099    0.75149     0.83558    0.89304    0.93574     0.98006      1.0587      1.2112     1.3902     1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                     1           0.0002091    0.0037561     0.025653    0.057623      0.092295      0.12907      0.16708      0.24923     0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

xxxxx fl_z_r_borr_max = 0.098929 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 92.791188 seconds.
Elapsed time is 103.417380 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20         p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95     fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    ________    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    __________    _________    ___________

    cl_mt_val       2.6347     2.2784     0.86477      -18.925    14.903           0    0.11489    0.88511    6.4267e-06       0         -8.213    -4.3523    -1.5117    -0.25488    0.49217      1.0242      1.4312      2.1226      2.8948     3.6395     4.1423    4.4351    4.7726    5.2179    5.8409     7.002    8.1098         5.1911                   1               3.1986               0.87028               3.1453             0.81715              0.75921               0.94742          -0.0038655    -0.023105    -0.062175     -0.0776     -0.074903    -0.060214    -0.036636    0.032133      0.17781      0.36681      0.50889      0.59083      0.67769       0.7729         0.8759     0.97155       0.99681  
    cl_mt_pol_a    0.14602     1.6131      11.048      -4.2904    48.397    0.031287    0.46284    0.50587    2.3321e-09       0        -4.0564     -3.509    -2.4145     -1.7373    -1.2866    -0.95564    -0.68307    -0.30922    0.011453    0.39479    0.82072    1.1189    1.5022    2.0559    3.0356    5.2504    8.0189         3.1986             0.87028               2.6022                     1               2.6955             0.98907              0.51626               0.90993           -0.029477     -0.26236      -1.0495     -1.7511       -2.2697      -2.6444       -2.925     -3.2527      -3.3664      -3.1597      -2.7379      -2.3921      -1.9402      -1.3444       -0.48607      0.5658       0.93804  
    cl_mt_coh      0.22875     1.6894      7.3855       -4.453    50.127           0    0.42639    0.57361    2.5727e-08       0          -4.29    -3.6883    -2.5095     -1.7673    -1.2871    -0.92254     -0.6322    -0.22036     0.12663    0.53129    0.96421     1.264    1.6475    2.2245    3.2192    5.4799     8.346         3.1453             0.81715               2.6955               0.98907               2.8541                   1               0.5079               0.85478           -0.020472     -0.17645     -0.70232     -1.1652       -1.4947      -1.7329       -1.906     -2.0825      -2.0913      -1.8829      -1.5666      -1.3188      -1.0073     -0.58594     -0.0049071     0.70671        0.9591  
    cl_mt_pol_c     1.2564    0.35171     0.27994     0.039943    4.8813           0          0          1    6.4267e-06       0        0.34941    0.58234     0.7547     0.84098    0.89591     0.94055     0.97323       1.064      1.2178     1.3925     1.5035     1.561    1.6516    1.7324    1.8657    2.1288    2.3907        0.75921             0.94742              0.51626               0.90993               0.5079             0.85478               0.1237                     1          0.00022129    0.0038565     0.025829    0.057758      0.092396      0.12899      0.16723     0.24889      0.38627      0.54422      0.65618      0.71758      0.78268      0.84829        0.92012     0.98221       0.99805  

xxxxx fl_z_r_borr_max = 0.10286 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 96.291261 seconds.
Elapsed time is 100.923695 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5          p10         p15        p20         p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _________    _______    ________    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.712      2.204     0.81271      -18.579    14.902           0    0.10416    0.89584    4.9869e-06       0        -7.8295     -3.969    -1.2485    -0.064931    0.63312      1.1476      1.5256      2.1646      2.9291     3.6423     4.1845    4.4601    4.7886    5.2366     5.859    7.0168    8.1202         4.8578                   1               2.9628               0.86381               2.9016             0.80893              0.73722               0.95089          -0.0035276    -0.020896    -0.054294    -0.065244    -0.059632    -0.042918    -0.018085    0.051943      0.19813      0.37743      0.52096      0.60349      0.68534       0.77737     0.87921      0.97231       0.99688  
    cl_mt_pol_a    0.24737     1.5562      6.2911      -4.1236    48.398    0.031879    0.44536    0.52276    1.8097e-09       0        -3.8719    -3.2364    -2.1262      -1.4775    -1.0778    -0.78784    -0.56112     -0.2049    0.079867      0.462    0.88659    1.1838    1.5659    2.1179    3.0945    5.3023    8.1046         2.9628             0.86381               2.4219                     1               2.5037             0.98852              0.49592               0.90592           -0.015961     -0.14414     -0.56189     -0.91915      -1.1802      -1.3629      -1.5013     -1.6476      -1.6732      -1.5206      -1.2532      -1.0391     -0.76137      -0.39871     0.11335      0.74124       0.96434  
    cl_mt_coh       0.3397     1.6275       4.791      -4.2817    50.132           0    0.39762    0.60238    1.8786e-08       0         -4.095    -3.3987    -2.1901      -1.4937    -1.0585    -0.74393    -0.49277    -0.11106     0.17366    0.58893     1.0304    1.3152    1.7068    2.2826    3.2836    5.5367    8.3991         2.9016             0.80893               2.5037               0.98852               2.6487                   1              0.48649               0.84979            -0.01252     -0.11137     -0.42846      -0.6951     -0.88268      -1.0118      -1.1043     -1.1871      -1.1645      -1.0039     -0.76681     -0.60038     -0.37763     -0.085874     0.31528      0.80045       0.97221  
    cl_mt_pol_c     1.2621    0.35176     0.27872     0.041381    4.8801           0          0          1    4.9869e-06       0        0.37083    0.59569    0.75722      0.83965    0.89656     0.94932     0.97822      1.0712      1.2444      1.397     1.5071    1.5637    1.6534    1.7421    1.8685    2.1303    2.3946        0.73722             0.95089              0.49592               0.90592              0.48649             0.84979              0.12374                     1          0.00023252    0.0039734     0.026086     0.057758     0.092333      0.12909      0.16708     0.24825      0.38794      0.54278      0.65768      0.71801      0.78218        0.8488     0.92038      0.98227       0.99804  

xxxxx fl_z_r_borr_max = 0.10679 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 96.595425 seconds.
Elapsed time is 99.525497 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10        p15         p20         p25          p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25     fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90     fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    _______    ________    ________    ________    _________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    __________    _________    _________    ___________

    cl_mt_val       2.7941     2.1259     0.76084       -18.25    14.902           0    0.091744    0.90826    3.9168e-06       0        -7.3922    -3.5867    -0.98247    0.13933      0.7903      1.2745      1.6464       2.2234      2.9578     3.6798     4.2055    4.4811    4.8099     5.254    5.8784    7.0274    8.1315         4.5194                   1               2.7317               0.85633               2.6635              0.7998              0.71325               0.95409          -0.0032547    -0.018772    -0.046708    -0.053097    -0.044366    -0.025563    0.00041304     0.07118       0.2145      0.39284      0.53281      0.61417       0.69403       0.78477     0.88271      0.97309       0.99698  
    cl_mt_pol_a      0.348     1.5006      4.3119       -3.969    48.399    0.038679     0.40772     0.5536    1.4213e-09       0        -3.6789      -2.97     -1.8345     -1.233    -0.85283      -0.596    -0.42156     -0.11291    0.095159    0.51851    0.94186    1.2382    1.6192    2.1696    3.1433    5.3447    8.1388         2.7317             0.85633               2.2517                     1               2.3224             0.98802              0.47403               0.89835           -0.011182    -0.095637     -0.36111     -0.57585     -0.72678     -0.82854      -0.90065    -0.97387     -0.97406     -0.83964     -0.63872     -0.47589      -0.27283    -0.0089115     0.36291      0.81518       0.97437  
    cl_mt_coh      0.45024     1.5665      3.4792       -4.123    50.137           0     0.36069    0.63931    1.4694e-08       0        -3.8986     -3.116     -1.8905    -1.2187    -0.81617    -0.54534    -0.32989    -0.026137     0.22527    0.64722     1.0916    1.3744     1.765    2.3396    3.3376    5.5851    8.4476         2.6635              0.7998               2.3224               0.98802               2.4539                   1              0.46326               0.84098          -0.0088578    -0.077758     -0.29006     -0.46035     -0.57074     -0.64502      -0.69402    -0.72957     -0.69287     -0.55278      -0.3646     -0.23123     -0.057597       0.16797     0.47761      0.84806       0.97889  
    cl_mt_pol_c      1.268    0.35165     0.27732     0.042809     4.879           0           0          1    3.9168e-06       0        0.39524    0.60886     0.76321    0.83659     0.89156     0.94816      0.9921       1.0813      1.2508     1.4011     1.5296    1.5857    1.6554     1.746    1.8719    2.1287    2.3982        0.71325             0.95409              0.47403               0.89835              0.46326             0.84098              0.12366                     1           0.0002466    0.0040873     0.026326     0.058005     0.092176      0.12816       0.16665     0.24763      0.38681       0.5442      0.65776      0.71883       0.78252       0.85014     0.92041      0.98235       0.99807  

xxxxx fl_z_r_borr_max = 0.11071 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 93.633920 seconds.
Elapsed time is 97.414578 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10        p15         p20         p25          p35         p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    _______    ________    ________    ________    _________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.8404     2.0848       0.734      -17.937    14.901           0    0.085996      0.914    3.3716e-06       0        -7.1175    -3.3784    -0.85182    0.23403     0.88773      1.3358      1.7235       2.2646     2.9809     3.6974     4.2221    4.4888    4.8235    5.2669    5.8889    7.0364    8.1366         4.3464                   1               2.6044               0.85114               2.5328             0.79367              0.70134               0.95605          -0.0030733    -0.017591    -0.042784    -0.047028    -0.036788    -0.01657     0.0098732    0.081883      0.22341      0.40179      0.53934       0.61678      0.69869     0.78653      0.88451      0.97366       0.99702  
    cl_mt_pol_a    0.41362     1.4677      3.5485      -3.8254    48.401    0.043701     0.38353    0.57277    1.2235e-09       0        -3.5098    -2.7545       -1.66    -1.0925    -0.73631    -0.49118    -0.30826    -0.064083    0.14326    0.56546    0.98766    1.2832    1.6632     2.212    3.1831    5.3785     8.165         2.6044             0.85114               2.1542                     1                2.219             0.98767              0.46174               0.89406          -0.0088206    -0.075734     -0.28013     -0.44318     -0.55345    -0.62672      -0.67303    -0.71818     -0.70405     -0.57312     -0.38733      -0.25495    -0.080315     0.14604      0.46081      0.84339       0.97823  
    cl_mt_coh      0.52334     1.5307      2.9249      -3.9756    50.142           0     0.33264    0.66736    1.2585e-08       0        -3.7147    -2.8821     -1.7021    -1.0749    -0.68544    -0.41482    -0.23074      0.03927    0.27698    0.67804     1.1212    1.4137    1.8032    2.3865    3.3824    5.6328    8.4889         2.5328             0.79367                2.219               0.98767               2.3431                   1              0.45037               0.83617          -0.0075551    -0.063109     -0.22951     -0.35907     -0.44305    -0.49384      -0.52421    -0.53947     -0.49647     -0.36385     -0.19418     -0.073999     0.079388     0.27663      0.54761      0.86914       0.98181  
    cl_mt_pol_c     1.2716    0.35187     0.27673     0.044227     4.878           0           0          1    3.3716e-06       0        0.40629     0.6143     0.76445    0.83977     0.89387      0.9313     0.99887        1.091     1.2529     1.4018     1.5411    1.5949    1.6572    1.7484     1.874     2.129    2.4007        0.70134             0.95605              0.46174               0.89406              0.45037             0.83617              0.12381                     1          0.00025664    0.0041222     0.026355     0.058157     0.092304     0.12813       0.16638      0.2476      0.38885      0.54472      0.66017       0.71941       0.7835     0.85039       0.9206      0.98237       0.99807  

xxxxx fl_z_r_borr_max = 0.11464 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 97.664413 seconds.
Elapsed time is 95.358918 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10         p15         p20         p25         p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20     fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    ________    ________    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.8809      2.042     0.70881      -17.639    14.901           0    0.079821    0.92018    2.7621e-06       0         -6.771    -3.1438    -0.71081     0.32951     0.97729      1.3678      1.7919      2.3095     2.9987     3.7026    4.2414    4.5005    4.8338     5.271    5.8968    7.0432    8.1476         4.1699                   1               2.4818               0.84545               2.4064             0.78697              0.68937               0.95908          -0.0028951    -0.016305    -0.038626    -0.040831    -0.02918     -0.0087069    0.018742     0.090251      0.23253      0.40828       0.54493     0.62206      0.70221      0.78955      0.88587      0.97395       0.99706  
    cl_mt_pol_a    0.46914     1.4375      3.0641      -3.6916    48.401    0.044982      0.3651    0.58992    1.0023e-09       0        -3.3442    -2.5428     -1.4792    -0.95502    -0.65045    -0.41621    -0.25796    -0.02624    0.18272    0.60384     1.025    1.3198    1.6988    2.2462    3.2148    5.4047    8.1841         2.4818             0.84545               2.0665                     1               2.1253             0.98732              0.45012               0.88957          -0.0074734    -0.062444     -0.22442     -0.35154    -0.43504       -0.49063    -0.52562     -0.55289     -0.53095     -0.40744      -0.23921     -0.1188     0.037482       0.2401      0.52097       0.8607       0.98036  
    cl_mt_coh      0.58607     1.4974       2.555      -3.8383    50.147           0     0.30953    0.69047    1.0193e-08       0        -3.5421    -2.6559     -1.4904     -0.9205    -0.58392    -0.32493    -0.14352    0.083777    0.29687    0.72251    1.1629    1.4563    1.8448    2.4234     3.419    5.6636    8.5327         2.4064             0.78697               2.1253               0.98732               2.2423                   1              0.43819               0.83135          -0.0062794    -0.052679     -0.18702     -0.28619     -0.3501       -0.38828    -0.40767     -0.41074     -0.36628     -0.23838     -0.081968    0.028632      0.16854      0.34727      0.59258      0.88202       0.98365  
    cl_mt_pol_c     1.2748    0.35199     0.27611     0.045635     4.877           0           0          1    2.7621e-06       0        0.41897     0.6163      0.7595     0.84035     0.89811     0.93111     0.99575      1.1019     1.2538     1.4044    1.5419    1.5977    1.6577    1.7506    1.8758    2.1262    2.4003        0.68937             0.95908              0.45012               0.88957              0.43819             0.83135               0.1239                     1          0.00026608    0.0041787     0.026388     0.057962    0.092068        0.12831     0.16639       0.2467      0.38628      0.54395        0.6608     0.72145      0.78362      0.85065       0.9208       0.9824       0.99807  

xxxxx fl_z_r_borr_max = 0.11857 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 80.707656 seconds.
Elapsed time is 90.757369 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10         p15         p20         p25         p35        p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    ________    ________    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.9355     1.9845     0.67604      -17.354      14.9           0    0.071672    0.92833    2.1238e-06       0        -6.3018    -2.8253    -0.51246     0.46711      1.0572      1.4459      1.8597     2.3688     3.0419     3.7207    4.2671    4.5217    4.8573    5.2846    5.9176     7.054    8.1536         3.9384                   1               2.3333               0.83897               2.2531             0.77903              0.67218               0.96299          -0.0026799    -0.014702    -0.033273    -0.032725    -0.019426    0.0023818    0.030558      0.10229      0.24634      0.41717      0.55381       0.62987     0.70866      0.79386       0.8876       0.9743       0.99711  
    cl_mt_pol_a    0.53463     1.4014      2.6213      -3.5667    48.402    0.033574     0.34023     0.6262    7.7068e-10       0        -3.1573    -2.2865     -1.2665    -0.77904     -0.5093     -0.3173    -0.19013          0    0.21437    0.63449    1.0546    1.3487    1.7268     2.273    3.2393    5.4239    8.2387         2.3333             0.83897                1.964                     1               2.0156             0.98692              0.43556               0.88363          -0.0061867    -0.050903     -0.17531     -0.26773     -0.32722     -0.36584    -0.38904     -0.40436     -0.37677     -0.25865     -0.10415     0.0043817     0.14423      0.32458      0.57415       0.8761       0.98319  
    cl_mt_coh      0.65949     1.4573      2.2098        -3.71    50.152           0     0.28027    0.71973    7.7438e-09       0        -3.3439    -2.3845     -1.2626    -0.72188    -0.43955    -0.23137     -0.0711    0.11313     0.3427    0.75907     1.204    1.4911    1.8787    2.4576      3.46    5.6993    8.5605         2.2531             0.77903               2.0156               0.98692               2.1238                   1               0.4227               0.82467          -0.0054698    -0.043523     -0.14606     -0.21923     -0.26212     -0.28724    -0.29815     -0.29251     -0.24465     -0.12303     0.022527       0.12347     0.25084      0.41477      0.63523      0.89452       0.98544  
    cl_mt_pol_c     1.2788    0.35172     0.27504     0.047033    4.8761           0           0          1    2.1238e-06       0        0.43968    0.62661     0.75834     0.83665     0.90586     0.93772     0.98188     1.1113     1.2556     1.4119    1.5447    1.5993    1.6591    1.7524    1.8774    2.1271    2.4018        0.67218             0.96299              0.43556               0.88363               0.4227             0.82467              0.12371                     1          0.00028225    0.0042779     0.026459     0.057716     0.091625       0.1276     0.16538       0.2472       0.3874      0.54471      0.66083       0.72144     0.78419      0.85029       0.9208      0.98245       0.99808  

xxxxx fl_z_r_borr_max = 0.1225 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 79.298517 seconds.
Elapsed time is 89.441303 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10         p15         p20          p25          p35        p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    ________    ________    ________    __________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.9721     1.9429     0.65371      -17.081      14.9           0    0.065519    0.93448     1.729e-06       0        -5.9622    -2.5936    -0.38129     0.54049      1.1304      1.5034        1.9125     2.3878     3.0516     3.7278    4.2681    4.5274    4.8638    5.2899    5.9225    7.0602    8.1561         3.7747                   1               2.2228               0.83254               2.1399             0.77179              0.66016               0.96559          -0.0025283    -0.013594    -0.029699    -0.027269    -0.012627     0.00958     0.038899      0.11049      0.25246        0.4243      0.55837     0.63171      0.71237      0.79656      0.88948       0.9747       0.99716  
    cl_mt_pol_a    0.57912     1.3742       2.373      -3.4173    48.403    0.049225     0.32783    0.62295    6.2741e-09       0        -2.9987    -2.0928     -1.1126    -0.64633    -0.40476    -0.24322       -0.1285          0    0.23898    0.61625    1.0774    1.3708     1.748     2.293    3.2571    5.4369    8.2454         2.2228             0.83254               1.8885                     1                1.935             0.98664              0.42335               0.87544          -0.0054196    -0.043499     -0.14637     -0.22093     -0.26629    -0.29411     -0.30864     -0.31652     -0.28489       -0.1842    -0.026315    0.074194      0.20476      0.37258      0.60414      0.88474       0.98428  
    cl_mt_coh      0.71078     1.4271      2.0078        -3.59    50.157           0     0.25199    0.74801    6.2326e-09       0        -3.1714    -2.1707     -1.0965    -0.58647    -0.32314     -0.1388    -0.0098989    0.13184    0.35879     0.7815    1.2236    1.5189    1.9056    2.4821    3.4829    5.7296    8.5834         2.1399             0.77179                1.935               0.98664               2.0367                   1              0.40984               0.81611          -0.0047493    -0.037211     -0.12243      -0.1795     -0.21093    -0.22607     -0.23085     -0.21959     -0.17057     -0.054226     0.085156      0.1807      0.29973      0.45315      0.65912      0.90226       0.98642  
    cl_mt_pol_c     1.2816    0.35189     0.27456     0.048421    4.8753           0           0          1     1.729e-06       0        0.45154    0.62786     0.76233     0.83133     0.87893     0.94698       0.98181     1.1159     1.2638     1.4158    1.5451    1.5996    1.6604     1.754    1.8788     2.125     2.389        0.66016             0.96559              0.42335               0.87544              0.40984             0.81611              0.12383                     1          0.00029089    0.0043264     0.026508     0.057663     0.091715     0.12725      0.16482      0.24658      0.38695       0.54485      0.66104     0.72141      0.78487      0.85054      0.92083      0.98248       0.99807  

xxxxx fl_z_r_borr_max = 0.12643 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 79.525093 seconds.
Elapsed time is 89.411476 seconds.
                    mean        sd       coefofvar      min       max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10         p15         p20         p25          p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15     fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    _______    ______    ________    ________    _______    __________    ________    _______    _______    ________    ________    ________    ________    ________    _________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.9931     1.9244     0.64295     -16.819      14.9           0    0.062974    0.93703    1.5686e-06       0        -5.7705    -2.4883    -0.31878      0.6009      1.1701      1.5535      1.9521        2.422     3.0573     3.7512    4.2776    4.5338    4.8674    5.2925    5.9238    7.0662    8.1621         3.7034                   1                2.172               0.82928               2.0877             0.76808              0.65493               0.96704           -0.002434    -0.013028    -0.028049    -0.024812    -0.0093154    0.013007     0.042853      0.11464      0.25478       0.42663     0.56203      0.63571      0.71257      0.79714      0.88961       0.9749       0.99716  
    cl_mt_pol_a    0.61223      1.361       2.223     -3.3075    48.404    0.034507     0.30486    0.66063    5.6922e-09       0        -2.8626    -1.9532     -1.0313    -0.58641    -0.34626    -0.18978    -0.10853    0.0062253    0.25721    0.67551    1.0938    1.3866    1.7631    2.3069     3.269     5.486    8.2468          2.172             0.82928               1.8523                     1               1.8962             0.98645              0.41811               0.87294          -0.0049881    -0.039206      -0.1292     -0.19394      -0.23107    -0.25334     -0.26442     -0.26844     -0.23416       -0.1228    0.018237      0.11534      0.23961       0.4005      0.62193      0.89255       0.98489  
    cl_mt_coh      0.74952     1.4124      1.8844     -3.4775    50.162           0     0.23334    0.76666    5.6339e-09       0        -3.0267    -2.0275     -1.0024    -0.51781    -0.25662    -0.08512    0.030526      0.14885    0.38652    0.81135     1.257    1.5442     1.934    2.5134    3.5126     5.746    8.6058         2.0877             0.76808               1.8962               0.98645               1.9949                   1              0.40438               0.81354          -0.0042814     -0.03329     -0.10757     -0.15673      -0.18148    -0.19229     -0.19351     -0.17942     -0.12772     -0.010817     0.12595      0.21577      0.33055      0.47875      0.67553      0.90664       0.98711  
    cl_mt_pol_c     1.2833    0.35193     0.27423      0.0498    4.8745           0           0          1    1.5686e-06       0         0.4558    0.62837     0.76277     0.83238     0.87957      0.9524     0.98366       1.1183     1.2656     1.4195    1.5465    1.6009    1.6605    1.7565    1.8799    2.1246     2.382        0.65493             0.96704              0.41811               0.87294              0.40438             0.81354              0.12385                     1          0.00029594    0.0043173     0.026462     0.057706      0.091712     0.12675      0.16597      0.24906      0.38671       0.54504     0.66236      0.72185      0.78491      0.85153      0.92095      0.98252       0.99807  

xxxxx fl_z_r_borr_max = 0.13036 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 80.656906 seconds.
Elapsed time is 90.542750 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10         p15          p20         p25         p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15     fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    ________    ________    ________    _________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.0148     1.8969     0.62922      -16.568    14.899           0    0.05969    0.94031    1.2925e-06       0        -5.4595    -2.3132    -0.24153     0.66044      1.1897       1.5996      1.9685      2.4579     3.0718     3.7563     4.279    4.5359    4.8689    5.2932    5.9271     7.066    8.1629         3.5984                   1               2.1019               0.82472               2.0157             0.76285              0.64746               0.96968          -0.0023059     -0.01217     -0.02553    -0.021296    -0.0052845    0.017521     0.047369      0.12041       0.25876     0.43408       0.5636      0.63788      0.71376      0.79819      0.89075      0.97502       0.99719  
    cl_mt_pol_a    0.64089     1.3435      2.0964      -3.2043    48.405    0.039646    0.29392    0.66643    4.6903e-09       0        -2.7083    -1.7908    -0.90813    -0.52238    -0.29371     -0.17193    -0.06004    0.019135    0.26962     0.6871    1.1046    1.3968    1.7725    2.3153    3.3172    5.4881    8.2852         2.1019             0.82472               1.8051                     1               1.8457             0.98624              0.41059               0.86821           -0.004595    -0.034462     -0.11254     -0.16733      -0.19861    -0.21627     -0.22419     -0.22531      -0.18942    -0.08123     0.055621      0.14935      0.26908      0.42353      0.64329      0.89632       0.98582  
    cl_mt_coh      0.78386     1.3929       1.777      -3.3717    50.167           0    0.21458    0.78542    4.5921e-09       0        -2.8629    -1.8382     -0.8675    -0.43958    -0.19632    -0.040972    0.060431     0.16686    0.40276    0.82834    1.2721    1.5605    1.9567    2.5288    3.5242    5.7675    8.6322         2.0157             0.76285               1.8457               0.98624               1.9402                   1              0.39646               0.80861          -0.0039111    -0.029498    -0.093034     -0.13371      -0.15297    -0.15986     -0.15869     -0.14169     -0.090411    0.023724       0.1572      0.24472      0.35706      0.49893      0.68747      0.91049       0.98771  
    cl_mt_pol_c     1.2851    0.35199     0.27391     0.051169    4.8737           0          0          1    1.2925e-06       0        0.46362    0.62822     0.76095     0.83696     0.88151      0.95646     0.98538      1.1189     1.2788     1.4338    1.5456    1.6009    1.6609    1.7577    1.8808     2.124    2.3797        0.64746             0.96968              0.41059               0.86821              0.39646             0.80861               0.1239                     1          0.00030441    0.0043516     0.026278     0.057568      0.091353     0.12651      0.16482       0.2468       0.38716     0.54542      0.66075      0.72173      0.78491      0.85141      0.92117      0.98255       0.99808  

xxxxx fl_z_r_borr_max = 0.13429 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 84.849157 seconds.
Elapsed time is 89.554678 seconds.
                    mean        sd      coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10         p15         p20          p25         p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15     fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    ______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    ________    ________    ________    _________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.0464    1.8602     0.61063      -16.327    14.899           0    0.055346    0.94465    9.7718e-07       0        -5.0715    -2.0913    -0.12741     0.73267      1.2384      1.6517       2.0118      2.4901     3.0887     3.7562    4.2925    4.5359     4.884    5.3105    5.9303    7.0704    8.1648         3.4604                   1               2.0179               0.81989               1.9289               0.757               0.6366               0.97277          -0.0021384    -0.011065    -0.022232    -0.016535    0.00060736    0.023724     0.054195      0.12741       0.26652      0.43784     0.56731      0.63925      0.71618      0.79965      0.89142      0.97529       0.99722  
    cl_mt_pol_a    0.67749    1.3231      1.9529      -3.1071    48.405    0.046424     0.27337     0.6802     3.546e-09       0        -2.5343     -1.595    -0.76662    -0.43612    -0.24415    -0.12771    -0.051169    0.026716    0.27673    0.69343    1.1101    1.4018    1.7769    2.3602    3.3186    5.4855    8.2774         2.0179             0.81989               1.7505                     1               1.7869             0.98597              0.40157               0.86274          -0.0040731    -0.029906    -0.093765     -0.13649      -0.16117    -0.17393     -0.17953     -0.17829       -0.1416    -0.036399    0.095642      0.18586      0.30098      0.46051      0.65887      0.90064        0.9863  
    cl_mt_coh      0.82678    1.3698      1.6568      -3.2721    50.172           0     0.19427    0.80573    3.2599e-09       0        -2.6757    -1.6226    -0.71092    -0.34125    -0.12769    0.014434     0.099857     0.18528    0.42756    0.85468    1.2958    1.5948    1.9799    2.5484    3.5463    5.7945    8.6429         1.9289               0.757               1.7869               0.98597               1.8764                   1              0.38689               0.80285          -0.0034897    -0.025586    -0.076436     -0.10684      -0.12062    -0.12371      -0.1202     -0.10172     -0.048519     0.064444     0.19483      0.28009      0.38678      0.52162      0.70268      0.91514       0.98827  
    cl_mt_pol_c     1.2874    0.3518     0.27326     0.052528     4.873           0           0          1    9.7718e-07       0        0.47792    0.63232     0.74712     0.83675     0.88453     0.96321      0.99053      1.1204     1.2984     1.4415    1.5457    1.6009    1.6623    1.7597    1.8816     2.126    2.3812         0.6366             0.97277              0.40157               0.86274              0.38689             0.80285              0.12376                     1          0.00031781    0.0043995     0.026203     0.057033      0.090728     0.12604      0.16402      0.24827       0.38825      0.54705     0.66158      0.72257      0.78505       0.8512      0.92153      0.98256       0.99809  

xxxxx fl_z_r_borr_max = 0.13821 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 78.022066 seconds.
Elapsed time is 90.231694 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5          p10          p15          p20          p25         p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65     fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    _________    ________    _________    _________    _________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.0686     1.8319     0.59699      -16.095    14.899           0    0.050892    0.94911    7.9975e-07       0        -4.7883    -1.9192    -0.020403     0.82967       1.2308       1.7139       2.0204      2.5185      3.091     3.7533    4.2971    4.5357    4.8834    5.3074    5.9342    7.0713    8.1672         3.3559                   1               1.9522               0.81513               1.8618             0.75165              0.62837               0.97505          -0.0020271    -0.010284    -0.019802    -0.012788    0.0045631     0.028402    0.065397       0.13147      0.26901       0.43964     0.57064      0.64174      0.71811      0.80118      0.89219      0.97535       0.99723  
    cl_mt_pol_a    0.70352     1.3074      1.8583      -3.0154    48.406    0.052207      0.2558    0.69199    2.9022e-09       0        -2.3808    -1.4488     -0.66092    -0.35159     -0.19826    -0.087626    -0.011302    0.029421      0.279    0.69496    1.1109    1.4021    1.8181    2.3588    3.3155    5.5202    8.3071         1.9522             0.81513               1.7092                     1               1.7426              0.9858               0.3937               0.85602          -0.0037438    -0.026561    -0.081476     -0.11612     -0.13485      -0.1441    -0.14736      -0.14541     -0.10906    -0.0064818     0.12022      0.20994      0.33241      0.47566      0.66809      0.90549       0.98696  
    cl_mt_coh       0.8586     1.3521      1.5748      -3.1782    50.177           0     0.17784    0.82216    2.6505e-09       0         -2.508    -1.4702      -0.5902    -0.24828    -0.064077     0.049341      0.12012      0.2054    0.44756    0.87476    1.3011    1.5996     1.997    2.5657    3.5609    5.8053    8.6627         1.8618             0.75165               1.7426                0.9858               1.8281                   1              0.37857                0.7959          -0.0032357    -0.022447    -0.065305    -0.088446    -0.096922    -0.097218    -0.09201     -0.073392    -0.019303      0.094487     0.21779      0.30189      0.40603       0.5386      0.71248      0.91777       0.98868  
    cl_mt_pol_c     1.2893    0.35179     0.27286     0.053878    4.8724           0           0          1    7.9975e-07       0        0.48554    0.63069      0.74841     0.82089      0.88753      0.93814      0.99877      1.1213     1.2994     1.4416    1.5467    1.6018    1.6627    1.7606    1.8822    2.1265    2.3824        0.62837             0.97505               0.3937               0.85602              0.37857              0.7959              0.12375                     1          0.00032557    0.0044208     0.026281      0.05708     0.090443      0.12562     0.16479       0.24749      0.38913       0.54692     0.66243      0.72296      0.78672      0.85157      0.92151      0.98259       0.99808  

xxxxx fl_z_r_borr_max = 0.14214 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 81.753879 seconds.
Elapsed time is 90.412076 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10          p15          p20         p25        p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50     fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    ________    _________    _________    _______    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    __________    _________    _________    _________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.0794     1.8199       0.591       -15.87    14.899           0    0.048575    0.95142    7.1088e-07       0        -4.6434    -1.8623    0.019095     0.87041       1.2542        1.745     2.0147      2.5446     3.1087     3.7713    4.3095    4.5513    4.8819    5.3061    5.9364    7.0756    8.1691         3.3122                   1               1.9221               0.81215               1.8311             0.74854              0.62506               0.97609          -0.0019532    -0.0099437     -0.01882    -0.011435    0.0066756     0.030716     0.067069      0.1345         0.2753     0.44146      0.57516       0.6447      0.71954      0.80173       0.8926      0.97556       0.99726  
    cl_mt_pol_a    0.71951     1.3004      1.8074      -2.9288    48.407    0.058354     0.24166    0.69999    2.5797e-09       0        -2.2576    -1.3586    -0.61504    -0.31381     -0.16319    -0.051843          0    0.027656    0.27682    0.73362    1.1489    1.4396    1.8133    2.3947    3.3498    5.5092    8.3331         1.9221             0.81215               1.6911                     1                1.723             0.98572               0.3898               0.85189          -0.0035106     -0.024414    -0.074169      -0.1051     -0.12052     -0.12781        -0.13    -0.12806      -0.092264    0.018532      0.14607      0.23097      0.34033      0.49175      0.67836      0.90643       0.98742  
    cl_mt_coh      0.87944     1.3441      1.5284      -3.0895    50.182           0     0.16256    0.83744    2.3389e-09       0        -2.3736    -1.3646    -0.53073    -0.19021    -0.019948     0.080177    0.13532     0.21029    0.45069    0.88892    1.3271    1.6149    2.0106     2.579    3.5729    5.8139    8.6784         1.8311             0.74854                1.723               0.98572               1.8067                   1               0.3745               0.79183          -0.0030343     -0.020829    -0.059215    -0.078946    -0.084503    -0.082407    -0.076454    -0.05552     -0.0021549     0.10926      0.23141      0.31497      0.41838      0.54678       0.7185      0.91968       0.98892  
    cl_mt_pol_c     1.2902    0.35186     0.27273     0.055219    4.8718           0           0          1    7.1088e-07       0        0.48865    0.63082     0.75076     0.82212      0.88594      0.96508     1.0004      1.1493     1.3002     1.4427    1.5475    1.6015    1.6628    1.7613    1.8818    2.1268    2.3832        0.62506             0.97609               0.3898               0.85189               0.3745             0.79183              0.12381                     1          0.00032872     0.0044048     0.026325     0.056793     0.089819      0.12529      0.16445     0.25096        0.39132     0.55197      0.66348      0.72227      0.78525       0.8514      0.92128      0.98261       0.99809  

xxxxx fl_z_r_borr_max = 0.14607 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 86.053547 seconds.
Elapsed time is 91.584135 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10          p15          p20         p25        p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1     fracByP5     fracByP10     fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    ________    _________    _________    _______    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    __________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.0907     1.8077     0.58489      -15.654    14.899           0    0.047765    0.95224    6.1489e-07       0        -4.4799    -1.7802    0.058153     0.90517       1.2396       1.7721     2.0091      2.5397     3.1003      3.767    4.3035    4.5453    4.8915    5.3156    5.9398    7.0802    8.1684         3.2679                   1               1.8932               0.80997               1.8014             0.74602               0.6216               0.97729           -0.001882    -0.0095443    -0.017734    -0.0098529    0.0080938    0.033021       0.06815      0.13526      0.2735      0.44489      0.57354      0.64525      0.72035      0.80245      0.89312      0.97571       0.99725  
    cl_mt_pol_a    0.73623      1.293      1.7563      -2.8469    48.366    0.062312     0.22834    0.70934    2.2313e-09       0        -2.1478    -1.2681    -0.56667    -0.28013     -0.13163    -0.055267          0    0.063242    0.31201    0.72663    1.1412    1.4315    1.8046    2.3851    3.3387    5.5362    8.3141         1.8932             0.80997               1.6719                     1               1.7023             0.98559              0.38655               0.84968          -0.0032289     -0.022434    -0.067556     -0.094918     -0.10802    -0.11392      -0.11472     -0.11156    -0.07033     0.031035      0.15636      0.24133      0.34911      0.49713      0.68204      0.90937        0.9874  
    cl_mt_coh      0.90107     1.3358      1.4825      -3.0055    50.187           0     0.14763    0.85237    1.9912e-09       0        -2.2481    -1.2666    -0.47467    -0.15018    0.0083103     0.093306    0.14048      0.2208    0.47579    0.90077    1.3373    1.6347    2.0212    2.5967    3.5936    5.8305    8.6934         1.8014             0.74602               1.7023               0.98559               1.7843                   1              0.37111               0.78961          -0.0027922     -0.018796    -0.053476     -0.069729    -0.073076    -0.06988     -0.063134    -0.042607    0.015032      0.12562       0.2462      0.32793      0.42885      0.55609      0.72505      0.92158       0.98924  
    cl_mt_pol_c     1.2911    0.35185     0.27251     0.056551    4.9126           0           0          1    6.1489e-07       0        0.49097    0.62696     0.75188     0.82375      0.88033       0.9424     1.0063      1.1569      1.301     1.4426    1.5473    1.6012    1.6633    1.7618    1.8831    2.1275    2.3844         0.6216             0.97729              0.38655               0.84968              0.37111             0.78961               0.1238                     1          0.00033316     0.0044092     0.026272      0.056944     0.089818     0.12612       0.16334      0.24652     0.39142      0.54704      0.66294      0.72241      0.78552      0.85154      0.92152      0.98263       0.99808  

xxxxx fl_z_r_borr_max = 0.15 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 80.870738 seconds.
Elapsed time is 90.070232 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1          p5         p10         p15          p20         p25        p35         p50        p65       p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1     fracByP1     fracByP5     fracByP10     fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    ________    ________    ________    _________    _______    ________    _______    _______    ______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    __________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       3.1016     1.7935     0.57825      -15.446    14.898           0    0.044999      0.955    5.1063e-07       0        -4.2694    -1.6794    0.091355     0.93891      1.2726       1.7925     2.0039      2.5647     3.1185      3.778    4.3183    4.5579    4.8882    5.3182    5.9408    7.0789    8.1731         3.2167                   1               1.8623                0.8074               1.7697             0.74312              0.61767               0.97898          -0.0017953    -0.0090375    -0.016399    -0.0079749     0.010997     0.034817      0.06907      0.13781      0.27869     0.44545      0.57936      0.64605      0.72185      0.80345      0.89343      0.97562       0.99727  
    cl_mt_pol_a    0.75092      1.286      1.7126      -2.7693    48.366    0.065533     0.21617     0.7183     1.853e-09       0        -2.0187      -1.17    -0.51135    -0.25021    -0.10326    -0.026978          0    0.094917    0.30191    0.75731    1.1713    1.4611    1.8337    2.3719    3.3655    5.5596    8.3334         1.8623              0.8074               1.6539                     1               1.6828             0.98549              0.38288               0.84632          -0.0030152     -0.020498    -0.061113      -0.08459    -0.095955      -0.1004     -0.10095    -0.096001    -0.058834    0.051369      0.17725      0.26026      0.36578      0.50078      0.69015      0.91179       0.98774  
    cl_mt_coh      0.92065     1.3278      1.4422       -2.926    50.192           0     0.13621    0.86379    1.6479e-09       0        -2.1086    -1.1535    -0.42166    -0.11418    0.034684        0.112    0.15642     0.23572    0.48546    0.92024    1.3501    1.6472     2.034    2.6072     3.604    5.8482    8.7017         1.7697             0.74312               1.6828               0.98549                1.763                   1              0.36722               0.78618          -0.0025769     -0.017038    -0.047067       -0.0604    -0.062064    -0.057807    -0.050111    -0.030208     0.027982     0.13935      0.25903      0.34136      0.43894      0.56468      0.72963      0.92326       0.98942  
    cl_mt_pol_c     1.2921    0.35179     0.27227     0.057873     4.912           0           0          1    5.1063e-07       0        0.49616    0.62479     0.75288     0.82673     0.87509       0.9417    0.99989      1.1637     1.3006     1.4434    1.5479    1.6028    1.6639    1.7633    1.8833    2.1277    2.3846        0.61767             0.97898              0.38288               0.84632              0.36722             0.78618              0.12375                     1          0.00033767     0.0043966     0.026211      0.056691     0.089632      0.12552      0.16723      0.24683      0.38951     0.55231      0.66283      0.72339      0.78552      0.85229      0.92165      0.98262       0.99808  

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

    'Vary '    'borrow bound'    ' ('    'fl_b_bd'    '): '

  Column 6

    '-20       -16.25...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:11
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_b_bd = -20 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 92.425748 seconds.
Elapsed time is 101.506418 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5488     2.3494     0.92176      -19.289    14.904          0    0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357     0.8853       1.334      2.0354      2.8843     3.6206     4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                   1               3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_pol_a    0.02859     1.6728       58.51      -4.4711    48.396    0.03133    0.49304    0.47563    2.7217e-09       0        -4.2653    -3.7777    -2.6996      -1.985    -1.5049    -1.1448    -0.86479    -0.43587           0     0.3583    0.78568    1.0421    1.4267    1.9823    2.9653    5.1877    7.9657         3.4425             0.87595               2.7982                     1                2.903             0.98959              0.53752               0.91449            -0.16368      -1.4198      -5.8741     -9.9004       -12.959      -15.267      -17.016      -19.212     -20.286      -19.433      -17.426      -15.999      -13.773      -10.816      -6.5199      -1.1949       0.68839  
    cl_mt_coh      0.10117     1.7537      17.335      -4.6385    50.122          0    0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066      -2.035    -1.5262     -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                   1              0.53018               0.86039           -0.048375     -0.42174      -1.7305     -2.9234       -3.7933      -4.4519      -4.9229      -5.5083     -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_pol_c     1.2502    0.35138     0.28106     0.038494    4.8827          0          0          1    7.5002e-06       0        0.33476    0.57099    0.75149     0.83558    0.89304    0.93574     0.98006      1.0587      1.2112     1.3902     1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                     1           0.0002091    0.0037561     0.025653    0.057623      0.092295      0.12907      0.16708      0.24923     0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

xxxxx fl_b_bd = -16.25 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 93.122690 seconds.
Elapsed time is 100.742832 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5488     2.3494     0.92176      -19.289    14.904          0    0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357     0.8853       1.334      2.0354      2.8843     3.6206     4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                   1               3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_pol_a    0.02859     1.6728       58.51      -4.4711    48.396    0.03133    0.49304    0.47563    2.7217e-09       0        -4.2653    -3.7777    -2.6996      -1.985    -1.5049    -1.1448    -0.86479    -0.43587           0     0.3583    0.78568    1.0421    1.4267    1.9823    2.9653    5.1877    7.9657         3.4425             0.87595               2.7982                     1                2.903             0.98959              0.53752               0.91449            -0.16368      -1.4198      -5.8741     -9.9004       -12.959      -15.267      -17.016      -19.212     -20.286      -19.433      -17.426      -15.999      -13.773      -10.816      -6.5199      -1.1949       0.68839  
    cl_mt_coh      0.10117     1.7537      17.335      -4.6385    50.122          0    0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066      -2.035    -1.5262     -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                   1              0.53018               0.86039           -0.048375     -0.42174      -1.7305     -2.9234       -3.7933      -4.4519      -4.9229      -5.5083     -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_pol_c     1.2502    0.35138     0.28106     0.038494    4.8827          0          0          1    7.5002e-06       0        0.33476    0.57099    0.75149     0.83558    0.89304    0.93574     0.98006      1.0587      1.2112     1.3902     1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                     1           0.0002091    0.0037561     0.025653    0.057623      0.092295      0.12907      0.16708      0.24923     0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

xxxxx fl_b_bd = -12.5 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 97.325062 seconds.
Elapsed time is 99.839709 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5488     2.3494     0.92176      -19.289    14.904          0    0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357     0.8853       1.334      2.0354      2.8843     3.6206     4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                   1               3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_pol_a    0.02859     1.6728       58.51      -4.4711    48.396    0.03133    0.49304    0.47563    2.7217e-09       0        -4.2653    -3.7777    -2.6996      -1.985    -1.5049    -1.1448    -0.86479    -0.43587           0     0.3583    0.78568    1.0421    1.4267    1.9823    2.9653    5.1877    7.9657         3.4425             0.87595               2.7982                     1                2.903             0.98959              0.53752               0.91449            -0.16368      -1.4198      -5.8741     -9.9004       -12.959      -15.267      -17.016      -19.212     -20.286      -19.433      -17.426      -15.999      -13.773      -10.816      -6.5199      -1.1949       0.68839  
    cl_mt_coh      0.10117     1.7537      17.335      -4.6385    50.122          0    0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066      -2.035    -1.5262     -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                   1              0.53018               0.86039           -0.048375     -0.42174      -1.7305     -2.9234       -3.7933      -4.4519      -4.9229      -5.5083     -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_pol_c     1.2502    0.35138     0.28106     0.038494    4.8827          0          0          1    7.5002e-06       0        0.33476    0.57099    0.75149     0.83558    0.89304    0.93574     0.98006      1.0587      1.2112     1.3902     1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                     1           0.0002091    0.0037561     0.025653    0.057623      0.092295      0.12907      0.16708      0.24923     0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

xxxxx fl_b_bd = -8.75 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 95.303714 seconds.
Elapsed time is 100.233829 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5488     2.3494     0.92176      -19.289    14.904          0    0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357     0.8853       1.334      2.0354      2.8843     3.6206     4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                   1               3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_pol_a    0.02859     1.6728       58.51      -4.4711    48.396    0.03133    0.49304    0.47563    2.7217e-09       0        -4.2653    -3.7777    -2.6996      -1.985    -1.5049    -1.1448    -0.86479    -0.43587           0     0.3583    0.78568    1.0421    1.4267    1.9823    2.9653    5.1877    7.9657         3.4425             0.87595               2.7982                     1                2.903             0.98959              0.53752               0.91449            -0.16368      -1.4198      -5.8741     -9.9004       -12.959      -15.267      -17.016      -19.212     -20.286      -19.433      -17.426      -15.999      -13.773      -10.816      -6.5199      -1.1949       0.68839  
    cl_mt_coh      0.10117     1.7537      17.335      -4.6385    50.122          0    0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066      -2.035    -1.5262     -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                   1              0.53018               0.86039           -0.048375     -0.42174      -1.7305     -2.9234       -3.7933      -4.4519      -4.9229      -5.5083     -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_pol_c     1.2502    0.35138     0.28106     0.038494    4.8827          0          0          1    7.5002e-06       0        0.33476    0.57099    0.75149     0.83558    0.89304    0.93574     0.98006      1.0587      1.2112     1.3902     1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                     1           0.0002091    0.0037561     0.025653    0.057623      0.092295      0.12907      0.16708      0.24923     0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

xxxxx fl_b_bd = -5 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 94.936470 seconds.
Elapsed time is 100.814829 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5488     2.3494     0.92176      -19.289    14.904          0    0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357     0.8853       1.334      2.0354      2.8843     3.6206     4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                   1               3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_pol_a    0.02859     1.6728       58.51      -4.4711    48.396    0.03133    0.49304    0.47563    2.7217e-09       0        -4.2653    -3.7777    -2.6996      -1.985    -1.5049    -1.1448    -0.86479    -0.43587           0     0.3583    0.78568    1.0421    1.4267    1.9823    2.9653    5.1877    7.9657         3.4425             0.87595               2.7982                     1                2.903             0.98959              0.53752               0.91449            -0.16368      -1.4198      -5.8741     -9.9004       -12.959      -15.267      -17.016      -19.212     -20.286      -19.433      -17.426      -15.999      -13.773      -10.816      -6.5199      -1.1949       0.68839  
    cl_mt_coh      0.10117     1.7537      17.335      -4.6385    50.122          0    0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066      -2.035    -1.5262     -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                   1              0.53018               0.86039           -0.048375     -0.42174      -1.7305     -2.9234       -3.7933      -4.4519      -4.9229      -5.5083     -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_pol_c     1.2502    0.35138     0.28106     0.038494    4.8827          0          0          1    7.5002e-06       0        0.33476    0.57099    0.75149     0.83558    0.89304    0.93574     0.98006      1.0587      1.2112     1.3902     1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                     1           0.0002091    0.0037561     0.025653    0.057623      0.092295      0.12907      0.16708      0.24923     0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

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

    'Vary '    'minimum consumption'    ' ('    'fl_c_min'    '): '

  Column 6

    '0.03     0.02275...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:11
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_c_min = 0.03 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 93.459956 seconds.
Elapsed time is 93.637611 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5488     2.3494     0.92176      -19.289    14.904          0    0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357     0.8853       1.334      2.0354      2.8843     3.6206     4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                   1               3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_pol_a    0.02859     1.6728       58.51      -4.4711    48.396    0.03133    0.49304    0.47563    2.7217e-09       0        -4.2653    -3.7777    -2.6996      -1.985    -1.5049    -1.1448    -0.86479    -0.43587           0     0.3583    0.78568    1.0421    1.4267    1.9823    2.9653    5.1877    7.9657         3.4425             0.87595               2.7982                     1                2.903             0.98959              0.53752               0.91449            -0.16368      -1.4198      -5.8741     -9.9004       -12.959      -15.267      -17.016      -19.212     -20.286      -19.433      -17.426      -15.999      -13.773      -10.816      -6.5199      -1.1949       0.68839  
    cl_mt_coh      0.10117     1.7537      17.335      -4.6385    50.122          0    0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066      -2.035    -1.5262     -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                   1              0.53018               0.86039           -0.048375     -0.42174      -1.7305     -2.9234       -3.7933      -4.4519      -4.9229      -5.5083     -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_pol_c     1.2502    0.35138     0.28106     0.038494    4.8827          0          0          1    7.5002e-06       0        0.33476    0.57099    0.75149     0.83558    0.89304    0.93574     0.98006      1.0587      1.2112     1.3902     1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                     1           0.0002091    0.0037561     0.025653    0.057623      0.092295      0.12907      0.16708      0.24923     0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

xxxxx fl_c_min = 0.02275 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 83.132954 seconds.
Elapsed time is 93.090880 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5488     2.3494     0.92176      -19.289    14.904          0    0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357     0.8853       1.334      2.0354      2.8843     3.6206     4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                   1               3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_pol_a    0.02859     1.6728       58.51      -4.4711    48.396    0.03133    0.49304    0.47563    2.7217e-09       0        -4.2653    -3.7777    -2.6996      -1.985    -1.5049    -1.1448    -0.86479    -0.43587           0     0.3583    0.78568    1.0421    1.4267    1.9823    2.9653    5.1877    7.9657         3.4425             0.87595               2.7982                     1                2.903             0.98959              0.53752               0.91449            -0.16368      -1.4198      -5.8741     -9.9004       -12.959      -15.267      -17.016      -19.212     -20.286      -19.433      -17.426      -15.999      -13.773      -10.816      -6.5199      -1.1949       0.68839  
    cl_mt_coh      0.10117     1.7537      17.335      -4.6385    50.122          0    0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066      -2.035    -1.5262     -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                   1              0.53018               0.86039           -0.048375     -0.42174      -1.7305     -2.9234       -3.7933      -4.4519      -4.9229      -5.5083     -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_pol_c     1.2502    0.35138     0.28106     0.038494    4.8827          0          0          1    7.5002e-06       0        0.33476    0.57099    0.75149     0.83558    0.89304    0.93574     0.98006      1.0587      1.2112     1.3902     1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                     1           0.0002091    0.0037561     0.025653    0.057623      0.092295      0.12907      0.16708      0.24923     0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

xxxxx fl_c_min = 0.0155 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 82.898017 seconds.
Elapsed time is 93.056739 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5488     2.3494     0.92176      -19.289    14.904          0    0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357     0.8853       1.334      2.0354      2.8843     3.6206     4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                   1               3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_pol_a    0.02859     1.6728       58.51      -4.4711    48.396    0.03133    0.49304    0.47563    2.7217e-09       0        -4.2653    -3.7777    -2.6996      -1.985    -1.5049    -1.1448    -0.86479    -0.43587           0     0.3583    0.78568    1.0421    1.4267    1.9823    2.9653    5.1877    7.9657         3.4425             0.87595               2.7982                     1                2.903             0.98959              0.53752               0.91449            -0.16368      -1.4198      -5.8741     -9.9004       -12.959      -15.267      -17.016      -19.212     -20.286      -19.433      -17.426      -15.999      -13.773      -10.816      -6.5199      -1.1949       0.68839  
    cl_mt_coh      0.10117     1.7537      17.335      -4.6385    50.122          0    0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066      -2.035    -1.5262     -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                   1              0.53018               0.86039           -0.048375     -0.42174      -1.7305     -2.9234       -3.7933      -4.4519      -4.9229      -5.5083     -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_pol_c     1.2502    0.35138     0.28106     0.038494    4.8827          0          0          1    7.5002e-06       0        0.33476    0.57099    0.75149     0.83558    0.89304    0.93574     0.98006      1.0587      1.2112     1.3902     1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                     1           0.0002091    0.0037561     0.025653    0.057623      0.092295      0.12907      0.16708      0.24923     0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

xxxxx fl_c_min = 0.00825 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 82.098644 seconds.
Elapsed time is 93.438811 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5488     2.3494     0.92176      -19.289    14.904          0    0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357     0.8853       1.334      2.0354      2.8843     3.6206     4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                   1               3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_pol_a    0.02859     1.6728       58.51      -4.4711    48.396    0.03133    0.49304    0.47563    2.7217e-09       0        -4.2653    -3.7777    -2.6996      -1.985    -1.5049    -1.1448    -0.86479    -0.43587           0     0.3583    0.78568    1.0421    1.4267    1.9823    2.9653    5.1877    7.9657         3.4425             0.87595               2.7982                     1                2.903             0.98959              0.53752               0.91449            -0.16368      -1.4198      -5.8741     -9.9004       -12.959      -15.267      -17.016      -19.212     -20.286      -19.433      -17.426      -15.999      -13.773      -10.816      -6.5199      -1.1949       0.68839  
    cl_mt_coh      0.10117     1.7537      17.335      -4.6385    50.122          0    0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066      -2.035    -1.5262     -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                   1              0.53018               0.86039           -0.048375     -0.42174      -1.7305     -2.9234       -3.7933      -4.4519      -4.9229      -5.5083     -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_pol_c     1.2502    0.35138     0.28106     0.038494    4.8827          0          0          1    7.5002e-06       0        0.33476    0.57099    0.75149     0.83558    0.89304    0.93574     0.98006      1.0587      1.2112     1.3902     1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                     1           0.0002091    0.0037561     0.025653    0.057623      0.092295      0.12907      0.16708      0.24923     0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

xxxxx fl_c_min = 0.001 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 79.907185 seconds.
Elapsed time is 93.761263 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5488     2.3494     0.92176      -19.289    14.904          0    0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357     0.8853       1.334      2.0354      2.8843     3.6206     4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                   1               3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_pol_a    0.02859     1.6728       58.51      -4.4711    48.396    0.03133    0.49304    0.47563    2.7217e-09       0        -4.2653    -3.7777    -2.6996      -1.985    -1.5049    -1.1448    -0.86479    -0.43587           0     0.3583    0.78568    1.0421    1.4267    1.9823    2.9653    5.1877    7.9657         3.4425             0.87595               2.7982                     1                2.903             0.98959              0.53752               0.91449            -0.16368      -1.4198      -5.8741     -9.9004       -12.959      -15.267      -17.016      -19.212     -20.286      -19.433      -17.426      -15.999      -13.773      -10.816      -6.5199      -1.1949       0.68839  
    cl_mt_coh      0.10117     1.7537      17.335      -4.6385    50.122          0    0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066      -2.035    -1.5262     -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                   1              0.53018               0.86039           -0.048375     -0.42174      -1.7305     -2.9234       -3.7933      -4.4519      -4.9229      -5.5083     -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_pol_c     1.2502    0.35138     0.28106     0.038494    4.8827          0          0          1    7.5002e-06       0        0.33476    0.57099    0.75149     0.83558    0.89304    0.93574     0.98006      1.0587      1.2112     1.3902     1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                     1           0.0002091    0.0037561     0.025653    0.057623      0.092295      0.12907      0.16708      0.24923     0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

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

    'Vary '    'borrow shock n'    ' ('    'fl_z_r_borr_n'    '): '

  Column 6

    '3   4   5   6   ...'

fl_z_r_borr_poiss_mean:10
fl_z_r_borr_max:0.095
fl_b_bd:-20
fl_c_min:0.01
fl_z_r_borr_n:11
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx fl_z_r_borr_n = 3 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 33 xxxxx
Elapsed time is 21.176760 seconds.
Elapsed time is 2.487231 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0       pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15         p20         p25         p35         p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    ________    _______    __________    ________    _______    _______    _______    ________    ________    ________    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7436     2.1886      0.7977      -21.698    14.902           0    0.098968    0.90103    8.8283e-06       0        -8.2042    -3.9625    -1.1519    0.025119     0.69496      1.1977      1.5741      2.1874      2.937     3.6691     4.1948    4.4671    4.7998    5.2396    5.8693    7.0195    8.1223           4.79                   1               2.8929               0.86121               2.8319             0.80631              0.73131               0.94852          -0.0038417    -0.021244    -0.052998    -0.061938    -0.054801    -0.036788    -0.011617    0.059358      0.20229      0.38383      0.52868      0.60721      0.68841         0.78      0.88138      0.97264       0.99694  
    cl_mt_pol_a    0.29411     1.5348      5.2185      -4.4284    48.396    0.039522     0.42208     0.5384    5.3988e-07       0        -4.0653    -3.2251     -1.985     -1.3449    -0.97599    -0.68671    -0.48007    -0.14946    0.10187    0.48651    0.91389    1.2131    1.5977    2.1533    3.0935    5.3159    8.0939         2.8929             0.86121               2.3556                     1               2.4342             0.98835              0.48754               0.90172           -0.016922     -0.13167     -0.47487     -0.75194     -0.93567      -1.0755      -1.1734      -1.279      -1.2857      -1.1442     -0.91147      -0.7224     -0.48565     -0.17523      0.24471      0.78216       0.96948  
    cl_mt_coh      0.39083     1.6047      4.1059      -4.6385    50.122           0     0.36908    0.63092    1.3711e-06       0        -4.3299    -3.4099    -2.0519      -1.351    -0.95676    -0.65011    -0.43108    -0.08063    0.22602    0.62027     1.0583    1.3212    1.7154    2.2849    3.2925    5.5694    8.4178         2.8319             0.80631               2.4342               0.98835               2.5752                   1              0.47778               0.84516           -0.012482     -0.10296     -0.37298     -0.58517     -0.72215     -0.82208     -0.88784    -0.94511     -0.90114      -0.7505     -0.54125     -0.40199     -0.20382     0.050199      0.40506      0.82647       0.97634  
    cl_mt_pol_c     1.2639    0.35228     0.27872     0.038494    4.8827           0           0          1    8.8283e-06       0        0.37093     0.5992    0.75699     0.83303     0.88821     0.95292     0.98332      1.0735     1.2503     1.3988     1.5265    1.5841    1.6533    1.7397    1.8668    2.1298      2.39        0.73131             0.94852              0.48754               0.90172              0.47778             0.84516               0.1241                     1          0.00023876    0.0040434      0.02639     0.057737     0.092267      0.12896      0.16753     0.24779      0.38723      0.54235      0.66101      0.71834       0.7822      0.84903      0.92011      0.98234       0.99805  

xxxxx fl_z_r_borr_n = 4 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 44 xxxxx
Elapsed time is 26.420846 seconds.
Elapsed time is 4.270051 seconds.
                    mean       sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5          p10         p15         p20         p25         p35         p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _________    ________    ________    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val      2.7318     2.2002      0.8054      -21.432    14.902           0    0.10077    0.89923    8.1585e-06       0        -8.3033    -4.0112    -1.1787    -0.006468      0.6909      1.1967      1.5741      2.1779     2.9397     3.6515     4.1918    4.4676    4.7921     5.234    5.8684    7.0204    8.1223         4.8408                   1               2.9321               0.86258               2.8721             0.80792              0.73478               0.94832          -0.0038049    -0.021511    -0.054081    -0.063755    -0.057185    -0.03962     -0.014321    0.055805      0.20143      0.38063      0.52455      0.60268       0.6878      0.77893      0.88002      0.97261        0.9969  
    cl_mt_pol_a    0.2789      1.545      5.5396      -4.4284    48.396    0.039094    0.42598    0.53493    1.9855e-07       0        -4.1053    -3.2954    -2.0282      -1.3849     -1.0062    -0.70476    -0.50473    -0.18469    0.10187    0.48651    0.91389    1.2131     1.555    2.1533    3.0935    5.3159    8.0939         2.9321             0.86258                2.387                     1               2.4675             0.98846              0.49141               0.90319           -0.016674     -0.13237     -0.50036     -0.80575      -1.0104     -1.1757       -1.2785     -1.3906      -1.3998      -1.2521      -1.0079     -0.80918     -0.58465     -0.23434      0.20626      0.77109       0.96793  
    cl_mt_coh       0.374     1.6157      4.3201      -4.6385    50.122           0    0.37835    0.62165    4.3277e-07       0        -4.3597    -3.4537    -2.0957      -1.3948    -0.97269    -0.65011    -0.43108    -0.08063    0.19615    0.62027     1.0583    1.3351    1.7154    2.2989    3.2925    5.5405    8.4178         2.8721             0.80792               2.4675               0.98846               2.6106                   1              0.48183               0.84681           -0.012064     -0.10654     -0.39563     -0.62197       -0.774    -0.89161      -0.96015     -1.0212     -0.99069     -0.82407     -0.60779     -0.45746     -0.25565     0.012721      0.37871      0.81874       0.97522  
    cl_mt_pol_c    1.2631    0.35216     0.27881     0.038494    4.8827           0          0          1    8.1585e-06       0        0.39324    0.59798    0.75329       0.8388      0.8878     0.95095     0.98135      1.0729     1.2503     1.3978     1.5142    1.5698    1.6533    1.7397    1.8668    2.1293      2.39        0.73478             0.94832              0.49141               0.90319              0.48183             0.84681              0.12402                     1           0.0002368    0.0040126     0.026136     0.057817     0.091984     0.12876       0.16675     0.24759      0.38943      0.54156      0.65743      0.71845      0.78267      0.84938      0.92032      0.98229       0.99805  

xxxxx fl_z_r_borr_n = 5 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 55 xxxxx
Elapsed time is 36.002751 seconds.
Elapsed time is 13.869331 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5          p10         p15        p20         p25         p35         p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _________    _______    ________    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.7125      2.219     0.81807      -21.164    14.902           0    0.10328    0.89672    7.3721e-06       0        -8.3296    -4.1013    -1.2625    -0.063253    0.64591      1.1618      1.5346      2.1614     2.9429      3.654     4.1754    4.4695    4.7939    5.2325    5.8645    7.0158    8.1192          4.924                   1               2.9906               0.86435               2.9323             0.81008              0.74062               0.94779           -0.003819    -0.021912    -0.055919    -0.066814    -0.060941    -0.043782    -0.019262     0.05074      0.19951       0.3793       0.5212      0.60178       0.6871       0.77758     0.87954       0.9723       0.99688  
    cl_mt_pol_a    0.25597     1.5592      6.0914      -4.4284    48.396    0.037426     0.4322    0.53038    7.2637e-08       0        -4.1313    -3.3452     -2.105      -1.4649    -1.0648    -0.74477    -0.54474    -0.18768    0.05913    0.48651    0.91389    1.1703     1.555    2.1106    3.0935    5.2732    8.0939         2.9906             0.86435               2.4312                     1               2.5145             0.98859              0.49687               0.90492           -0.016931     -0.14979      -0.5617     -0.89912      -1.1397       -1.328      -1.4478     -1.5785      -1.6053      -1.4367       -1.173     -0.98556     -0.71482      -0.35992     0.14137      0.74644       0.96535  
    cl_mt_coh      0.34882     1.6313      4.6765      -4.6385    50.122           0     0.3857     0.6143    1.4247e-07       0        -4.3737    -3.5209    -2.1833      -1.4824    -1.0444    -0.69491    -0.47489    -0.10303    0.18221    0.59787     1.0145    1.3212    1.7154    2.2849    3.2925    5.5266    8.3954         2.9323             0.81008               2.5145               0.98859               2.6611                   1               0.4876                0.8488           -0.013838     -0.11292     -0.43053      -0.6837     -0.86111     -0.98436      -1.0737      -1.146      -1.1185     -0.95641     -0.72846     -0.55546     -0.33591     -0.053273     0.33933      0.80641       0.97305  
    cl_mt_pol_c     1.2617    0.35215     0.27911     0.038494    4.8827           0          0          1    7.3721e-06       0        0.36776    0.59543    0.75329        0.835    0.88821     0.95024     0.97952        1.07     1.2441     1.3978     1.5121    1.5666    1.6533    1.7397    1.8658     2.129      2.39        0.74062             0.94779              0.49687               0.90492               0.4876              0.8488              0.12401                     1          0.00023339    0.0039905      0.02613     0.057822      0.09251      0.12875      0.16778     0.24795      0.38504      0.54369      0.65718       0.7182      0.78318        0.8489     0.91993      0.98235       0.99806  

xxxxx fl_z_r_borr_n = 6 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 66 xxxxx
Elapsed time is 46.857356 seconds.
Elapsed time is 18.796996 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20         p25         p35         p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    ________    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.6919     2.2387     0.83163      -20.898    14.902           0    0.10652    0.89348    8.3121e-06       0        -8.3943    -4.2062    -1.3311    -0.10372    0.59339      1.1217      1.4996      2.1465     2.9221      3.657     4.1779    4.4508    4.7932    5.2344    5.8561     7.017    8.1201         5.0117                   1               3.0542               0.86612               2.9978             0.81226              0.74665               0.94732          -0.0038369    -0.022348    -0.057914    -0.069979    -0.065037    -0.048749    -0.024209    0.046219      0.18926       0.3778      0.51998      0.59915      0.68305      0.77701      0.87839      0.97227       0.99688  
    cl_mt_pol_a    0.23065     1.5752      6.8294      -4.4284    48.396    0.034522    0.44081    0.52467    4.0931e-08       0        -4.1453    -3.4252     -2.185     -1.5244    -1.1048    -0.80537    -0.58474    -0.22469    0.05913    0.44377    0.87115    1.1703     1.555    2.1106    3.0935    5.2732    8.0511         3.0542             0.86612               2.4813                     1               2.5676             0.98874              0.50283               0.90669            -0.02016     -0.16362     -0.63423      -1.0306      -1.3198      -1.5168      -1.6693     -1.8326      -1.8672      -1.7059      -1.4181      -1.1892     -0.89102     -0.49963     0.053193      0.72052       0.96062  
    cl_mt_coh      0.32109     1.6486      5.1344      -4.6385    50.122           0    0.39617    0.60383    1.0685e-07       0        -4.3916    -3.5851     -2.271     -1.5442    -1.0882    -0.77357     -0.5187    -0.12444    0.18221    0.57647     1.0145    1.3212    1.7154    2.2849    3.2745    5.5266     8.374         2.9978             0.81226               2.5676               0.98874               2.7178                   1              0.49387               0.85089           -0.014604     -0.12659     -0.47383     -0.76752      -0.9757      -1.1128      -1.2148     -1.3071      -1.2813      -1.1121     -0.86593     -0.67954     -0.44293     -0.13786       0.2776      0.79086       0.97068  
    cl_mt_pol_c     1.2603    0.35207     0.27935     0.038494    4.8827           0          0          1    8.3121e-06       0        0.36333    0.58976    0.75709       0.835    0.89591     0.94715     0.97755      1.0691     1.2403     1.3978     1.5089    1.5644     1.653    1.7386    1.8658    2.1288      2.39        0.74665             0.94732              0.50283               0.90669              0.49387             0.85089              0.12395                     1          0.00023204     0.003955     0.026115     0.057837     0.092412      0.12943      0.16774     0.24801      0.38493      0.54244      0.65653      0.71834      0.78219      0.84871      0.92009       0.9823       0.99807  

xxxxx fl_z_r_borr_n = 7 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 77 xxxxx
Elapsed time is 48.325843 seconds.
Elapsed time is 25.793985 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20         p25         p35         p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    ________    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.6635     2.2633     0.84972      -20.617    14.903           0    0.11135    0.88865    7.8821e-06       0        -8.4583    -4.3041     -1.425    -0.18881    0.53813      1.0834      1.4673      2.1373     2.9195     3.6546     4.1577    4.4537    4.7779    5.2205    5.8509    7.0098    8.1137         5.1224                   1               3.1284               0.86802               3.0745             0.81467              0.75451               0.94632          -0.0039106    -0.023019    -0.060483    -0.074305    -0.070391    -0.05481     -0.030796    0.039117      0.18614      0.36868      0.51365      0.59867      0.68153      0.77437      0.87711      0.97194       0.99685  
    cl_mt_pol_a     0.1952     1.5924      8.1579      -4.4284    48.396    0.034162    0.44871    0.51713    2.3207e-08       0        -4.1853    -3.4652    -2.2894     -1.6194    -1.1848    -0.86479    -0.62475    -0.22958    0.05913    0.44377    0.87115    1.1703    1.5122    2.1106    3.0508    5.2732    8.0511         3.1284             0.86802               2.5358                     1               2.6257             0.98888               0.5093               0.90789           -0.022385     -0.20009     -0.76454      -1.2583      -1.6243     -1.8841         -2.07     -2.2772      -2.3313      -2.1437      -1.8152      -1.5455      -1.2356     -0.74844      -0.1259      0.67378       0.95407  
    cl_mt_coh      0.28257     1.6674       5.901      -4.6385    50.122           0     0.4075     0.5925    5.9651e-08       0        -4.4175    -3.6598    -2.3586     -1.6437    -1.1758    -0.82534     -0.5625     -0.1543    0.16728    0.56153     0.9996    1.2913    1.6716    2.2551    3.2487    5.5117     8.373         3.0745             0.81467               2.6257               0.98888               2.7804                   1              0.50081               0.85257           -0.017363      -0.1429     -0.56126     -0.90274      -1.1584      -1.334       -1.4537     -1.5696      -1.5533      -1.3721      -1.1013     -0.90074     -0.63963     -0.29412      0.18427      0.76195       0.96666  
    cl_mt_pol_c     1.2584    0.35228     0.27994     0.038494    4.8827           0          0          1    7.8821e-06       0        0.35656    0.58974    0.75247     0.84063    0.89591     0.94455     0.97519      1.0663     1.2266     1.3923     1.5089    1.5666    1.6522    1.7376    1.8658     2.128    2.3895        0.75451             0.94632               0.5093               0.90789              0.50081             0.85257               0.1241                     1          0.00022691    0.0039104     0.025871     0.057662     0.092313     0.12898       0.16693     0.24836      0.38395      0.54315      0.65684       0.7176      0.78306      0.84907      0.92021      0.98226       0.99804  

xxxxx fl_z_r_borr_n = 8 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 88 xxxxx
Elapsed time is 63.194548 seconds.
Elapsed time is 34.022507 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20         p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    ________    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.6399     2.2859      0.8659      -20.324    14.903           0    0.11393    0.88607    7.3554e-06       0        -8.5603    -4.4047    -1.5118    -0.24437    0.49825      1.0475      1.4362      2.1287      2.9022     3.6385     4.1554    4.4368    4.7755    5.2203    5.8432    7.0059    8.1105         5.2255                   1               3.2044                0.8701               3.1529             0.81726              0.76119               0.94553          -0.0040129    -0.023644    -0.062928    -0.07819     -0.075265    -0.060208    -0.036566    0.032235      0.17758      0.36503      0.50978      0.59047      0.67773      0.77297      0.87609      0.97169        0.9968  
    cl_mt_pol_a    0.16369     1.6111      9.8419      -4.4284    48.396    0.031956    0.45638    0.51166    1.6095e-08       0        -4.1853    -3.5452     -2.385     -1.7049    -1.2593    -0.91313    -0.66476    -0.26714    0.016392    0.44377    0.82842    1.1276    1.5122    2.0678    3.0508    5.2304    8.0511         3.2044              0.8701               2.5955                     1               2.6892             0.98906               0.5159               0.90928           -0.028372     -0.24127     -0.94995     -1.5603       -2.0033      -2.3417      -2.5779     -2.8529      -2.9341      -2.7062       -2.354      -2.0432      -1.6352      -1.0985     -0.32736      0.60606       0.94599  
    cl_mt_coh      0.24806     1.6877      6.8034      -4.6385    50.122           0    0.41744    0.58256    4.0378e-08       0        -4.4431    -3.7422      -2.49     -1.7453     -1.258    -0.88195    -0.60631    -0.18104      0.1384    0.55087    0.97073    1.2774    1.6588    2.2411    3.2359    5.4828    8.3484         3.1529             0.81726               2.6892               0.98906               2.8482                   1               0.5077               0.85422           -0.018238     -0.16539     -0.64885      -1.068       -1.3655      -1.5847      -1.7333     -1.8843      -1.8789      -1.6772       -1.377      -1.1442     -0.85982     -0.46209     0.072507      0.72928       0.96215  
    cl_mt_pol_c     1.2567    0.35217     0.28023     0.038494    4.8827           0          0          1    7.3554e-06       0        0.35074    0.58596    0.75486      0.8388    0.89581     0.94156     0.97303      1.0651      1.2229     1.3913     1.5067    1.5634     1.652    1.7365    1.8647     2.128    2.3889        0.76119             0.94553               0.5159               0.90928               0.5077             0.85422              0.12403                     1          0.00022026    0.0039003     0.025762    0.057687      0.092455      0.12895      0.16699     0.24892      0.38545      0.54094      0.65617       0.7177      0.78241      0.84842      0.92013      0.98229       0.99806  

xxxxx fl_z_r_borr_n = 9 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 99 xxxxx
Elapsed time is 66.534581 seconds.
Elapsed time is 41.843264 seconds.
                    mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20         p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    _______    ________    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.6151     2.3058     0.88171      -20.004    14.903           0    0.11755    0.88245    7.4711e-06       0        -8.6182    -4.4991    -1.5927    -0.3058    0.46003      1.0123      1.4202      2.1044      2.8874     3.6169     4.1425    4.4382    4.7639    5.2073    5.8442    6.9994    8.1046         5.3165                   1               3.2768               0.87193               3.2271             0.81953              0.76711               0.94534          -0.0040301    -0.024132    -0.06512    -0.081755    -0.079784    -0.065616     -0.0419      0.02604      0.17169      0.35743      0.50675      0.58692      0.67559      0.77042       0.87504     0.97141       0.99677  
    cl_mt_pol_a    0.12773     1.6298       12.76      -4.4381    48.396    0.031613    0.46763    0.50076    1.5062e-07       0         -4.219    -3.6252    -2.4849    -1.7849    -1.3154     -0.9848    -0.71044    -0.30965    0.016392    0.40103    0.82842    1.1276    1.5122    2.0678    3.0508    5.2304    8.0084         3.2768             0.87193               2.6564                     1               2.7535             0.98924              0.52232               0.91061           -0.033766     -0.31071     -1.2372      -2.0683       -2.676      -3.1168     -3.4428      -3.8323      -3.9708       -3.733      -3.2432      -2.8531      -2.3367      -1.6529      -0.68047     0.50191       0.92949  
    cl_mt_coh      0.20876     1.7078      8.1808      -4.6385    50.122           0    0.43011    0.56989    2.9699e-08       0        -4.4613    -3.8154    -2.5776    -1.8329    -1.3184    -0.95676    -0.66131    -0.23445      0.1216    0.53167    0.95953     1.255     1.638    2.2187    3.2049    5.4716    8.3302         3.2271             0.81953               2.7535               0.98924               2.9166                   1              0.51435               0.85578           -0.023148     -0.20059    -0.80103      -1.3123       -1.693      -1.9623     -2.1513      -2.3571      -2.3721      -2.1531      -1.7996        -1.54      -1.1949      -0.7335     -0.098835     0.67932       0.95534  
    cl_mt_pol_c     1.2549    0.35193     0.28044     0.038494    4.8827           0          0          1    7.4711e-06       0        0.34813    0.58104     0.7552    0.83952    0.89479     0.93931      0.9723      1.0635      1.2176     1.3913     1.5035    1.5591    1.6512    1.7365    1.8636    2.1271    2.3887        0.76711             0.94534              0.52232               0.91061              0.51435             0.85578              0.12386                     1          0.00022403    0.0038344    0.025801     0.057688     0.092288      0.12896     0.16701      0.24844      0.38477      0.54207      0.65586      0.71716      0.78252      0.84865       0.91982     0.98228       0.99804  

xxxxx fl_z_r_borr_n = 10 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 110 xxxxx
Elapsed time is 73.373921 seconds.
Elapsed time is 77.395608 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50        p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val         2.586     2.3235      0.8985      -19.661    14.903           0    0.12071    0.87929    7.8036e-06       0        -8.5647    -4.5833    -1.6562    -0.36104    0.39815    0.95011      1.3828      2.0776     2.8954      3.613     4.1244    4.4215    4.7474    5.1995    5.8322    6.9963     8.102         5.3985                   1               3.3431               0.87355               3.2949             0.82148              0.77262               0.94532          -0.0040926    -0.024658    -0.067238    -0.085328    -0.084399    -0.070973    -0.048155    0.019387      0.17237      0.35218      0.50171      0.58432      0.67155      0.76805       0.8741      0.97121       0.99673  
    cl_mt_pol_a    0.082632     1.6471      19.933      -4.4711    48.396    0.034172    0.47882      0.487    2.8318e-09       0        -4.2355    -3.6914    -2.5817     -1.8649    -1.4047    -1.0471    -0.76655    -0.36005          0    0.40103    0.78568    1.0848    1.4695    2.0251    3.0081    5.1877    8.0084         3.3431             0.87355               2.7129                     1               2.8132             0.98939              0.52818               0.91162           -0.052788     -0.48932      -1.9724      -3.3037      -4.2733      -5.0176      -5.5599     -6.2305       -6.515      -6.1449      -5.5022      -4.9106      -4.1312      -3.0982      -1.6013      0.22374       0.89317  
    cl_mt_coh        0.1599     1.7263      10.796      -4.6385    50.122           0    0.44567    0.55433    2.9755e-08       0        -4.4812    -3.8918    -2.6851     -1.9205    -1.4048    -1.0304    -0.72379    -0.29966    0.11164    0.48885    0.92692    1.2236    1.6119    2.1874    3.1849     5.439    8.3003         3.2949             0.82148               2.8132               0.98939                 2.98                   1              0.52047                0.8571           -0.028832     -0.26484      -1.0637      -1.7727      -2.2977      -2.6685      -2.9443     -3.2497      -3.3066       -3.048      -2.6065      -2.2737      -1.8391      -1.2469       -0.426      0.58253        0.9414  
    cl_mt_pol_c      1.2529    0.35176     0.28076     0.038494    4.8827           0          0          1    7.8036e-06       0        0.34251    0.57739    0.75332      0.8389    0.89211    0.93773     0.97178      1.0613     1.2133     1.3902     1.5014    1.5591    1.6501    1.7311    1.8626    2.1261    2.3878        0.77262             0.94532              0.52818               0.91162              0.52047              0.8571              0.12374                     1          0.00021156    0.0038033     0.025723     0.057753      0.09235      0.12895      0.16698     0.24935      0.38413      0.54258      0.65573      0.71695      0.78204      0.84807      0.91966       0.9822       0.99805  

xxxxx fl_z_r_borr_n = 11 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 121 xxxxx
Elapsed time is 84.963670 seconds.
Elapsed time is 92.429885 seconds.
                    mean        sd       coefofvar      min        max       pYis0      pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35         p50         p65        p75       p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _______    _______    _________    ________    ______    _______    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    ________    _______    _______    ______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val       2.5488     2.3494     0.92176      -19.289    14.904          0    0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357     0.8853       1.334      2.0354      2.8843     3.6206     4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                   1               3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_pol_a    0.02859     1.6728       58.51      -4.4711    48.396    0.03133    0.49304    0.47563    2.7217e-09       0        -4.2653    -3.7777    -2.6996      -1.985    -1.5049    -1.1448    -0.86479    -0.43587           0     0.3583    0.78568    1.0421    1.4267    1.9823    2.9653    5.1877    7.9657         3.4425             0.87595               2.7982                     1                2.903             0.98959              0.53752               0.91449            -0.16368      -1.4198      -5.8741     -9.9004       -12.959      -15.267      -17.016      -19.212     -20.286      -19.433      -17.426      -15.999      -13.773      -10.816      -6.5199      -1.1949       0.68839  
    cl_mt_coh      0.10117     1.7537      17.335      -4.6385    50.122          0    0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066      -2.035    -1.5262     -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                   1              0.53018               0.86039           -0.048375     -0.42174      -1.7305     -2.9234       -3.7933      -4.4519      -4.9229      -5.5083     -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_pol_c     1.2502    0.35138     0.28106     0.038494    4.8827          0          0          1    7.5002e-06       0        0.33476    0.57099    0.75149     0.83558    0.89304    0.93574     0.98006      1.0587      1.2112     1.3902     1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                     1           0.0002091    0.0037561     0.025653    0.057623      0.092295      0.12907      0.16708      0.24923     0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

xxxxx fl_z_r_borr_n = 12 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 132 xxxxx
Elapsed time is 88.234478 seconds.
Elapsed time is 106.976140 seconds.
                     mean         sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10         p15        p20        p25         p35          p50         p65        p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35     fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _______    _______    ________    ________    _________    _______    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    __________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val         2.4909     2.3896     0.95933      -18.894    14.904           0    0.13504    0.86496    7.1284e-06       0        -8.6975    -4.8479    -1.9074    -0.58459     0.2056    0.77987       1.249      1.9751       2.8282     3.5862     4.0798     4.3899    4.7336    5.1807    5.8066    6.9744    8.0876         5.7103                   1               3.5861               0.87876               3.5432              0.8278              0.79394                 0.946          -0.0042602    -0.026377    -0.074659    -0.098192    -0.10142     -0.091182    -0.070623    -0.0055816     0.13977      0.33245      0.48369      0.56917      0.66167      0.76104       0.8692      0.97002       0.99663  
    cl_mt_pol_a    -0.049947     1.7077     -34.191      -4.4711    48.396    0.028755      0.511    0.46024    2.8454e-09       0        -4.2794    -3.8702    -2.8583     -2.1525    -1.6649    -1.2949     -1.0023    -0.54792    -0.064667    0.31556    0.74294    0.99937     1.384    1.9396    2.9226     5.145    7.9229         3.5861             0.87876               2.9164                     1               3.0278             0.98982              0.55061               0.91802            0.087491      0.82655        3.478       5.9454      7.8621          9.34       10.475        11.982      12.795       12.417       11.358       10.557       9.3389       7.6833       5.2735       2.2556        1.1786  
    cl_mt_coh       0.016414     1.7912      109.13      -4.6385    50.122           0    0.48603    0.51397    3.6334e-08       0        -4.5214    -4.0752      -2.98     -2.2159    -1.6984     -1.296    -0.97812    -0.48303     0.050789    0.42876    0.85053      1.146    1.5351    2.1097    3.1091    5.3789    8.2345         3.5432              0.8278               3.0278               0.98982               3.2084                   1              0.54401               0.86474              -0.302      -2.6289      -11.057      -18.899     -24.811       -29.362      -32.777       -37.132     -38.858      -36.849      -33.072       -30.01      -25.987      -20.441       -12.68      -3.0198       0.43312  
    cl_mt_pol_c       1.2462    0.35121     0.28183     0.038494    4.8827           0          0          1    7.1284e-06       0        0.32545    0.56131    0.74658      0.8329    0.89279    0.93598     0.98977      1.0536       1.2061     1.3863     1.4938     1.5486     1.648    1.7163    1.8594    2.1218    2.3857        0.79394               0.946              0.55061               0.91802              0.54401             0.86474              0.12335                     1          0.00020376    0.0036923     0.025441     0.057282    0.091951       0.12866      0.16737       0.24939      0.3903       0.5394      0.65659      0.71669      0.78144      0.84771      0.91922      0.98209       0.99802  

xxxxx fl_z_r_borr_n = 13 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 143 xxxxx
Elapsed time is 92.754605 seconds.
Elapsed time is 124.858699 seconds.
                     mean         sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20        p25        p35         p50         p65        p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   _________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    ________    _______    _______    _______    _________    _______    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val         2.4292      2.432      1.0012      -18.478    14.905           0    0.14405    0.85595    6.9898e-06       0        -8.8974    -5.0052    -2.0727    -0.7318    0.084432    0.67935      1.159     1.9108       2.7762     3.5537     4.0537     4.3765    4.7045    5.1597    5.7952    6.9645    8.0789         5.9148                   1               3.7445               0.88144               3.7057              0.8313              0.80762               0.94627           -0.004379    -0.027543    -0.079756    -0.10715     -0.11327     -0.10514     -0.086076    -0.022509     0.12235      0.31656      0.47375      0.56018      0.65409       0.7542      0.86672      0.96943       0.99656  
    cl_mt_pol_a      -0.1368     1.7468     -12.768      -4.4711    48.396    0.022155    0.53286    0.44498    1.1435e-08       0        -4.2998    -3.9687    -3.0336    -2.3424     -1.8446    -1.4649    -1.1476    -0.6349     -0.10637    0.27282     0.7002    0.95663    1.3413    1.8969    2.8798    5.1022    7.8802         3.7445             0.88144               3.0511                     1               3.1701             0.99012              0.56414               0.92031            0.033658       0.3068       1.3157      2.2933       3.0599       3.6545        4.1301       4.7706      5.1459       5.0518       4.6936       4.4203       3.9894       3.4035       2.5401       1.4549        1.0652  
    cl_mt_coh      -0.077192     1.8329     -23.745      -4.6385    50.122           0    0.50782    0.49218    4.4497e-08       0        -4.5424    -4.1696     -3.162    -2.4183     -1.8916     -1.476     -1.133    -0.5849    -0.015417    0.37884    0.80944     1.0947    1.4889    2.0584    3.0585     5.329    8.1913         3.7057              0.8313               3.1701               0.99012               3.3597                   1              0.55817               0.86774              0.0622      0.57436       2.4506      4.2321       5.6264       6.7169        7.5537        8.645      9.1694        8.831       8.0827       7.4731        6.629       5.5014       3.8768       1.8496          1.12  
    cl_mt_pol_c       1.2419    0.35093     0.28258     0.038494    4.8827           0          0          1    6.9898e-06       0        0.32082     0.5503    0.74071     0.8332     0.89352    0.94155    0.98499     1.0479        1.199     1.3713     1.4906     1.5475    1.6466    1.7153    1.8583    2.1196    2.3846        0.80762             0.94627              0.56414               0.92031              0.55817             0.86774              0.12315                     1          0.00019369    0.0035982     0.025198    0.057035     0.091871      0.12885       0.16765      0.24966     0.38516      0.53974      0.65459      0.71834      0.78051      0.84785      0.91915      0.98204       0.99803  

xxxxx fl_z_r_borr_n = 14 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 154 xxxxx
Elapsed time is 100.057425 seconds.
Elapsed time is 147.011992 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10          p15         p20        p25        p35         p50         p65        p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    ________    _________    _______    _______    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.3679     2.4652      1.0411       -18.05    14.905           0    0.15219    0.84781     6.724e-06       0        -9.0193    -5.0893    -2.2036    -0.85877    -0.029854    0.57476     1.0628      1.8228      2.7241     3.5031     4.0251     4.3549    4.6883    5.1381    5.7779    6.9467    8.0707         6.0773                   1               3.8804               0.88335               3.8443             0.83385              0.81839               0.94737          -0.0044744    -0.028481    -0.084342    -0.11521     -0.12401     -0.11794     -0.10046     -0.038691     0.10693      0.30261      0.46098      0.55005      0.64532      0.74838      0.86304      0.96855       0.99648  
    cl_mt_pol_a     -0.2311     1.7819     -7.7105      -4.4711    48.396    0.018744    0.55685    0.42441    1.4527e-08       0        -4.3292    -4.0451    -3.1995     -2.5243      -2.0248    -1.6249    -1.2902    -0.75217    -0.18652    0.23008    0.65746    0.91389    1.2985    1.8541    2.8371    5.0595    7.8375         3.8804             0.88335               3.1752                     1               3.3004             0.99038              0.57575               0.92205            0.019874      0.18234      0.80362      1.4175       1.9097        2.302       2.6173        3.0526      3.3398       3.3184       3.1276       2.9751       2.7379       2.3939       1.8961       1.2656        1.0383  
    cl_mt_coh      -0.17847     1.8702     -10.479      -4.6385    50.122           0     0.5301     0.4699    5.8565e-08       0        -4.5558     -4.256    -3.3361     -2.6121       -2.077    -1.6483     -1.291    -0.70771    -0.10131    0.31608    0.75169     1.0377    1.4388    2.0083    3.0021    5.2731    8.1437         3.8443             0.83385               3.3004               0.99038               3.4975                   1              0.57021               0.87009            0.028738      0.24952       1.0935      1.9192       2.5697       3.0954       3.5016        4.0544      4.3718       4.2783       3.9879       3.7397       3.3936       2.9117       2.2289       1.3645        1.0516  
    cl_mt_pol_c      1.2375    0.35042     0.28316     0.038494    4.8827           0          0          1     6.724e-06       0        0.29908    0.54229    0.73829     0.83163      0.89204    0.93955    0.98092      1.0497      1.1916     1.3608     1.4874     1.5454    1.6318    1.7131    1.8561    2.1126    2.3833        0.81839             0.94737              0.57575               0.92205              0.57021             0.87009              0.12279                     1          0.00018842    0.0035277     0.024968    0.056866     0.091755      0.12883      0.16769       0.24954     0.38507      0.53903      0.65366      0.71607      0.77922      0.84749      0.91887      0.98203       0.99801  

xxxxx fl_z_r_borr_n = 15 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 165 xxxxx
Elapsed time is 119.124617 seconds.
Elapsed time is 168.486556 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15        p20        p25        p35         p50         p65        p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    _______    _______    _______    ________    ________    _______    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.2956     2.5006      1.0893      -17.618    14.906           0    0.16216    0.83784    5.8546e-06       0        -9.0525    -5.1409    -2.3559    -1.0031    -0.1625    0.45111    0.94491      1.7299      2.6489     3.4652     3.9822     4.3317    4.6613    5.1161    5.7582    6.9326    8.0587         6.2532                   1               4.0294               0.88523               3.9955             0.83629              0.83019               0.94929          -0.0045642    -0.029683    -0.089457    -0.12443     -0.13658     -0.13314     -0.11776     -0.058748    0.086798      0.28759      0.44691      0.53983      0.63718      0.74149      0.85939      0.96767       0.99636  
    cl_mt_pol_a    -0.34247     1.8203     -5.3151      -4.4711    48.396    0.017937    0.58296     0.3991    2.1238e-08       0        -4.3446    -4.1241    -3.3634    -2.7146     -2.225    -1.8181    -1.4651    -0.90894    -0.27215    0.14461    0.57199    0.87115    1.2558    1.8114    2.7944     4.974    7.7947         4.0294             0.88523               3.3134                     1               3.4451             0.99062              0.58889               0.92507            0.013679      0.12508      0.55901      1.0015       1.3594       1.6526       1.8912         2.236      2.4879       2.5085       2.4013       2.2896       2.1384       1.9159       1.5909       1.1809        1.0254  
    cl_mt_coh      -0.29762     1.9106     -6.4194      -4.6385    50.122           0    0.55771    0.44229    7.4763e-08       0        -4.5691    -4.3309    -3.5103    -2.8158    -2.2838    -1.8521     -1.477    -0.88195    -0.20664    0.25702    0.68229    0.97073    1.3704    1.9399    2.9356    5.2072    8.0856         3.9955             0.83629               3.4451               0.99062               3.6502                   1              0.58384                0.8738            0.015671      0.15241      0.67526      1.2023       1.6313       1.9753       2.2569        2.6452      2.9099         2.89       2.7367       2.5977       2.4023       2.1269       1.7264        1.217        1.0306  
    cl_mt_pol_c      1.2325    0.34972     0.28375     0.038494    4.8827           0          0          1    5.8546e-06       0        0.29007    0.53031    0.73299    0.82843    0.88854    0.93902    0.97638      1.0629       1.185     1.3465     1.4842     1.5433    1.6157     1.711     1.854    2.1094    2.3814        0.83019             0.94929              0.58889               0.92507              0.58384              0.8738              0.12231                     1          0.00018251    0.0034592     0.024739    0.056595      0.09153      0.12861       0.1675       0.25017     0.38556      0.53962      0.65408      0.71494       0.7791      0.84664      0.91888      0.98199       0.99801  

xxxxx fl_z_r_borr_n = 16 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 176 xxxxx
Elapsed time is 116.225325 seconds.
Elapsed time is 187.028591 seconds.
                     mean        sd       coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20        p25        p35        p50         p65        p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5     fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    _______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    ________    _______    _______    _______    ________    _______    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.2084     2.5411      1.1507      -17.193    14.907           0    0.17443    0.82557    5.1145e-06       0        -8.9869    -5.2041    -2.5262    -1.1746    -0.32574    0.29942    0.80869     1.6105      2.5653     3.3988     3.9444     4.2979    4.6276    5.0825    5.7369    6.9107    8.0424         6.4573                   1               4.1946               0.88672               4.1631             0.83841              0.84409               0.95136          -0.0048188    -0.031113    -0.095891    -0.13601     -0.15246     -0.15246     -0.13972     -0.083859    0.059525      0.26206      0.42856      0.52348      0.62258      0.73248      0.85404      0.96643       0.99622  
    cl_mt_pol_a     -0.4752     1.8616     -3.9174      -4.4934    48.396    0.015368    0.61009    0.37454    6.6881e-08       0        -4.3716    -4.1946    -3.5353    -2.9275     -2.4476    -2.0424    -1.6897    -1.1024    -0.39481    0.10187    0.48651    0.78568    1.1703    1.7259    2.7089    4.9313    7.7092         4.1946             0.88672               3.4654                     1               3.6044             0.99086              0.60287               0.92752           0.0097481     0.092532      0.41619     0.75528       1.0361        1.271       1.4674        1.7595      1.9888        2.028       1.9706       1.8985        1.798       1.6489       1.4202       1.1267        1.0184  
    cl_mt_coh      -0.43916     1.9541     -4.4496      -4.6385    50.122           0    0.58631    0.41369    1.0507e-07       0        -4.5847    -4.4035    -3.6907    -3.0396     -2.5258    -2.0937    -1.7174    -1.0882    -0.32953    0.17823    0.59638    0.89108    1.2853    1.8668    2.8564    5.1284    8.0076         4.1631             0.83841               3.6044               0.99086               3.8184                   1              0.59846               0.87714            0.011102      0.10386      0.47109     0.85281       1.1689         1.43       1.6455        1.9623      2.1987        2.215       2.1301       2.0453       1.9221       1.7441       1.4825       1.1454        1.0207  
    cl_mt_pol_c      1.2265    0.34916     0.28468     0.038494    4.8827           0          0          1    5.1145e-06       0        0.27633    0.51718    0.72398    0.82266     0.88649    0.93647    0.97839     1.0567      1.1762     1.3398     1.4665     1.5411    1.5999    1.7086    1.8508    2.1051    2.3793        0.84409             0.95136              0.60287               0.92752              0.59846             0.87714              0.12191                     1          0.00018028    0.0033686     0.024431    0.056174     0.091094      0.12837      0.16743       0.25059     0.38602      0.53845      0.65279      0.71464      0.77917      0.84636      0.91867      0.98195       0.99802  

xxxxx fl_z_r_borr_n = 17 xxxxx
xxxxx st_model = abz, it_a_n = 1250, it_z_n = 187 xxxxx
Elapsed time is 124.174248 seconds.
Elapsed time is 212.083062 seconds.
                     mean        sd      coefofvar      min        max       pYis0       pYls0      pYgr0      pYisMINY     pYisMAXY     p0_1        p1         p5         p10        p15         p20        p25        p35        p50         p65         p75        p80       p85       p90       p95       p99      p99_9     fl_cov_cl_mt_val    fl_cor_cl_mt_val    fl_cov_cl_mt_pol_a    fl_cor_cl_mt_pol_a    fl_cov_cl_mt_coh    fl_cor_cl_mt_coh    fl_cov_cl_mt_pol_c    fl_cor_cl_mt_pol_c    fracByP0_1    fracByP1     fracByP5    fracByP10    fracByP15    fracByP20    fracByP25    fracByP35    fracByP50    fracByP65    fracByP75    fracByP80    fracByP85    fracByP90    fracByP95    fracByP99    fracByP99_9
                   ________    ______    _________    ________    ______    ________    _______    _______    __________    ________    _______    _______    _______    _______    ________    _______    _______    _______    ________    ________    _______    _______    ______    ______    ______    ______    ______    ________________    ________________    __________________    __________________    ________________    ________________    __________________    __________________    __________    _________    ________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    _________    ___________

    cl_mt_val        2.1302     2.569       1.206      -16.785    14.908           0    0.18535    0.81465    4.0539e-06       0        -8.8652    -5.3192    -2.6464    -1.3093    -0.46635    0.17246    0.68488     1.5171      2.4806      3.3394     3.8919     4.2478    4.5991    5.0553    5.7078    6.8894    8.0258         6.5997                   1               4.3234               0.88745               4.2931             0.83963              0.85348               0.95383          -0.0048208     -0.03233    -0.10122    -0.14598     -0.16629     -0.16941     -0.15912      -0.1066      0.03571      0.24114      0.41139      0.50873      0.61202      0.72429      0.84936      0.96528       0.99612  
    cl_mt_pol_a    -0.60573    1.8964     -3.1307      -4.5138    48.396    0.015976    0.63529    0.34873    8.4819e-09       0        -4.3829    -4.2533    -3.6841    -3.1176     -2.6569    -2.2571    -1.9009    -1.2854    -0.52356           0    0.40103     0.7002    1.0848    1.6404    2.6234    4.8458    7.6665         4.3234             0.88745               3.5962                     1               3.7407             0.99108              0.61341               0.92869           0.0087737     0.071761     0.33343     0.61284       0.8516       1.0532       1.2247       1.4859       1.7057       1.7631       1.7291       1.6794       1.6076       1.4974       1.3246       1.0987         1.014  
    cl_mt_coh      -0.57796    1.9903     -3.4437      -4.6385    50.122           0    0.61391    0.38609    1.3758e-07       0        -4.5937    -4.4567    -3.8434    -3.2413     -2.7482    -2.3158    -1.9383    -1.2812    -0.47588    0.099202    0.50466    0.80571       1.2    1.7797     2.777    5.0493     7.935         4.2931             0.83963               3.7407               0.99108               3.9613                   1              0.60927               0.87889           0.0080312     0.079138     0.36616     0.67104      0.92919       1.1499       1.3316       1.6084        1.832       1.8731       1.8229        1.765       1.6795       1.5524       1.3595        1.109        1.0155  
    cl_mt_pol_c       1.221    0.3483     0.28526     0.038494    4.8827           0          0          1    4.0539e-06       0        0.27383    0.50803    0.71598    0.81838     0.88463    0.93486    0.97856     1.0508      1.1654      1.3236      1.448     1.5379    1.5975    1.7054    1.8476    2.1008    2.3771        0.85348             0.95383              0.61341               0.92869              0.60927             0.87889              0.12132                     1          0.00017826    0.0033299    0.024141    0.055821     0.090786      0.12802      0.16728      0.25058      0.38685      0.53834      0.65281      0.71441      0.77872      0.84569       0.9185      0.98192       0.99801  

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

    cl_mt_val_p1v1      'cl_mt_val'      'fl_z_r_borr_poiss_mean'        10              1                       2                 0.095           -20        0.01           11           1.4216     2.3249      1.6354      -12.688    14.933            0    0.25733     0.74267    7.1436e-08       0        -6.3553    -4.5342    -2.2587     -1.697    -0.93071    -0.59589    -0.082493    0.53038     1.4721      2.383      3.0448      3.4279        3.861      4.3983     5.1476    6.4384    7.6541         5.4049                   1               3.4405               0.84179                3.337              0.7879              0.77279               0.99221          -0.0053661    -0.036509    -0.12633    -0.19696     -0.24102     -0.26769     -0.27986     -0.26226     -0.15417     0.048164      0.23819      0.35196      0.47982      0.62465      0.79213      0.95108       0.99438  
    cl_mt_pol_a_p1v1    'cl_mt_pol_a'    'fl_z_r_borr_poiss_mean'        10              1                       2                 0.095           -20        0.01           11          -2.7251      1.758    -0.64512      -4.5566    48.353     0.001718    0.91409    0.084197     0.0060583       0        -4.5566    -4.5257    -4.4832    -4.4284     -4.3429     -4.2285      -4.1026    -3.8041    -3.2506    -2.5136      -1.839     -1.4173     -0.89928     -0.2368    0.74294    3.0081    5.8715         3.4405             0.84179               3.0906                     1               3.1705             0.98997              0.51911               0.88142             0.01013     0.031961    0.094095     0.16488      0.24778      0.33002      0.40155      0.54982      0.74243      0.90065      0.98148        1.011       1.0323       1.0428        1.039       1.0154        1.0025  
    cl_mt_coh_p1v1      'cl_mt_coh'      'fl_z_r_borr_poiss_mean'        10              1                       2                 0.095           -20        0.01           11          -2.7825     1.8218    -0.65473      -4.6385    50.122            0    0.91149     0.08851     0.0093741       0        -4.6385    -4.6295    -4.6116    -4.5588     -4.4633     -4.3488      -4.2174    -3.9107    -3.3243    -2.5617     -1.8608     -1.4227      -0.8791    -0.19612    0.82935    3.1242    6.0861          3.337              0.7879               3.1705               0.98997               3.3188                   1              0.50656                  0.83            0.015627     0.046821     0.09867     0.16654      0.24775      0.33012      0.40612       0.5492      0.74533      0.90498      0.98508       1.0142        1.035       1.0448       1.0401       1.0159        1.0026  
    cl_mt_pol_c_p1v1    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              1                       2                 0.095           -20        0.01           11           1.1727    0.33501     0.28567     0.038494    4.9254            0          0           1    7.1436e-08       0        0.26838    0.42684    0.63316    0.75398     0.83081     0.89596       0.9589     1.0457     1.1682     1.2887      1.3808       1.435        1.498       1.606     1.7546    2.0283    2.2917        0.77279             0.99221              0.51911               0.88142              0.50656                0.83              0.11223                     1          0.00025946    0.0033115    0.023757    0.051208     0.085309       0.1223      0.16116       0.2464      0.38803      0.54515      0.65864      0.71859      0.78117      0.84748      0.91804      0.98172       0.99797  
    cl_mt_val_p1v2      'cl_mt_val'      'fl_z_r_borr_poiss_mean'        10              2                  2.5714                 0.095           -20        0.01           11           1.4285     2.4211      1.6948      -13.183    14.927            0    0.27158     0.72842    4.0211e-07       0        -6.8495    -4.7022    -2.5134    -1.7539     -1.1188    -0.63996      -0.1307    0.53397     1.5051      2.461      3.1478      3.5344        3.971      4.4989     5.2409    6.5141    7.7204         5.8618                   1               3.8287               0.85399               3.7375              0.8023              0.80338               0.98931          -0.0060195    -0.039272    -0.13913    -0.21162     -0.25843     -0.28987     -0.30228     -0.28891     -0.17948     0.028681      0.22425      0.34116      0.47227      0.62006      0.78953      0.95058       0.99439  
    cl_mt_pol_a_p1v2    'cl_mt_pol_a'    'fl_z_r_borr_poiss_mean'        10              2                  2.5714                 0.095           -20        0.01           11          -2.4461     1.8518    -0.75704      -4.5566    48.353    0.0032543    0.88845      0.1083     0.0013236       0        -4.5566    -4.5138    -4.4408    -4.3648     -4.2408     -4.1012      -3.9362    -3.5796    -2.9352    -2.1198     -1.4079    -0.96003     -0.45065     0.14461     1.0848      3.35    6.2134         3.8287             0.85399               3.4291                     1               3.5294             0.99058              0.55758               0.89773           0.0024657     0.018606    0.096171     0.18248      0.27176      0.35631      0.43858      0.59138      0.79218      0.94703       1.0196       1.0442       1.0588        1.062       1.0507       1.0186         1.003  
    cl_mt_coh_p1v2      'cl_mt_coh'      'fl_z_r_borr_poiss_mean'        10              2                  2.5714                 0.095           -20        0.01           11          -2.4981     1.9241    -0.77022      -4.6385    50.122            0     0.8852      0.1148     0.0036595       0        -4.6385    -4.6295    -4.5857    -4.4981     -4.3667     -4.2174      -4.0511    -3.6747    -2.9997    -2.1495     -1.4137    -0.94979     -0.42411     0.18918     1.1888    3.4836    6.4445         3.7375              0.8023               3.5294               0.99058               3.7021                   1              0.54715               0.84782            0.006795     0.024234    0.098102     0.18443      0.27402       0.3615      0.44391      0.59601      0.79893      0.95318       1.0245       1.0484       1.0622       1.0647        1.052       1.0191         1.003  
    cl_mt_pol_c_p1v2    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              2                  2.5714                 0.095           -20        0.01           11           1.1729    0.33541     0.28596     0.038494    4.9254            0          0           1    4.0211e-07       0        0.25243    0.42684    0.63316    0.76185     0.83188     0.90444      0.95303      1.042     1.1615     1.2823      1.3733      1.4307       1.5011      1.6049     1.7685    2.0371     2.301        0.80338             0.98931              0.55758               0.89773              0.54715             0.84782               0.1125                     1          0.00019006    0.0033983    0.021763    0.051307     0.085599      0.12243      0.16291       0.2474      0.38863      0.54494      0.65811      0.71767      0.77996      0.84597      0.91794      0.98163       0.99796  
    cl_mt_val_p1v3      'cl_mt_val'      'fl_z_r_borr_poiss_mean'        10              3                  3.1429                 0.095           -20        0.01           11           1.4741     2.5054      1.6996        -13.7    14.923            0    0.27348     0.72652    1.3504e-06       0        -7.3666    -4.7157    -2.7832    -1.7264     -1.2017    -0.59123     -0.17886    0.60716     1.6018     2.5776      3.2769      3.6654        4.088      4.6151     5.3387    6.5905    7.7854         6.2771                   1               4.1732               0.86453               4.0961             0.81469              0.83097               0.98518          -0.0059974    -0.040981     -0.1415    -0.21652     -0.26577      -0.2965     -0.30878     -0.29443     -0.18112     0.031313       0.2295       0.3472      0.47901      0.62688      0.79408      0.95172        0.9945  
    cl_mt_pol_a_p1v3    'cl_mt_pol_a'    'fl_z_r_borr_poiss_mean'        10              3                  3.1429                 0.095           -20        0.01           11          -2.1483     1.9267    -0.89684      -4.5566    48.353    0.0046403    0.85698     0.13838    0.00021361       0        -4.5257    -4.4832    -4.3983     -4.271     -4.1026     -3.9207      -3.7192    -3.2925    -2.5633    -1.6816    -0.95356    -0.53554    -0.068615     0.44377     1.4267    3.6491    6.5553         4.1732             0.86453               3.7121                     1               3.8317             0.99104              0.59113               0.91136           0.0042548     0.025337      0.1064     0.20569      0.30333      0.39575      0.48612      0.65135      0.85482       1.0031       1.0652       1.0825         1.09        1.086        1.065       1.0229        1.0035  

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

    cl_mt_coh_p5v13      'cl_mt_coh'      'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01           15          -0.29762     1.9106     -6.4194      -4.6385    50.122           0    0.55771    0.44229    7.4763e-08       0        -4.5691    -4.3309    -3.5103    -2.8158     -2.2838    -1.8521     -1.477    -0.88195    -0.20664     0.25702    0.68229    0.97073    1.3704    1.9399    2.9356    5.2072    8.0856         3.9955             0.83629               3.4451               0.99062               3.6502                   1              0.58384                0.8738            0.015671      0.15241      0.67526      1.2023       1.6313       1.9753       2.2569        2.6452      2.9099         2.89       2.7367       2.5977       2.4023       2.1269       1.7264        1.217        1.0306  
    cl_mt_pol_c_p5v13    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01           15            1.2325    0.34972     0.28375     0.038494    4.8827           0          0          1    5.8546e-06       0        0.29007    0.53031    0.73299    0.82843     0.88854    0.93902    0.97638      1.0629       1.185      1.3465     1.4842     1.5433    1.6157     1.711     1.854    2.1094    2.3814        0.83019             0.94929              0.58889               0.92507              0.58384              0.8738              0.12231                     1          0.00018251    0.0034592     0.024739    0.056595      0.09153      0.12861       0.1675       0.25017     0.38556      0.53962      0.65408      0.71494       0.7791      0.84664      0.91888      0.98199       0.99801  
    cl_mt_val_p5v14      'cl_mt_val'      'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01           16            2.2084     2.5411      1.1507      -17.193    14.907           0    0.17443    0.82557    5.1145e-06       0        -8.9869    -5.2041    -2.5262    -1.1746    -0.32574    0.29942    0.80869      1.6105      2.5653      3.3988     3.9444     4.2979    4.6276    5.0825    5.7369    6.9107    8.0424         6.4573                   1               4.1946               0.88672               4.1631             0.83841              0.84409               0.95136          -0.0048188    -0.031113    -0.095891    -0.13601     -0.15246     -0.15246     -0.13972     -0.083859    0.059525      0.26206      0.42856      0.52348      0.62258      0.73248      0.85404      0.96643       0.99622  
    cl_mt_pol_a_p5v14    'cl_mt_pol_a'    'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01           16           -0.4752     1.8616     -3.9174      -4.4934    48.396    0.015368    0.61009    0.37454    6.6881e-08       0        -4.3716    -4.1946    -3.5353    -2.9275     -2.4476    -2.0424    -1.6897     -1.1024    -0.39481     0.10187    0.48651    0.78568    1.1703    1.7259    2.7089    4.9313    7.7092         4.1946             0.88672               3.4654                     1               3.6044             0.99086              0.60287               0.92752           0.0097481     0.092532      0.41619     0.75528       1.0361        1.271       1.4674        1.7595      1.9888        2.028       1.9706       1.8985        1.798       1.6489       1.4202       1.1267        1.0184  
    cl_mt_coh_p5v14      'cl_mt_coh'      'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01           16          -0.43916     1.9541     -4.4496      -4.6385    50.122           0    0.58631    0.41369    1.0507e-07       0        -4.5847    -4.4035    -3.6907    -3.0396     -2.5258    -2.0937    -1.7174     -1.0882    -0.32953     0.17823    0.59638    0.89108    1.2853    1.8668    2.8564    5.1284    8.0076         4.1631             0.83841               3.6044               0.99086               3.8184                   1              0.59846               0.87714            0.011102      0.10386      0.47109     0.85281       1.1689         1.43       1.6455        1.9623      2.1987        2.215       2.1301       2.0453       1.9221       1.7441       1.4825       1.1454        1.0207  
    cl_mt_pol_c_p5v14    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01           16            1.2265    0.34916     0.28468     0.038494    4.8827           0          0          1    5.1145e-06       0        0.27633    0.51718    0.72398    0.82266     0.88649    0.93647    0.97839      1.0567      1.1762      1.3398     1.4665     1.5411    1.5999    1.7086    1.8508    2.1051    2.3793        0.84409             0.95136              0.60287               0.92752              0.59846             0.87714              0.12191                     1          0.00018028    0.0033686     0.024431    0.056174     0.091094      0.12837      0.16743       0.25059     0.38602      0.53845      0.65279      0.71464      0.77917      0.84636      0.91867      0.98195       0.99802  
    cl_mt_val_p5v15      'cl_mt_val'      'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01           17            2.1302      2.569       1.206      -16.785    14.908           0    0.18535    0.81465    4.0539e-06       0        -8.8652    -5.3192    -2.6464    -1.3093    -0.46635    0.17246    0.68488      1.5171      2.4806      3.3394     3.8919     4.2478    4.5991    5.0553    5.7078    6.8894    8.0258         6.5997                   1               4.3234               0.88745               4.2931             0.83963              0.85348               0.95383          -0.0048208     -0.03233     -0.10122    -0.14598     -0.16629     -0.16941     -0.15912       -0.1066     0.03571      0.24114      0.41139      0.50873      0.61202      0.72429      0.84936      0.96528       0.99612  
    cl_mt_pol_a_p5v15    'cl_mt_pol_a'    'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01           17          -0.60573     1.8964     -3.1307      -4.5138    48.396    0.015976    0.63529    0.34873    8.4819e-09       0        -4.3829    -4.2533    -3.6841    -3.1176     -2.6569    -2.2571    -1.9009     -1.2854    -0.52356           0    0.40103     0.7002    1.0848    1.6404    2.6234    4.8458    7.6665         4.3234             0.88745               3.5962                     1               3.7407             0.99108              0.61341               0.92869           0.0087737     0.071761      0.33343     0.61284       0.8516       1.0532       1.2247        1.4859      1.7057       1.7631       1.7291       1.6794       1.6076       1.4974       1.3246       1.0987         1.014  
    cl_mt_coh_p5v15      'cl_mt_coh'      'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01           17          -0.57796     1.9903     -3.4437      -4.6385    50.122           0    0.61391    0.38609    1.3758e-07       0        -4.5937    -4.4567    -3.8434    -3.2413     -2.7482    -2.3158    -1.9383     -1.2812    -0.47588    0.099202    0.50466    0.80571       1.2    1.7797     2.777    5.0493     7.935         4.2931             0.83963               3.7407               0.99108               3.9613                   1              0.60927               0.87889           0.0080312     0.079138      0.36616     0.67104      0.92919       1.1499       1.3316        1.6084       1.832       1.8731       1.8229        1.765       1.6795       1.5524       1.3595        1.109        1.0155  
    cl_mt_pol_c_p5v15    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01           17             1.221     0.3483     0.28526     0.038494    4.8827           0          0          1    4.0539e-06       0        0.27383    0.50803    0.71598    0.81838     0.88463    0.93486    0.97856      1.0508      1.1654      1.3236      1.448     1.5379    1.5975    1.7054    1.8476    2.1008    2.3771        0.85348             0.95383              0.61341               0.92869              0.60927             0.87889              0.12132                     1          0.00017826    0.0033299     0.024141    0.055821     0.090786      0.12802      0.16728       0.25058     0.38685      0.53834      0.65281      0.71441      0.77872      0.84569       0.9185      0.98192       0.99801  

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

    cl_mt_val_p1v1                  2            1.4216    2.3249     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               1              0.095           -20        0.01           11            1.6354     -12.688    14.933      0      0.25733    0.74267    7.1436e-08       0        -6.3553    -4.5342    -2.2587      -1.697     -0.93071    -0.59589    -0.082493    0.53038    1.4721     2.383    3.0448    3.4279     3.861    4.3983    5.1476    6.4384    7.6541         5.4049                1                  3.4405               0.84179                3.337              0.7879              0.77279               0.99221          -0.0053661    -0.036509     -0.12633     -0.19696     -0.24102     -0.26769     -0.27986      -0.26226     -0.15417    0.048164      0.23819      0.35196      0.47982      0.62465      0.79213      0.95108       0.99438  
    cl_mt_val_p1v2             2.5714            1.4285    2.4211     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               2              0.095           -20        0.01           11            1.6948     -13.183    14.927      0      0.27158    0.72842    4.0211e-07       0        -6.8495    -4.7022    -2.5134     -1.7539      -1.1188    -0.63996      -0.1307    0.53397    1.5051     2.461    3.1478    3.5344     3.971    4.4989    5.2409    6.5141    7.7204         5.8618                1                  3.8287               0.85399               3.7375              0.8023              0.80338               0.98931          -0.0060195    -0.039272     -0.13913     -0.21162     -0.25843     -0.28987     -0.30228      -0.28891     -0.17948    0.028681      0.22425      0.34116      0.47227      0.62006      0.78953      0.95058       0.99439  
    cl_mt_val_p1v3             3.1429            1.4741    2.5054     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               3              0.095           -20        0.01           11            1.6996       -13.7    14.923      0      0.27348    0.72652    1.3504e-06       0        -7.3666    -4.7157    -2.7832     -1.7264      -1.2017    -0.59123     -0.17886    0.60716    1.6018    2.5776    3.2769    3.6654     4.088    4.6151    5.3387    6.5905    7.7854         6.2771                1                  4.1732               0.86453               4.0961             0.81469              0.83097               0.98518          -0.0059974    -0.040981      -0.1415     -0.21652     -0.26577      -0.2965     -0.30878      -0.29443     -0.18112    0.031313       0.2295       0.3472      0.47901      0.62688      0.79408      0.95172        0.9945  
    cl_mt_val_p1v4             3.7143            1.5555    2.5691     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               4              0.095           -20        0.01           11            1.6516     -14.238    14.919      0      0.26466    0.73534    2.9333e-06       0        -7.8103    -4.9011    -2.9959      -1.811      -1.1742    -0.56497     -0.12641    0.70267    1.7422    2.7281    3.4146    3.7975    4.2094    4.7147    5.4244    6.6637    7.8389         6.6001                1                   4.432               0.87312               4.3694             0.82464               0.8526               0.98002          -0.0056711    -0.040218     -0.13668     -0.21276     -0.26059     -0.28752     -0.29864      -0.27919     -0.16046    0.055247      0.25346       0.3683      0.49642      0.63966      0.80296      0.95378       0.99473  
    cl_mt_val_p1v5             4.2857            1.6621    2.6084     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               5              0.095           -20        0.01           11            1.5693     -14.793    14.916      0      0.25015    0.74985    4.8864e-06       0        -8.1619    -5.1259    -3.0496     -1.8568      -1.0552    -0.49946    -0.002436    0.84031     1.907    2.8842    3.5567    3.9128    4.3253    4.8007    5.4956    6.7275    7.8918         6.8038                1                  4.5794               0.87957               4.5294             0.83193              0.86647               0.97419          -0.0055482     -0.03884     -0.13199     -0.20208     -0.24588     -0.26873     -0.27621      -0.24973     -0.12437    0.091659      0.28686      0.40036      0.52095       0.6586      0.81224      0.95659       0.99507  
    cl_mt_val_p1v6             4.8571            1.7841    2.6255     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               6              0.095           -20        0.01           11            1.4716     -15.355    14.913      0      0.23332    0.76668    6.8746e-06       0        -8.3319    -5.4016    -2.9668      -1.772     -0.95423    -0.35835      0.16597     1.0172    2.0795     3.033    3.6816    4.0192    4.4218    4.8847    5.5648    6.7825     7.936         6.8931                1                   4.626               0.88399               4.5859             0.83677              0.87259               0.96815           -0.005441    -0.037602     -0.12489     -0.18884     -0.22607     -0.24429     -0.24676       -0.2127    -0.081262     0.13388      0.32171      0.42981      0.54775      0.67875      0.82338      0.95909       0.99537  
    cl_mt_val_p1v7             5.4286            1.9133    2.6186     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               7              0.095           -20        0.01           11            1.3686     -15.911    14.911      0      0.21512    0.78488    7.9644e-06       0        -8.4803    -5.5082     -2.824      -1.613     -0.80122    -0.17107       0.3496      1.206    2.2456    3.1517    3.7715     4.113    4.4957    4.9551    5.6286    6.8267    7.9789          6.857                1                  4.5718               0.88655               4.5379             0.83936               0.8704               0.96241          -0.0053421    -0.035515     -0.11588     -0.17313     -0.20397     -0.21647     -0.21389      -0.17248    -0.035572     0.17948      0.35775      0.46279      0.57533      0.69797      0.83453      0.96179       0.99568  
    cl_mt_val_p1v8                  6            2.0348    2.5956     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               8              0.095           -20        0.01           11            1.2756     -16.451    14.909      0      0.19844    0.80156    8.9922e-06       0        -8.6593    -5.4389    -2.7449     -1.4471       -0.627    0.019244      0.53542     1.3816    2.3752    3.2556    3.8543    4.1902    4.5561    5.0117    5.6725    6.8618    8.0072          6.737                1                  4.4488               0.88745               4.4176             0.83994              0.86263               0.95749          -0.0053098    -0.033831     -0.10755     -0.15778     -0.18272     -0.18983     -0.18285      -0.13493    0.0052801     0.21807      0.38937      0.48747      0.59894      0.71266      0.84284       0.9638       0.99591  
    cl_mt_val_p1v9             6.5714            2.1443    2.5634     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10               9              0.095           -20        0.01           11            1.1955     -16.963    14.908      0      0.18339    0.81661    9.3669e-06       0        -8.8642    -5.2818    -2.6206     -1.2793     -0.43801      0.1928      0.70716     1.5322    2.4975    3.3401    3.9074    4.2502       4.6    5.0632    5.7167    6.8939    8.0248         6.5713                1                  4.2938               0.88705               4.2631             0.83909              0.85174                0.9534          -0.0047926    -0.032121     -0.10021     -0.14403     -0.16361     -0.16614     -0.15541      -0.10218     0.041264     0.24528      0.41476      0.50998       0.6151      0.72573      0.85051      0.96566       0.99611  
    cl_mt_val_p1v10            7.1429            2.2373    2.5282     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              10              0.095           -20        0.01           11              1.13     -17.444    14.907      0      0.17038    0.82962    9.3215e-06       0        -9.0064    -5.1782    -2.4759     -1.1183     -0.27265     0.35083      0.85344     1.6496    2.5981    3.4224    3.9551    4.3085    4.6438    5.0971    5.7464     6.918    8.0423         6.3916                1                  4.1364               0.88604                4.104             0.83747              0.83995               0.95079          -0.0047118    -0.030637    -0.093711     -0.13207     -0.14707     -0.14592     -0.13228      -0.07551     0.068078     0.27144      0.43468      0.52694      0.62832      0.73527      0.85623       0.9668       0.99625  
    cl_mt_val_p1v11            7.7143            2.3327    2.4814     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              11              0.095           -20        0.01           11            1.0638     -17.887    14.906      0      0.15681    0.84319    8.5878e-06       0        -9.0318    -5.1224    -2.2781    -0.93275    -0.092272     0.51695       1.0068     1.7803    2.6937    3.4848    4.0012    4.3474    4.6732    5.1259    5.7719    6.9398    8.0611         6.1575                1                  3.9494               0.88417               3.9143             0.83493              0.82375               0.94827          -0.0045553    -0.029028    -0.086738     -0.11953     -0.12993     -0.12507     -0.10854     -0.048161     0.096081     0.29635       0.4543      0.54384      0.64063      0.74595      0.86242      0.96812       0.99641  
    cl_mt_val_p1v12            8.2857            2.3943    2.4505     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              12              0.095           -20        0.01           11            1.0235     -18.291    14.905      0      0.14848    0.85152    8.2903e-06       0        -8.9705    -5.0534    -2.1519    -0.80686     0.021488     0.62162       1.1025     1.8577    2.7485    3.5237    4.0361    4.3599    4.6886    5.1537    5.7818     6.953    8.0765          6.005                1                  3.8182               0.88239                3.781              0.8326              0.81375               0.94689           -0.004442    -0.028104    -0.082317     -0.11167     -0.11931     -0.11235    -0.094108     -0.031657      0.11333     0.30958      0.46744      0.55502      0.64923      0.75239      0.86447      0.96887       0.99652  
    cl_mt_val_p1v13            8.8571             2.448    2.4207     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              13              0.095           -20        0.01           11           0.98887     -18.659    14.905      0      0.14116    0.85884     8.308e-06       0         -8.859    -4.9679    -2.0257    -0.68985      0.11942     0.71178       1.1849     1.9393    2.8029    3.5661      4.06    4.3956    4.7176     5.166    5.8034    6.9664    8.0852         5.8599                1                  3.7001               0.88062               3.6603             0.83026              0.80408               0.94621          -0.0043782    -0.027161     -0.07826     -0.10457     -0.10982     -0.10103     -0.08155     -0.017377      0.12773     0.32424      0.47582       0.5657      0.65498      0.75578       0.8675      0.96948       0.99658  
    cl_mt_val_p1v14            9.4286            2.5011    2.3825     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              14              0.095           -20        0.01           11           0.95259     -18.991    14.904      0      0.13329    0.86671    7.6167e-06       0        -8.6633    -4.8264     -1.875    -0.55899      0.23099     0.79803       1.2639      2.002    2.8269    3.5843    4.0901    4.4027    4.7323    5.1795    5.8158    6.9771     8.087         5.6765                1                  3.5587               0.87832               3.5152              0.8272              0.79172               0.94594           -0.004235    -0.026172    -0.073895    -0.096755    -0.099521     -0.08884    -0.068005    -0.0028353      0.14206     0.33298      0.48745      0.57049      0.66208      0.76123      0.87023      0.97013       0.99663  
    cl_mt_val_p1v15                10            2.5488    2.3494     'cl_mt_val'     'fl_z_r_borr_poiss_mean'        10              15              0.095           -20        0.01           11           0.92176     -19.289    14.904      0      0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832      0.32357      0.8853        1.334     2.0354    2.8843    3.6206    4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                1                  3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059     -0.09021    -0.090869    -0.078673    -0.056536     0.0098532      0.15618     0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  

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

    cl_mt_pol_c_p1v1                  2            1.1727    0.33501    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               1              0.095           -20        0.01           11           0.28567     0.038494    4.9254      0        0        1      7.1436e-08       0        0.26838    0.42684    0.63316    0.75398    0.83081    0.89596     0.9589    1.0457    1.1682    1.2887    1.3808     1.435     1.498     1.606    1.7546    2.0283    2.2917        0.77279             0.99221              0.51911               0.88142              0.50656                0.83              0.11223                  1             0.00025946    0.0033115    0.023757    0.051208     0.085309       0.1223      0.16116       0.2464      0.38803      0.54515      0.65864      0.71859      0.78117      0.84748      0.91804      0.98172       0.99797  
    cl_mt_pol_c_p1v2             2.5714            1.1729    0.33541    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               2              0.095           -20        0.01           11           0.28596     0.038494    4.9254      0        0        1      4.0211e-07       0        0.25243    0.42684    0.63316    0.76185    0.83188    0.90444    0.95303     1.042    1.1615    1.2823    1.3733    1.4307    1.5011    1.6049    1.7685    2.0371     2.301        0.80338             0.98931              0.55758               0.89773              0.54715             0.84782               0.1125                  1             0.00019006    0.0033983    0.021763    0.051307     0.085599      0.12243      0.16291       0.2474      0.38863      0.54494      0.65811      0.71767      0.77996      0.84597      0.91794      0.98163       0.99796  
    cl_mt_pol_c_p1v3             3.1429            1.1758    0.33666    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               3              0.095           -20        0.01           11           0.28632     0.038494    4.9254      0        0        1      1.3504e-06       0        0.24866    0.42684     0.6348    0.76724    0.83936    0.90683    0.95526    1.0466    1.1605    1.2756    1.3721    1.4287    1.5146    1.6255    1.7792    2.0468    2.3096        0.83097             0.98518              0.59113               0.91136              0.58277              0.8626              0.11334                  1             0.00021337    0.0032892    0.021862    0.051915     0.086283      0.12355      0.16299      0.24845      0.38896      0.54449      0.65698      0.71672      0.77872      0.84602       0.9177      0.98165       0.99796  
    cl_mt_pol_c_p1v4             3.7143            1.1813    0.33864    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               4              0.095           -20        0.01           11           0.28668     0.038494    4.9254      0        0        1      2.9333e-06       0        0.24866      0.428    0.65073    0.77186    0.84949    0.90929     0.9623    1.0474    1.1604    1.2787    1.3706    1.4352     1.527    1.6351    1.7997     2.055      2.32         0.8526             0.98002              0.61642               0.92128              0.60986             0.87321              0.11468                  1             0.00021296    0.0029498    0.022128    0.052658     0.086934       0.1243      0.16386      0.24902      0.38917      0.54353      0.65554      0.71525      0.77809      0.84553      0.91748      0.98158       0.99795  
    cl_mt_pol_c_p1v5             4.2857            1.1885    0.34098    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               5              0.095           -20        0.01           11            0.2869     0.038494    4.9254      0        0        1      4.8864e-06       0        0.24866    0.44444    0.66908     0.7815    0.85902    0.91604    0.96569    1.0482    1.1566    1.2707    1.3828    1.4691    1.5495    1.6493    1.8093    2.0628    2.3402        0.86647             0.97419              0.63141               0.92773              0.62624             0.87989              0.11627                  1             0.00019449    0.0030572    0.022439     0.05328     0.087847      0.12528      0.16482      0.24977      0.38909      0.54258      0.65399      0.71358       0.7768      0.84433      0.91765       0.9816       0.99796  
    cl_mt_pol_c_p1v6             4.8571            1.1968    0.34329    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               6              0.095           -20        0.01           11           0.28684     0.038494    4.9254      0        0        1      6.8746e-06       0        0.24866    0.45727    0.68425    0.79474    0.86605    0.92195    0.96918    1.0507    1.1617    1.2843    1.4023    1.4812    1.5825    1.6896     1.817    2.0827    2.3519        0.87259             0.96815              0.63714               0.93114              0.63288             0.88318              0.11785                  1             0.00018246    0.0030306    0.023014    0.053965     0.088743      0.12606      0.16563       0.2501      0.38871      0.54111      0.65345       0.7131      0.77732      0.84481      0.91745      0.98175       0.99797  
    cl_mt_pol_c_p1v7             5.4286            1.2057    0.34537    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               7              0.095           -20        0.01           11           0.28644     0.038494    4.8827      0        0        1      7.9644e-06       0        0.25243    0.47451    0.69505     0.8049    0.87469     0.9282     0.9736    1.0537    1.1554    1.2952    1.4308    1.4961    1.5892     1.696    1.8243    2.0901    2.3626         0.8704             0.96241               0.6337               0.93171              0.62982             0.88325              0.11928                  1             0.00016864    0.0031285    0.023374    0.054641     0.089532      0.12689      0.16635      0.25052      0.38781      0.53975      0.65377      0.71314      0.77833       0.8453      0.91787       0.9818       0.99797  
    cl_mt_pol_c_p1v8                  6            1.2141     0.3471    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               8              0.095           -20        0.01           11           0.28589     0.038494    4.8827      0        0        1      8.9922e-06       0        0.26394    0.49508    0.70492    0.81316    0.87909    0.93192    0.97629    1.0506     1.157    1.3041    1.4399    1.5323    1.5935    1.7014    1.8433    2.0966    2.3729        0.86263             0.95749              0.62404               0.93086              0.62013             0.88169              0.12048                  1             0.00016979    0.0032219    0.023787    0.055295     0.090196      0.12759      0.16689      0.25048      0.38739      0.53933       0.6522      0.71458      0.77821      0.84538      0.91819      0.98184       0.99799  
    cl_mt_pol_c_p1v9             6.5714            1.2218     0.3485    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10               9              0.095           -20        0.01           11           0.28524     0.038494    4.8827      0        0        1      9.3669e-06       0        0.27195    0.50888    0.71643    0.81868    0.88471    0.93571    0.97852    1.0518    1.1668     1.329    1.4501    1.5387    1.5978    1.7057    1.8476    2.1019    2.3771        0.85174              0.9534              0.61095               0.92838              0.60671             0.87839              0.12146                  1             0.00017421    0.0033313    0.024176    0.055874     0.090764      0.12806      0.16724      0.25067       0.3865      0.53855      0.65303      0.71418      0.77906      0.84585      0.91824      0.98194       0.99802  
    cl_mt_pol_c_p1v10            7.1429            1.2283    0.34943    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              10              0.095           -20        0.01           11           0.28449     0.038494    4.8827      0        0        1      9.3215e-06       0        0.28004     0.5207    0.72544    0.82327    0.88693    0.93647    0.97711    1.0578    1.1795    1.3426     1.474    1.5422    1.6082    1.7099    1.8519    2.1072    2.3803        0.83995             0.95079              0.59817               0.92705              0.59356             0.87633               0.1221                  1             0.00017896    0.0034128    0.024505    0.056279     0.091119      0.12827      0.16731      0.25036      0.38603       0.5383      0.65269       0.7153      0.77839      0.84713        0.919      0.98199       0.99802  
    cl_mt_pol_c_p1v11            7.7143             1.235    0.35007    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              11              0.095           -20        0.01           11           0.28347     0.038494    4.8827      0        0        1      8.5878e-06       0        0.29658    0.53604    0.73549    0.83044     0.8909    0.93811    0.97952    1.0638    1.1879    1.3497    1.4864    1.5443    1.6296    1.7118    1.8551    2.1104    2.3825        0.82375             0.94827              0.58163               0.92299              0.57625             0.87127              0.12255                  1             0.00018436    0.0035078    0.024869    0.056733     0.091749       0.1287      0.16769      0.24981      0.38542      0.53995      0.65537      0.71602      0.77919      0.84676       0.9191      0.98204       0.99803  
    cl_mt_pol_c_p1v12            8.2857            1.2394     0.3507    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              12              0.095           -20        0.01           11           0.28296     0.038494    4.8827      0        0        1      8.2903e-06       0        0.30906    0.54408    0.74005     0.8332    0.89308    0.94048      0.982    1.0473    1.1952     1.364    1.4896    1.5462     1.635    1.7142    1.8572    2.1126    2.3835        0.81375             0.94689              0.57033               0.92099              0.56457             0.86871              0.12299                  1             0.00019097     0.003562    0.025037    0.056937     0.091802      0.12886      0.16763      0.24959      0.38516      0.53858       0.6557      0.71569      0.77963      0.84761      0.91941      0.98204       0.99802  
    cl_mt_pol_c_p1v13            8.8571            1.2431    0.35105    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              13              0.095           -20        0.01           11            0.2824     0.038494    4.8827      0        0        1       8.308e-06       0        0.31524    0.55375    0.74184    0.83396    0.89308    0.94028     0.9863    1.0499    1.2004      1.38    1.4917    1.5475    1.6469    1.7161    1.8594    2.1228    2.3855        0.80408             0.94621              0.56049               0.91986              0.55437              0.8671              0.12324                  1             0.00020001    0.0036233    0.025275    0.057123     0.091881       0.1288      0.16756       0.2498       0.3846      0.53906      0.65464      0.71698       0.7815      0.84737      0.91977      0.98208       0.99803  
    cl_mt_pol_c_p1v14            9.4286            1.2468    0.35129    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              14              0.095           -20        0.01           11           0.28175     0.038494    4.8827      0        0        1      7.6167e-06       0        0.32759    0.56394    0.74582     0.8333    0.89293    0.93368    0.99072    1.0551    1.2061     1.387    1.4938    1.5497     1.648    1.7171    1.8604    2.1228    2.3865        0.79172             0.94594              0.54826               0.91774              0.54156             0.86432               0.1234                  1             0.00020068    0.0037007     0.02547    0.057314     0.092135      0.12865      0.16731      0.24977      0.38891      0.53966      0.65552      0.71899      0.78077      0.84781      0.91962      0.98209       0.99804  
    cl_mt_pol_c_p1v15                10            1.2502    0.35138    'cl_mt_pol_c'    'fl_z_r_borr_poiss_mean'        10              15              0.095           -20        0.01           11           0.28106     0.038494    4.8827      0        0        1      7.5002e-06       0        0.33476    0.57099    0.75149    0.83558    0.89304    0.93574    0.98006    1.0587    1.2112    1.3902    1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                  1              0.0002091    0.0037561    0.025653    0.057623     0.092295      0.12907      0.16708      0.24923      0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  

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

    cl_mt_coh_p1v1                  2              -2.7825    1.8218     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               1              0.095           -20        0.01           11          -0.65473     -4.6385    50.122      0      0.91149    0.08851     0.0093741       0        -4.6385    -4.6295    -4.6116    -4.5588    -4.4633    -4.3488     -4.2174     -3.9107       -3.3243     -2.5617     -1.8608     -1.4227      -0.8791    -0.19612    0.82935    3.1242    6.0861          3.337              0.7879               3.1705               0.98997               3.3188                1                 0.50656                  0.83           0.015627     0.046821     0.09867     0.16654      0.24775      0.33012      0.40612       0.5492      0.74533      0.90498      0.98508       1.0142        1.035       1.0448       1.0401       1.0159        1.0026  
    cl_mt_coh_p1v2             2.5714              -2.4981    1.9241     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               2              0.095           -20        0.01           11          -0.77022     -4.6385    50.122      0       0.8852     0.1148     0.0036595       0        -4.6385    -4.6295    -4.5857    -4.4981    -4.3667    -4.2174     -4.0511     -3.6747       -2.9997     -2.1495     -1.4137    -0.94979     -0.42411     0.18918     1.1888    3.4836    6.4445         3.7375              0.8023               3.5294               0.99058               3.7021                1                 0.54715               0.84782           0.006795     0.024234    0.098102     0.18443      0.27402       0.3615      0.44391      0.59601      0.79893      0.95318       1.0245       1.0484       1.0622       1.0647        1.052       1.0191         1.003  
    cl_mt_coh_p1v3             3.1429              -2.1924    2.0068     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               3              0.095           -20        0.01           11          -0.91535     -4.6385    50.122      0      0.85237    0.14763      0.001498       0        -4.6385    -4.6206    -4.5588    -4.4105    -4.2353    -4.0421     -3.8321      -3.385       -2.6234     -1.6945    -0.94083    -0.50276    -0.028857     0.53167     1.5303    3.8172    6.7691         4.0961             0.81469               3.8317               0.99104               4.0271                1                 0.58277                0.8626          0.0031693     0.028703     0.10595     0.20932      0.30635      0.40218      0.49245      0.65854        0.862       1.0114       1.0718       1.0885       1.0945       1.0892       1.0669       1.0233        1.0036  
    cl_mt_coh_p1v4             3.7143              -1.8746    2.0624     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               4              0.095           -20        0.01           11           -1.1002     -4.6385    50.122      0      0.81481    0.18519    0.00053568       0        -4.6295    -4.6116    -4.4971     -4.296      -4.06    -3.8231     -3.5692     -3.0515       -2.2023     -1.2465    -0.51073    -0.11746      0.25987     0.84628     1.8369    4.1238    7.0588         4.3694             0.82464               4.0397               0.99135               4.2536                1                 0.60986               0.87321          0.0062392     0.026601     0.12382     0.23949      0.35198      0.45698       0.5564      0.73179      0.94378       1.0812       1.1284       1.1368       1.1348       1.1205       1.0862       1.0288        1.0043  
    cl_mt_coh_p1v5             4.2857               -1.561    2.0873     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               5              0.095           -20        0.01           11           -1.3371     -4.6385    50.122      0      0.77548    0.22452    0.00018533       0        -4.6206    -4.5937    -4.4185    -4.1297     -3.841    -3.5513     -3.2616     -2.6752       -1.7722    -0.80941    -0.16824     0.13741      0.53167      1.1101     2.0997    4.3787    7.3038         4.5294             0.83193               4.1307               0.99149               4.3567                1                 0.62624               0.87989           0.007944     0.029868     0.14526     0.28416      0.41004      0.52988      0.63759      0.82837       1.0417       1.1664       1.1975       1.1977       1.1871       1.1614       1.1118       1.0363        1.0054  
    cl_mt_coh_p1v6             4.8571              -1.2628    2.0874     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               6              0.095           -20        0.01           11            -1.653     -4.6385    50.122      0      0.73165    0.26835    7.3714e-05       0        -4.6206    -4.5678     -4.304    -3.9366    -3.5861    -3.2447     -2.9201     -2.2809         -1.36    -0.45796    0.084642     0.37337      0.76862      1.3291     2.3277    4.6057    7.5148         4.5859             0.83677               4.1254               0.99151               4.3574                1                 0.63288               0.88318           0.004765     0.038822     0.17793     0.34265      0.49012      0.62593      0.74633      0.95247       1.1674       1.2752       1.2889       1.2803       1.2581       1.2177       1.1473       1.0465        1.0068  
    cl_mt_coh_p1v7             5.4286             -0.98904    2.0646     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               7              0.095           -20        0.01           11           -2.0875     -4.6385    50.122      0      0.68884    0.31116     2.465e-05       0        -4.6116     -4.533    -4.1636    -3.7086    -3.2964    -2.9121     -2.5527     -1.8946      -0.98364     -0.1782     0.26883     0.56651      0.96077      1.5223     2.5209    4.7899      7.69         4.5379             0.83936               4.0311               0.99142               4.2627                1                 0.62982               0.88325          0.0055034     0.046273      0.2225     0.42248      0.59894       0.7551      0.89395       1.1173       1.3345       1.4207        1.416       1.3953       1.3575       1.2965       1.1974       1.0612        1.0088  
    cl_mt_coh_p1v8                  6             -0.75262    2.0263     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               8              0.095           -20        0.01           11           -2.6923     -4.6385    50.122      0      0.64717    0.35283    9.9003e-06       0        -4.6027    -4.4892    -3.9894    -3.4547    -2.9908    -2.5866     -2.2102     -1.5362      -0.69491    0.014949     0.40025     0.70689       1.1012      1.6716     2.6692    4.9392    7.8304         4.4176             0.83994               3.8793               0.99124               4.1059                1                 0.62013               0.88169          0.0069738     0.061027     0.28787     0.53484      0.74816      0.93201       1.0917       1.3404       1.5585       1.6227       1.5965       1.5593       1.5004       1.4097       1.2689       1.0823        1.0118  
    cl_mt_coh_p1v9             6.5714             -0.55312    1.9819     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10               9              0.095           -20        0.01           11           -3.5832     -4.6385    50.122      0       0.6106     0.3894    3.8212e-06       0        -4.5857    -4.4354    -3.8131    -3.2008     -2.709    -2.2799     -1.9036     -1.2465        -0.449     0.11264     0.52271     0.82139       1.2156      1.7941     2.7837    5.0617    7.9439         4.2631             0.83909               3.7089               0.99102                3.928                1                 0.60671               0.87839          0.0084059     0.084147     0.37902     0.69632      0.96163       1.1878        1.375       1.6591       1.8837       1.9208        1.866       1.8043       1.7125       1.5789       1.3772       1.1139        1.0162  
    cl_mt_coh_p1v10            7.1429             -0.38945    1.9384     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              10              0.095           -20        0.01           11           -4.9771     -4.6385    50.122      0      0.57743    0.42257    1.5111e-06       0        -4.5758    -4.3737     -3.621    -2.9549    -2.4382    -2.0091     -1.6328     -1.0185       -0.2917      0.2081     0.62027     0.91796       1.3202      1.8897     2.8883    5.1582    8.0315          4.104             0.83747               3.5462               0.99076               3.7573                1                 0.59356               0.87633             0.0137      0.11577     0.52732      0.9483       1.2932       1.5743       1.8088       2.1476       2.3905       2.3977       2.2938       2.1928       2.0505       1.8478       1.5485       1.1641        1.0233  
    cl_mt_coh_p1v11            7.7143             -0.23905    1.8893     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              11              0.095           -20        0.01           11           -7.9033     -4.6385    50.122      0      0.54503    0.45497    6.2747e-07       0        -4.5588     -4.295    -3.4278     -2.718    -2.1843    -1.7463     -1.3869    -0.79049      -0.15132     0.28675     0.70789     0.99661       1.3998      1.9693     2.9679    5.2369    8.1102         3.9143             0.83493               3.3686               0.99051               3.5695                1                 0.57625               0.87127           0.020935      0.18765     0.82776      1.4661       1.9741       2.3885        2.711        3.163       3.4443       3.3947       3.1918       3.0141        2.762       2.4115       1.9094        1.271        1.0384  
    cl_mt_coh_p1v12            8.2857             -0.13473    1.8532     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              12              0.095           -20        0.01           11           -13.755     -4.6385    50.122      0      0.52196    0.47804     2.628e-07       0        -4.5489    -4.2164    -3.2616    -2.5268    -2.0001     -1.571     -1.2206    -0.65111     -0.054744     0.34847     0.76862      1.0583       1.4606      2.0221     3.0286    5.2976     8.163          3.781              0.8326               3.2405               0.99027               3.4342                1                 0.56457               0.86871           0.036641      0.32773      1.4288      2.4881       3.3259       3.9882       4.5017       5.1891       5.5555       5.4004       4.9997       4.6591       4.1892       3.5533       2.6368       1.4857        1.0683  
    cl_mt_coh_p1v13            8.8571            -0.046498    1.8212     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              13              0.095           -20        0.01           11           -39.167     -4.6385    50.122      0      0.50048    0.49952    1.2952e-07       0         -4.532    -4.1377    -3.1043    -2.3586    -1.8329    -1.4217     -1.0882    -0.55454    -0.0019772     0.39228     0.82139      1.1191       1.5133      2.0828     3.0814    5.3424    8.2068         3.6603             0.83026               3.1296               0.99003               3.3168                1                 0.55437                0.8671              0.107      0.94677      4.0035      6.9349       9.1763       10.903       12.251       13.964       14.749       14.134       12.877       11.823       10.416       8.5006       5.7899       2.4125        1.1995  
    cl_mt_coh_p1v14            9.4286             0.031974    1.7836     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              14              0.095           -20        0.01           11            55.784     -4.6385    50.122      0      0.48258    0.51742    6.4461e-08       0         -4.515    -4.0501     -2.946    -2.1833    -1.6666    -1.2644    -0.95676    -0.46692      0.058756     0.43609     0.86519       1.146       1.5402      2.1177     3.1172    5.3773    8.2426         3.5152              0.8272               3.0022               0.98976               3.1813                1                 0.54156               0.86432           -0.14359      -1.3626     -5.6538     -9.6381      -12.596      -14.871        -16.6      -18.748      -19.584       -18.51      -16.548      -14.981      -12.868      -10.024      -6.0108      -1.0733       0.70905  
    cl_mt_coh_p1v15                10              0.10117    1.7537     'cl_mt_coh'     'fl_z_r_borr_poiss_mean'        10              15              0.095           -20        0.01           11            17.335     -4.6385    50.122      0      0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066     -2.035    -1.5262     -1.132    -0.82633    -0.37035      0.094596     0.47093     0.90004      1.1898        1.584      2.1535     3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                1                 0.53018               0.86039          -0.048375     -0.42174     -1.7305     -2.9234      -3.7933      -4.4519      -4.9229      -5.5083      -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195      -1.2391      0.34162       0.90797  

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

    cl_mt_val_p2v1           0.095        2.5488    2.3494     'cl_mt_val'     'fl_z_r_borr_max'        11               1                   10                -20        0.01           11           0.92176     -19.289    14.904      0       0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947      -1.7569     -0.44832    0.32357    0.8853     1.334    2.0354    2.8843    3.6206    4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                1                  3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386     -0.025367    -0.070059      -0.09021     -0.090869     -0.078673     -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_val_p2v2        0.098929        2.6347    2.2784     'cl_mt_val'     'fl_z_r_borr_max'        11               2                   10                -20        0.01           11           0.86477     -18.925    14.903      0       0.11489    0.88511    6.4267e-06       0         -8.213    -4.3523      -1.5117     -0.25488    0.49217    1.0242    1.4312    2.1226    2.8948    3.6395    4.1423    4.4351    4.7726    5.2179    5.8409     7.002    8.1098         5.1911                1                  3.1986               0.87028               3.1453             0.81715              0.75921               0.94742          -0.0038655     -0.023105    -0.062175       -0.0776     -0.074903     -0.060214     -0.036636     0.032133     0.17781      0.36681      0.50889      0.59083      0.67769       0.7729       0.8759      0.97155       0.99681  
    cl_mt_val_p2v3         0.10286         2.712     2.204     'cl_mt_val'     'fl_z_r_borr_max'        11               3                   10                -20        0.01           11           0.81271     -18.579    14.902      0       0.10416    0.89584    4.9869e-06       0        -7.8295     -3.969      -1.2485    -0.064931    0.63312    1.1476    1.5256    2.1646    2.9291    3.6423    4.1845    4.4601    4.7886    5.2366     5.859    7.0168    8.1202         4.8578                1                  2.9628               0.86381               2.9016             0.80893              0.73722               0.95089          -0.0035276     -0.020896    -0.054294     -0.065244     -0.059632     -0.042918     -0.018085     0.051943     0.19813      0.37743      0.52096      0.60349      0.68534      0.77737      0.87921      0.97231       0.99688  
    cl_mt_val_p2v4         0.10679        2.7941    2.1259     'cl_mt_val'     'fl_z_r_borr_max'        11               4                   10                -20        0.01           11           0.76084      -18.25    14.902      0      0.091744    0.90826    3.9168e-06       0        -7.3922    -3.5867     -0.98247      0.13933     0.7903    1.2745    1.6464    2.2234    2.9578    3.6798    4.2055    4.4811    4.8099     5.254    5.8784    7.0274    8.1315         4.5194                1                  2.7317               0.85633               2.6635              0.7998              0.71325               0.95409          -0.0032547     -0.018772    -0.046708     -0.053097     -0.044366     -0.025563    0.00041304      0.07118      0.2145      0.39284      0.53281      0.61417      0.69403      0.78477      0.88271      0.97309       0.99698  
    cl_mt_val_p2v5         0.11071        2.8404    2.0848     'cl_mt_val'     'fl_z_r_borr_max'        11               5                   10                -20        0.01           11             0.734     -17.937    14.901      0      0.085996      0.914    3.3716e-06       0        -7.1175    -3.3784     -0.85182      0.23403    0.88773    1.3358    1.7235    2.2646    2.9809    3.6974    4.2221    4.4888    4.8235    5.2669    5.8889    7.0364    8.1366         4.3464                1                  2.6044               0.85114               2.5328             0.79367              0.70134               0.95605          -0.0030733     -0.017591    -0.042784     -0.047028     -0.036788      -0.01657     0.0098732     0.081883     0.22341      0.40179      0.53934      0.61678      0.69869      0.78653      0.88451      0.97366       0.99702  
    cl_mt_val_p2v6         0.11464        2.8809     2.042     'cl_mt_val'     'fl_z_r_borr_max'        11               6                   10                -20        0.01           11           0.70881     -17.639    14.901      0      0.079821    0.92018    2.7621e-06       0         -6.771    -3.1438     -0.71081      0.32951    0.97729    1.3678    1.7919    2.3095    2.9987    3.7026    4.2414    4.5005    4.8338     5.271    5.8968    7.0432    8.1476         4.1699                1                  2.4818               0.84545               2.4064             0.78697              0.68937               0.95908          -0.0028951     -0.016305    -0.038626     -0.040831      -0.02918    -0.0087069      0.018742     0.090251     0.23253      0.40828      0.54493      0.62206      0.70221      0.78955      0.88587      0.97395       0.99706  
    cl_mt_val_p2v7         0.11857        2.9355    1.9845     'cl_mt_val'     'fl_z_r_borr_max'        11               7                   10                -20        0.01           11           0.67604     -17.354      14.9      0      0.071672    0.92833    2.1238e-06       0        -6.3018    -2.8253     -0.51246      0.46711     1.0572    1.4459    1.8597    2.3688    3.0419    3.7207    4.2671    4.5217    4.8573    5.2846    5.9176     7.054    8.1536         3.9384                1                  2.3333               0.83897               2.2531             0.77903              0.67218               0.96299          -0.0026799     -0.014702    -0.033273     -0.032725     -0.019426     0.0023818      0.030558      0.10229     0.24634      0.41717      0.55381      0.62987      0.70866      0.79386       0.8876       0.9743       0.99711  
    cl_mt_val_p2v8          0.1225        2.9721    1.9429     'cl_mt_val'     'fl_z_r_borr_max'        11               8                   10                -20        0.01           11           0.65371     -17.081      14.9      0      0.065519    0.93448     1.729e-06       0        -5.9622    -2.5936     -0.38129      0.54049     1.1304    1.5034    1.9125    2.3878    3.0516    3.7278    4.2681    4.5274    4.8638    5.2899    5.9225    7.0602    8.1561         3.7747                1                  2.2228               0.83254               2.1399             0.77179              0.66016               0.96559          -0.0025283     -0.013594    -0.029699     -0.027269     -0.012627       0.00958      0.038899      0.11049     0.25246       0.4243      0.55837      0.63171      0.71237      0.79656      0.88948       0.9747       0.99716  
    cl_mt_val_p2v9         0.12643        2.9931    1.9244     'cl_mt_val'     'fl_z_r_borr_max'        11               9                   10                -20        0.01           11           0.64295     -16.819      14.9      0      0.062974    0.93703    1.5686e-06       0        -5.7705    -2.4883     -0.31878       0.6009     1.1701    1.5535    1.9521     2.422    3.0573    3.7512    4.2776    4.5338    4.8674    5.2925    5.9238    7.0662    8.1621         3.7034                1                   2.172               0.82928               2.0877             0.76808              0.65493               0.96704           -0.002434     -0.013028    -0.028049     -0.024812    -0.0093154      0.013007      0.042853      0.11464     0.25478      0.42663      0.56203      0.63571      0.71257      0.79714      0.88961       0.9749       0.99716  
    cl_mt_val_p2v10        0.13036        3.0148    1.8969     'cl_mt_val'     'fl_z_r_borr_max'        11              10                   10                -20        0.01           11           0.62922     -16.568    14.899      0       0.05969    0.94031    1.2925e-06       0        -5.4595    -2.3132     -0.24153      0.66044     1.1897    1.5996    1.9685    2.4579    3.0718    3.7563     4.279    4.5359    4.8689    5.2932    5.9271     7.066    8.1629         3.5984                1                  2.1019               0.82472               2.0157             0.76285              0.64746               0.96968          -0.0023059      -0.01217     -0.02553     -0.021296    -0.0052845      0.017521      0.047369      0.12041     0.25876      0.43408       0.5636      0.63788      0.71376      0.79819      0.89075      0.97502       0.99719  
    cl_mt_val_p2v11        0.13429        3.0464    1.8602     'cl_mt_val'     'fl_z_r_borr_max'        11              11                   10                -20        0.01           11           0.61063     -16.327    14.899      0      0.055346    0.94465    9.7718e-07       0        -5.0715    -2.0913     -0.12741      0.73267     1.2384    1.6517    2.0118    2.4901    3.0887    3.7562    4.2925    4.5359     4.884    5.3105    5.9303    7.0704    8.1648         3.4604                1                  2.0179               0.81989               1.9289               0.757               0.6366               0.97277          -0.0021384     -0.011065    -0.022232     -0.016535    0.00060736      0.023724      0.054195      0.12741     0.26652      0.43784      0.56731      0.63925      0.71618      0.79965      0.89142      0.97529       0.99722  
    cl_mt_val_p2v12        0.13821        3.0686    1.8319     'cl_mt_val'     'fl_z_r_borr_max'        11              12                   10                -20        0.01           11           0.59699     -16.095    14.899      0      0.050892    0.94911    7.9975e-07       0        -4.7883    -1.9192    -0.020403      0.82967     1.2308    1.7139    2.0204    2.5185     3.091    3.7533    4.2971    4.5357    4.8834    5.3074    5.9342    7.0713    8.1672         3.3559                1                  1.9522               0.81513               1.8618             0.75165              0.62837               0.97505          -0.0020271     -0.010284    -0.019802     -0.012788     0.0045631      0.028402      0.065397      0.13147     0.26901      0.43964      0.57064      0.64174      0.71811      0.80118      0.89219      0.97535       0.99723  
    cl_mt_val_p2v13        0.14214        3.0794    1.8199     'cl_mt_val'     'fl_z_r_borr_max'        11              13                   10                -20        0.01           11             0.591      -15.87    14.899      0      0.048575    0.95142    7.1088e-07       0        -4.6434    -1.8623     0.019095      0.87041     1.2542     1.745    2.0147    2.5446    3.1087    3.7713    4.3095    4.5513    4.8819    5.3061    5.9364    7.0756    8.1691         3.3122                1                  1.9221               0.81215               1.8311             0.74854              0.62506               0.97609          -0.0019532    -0.0099437     -0.01882     -0.011435     0.0066756      0.030716      0.067069       0.1345      0.2753      0.44146      0.57516       0.6447      0.71954      0.80173       0.8926      0.97556       0.99726  
    cl_mt_val_p2v14        0.14607        3.0907    1.8077     'cl_mt_val'     'fl_z_r_borr_max'        11              14                   10                -20        0.01           11           0.58489     -15.654    14.899      0      0.047765    0.95224    6.1489e-07       0        -4.4799    -1.7802     0.058153      0.90517     1.2396    1.7721    2.0091    2.5397    3.1003     3.767    4.3035    4.5453    4.8915    5.3156    5.9398    7.0802    8.1684         3.2679                1                  1.8932               0.80997               1.8014             0.74602               0.6216               0.97729           -0.001882    -0.0095443    -0.017734    -0.0098529     0.0080938      0.033021       0.06815      0.13526      0.2735      0.44489      0.57354      0.64525      0.72035      0.80245      0.89312      0.97571       0.99725  
    cl_mt_val_p2v15           0.15        3.1016    1.7935     'cl_mt_val'     'fl_z_r_borr_max'        11              15                   10                -20        0.01           11           0.57825     -15.446    14.898      0      0.044999      0.955    5.1063e-07       0        -4.2694    -1.6794     0.091355      0.93891     1.2726    1.7925    2.0039    2.5647    3.1185     3.778    4.3183    4.5579    4.8882    5.3182    5.9408    7.0789    8.1731         3.2167                1                  1.8623                0.8074               1.7697             0.74312              0.61767               0.97898          -0.0017953    -0.0090375    -0.016399    -0.0079749      0.010997      0.034817       0.06907      0.13781     0.27869      0.44545      0.57936      0.64605      0.72185      0.80345      0.89343      0.97562       0.99727  

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

    cl_mt_pol_c_p2v1           0.095        1.2502    0.35138    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               1                   10                -20        0.01           11           0.28106     0.038494    4.8827      0        0        1      7.5002e-06       0        0.33476    0.57099    0.75149    0.83558    0.89304    0.93574    0.98006    1.0587    1.2112    1.3902    1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                  1              0.0002091    0.0037561    0.025653    0.057623     0.092295      0.12907      0.16708      0.24923      0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  
    cl_mt_pol_c_p2v2        0.098929        1.2564    0.35171    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               2                   10                -20        0.01           11           0.27994     0.039943    4.8813      0        0        1      6.4267e-06       0        0.34941    0.58234     0.7547    0.84098    0.89591    0.94055    0.97323     1.064    1.2178    1.3925    1.5035     1.561    1.6516    1.7324    1.8657    2.1288    2.3907        0.75921             0.94742              0.51626               0.90993               0.5079             0.85478               0.1237                  1             0.00022129    0.0038565    0.025829    0.057758     0.092396      0.12899      0.16723      0.24889      0.38627      0.54422      0.65618      0.71758      0.78268      0.84829      0.92012      0.98221       0.99805  
    cl_mt_pol_c_p2v3         0.10286        1.2621    0.35176    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               3                   10                -20        0.01           11           0.27872     0.041381    4.8801      0        0        1      4.9869e-06       0        0.37083    0.59569    0.75722    0.83965    0.89656    0.94932    0.97822    1.0712    1.2444     1.397    1.5071    1.5637    1.6534    1.7421    1.8685    2.1303    2.3946        0.73722             0.95089              0.49592               0.90592              0.48649             0.84979              0.12374                  1             0.00023252    0.0039734    0.026086    0.057758     0.092333      0.12909      0.16708      0.24825      0.38794      0.54278      0.65768      0.71801      0.78218       0.8488      0.92038      0.98227       0.99804  
    cl_mt_pol_c_p2v4         0.10679         1.268    0.35165    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               4                   10                -20        0.01           11           0.27732     0.042809     4.879      0        0        1      3.9168e-06       0        0.39524    0.60886    0.76321    0.83659    0.89156    0.94816     0.9921    1.0813    1.2508    1.4011    1.5296    1.5857    1.6554     1.746    1.8719    2.1287    2.3982        0.71325             0.95409              0.47403               0.89835              0.46326             0.84098              0.12366                  1              0.0002466    0.0040873    0.026326    0.058005     0.092176      0.12816      0.16665      0.24763      0.38681       0.5442      0.65776      0.71883      0.78252      0.85014      0.92041      0.98235       0.99807  
    cl_mt_pol_c_p2v5         0.11071        1.2716    0.35187    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               5                   10                -20        0.01           11           0.27673     0.044227     4.878      0        0        1      3.3716e-06       0        0.40629     0.6143    0.76445    0.83977    0.89387     0.9313    0.99887     1.091    1.2529    1.4018    1.5411    1.5949    1.6572    1.7484     1.874     2.129    2.4007        0.70134             0.95605              0.46174               0.89406              0.45037             0.83617              0.12381                  1             0.00025664    0.0041222    0.026355    0.058157     0.092304      0.12813      0.16638       0.2476      0.38885      0.54472      0.66017      0.71941       0.7835      0.85039       0.9206      0.98237       0.99807  
    cl_mt_pol_c_p2v6         0.11464        1.2748    0.35199    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               6                   10                -20        0.01           11           0.27611     0.045635     4.877      0        0        1      2.7621e-06       0        0.41897     0.6163     0.7595    0.84035    0.89811    0.93111    0.99575    1.1019    1.2538    1.4044    1.5419    1.5977    1.6577    1.7506    1.8758    2.1262    2.4003        0.68937             0.95908              0.45012               0.88957              0.43819             0.83135               0.1239                  1             0.00026608    0.0041787    0.026388    0.057962     0.092068      0.12831      0.16639       0.2467      0.38628      0.54395       0.6608      0.72145      0.78362      0.85065       0.9208       0.9824       0.99807  
    cl_mt_pol_c_p2v7         0.11857        1.2788    0.35172    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               7                   10                -20        0.01           11           0.27504     0.047033    4.8761      0        0        1      2.1238e-06       0        0.43968    0.62661    0.75834    0.83665    0.90586    0.93772    0.98188    1.1113    1.2556    1.4119    1.5447    1.5993    1.6591    1.7524    1.8774    2.1271    2.4018        0.67218             0.96299              0.43556               0.88363               0.4227             0.82467              0.12371                  1             0.00028225    0.0042779    0.026459    0.057716     0.091625       0.1276      0.16538       0.2472       0.3874      0.54471      0.66083      0.72144      0.78419      0.85029       0.9208      0.98245       0.99808  
    cl_mt_pol_c_p2v8          0.1225        1.2816    0.35189    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               8                   10                -20        0.01           11           0.27456     0.048421    4.8753      0        0        1       1.729e-06       0        0.45154    0.62786    0.76233    0.83133    0.87893    0.94698    0.98181    1.1159    1.2638    1.4158    1.5451    1.5996    1.6604     1.754    1.8788     2.125     2.389        0.66016             0.96559              0.42335               0.87544              0.40984             0.81611              0.12383                  1             0.00029089    0.0043264    0.026508    0.057663     0.091715      0.12725      0.16482      0.24658      0.38695      0.54485      0.66104      0.72141      0.78487      0.85054      0.92083      0.98248       0.99807  
    cl_mt_pol_c_p2v9         0.12643        1.2833    0.35193    'cl_mt_pol_c'    'fl_z_r_borr_max'        11               9                   10                -20        0.01           11           0.27423       0.0498    4.8745      0        0        1      1.5686e-06       0         0.4558    0.62837    0.76277    0.83238    0.87957     0.9524    0.98366    1.1183    1.2656    1.4195    1.5465    1.6009    1.6605    1.7565    1.8799    2.1246     2.382        0.65493             0.96704              0.41811               0.87294              0.40438             0.81354              0.12385                  1             0.00029594    0.0043173    0.026462    0.057706     0.091712      0.12675      0.16597      0.24906      0.38671      0.54504      0.66236      0.72185      0.78491      0.85153      0.92095      0.98252       0.99807  
    cl_mt_pol_c_p2v10        0.13036        1.2851    0.35199    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              10                   10                -20        0.01           11           0.27391     0.051169    4.8737      0        0        1      1.2925e-06       0        0.46362    0.62822    0.76095    0.83696    0.88151    0.95646    0.98538    1.1189    1.2788    1.4338    1.5456    1.6009    1.6609    1.7577    1.8808     2.124    2.3797        0.64746             0.96968              0.41059               0.86821              0.39646             0.80861               0.1239                  1             0.00030441    0.0043516    0.026278    0.057568     0.091353      0.12651      0.16482       0.2468      0.38716      0.54542      0.66075      0.72173      0.78491      0.85141      0.92117      0.98255       0.99808  
    cl_mt_pol_c_p2v11        0.13429        1.2874     0.3518    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              11                   10                -20        0.01           11           0.27326     0.052528     4.873      0        0        1      9.7718e-07       0        0.47792    0.63232    0.74712    0.83675    0.88453    0.96321    0.99053    1.1204    1.2984    1.4415    1.5457    1.6009    1.6623    1.7597    1.8816     2.126    2.3812         0.6366             0.97277              0.40157               0.86274              0.38689             0.80285              0.12376                  1             0.00031781    0.0043995    0.026203    0.057033     0.090728      0.12604      0.16402      0.24827      0.38825      0.54705      0.66158      0.72257      0.78505       0.8512      0.92153      0.98256       0.99809  
    cl_mt_pol_c_p2v12        0.13821        1.2893    0.35179    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              12                   10                -20        0.01           11           0.27286     0.053878    4.8724      0        0        1      7.9975e-07       0        0.48554    0.63069    0.74841    0.82089    0.88753    0.93814    0.99877    1.1213    1.2994    1.4416    1.5467    1.6018    1.6627    1.7606    1.8822    2.1265    2.3824        0.62837             0.97505               0.3937               0.85602              0.37857              0.7959              0.12375                  1             0.00032557    0.0044208    0.026281     0.05708     0.090443      0.12562      0.16479      0.24749      0.38913      0.54692      0.66243      0.72296      0.78672      0.85157      0.92151      0.98259       0.99808  
    cl_mt_pol_c_p2v13        0.14214        1.2902    0.35186    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              13                   10                -20        0.01           11           0.27273     0.055219    4.8718      0        0        1      7.1088e-07       0        0.48865    0.63082    0.75076    0.82212    0.88594    0.96508     1.0004    1.1493    1.3002    1.4427    1.5475    1.6015    1.6628    1.7613    1.8818    2.1268    2.3832        0.62506             0.97609               0.3898               0.85189               0.3745             0.79183              0.12381                  1             0.00032872    0.0044048    0.026325    0.056793     0.089819      0.12529      0.16445      0.25096      0.39132      0.55197      0.66348      0.72227      0.78525       0.8514      0.92128      0.98261       0.99809  
    cl_mt_pol_c_p2v14        0.14607        1.2911    0.35185    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              14                   10                -20        0.01           11           0.27251     0.056551    4.9126      0        0        1      6.1489e-07       0        0.49097    0.62696    0.75188    0.82375    0.88033     0.9424     1.0063    1.1569     1.301    1.4426    1.5473    1.6012    1.6633    1.7618    1.8831    2.1275    2.3844         0.6216             0.97729              0.38655               0.84968              0.37111             0.78961               0.1238                  1             0.00033316    0.0044092    0.026272    0.056944     0.089818      0.12612      0.16334      0.24652      0.39142      0.54704      0.66294      0.72241      0.78552      0.85154      0.92152      0.98263       0.99808  
    cl_mt_pol_c_p2v15           0.15        1.2921    0.35179    'cl_mt_pol_c'    'fl_z_r_borr_max'        11              15                   10                -20        0.01           11           0.27227     0.057873     4.912      0        0        1      5.1063e-07       0        0.49616    0.62479    0.75288    0.82673    0.87509     0.9417    0.99989    1.1637    1.3006    1.4434    1.5479    1.6028    1.6639    1.7633    1.8833    2.1277    2.3846        0.61767             0.97898              0.38288               0.84632              0.36722             0.78618              0.12375                  1             0.00033767    0.0043966    0.026211    0.056691     0.089632      0.12552      0.16723      0.24683      0.38951      0.55231      0.66283      0.72339      0.78552      0.85229      0.92165      0.98262       0.99808  

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

    cl_mt_coh_p2v1           0.095        0.10117    1.7537     'cl_mt_coh'     'fl_z_r_borr_max'        11               1                   10                -20        0.01           11           17.335      -4.6385    50.122      0      0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794     -2.8066      -2.035      -1.5262       -1.132      -0.82633     -0.37035    0.094596    0.47093    0.90004    1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                1                 0.53018               0.86039           -0.048375     -0.42174      -1.7305      -2.9234      -3.7933      -4.4519      -4.9229      -5.5083       -5.6766      -5.2934      -4.6337       -4.122      -3.4263      -2.5195       -1.2391     0.34162       0.90797  
    cl_mt_coh_p2v2        0.098929        0.22875    1.6894     'cl_mt_coh'     'fl_z_r_borr_max'        11               2                   10                -20        0.01           11           7.3855       -4.453    50.127      0      0.42639    0.57361    2.5727e-08       0          -4.29    -3.6883     -2.5095     -1.7673      -1.2871     -0.92254       -0.6322     -0.22036     0.12663    0.53129    0.96421     1.264    1.6475    2.2245    3.2192    5.4799     8.346         3.1453             0.81715               2.6955               0.98907               2.8541                1                  0.5079               0.85478           -0.020472     -0.17645     -0.70232      -1.1652      -1.4947      -1.7329       -1.906      -2.0825       -2.0913      -1.8829      -1.5666      -1.3188      -1.0073     -0.58594    -0.0049071     0.70671        0.9591  
    cl_mt_coh_p2v3         0.10286         0.3397    1.6275     'cl_mt_coh'     'fl_z_r_borr_max'        11               3                   10                -20        0.01           11            4.791      -4.2817    50.132      0      0.39762    0.60238    1.8786e-08       0         -4.095    -3.3987     -2.1901     -1.4937      -1.0585     -0.74393      -0.49277     -0.11106     0.17366    0.58893     1.0304    1.3152    1.7068    2.2826    3.2836    5.5367    8.3991         2.9016             0.80893               2.5037               0.98852               2.6487                1                 0.48649               0.84979            -0.01252     -0.11137     -0.42846      -0.6951     -0.88268      -1.0118      -1.1043      -1.1871       -1.1645      -1.0039     -0.76681     -0.60038     -0.37763    -0.085874       0.31528     0.80045       0.97221  
    cl_mt_coh_p2v4         0.10679        0.45024    1.5665     'cl_mt_coh'     'fl_z_r_borr_max'        11               4                   10                -20        0.01           11           3.4792       -4.123    50.137      0      0.36069    0.63931    1.4694e-08       0        -3.8986     -3.116     -1.8905     -1.2187     -0.81617     -0.54534      -0.32989    -0.026137     0.22527    0.64722     1.0916    1.3744     1.765    2.3396    3.3376    5.5851    8.4476         2.6635              0.7998               2.3224               0.98802               2.4539                1                 0.46326               0.84098          -0.0088578    -0.077758     -0.29006     -0.46035     -0.57074     -0.64502     -0.69402     -0.72957      -0.69287     -0.55278      -0.3646     -0.23123    -0.057597      0.16797       0.47761     0.84806       0.97889  
    cl_mt_coh_p2v5         0.11071        0.52334    1.5307     'cl_mt_coh'     'fl_z_r_borr_max'        11               5                   10                -20        0.01           11           2.9249      -3.9756    50.142      0      0.33264    0.66736    1.2585e-08       0        -3.7147    -2.8821     -1.7021     -1.0749     -0.68544     -0.41482      -0.23074      0.03927     0.27698    0.67804     1.1212    1.4137    1.8032    2.3865    3.3824    5.6328    8.4889         2.5328             0.79367                2.219               0.98767               2.3431                1                 0.45037               0.83617          -0.0075551    -0.063109     -0.22951     -0.35907     -0.44305     -0.49384     -0.52421     -0.53947      -0.49647     -0.36385     -0.19418    -0.073999     0.079388      0.27663       0.54761     0.86914       0.98181  
    cl_mt_coh_p2v6         0.11464        0.58607    1.4974     'cl_mt_coh'     'fl_z_r_borr_max'        11               6                   10                -20        0.01           11            2.555      -3.8383    50.147      0      0.30953    0.69047    1.0193e-08       0        -3.5421    -2.6559     -1.4904     -0.9205     -0.58392     -0.32493      -0.14352     0.083777     0.29687    0.72251     1.1629    1.4563    1.8448    2.4234     3.419    5.6636    8.5327         2.4064             0.78697               2.1253               0.98732               2.2423                1                 0.43819               0.83135          -0.0062794    -0.052679     -0.18702     -0.28619      -0.3501     -0.38828     -0.40767     -0.41074      -0.36628     -0.23838    -0.081968     0.028632      0.16854      0.34727       0.59258     0.88202       0.98365  
    cl_mt_coh_p2v7         0.11857        0.65949    1.4573     'cl_mt_coh'     'fl_z_r_borr_max'        11               7                   10                -20        0.01           11           2.2098        -3.71    50.152      0      0.28027    0.71973    7.7438e-09       0        -3.3439    -2.3845     -1.2626    -0.72188     -0.43955     -0.23137       -0.0711      0.11313      0.3427    0.75907      1.204    1.4911    1.8787    2.4576      3.46    5.6993    8.5605         2.2531             0.77903               2.0156               0.98692               2.1238                1                  0.4227               0.82467          -0.0054698    -0.043523     -0.14606     -0.21923     -0.26212     -0.28724     -0.29815     -0.29251      -0.24465     -0.12303     0.022527      0.12347      0.25084      0.41477       0.63523     0.89452       0.98544  
    cl_mt_coh_p2v8          0.1225        0.71078    1.4271     'cl_mt_coh'     'fl_z_r_borr_max'        11               8                   10                -20        0.01           11           2.0078        -3.59    50.157      0      0.25199    0.74801    6.2326e-09       0        -3.1714    -2.1707     -1.0965    -0.58647     -0.32314      -0.1388    -0.0098989      0.13184     0.35879     0.7815     1.2236    1.5189    1.9056    2.4821    3.4829    5.7296    8.5834         2.1399             0.77179                1.935               0.98664               2.0367                1                 0.40984               0.81611          -0.0047493    -0.037211     -0.12243      -0.1795     -0.21093     -0.22607     -0.23085     -0.21959      -0.17057    -0.054226     0.085156       0.1807      0.29973      0.45315       0.65912     0.90226       0.98642  
    cl_mt_coh_p2v9         0.12643        0.74952    1.4124     'cl_mt_coh'     'fl_z_r_borr_max'        11               9                   10                -20        0.01           11           1.8844      -3.4775    50.162      0      0.23334    0.76666    5.6339e-09       0        -3.0267    -2.0275     -1.0024    -0.51781     -0.25662     -0.08512      0.030526      0.14885     0.38652    0.81135      1.257    1.5442     1.934    2.5134    3.5126     5.746    8.6058         2.0877             0.76808               1.8962               0.98645               1.9949                1                 0.40438               0.81354          -0.0042814     -0.03329     -0.10757     -0.15673     -0.18148     -0.19229     -0.19351     -0.17942      -0.12772    -0.010817      0.12595      0.21577      0.33055      0.47875       0.67553     0.90664       0.98711  
    cl_mt_coh_p2v10        0.13036        0.78386    1.3929     'cl_mt_coh'     'fl_z_r_borr_max'        11              10                   10                -20        0.01           11            1.777      -3.3717    50.167      0      0.21458    0.78542    4.5921e-09       0        -2.8629    -1.8382     -0.8675    -0.43958     -0.19632    -0.040972      0.060431      0.16686     0.40276    0.82834     1.2721    1.5605    1.9567    2.5288    3.5242    5.7675    8.6322         2.0157             0.76285               1.8457               0.98624               1.9402                1                 0.39646               0.80861          -0.0039111    -0.029498    -0.093034     -0.13371     -0.15297     -0.15986     -0.15869     -0.14169     -0.090411     0.023724       0.1572      0.24472      0.35706      0.49893       0.68747     0.91049       0.98771  
    cl_mt_coh_p2v11        0.13429        0.82678    1.3698     'cl_mt_coh'     'fl_z_r_borr_max'        11              11                   10                -20        0.01           11           1.6568      -3.2721    50.172      0      0.19427    0.80573    3.2599e-09       0        -2.6757    -1.6226    -0.71092    -0.34125     -0.12769     0.014434      0.099857      0.18528     0.42756    0.85468     1.2958    1.5948    1.9799    2.5484    3.5463    5.7945    8.6429         1.9289               0.757               1.7869               0.98597               1.8764                1                 0.38689               0.80285          -0.0034897    -0.025586    -0.076436     -0.10684     -0.12062     -0.12371      -0.1202     -0.10172     -0.048519     0.064444      0.19483      0.28009      0.38678      0.52162       0.70268     0.91514       0.98827  
    cl_mt_coh_p2v12        0.13821         0.8586    1.3521     'cl_mt_coh'     'fl_z_r_borr_max'        11              12                   10                -20        0.01           11           1.5748      -3.1782    50.177      0      0.17784    0.82216    2.6505e-09       0         -2.508    -1.4702     -0.5902    -0.24828    -0.064077     0.049341       0.12012       0.2054     0.44756    0.87476     1.3011    1.5996     1.997    2.5657    3.5609    5.8053    8.6627         1.8618             0.75165               1.7426                0.9858               1.8281                1                 0.37857                0.7959          -0.0032357    -0.022447    -0.065305    -0.088446    -0.096922    -0.097218     -0.09201    -0.073392     -0.019303     0.094487      0.21779      0.30189      0.40603       0.5386       0.71248     0.91777       0.98868  
    cl_mt_coh_p2v13        0.14214        0.87944    1.3441     'cl_mt_coh'     'fl_z_r_borr_max'        11              13                   10                -20        0.01           11           1.5284      -3.0895    50.182      0      0.16256    0.83744    2.3389e-09       0        -2.3736    -1.3646    -0.53073    -0.19021    -0.019948     0.080177       0.13532      0.21029     0.45069    0.88892     1.3271    1.6149    2.0106     2.579    3.5729    5.8139    8.6784         1.8311             0.74854                1.723               0.98572               1.8067                1                  0.3745               0.79183          -0.0030343    -0.020829    -0.059215    -0.078946    -0.084503    -0.082407    -0.076454     -0.05552    -0.0021549      0.10926      0.23141      0.31497      0.41838      0.54678        0.7185     0.91968       0.98892  
    cl_mt_coh_p2v14        0.14607        0.90107    1.3358     'cl_mt_coh'     'fl_z_r_borr_max'        11              14                   10                -20        0.01           11           1.4825      -3.0055    50.187      0      0.14763    0.85237    1.9912e-09       0        -2.2481    -1.2666    -0.47467    -0.15018    0.0083103     0.093306       0.14048       0.2208     0.47579    0.90077     1.3373    1.6347    2.0212    2.5967    3.5936    5.8305    8.6934         1.8014             0.74602               1.7023               0.98559               1.7843                1                 0.37111               0.78961          -0.0027922    -0.018796    -0.053476    -0.069729    -0.073076     -0.06988    -0.063134    -0.042607      0.015032      0.12562       0.2462      0.32793      0.42885      0.55609       0.72505     0.92158       0.98924  
    cl_mt_coh_p2v15           0.15        0.92065    1.3278     'cl_mt_coh'     'fl_z_r_borr_max'        11              15                   10                -20        0.01           11           1.4422       -2.926    50.192      0      0.13621    0.86379    1.6479e-09       0        -2.1086    -1.1535    -0.42166    -0.11418     0.034684        0.112       0.15642      0.23572     0.48546    0.92024     1.3501    1.6472     2.034    2.6072     3.604    5.8482    8.7017         1.7697             0.74312               1.6828               0.98549                1.763                1                 0.36722               0.78618          -0.0025769    -0.017038    -0.047067      -0.0604    -0.062064    -0.057807    -0.050111    -0.030208      0.027982      0.13935      0.25903      0.34136      0.43894      0.56468       0.72963     0.92326       0.98942  

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

    cl_mt_val_p3v1       -20     2.5488    2.3494     'cl_mt_val'       'fl_b_bd'          12              1                    10                   0.095           0.01           11           0.92176     -19.289    14.904      0      0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357    0.8853    1.334    2.0354    2.8843    3.6206    4.1074    4.4079    4.7478    5.1941    5.8237    6.985    8.0968         5.5197                1                  3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_val_p3v2    -16.25     2.5488    2.3494     'cl_mt_val'       'fl_b_bd'          12              2                    10                   0.095           0.01           11           0.92176     -19.289    14.904      0      0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357    0.8853    1.334    2.0354    2.8843    3.6206    4.1074    4.4079    4.7478    5.1941    5.8237    6.985    8.0968         5.5197                1                  3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_val_p3v3     -12.5     2.5488    2.3494     'cl_mt_val'       'fl_b_bd'          12              3                    10                   0.095           0.01           11           0.92176     -19.289    14.904      0      0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357    0.8853    1.334    2.0354    2.8843    3.6206    4.1074    4.4079    4.7478    5.1941    5.8237    6.985    8.0968         5.5197                1                  3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_val_p3v4     -8.75     2.5488    2.3494     'cl_mt_val'       'fl_b_bd'          12              4                    10                   0.095           0.01           11           0.92176     -19.289    14.904      0      0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357    0.8853    1.334    2.0354    2.8843    3.6206    4.1074    4.4079    4.7478    5.1941    5.8237    6.985    8.0968         5.5197                1                  3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_val_p3v5        -5     2.5488    2.3494     'cl_mt_val'       'fl_b_bd'          12              5                    10                   0.095           0.01           11           0.92176     -19.289    14.904      0      0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357    0.8853    1.334    2.0354    2.8843    3.6206    4.1074    4.4079    4.7478    5.1941    5.8237    6.985    8.0968         5.5197                1                  3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  

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

    cl_mt_pol_c_p3v1       -20     1.2502    0.35138    'cl_mt_pol_c'      'fl_b_bd'          12              1                    10                   0.095           0.01           11           0.28106     0.038494    4.8827      0        0        1      7.5002e-06       0        0.33476    0.57099    0.75149    0.83558    0.89304    0.93574    0.98006    1.0587    1.2112    1.3902    1.4952    1.5497    1.649    1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                  1             0.0002091     0.0037561    0.025653    0.057623     0.092295      0.12907      0.16708      0.24923      0.38661      0.54574      0.65578      0.71724      0.78101      0.8478       0.91969      0.98226       0.99805  
    cl_mt_pol_c_p3v2    -16.25     1.2502    0.35138    'cl_mt_pol_c'      'fl_b_bd'          12              2                    10                   0.095           0.01           11           0.28106     0.038494    4.8827      0        0        1      7.5002e-06       0        0.33476    0.57099    0.75149    0.83558    0.89304    0.93574    0.98006    1.0587    1.2112    1.3902    1.4952    1.5497    1.649    1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                  1             0.0002091     0.0037561    0.025653    0.057623     0.092295      0.12907      0.16708      0.24923      0.38661      0.54574      0.65578      0.71724      0.78101      0.8478       0.91969      0.98226       0.99805  
    cl_mt_pol_c_p3v3     -12.5     1.2502    0.35138    'cl_mt_pol_c'      'fl_b_bd'          12              3                    10                   0.095           0.01           11           0.28106     0.038494    4.8827      0        0        1      7.5002e-06       0        0.33476    0.57099    0.75149    0.83558    0.89304    0.93574    0.98006    1.0587    1.2112    1.3902    1.4952    1.5497    1.649    1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                  1             0.0002091     0.0037561    0.025653    0.057623     0.092295      0.12907      0.16708      0.24923      0.38661      0.54574      0.65578      0.71724      0.78101      0.8478       0.91969      0.98226       0.99805  
    cl_mt_pol_c_p3v4     -8.75     1.2502    0.35138    'cl_mt_pol_c'      'fl_b_bd'          12              4                    10                   0.095           0.01           11           0.28106     0.038494    4.8827      0        0        1      7.5002e-06       0        0.33476    0.57099    0.75149    0.83558    0.89304    0.93574    0.98006    1.0587    1.2112    1.3902    1.4952    1.5497    1.649    1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                  1             0.0002091     0.0037561    0.025653    0.057623     0.092295      0.12907      0.16708      0.24923      0.38661      0.54574      0.65578      0.71724      0.78101      0.8478       0.91969      0.98226       0.99805  
    cl_mt_pol_c_p3v5        -5     1.2502    0.35138    'cl_mt_pol_c'      'fl_b_bd'          12              5                    10                   0.095           0.01           11           0.28106     0.038494    4.8827      0        0        1      7.5002e-06       0        0.33476    0.57099    0.75149    0.83558    0.89304    0.93574    0.98006    1.0587    1.2112    1.3902    1.4952    1.5497    1.649    1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                  1             0.0002091     0.0037561    0.025653    0.057623     0.092295      0.12907      0.16708      0.24923      0.38661      0.54574      0.65578      0.71724      0.78101      0.8478       0.91969      0.98226       0.99805  

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

    cl_mt_coh_p3v1       -20     0.10117    1.7537     'cl_mt_coh'       'fl_b_bd'          12              1                    10                   0.095           0.01           11           17.335      -4.6385    50.122      0      0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066    -2.035    -1.5262    -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898    1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432               2.903                0.98959               3.0754                1                 0.53018               0.86039          -0.048375     -0.42174    -1.7305      -2.9234      -3.7933      -4.4519      -4.9229      -5.5083      -5.6766      -5.2934      -4.6337      -4.122       -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_coh_p3v2    -16.25     0.10117    1.7537     'cl_mt_coh'       'fl_b_bd'          12              2                    10                   0.095           0.01           11           17.335      -4.6385    50.122      0      0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066    -2.035    -1.5262    -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898    1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432               2.903                0.98959               3.0754                1                 0.53018               0.86039          -0.048375     -0.42174    -1.7305      -2.9234      -3.7933      -4.4519      -4.9229      -5.5083      -5.6766      -5.2934      -4.6337      -4.122       -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_coh_p3v3     -12.5     0.10117    1.7537     'cl_mt_coh'       'fl_b_bd'          12              3                    10                   0.095           0.01           11           17.335      -4.6385    50.122      0      0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066    -2.035    -1.5262    -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898    1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432               2.903                0.98959               3.0754                1                 0.53018               0.86039          -0.048375     -0.42174    -1.7305      -2.9234      -3.7933      -4.4519      -4.9229      -5.5083      -5.6766      -5.2934      -4.6337      -4.122       -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_coh_p3v4     -8.75     0.10117    1.7537     'cl_mt_coh'       'fl_b_bd'          12              4                    10                   0.095           0.01           11           17.335      -4.6385    50.122      0      0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066    -2.035    -1.5262    -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898    1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432               2.903                0.98959               3.0754                1                 0.53018               0.86039          -0.048375     -0.42174    -1.7305      -2.9234      -3.7933      -4.4519      -4.9229      -5.5083      -5.6766      -5.2934      -4.6337      -4.122       -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_coh_p3v5        -5     0.10117    1.7537     'cl_mt_coh'       'fl_b_bd'          12              5                    10                   0.095           0.01           11           17.335      -4.6385    50.122      0      0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066    -2.035    -1.5262    -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898    1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432               2.903                0.98959               3.0754                1                 0.53018               0.86039          -0.048375     -0.42174    -1.7305      -2.9234      -3.7933      -4.4519      -4.9229      -5.5083      -5.6766      -5.2934      -4.6337      -4.122       -3.4263      -2.5195      -1.2391      0.34162       0.90797  

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

    cl_mt_val_p4v1       0.03     2.5488    2.3494     'cl_mt_val'      'fl_c_min'          13              1                    10                   0.095           -20           11           0.92176     -19.289    14.904      0      0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357    0.8853    1.334    2.0354    2.8843    3.6206    4.1074    4.4079    4.7478    5.1941    5.8237    6.985    8.0968         5.5197                1                  3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_val_p4v2    0.02275     2.5488    2.3494     'cl_mt_val'      'fl_c_min'          13              2                    10                   0.095           -20           11           0.92176     -19.289    14.904      0      0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357    0.8853    1.334    2.0354    2.8843    3.6206    4.1074    4.4079    4.7478    5.1941    5.8237    6.985    8.0968         5.5197                1                  3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_val_p4v3     0.0155     2.5488    2.3494     'cl_mt_val'      'fl_c_min'          13              3                    10                   0.095           -20           11           0.92176     -19.289    14.904      0      0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357    0.8853    1.334    2.0354    2.8843    3.6206    4.1074    4.4079    4.7478    5.1941    5.8237    6.985    8.0968         5.5197                1                  3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_val_p4v4    0.00825     2.5488    2.3494     'cl_mt_val'      'fl_c_min'          13              4                    10                   0.095           -20           11           0.92176     -19.289    14.904      0      0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357    0.8853    1.334    2.0354    2.8843    3.6206    4.1074    4.4079    4.7478    5.1941    5.8237    6.985    8.0968         5.5197                1                  3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_val_p4v5      0.001     2.5488    2.3494     'cl_mt_val'      'fl_c_min'          13              5                    10                   0.095           -20           11           0.92176     -19.289    14.904      0      0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569    -0.44832    0.32357    0.8853    1.334    2.0354    2.8843    3.6206    4.1074    4.4079    4.7478    5.1941    5.8237    6.985    8.0968         5.5197                1                  3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059    -0.09021     -0.090869    -0.078673    -0.056536    0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  

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

    cl_mt_pol_c_p4v1       0.03     1.2502    0.35138    'cl_mt_pol_c'     'fl_c_min'          13              1                    10                   0.095           -20           11           0.28106     0.038494    4.8827      0        0        1      7.5002e-06       0        0.33476    0.57099    0.75149    0.83558    0.89304    0.93574    0.98006    1.0587    1.2112    1.3902    1.4952    1.5497    1.649    1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                  1             0.0002091     0.0037561    0.025653    0.057623     0.092295      0.12907      0.16708      0.24923      0.38661      0.54574      0.65578      0.71724      0.78101      0.8478       0.91969      0.98226       0.99805  
    cl_mt_pol_c_p4v2    0.02275     1.2502    0.35138    'cl_mt_pol_c'     'fl_c_min'          13              2                    10                   0.095           -20           11           0.28106     0.038494    4.8827      0        0        1      7.5002e-06       0        0.33476    0.57099    0.75149    0.83558    0.89304    0.93574    0.98006    1.0587    1.2112    1.3902    1.4952    1.5497    1.649    1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                  1             0.0002091     0.0037561    0.025653    0.057623     0.092295      0.12907      0.16708      0.24923      0.38661      0.54574      0.65578      0.71724      0.78101      0.8478       0.91969      0.98226       0.99805  
    cl_mt_pol_c_p4v3     0.0155     1.2502    0.35138    'cl_mt_pol_c'     'fl_c_min'          13              3                    10                   0.095           -20           11           0.28106     0.038494    4.8827      0        0        1      7.5002e-06       0        0.33476    0.57099    0.75149    0.83558    0.89304    0.93574    0.98006    1.0587    1.2112    1.3902    1.4952    1.5497    1.649    1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                  1             0.0002091     0.0037561    0.025653    0.057623     0.092295      0.12907      0.16708      0.24923      0.38661      0.54574      0.65578      0.71724      0.78101      0.8478       0.91969      0.98226       0.99805  
    cl_mt_pol_c_p4v4    0.00825     1.2502    0.35138    'cl_mt_pol_c'     'fl_c_min'          13              4                    10                   0.095           -20           11           0.28106     0.038494    4.8827      0        0        1      7.5002e-06       0        0.33476    0.57099    0.75149    0.83558    0.89304    0.93574    0.98006    1.0587    1.2112    1.3902    1.4952    1.5497    1.649    1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                  1             0.0002091     0.0037561    0.025653    0.057623     0.092295      0.12907      0.16708      0.24923      0.38661      0.54574      0.65578      0.71724      0.78101      0.8478       0.91969      0.98226       0.99805  
    cl_mt_pol_c_p4v5      0.001     1.2502    0.35138    'cl_mt_pol_c'     'fl_c_min'          13              5                    10                   0.095           -20           11           0.28106     0.038494    4.8827      0        0        1      7.5002e-06       0        0.33476    0.57099    0.75149    0.83558    0.89304    0.93574    0.98006    1.0587    1.2112    1.3902    1.4952    1.5497    1.649    1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                  1             0.0002091     0.0037561    0.025653    0.057623     0.092295      0.12907      0.16708      0.24923      0.38661      0.54574      0.65578      0.71724      0.78101      0.8478       0.91969      0.98226       0.99805  

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

    cl_mt_coh_p4v1       0.03     0.10117    1.7537     'cl_mt_coh'      'fl_c_min'          13              1                    10                   0.095           -20           11           17.335      -4.6385    50.122      0      0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066    -2.035    -1.5262    -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898    1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432               2.903                0.98959               3.0754                1                 0.53018               0.86039          -0.048375     -0.42174    -1.7305      -2.9234      -3.7933      -4.4519      -4.9229      -5.5083      -5.6766      -5.2934      -4.6337      -4.122       -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_coh_p4v2    0.02275     0.10117    1.7537     'cl_mt_coh'      'fl_c_min'          13              2                    10                   0.095           -20           11           17.335      -4.6385    50.122      0      0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066    -2.035    -1.5262    -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898    1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432               2.903                0.98959               3.0754                1                 0.53018               0.86039          -0.048375     -0.42174    -1.7305      -2.9234      -3.7933      -4.4519      -4.9229      -5.5083      -5.6766      -5.2934      -4.6337      -4.122       -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_coh_p4v3     0.0155     0.10117    1.7537     'cl_mt_coh'      'fl_c_min'          13              3                    10                   0.095           -20           11           17.335      -4.6385    50.122      0      0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066    -2.035    -1.5262    -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898    1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432               2.903                0.98959               3.0754                1                 0.53018               0.86039          -0.048375     -0.42174    -1.7305      -2.9234      -3.7933      -4.4519      -4.9229      -5.5083      -5.6766      -5.2934      -4.6337      -4.122       -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_coh_p4v4    0.00825     0.10117    1.7537     'cl_mt_coh'      'fl_c_min'          13              4                    10                   0.095           -20           11           17.335      -4.6385    50.122      0      0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066    -2.035    -1.5262    -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898    1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432               2.903                0.98959               3.0754                1                 0.53018               0.86039          -0.048375     -0.42174    -1.7305      -2.9234      -3.7933      -4.4519      -4.9229      -5.5083      -5.6766      -5.2934      -4.6337      -4.122       -3.4263      -2.5195      -1.2391      0.34162       0.90797  
    cl_mt_coh_p4v5      0.001     0.10117    1.7537     'cl_mt_coh'      'fl_c_min'          13              5                    10                   0.095           -20           11           17.335      -4.6385    50.122      0      0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066    -2.035    -1.5262    -1.132    -0.82633    -0.37035    0.094596    0.47093    0.90004    1.1898    1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432               2.903                0.98959               3.0754                1                 0.53018               0.86039          -0.048375     -0.42174    -1.7305      -2.9234      -3.7933      -4.4519      -4.9229      -5.5083      -5.6766      -5.2934      -4.6337      -4.122       -3.4263      -2.5195      -1.2391      0.34162       0.90797  

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

    cl_mt_val_p5v1           3          2.7436    2.1886     'cl_mt_val'     'fl_z_r_borr_n'        14               1                   10                   0.095           -20        0.01        0.7977     -21.698    14.902      0      0.098968    0.90103    8.8283e-06       0        -8.2042    -3.9625    -1.1519     0.025119      0.69496     1.1977     1.5741    2.1874     2.937    3.6691    4.1948    4.4671    4.7998    5.2396    5.8693    7.0195    8.1223           4.79                1                  2.8929               0.86121               2.8319             0.80631              0.73131               0.94852          -0.0038417    -0.021244    -0.052998    -0.061938    -0.054801    -0.036788    -0.011617      0.059358     0.20229      0.38383      0.52868      0.60721      0.68841         0.78      0.88138      0.97264       0.99694  
    cl_mt_val_p5v2           4          2.7318    2.2002     'cl_mt_val'     'fl_z_r_borr_n'        14               2                   10                   0.095           -20        0.01        0.8054     -21.432    14.902      0       0.10077    0.89923    8.1585e-06       0        -8.3033    -4.0112    -1.1787    -0.006468       0.6909     1.1967     1.5741    2.1779    2.9397    3.6515    4.1918    4.4676    4.7921     5.234    5.8684    7.0204    8.1223         4.8408                1                  2.9321               0.86258               2.8721             0.80792              0.73478               0.94832          -0.0038049    -0.021511    -0.054081    -0.063755    -0.057185     -0.03962    -0.014321      0.055805     0.20143      0.38063      0.52455      0.60268       0.6878      0.77893      0.88002      0.97261        0.9969  
    cl_mt_val_p5v3           5          2.7125     2.219     'cl_mt_val'     'fl_z_r_borr_n'        14               3                   10                   0.095           -20        0.01       0.81807     -21.164    14.902      0       0.10328    0.89672    7.3721e-06       0        -8.3296    -4.1013    -1.2625    -0.063253      0.64591     1.1618     1.5346    2.1614    2.9429     3.654    4.1754    4.4695    4.7939    5.2325    5.8645    7.0158    8.1192          4.924                1                  2.9906               0.86435               2.9323             0.81008              0.74062               0.94779           -0.003819    -0.021912    -0.055919    -0.066814    -0.060941    -0.043782    -0.019262       0.05074     0.19951       0.3793       0.5212      0.60178       0.6871      0.77758      0.87954       0.9723       0.99688  
    cl_mt_val_p5v4           6          2.6919    2.2387     'cl_mt_val'     'fl_z_r_borr_n'        14               4                   10                   0.095           -20        0.01       0.83163     -20.898    14.902      0       0.10652    0.89348    8.3121e-06       0        -8.3943    -4.2062    -1.3311     -0.10372      0.59339     1.1217     1.4996    2.1465    2.9221     3.657    4.1779    4.4508    4.7932    5.2344    5.8561     7.017    8.1201         5.0117                1                  3.0542               0.86612               2.9978             0.81226              0.74665               0.94732          -0.0038369    -0.022348    -0.057914    -0.069979    -0.065037    -0.048749    -0.024209      0.046219     0.18926       0.3778      0.51998      0.59915      0.68305      0.77701      0.87839      0.97227       0.99688  
    cl_mt_val_p5v5           7          2.6635    2.2633     'cl_mt_val'     'fl_z_r_borr_n'        14               5                   10                   0.095           -20        0.01       0.84972     -20.617    14.903      0       0.11135    0.88865    7.8821e-06       0        -8.4583    -4.3041     -1.425     -0.18881      0.53813     1.0834     1.4673    2.1373    2.9195    3.6546    4.1577    4.4537    4.7779    5.2205    5.8509    7.0098    8.1137         5.1224                1                  3.1284               0.86802               3.0745             0.81467              0.75451               0.94632          -0.0039106    -0.023019    -0.060483    -0.074305    -0.070391     -0.05481    -0.030796      0.039117     0.18614      0.36868      0.51365      0.59867      0.68153      0.77437      0.87711      0.97194       0.99685  
    cl_mt_val_p5v6           8          2.6399    2.2859     'cl_mt_val'     'fl_z_r_borr_n'        14               6                   10                   0.095           -20        0.01        0.8659     -20.324    14.903      0       0.11393    0.88607    7.3554e-06       0        -8.5603    -4.4047    -1.5118     -0.24437      0.49825     1.0475     1.4362    2.1287    2.9022    3.6385    4.1554    4.4368    4.7755    5.2203    5.8432    7.0059    8.1105         5.2255                1                  3.2044                0.8701               3.1529             0.81726              0.76119               0.94553          -0.0040129    -0.023644    -0.062928     -0.07819    -0.075265    -0.060208    -0.036566      0.032235     0.17758      0.36503      0.50978      0.59047      0.67773      0.77297      0.87609      0.97169        0.9968  
    cl_mt_val_p5v7           9          2.6151    2.3058     'cl_mt_val'     'fl_z_r_borr_n'        14               7                   10                   0.095           -20        0.01       0.88171     -20.004    14.903      0       0.11755    0.88245    7.4711e-06       0        -8.6182    -4.4991    -1.5927      -0.3058      0.46003     1.0123     1.4202    2.1044    2.8874    3.6169    4.1425    4.4382    4.7639    5.2073    5.8442    6.9994    8.1046         5.3165                1                  3.2768               0.87193               3.2271             0.81953              0.76711               0.94534          -0.0040301    -0.024132     -0.06512    -0.081755    -0.079784    -0.065616      -0.0419       0.02604     0.17169      0.35743      0.50675      0.58692      0.67559      0.77042      0.87504      0.97141       0.99677  
    cl_mt_val_p5v8          10           2.586    2.3235     'cl_mt_val'     'fl_z_r_borr_n'        14               8                   10                   0.095           -20        0.01        0.8985     -19.661    14.903      0       0.12071    0.87929    7.8036e-06       0        -8.5647    -4.5833    -1.6562     -0.36104      0.39815    0.95011     1.3828    2.0776    2.8954     3.613    4.1244    4.4215    4.7474    5.1995    5.8322    6.9963     8.102         5.3985                1                  3.3431               0.87355               3.2949             0.82148              0.77262               0.94532          -0.0040926    -0.024658    -0.067238    -0.085328    -0.084399    -0.070973    -0.048155      0.019387     0.17237      0.35218      0.50171      0.58432      0.67155      0.76805       0.8741      0.97121       0.99673  
    cl_mt_val_p5v9          11          2.5488    2.3494     'cl_mt_val'     'fl_z_r_borr_n'        14               9                   10                   0.095           -20        0.01       0.92176     -19.289    14.904      0       0.12653    0.87347    7.5002e-06       0        -8.5997    -4.6947    -1.7569     -0.44832      0.32357     0.8853      1.334    2.0354    2.8843    3.6206    4.1074    4.4079    4.7478    5.1941    5.8237     6.985    8.0968         5.5197                1                  3.4425               0.87595               3.3963             0.82432              0.78071               0.94571          -0.0041386    -0.025367    -0.070059     -0.09021    -0.090869    -0.078673    -0.056536     0.0098532     0.15618      0.35116      0.49423      0.57764      0.66833      0.76534      0.87197      0.97065       0.99672  
    cl_mt_val_p5v10         12          2.4909    2.3896     'cl_mt_val'     'fl_z_r_borr_n'        14              10                   10                   0.095           -20        0.01       0.95933     -18.894    14.904      0       0.13504    0.86496    7.1284e-06       0        -8.6975    -4.8479    -1.9074     -0.58459       0.2056    0.77987      1.249    1.9751    2.8282    3.5862    4.0798    4.3899    4.7336    5.1807    5.8066    6.9744    8.0876         5.7103                1                  3.5861               0.87876               3.5432              0.8278              0.79394                 0.946          -0.0042602    -0.026377    -0.074659    -0.098192     -0.10142    -0.091182    -0.070623    -0.0055816     0.13977      0.33245      0.48369      0.56917      0.66167      0.76104       0.8692      0.97002       0.99663  
    cl_mt_val_p5v11         13          2.4292     2.432     'cl_mt_val'     'fl_z_r_borr_n'        14              11                   10                   0.095           -20        0.01        1.0012     -18.478    14.905      0       0.14405    0.85595    6.9898e-06       0        -8.8974    -5.0052    -2.0727      -0.7318     0.084432    0.67935      1.159    1.9108    2.7762    3.5537    4.0537    4.3765    4.7045    5.1597    5.7952    6.9645    8.0789         5.9148                1                  3.7445               0.88144               3.7057              0.8313              0.80762               0.94627           -0.004379    -0.027543    -0.079756     -0.10715     -0.11327     -0.10514    -0.086076     -0.022509     0.12235      0.31656      0.47375      0.56018      0.65409       0.7542      0.86672      0.96943       0.99656  
    cl_mt_val_p5v12         14          2.3679    2.4652     'cl_mt_val'     'fl_z_r_borr_n'        14              12                   10                   0.095           -20        0.01        1.0411      -18.05    14.905      0       0.15219    0.84781     6.724e-06       0        -9.0193    -5.0893    -2.2036     -0.85877    -0.029854    0.57476     1.0628    1.8228    2.7241    3.5031    4.0251    4.3549    4.6883    5.1381    5.7779    6.9467    8.0707         6.0773                1                  3.8804               0.88335               3.8443             0.83385              0.81839               0.94737          -0.0044744    -0.028481    -0.084342     -0.11521     -0.12401     -0.11794     -0.10046     -0.038691     0.10693      0.30261      0.46098      0.55005      0.64532      0.74838      0.86304      0.96855       0.99648  
    cl_mt_val_p5v13         15          2.2956    2.5006     'cl_mt_val'     'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01        1.0893     -17.618    14.906      0       0.16216    0.83784    5.8546e-06       0        -9.0525    -5.1409    -2.3559      -1.0031      -0.1625    0.45111    0.94491    1.7299    2.6489    3.4652    3.9822    4.3317    4.6613    5.1161    5.7582    6.9326    8.0587         6.2532                1                  4.0294               0.88523               3.9955             0.83629              0.83019               0.94929          -0.0045642    -0.029683    -0.089457     -0.12443     -0.13658     -0.13314     -0.11776     -0.058748    0.086798      0.28759      0.44691      0.53983      0.63718      0.74149      0.85939      0.96767       0.99636  
    cl_mt_val_p5v14         16          2.2084    2.5411     'cl_mt_val'     'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01        1.1507     -17.193    14.907      0       0.17443    0.82557    5.1145e-06       0        -8.9869    -5.2041    -2.5262      -1.1746     -0.32574    0.29942    0.80869    1.6105    2.5653    3.3988    3.9444    4.2979    4.6276    5.0825    5.7369    6.9107    8.0424         6.4573                1                  4.1946               0.88672               4.1631             0.83841              0.84409               0.95136          -0.0048188    -0.031113    -0.095891     -0.13601     -0.15246     -0.15246     -0.13972     -0.083859    0.059525      0.26206      0.42856      0.52348      0.62258      0.73248      0.85404      0.96643       0.99622  
    cl_mt_val_p5v15         17          2.1302     2.569     'cl_mt_val'     'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01         1.206     -16.785    14.908      0       0.18535    0.81465    4.0539e-06       0        -8.8652    -5.3192    -2.6464      -1.3093     -0.46635    0.17246    0.68488    1.5171    2.4806    3.3394    3.8919    4.2478    4.5991    5.0553    5.7078    6.8894    8.0258         6.5997                1                  4.3234               0.88745               4.2931             0.83963              0.85348               0.95383          -0.0048208     -0.03233     -0.10122     -0.14598     -0.16629     -0.16941     -0.15912       -0.1066     0.03571      0.24114      0.41139      0.50873      0.61202      0.72429      0.84936      0.96528       0.99612  

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

    cl_mt_pol_c_p5v1           3          1.2639    0.35228    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               1                   10                   0.095           -20        0.01       0.27872     0.038494    4.8827      0        0        1      8.8283e-06       0        0.37093     0.5992    0.75699    0.83303    0.88821    0.95292    0.98332    1.0735    1.2503    1.3988    1.5265    1.5841    1.6533    1.7397    1.8668    2.1298      2.39        0.73131             0.94852              0.48754               0.90172              0.47778             0.84516               0.1241                  1             0.00023876    0.0040434     0.02639    0.057737     0.092267      0.12896      0.16753      0.24779      0.38723      0.54235      0.66101      0.71834       0.7822      0.84903      0.92011      0.98234       0.99805  
    cl_mt_pol_c_p5v2           4          1.2631    0.35216    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               2                   10                   0.095           -20        0.01       0.27881     0.038494    4.8827      0        0        1      8.1585e-06       0        0.39324    0.59798    0.75329     0.8388     0.8878    0.95095    0.98135    1.0729    1.2503    1.3978    1.5142    1.5698    1.6533    1.7397    1.8668    2.1293      2.39        0.73478             0.94832              0.49141               0.90319              0.48183             0.84681              0.12402                  1              0.0002368    0.0040126    0.026136    0.057817     0.091984      0.12876      0.16675      0.24759      0.38943      0.54156      0.65743      0.71845      0.78267      0.84938      0.92032      0.98229       0.99805  
    cl_mt_pol_c_p5v3           5          1.2617    0.35215    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               3                   10                   0.095           -20        0.01       0.27911     0.038494    4.8827      0        0        1      7.3721e-06       0        0.36776    0.59543    0.75329      0.835    0.88821    0.95024    0.97952      1.07    1.2441    1.3978    1.5121    1.5666    1.6533    1.7397    1.8658     2.129      2.39        0.74062             0.94779              0.49687               0.90492               0.4876              0.8488              0.12401                  1             0.00023339    0.0039905     0.02613    0.057822      0.09251      0.12875      0.16778      0.24795      0.38504      0.54369      0.65718       0.7182      0.78318       0.8489      0.91993      0.98235       0.99806  
    cl_mt_pol_c_p5v4           6          1.2603    0.35207    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               4                   10                   0.095           -20        0.01       0.27935     0.038494    4.8827      0        0        1      8.3121e-06       0        0.36333    0.58976    0.75709      0.835    0.89591    0.94715    0.97755    1.0691    1.2403    1.3978    1.5089    1.5644     1.653    1.7386    1.8658    2.1288      2.39        0.74665             0.94732              0.50283               0.90669              0.49387             0.85089              0.12395                  1             0.00023204     0.003955    0.026115    0.057837     0.092412      0.12943      0.16774      0.24801      0.38493      0.54244      0.65653      0.71834      0.78219      0.84871      0.92009       0.9823       0.99807  
    cl_mt_pol_c_p5v5           7          1.2584    0.35228    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               5                   10                   0.095           -20        0.01       0.27994     0.038494    4.8827      0        0        1      7.8821e-06       0        0.35656    0.58974    0.75247    0.84063    0.89591    0.94455    0.97519    1.0663    1.2266    1.3923    1.5089    1.5666    1.6522    1.7376    1.8658     2.128    2.3895        0.75451             0.94632               0.5093               0.90789              0.50081             0.85257               0.1241                  1             0.00022691    0.0039104    0.025871    0.057662     0.092313      0.12898      0.16693      0.24836      0.38395      0.54315      0.65684       0.7176      0.78306      0.84907      0.92021      0.98226       0.99804  
    cl_mt_pol_c_p5v6           8          1.2567    0.35217    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               6                   10                   0.095           -20        0.01       0.28023     0.038494    4.8827      0        0        1      7.3554e-06       0        0.35074    0.58596    0.75486     0.8388    0.89581    0.94156    0.97303    1.0651    1.2229    1.3913    1.5067    1.5634     1.652    1.7365    1.8647     2.128    2.3889        0.76119             0.94553               0.5159               0.90928               0.5077             0.85422              0.12403                  1             0.00022026    0.0039003    0.025762    0.057687     0.092455      0.12895      0.16699      0.24892      0.38545      0.54094      0.65617       0.7177      0.78241      0.84842      0.92013      0.98229       0.99806  
    cl_mt_pol_c_p5v7           9          1.2549    0.35193    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               7                   10                   0.095           -20        0.01       0.28044     0.038494    4.8827      0        0        1      7.4711e-06       0        0.34813    0.58104     0.7552    0.83952    0.89479    0.93931     0.9723    1.0635    1.2176    1.3913    1.5035    1.5591    1.6512    1.7365    1.8636    2.1271    2.3887        0.76711             0.94534              0.52232               0.91061              0.51435             0.85578              0.12386                  1             0.00022403    0.0038344    0.025801    0.057688     0.092288      0.12896      0.16701      0.24844      0.38477      0.54207      0.65586      0.71716      0.78252      0.84865      0.91982      0.98228       0.99804  
    cl_mt_pol_c_p5v8          10          1.2529    0.35176    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               8                   10                   0.095           -20        0.01       0.28076     0.038494    4.8827      0        0        1      7.8036e-06       0        0.34251    0.57739    0.75332     0.8389    0.89211    0.93773    0.97178    1.0613    1.2133    1.3902    1.5014    1.5591    1.6501    1.7311    1.8626    2.1261    2.3878        0.77262             0.94532              0.52818               0.91162              0.52047              0.8571              0.12374                  1             0.00021156    0.0038033    0.025723    0.057753      0.09235      0.12895      0.16698      0.24935      0.38413      0.54258      0.65573      0.71695      0.78204      0.84807      0.91966       0.9822       0.99805  
    cl_mt_pol_c_p5v9          11          1.2502    0.35138    'cl_mt_pol_c'    'fl_z_r_borr_n'        14               9                   10                   0.095           -20        0.01       0.28106     0.038494    4.8827      0        0        1      7.5002e-06       0        0.33476    0.57099    0.75149    0.83558    0.89304    0.93574    0.98006    1.0587    1.2112    1.3902    1.4952    1.5497     1.649      1.73    1.8615    2.1258    2.3876        0.78071             0.94571              0.53752               0.91449              0.53018             0.86039              0.12347                  1              0.0002091    0.0037561    0.025653    0.057623     0.092295      0.12907      0.16708      0.24923      0.38661      0.54574      0.65578      0.71724      0.78101       0.8478      0.91969      0.98226       0.99805  
    cl_mt_pol_c_p5v10         12          1.2462    0.35121    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              10                   10                   0.095           -20        0.01       0.28183     0.038494    4.8827      0        0        1      7.1284e-06       0        0.32545    0.56131    0.74658     0.8329    0.89279    0.93598    0.98977    1.0536    1.2061    1.3863    1.4938    1.5486     1.648    1.7163    1.8594    2.1218    2.3857        0.79394               0.946              0.55061               0.91802              0.54401             0.86474              0.12335                  1             0.00020376    0.0036923    0.025441    0.057282     0.091951      0.12866      0.16737      0.24939       0.3903       0.5394      0.65659      0.71669      0.78144      0.84771      0.91922      0.98209       0.99802  
    cl_mt_pol_c_p5v11         13          1.2419    0.35093    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              11                   10                   0.095           -20        0.01       0.28258     0.038494    4.8827      0        0        1      6.9898e-06       0        0.32082     0.5503    0.74071     0.8332    0.89352    0.94155    0.98499    1.0479     1.199    1.3713    1.4906    1.5475    1.6466    1.7153    1.8583    2.1196    2.3846        0.80762             0.94627              0.56414               0.92031              0.55817             0.86774              0.12315                  1             0.00019369    0.0035982    0.025198    0.057035     0.091871      0.12885      0.16765      0.24966      0.38516      0.53974      0.65459      0.71834      0.78051      0.84785      0.91915      0.98204       0.99803  
    cl_mt_pol_c_p5v12         14          1.2375    0.35042    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              12                   10                   0.095           -20        0.01       0.28316     0.038494    4.8827      0        0        1       6.724e-06       0        0.29908    0.54229    0.73829    0.83163    0.89204    0.93955    0.98092    1.0497    1.1916    1.3608    1.4874    1.5454    1.6318    1.7131    1.8561    2.1126    2.3833        0.81839             0.94737              0.57575               0.92205              0.57021             0.87009              0.12279                  1             0.00018842    0.0035277    0.024968    0.056866     0.091755      0.12883      0.16769      0.24954      0.38507      0.53903      0.65366      0.71607      0.77922      0.84749      0.91887      0.98203       0.99801  
    cl_mt_pol_c_p5v13         15          1.2325    0.34972    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01       0.28375     0.038494    4.8827      0        0        1      5.8546e-06       0        0.29007    0.53031    0.73299    0.82843    0.88854    0.93902    0.97638    1.0629     1.185    1.3465    1.4842    1.5433    1.6157     1.711     1.854    2.1094    2.3814        0.83019             0.94929              0.58889               0.92507              0.58384              0.8738              0.12231                  1             0.00018251    0.0034592    0.024739    0.056595      0.09153      0.12861       0.1675      0.25017      0.38556      0.53962      0.65408      0.71494       0.7791      0.84664      0.91888      0.98199       0.99801  
    cl_mt_pol_c_p5v14         16          1.2265    0.34916    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01       0.28468     0.038494    4.8827      0        0        1      5.1145e-06       0        0.27633    0.51718    0.72398    0.82266    0.88649    0.93647    0.97839    1.0567    1.1762    1.3398    1.4665    1.5411    1.5999    1.7086    1.8508    2.1051    2.3793        0.84409             0.95136              0.60287               0.92752              0.59846             0.87714              0.12191                  1             0.00018028    0.0033686    0.024431    0.056174     0.091094      0.12837      0.16743      0.25059      0.38602      0.53845      0.65279      0.71464      0.77917      0.84636      0.91867      0.98195       0.99802  
    cl_mt_pol_c_p5v15         17           1.221     0.3483    'cl_mt_pol_c'    'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01       0.28526     0.038494    4.8827      0        0        1      4.0539e-06       0        0.27383    0.50803    0.71598    0.81838    0.88463    0.93486    0.97856    1.0508    1.1654    1.3236     1.448    1.5379    1.5975    1.7054    1.8476    2.1008    2.3771        0.85348             0.95383              0.61341               0.92869              0.60927             0.87889              0.12132                  1             0.00017826    0.0033299    0.024141    0.055821     0.090786      0.12802      0.16728      0.25058      0.38685      0.53834      0.65281      0.71441      0.77872      0.84569       0.9185      0.98192       0.99801  

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

    cl_mt_coh_p5v1           3            0.39083    1.6047     'cl_mt_coh'     'fl_z_r_borr_n'        14               1                   10                   0.095           -20        0.01        4.1059     -4.6385    50.122      0      0.36908    0.63092    1.3711e-06       0        -4.3299    -3.4099    -2.0519     -1.351    -0.95676    -0.65011    -0.43108    -0.08063      0.22602     0.62027     1.0583     1.3212    1.7154    2.2849    3.2925    5.5694    8.4178         2.8319             0.80631               2.4342               0.98835               2.5752                1                 0.47778               0.84516          -0.012482     -0.10296    -0.37298    -0.58517     -0.72215     -0.82208     -0.88784     -0.94511     -0.90114      -0.7505     -0.54125     -0.40199     -0.20382      0.050199      0.40506     0.82647       0.97634  
    cl_mt_coh_p5v2           4              0.374    1.6157     'cl_mt_coh'     'fl_z_r_borr_n'        14               2                   10                   0.095           -20        0.01        4.3201     -4.6385    50.122      0      0.37835    0.62165    4.3277e-07       0        -4.3597    -3.4537    -2.0957    -1.3948    -0.97269    -0.65011    -0.43108    -0.08063      0.19615     0.62027     1.0583     1.3351    1.7154    2.2989    3.2925    5.5405    8.4178         2.8721             0.80792               2.4675               0.98846               2.6106                1                 0.48183               0.84681          -0.012064     -0.10654    -0.39563    -0.62197       -0.774     -0.89161     -0.96015      -1.0212     -0.99069     -0.82407     -0.60779     -0.45746     -0.25565      0.012721      0.37871     0.81874       0.97522  
    cl_mt_coh_p5v3           5            0.34882    1.6313     'cl_mt_coh'     'fl_z_r_borr_n'        14               3                   10                   0.095           -20        0.01        4.6765     -4.6385    50.122      0       0.3857     0.6143    1.4247e-07       0        -4.3737    -3.5209    -2.1833    -1.4824     -1.0444    -0.69491    -0.47489    -0.10303      0.18221     0.59787     1.0145     1.3212    1.7154    2.2849    3.2925    5.5266    8.3954         2.9323             0.81008               2.5145               0.98859               2.6611                1                  0.4876                0.8488          -0.013838     -0.11292    -0.43053     -0.6837     -0.86111     -0.98436      -1.0737       -1.146      -1.1185     -0.95641     -0.72846     -0.55546     -0.33591     -0.053273      0.33933     0.80641       0.97305  
    cl_mt_coh_p5v4           6            0.32109    1.6486     'cl_mt_coh'     'fl_z_r_borr_n'        14               4                   10                   0.095           -20        0.01        5.1344     -4.6385    50.122      0      0.39617    0.60383    1.0685e-07       0        -4.3916    -3.5851     -2.271    -1.5442     -1.0882    -0.77357     -0.5187    -0.12444      0.18221     0.57647     1.0145     1.3212    1.7154    2.2849    3.2745    5.5266     8.374         2.9978             0.81226               2.5676               0.98874               2.7178                1                 0.49387               0.85089          -0.014604     -0.12659    -0.47383    -0.76752      -0.9757      -1.1128      -1.2148      -1.3071      -1.2813      -1.1121     -0.86593     -0.67954     -0.44293      -0.13786       0.2776     0.79086       0.97068  
    cl_mt_coh_p5v5           7            0.28257    1.6674     'cl_mt_coh'     'fl_z_r_borr_n'        14               5                   10                   0.095           -20        0.01         5.901     -4.6385    50.122      0       0.4075     0.5925    5.9651e-08       0        -4.4175    -3.6598    -2.3586    -1.6437     -1.1758    -0.82534     -0.5625     -0.1543      0.16728     0.56153     0.9996     1.2913    1.6716    2.2551    3.2487    5.5117     8.373         3.0745             0.81467               2.6257               0.98888               2.7804                1                 0.50081               0.85257          -0.017363      -0.1429    -0.56126    -0.90274      -1.1584       -1.334      -1.4537      -1.5696      -1.5533      -1.3721      -1.1013     -0.90074     -0.63963      -0.29412      0.18427     0.76195       0.96666  
    cl_mt_coh_p5v6           8            0.24806    1.6877     'cl_mt_coh'     'fl_z_r_borr_n'        14               6                   10                   0.095           -20        0.01        6.8034     -4.6385    50.122      0      0.41744    0.58256    4.0378e-08       0        -4.4431    -3.7422      -2.49    -1.7453      -1.258    -0.88195    -0.60631    -0.18104       0.1384     0.55087    0.97073     1.2774    1.6588    2.2411    3.2359    5.4828    8.3484         3.1529             0.81726               2.6892               0.98906               2.8482                1                  0.5077               0.85422          -0.018238     -0.16539    -0.64885      -1.068      -1.3655      -1.5847      -1.7333      -1.8843      -1.8789      -1.6772       -1.377      -1.1442     -0.85982      -0.46209     0.072507     0.72928       0.96215  
    cl_mt_coh_p5v7           9            0.20876    1.7078     'cl_mt_coh'     'fl_z_r_borr_n'        14               7                   10                   0.095           -20        0.01        8.1808     -4.6385    50.122      0      0.43011    0.56989    2.9699e-08       0        -4.4613    -3.8154    -2.5776    -1.8329     -1.3184    -0.95676    -0.66131    -0.23445       0.1216     0.53167    0.95953      1.255     1.638    2.2187    3.2049    5.4716    8.3302         3.2271             0.81953               2.7535               0.98924               2.9166                1                 0.51435               0.85578          -0.023148     -0.20059    -0.80103     -1.3123       -1.693      -1.9623      -2.1513      -2.3571      -2.3721      -2.1531      -1.7996        -1.54      -1.1949       -0.7335    -0.098835     0.67932       0.95534  
    cl_mt_coh_p5v8          10             0.1599    1.7263     'cl_mt_coh'     'fl_z_r_borr_n'        14               8                   10                   0.095           -20        0.01        10.796     -4.6385    50.122      0      0.44567    0.55433    2.9755e-08       0        -4.4812    -3.8918    -2.6851    -1.9205     -1.4048     -1.0304    -0.72379    -0.29966      0.11164     0.48885    0.92692     1.2236    1.6119    2.1874    3.1849     5.439    8.3003         3.2949             0.82148               2.8132               0.98939                 2.98                1                 0.52047                0.8571          -0.028832     -0.26484     -1.0637     -1.7727      -2.2977      -2.6685      -2.9443      -3.2497      -3.3066       -3.048      -2.6065      -2.2737      -1.8391       -1.2469       -0.426     0.58253        0.9414  
    cl_mt_coh_p5v9          11            0.10117    1.7537     'cl_mt_coh'     'fl_z_r_borr_n'        14               9                   10                   0.095           -20        0.01        17.335     -4.6385    50.122      0      0.46434    0.53566    3.4429e-08       0        -4.5051    -3.9794    -2.8066     -2.035     -1.5262      -1.132    -0.82633    -0.37035     0.094596     0.47093    0.90004     1.1898     1.584    2.1535    3.1521    5.4121    8.2774         3.3963             0.82432                2.903               0.98959               3.0754                1                 0.53018               0.86039          -0.048375     -0.42174     -1.7305     -2.9234      -3.7933      -4.4519      -4.9229      -5.5083      -5.6766      -5.2934      -4.6337       -4.122      -3.4263       -2.5195      -1.2391     0.34162       0.90797  
    cl_mt_coh_p5v10         12           0.016414    1.7912     'cl_mt_coh'     'fl_z_r_borr_n'        14              10                   10                   0.095           -20        0.01        109.13     -4.6385    50.122      0      0.48603    0.51397    3.6334e-08       0        -4.5214    -4.0752      -2.98    -2.2159     -1.6984      -1.296    -0.97812    -0.48303     0.050789     0.42876    0.85053      1.146    1.5351    2.1097    3.1091    5.3789    8.2345         3.5432              0.8278               3.0278               0.98982               3.2084                1                 0.54401               0.86474             -0.302      -2.6289     -11.057     -18.899      -24.811      -29.362      -32.777      -37.132      -38.858      -36.849      -33.072       -30.01      -25.987       -20.441       -12.68     -3.0198       0.43312  
    cl_mt_coh_p5v11         13          -0.077192    1.8329     'cl_mt_coh'     'fl_z_r_borr_n'        14              11                   10                   0.095           -20        0.01       -23.745     -4.6385    50.122      0      0.50782    0.49218    4.4497e-08       0        -4.5424    -4.1696     -3.162    -2.4183     -1.8916      -1.476      -1.133     -0.5849    -0.015417     0.37884    0.80944     1.0947    1.4889    2.0584    3.0585     5.329    8.1913         3.7057              0.8313               3.1701               0.99012               3.3597                1                 0.55817               0.86774             0.0622      0.57436      2.4506      4.2321       5.6264       6.7169       7.5537        8.645       9.1694        8.831       8.0827       7.4731        6.629        5.5014       3.8768      1.8496          1.12  
    cl_mt_coh_p5v12         14           -0.17847    1.8702     'cl_mt_coh'     'fl_z_r_borr_n'        14              12                   10                   0.095           -20        0.01       -10.479     -4.6385    50.122      0       0.5301     0.4699    5.8565e-08       0        -4.5558     -4.256    -3.3361    -2.6121      -2.077     -1.6483      -1.291    -0.70771     -0.10131     0.31608    0.75169     1.0377    1.4388    2.0083    3.0021    5.2731    8.1437         3.8443             0.83385               3.3004               0.99038               3.4975                1                 0.57021               0.87009           0.028738      0.24952      1.0935      1.9192       2.5697       3.0954       3.5016       4.0544       4.3718       4.2783       3.9879       3.7397       3.3936        2.9117       2.2289      1.3645        1.0516  
    cl_mt_coh_p5v13         15           -0.29762    1.9106     'cl_mt_coh'     'fl_z_r_borr_n'        14              13                   10                   0.095           -20        0.01       -6.4194     -4.6385    50.122      0      0.55771    0.44229    7.4763e-08       0        -4.5691    -4.3309    -3.5103    -2.8158     -2.2838     -1.8521      -1.477    -0.88195     -0.20664     0.25702    0.68229    0.97073    1.3704    1.9399    2.9356    5.2072    8.0856         3.9955             0.83629               3.4451               0.99062               3.6502                1                 0.58384                0.8738           0.015671      0.15241     0.67526      1.2023       1.6313       1.9753       2.2569       2.6452       2.9099         2.89       2.7367       2.5977       2.4023        2.1269       1.7264       1.217        1.0306  
    cl_mt_coh_p5v14         16           -0.43916    1.9541     'cl_mt_coh'     'fl_z_r_borr_n'        14              14                   10                   0.095           -20        0.01       -4.4496     -4.6385    50.122      0      0.58631    0.41369    1.0507e-07       0        -4.5847    -4.4035    -3.6907    -3.0396     -2.5258     -2.0937     -1.7174     -1.0882     -0.32953     0.17823    0.59638    0.89108    1.2853    1.8668    2.8564    5.1284    8.0076         4.1631             0.83841               3.6044               0.99086               3.8184                1                 0.59846               0.87714           0.011102      0.10386     0.47109     0.85281       1.1689         1.43       1.6455       1.9623       2.1987        2.215       2.1301       2.0453       1.9221        1.7441       1.4825      1.1454        1.0207  
    cl_mt_coh_p5v15         17           -0.57796    1.9903     'cl_mt_coh'     'fl_z_r_borr_n'        14              15                   10                   0.095           -20        0.01       -3.4437     -4.6385    50.122      0      0.61391    0.38609    1.3758e-07       0        -4.5937    -4.4567    -3.8434    -3.2413     -2.7482     -2.3158     -1.9383     -1.2812     -0.47588    0.099202    0.50466    0.80571       1.2    1.7797     2.777    5.0493     7.935         4.2931             0.83963               3.7407               0.99108               3.9613                1                 0.60927               0.87889          0.0080312     0.079138     0.36616     0.67104      0.92919       1.1499       1.3316       1.6084        1.832       1.8731       1.8229        1.765       1.6795        1.5524       1.3595       1.109        1.0155