Skip to content

Replace indexing block model structure with linear algebra? #154

@ctross

Description

@ctross

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions