statys.tests.friedman

Friedman-related tests and their post-hocs.

statys.tests.friedman.friedman(dist, **kwargs)

Performs the Friedman test.

Parameters

dist (Distribution) – Distribution to be analyzed.

Returns

Dictionary holding the test’s outputs.

statys.tests.friedman.friedman_with_posthoc(dist, alpha=0.05, post_hoc='nemenyi', **kwargs)

Performs the Friedman test with a post-hoc analysis.

Parameters
  • dist (Distribution) – Distribution to be analyzed.

  • alpha (float) – Significance value.

  • post_hoc (str) – Type of post-hoc analysis.

Returns

Dictionary holding the test’s outputs.