Computer Science, asked by areebaamjad, 2 months ago

python program to calculate median for group data​

Answers

Answered by purvi2020
1

Answer:

hope this attachment helps!!!

#100% correct

hope you like it

mark as Brainliest If u like

Attachments:
Answered by XxHeartKillerGirl5xX
1

Tip: The mathematical formula for Grouped Median is:

  • GMedian = L + interval * (N / 2 - CF) / F.

  • L = The lower limit of the median interval.
  • interval = The interval width.

  • N = The total number of data points
  • CF = The number of data points below the median interval.
  • F = The number of data points in the median interval.
Similar questions