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

[Feature] Online batched statistics measures #405

Open
wants to merge 46 commits into
base: master
Choose a base branch
from

Conversation

dizcza
Copy link
Member

@dizcza dizcza commented Feb 22, 2021

Welford's online algorithm for the population mean and variance estimation.
Partially addresses #151.
The primary idea of this feature, however, is to use the batched computation approach as a part of Elephant-NEST and Elephant-NEST Desktop integration.

The pull request can be merged at any moment - the basics have been implemented.

@dizcza dizcza changed the title Online windowed statistics measures Online batched statistics measures Feb 22, 2021
@coveralls
Copy link
Collaborator

coveralls commented Feb 22, 2021

Coverage Status

coverage: 88.4% (+0.1%) from 88.264%
when pulling bf80d48 on INM-6:feature/online_measures
into 9326804 on NeuralEnsemble:master.

@dizcza dizcza added the new functionality New modules, functions label Feb 22, 2021
@dizcza dizcza linked an issue Mar 4, 2021 that may be closed by this pull request
@Moritz-Alexander-Kern Moritz-Alexander-Kern marked this pull request as ready for review June 24, 2022 09:59
@Moritz-Alexander-Kern Moritz-Alexander-Kern added enhancement Editing an existing module, improving something new functionality New modules, functions and removed new functionality New modules, functions labels Jun 24, 2022
@Moritz-Alexander-Kern

This comment was marked as resolved.

@mdenker mdenker self-assigned this Nov 7, 2022
Moritz-Alexander-Kern

This comment was marked as off-topic.

@Moritz-Alexander-Kern Moritz-Alexander-Kern changed the title Online batched statistics measures [Feature] Online batched statistics measures May 2, 2023
@Moritz-Alexander-Kern Moritz-Alexander-Kern added this to the v0.14.0 milestone Sep 18, 2023
Copy link
Member

@Moritz-Alexander-Kern Moritz-Alexander-Kern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build wheels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Editing an existing module, improving something new functionality New modules, functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Performing certain analysis functions in a window
6 participants