Varying slopes: single slope on one factor (V=1) — centering + back-transform (#59)#79
Merged
Merged
Conversation
10b346f to
832f600
Compare
…l reparametrization (#59) A sole f[z] / f[[z]] term now solves: the slope column is centered against the pinned intercept (skipped when absent) and weighted-normalized per level, the solve runs in the whitened basis, and coefficients are mapped back to the user's parametrization. Rank drops are detected structurally over positive-weight rows and reported through the unidentified-directions side-channel with an exact minimal-norm 0 in the coefficient slot. Slopes alongside other terms (#61) and V>=2 per factor (#60) stay gated.
832f600 to
9181725
Compare
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.
Implements #59.
A design whose sole term carries one slope column (
f[z]/f[[z]]) now solves:0in the coefficient slotbuild_diagonalnow fills slope-column diagonal entries (was intercept-only)Tested against per-level closed forms (Rust) and pyfixest computed at test time (Python).