Skip to content

Snippets

Gustavo Rosa edited this page Apr 7, 2021 · 1 revision

Our code belongs to everyone. Thus, we strive to offer the most possible commented, documented, and exemplified code of all time. In Statys, we present code snippets in an attempt to fulfill everyone's needs.

Core

  • create_distribution.py: Distribution class creation.

Plotters

  • plot_cd.py: How-to plot a critical difference chart;
  • plot_h_index.py: How-to plot the h-index from a statistical test;
  • plot_p_value.py: How-to plot the p-value from a statistical test.

Tests

  • distribution_measures: How-to calculate statistical distribution measures;
  • friedman_tests: How-to perform Friedman-based tests;
  • mann_whitney_tests: How-to perform Mann-Whitney-based tests;
  • wilcoxon_tests: How-to perform Wilcoxon-based tests.
Clone this wiki locally