STRAND icon indicating copy to clipboard operation
STRAND copied to clipboard

Replace indexing block model structure with linear algebra?

Open ctross opened this issue 5 months ago • 0 comments

We currently let users have block models based on known group identities, using a syntax like:

B[group[i], group[j]]

Better would be to give i and j simplices, W[i] and W[j], which can be binary indicators for known data and parameter vectors if missing. Then we have:

W[i] B T(W[j])

in place of B[group[i], group[j]].

Credit: This was suggested by an anonymous reviewer at Royal Society Open Science.

ctross avatar Aug 01 '25 13:08 ctross