Push_Stddev - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

Appendix A: System Routines — Lists and Matrices

push_stddev

Declaration:
void push_stddev (EStackIndex mat_lst_idx )
Category(ies):
Lists and Matrices, Statistics, Math
Description:
Pushes onto the estack the standard deviation of a list or matrix. For a list
pushes the standard deviation of the elements onto the estack. For a
matrix pushes a row vector containing the standard deviations 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_variance
Example:
EStackIndex lst_idx;
push_quantum(END_TAG);
push_Float(1.5);
push_Float(9.1);
push_Float(5.1);
push_quantum(LIST_TAG);
lst_idx = top_estack;
push_stddev( lst_idx );
push_variance( lst_idx );
TI-89 / TI-92 Plus Developer Guide
Not for Distribution
715
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents