feat(psychometric): restore Driver p.16 TRAITVARstd trait/trait=1 on main - #268
Open
seonghobae wants to merge 1 commit into
Open
feat(psychometric): restore Driver p.16 TRAITVARstd trait/trait=1 on main#268seonghobae wants to merge 1 commit into
seonghobae wants to merge 1 commit into
Conversation
…main Restore recover_standardised_trait_variance on current main after 0ce16e8 dropped the pre-consolidation code while research notes already named the map (register items 81–82). Scalar is trait/trait=1 after strictly positive TRAITVAR. Distinct from T0VARstd and addedT0TIPREDVAR even when T0VARstd equals 1. No ridge addend.
|
Warning Review limit reachedNext included review available in 53 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: Pro Plus 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 |
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.
Outcome
Restores the executable Driver, Oud, and Voelkle (2017) p. 16
TRAITVARstdscalar on currentmainafter0ce16e8dropped the pre-consolidation code while research notes already named the map (register items 81–82).Head is independent of
#267asymDIFFUSIONstd(open; do not merge). Lands on protectedmainc7cf34bafter#266analysis-run status HTTP,#265T0VARstd,#262T0MEANSstd,#250asymCINTstd, and#244discreteCINTstd.JSS PDF re-opened 2026-08-26T17:45Z from https://www.jstatsoft.org/index.php/jss/article/download/v077i05/1104. Table 2 (p. 12), footnote 4 (p. 16), and §7.1 (pp. 18–19) were read from that PDF in this cycle.
TRAITVARφ_ξthe latent trait variance/covariance and sets itNULLwhen there is no trait.φ_ξof the interceptsξacross individuals. Distinct from indicator-levelMANIFESTTRAITVAR.stdwhen appropriate. The printed example on p. 16 isdiscreteDRIFTstd, notTRAITVARstd.TRAITVAR, not free first-occasionT0VARand not process-dynamicsasymDIFFUSION.summary.ctsemFit.RformsTRAITVARstdonly whenTRAITVAR != 0, assolve(sqrt(diag(TRAITVAR))) %&% TRAITVARwhenverbose = TRUE. OpenMx%&%ist(A) %*% B %*% A. UnlikeT0VARstd, that formation usesdiag(diag(TRAITVAR))and does not adddiag(c(ridging)). The ridge is aT0VARnumerical hack and is not this exact map.trait / trait = 1after strictly positiveTRAITVAR. Form strictly positivetraitfirst, then1 / √trait, then(1 / √trait) trait (1 / √trait). ZeroTRAITVARskips formingTRAITVARstdin the 2017-era source and fails closed here.TRAITVARdoes not require stablea < 0. A non-event clock fails closed. Distinct positivetraitrecover the same 1.p_0 / p_0 = 1isT0VARstdand recovers the same number and remains a distinct named quantity. This crate already exportsT0VARstd; the refuse names that quantity.t0_b² visaddedT0TIPREDVARand is extra first-occasion TI variance, not this correlation. This crate does not currently exportaddedT0TIPREDVAR; the refuse still names that quantity.Still not a Kalman filter, not a matrix
expm, not ESEM estimation, not DSEM, not MGCFA, and not ctsem estimation.Meredith (1993) remains unread (Unpaywall 2026-08-26T17:20Z:
is_oa: false; OpenAlex closed; Springercontent/pdfis an HTML stub). Mislevy (1991) remains unread on the same terms (DOI10.1007/bf02294457; Unpaywallis_oa: false).#84metricstill does not license latent means.Do not merge without independent non-author APPROVE and exact-head required-check success. Author will not self-approve. Org has only collaborator
seonghobae. Do not request Copilot.Next restore after this slice:
MANIFESTTRAITVARstd(register items 83–84), independently of#267.Verification at this head
cargo +1.98.0 test -p psychometric_core --lib— 180 passedcargo +1.98.0 test -p psychometric_core --test multilevel_event_time_recovery_contract --test scientific_claim_boundary_contract standardised_trait_variance— 2 + 1 passedcargo +1.98.0 clippy -p psychometric_core --all-targets -- -D warningscargo +1.98.0 fmt -p psychometric_core -- --checkRUSTDOCFLAGS='-D warnings' cargo +1.98.0 doc -p psychometric_core --no-depsContract
psychometric_core(not a second invariance crate)recover_standardised_trait_variance