Student[Statistics]
TestsGuide
Instructions and implementations of different tests
Calling Sequence
Parameters
Description
Examples
Compatibility
TestsGuide()
TestsGuide( dataset1, dataset2 )
dataset1
-
list or Vector; data sample
dataset2
The command TestsGuide displays an interactive interface that helps to find a suitable test for several key metrics, including mean, standard deviation, goodness of fit and independence.
When a suitable test is found, the TestsGuide command can apply the test to data. If the TestsGuide command is executed with one or two of the optional dataset parameters, these samples are used as the defaults for the chosen test. If the suitable test only requires one sample, the second sample is ignored.
The test guide has a visualization of the data for all of the tests, with the exception of ChiSquareIndependenceTest.
The TestsGuide tutor can be invoked by either using the command or run from the Tools > Tutors > Statistics > Tests Guide menu item.
with⁡StudentStatistics:
TestsGuide⁡
It is possible to supply one or two samples that are used in the application of the interactive tests:
TestsGuide⁡Vector⁡4,8,15,16,23,42
TestsGuide⁡1,4,7,10,2,10,34,50
The Student[Statistics][TestsGuide] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
The Student[Statistics][TestsGuide] command was updated in Maple 2015.
The dataset1 and dataset2 parameters were introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
See Also
Student[Statistics][ExploreRV]
Download Help Document