We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8f323 commit d4ad185Copy full SHA for d4ad185
lectures/samuelson.md
@@ -1151,10 +1151,6 @@ Here is how we map the Samuelson model into an instance of a
1151
`LinearStateSpace` class
1152
1153
```{code-cell} ipython3
1154
-"""This script maps the Samuelson model in the the
1155
-``LinearStateSpace`` class
1156
-"""
1157
-
1158
α = 0.8
1159
β = 0.9
1160
ρ1 = α + β
@@ -1286,7 +1282,7 @@ class SamuelsonLSS(LinearStateSpace):
1286
1282
) = self.stationary_distributions()
1287
1283
self.μ_0 = self.μ_x
1288
1284
self.Σ_0 = self.Σ_x
1289
1285
+
1290
# Handle case where stationary distribution doesn't exist
1291
except ValueError:
1292
print("Stationary distribution does not exist")
0 commit comments