Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Moving window solution for Euler deconvolution#85

Merged
leouieda merged 2 commits into
masterfrom
euler-window
Jan 14, 2014
Merged

Moving window solution for Euler deconvolution#85
leouieda merged 2 commits into
masterfrom
euler-window

Conversation

@leouieda
Copy link
Copy Markdown
Member

Implemented a MovingWindow class that takes an Euler solver and window parameters. Calling fit will run the deconvolution on a moving window, producing a set of estimates. Will keep only a specified percentage of the best estimates. Estimates are ranked using the estimated error from the inverse of the Hessian matrix, like in ExpandingWindow.

Before it required a list of indices because it took the number of data
by `len(indices)`. Taking that away allows using bool numpy arrays which
are faster to create.
Enabled by a MovingWindow class that takes an Euler instance and runs it
on moving windows. Keeps only a specified percentage of the best
estimates (by using an estimated error like in ExpandingWindow).
leouieda added a commit that referenced this pull request Jan 14, 2014
Moving window solution for Euler deconvolution
@leouieda leouieda merged commit 70b421c into master Jan 14, 2014
@leouieda leouieda deleted the euler-window branch February 13, 2014 18:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant