Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_markov_chains_I.md #454

Merged
merged 4 commits into from
Jun 5, 2024
Merged

update_markov_chains_I.md #454

merged 4 commits into from
Jun 5, 2024

Commits on Jun 5, 2024

  1. update_markov_chains_I.md

    This pull request updates lecture markov_chains_I.md. In particular,
    
    ## Content
    - The first exercise -> The last exercise.
    - Remove unused variables and shorten the visualization code for the network graph.
    - unbold future in Defiinig Markov Chains section.
    - study a Markov chains -> study Markov chains.
    - Use tuples whenever possible.
    - Give some comments on the code in the `qe` library.
    - Add a link for marginal probability $\psi_t(x)$.
    - Unify postmultiply (using postmultiply instead of post-multiply in lieu with wikipedia)
    - Add a sentence clarifying $P^m(x,y)$.
    - Law of Large Numbers -> law of large numbers.
    - Check the capitalization of subtitles.
    - for all $t$ -> for all $t \ge 0$.
    - $\psi_t(0)$ is employment at [time $t$].
    - Delete the word 'Theorem' in the Theorem box.
    - Update the solution for exercise 1.
    ## Code
    - Update visualization code for the section on the Hamilton matrix.
    longye-tian committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    feebd22 View commit details
    Browse the repository at this point in the history
  2. Update markov_chains_I.md

    Fix a typo
    longye-tian committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    266b1d5 View commit details
    Browse the repository at this point in the history
  3. Update markov_chains_I.md

    jstac authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    30cb1bb View commit details
    Browse the repository at this point in the history
  4. Update markov_chains_I.md

    jstac authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b3fe3c9 View commit details
    Browse the repository at this point in the history