feat(psychometric): posterior ESEM input gates with true-parameter RMSE - #49
Draft
seonghobae wants to merge 13 commits into
Draft
feat(psychometric): posterior ESEM input gates with true-parameter RMSE#49seonghobae wants to merge 13 commits into
seonghobae wants to merge 13 commits into
Conversation
ADR 0005 first production slice: construct classification, refusal of raw-proportion Pearson, CPU f64 OLS and plausible-value loading recovery, invariance-gated mean comparison, and causal-heuristic refusal. No new migration.
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 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 ready for review
August 13, 2026 10:27
5 tasks
seonghobae
marked this pull request as draft
August 13, 2026 10:31
This was referenced Aug 13, 2026
seonghobae
marked this pull request as ready for review
August 15, 2026 09:25
seonghobae
marked this pull request as draft
August 16, 2026 10:45
seonghobae
added a commit
that referenced
this pull request
Aug 17, 2026
…n T and strong means Stacked on #49 psychometric_core. Not a second invariance crate. Not DSEM, RI-CLPM, MGCFA, or Mislevy PVs. - CWC within/between OLS and Kish ESS WLS (Enders & Tofighi, 2007; Curran & Bauer, 2011; Hamaker et al., 2015; Kish, 1965) - Event-time discrete lag-1 and exact scalar log-rate a = ln(φ)/Δt (Voelkle et al., 2012, Eq. 7; Driver et al., 2017, Eq. 3); difference quotient refused - CWC-then-event-time residual lag, still not DSEM - Rubin T_m = Ū_m + (1+1/m) B_m on draw-level OLS loadings (Rubin, 1996, p. 473) - Two-group OLS latent means only under strong/strict; metric/weak is not enough. #84 metric licenses shared metric meaning only.
Draft
8 tasks
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
ADR 0005 first executable slice. No new migration (
0007remains owned by #45).psychometric_coreclassifies constructs asreflective/formative/network/unresolvedand refuses fit-driven reinterpretation as reflective.f64OLS recovers a known reflective loading; plausible-value averaging of posterior indicator draws reduces computed RMSE relative to a single draw (RMSE is computed, not hard-coded).topic_measurementremains feat(topic): logistic-normal ALR coordinates with true-parameter RMSE #48).Test plan
esem_input_recovery_contractfailed to compile (E0432) before the public API existedcargo test -p psychometric_core --offline(lib + contract tests)cargo clippy --workspace --all-targets --offline -- -D warningspython3 scripts/validate_documentation.py,check_docstrings.py,check_workspace_contract.pycargo test --workspace --offline --lib --testsDo not self-approve or merge until exact-head required checks and a qualifying independent review pass. Prefer merging #37 then #45 when those become eligible.