2-8-51

Using the Action Menu

utCDf

Function: Returns the cumulative probability of a Student-tdistribution between a lower bound and an upper bound.

Syntax: tCDf(lower value, upper value, df [ ) ]

Example: To determine the Student-tdistribution probability when lower value = 1.5, upper value = , df = 18

Menu Item: [Action][Distribution][tCDf]

For more information, see “Student-tCumulative Distribution” on page 7-11-7.

uinvTCDf

Function: Returns the lower bound value of a Student-tcumulative distribution probability for specified values.

Syntax: invTCDf(prob, df [ ) ]

Example: To determine the lower bound value when prob = 0.0754752, df = 18

Menu Item: [Action][Inv. Distribution][invTCDf]

For more information, see “Inverse Student-tCumulative Distribution” on page 7-11-8.

uchiPDf

Function: Returns the χ2 probability density for specified values.

Syntax: chiPDf(x, df [ ) ]

Example: To determine the χ2 probability density when x = 2, df = 4

Menu Item: [Action][Distribution][chiPDf]

For more information, see “2 Probability Density” on page 7-11-9.

uchiCDf

Function: Returns the cumulative probability of a χ2 distribution between a lower bound and an upper bound.

Syntax: chiCDf(lower value, upper value, df [ ) ]

Example: To determine the χ2 probability when lower value = 2.7, upper value = , df =4

Menu Item: [Action][Distribution][chiCDf]

For more information, see “χ2 Cumulative Distribution” on page 7-11-10.

uinvChiCDf

Function: Returns the lower bound value of a χ2 cumulative distribution probability for specified values.

Syntax: invChiCDf(prob, df [ ) ]

Example: To determine the lower bound value when prob = 0.6092146, df = 4

20090601