Tests Commands
|
The Statistics package provides various parametric and non-parametric tools for performing hypothesis testing and statistical inference.
|
|
Notes
|
|
•
|
All tests generate a complete report of all calculations in the form of a userinfo message. In order to access these reports when applying tests, specify infolevel[Statistics] := 1.
|
|
|
Examples
|
|
>
|
|
Build a sample from a Rayleigh distribution and compare with the population mean and population standard deviation.
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
Test that the sample S is drawn from a population with mean equal to 8 and standard deviation equal to 5.
>
|
|
| (3) |
Test that the sample S is drawn from a population with mean equal to 8 with unknown standard deviation.
>
|
|
| (4) |
Test that S is drawn from a normal distribution.
>
|
|
| (5) |
Test that Normal(8.77,4.59) is a suitable model for the population of S.
>
|
|
| (6) |
Test for independence in a 3x2 table.
>
|
|
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?