#statistics

6 messages · Page 1 of 1 (latest)

brazen palm
#

Median will be the middle value of a ordered set of values, the SAL diagram orders them for you essentially e.g first row you have (55,57,59,59)

#

So you want the middle value from 17 values which will be the 9th value

#

Then for the IQR you use IQR = upper quartile - lower q

#

Median will be 65, and IQR will be 12 I think

#

Might want to double check tho

warped topaz
#

Okay thank you