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

Full decomposition of time-series fit #85

Open
kendrickkay opened this issue Jan 16, 2023 · 0 comments
Open

Full decomposition of time-series fit #85

kendrickkay opened this issue Jan 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@kendrickkay
Copy link
Member

Some users are interested in getting all components of the final GLM fit, e.g., the component due to the single trial beta amplitudes, the polynomial fit, the correlated noise component found, and the residuals.

Currently, this is not supported by the API outputs and is difficult to return without substantive architectural rewrites. On the other hand, with some legwork it may be possible to post-hoc derive these measures from the outputs...

An example script that is sort of along these lines is here: https://github.com/cvnlab/GLMsingle/blob/main/matlab/examples/example7_makepredictedtimeseries.m
But it doesn't quite do everything one wants...

@kendrickkay kendrickkay added the enhancement New feature or request label Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant