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

[markov_chains_I] Editorial Suggestions #453

Closed
17 tasks done
HumphreyYang opened this issue Jun 2, 2024 · 3 comments
Closed
17 tasks done

[markov_chains_I] Editorial Suggestions #453

HumphreyYang opened this issue Jun 2, 2024 · 3 comments
Assignees

Comments

@HumphreyYang
Copy link
Collaborator

HumphreyYang commented Jun 2, 2024

Comments by @longye-tian.

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.
  • 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.
  • Animate convergence path?
@mbek0605
Copy link

mbek0605 commented Jun 6, 2024

Comments by @Jiarui-ZH

Content

  • In “A stochastic matrix (or Markov matrix) is an 𝑛×𝑛 square matrix 𝑃 such that each row of 𝑃 is a probability mass function over 𝑛 outcomes.” delete “over 𝑛 outcomes”.
  • Change titles “32.2.2.1. Example 1” and “32.2.2.2. Example 2” into titles that are intuitive of the respective examples.
  • Express the matrix below as a table?
    image
  • For Example 3 (the example for democracy (D), autocracy (A), and an intermediate state called anocracy (N)), implement the following order: table; figure; matrix.
    [TABLE]
    [FIGURE]
    image
    [MATRIX]
    image
  • Change date to time in section of “32.2.3. Defining Markov chains”
  • Add “(probability mass function)” such that “𝑃(𝑥,⋅) is the conditional distribution (probability mass function) of 𝑋𝑡+1 given.”
  • In “It can be shown that for a long series drawn from P, the fraction of the sample that takes value 0 will be about 0.25.”, change to “It can be proven that for a long series drawn from P, the fraction of the sample that takes value 0 will be about 0.25.”
  • In the section “32.4. Distributions over time”, have subsections dividing into two parts: “One unit of time” and “m steps in the future”
  • In 32.4.1, move the function above (after “m-th power of 𝑃”). After the function, add text “For one way to see it, consider again (32.6), but now with a 𝜓𝑡 that puts all probability on state 𝑥.
  • Then 𝜓𝑡 is a vector with 1 in position 𝑥 and zero elsewhere.
  • Inserting this into (32.6), we see that, conditional on 𝑋𝑡=𝑥, the distribution of 𝑋𝑡+𝑚 is the 𝑥-th row of 𝑃𝑚.”
  • In 32.4.2, instead of the link “considered above”, include the section number (32.4.1) with a link.
  • In 32.4.3, in (2), put a note to better explain “cross-sectional frequencies”. Maybe jump to the example rather than include the text after the two-numbered list?
  • Search for “considered above” and replace it with section number and make sure the hyperlink works. (In pdf version, the “considered above” link does not work.)
  • Simplify the figures below:
    image
    image

@mmcky
Copy link
Contributor

mmcky commented Jul 1, 2024

thanks @Jiarui-ZH. Would you be able to champion this issue to close the last couple of items?

@jstac
Copy link
Contributor

jstac commented Jul 8, 2024

@Jiarui-ZH I just ticked the last check box -- I ended up removing that figure in favor of the new animations. I'm closing the issue but you can reopen it if I missed something.

@jstac jstac closed this as completed Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants