-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design interface for missing data in Kronecker models #8
Comments
@dfm I'm trying to understand your suggestion for the low-rank version. What determines the entries in |
Sorry - I wrote it pretty vaguely! So if I understand @ericagol's proposal for the missing data algorithm, we just need to remove all the rows of Is this at all clearer? Hard to explain without a whiteboard perhaps when it's all a little muddled in my brain. Also: the reason why the |
@dfm Perhaps we should meet about this; I haven't thought about this much, and so could use an explainer. |
Sure that would be great! Next week is getting a bit overloaded already. Perhaps some time on Nov 3? Y'all vote by mail in Washington right? |
@dfm Voted! |
Election day works for me! |
@tagordon, @ericagol: I have a proposal.
I expect that a common use case would be something like Rubin where you won't ever have multiple bands observed simultaneously, therefore there's a big overhead introduced by building the full matrices and then masking. So:
NxJ
matrixAlpha
which you would multiply intoU
andV
and then square, sum along the 2nd axis and then multiply intoa
. I think that this would be equivalent to the low rank Kronecker model with missing data.The text was updated successfully, but these errors were encountered: