Concept Flow - Bin count and bin edges
Start with data array
Choose number of bins or bin edges
Calculate bin edges
Count data points in each bin
Output bin counts and edges
End
We start with data, decide bins, calculate edges, count points per bin, then output counts and edges.