Appendix A: System Routines — Statistics
955
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
statFree
Declaration:
void
statFree
(void)
Category(ies):
Statistics, Variables
Description:
Free the stat variables if they exist. This includes regeq and regcoef.
Inputs:
None
Outputs:
None
Assumptions:
None
Side Effects:
May set the graph dirty thus forcing a regraph when the grapher is
activated.
Availability:
On AMS 2.00 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: statEnd, statStart, QstatRcl, VarStore
Example:
See
statStart
.