Simon Drolet
Followers: 0 Following: 0
Feeds
提问
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...
4 years 前 | 1 个回答 | 0