ssmkit
master-68aed98
|
Go to the source code of this file.
Classes | |
class | Markov< TPDF, TParamMap, TInitialPDF > |
A first-order Markov process. More... | |
Namespaces | |
ssmkit | |
Root namespace. | |
ssmkit::process | |
Stochastic Processes. | |
Functions | |
template<typename TPDF , typename TParamMap , typename TInitialPDF > | |
Markov< TPDF, TParamMap, TInitialPDF > | makeMarkov (distribution::Conditional< TPDF, TParamMap > cpdf, TInitialPDF init_pdf) |
Convenient builder for Markov process. More... | |
Generic class for first-order Markovian stochastic process.
Definition in file markov.hpp.