Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
shizejin committed Feb 21, 2021
1 parent f01951e commit f234eea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions quantecon/lss.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,6 @@ def stationary_distributions(self):
:math:`y_t` if possible. Computation is by solving the discrete
Lyapunov equation.
Parameters
----------
max_iter : scalar(int), optional(default=200)
The maximum number of iterations allowed
tol : scalar(float), optional(default=1e-5)
The tolerance level that one wishes to achieve
Returns
-------
mu_x : array_like(float)
Expand Down

0 comments on commit f234eea

Please sign in to comment.