Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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