feat(psychometric): recover 2017-era active asymptotes=TRUE CINT rewrite on main - #349
Draft
seonghobae wants to merge 1 commit into
Draft
feat(psychometric): recover 2017-era active asymptotes=TRUE CINT rewrite on main#349seonghobae wants to merge 1 commit into
seonghobae wants to merge 1 commit into
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks 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 |
This was referenced Aug 31, 2026
Draft
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.
Summary
psychometric_corerecovers the 2017-era activeasymptotes=TRUECINTrewrite as the scalar−a · κon current main.This is an independent successor of on-main
asymCINT-κ / aand on-maindiscreteCINT/CINTstd. It does not depend on unpublished crates and is not stacked on queued#318–#348. cran/ctsem 2.5.0summary.ctsemFit.Rformsif(asymptotes==TRUE) CINT <- -DRIFT %*% CINTimmediately afterCINT <- mxobj$CINT$values. That rewrite is active and is in theoutlist. Driver, Oud, and Voelkle (2017, Table 2, p. 12; Eq. 1, p. 4; Eq. 3, p. 5; p. 16; JSS PDF re-opened 2026-08-31T05:20Z from https://www.jstatsoft.org/index.php/jss/article/download/v077i05/1104) nameκCINT. Formafirst, then negate, then multiply byκ. Whenasymptotes=TRUEthe storedCINTis the asymptotic parameterization Table 2 namesasymCINT-κ / a; multiplying by-DRIFTconverts that stored value back to originalκ. The companion active rewriteTIPREDEFFECT <- -DRIFT %*% TIPREDEFFECTuses the same operator on a different matrix and is not this intercept map.A zero intercept is exactly zero even if
a ≥ 0.a ≥ 0with a nonzero intercept fails closed. Numeric:a = −0.5,κ = 0.4recovers 0.2, distinct from unstandardisedCINT(0.4), fromasymCINT-κ / a(0.8), fromdiscreteCINTatΔt = 1(≈ 0.3148), and fromCINTstdκ / √p(≈ 0.6325 whenp = 0.4). Stored-κ / a = 0.8recovers originalCINT0.4. UnstandardisedCINTis not this rewrite. A non-event clock fails closed.Meredith (1993) remains unread (Unpaywall 2026-08-31T05:10Z:
is_oa: false; Springercontent/pdfis an HTML stub; escholarship hits are citations). Mislevy (1991, Psychometrika, 56, 177–196, DOI 10.1007/bf02294457) remains unread on the same terms. Still not a Kalman filter, not a matrixexpm, not ESEM estimation, not DSEM, and not ctsem estimation.Verification
cargo fmt --allcargo clippy -p psychometric_core --all-targets -- -D warningscargo test -p psychometric_core --lib(189)cargo test -p psychometric_core --test multilevel_event_time_recovery_contract(108)cargo test -p psychometric_core --test scientific_claim_boundary_contract(53)RUSTDOCFLAGS='-D warnings' cargo doc -p psychometric_core --no-depsDo not merge without independent non-author APPROVE + exact-head required-check success. Do not convert from draft. Do not self-approve.