- Quiz-tion: Pick the phrase that's giving incorrect information about Markov models:
- Markov models are used in finance
- They were never used to study French poetry
- They are named after the mathematician Andrey Markov
- There are many different applications of the Markov models
- Quiz-tion: About the HMM, it's wrong to say that:
- The so-called hidden states are always known
- The parameter space of an HMM also comprehends the transitional matrix
- They found application in finance
- The hidden states are related to the observations which are sometimes called visible states
Answers—executing the following code will give you the answers to the quiz questions:
set.seed(9)
round(runif(2,1,4))