Texas Instruments TI-36X Pro User Manual - Page 38

Distr - standard deviation

Page 38 highlights

% u " displays the DISTR menu, which has the following distribution functions: 1: Normalpdf Computes the probability density function (pdf) for the normal distribution at a specified x value. The defaults are mean mu=0 and standard deviation sigma=1. The probability density function (pdf) is: 2: Normalcdf 3: invNorm 4: Binompdf Computes the normal distribution probability between LOWERbnd and UPPERbnd for the specified mean mu and standard deviation sigma. The defaults are mu=0; sigma=1; with LOWERbnd = M1E99 and UPPERbnd = 1E99. Note: M1E99 to 1E99 represents Minfinity to infinity. Computes the inverse cumulative normal distribution function for a given area under the normal distribution curve specified by mean mu and standard deviation sigma. It calculates the x value associated with an area to the left of the x value. 0 { area { 1 must be true. The defaults are area=1, mu=0 and sigma=1. Computes a probability at x for the discrete binomial distribution with the specified numtrials and probability of success (p) on each trial. x is a non-negative integer and can be entered with options of SINGLE entry, LIST of entries or ALL (list of probabilities from 0 to numtrials is returned). 0 { p { 1 must be true. The probability density function (pdf) is: 38

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78

38
%u
"
displays the
DISTR
menu, which has
the following distribution functions:
1: Normalpdf
Computes the probability density function
(
pdf
) for the normal distribution at a
specified
x
value. The defaults are mean
mu=0 and standard deviation sigma=1. The
probability density function (pdf) is:
2: Normalcdf
Computes the normal distribution probability
between LOWERbnd and UPPERbnd for
the specified mean mu and standard
deviation sigma. The defaults are mu=0;
sigma=1; with LOWERbnd =
M
1
E
99 and
UPPERbnd = 1
E
99. Note:
M
1
E
99 to 1
E
99
represents
M
infinity to infinity.
3: invNorm
Computes the inverse cumulative normal
distribution function for a given area under
the normal distribution curve specified by
mean mu and standard deviation sigma. It
calculates the
x
value associated with an
area to the left of the x value.
0
{
area
{
1
must be true. The defaults are area=1,
mu=0 and sigma=1.
4: Binompdf
Computes a probability at
x
for the discrete
binomial distribution with the specified
numtrials and probability of success (
p
) on
each trial.
x
is a non-negative integer and
can be entered with options of SINGLE
entry, LIST of entries or ALL (list of
probabilities from 0 to numtrials is returned).
0
{
p
{
1 must be true. The probability
density function (
pdf
) is: