Skip to content

Commit 8ca6f6c

Browse files
authored
Merge pull request #6 from jstac/md2
md2_an_issue_in_solution_ex2
2 parents 7e966fc + 9be8934 commit 8ca6f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctmc_lectures/memoryless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def draw_X(s=1.0, n=1_000):
474474
else:
475475
Z = np.random.exponential(scale=1/λ)
476476
X = s + Z
477-
draws[i] = Z
477+
draws[i] = X
478478
return draws
479479
480480
fig, ax = plt.subplots()

0 commit comments

Comments
 (0)