Skip to content

The main purpose of this code is to find the optimal number of bins for histograms based on statistic features of data.

Notifications You must be signed in to change notification settings

hyungting/Optimal-Bins-of-Histogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Optimal-Bins-of-Histogram

Introduction

This code is based on the research of Kevin H. Knuth. The main purpose of this code is to find the optimal number of bins for histograms based on statistic features of data.

Instructions

Parameter target is the data whose optimal number of bins are yet to be found. Parameter maxBins is the maximum number of bins of target.

Reference

Knuth. K. H., (2019). Optimal data-based binning for histograms and histogram-based probability density models. Digital Signal Processing. Vol.95. Retrieved from https://doi.org/10.1016/j.dsp.2019.102581.

About

The main purpose of this code is to find the optimal number of bins for histograms based on statistic features of data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages