Skip to content

Commit 030cb82

Browse files
committed
fix footnote reference in markov() docstring
1 parent bd354c9 commit 030cb82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/modelsimp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def markov(Y, U, m=None, transpose=None):
407407
y[k] &= C x[k] + D u[k]
408408
409409
given data for u and y. The algorithm assumes that that C A^k B = 0 for
410-
k > m-2 (see [1]). Note that the problem is ill-posed if the length of
410+
k > m-2 (see [1]_). Note that the problem is ill-posed if the length of
411411
the input data is less than the desired number of Markov parameters (a
412412
warning message is generated in this case).
413413

0 commit comments

Comments
 (0)