>
|
|
The values of the critical t-distribution table can be found directly from the CDF of the t-distribution:
>
|
|
| (1) |
For a significance level of 5% we have , and with 2 degrees of freedom, , then:
>
|
|
The CriticalTable command computes the values in the critical t-distribution table numerically solving the above CDF. In contrast to traditional printed tables of values in text books, this can return the results with any level of precision, and also makes it possible to return more accurate results in cases where one would otherwise need to interpolate values for entries that are not in the table.
>
|
|
>
|
|
To return a section from the critical t-distribution table as a matrix:
>
|
|
To return the typical critical t-distribution table as a matrix:
To return a single column from the critical chi-square distribution table for the alpha level of 0.95:
>
|
|
To return a section from the FRatio distribution table with no headers:
>
|
|
The Gamma distribution depends on two parameters, b, the scale parameter, and c, the shape parameter. To return a sub-matrix of values from the Gamma distribution:
>
|
|
The output option can be used to create a datatable for any of the critical value tables:
>
|
|