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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started