TI-BASIC:Fcdf

From Learn @ Cemetech
Revision as of 19:14, 24 February 2016 by KermMartian (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

FCDF.GIF

Command Summary

Calculates the F-distribution probability betwen lower and upper for specified numerator and denominator degrees of freedom.

Command Syntax

Fcdf(lower, upper, numerator df, denominator df

Menu Location

Press:

  1. 2ND DISTR to access the distribution menu
  2. 9 to select Fcdf(, or use arrows.

Press 0 instead of 9 on a TI-84+/SE with OS 2.30 or higher.

Calculator Compatibility

TI-83/84/+/SE

Token Size

2 bytes

Fcdf( is the F-distribution cumulative density function. If some random variable follows this distribution, you can use this command to find the probability that this variable will fall in the interval you supply.

The arguments lower and upper express the interval you're interested in. The arguments numerator df and denominator df, often written d,,1,, and d,,2,,, specify the F-distribution, written as F(d,,1,,,d,,2,,).

Advanced

Often, you want to find a "tail probability" - a special case for which the interval has no lower or no upper bound. For example, "what is the probability x is greater than 2?". The TI-83+ has no special symbol for infinity, but you can use E99 to get a very large number that will work equally well in this case (E is the decimal exponent obtained by pressing [2nd] [EE]). Use E99 for positive infinity, and -E99 for negative infinity.

Formulas

As with other continuous distributions, Fcdf( can be expressed in terms of the probability density function:

<math> \definecolor{darkgreen}{rgb}{0.90,0.91,0.859}\pagecolor{darkgreen} \operatorname{Fcdf}(a,b,d_1,d_2) = \int_a^b \operatorname{Fpdf}(x,d_1,d_2) \, dx </math>

Related Commands