HP Prime Graphing Calculator User Manual
Page 360

356
Functions and commands
HypT1mean
The hypothesis test HypT1mean is a one-sample T-test for
comparing means.
HypT1mean(input list, ["configuration"])
HypT1mean(SampMean, SampStdDev, SampSize,
NullPopProp, SigLevel, Mode,
["configuration"])
•
Input List: A list of input variables (see Input Parameters
below). This can be a range reference, a list of cell
references, or a simple list of values.
•
Input Parameters:
–
SampMean
–
SampStdDev
–
SampSize
–
NullPopMean
–
SigLevel
•
Mode: Specifies how to calculate the statistic:
–
1 = Less than
–
2 = Greater than
–
3 = Not equal
•
Configuration: A string that controls what results are
shown and the order in which they appear. An empty
string "" displays the default: all results (including
headers).
–
h = header cells will be created
–
acc = Accept/Reject
–
tT
–
prob
–
df
–
ct
–
cX1
–
cX2