698
Appendix A: System Routines — Lists and Matrices
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_median
Declaration:
void
push_median
(EStackIndex
mat_lst_idx
)
Category(ies):
Lists and Matrices, Statistics, Math
Description:
Pushes onto the estack the median of the input list or matrix. For lists
pushes the median on the estack. For matrices pushes a row vector
containing the medians of the matrix columns.
Inputs:
mat_lst_idx
— Indexes the input matrix or list.
Outputs:
None
Assumptions:
None
Side Effects:
May expand expression stack, cause heap compression, or throw an error.
Availability:
On AMS 2.00 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also: push_mean
(continued)