Consider a renewal process ($N_t$, t ≥ 0) with independent inter-occurrence times $X_n$, n ∈ N, all having the same cumulative distribution function: $P(X_1 ≤ x) = w_1*F_1(x) + w_2*F_2(x)$, $w_1, w_2 ∈ (0, 1), w_1 + w_2 = 1$, Where
$F_i(x) = 0 $ if x<0
$= 1 − e^{−λ_ix} $ if $x>=0$
A) compute Compute $m = E(X_1)$ as a function of $λ_i, w_i$, $i=1,2$
B) What should be the distribution function of ‘the time (from time 0) until the first occurrence’ $X_0$, so that the renewal process is stationary?
For part A i tried to find the probability density function $P(X_1=x_1)$ (1) and the probability density function $f_i(x)$ (2), then after substituting (2) into (1), integrate between 0 and t.
For B however I'am not sure on what to do.
Any help will be appreciated.