feat(psychometric): recover Driver p.16 asymTIPREDEFFECTstd after positive variances - #192
Draft
seonghobae wants to merge 1 commit into
Conversation
…itive variances
Driver, Oud, and Voelkle (2017, p. 16; §7.2; footnote 4) print
standardised matrices with the suffix std when appropriate. Footnote 4
standardises using only the relevant variance, not the total. For
asymTIPREDEFFECT the affecting variance is TIPREDVAR and the affected
variance is within-subject asymDIFFUSION. Form strictly positive
-q/(2a) and v first, then (-B/a)·√v/√p. Unstandardised -B/a is
defined for a zero coefficient and for zero predictor variance;
standardised asymTIPREDEFFECT is not. Finite-interval
A^{-1}[e^{AΔt}−I]B·√v/√p is not asymTIPREDEFFECTstd.
(-B/a)·√v/√(trait+p+added) uses TRAITVAR and is not
asymTIPREDEFFECTstd. Still not a Kalman filter, not a matrix expm,
not ESEM estimation, not DSEM, and not ctsem estimation.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 was referenced Aug 23, 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.
Stacked on #190 (
adb0bc6) / #189 (0836c35) / #188 (444304d) / #187 (6afd048) / #185 (69ffec6) / #184 (6b93147) / #183 (c10097be) / #182 (2d4d6bf) / #181 (542806b) / #49 (6f95142). ADR 0005 executable slice stays insidepsychometric_core. This is not a second invariance crate and does not recreate #78 or #80.psychometric_corerecovers the Driver, Oud, and Voelkle (2017, p. 16asymTIPREDEFFECTstd; §7.2, pp. 20–21; Eq. 3, p. 5; Table 2, p. 12; footnote 4; JSS PDF re-opened 2026-08-23T14:25Z from https://www.jstatsoft.org/index.php/jss/article/download/v077i05/1104) scalar standardised asymptotic time-independent predictor effect. Page 16 prints continuous-time parameters and, when appropriate, standardised matrices with the suffixstd. Section 7.2 namesasymTIPREDEFFECTthe expected total change in process means given a unit increase on a time-independent predictor. The scalar map is-B / afor stablea < 0. Footnote 4: standardisations use only the relevant variance, not the total. The affecting variance is predictor varianceTIPREDVARv. The affected variance is within-subjectasymDIFFUSION-q / (2 a), because the process dynamics are individual, or average individual, temporal dynamics.Form strictly positive
asymDIFFUSIONfirst, then strictly positivev, then the unit asymptotic effect, then(-B / a) · √v / √(-q / (2 a)).-B / ais defined for a zero coefficient and for zero predictor variance; standardisedasymTIPREDEFFECTis not.asymDIFFUSIONhas no positive process SD and fails closed (StandardisedAsymptoticTimeIndependentEffectRequiresPositiveWithinSubjectVariance).TIPREDVARhas no positive predictor SD and fails closed (StandardisedAsymptoticTimeIndependentEffectRequiresPositivePredictorVariance).a ≥ 0cannot form finiteasymDIFFUSIONand fails closed (StationaryVarianceRequiresStableDrift).A^{-1}[e^{A Δt} − I] B · √v / √pdepends on the event interval and is notasymTIPREDEFFECTstd.(-B / a) · √v / √(trait + p + added)uses the total, notasymDIFFUSION, and is notasymTIPREDEFFECTstdwhenTRAITVARis nonzero.TRAITVARis not the footnote 4 standardisation variance.Still not a Kalman filter, not a matrix
expm, not ESEM estimation, not DSEM, and not ctsem estimation. Meredith (1993) remains unread (Unpaywall 2026-08-23T13:19Z:is_oa: false; title Measurement Invariance, Factor Analysis and Factorial Invariance). Mislevy (1991, Psychometrika, 56, 177–196) remains unread (Unpaywall 2026-08-23T13:19Z:is_oa: false; title Randomization-Based Inference about Latent Variables from Complex Samples).Do not merge, self-approve, or request Copilot.