Find the Median

Tap numbers from smallest to largest Tap the middle number (Median)

{{ val !== null ? val : '' }}

Find the Mean

Drag blocks to level the stacks

{{ col }}

Interquartile Range (IQR)

Tap the dashed lines to split the data into 4 equal quarters

check_circle Perfect! The middle 50% (IQR) is between Q1 and Q3.

Mean Absolute Deviation (MAD)

Find the distance of each point from the mean

Mean = {{ s4_mean }}
{{ pt }}
Point {{ pt }}:
{{ s4_sliders[idx] }}
🎉

You did it!

You've mastered finding the center (Mean, Median) and measuring the spread (IQR, MAD) of data!