TI-BASIC Wiki
Advertisement


:median(list)

returns the median of the list.

Location[]

  • 2ND + STAT (LIST)
  • MATH
  • 4:median(

Example[]

:median({1,1,4,4,5})

The middle number of this list sorted in order is 4, so this returns 4.

Advertisement