The Student's T Distribution

Background

Definitions

Validity Checks

Cumulative Distribution Function (CDF).

Expected Value.

Variance/Standard Deviation.

Computational Formulæ for the Mean and Variance

Probability Computations

Percentiles

NOTE:  1 simply specifies a starting value for the "FindRoot" search. Since the T is symmetric about 0, zero potentially a problematic choice as a starting point; we select a suitable start by inspecting the plot of the PDF.

In[99]:=

p = .90 ;

FindRoot[F[xstar, ν] == p, {xstar, 1}]

Out[100]=

{xstar→1.32534}

In[49]:=

End[]

Out[49]=

WeibullProperties`


Created by Mathematica  (July 20, 2006) Valid XHTML 1.1!