Question: 1. Recall that an equi-width histogram splits the value range into X equal ranges and fills in each bucket with a count of values within
1. Recall that an equi-width histogram splits the value range into X equal ranges and fills in each bucket with a count of values within each particular range. An equi-height histogram adjusts the bucket sizes in such a way that every bucket contains the exact same number of values.
Given the following data:
[1, 2, 5, 6, 8, 11, 18, 26, 34, 36, 37, 39, 43, 50]
a. Construct an equi-width histogram (with 3 buckets)
You can report your answers in text notation, e.g., ranges and counts like this:
{1-10}: 5, {11-20}: 12, {21-30}: 2
b. Construct an equi-height histogram (also with 3 buckets)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
