Description Usage Arguments Value See Also Examples
Automatic binning based on similarity in terms of proportions of
non-default/default status between adjacent bins. autobin
simply combines create_initial_bins
and
reduce_bins
.
1 2 3 4 5 6 7 8 9 |
data |
The input data that contains |
threshold |
An integer that defines the minimum number of defaults in each bin. Typically needs a reasonable number of defaults to ensure the homogeneity test can be executed with some power. |
ordinal_value |
A numeric ordinal value that rank order each obligor's relative default risk. For example, a numeric score or numeric rating information. |
default_ind |
An integer, or double, representing the default status. The state of default must be indicated by 1 and non-default by 0. |
min_required_bins |
An integer (minimum two). The minimum number of bins in the returned list. |
confidence_level |
A double between 0 and 1 representing the confidence level passed onto the homogeneity test. |
... |
Optional parameters passed on to |
A list of bins. Each list component in the returned list is a bin (of class bin).
See create_initial_bins
, reduce_bins
and
merge_list_of_bins
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.