Hi, I have one confusion. What would be the Median of a list of data (3,6,6) since repititions are allowed while calculating Median? And then what will be the "Median Absolute Distribution" for this list and how to justify it?
@AppliedAICourse3 жыл бұрын
Median is 6 as 6 is the central element in the sorted list. Absolute Deviations are 3,0,0 whose median is 0. So, median absolute deviation is 0.
@pradiptabanerjee42563 жыл бұрын
@@AppliedAICourse Thank you so much for explicitly illustrating 😊