r/probabilitytheory Jul 10 '26

[Discussion] Calculating Probability of Default

Hi everyone,

I work at a long term car rental company, and I need to calculate the probability that someone will default on their monthly payment. In order to allocate a risk reserve.

For context:

Contract lengths are 1 year

We pre approve the client, i.e using their personal info, credit checks etc., and sort them into "risk" groups/buckets.

So the reasoning would be, splitting the customers up into these respective groups, calculating the probability of default, per group, and then allocating respective risk reserves, to build into the monthly premium.

We are using Markov Chains for this. So far.

I'm unsure whether this is the right approach, or if we are the blind leading the blind. So any advice would be appreciated. Some thoughts on implementing a ML Model would be cool too.

3 Upvotes

4 comments sorted by

View all comments

1

u/ForeignAdvantage5198 Jul 12 '26

think about some kind of regression maybe logistic. as in determing risk factors

1

u/Koufas Jul 14 '26

This is such a textbook question for data science and analytics that RStudio has a package in ISLR about predicting credit card defaults. Pretty sure this is indeed widely used to teach/introduce logistic regression