Skip to content
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

shape of design matrix needs to not be square necessarily #1

Open
tknapen opened this issue Oct 28, 2019 · 1 comment
Open

shape of design matrix needs to not be square necessarily #1

tknapen opened this issue Oct 28, 2019 · 1 comment

Comments

@tknapen
Copy link
Contributor

tknapen commented Oct 28, 2019

Spatial dimensions of the design matrix should possibly be rectangular. this would

  1. possibly be faster bc smaller design matrices
  2. make it explicit which is the first and which is the second dimension
@tknapen
Copy link
Contributor Author

tknapen commented Dec 8, 2021

This could be done by using pandas DataFrames for the design matrix, where columns and indices can tell us what x and y (for a 2D matrix) represent. Required changing the Stimulus class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant