inet.test.statistical.run_statistical_tests¶
- run_statistical_tests(**kwargs)[source]¶
Runs one or more statistical tests that match the provided filter criteria.
- Parameters
kwargs (dict) – The filter criteria parameters are inherited from the
get_statistical_test_tasks()
function.
- Returns (
MultipleSimulationTestTaskResults
): an object that contains a list of
SimulationTestTaskResult
objects. Each object describes the result of running one test task.