PetalsOnWind / Statistics-and-Econometrics-for-Data-Science

This repository contains notebooks for understanding some concepts of statistics and econometrics that can be helpful in data science
MIT License
50 stars 92 forks source link

Markov_chains #183

Closed sameeksharl closed 3 years ago

sameeksharl commented 3 years ago

Explanation of Markov property with diagrams, also trained the text based on Markov property ,which predicts next few lines for a given input.

PetalsOnWind commented 3 years ago

These changes have to be done before merging

  1. Have 'what are markov chains' as level 2 heading
  2. explain how to make transition probability matrix
  3. in [23], do not print the whole thing because it looks weird and unncessary

These changes are good to have but will require quite a lot of time. So, I'll open a new issue for these.

  1. add some statistical properties of markov chains
  2. Add about ergodic markov chains
  3. more explanations for code
PetalsOnWind commented 3 years ago

Closes #178