feat(psychometric): restore Driver p.16 DIFFUSIONstd q/p=−2a on main - #476
Closed
seonghobae wants to merge 1 commit into
Closed
feat(psychometric): restore Driver p.16 DIFFUSIONstd q/p=−2a on main#476seonghobae wants to merge 1 commit into
seonghobae wants to merge 1 commit into
Conversation
Restore the exact scalar Driver, Oud, and Voelkle (2017) p.16 DIFFUSIONstd map independently on current main. Form strictly positive asymDIFFUSION p = −q/(2a) first, then q/p. The scalar stationary ratio is −2a. 2017-era summary.ctsemFit.R forms unstandardised DIFFUSION and asymDIFFUSIONstd and does not form a DIFFUSIONstd matrix; footnote 4 still licenses this map. Do not convert stale draft #313. One named std map per PR.
|
Warning Review limit reachedNext included review available in 23 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
seonghobae
marked this pull request as draft
September 1, 2026 20:00
This was referenced Sep 1, 2026
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.
Superseded by the Longitudinal Modeling landing vehicle
Closed after source-level verification against surviving PR #310 exact head
4e7435f6dd232ae8e1e019f1393e7285e32c6527.This Draft's unique scientific evidence is preserved rather than discarded: #310 now implements the continuous scalar diffusion-standardisation candidate in
crates/longitudinal_core/src/diffusion.rs, preserves the positive-stationarity admission contract, distinct-estimand refusals, extreme-scale behavior, subnormal-rounding regression, and research-candidate status, with executable contract coverage incrates/longitudinal_core/tests/standardised_diffusion_contract.rs. The owner move is intentional: temporal/state composition belongs to TEPP Longitudinal Modeling, not the genericpsychometric_coretechnical layer.The immutable discussion and this branch remain scientific lineage. Do not merge this predecessor independently. #310 is the landing authority for the folded behavior and must satisfy its own exact-head checks/review before protected-main integration.
Original scope preserved below for lineage.
Restore one named Driver, Oud, and Voelkle (2017) p. 16 map on current
main: scalarDIFFUSIONstdasq / p = −2 aafter strictly positiveasymDIFFUSIONp = −q / (2 a).The 2017-era ctsem source forms unstandardised
DIFFUSIONandasymDIFFUSIONstd, but does not emit a namedDIFFUSIONstdmatrix. This scalar map remains a research-candidate extension, not canonical ctsem output or production DSEM estimation.