>
|
|
The values of the cumulative standard normal distribution table can be found directly from the CDF of the standard normal distribution:
>
|
|
| (1) |
The ProbabilityTable command can return the Standard Normal distribution table, which assumes that the parameters of the Normal distribution, the mean and standard deviation, are equal to and respectively. In this case, this table is dependent on only one parameter, x. It is possible to query for singular values of x by entering a numeric value as the second argument of the ProbabilityTable command. Note that all other probability distributions require that the x parameter is specified as a keyword option, namely x = value.
>
|
|
The ProbabilityTable command numerically computes the values for the standard normal distribution table using 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 the cumulative standard normal distribution table as a matrix:
>
|
|
To return a sub-matrix of values from the cumulative standard normal distribution table:
>
|
|
To return the Poisson probability distribution table with no headers:
>
|
|
The output option can be used to create a datatable for any of the probability distribution tables:
>
|
|
The probability distribution table for the Poisson distribution depends on one parameter, lambda, as well as a list of values for x. It is also possible to return a sub-matrix for a given distribution by including lists for the value ranges and parameters:
>
|
|
The binomial distribution is dependent on two parameters, n and p, and can return multiple tables:
>
|
|