Community Profile

photo

Simon Drolet


Last seen: meer dan 3 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


In a while loop, I have to calculate S (net cash of an insurance company) depending on which events (E1, E2 or E3) happens first. I tried the following code, but its not working. Maybe someone can help me ...
lambda =... T =.. ..... while (temps < T) E1 = exprnd(1/(lambda*n)); E2 = exprnd(1/mu); E3 = e...

meer dan 3 jaar ago | 1 answer | 0

1

answer