docs: fix a claim the clock correction superseded - #28
Merged
Conversation
The Reading section still said the laws fail by up to four orders of magnitude on diffusion. That was the raw A4 clock number and the correction two sections above already showed most of it is a unit mismatch. It survived the earlier sweep because the phrase wraps across a line break, so grep for the whole string missed it. Also sharpened what that section claims. It led with the error being monotonic in dp/p_c, which oversells: the rank correlation is significant for diffusion but not for spread, at n=5 the smallest attainable p is the one we got, and the ordering inside the small tick group is not real since GOOG and AAPL swap in every block. The robust claim is the two group separation, which has 65 non overlapping block measurements behind it. Says that instead.
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.
You asked me to check again, and there was one.
The leftover
docs/FARMER_2005.md's Reading section still said the laws fail "by up to four orders of magnitude on diffusion." That is the raw §A4 clock number, and the correction two sections above already showed most of it is a unit mismatch rather than model failure.It survived my earlier sweep because the phrase wraps across a line break — grepping for the whole string missed it. Caught this time by joining lines before searching.
Also sharpened what that section claims
It led with the error being "monotonic in
dp/p_c", which oversells:The robust claim is the two-group separation, with 65 non-overlapping block measurements behind it. The section now says that, and says explicitly that the defensible statement is "tick-constrained stocks behave categorically differently" rather than "the error is monotonic in dp/p_c."
Swept the rest
Every other appearance of
four orders of magnitude,9,386,20,629and1,777is inside a correction section, quoted deliberately in order to correct it. Checked line-wrap-tolerant this time. Nothing else stale.