Assembly Language Programming: Inferential Statistics and Distribution Functions
34
ShdChi
Draws the density function for the
c
2
(chi-square) distribution specified by
df
(degrees
of freedom) and shades the area between
lowerbound
and
upperbound
.
ShdChi(
lowerbound
,
upperbound
,
df
)
Note: For this example,
xMin = 0
xMax = 35
xScl = 1
yMin =
L
.025
yMax = .1
yScl = 1
xRes = 1
Shd
Ü
Draws the density function for the
Û
distribution specified by
numerator df
(degrees of freedom)
and
denominator df
and shades the area between
lowerbound
and
upperbound
.
Shd
Ü
(
lowerbound
,
upperbound
,
numerator df
,
denominator df
)
Note: For this example,
xMin = 0
xMax = 5
xScl = 1
yMin =
L
.25
yMax = .9
yScl = 1
xRes = 1