EECI 2020: Probabilistic Systems: Difference between revisions
No edit summary |
|||
Line 5: | Line 5: | ||
== Lecture Materials == | == Lecture Materials == | ||
* [https://www.dropbox.com/s/23v517niko6bxhf/ | * [https://www.dropbox.com/s/23v517niko6bxhf/L5_probabilistic-2020.pdf?dl=0 Lecture slides] (Presentation and notation follow that in "Principles of Model Checking" chapter 10 by Baier and Katoen.) | ||
== Further Reading == | == Further Reading == |
Revision as of 20:29, 27 February 2020
This lecture provides an introduction to probabilistic model checking. We start with Markov chains as a mathematical model to describe behavior of probabilistic systems where a successor of each state is chosen according to a probability distribution. Then, we discuss basic concepts of probability theory necessary to reason about the quantitative properties of Markov chains. We then move to quantitative analysis of systems modeled by Markov chains, including reachability, regular safety and omega-regular properties. Finally, we introduce Markov decision processes (MDPs), a mathematical model that permits both probabilistic and nondeterministic choices and discuss policy synthesis for MDPs with LTL specifications.
Lecture Materials
- Lecture slides (Presentation and notation follow that in "Principles of Model Checking" chapter 10 by Baier and Katoen.)
Further Reading
Principles of Model Checking, C. Baier and J.-P. Katoen, The MIT Press, 2008. A detailed reference on model checking. Slides for this lecture follow Chapter 10 of this reference.