EasyManuals Logo
Home>Texas Instruments>Calculator>TI-92+

Texas Instruments TI-92+ User Manual

Texas Instruments TI-92+
507 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #234 background imageLoading...
Page #234 background image
and
2
= s
2
n1
n
= s
n1
n
The last line shows the identities we want, in which the desired population variance and standard
deviation are functions of the sample variance and standard deviation.
If desired, these definitions can be coded as simple functions:
Population standard deviation:
stddevp(x)
Func
©(list) population std dev of list
©28apr01/dburkett@infinet.com
stddev(x)*(1-1/dim(x))
EndFunc
Population variance:
variancp(x)
Func
©(list) population variance of list
©28apr01/dburkett@infinet.com
variance(x)*(1-1/dim(x))
EndFunc
The built-in stddev() and variance() functions can both accept an optional second argument which is a
list of the frequencies of the first list elements. This feature is easily added with these two functions:
Population standard deviation, with frequencies:
stddevpf(x,f)
Func
©(list,freq) population std dev of list with element frequency 'freq'
©28apr01/dburkett@infinet.com
stddev(x,f)*(1-1/sum(f))
EndFunc
Population variance, with frequencies:
varianpf(x,f)
Func
©(list,freq) population variance of list with element frequency 'freq'
©28apr01/dburkett@infinet.com
variance(x,f)*(1-1/sum(f))
EndFunc
6 - 76

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-92+ and is the answer not in the manual?

Texas Instruments TI-92+ Specifications

General IconGeneral
BrandTexas Instruments
ModelTI-92+
CategoryCalculator
LanguageEnglish

Related product manuals