displaypoints
Return points per predictor per bin for a
compactCreditScorecard
object
Syntax
Description
returns a table of points for all bins of all predictor variables used in
the PointsInfo
= displaypoints(csc
)compactCreditScorecard
object. The
PointsInfo
table displays information on the
predictor name, bin labels, and the corresponding points per bin.
[
returns a table of points for all bins of all predictor variables used in
the PointsInfo
,MinScore
,MaxScore
]
= displaypoints(csc
)compactCreditScorecard
object. The
PointsInfo
table displays information on the
predictor name, bin labels, and the corresponding points per bin and
displaypoints
. In addition, the optional
MinScore
and MaxScore
values are
returned.
[
specifies options using one or more name-value pair arguments in addition to
the input arguments in the previous syntax. PointsInfo
,MinScore
,MaxScore
]
= displaypoints(___,Name,Value
)
Examples
Input Arguments
Output Arguments
Algorithms
The points for predictor j and bin i are, by default, given by
Points_ji = (Shift + Slope*b0)/p + Slope*(bj*WOEj(i))
Shift
and Slope
are scaling
constants.When the base points are reported separately (see the formatpoints
name-value pair
argument BasePoints
), the base points are given
by
Base Points = Shift + Slope*b0,
Points_ji = Slope*(bj*WOEj(i))).
By default, the base points are not reported separately.
The minimum and maximum scores are:
MinScore = Shift + Slope*b0 + min(Slope*b1*WOE1) + ... +min(Slope*bp*WOEp)), MaxScore = Shift + Slope*b0 + max(Slope*b1*WOE1) + ... +max(Slope*bp*WOEp)).
Use formatpoints
to control the way
points are scaled, rounded, and whether the base points are reported separately. See
formatpoints
for more information
on format parameters and for details and formulas on these formatting
options.
References
[1] Anderson, R. The Credit Scoring Toolkit. Oxford University Press, 2007.
[2] Refaat, M. Credit Risk Scorecards: Development and Implementation Using SAS. lulu.com, 2011.
Version History
Introduced in R2019a