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

Generic histogram - sample #698

Closed
wants to merge 4 commits into from
Closed

Generic histogram - sample #698

wants to merge 4 commits into from

Conversation

albincorreya
Copy link
Member

#529
Computes a generic histogram from an input array of real values. The program returns an array of array with a binRange and the frequency of items in those ranges.

[NOTE : have to fix some type conversion errors.]

[TODO]

  • Fix some known bugs.
  • write some basic streaming extractors
  • unit tests
  • add functions to compute probability density functions (if required) ?

@albincorreya albincorreya changed the title Generic histogram - sample program Generic histogram - sample Mar 26, 2018
@dbogdanov
Copy link
Member

Superseeded by #796

@dbogdanov dbogdanov closed this Nov 7, 2018
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

Successfully merging this pull request may close these issues.

2 participants