Spliced probability distribution modeling. I have a simulation model for insurance claims that works as follows: 1. Assume random values come from two distributions defined as f_1(x), 0<x <=c, f_2(x), x>c.

Davirnoilc

Davirnoilc

Answered question

2022-11-18

Spliced probability distribution modeling
I have a simulation model for insurance claims that works as follows:
1. Assume random values come from two distributions defined as
f 1 ( x ) , 0 < x c f 2 ( x ) , x > c
A random value will fall in f 1 ( x ) with probability p and f 2 ( x ) with probability 1 p.
So the model (in Excel) uses rand() to determine which distribution to sample from. f 2 ( x ) is shifted at c so the minimum value from this distribution is c while f 1 ( x ) is set to be capped at c. A determined number of values is generated in the model and then summed to give an aggregate value.
I'm trying express the limited expected value of this distribution and am wondering is the distribution simply defined as:
f X ( x ) = { p f 1 ( x ) , 0 < x c ( 1 p ) f 2 ( x ) , x > c
or am I missing something? This distribution will not be continuous at c unless I force it to through solving for p but assume that's not a requirement.

Answer & Explanation

Taniyah Lin

Taniyah Lin

Beginner2022-11-19Added 14 answers

Step 1
You can treat both functions as truncated distributions with f 1 ( x ) as truncated in the interval 0 x c and the other f 2 ( x ) as another truncated in the interval x c. With both f 1 ( x ) and f 2 ( x ) being probability distributions themselves, using linearity of expectation and p and 1-p as constants, you can, I believe, treat them such as this E ( x ) = p E ( x 1 ) + ( 1 p ) E ( x 2 ) where E ( x 1 ) and E ( x 2 ) are expected values of truncated functions f 1 ( x ) and f 2 ( x ) provided these functions are deliberately capped at these intervals while the original distributions run in the range x .

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?