[additive_functionals] Style guide review #264
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📋 Style Guide Review: additive_functionals
This PR addresses style guide compliance issues found in the
additive_functionalslecture.📊 Summary
🎯 Issues by Priority
📝 Detailed Changes
Binary (1 issues)
This lecture uses JAX for GPU acceleration. If you have access to a GPU, JAX will automati...`
This lecture uses JAX for GPU acceleration. If you have access to a GPU, JAX will automati...`
Code (1 issues)
--upgradeflag should have a space after it for consistency with operator spacing conventions, though this is a minor style preference for command-line flags.!pip install --upgrade quantecon...!pip install --upgrade quantecon...Jax (1 issues)
[No GPU admonition present]...This lecture uses JAX for GPU acceleration. If you have access to a GPU, JAX will automati...`
Ref (1 issues)
See the [JAX installation guide](https://jax.readthedocs.io/en/latest/installation.html) for detaile...See the [JAX installation guide](https://jax.readthedocs.io/en/latest/installation.html) for CUDA an...Title (2 issues)
qe-title-001 - Lecture Titles
# Additive and Multiplicative Functionals...# Additive And Multiplicative Functionals...qe-title-002 - Section/Subsection Headings
# Additive And Multiplicative Functionals...# Additive and multiplicative functionals...Writing (19 issues)
qe-writing-002 - One-Sentence Paragraphs
Many economic time series display persistent growth that prevents them from being asymptotically st...Many economic time series display persistent growth that prevents them from being asymptotically sta...qe-writing-002 - One-Sentence Paragraphs
We also des...`
We also desc...`
qe-writing-002 - One-Sentence Paragraphs
Our special additive functional displays interesting time series behavior while also being easy to c...Our special additive functional displays interesting time series behavior while also being easy to c...qe-writing-002 - One-Sentence Paragraphs
$$
\hat{x}_t = \begin{bmatrix} 1 \ x_t \ y_t...`
$$
\hat{x}_t = \begin{bmatrix} 1 \ x_t \ y_t...`
qe-writing-002 - One-Sentence Paragraphs
To study it, we could map it into an instance of [LinearStateSpace](https://github.com/QuantEcon/Qua...To study it, we could map it into an instance of [LinearStateSpace](https://github.com/QuantEcon/Qua...qe-writing-002 - One-Sentence Paragraphs
While {eq}ftafis not a first order system like {eq}old1_additive_functionals, we know that it c...While {eq}ftafis not a first order system like {eq}old1_additive_functionals, we know that it c...qe-writing-002 - One-Sentence Paragraphs
This system also constructs the compon...`
This system also constructs the compon...`
qe-writing-002 - One-Sentence Paragraphs
Hansen and Sargent {cite}Hans_Sarg_bookdescribe how to construct a decomposition of an additive f...Hansen and Sargent {cite}Hans_Sarg_bookdescribe how to construct a decomposition of an additive f...qe-writing-002 - One-Sentence Paragraphs
The classAMF_LSS_VARmentioned {ref}above <amf_lss>does all that we want to study our additive...The classAMF_LSS_VARmentioned {ref}above <amf_lss>does all that we want to study our additive...We have chosen to simulate many paths, all starting from the *same* non-random initial conditions $x...We have chosen to simulate many paths, all starting from the *same* non-random initial conditions $x...As mentioned above, the process ...`
As mentioned above, the process ...`
Hansen and Sargent {cite}Hans_Sarg_book(ch. 8) describe the following two properties of the mart...Hansen and Sargent {cite}Hans_Sarg_book(ch. 8) describe the following two properties of the marti...Let's drill down and study probability distribution of the multiplicative martingale $\{\widetilde ...Let's drill down and study probability distribution of the multiplicative martingale $\{\widetilde M...These probability density functions help us understand mechanics underlying the **peculiar property...These probability density functions help us understand mechanics underlying the **peculiar property*...# Additive and multiplicative functionals...# Additive and Multiplicative Functionals...This lecture uses JAX for GPU acceleration. If you have access to a GPU, JAX will automatically use ...This lecture uses JAX for GPU acceleration. JAX automatically detects and uses available GPUs, falli...This lecture uses JAX for GPU acceleration. If you have access to a GPU, JAX will automati...`
This lecture uses JAX for GPU acceleration. JAX automatically detects and uses available G...`
If you have access to a GPU, JAX will automatically use it. If not, JAX will fall back to CPU....JAX automatically detects and uses available GPUs, falling back to CPU otherwise....📌 Summary
Found 25 issues across 4 rule checks
🤖 This PR was automatically generated by the QuantEcon Style Guide Checker
📚 Review the Style Guide Documentation for more details