Add markov example, add example to doc · python-control/python-control@446a161

3 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -35,6 +35,7 @@ other sources.

3535

kincar-flatsys

3636

mrac_siso_mit

3737

mrac_siso_lyapunov

38+

markov

3839
3940

Jupyter notebooks

4041

=================

Original file line numberDiff line numberDiff line change

@@ -0,0 +1 @@

1+

../examples/markov.py

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,15 @@

1+

Estimation of Makrov parameters

2+

-------------------------------

3+
4+

Code

5+

....

6+

.. literalinclude:: markov.py

7+

:language: python

8+

:linenos:

9+
10+
11+

Notes

12+

.....

13+
14+

1. The environment variable `PYCONTROL_TEST_EXAMPLES` is used for

15+

testing to turn off plotting of the outputs.0