p_to_score {creditmodel} | R Documentation |
prob to socre
Description
p_to_score
is for transforming probability to score.
Usage
p_to_score(p, PDO = 20, base = 600, ratio = 1)
Arguments
p |
Probability. |
PDO |
Point-to-Double Odds. |
base |
Base Point. |
ratio |
The corresponding odds when the score is base. |
Value
new prob.
See Also
[Package creditmodel version 1.3.1 Index]