Skip to content

Commit

Permalink
Merge bb0e07a into 8a61df3
Browse files Browse the repository at this point in the history
  • Loading branch information
oyamad committed Feb 24, 2023
2 parents 8a61df3 + bb0e07a commit a451482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantecon/markov/approximation.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def discrete_var(A,
standard normal distribution from numpy.random is used.
Alternatively, one can pass a "frozen" object of a multivariate
distribution from `scipy.stats`. It must have a zero mean and
unit standard deviation (of dimension m).
unit standard deviation (of dimension r).
order : str, optional(default='C')
('C' or 'F') order in which the states in the cartesian grid are
enumerated.
Expand Down

0 comments on commit a451482

Please sign in to comment.