docs: fix broken academic reference in anova.py#9749
Open
Deshan-5 wants to merge 5 commits intostatsmodels:mainfrom
Open
docs: fix broken academic reference in anova.py#9749Deshan-5 wants to merge 5 commits intostatsmodels:mainfrom
Deshan-5 wants to merge 5 commits intostatsmodels:mainfrom
Conversation
Author
|
I have finalized the formatting fixes for the docstrings in norms.py and resolved the pointing to a defunct UIUC server in anova.py. While the statsmodels.statsmodels check is still showing a red cross, the failures (such as test_smoothed_state_autocovariances) are pre-existing issues in the main branch and are unrelated to my documentation changes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I identified a broken reference link in the internal comments of anova.py pointing to a defunct UIUC server.
I have updated it with a stable academic reference from Aalborg University that covers the same Linear Algebra concepts (Orthogonal Projections/ complement in ANOVA).
Verified the change.
I have also reorganized the docstrings in robust.norms as requested in #8807.
Moved formulas to the Extended Description.
Converted math to LaTeX with .. math:: and \begin{cases}.
Verified that all 18 tests in test_norms.py pass.
Thankyou