20060301
12-7-4
Including ClassPad Functions in Programs
Including Stati
s
tical Graphing and Calculation Function
s
in a Program
Including statistical graphs and calculation functions in a program allows the program to draw
statistical graphs and display statistical calculation results.
S
To perform
s
tati
s
tical graphing
Example 1:
Scatter Diagram
{0.5, 1.2, 2.4, 4, 5.2}
2
list1
{–2.1, 0.3, 1.5, 2, 2.4}
2
list2
StatGraph 1, On, Scatter, list1, list2, 1, Square
DrawStat
Note
that
xy
Line
can also be specified in instead of
Scatter
for the graph type.
Example 2:
Normal Probability Plot
{0.5, 1.2, 2.4, 4, 5.2}
2
list1
StatGraph 1, On, NPPlot, list1, Square
DrawStat
Example 3:
Single-variable
s
tati
s
tical graphing
{0.5, 1.2, 2.4, 4, 5.2}
2
list1
StatGraph 1, On, Histogram, list1, list1
DrawStat
Note
that
MedBox
,
ModBox
,
NDi
s
t
, or
Broken
can also be specified in instead
of
Hi
s
togram
for the graph type.
Example 4:
Paired-variable
s
tati
s
tical graphing
{0.5, 1.2, 2.4, 4, 5.2}
2
list1
{–2.1, 0.3, 1.5, 2, 2.4}
2
list2
StatGraph 1,On, LinearR, list1, list2,1
DrawStat
Note
that
MedMed
,
QuadR
,
CubicR
,
QuartR
,
LogR
,
ExpR
,
abExpR
, or
PowerR
can also be specified in instead of
LinearR
for the graph type.
Example 5:
Paired-variable
s
tati
s
tical graphing (Sinu
s
oidal Regre
ss
ion / Logi
s
tic
Regre
ss
ion)
{0.5, 1.2, 2.4, 4, 5.2}
2
list1
{2.9, 3.8, 3.3, 0.4, 0.2}
2
list2
StatGraph 1, On, SinR, list1, list2
DrawStat
Note
that
Logi
s
ticR
can also be specified in instead of
SinR
for the graph type.
Summary of Contents for ClassPad 330
Page 11: ...20060301 20090601 ClassPad 330 ClassPad OS Version 3 04 ...
Page 277: ...20060301 3 3 10 Storing Functions 3 Tap AND Plot OR Plot ...
Page 779: ...20090601 S Graph Line Clustered C S Graph Line Stacked E 13 9 2 Graphing ...
Page 780: ...20090601 S Graph Line 100 Stacked F S Graph Column Clustered G 13 9 3 Graphing ...
Page 781: ...20090601 S Graph Column Stacked I S Graph Column 100 Stacked J 13 9 4 Graphing ...
Page 782: ...20090601 S Graph Bar Clustered K S Graph Bar Stacked 9 13 9 5 Graphing ...