Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions