statys
latest

Package Reference

  • statys.core
    • Distribution
      • Distribution.__init__()
      • Distribution.__repr__()
      • Distribution.attrs()
    • Distribution
      • __init__
      • __repr__
      • attrs
  • statys.plotters
    • statys.plotters.critical
      • _calculate_plot_properties()
      • _create_labels()
      • _get_amount_lines()
      • _get_element()
      • _line_factoring()
      • _multiple_range()
      • _plot_line()
      • _plot_text()
      • _position_rank()
      • _prepare_plot()
      • plot_critical_difference()
      • _calculate_plot_properties
      • _create_labels
      • _get_amount_lines
      • _get_element
      • _line_factoring
      • _multiple_range
      • _plot_line
      • _plot_text
      • _position_rank
      • _prepare_plot
      • plot_critical_difference
    • statys.plotters.significance
      • _create_labels()
      • _prepare_plot()
      • plot_h_index()
      • plot_p_value()
      • _create_labels
      • _prepare_plot
      • plot_h_index
      • plot_p_value
  • statys.tests
    • statys.tests.friedman
      • friedman()
      • friedman_with_posthoc()
      • logger
      • friedman
      • friedman_with_posthoc
      • logger
    • statys.tests.mann_whitney
      • logger
      • u_test()
      • logger
      • u_test
    • statys.tests.measure
      • kurtosis()
      • logger
      • max()
      • mean()
      • median()
      • min()
      • rank()
      • skewness()
      • std()
      • var()
      • kurtosis
      • logger
      • max
      • mean
      • median
      • min
      • rank
      • skewness
      • std
      • var
    • statys.tests.wilcoxon
      • logger
      • rank_sum()
      • signed_rank()
      • logger
      • rank_sum
      • signed_rank
  • statys.utils
    • statys.utils.constants
      • CRITICAL_VALUES
      • CRITICAL_VALUES
    • statys.utils.exception
      • ArgumentError
        • ArgumentError.__init__()
      • Error
        • Error.__init__()
      • SizeError
        • SizeError.__init__()
      • TypeError
        • TypeError.__init__()
      • ValueError
        • ValueError.__init__()
      • logger
      • ArgumentError
        • __init__
      • Error
        • __init__
      • SizeError
        • __init__
      • TypeError
        • __init__
      • ValueError
        • __init__
      • logger
    • statys.utils.logging
      • FORMATTER
      • LOG_FILE
      • get_console_handler()
      • get_logger()
      • get_timed_file_handler()
      • FORMATTER
      • LOG_FILE
      • get_console_handler
      • get_logger
      • get_timed_file_handler
    • statys.utils.wrappers
      • Distribution
        • Distribution.__init__()
        • Distribution.__repr__()
        • Distribution.attrs()
      • calculate_hypothesis()
      • measure_pipeline()
      • statistical_pipeline()
      • Distribution
        • __init__
        • __repr__
        • attrs
      • calculate_hypothesis
      • measure_pipeline
      • statistical_pipeline
statys
  • Docs »
  • statys.plotters
  • Edit on GitHub

statys.plottersΒΆ

An alternative way to analyze a statistical test is by visualizing it. Hence, this package provides some customized functions that create friendly and readable plots to help users in their insights.

  • statys.plotters.critical
    • _calculate_plot_properties()
    • _create_labels()
    • _get_amount_lines()
    • _get_element()
    • _line_factoring()
    • _multiple_range()
    • _plot_line()
    • _plot_text()
    • _position_rank()
    • _prepare_plot()
    • plot_critical_difference()
    • _calculate_plot_properties
    • _create_labels
    • _get_amount_lines
    • _get_element
    • _line_factoring
    • _multiple_range
    • _plot_line
    • _plot_text
    • _position_rank
    • _prepare_plot
    • plot_critical_difference
  • statys.plotters.significance
    • _create_labels()
    • _prepare_plot()
    • plot_h_index()
    • plot_p_value()
    • _create_labels
    • _prepare_plot
    • plot_h_index
    • plot_p_value

Plotting-based package that can be applied to some statistical tests.

Next Previous

© Copyright 2020, Gustavo de Rosa Revision f6c2ebfd.

Built with Sphinx using a theme provided by Read the Docs.