Skip to content

Commit d4ad185

Browse files
committed
minor updates
1 parent 5c8f323 commit d4ad185

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lectures/samuelson.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,10 +1151,6 @@ Here is how we map the Samuelson model into an instance of a
11511151
`LinearStateSpace` class
11521152

11531153
```{code-cell} ipython3
1154-
"""This script maps the Samuelson model in the the
1155-
``LinearStateSpace`` class
1156-
"""
1157-
11581154
α = 0.8
11591155
β = 0.9
11601156
ρ1 = α + β
@@ -1286,7 +1282,7 @@ class SamuelsonLSS(LinearStateSpace):
12861282
) = self.stationary_distributions()
12871283
self.μ_0 = self.μ_x
12881284
self.Σ_0 = self.Σ_x
1289-
1285+
12901286
# Handle case where stationary distribution doesn't exist
12911287
except ValueError:
12921288
print("Stationary distribution does not exist")

0 commit comments

Comments
 (0)